/* Header principal estilo Figma */
.header__main {
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header__top {
    background: white;
    /* border-bottom: 1px solid #eee; */
}

.header__top-icons {
    font-size: 0.9rem;
}

.header__logo {
    height: 64px;
    width: auto;
    max-width: 250px;
    display: block;
}

.header__socials {
    gap: 18px !important;
}

.header__social_icon .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #fff;
    transition: background 0.2s, border 0.2s;
}

.header__social_icon .icon-circle:hover {
    background: #F2F2F2;
    border-color: #3C364C;
}

.header__top-icons {
    margin-bottom: 0.5rem;
}

.header__linksTitle {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
}

.header__linksItem {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    display: block;
}

.header__linksItem a {
    text-decoration: none;
    color: inherit;
}

.header__dropdown+.dropdown-menu {
    min-width: auto;
    width: fit-content;
}

.header__menu_link {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    letter-spacing: 0.02em;
    padding: 8px 18px;
    border-radius: 0;
    background: none;
    transition: color 0.2s;
    text-align: left;
}

.header__menu_link:hover,
.header__menu_link.active {
    color: #D60B52 !important;
    background: none;
}
.header__menu_link.active{
    color: #D60B52 !important;
    background: none;
    font-weight: 700;
}
.header__clientes__link {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.header__clientes__label {
    font-size: 16px;
    color: #121212;
    position: absolute;
    left: 100%;
    margin-left: 8px;
    white-space: nowrap;
    transform: translateX(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    cursor: pointer;
}

.header__clientes__label.visible {
    pointer-events: auto;
}



.header__top-icons .nav-item:first-child {
    transition: transform 0.3s ease-in-out;
}

.navbar-toggler {
    border: none;
    background: transparent;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .header__top {
        padding: 0.5rem 1rem;
    }

    .header__logo {
        height: 48px;
        width: 100%;
    }

    .header__menu_link {
        font-size: 16px;
        padding: 16px 0 8px 0;
        text-align: center;
        width: 100%;
    }

    .header__socials {
        justify-content: center !important;
        margin-top: 24px;
    }

    .navbar-collapse {
        background: #fff;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
        border-radius: 0 0 16px 16px;
        padding-bottom: 16px;
    }
}

.header__top-icons .icon-divider {
    width: 1px;
    height: 28px;
    background-color: #EAEAEA;
    display: block;
}

@media (max-width: 600px) {
    .header__main {
        padding: 0;
    }

    .header__logo {
        height: 64px;
        width: 100%;
    }

    .header__menu_link {
        font-size: 16px;
        padding: 14px 0;
    }

    .header__social_icon .icon-circle {
        width: 32px;
        height: 32px;
    }
}
