
.navbar_posicion{
    height: 84px;
    background-color: #171717;
}

.navbar-toggler {
  border-color: transparent !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 20px !important;
  height: 20px !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.contenedor_menu{
    width: 1250px;
}

.logo_interlub{
    height: 30px;
    width: 114px;
}

.navbar_titulos{
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #EFEFEF;
}

.navbar_titulos:hover{
    color: #EFEFEF;
}

.navbar_titulos:link{
    color: #EFEFEF;
}

.nav-link{
    color: #EFEFEF;
}

.nav-link:visited{
    color: #EFEFEF;
}

.chevron_down{
    width: 8px;
    height: auto;
}


.nav-link:hover{
    color: #EFEFEF;
}

.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{
    display: inline-block;
    color: white;
    font-family: "OpenSans-Light";
    font-size: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    cursor:pointer;
}

.texto_dentro_menu:link{
    color: white;

}

.texto_dentro_menu:hover{
    color: white;

}

.texto_dentro_menu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: opacity 300ms, transform 300ms;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
}

.texto_dentro_menu:hover::after,
.texto_dentro_menu:focus::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.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: 1100px) {
    .fila_dentro_menu{
        width: 90%;
    }
}


@media only screen and (max-width: 991px) {

    .btn_menu_movil{
        /* border-color:  white !important; */
        padding-right: 10%; 
        box-shadow: none !important; 
        padding-bottom: 20px;
    }

    .navbar-toggler-icon {
        color:  white !important;
    }

    .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;
        height: auto;
        width: 114px;
    }

    .a_movil_logo{
        padding-left: 10%;
    }
    

}
