/* V9 — notícias do CRM no carrossel */
.hero-news .hero-slide {
    background-color: var(--blue-900);
    background-position: center center;
}

.hero-news .hero-slide.is-active {
    isolation: isolate;
}

.hero-news .hero-overlay::before {
    width: 57%;
    background: linear-gradient(135deg, rgba(7, 81, 163, .99), rgba(3, 47, 104, .97));
}

.hero-news .hero-copy {
    position: relative;
    z-index: 2;
}

.hero-news .hero-copy .eyebrow {
    margin-top: 0 !important;
}

@media (max-width: 1080px) {
    .hero-news .hero-overlay::before {
        width: 68%;
    }
}

@media (max-width: 700px) {
    .hero-news .hero-slide {
        background-position: center top !important;
    }

    .hero-news .hero-overlay::before {
        width: 100%;
    }
}

.hero-news .hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero-news .hero-overlay {
    z-index: 1;
}

@media (max-width: 700px) {
    .hero-news .hero-slide-image {
        height: 48%;
        object-position: center top;
    }
}
