/* information-section */
.information-section .section-block {
    padding: 4rem 0;
}


.information-section #banner img {
    width: 100%;
    /* max-width: 662px; */
    height: 400px !important;
    object-fit: cover !important;
    /* border-radius: 10px; */
    padding: 0 !important;
    margin: 0 !important;
}

#section-1 img {
    width: 100%;
    max-width: 662px;
    height: 662px;
    object-fit: cover !important;
    /* border-radius: 10px; */
    padding: 0 !important;
    margin: 0 !important;
}

.information-section .content p {
    font-family: 'Articulat CF Normal', sans-serif !important;
    font-size: 18px !important;
    color: var(--midnight-blue);
    width: 100%;
    /* max-width: 475px; */
}

.information-section .content .box-introducao p {
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 25px !important;
    color: var(--gray1);
    width: 100%;
    max-width: 475px;
}

.information-section .content h2 {
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 29px !important;
    color: var(--midnight-blue);
    width: 100%;
    max-width: 654px;
}

/* packaging-section */
.packaging-section {
    padding-top: 128px;
    padding-bottom: 181px;
}

.packaging-section p,
.packaging-section h2 {
    padding-left: 10px;
}

.packaging-section .card {
    width: 100%;
    max-width: 410px;
    height: 625px;
    padding: 40px !important;
    border-color: var(--white);
    border-radius: 30px !important;
    color: var(--midnight-blue) !important;
}

.packaging-section .card h5 {
    color: var(--orange);
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 29px !important;
}

.packaging-section .card img {
    /* width: 150px;
    height: 150px; */
}

.packaging-section .card .btn:hover {
    background-color: var(--blue);
    border-color: var(--blue);
}

.packaging-bar {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 10px;
    width: 70%;
    max-width: 326px;
    background-color: var(--neon-yellow);
}

.purpose-section p {
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 19px !important;
    color: var(--gray1);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .packaging-section .card p {
        font-size: 12px !important;
    }
}

@media (max-width: 991.98px) {

    .packaging-section p,
    .packaging-section h2 {
        padding-left: 0px;
    }

    .packaging-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* Mobile: imagem sempre em cima */
@media (max-width: 767.98px) {
    .information-section img {
        width: 100%;
        max-width: initial !important;
        height: initial !important;
        /* object-fit: contain !important; */
        /* border-radius: 10px; */
        padding: 0 !important;
        margin: 0 !important;
    }
}


/* SLIDE */

/* ===== Wrapper principal ===== */
.banner-hero {
    position: relative;
}

/* ===== Slider principal ===== */
#banner.hero-swiper {
    width: 100%;
    aspect-ratio: 16 / 5;
    /* altura automática no mobile */
    background: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Altura no desktop (evita bugs com height:100% em flex items) */
@media (min-width: 1200px) {
    #banner.hero-swiper {
        aspect-ratio: auto;
        height: 400px;
        /* ajuste se quiser maior */
    }
}

/* O wrapper ocupa toda a altura, mas não force height no slide */
#banner.hero-swiper .swiper-wrapper {
    height: 100%;
}

#banner.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    /* mantém a imagem contida */
}

/* ===== Imagem ocupa o slide inteiro (nível de fundo) ===== */
.slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

/* ===== Overlay escurecido (entre imagem e conteúdo) ===== */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
    z-index: 2;
}

/* FAZ PARTE DA FUNÇÃO DE BANNER DE IMAGEM E VÍDEO */
/* BANNER DE IMAGEM */

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    /* acima da imagem/overlay */
    pointer-events: none;
    /* não bloqueia as setas/paginação */
}

/* habilita clique dentro do container Bootstrap */
.hero-content .container,
.hero-content .row,
.hero-content [class*="col-"] {
    pointer-events: auto;
}


/* ===== Título e descrição (opcional, pode deixar o Bootstrap cuidar) ===== */
.hero-title {
    color: #fff;
    font-size: clamp(1.5rem, 2.2vw, 2.5rem);
    font-weight: 700;
    font-family: 'Articulat CF Normal', sans-serif !important;
}

