.header__menu {
    color: #DFDFDF;

    font-size: 14px;
    text-decoration: none;
}

.header__menu:hover {
    color: white;
    text-decoration: underline;
}

.navbar-nav .nav-link {


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

}

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

}

.navbar-nav .nav-link.active {

    font-weight: 700;


}

.navbar-nav .nav-link.activeWhite {

    font-weight: 700;
}

.header__btnLogin {
    border-radius: 24px;
    border: 1px solid #1A1C89;
    font-size: 16px;
    font-weight: 400;
    color: #1A1C89;
}

.header__btnLogin:hover {
    color: #1A1C89;
    border: 1px solid #1A1C89;
    background-color: transparent;
}

.header__btnLogin--inicio {
    border-radius: 24px;
    border: 1px solid #1A1C89;
    font-size: 16px;
    font-weight: 700;
    color: #1A1C89;
}

.header__btnLogin--inicio:hover {
    color: #1A1C89;
    border: 1px solid #1A1C89;
}

.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 {
    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; */
    background: linear-gradient(90deg, #1A1C89 30.08%, rgba(0, 0, 0, 0.00) 99.79%);
    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;
}

/* ================================
   NEW HEADER STYLES - Figma Design
   ================================ */

/* Header Logo */
.header-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .header-logo {
        width: 140px;
    }
}

@media screen and (max-width: 576px) {
    .header-logo {
        width: 120px;
    }
}

/* Header Navigation Links */
.header-nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #121212;
    text-decoration: none;
    /* padding: 8px 12px; */
    transition: color 0.3s ease;
}

.header-nav-link:hover {
    color: #0545A9;
}

.header-nav-link.active {
    font-weight: 600;
    color: #0545A9;
}

/* Header CTA Button - Presupuesto */
.header-btn-presupuesto {
    background-color: #0545A9;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 173px;
    height: 48px;
}

.header-btn-presupuesto:hover {
    background-color: #04A8F9;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(5, 69, 169, 0.3);
}

.header-btn-presupuesto svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Main Navbar Styles */
.navbar-main {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);

    border-image: linear-gradient(90deg, #0545A9 0%, #04A8F9 100%) 1;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 991px) {
    .header-btn-presupuesto {
        font-size: 14px;
        padding: 10px 20px;
    }

    .header-btn-presupuesto svg {
        width: 18px;
        height: 18px;
    }
}