.header__menu{
    color: #DFDFDF;

    font-size: 14px;
    text-decoration: none;
}
.header__menu:hover{
    color: white;
    text-decoration: underline;
}
.navbar-nav .nav-link{


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

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

}

.navbar-nav .nav-link.active{

    color: #384F7E !important;


 }
 .navbar-nav .nav-link.activeWhite{
    color: #384F7E !important;
 }
 .header__btnLogin{
    border-radius: 0px;
    border: 1px solid #384F7E;
    font-size: 16px;
    font-weight: 400;
    color: #384F7E;
    width:171px;
 }
 .header__btnLogin:hover{
    color: #384F7E !important;
    border: 1px solid #384F7E;
    background: rgba(255, 255, 255, 0.70);

 }
 .header__btnLogin--inicio{
    border-radius: 0px;
    border: 1px solid white;
    font-size: 16px;
    font-weight: 400;
    color: white;
 }
 .header__btnLogin--inicio:hover{
    color: white;
    border: 1px solid white;
 }
 .menuInicio{
    /* position: absolute;
    background: transparent linear-gradient(0deg, #00000000 0%, #00000062 10%, #000000F8 100%) 0% 0% no-repeat padding-box; */

 }

 .navbarInicio .nav-item .nav-link{
    color: white;
    text-transform: capitalize;
}
.navbarWhite .nav-item .nav-link{
    color: #222222;
}
 .btnPresupuesto{
    color: black !important;
    border: 1px solid #D41A1F;
    border-radius: 14px;
    background-color: white;
    font-size: 14px;
 }
 .btnPresupuesto:hover{
    color: white !important;
    background-color:#D41A1F;
 }
.PresupuestoActive{
    background-color:#D41A1F !important;
    color: white !important;
}
 .header__menu--shadow{
    z-index: 10;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 }
 .header__banner__bottom__text{
     top:140px;
 }
 .header__dropdown_label{
    color: #1D1D1D;
     font-size: 16px;
     font-weight: 400;
 }

 /* Estilos para el botón toggler en la página de inicio */
 .navbar-inicio-transparent .navbar-toggler {
    /* background-color: white !important; */
    border-color: white !important;
 }

 .navbar-inicio-transparent .navbar-toggler-icon {
    filter: invert(1) !important;
 }

 @media screen and (max-width:991px) {
  .navbar-collapse{
    flex-direction: column;
    justify-content: center;
  }
  .navbar-collapse:not(.show) {
    display: none !important;
  }
 }
.navbar-inicio-transparent {
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0.00) 100%) !important;
  box-shadow: none !important;
  border: none !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1030 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 110px !important;
}
