<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 14px;
    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: 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:600;
}
 .header__btnPresupuesto{
    color: #EA9108 !important;
    border: 1px solid #EA9108;
    border-radius: 0px;
    background-color: white;
    font-size: 18px;
    text-transform: uppercase !important;
    padding: 8px 18px;
 }
 .header__btnPresupuesto:hover{
    color: #EA9108 !important;
    background-color:white;
 }
 .btnHeaderLoginActive{
    color: white !important;
    background-color:#21223A;
    border: 1px solid #21223A;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase !important;
    padding: 8px 18px;
    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: black;
    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;
    }
 }
</pre></body></html>