/* ----------------Sección combinada para desktop (SOLO BANNERS)------------- */
.main-banner .banner-overlay:not(.final-banner .banner-overlay),
.side-banner:not(.special):not(.final-banner)::before,
.banner-item:not(.final-banner)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}