﻿body {
}

html, body {
    overflow: auto;
}


.enlaceaModulo {
    color: #343a40;
}

    .enlaceaModulo:hover {
        text-decoration: none;
    }

.activado {
    color: #fff !important;
    background: #5b6d7f !important;
}

@media(max-width: 500px) {
    .imgMain {
        width: 100% !important;
    }

    .cardTieneContenido {
        min-width: 100% !important;
    }
}

.cardTieneEnlaces {
}

.cardTieneContenido > a:hover {
    text-decoration: none;
}

.cardTieneContenido > a {
    color: #343a40;
}

.cardTieneContenido {
    min-width: 340px;
}

.imagenApp {
    margin: 0 !important;
}

.anchoCardModulos {
    min-width: 280px !important;
}

.imagenPrincipalLogo {
    width: 100%;
}

.tituloHdos {
    font-size: 1.6rem !important;
}
/************Spinner************/
.spinner {
    /*margin: 100px auto;*/
    /*width: 50px;*/
    /*width: calc(100% - 59px);
  height: 93%;*/
    /*width: calc(100% - 239px) !important;
  height: calc(100vh - 44px);*/
    text-align: center;
    font-size: 10px;
    position: fixed;
    z-index: 10000;
    background: red;
    border-radius: 10px;
    background-color: rgba(159, 179, 159, 0.2);
    background: rgba(159, 179, 159, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .spinner > div {
        background-color: #e87e26; /*background-color: #fff;*/
        /*height: 100%;*/
        height: 100px;
        margin-top: 100px;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*Redes Sociales*/

.icon-bar {
    z-index: 1000;
    /*position: fixed;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

    /* Style the icon bar links */
    .icon-bar a {
        /*display: block;*/
        text-align: center;
        padding: 3px;
        transition: all 0.3s ease;
        color: white;
        font-size: 30px;
    }

        /* Style the social media icons with color, if you want */
        .icon-bar a:hover {
            background-color: #000;
        }

.blanco {
    color: white !important;
}

.facebook {
    background: #3B5998;
    color: white;
}

.instagram {
    background: #f46f30;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.redesOp {
    border-radius: 150px;
}

.redesOp i {
    width: 38px;
}


/*Letra DIGITAL*/
@font-face {
    font-family: 'FuenteDigital';
    src: url('../DigitalFont/digital.ttf') format('truetype');
}
