.header__menu{
    color: #DFDFDF;

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


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

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

}

.navbar-nav .nav-link.active{

    color: #131313 !important;


 }
 .navbar-nav .nav-link.activeWhite{

    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;
    background: transparent linear-gradient(0deg, #00000000 0%, #00000062 10%, #000000F8 100%) 0% 0% no-repeat padding-box;

 }

 .navbarInicio .nav-item .nav-link{
    color: white;
    font-size: 16px;

}
.navbarWhite .nav-item .nav-link{
    color:#252525;

    font-weight: 400;
    font-size: 16px;
}
 .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;
 }
 .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;
  }
 }