.hero-lead {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
}

/* ===== Controles do Swiper ===== */
#banner.hero-swiper .swiper-button-prev,
#banner.hero-swiper .swiper-button-next {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .6);
    width: 52px;
    height: 52px;
    z-index: 10;
    /* acima do overlay/conteúdo */
}

#banner.hero-swiper .swiper-button-prev:after,
#banner.hero-swiper .swiper-button-next:after {
    font-size: 22px;
}

/* posicionamento das setas no desktop */
@media (min-width: 992px) {
    #banner.hero-swiper .swiper-button-prev {
        left: 12px;
    }

    #banner.hero-swiper .swiper-button-next {
        right: 12px;
    }


}

/* ===== Paginação (bolinhas) ===== */
#banner.hero-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .85);
    opacity: 1;
}

#banner.hero-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

/* ===== Esconde setas no mobile ===== */
@media (max-width: 576px) {

    #banner.hero-swiper .swiper-button-prev,
    #banner.hero-swiper .swiper-button-next {
        display: none;
    }

    #banner.hero-swiper {
        height: calc(100vh - 171px) !important;
    }

    .information-section #banner img {
        height: -webkit-fill-available !important;
        /* object-fit: initial !important; */
        object-fit: cover !important;
    }

    /* .slide-img {
        height: unset !important;
        object-fit: none !important;
    } */
}


/* bloco fixo que contém título, descrição e botão ancorado */
.hero-fixed {
    position: relative;
    /* altura mínima no mobile para garantir espaço ao botão */
    min-height: 320px;

    /* no desktop pode aumentar */
    @media (min-width: 992px) {
        min-height: 280px;
    }

    color:#fff;
    text-shadow:0 1px 2px rgba(0, 0, 0, .5);
}

/* a descrição não pode crescer indefinidamente */
.hero-desc {
    /* limite de altura: ajuste conforme seu layout */
    max-height: 10.5rem;
    /* ~3-4 linhas dependendo do font-size */
    overflow: hidden;
    /* corta o excedente para não empurrar o botão */
    margin-bottom: 0;
    /* espaçamento controlado pelo bloco */
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 20px;
}

/* Se preferir que a descrição role (em vez de cortar), troque por: */
/*
.hero-desc{
  max-height: 8rem;
  overflow: auto;
  padding-right: .25rem;  // espaço pro scrollbar
}
*/

/* Botão sempre encostado na base do bloco */
.btn-cta {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* (Opcional) se quiser um clamp de linhas em vez de max-height:  */
.hero-desc.-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* número de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-cta .btn {
    background-color: var(--orange) !important;
    /* override no Bootstrap */
    color: #FFF !important;
    /* texto branco */
    border: none !important;
    border-radius: 0 !important;
    /* sem bordas arredondadas */
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Articulat CF Medium', sans-serif !important;
}

/* VIDEO */

#bloco-video-info {
    height: 270px;
}

#bloco-video-info h1 {
    font-family: 'Articulat CF Medium', sans-serif !important;
    font-size: 40px;
    color: var(--white) !important;
}

#bloco-video-info p {
    font-family: 'Poppins Medium', sans-serif !important;
    color: var(--white) !important;
}

#bloco-video-info .btn {
    background-color: var(--orange) !important;
    /* override no Bootstrap */
    color: #FFF !important;
    /* texto branco */
    border: none !important;
    border-radius: 0 !important;
    /* sem bordas arredondadas */
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Articulat CF Medium', sans-serif !important;
}

@media (max-width: 576px) {

    .hero-desc {
        /* limite de altura: ajuste conforme seu layout */
        max-height: 12.5rem;
        /* ~3-4 linhas dependendo do font-size */
        overflow: hidden;
        /* corta o excedente para não empurrar o botão */
        margin-bottom: 0;
        /* espaçamento controlado pelo bloco */
        font-family: 'Poppins Medium', sans-serif !important;
        font-size: 18px;
    }

    #bloco-video-info .btn {
        margin-left: 12px;
    }
}