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

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

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

}

.navbar-nav .nav-link.active{

    color: #131313;
    font-weight:800;

 }
 .navbar-nav .nav-link.activeWhite{
    font-weight:700;
 }
 .header__banner__top{
    position: absolute;
    top: 0;
    width: inherit;
 }
 .header__banner__bottom{
    position: absolute;
    top: 130px;
    width: inherit;
 }
 .menuInicio{
    position: absolute;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%),
linear-gradient(90deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0) 100%); */
background: rgba(255, 255, 255, 0.02);

    /* background: transparent linear-gradient(0deg, #00000000 0%, #00000062 10%, #000000F8 100%) 0% 0% no-repeat padding-box; */

 }

 .navbarInicio .nav-item .nav-link{
    color: white;
}
.navbarInicio .btnHeaderLogin{
    color: white;
}
.navbarInicio .btnHeaderCart{
    color: white;
}
.navbarWhite .nav-item .nav-link{

    font-weight:600;
}
.btnHeaderStore{
    background-color:#F08519;
     color:white !important;
       width:94px;
       text-align:center;
}
.btnHeaderStoreActive{
     background-color:#F08519;
    font-weight:800 !important;
    color:white !important;
    width:94px;
     text-align:center;
}
 .btnPresupuesto{
    color: white !important;
    border: 1px solid #053E88;
    border-radius: 26px;
    background-color: #053E88;
    font-size: 18px;
    text-transform: uppercase !important;
    padding: 8px 18px;
 }
 .btnPresupuesto:hover{
    color: white !important;
    background-color:#21223A;
 }
 .btnHeaderLoginActive{
    color: white !important;
    border-radius: 0px;
    font-size: 14px;

    position: relative;
 }
.PresupuestoActive{
    background-color:#026330 !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;
 }
 .header__dropdown__linkRegister{
    color: #F08519;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
 }
 .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;
    }
    .btnPresupuesto{
        border:none;
        text-transform:capitalize !important;
         padding:initial;
    }
    .PresupuestoActive{
        background:none !important;
        color: #131313 !important;
        font-family: 'Nunito Sans' !important;
    }
}
 @media (max-width:1000px){
   .btnPresupuesto{
        border:none;
        text-transform:capitalize !important;
        padding:initial;
    }
 }
