.cooagro-hero-bg-slider,
.cooagro-hero-bg-slider__slide {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cooagro-hero-bg-slider {
    z-index: 0;
    overflow: hidden;
}

.cooagro-hero-bg-slider__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 800ms ease;
}

.cooagro-hero-bg-slider__slide.is-active {
    opacity: 1;
}

.has-hero-background-slider {
    position: relative;
}

.has-hero-background-slider > .ccoagro-container,
.has-hero-background-slider > .credit-container,
.has-hero-background-slider > .supermarket-hero__inner,
.has-hero-background-slider > .regimen-hero__content {
    position: relative;
    z-index: 3;
}

.has-hero-background-slider > .regimen-hero__overlay {
    position: absolute;
    z-index: 1;
}

.has-hero-background-slider > .regimen-hero__bg {
    opacity: 0;
}
