.filter-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #021318;
    opacity: 0.8;
    pointer-events: none;
}

.content-banner {
    bottom: 35%;
}

.arrow-down {
    bottom: 3%;

    transition: transform 0.3s ease;
}

.arrow-down:hover {
    transform: scale(1.1);
}

.horizontal-wrapper {
    display: flex;
    height: 100vh;
    width: calc(100vw * 4);
    /* 4 seções */
    position: relative;
}

.containerHorizontal {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #111;
}

.containerHorizontalS {
    height: 78vh;
    overflow: hidden;
    position: relative;
    background: #111;
}

.section {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    position: relative;
    overflow: hidden;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.content {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.content .container.interno {
    padding: 0px;
    padding-bottom: 30px !important;
}

.row-carousel {
    left: 3%;
    position: relative;
}

.section:nth-of-type(1) .bg {
    background-image: url('../images/backgrounds/bg-1.jpg');
}

.bg-1 {
    background-image: url('../images/backgrounds/bg-1.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
    /* Adiciona filtro de cor */
    /* Usando pseudo-elemento para overlay */
}

.bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #021318;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
}

.section:nth-of-type(2) .bg {
    background-image: url('../images/backgrounds/bg-2.jpg');
}

.bg-2 {
    background-image: url('../images/backgrounds/bg-2.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
}

.section:nth-of-type(3) .bg {
    background-image: url('../images/backgrounds/bg-3.jpg');
}

.bg-3 {
    background-image: url('../images/backgrounds/bg-3.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
}

.section:nth-of-type(4) .bg {
    background-image: url('../images/backgrounds/bg-4.jpg');
}

.bg-4 {
    background-image: url('../images/backgrounds/bg-4.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
}

.bg-1,
.bg-2,
.bg-3,
.bg-4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #021318;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
}

.progress-bar-container {
    max-width: 632px;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: #78AD3E;
    border-radius: 10px;

    transition: box-shadow 1s ease;
}

.bar {
    position: absolute;
    z-index: 1000;
    bottom: 75%;
}

.hyperpod-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 150px 50px;
}

.imagem {
    width: 50%;
    transform: translateY(-410px) translateX(358px) rotate(40deg);
    z-index: 1;
}

.imagem-2 {
    width: 50%;
    transform: translateY(-240px) translateX(-464px) rotate(-40deg);
    z-index: 1;
}

.card-body {
    height: 250px;
}

.btn-link {
    bottom: 0;
}

.card-img-top{
    border-radius: 10px;
}

.swiper-slide {
    width: 100vw;
    /* Garante que cada slide ocupe a tela toda */
}

.horizontalSwiper {
    width: 100%;
    overflow-x: auto;
}

.mySwiper {
    padding-bottom: 6% !important;
}

.mySwiper-futuro .swiper-wrapper {
    height: 292px !important;
}

.swiper-button-prev {
    left: 83% !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: 95% !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url(../images/icons/seta-direita.png) !important;
    font-size: 20px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url(../images/icons/seta-esquerda.png) !important;
    font-size: 20px !important;
}

.swiper-wrapper {
    height: 510px !important;
}

@media (max-width: 390px) {
    .containerHorizontalS {
        height: 100vh;
    }
}

@media (max-width: 500px) {
    .hyperpod-section .container {
        padding: 0;
    }

    .text-w-mob2 {
        max-width: 344px !important;
    }

    .banner {
        height: 78vh;
    }

    .btn-enviar {
        width: 100%;
        margin-top: 5px;
    }

    .img-banner {
        height: 78vh;
    }

    .arrow-down {
        bottom: 24%;
    }

    .content-banner {
        bottom: 42%;
    }

    .swiper-button-prev {
        left: 69% !important;
    }
}

@media (max-width: 1540px) {
    .container-content-horizontal {
        width: 83%;
    }
}

@keyframes neonPulse {
    0% {
        text-shadow: 0 0 4px #78AD3E, 0 0 8px #78AD3E;
    }

    100% {
        text-shadow: 0 0 12px #78AD3E, 0 0 25px #78AD3E;
    }
}