.mega-acf-banner {
    background-color: var(--bs-secondary-500) !important;
    position: absolute;
    left: 387px;
    display: flex;
    width: 538px;
    height: 261px;
    background-color: white;
    top: -73px;
    padding-top: 24px;
    padding-left: 24px;
} 

.mega-acf-banner-title {
    color: var(--bs-white);
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.mega-acf-banner-dc {
    color: var(--bs-white);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.mega-acf-banner-content {
    display: flex;
    flex-direction: column;
}

.mega-acf-banner-image {
    width: 243px;
    max-width: 243px;
    height: 237px;
    display: flex;
    flex-shrink: 0;
}

ul.mega-sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    align-items: stretch;
    gap: 0;
}

ul.mega-sub-menu > li:not(.mega-menu-banner-right) {
    grid-column: 1;
}

/* Columna derecha (banner) */
ul.mega-sub-menu > li.mega-menu-banner-right {
    grid-column: 2;
}

ul.mega-sub-menu > li:first-child {
    border-bottom: 1px solid #F2E8D9 !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
}

ul.mega-sub-menu > li:first-child a {
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--bs-black) !important; 
    font-weight: 500 !important;
}

ul.mega-sub-menu > li:not(:first-child) .mega-menu-link {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
}

ul.mega-sub-menu > li:not(:first-child):last-child .mega-menu-link {
    margin-bottom: 0 !important;
}

ul.mega-sub-menu > li:nth-child(3) .mega-menu-link {
    font-size: 16px !important;
    line-height: 24px !important;
    color: var(--bs-black) !important;
    font-weight: 500 !important;
}


.banner-btn {
    width: fit-content;
    background-color: var(--bs-white);
    padding: 12px 32px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--bs-secondary-500) !important;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.header-inner:has(
    .mega-menu-item-has-children:hover,
    .mega-menu-item-has-children:focus,
    .mega-menu-item-has-children:focus-within,
    .mega-menu-item-has-children:active
) {
    border-bottom-left-radius: 0 !important;
    transition: border-radius 0.3s ease;
}



.mega-sub-menu {
    margin-top: 17px !important;
}

@media (max-width: 992px) {
    .mega-acf-banner {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .mega-acf-banner-content {
        position: relative;
    }

    .mega-acf-banner-image {
        width: 215px;
        height: 100%;
        position: relative;
        align-items: self-end;
        justify-content: end;
    }

    .mega-acf-banner-image img {
        max-height: 195px;
    }

    .banner-btn {
        position: absolute;
        bottom: 24px;
        z-index: 5;
        width: calc(100% - 48px);
        padding: 14px 32px;
    }
}

    