.navbar_posicion{
    height: 84px;
    background-color: white;
}

.contenedor_menu{
    width: 1250px;
}

.logo_interlub{
    height: 30px;
    width: auto;
}

.navbar_titulos{
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #444444;
}

.nav-link{
    color: #444444;
}

.nav-link:visited{
    color: #444444;
}

.chevron_down{
    width: 8px;
    height: auto;
}


.nav-link:hover{
    color: #444444;
}

.megamenu_li_position {
	position: static !important;
}

.megamenu_position {
	position: absolute !important;
	width: 100%;
    background-color: #1e1e1e;
}

.fila_dentro_menu{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1250px;
}

.titulo_dentro_menu{
    color: white;
    font-family: "Pier_Sans_Bold";
    font-size: 16px;
    font-weight: bold;
}

.texto_dentro_menu{
    color: white;
    font-family: "OpenSans-Light";
    font-size: 14px;
    text-decoration: none;
}

.texto_dentro_menu:link{
    color: white;

}

.texto_dentro_menu:hover{
    color: white;

}

.menu_elimina_tam_escritorio{
    display: block;
}
  
.menu_elimina_tam_movil{
    display: none;
}



@media only screen and (max-width: 1600px) {
  
    .contenedor_menu{
        width: 1000px;
    }

    .fila_dentro_menu{
        width: 1000px;
    }

}

@media only screen and (max-width: 1366px) {
    .navbar_titulos{
        font-size: 12px;
    }
}


@media only screen and (max-width: 1023px) {

    .btn_menu_movil{
        border-color:  white !important;
        padding-right: 10%; 
        box-shadow: none !important; 
        padding-bottom: 20px;
    }

    .navbar_altura{
        padding-bottom: 0px;
    }

    .contenedor_menu{
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 14.5px;
    }

    .menu_elimina_tam_escritorio{
        display: none;
    }
      
    .menu_elimina_tam_movil{
        display: block;
    }

    .fondo_menu_negro{
        padding-left: 10%;
        padding-right: 10%;
        background-color: #1e1e1e;
        width: 100%;
        
    }

    .navbar_titulos_movil{
        font-family: "OpenSans-Bold" ;
        font-size: 16px;
        color: white !important;
    }

    .logo_interlub_movil{
        padding-bottom: 21.5px;
    }

    .a_movil_logo{
        padding-left: 10%;
    }
    

}
