.navbar-brand img {
    max-height: 30px;
}

a {
    text-decoration: none !important;
    color: #000000;
}

iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 80vh;        /* Viewport-relative units */
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

.cerrar_sesion {
    color: #e00202;
}

.cerrar_sesion:hover {
    color: #990202;
}


.fa-facebook-square {
    font-size: 36px;
    color: #3b5998;
    /* transition: all .3s; */
}

.fa-facebook-square:hover {
    color: #1647b1;
    /* transform: scale(1.3); */
}

.fa-instagram {
    color: #8a3ab9;
    font-size: 36px;
}

.fa-instagram:hover {
    color: #760eb3;
}

.card_child {
    padding: 1em 0;
    background-color: #f7f7f7;
    font-size: 45px !important;
}

.card_child:hover {
    background-color: #e0e0e0;
}

.titulo {
    font-weight: bold;
    color: #272727;
    font-size: 18px;
}

.subtitulo {
    margin: 6px 6px 4px 6px;
    font-size: 21px;
    line-height: 1;
}

.btn-grupo {
    font-size: 25px !important;
    cursor: pointer;
    /* background-color: #002e60; */
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.login {
    max-width: 400px;
}

.login_logo {
    max-width: 160px;
}

.curbe_footer {
    max-height: 21px;
    margin-bottom: 9px;
}

.logo_web {
    max-width: 43px;
}

#btnIngresar {
    background-color: #002856;
    border: 0;
}

#btnIngresar:hover {
    background-color: #0854ac;
    border: 0;
}


@media (max-width: 576px) {
    #img-desktop {
        display: none;
    }

    #img-mobile {
        display: block;
    }

    .carousel-item img {
        height: auto;
    }
    .card_child
    {
       padding: 0.4em !important;
    }

    .card_child .fas
    {
       font-size: 30px !important;
    }

    .subtitulo
    {
       font-size: 16px !important;
    }
    
    .login_logo {
        max-width: 150px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .footer {
        font-size: 11px;
    }

    .curbe_footer {
        max-height: 18px;
        margin-bottom: 9px;
    }

    .btn-grupo
    {
        font-size: 12px !important;
    }
}



/* @media (max-width: 577px) {
    .banner_mobile {
        display: block;
    }
    .banner_desk {
        display: none;
    }
} */

@media (min-width: 768px) {
    .banner_desk {
        display: block;
    }
    .banner_mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner_desk {
        display: none;
    }
    .banner_mobile {
        display: block;
    }
    .card_child {
        padding: 1em 0;
        background-color: #f7f7f7;
    }
    /*.fa-landmark,
    .fa-funnel-dollar,
    .fa-tv,
    .fa-users-cog {
        font-size: 30px !important;
    }*/
}