/* CSS *//*NUEVOS ESTILOS*/
.header-v2 .header-top, .header-v5 .header-top, .header-v2 .header-contact-wrap {
    background-color: transparent !important;
    color: #fff !important;
}
header.header-main-wrap {
    position: absolute !important;
    width: 100% !important;
}
header.header-main-wrap.fixed {
    position: fixed !important;
    width: 100% !important;
}
.logo img {
    width: 100%;
    max-width: 300px !important;
}
#header-section {
    background: transparent !important;
}
#header-section > div > div > div > nav > ul {
    background-color: transparent !important;
    justify-content: right !important;
}
.header-desktop.header-v2 {
    background: transparent !important;
}
/************ MOBILE ************/
.header-mobile {
    background-color: transparent !important;
}
#header-mobile {
    background-color: transparent !important;
}
#nav-mobile{
    background-color: #00374A;
}
@media only screen and (max-width:1024px) {
    #id_option1191 {
        display:none !important;
    } 
}
@media only screen and (max-width: 768px){
    .header-mobile {
        background-color: transparent !important;
    }
    #header-mobile {
    background-color: transparent !important;
    }
    #nav-mobile{
        background-color: #00374A;
    }
}
/************ MOBILE REDES ************/
.header-top-movil {
    background: transparent ;
}