<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (max-width: 767px) {
    .login-mobile{
        display: block;
    }

    .boton_ingresar{
        background: #7f132c;
        color: white !important;
    }
}
@media (max-width: 768px) {
    .nuevo-formato{
        bottom: -60px;
    }

    .boton_ingresar{
        background: #7f132c;
        color: white !important;
    }
}
@media (max-width: 479px) {
    .logo-login{
        display: none !important;
    }
    ul.nav-mini.sign-in {
        margin-top: -2px;
        /*margin-top: 33px;*/
    }
    ul.nav-mini.sign-in li a {
        padding: 1px 2px 2px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .nuevo-formato{
        bottom: 0px;
    } 

    .boton_ingresar{
        background: #7f132c;
        color: white !important;
    }
}


@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
    .hidden-md-up{
        display: none !important; 
    }    

    .boton_ingresar{
        background: #7f132c;
        color: white !important;
    }
}

@media (min-width: 992px) {
    .logo-wrapper {
        margin-right: 50px;
    }
}</pre></body></html>