.header__menu{
    color: #DFDFDF;

    font-size: 14px;
    text-decoration: none;
}
.header__menu:hover{
    color: white;
    text-decoration: underline;
}
.header__container__link{
    background-color: #969493;
    border-radius: 60px;
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__link--lang{
    text-decoration: none;
    text-align: center;
    color: white;

}
.header__dropdown__linkRegister{
    color: #636363;
    font-size: 15px;
    font-weight: 300;
}
.navbar-nav .nav-link{


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

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

}

.navbar-nav .nav-link.active{

    color: #131313 !important;
    font-weight:800;

 }
 .navbar-nav .nav-link.activeWhite{
    color: #333333;
    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;
    text-transform: uppercase;
}
.navbarWhite .nav-item .nav-link{

    font-weight:400;
}
 .btnHeaderLogin{
    color: white !important;
    border: 1px solid white;
    border-radius: 4px;
    background-color: none;
    width: 130px;
    text-align: center;
    font-size: 16px !important;
    text-transform: capitalize !important;
    /* padding: 8px 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
 }
 .btnHeaderLogin:hover{
    color: white !important;
    border: 1px solid white;
 }
 .btnHeaderLoginActive{
    color: white !important;
    border-radius: 0px;
    background-color:#3D7ABD;
    font-size: 14px;
    border: 1px solid #3D7ABD;
    padding: 8px 18px;
    width: 160px;
    text-align: center;
 }
.PresupuestoActive{
    background-color:#F51707 !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;
 }
 .header__input--search{
    width: 500px;
    border-radius: 60px;
    border: 1px solid #E5E3E3;
    height: 56px;
 }
 .header__input--search::placeholder{
    color: #969493;
    font-weight: 500;
    font-size: 14px;
    padding-left: 14px;
 }
.header__btn--userName{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 4px;
    border:1px solid white;
    height:33px;
    display:flex;
    align-items:center;
}
.header__btn--userName:hover{
    background-color: black;
    color: #FFFFFF !important;
}
.header__link--carrito{
   color: #F51707;
   border: 2px solid #F51707;
   font-weight: 600;
   font-size: 14px;
   border-radius: 60px;
   width: 141px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.header__link--carrito:hover{
    color: #F51707;
    border: 2px solid #F51707;
}
 @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;
    }
 }
