.header__menu{
    color: #DFDFDF;
    font-size: 14px;
    text-decoration: none;
}
.header__menu:hover{
    color: white;
    text-decoration: underline;
}
.header__contact__link{
    font-weight: 400;
    font-size: 16px;
}
.header__divider{
    width: 2px;
    height:20px;
    background-color:white;
    margin-left: 13px;
    margin-right: 13px;
}
.navbar-nav .nav-link{


    font-size: 16px;
    color: #131313 ;
    text-transform: capitalize;
    /* padding-top: 40px;
    padding-bottom: 20px; */
    text-wrap: nowrap;

}
.navbar-nav .nav-link:hover{
     color: #131313;

}

.navbar-nav .nav-link.active{

   font-weight: 700 !important;


 }

 .header__banner__top{
    position: absolute;
    top: 0;
    width: inherit;
 }
 .header__banner__bottom{
    position: absolute;
    top: 130px;
    width: inherit;
 }
 .menuInicio{
    position: absolute;
    top: 0;
    z-index: 1020;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 150px;
}

 .menuInicio .nav-item .nav-link{
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.navbarInicio{
     /* background: rgba(0, 0, 0, 0.1); */
     position: absolute;
}
.headerBarraSuperior{
    position: absolute;
}
.navbarInicio .header__contact__link .dropdown .dropdown-toggle{
    color:  white !important;
}
.navbarInicio .header__contact__link .dropdown .dropdown-toggle{
    color:  white !important;
}
.navbarInicio .header__contact__link .dropdown-menu{
    color: white !important;
}
 .link_encabezado{
     color: white;

     font-size: 15px;
     text-decoration: none;
 }
 .link_encabezado:hover{
     text-decoration: underline;
     color: white;
 }
 @media screen and (max-width:468px) {
  .navbar-collapse{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbarInicio{
    position: relative;
     background: rgba(0, 0, 0, 0.3);
  }
  .menuInicio .nav-item .nav-link{
    margin-left: 13px;
  }
  .navbar-nav .nav-link{
    margin-left: 13px;
  }

 }

@media screen and (max-width: 991px) {
  .navbar-toggler.inicio-toggle {
    border: 2px solid white !important;
    color: white !important;
    background: none !important;
  }
  .navbar-toggler.inicio-toggle .navbar-toggler-icon {
    filter: invert(1);
  }
}
