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


/* ===========================
   BANNER PRINCIPAL (organizado)
   =========================== */

/* Base / reset */
#banner-principal img {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

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

/* Swiper: container */
#banner-principal .hero-swiper,
#banner-principal.hero-swiper {
    width: 100%;
    aspect-ratio: 16 / 5;
    background: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Swiper: estrutura interna */
#banner-principal .hero-swiper .swiper-wrapper,
#banner-principal.hero-swiper .swiper-wrapper {
    height: 100%;
}

#banner-principal .hero-swiper .swiper-slide,
#banner-principal.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Imagem de fundo do slide */
#banner-principal .slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

/* Overlay e content */
#banner-principal .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
    z-index: 2;
}

#banner-principal .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

#banner-principal .hero-content .container,
#banner-principal .hero-content .row,
#banner-principal .hero-content [class*="col-"] {
    pointer-events: auto;
}

/* Tipografia principal */
#banner-principal .hero-title {
    color: #fff;
    font-size: 80px;
    font-family: 'Poppins SemiBold', sans-serif !important;
}

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

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

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

#banner-principal.hero-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .85);
    opacity: 1;
}

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

/* Hero fixed (variação) */
#banner-principal .hero-fixed {
    position: relative;
    min-height: 320px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/* Descrição e clamp */
#banner-principal .hero-desc {
    max-height: 10.5rem;
    overflow: hidden;
    margin-bottom: 0;
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 20px;
}

#banner-principal .hero-desc.-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CTA */
#banner-principal .btn-cta {
    position: absolute;
    left: 0;
    bottom: 0;
}

#banner-principal .btn-cta .btn {
    background-color: var(--orange) !important;
    color: #FFF !important;
    border: 1px solid var(--white) !important;
    border-radius: 0 !important;
    text-decoration: none;
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 20px;
    width: 326px;
}

#banner-principal .btn-cta .btn:hover {
    background-color: var(--white) !important;
    color: var(--orange) !important;
}

/* Bloco de vídeo */
#banner-principal #bloco-video {
    height: calc(100vh - 103px);
}

#banner-principal #bloco-overlay {
    background: rgba(0, 0, 0, .35);
}

#banner-principal #bloco-video-info {
    height: 270px;
    top: 75% !important;
}

#banner-principal #bloco-video-info h1 {
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 80px;
    color: var(--white) !important;
}

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

#banner-principal #bloco-video-info .btn {
    background-color: var(--orange) !important;
    color: #FFF !important;
    border: 1px solid var(--white) !important;
    border-radius: 0 !important;
    text-decoration: none;
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 20px;
    width: 100%;
    max-width: 326px;
}

#banner-principal #bloco-video-info .btn:hover {
    background-color: var(--white) !important;
    color: var(--orange) !important;
}

/* ===========================
   MEDIA QUERIES
   =========================== */

/* Mobile (<= 576px) */
@media (max-width: 576px) {

    /* Oculta setas no mobile */
    #banner-principal.hero-swiper .swiper-button-prev,
    #banner-principal.hero-swiper .swiper-button-next {
        display: none;
    }

    /* Altura do swiper no mobile */
    #banner-principal.hero-swiper,
    #banner-principal .hero-swiper {
        height: calc(100vh - 118px) !important;
    }

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

    #banner-principal .hero-fixed {
        min-height: 140px !important;
    }

    #banner-principal .hero-title,
    .hero-title {
        font-size: 30px;
    }

    #banner-principal .btn {
        margin-left: initial;
        font-size: 16px;
        width: auto;
    }

    #banner-principal .hero-desc {
        max-height: 12.5rem;
        overflow: hidden;
        margin-bottom: 0;
        font-family: 'Poppins Medium', sans-serif !important;
        font-size: 18px;
    }

    #banner-principal #bloco-video-info {
        height: 140px;
    }

    #banner-principal #bloco-video-info h1 {
        font-size: 30px;
    }

    #banner-principal #bloco-video-info .btn {
        margin-left: 12px;
        font-size: 16px;
        width: auto;
    }

    #banner-principal .btn-cta .btn {
        font-size: 20px;
        width: auto;
    }

    #banner-principal .btn-cta .btn:hover {
        background-color: var(--white) !important;
        color: var(--orange) !important;
    }
}

/* ≥ 992px */
@media (min-width: 992px) {
    #banner-principal.hero-swiper .swiper-button-prev {
        left: 12px;
    }

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

    #banner-principal .hero-fixed {
        padding-bottom: 30px;
        /* min-height: 250px; */
    }
}

/* ≥ 1200px */
@media (min-width: 1200px) {

    #banner-principal .hero-swiper,
    #banner-principal.hero-swiper {
        aspect-ratio: auto;
        height: calc(100vh - 103px) !important;
    }
}

/* ===== FIM BANNER PRINCIPAL ===== */

/* ===========================
   BANNER SECUNDÁRIO
   =========================== */

/* Base / reset */
#banner-secundario img {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

/* Wrapper / layout */
#banner-secundario.banner-hero {
    position: relative;
}

/* Swiper: container */
#banner-secundario .hero-swiper,
#banner-secundario.hero-swiper {
    width: 100%;
    aspect-ratio: 16 / 5;
    /* background: #000; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Swiper: estrutura interna */
#banner-secundario .hero-swiper .swiper-wrapper,
#banner-secundario.hero-swiper .swiper-wrapper {
    height: 100%;
}

#banner-secundario .hero-swiper .swiper-slide,
#banner-secundario.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Imagem de fundo do slide */
#banner-secundario .slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
    /* border-top-right-radius: 320px; */
}

/* Overlay e content */
#banner-secundario .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
    z-index: 2;
    /* border-top-right-radius: 320px; */
}

#banner-secundario .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

#banner-secundario .hero-content .container,
#banner-secundario .hero-content .row,
#banner-secundario .hero-content [class*="col-"] {
    pointer-events: auto;
}

/* Tipografia principal */
#banner-secundario .hero-title {
    color: #fff;
    font-size: 50px;
    font-family: 'Poppins SemiBold', sans-serif !important;
}

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

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

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

#banner-secundario.hero-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .85);
    opacity: 1;
}

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

/* Hero fixed (variação) */
#banner-secundario .hero-fixed {
    position: relative;
    min-height: 320px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

/* Descrição e clamp */
#banner-secundario .hero-desc {
    max-height: 10.5rem;
    overflow: hidden;
    margin-bottom: 0;
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 20px;
}

#banner-secundario .hero-desc.-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CTA */
#banner-secundario .btn-cta {
    position: absolute;
    left: 0;
    bottom: 0;
}

#banner-secundario .btn-cta .btn {
    background-color: transparent !important;
    background-image: none !important;
    color: #FFF !important;
    border: 1px solid var(--white) !important;
    border-radius: 0 !important;
    text-decoration: none;
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 20px;
    width: 326px;
}

#banner-secundario .btn-cta .btn:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
}

/* Bloco de vídeo */

#banner-secundario video {
    border-top-right-radius: 320px;
}

#banner-secundario #bloco-video {
    height: calc(100vh - 103px);
}

#banner-secundario #bloco-overlay {
    background: rgba(0, 0, 0, .35);
}

#banner-secundario #bloco-video-info {
    height: 270px;
    top: 75% !important;
}

#banner-secundario #bloco-video-info h1 {
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 50px;
    color: var(--white) !important;
}

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

#banner-secundario #bloco-video-info .btn {
    background-color: transparent !important;
    background-image: none !important;
    color: #FFF !important;
    border: 1px solid var(--white) !important;
    border-radius: 0 !important;
    text-decoration: none;
    transition: filter .2s ease, transform .15s ease;
    font-family: 'Poppins SemiBold', sans-serif !important;
    font-size: 20px;
    width: 100%;
    max-width: 326px;
}

#banner-secundario #bloco-video-info .btn:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
}

/* ===========================
   MEDIA QUERIES
   =========================== */

/* Mobile (<= 576px) */
@media (max-width: 576px) {

    /* Oculta setas no mobile */
    #banner-secundario.hero-swiper .swiper-button-prev,
    #banner-secundario.hero-swiper .swiper-button-next {
        display: none;
    }

    /* Altura do swiper no mobile */
    #banner-secundario.hero-swiper,
    #banner-secundario .hero-swiper {
        height: calc(100vh - 118px) !important;
    }

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

    #banner-secundario .hero-fixed {
        min-height: 200px !important;
    }

    #banner-secundario .hero-title,
    .hero-title {
        font-size: 30px;
    }

    #banner-secundario .btn {
        margin-left: initial;
        font-size: 16px;
        width: auto;
    }

    #banner-secundario .hero-desc {
        max-height: 12.5rem;
        overflow: hidden;
        margin-bottom: 0;
        font-family: 'Poppins Medium', sans-serif !important;
        font-size: 18px;
    }

    #banner-secundario video {
        border-top-right-radius: 320px;
    }

    #banner-secundario #bloco-video-info {
        height: 175px;
    }

    #banner-secundario #bloco-video-info h1 {
        font-size: 30px;
    }

    #banner-secundario #bloco-video-info .btn {
        margin-left: 12px;
        font-size: 16px;
        width: auto;
    }

    #banner-secundario .btn-cta .btn {
        font-size: 20px;
        width: auto;
    }

    #banner-secundario .btn-cta .btn:hover {
        background-color: var(--white) !important;
        color: var(--orange) !important;
    }
}

/* ≥ 992px */
@media (min-width: 992px) {
    #banner-secundario.hero-swiper .swiper-button-prev {
        left: 12px;
    }

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

    #banner-secundario .hero-fixed {
        min-height: 250px;
    }
}

/* ≥ 1200px */
@media (min-width: 1200px) {

    #banner-secundario .hero-swiper,
    #banner-secundario.hero-swiper {
        aspect-ratio: auto;
        height: 727px;
    }
}

/* ===== FIM BANNER SECUNDÁRIO ===== */


/* ===== SEGMENTOS ===== */

#segmentos-titulo p {
    margin-bottom: 80px !important;
    color: var(--white) !important;
    font-family: 'Poppins Regular', sans-serif !important;
    font-size: 18px !important;
}

#segmentos-itens {
    background: #ef4a08;
    padding: 60px 0;
    /* sem height fixa */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* A linha dos cards ocupa 100% e pode quebrar em várias linhas sem centralizar */
#segmentos-itens .cards-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    /* garante quebra natural quando não couber */
}

/* Coluna automática a partir de md NÃO encolhe demais */
@media (min-width: 768px) {
    #segmentos-itens .cards-row>[class*="col-md-auto"] {
        flex: 0 0 auto;
        /* largura do conteúdo (o card) */
    }
}

/* Card com largura fluida, mas limitado a 550px */
.sector-card {
    position: relative;
    width: min(100%, 550px);
    /* evita esticar demais ou passar da coluna */
    height: 558px;
    margin: 0;
    /* começa à esquerda */
}

.sector-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 28px;
}

/* Balão branco */
.sector-info {
    position: absolute;
    top: -55px;
    right: 8px;
    width: clamp(260px, 70%, 386px);
    max-width: calc(100% - 24px);
    height: 375px;
    background: #fff;
    border-radius: 25px;
    border-bottom-left-radius: 93px;
    padding: 22px 22px 18px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
    display: grid;
    z-index: 1;
}

/* Título e texto */
.sector-info .card-title {
    margin: 0 0 .5rem;
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 25px;
    margin-left: 22px;
}

.sector-info .card-text {
    color: var(--gray1);
    margin-bottom: 1rem;
    width: auto;
    max-width: 298px;
    height: auto;
    margin: 0 auto;
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 20px;
}

/* Botão */
.sector-info .btn {
    justify-self: end;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 33px;
    width: 100%;
    max-width: 161px;
    font-family: 'Poppins Regular', sans-serif !important;
    font-size: 15px;
    padding: 0 .75rem;
    border-radius: 0 !important;
    border-color: var(--orange3) !important;
    color: var(--orange3) !important;
    overflow: hidden;
}

.sector-info .btn .grow {
    transition: transform .35s ease;
}

.sector-info .btn .btn-label {
    transform-origin: left center;
}

.sector-info .btn .btn-arrow {
    transform-origin: right center;
}

.sector-info .btn:hover {
    background-color: var(--orange3) !important;
    color: var(--white) !important;
}

.sector-info .btn:hover .grow {
    transform: scale(1.4);
}

/* Ajustes antes de 1760px */
@media (max-width: 1760px) {
    .sector-card {
        width: min(100%, 520px);
    }

    .sector-info {
        width: clamp(240px, 72%, 360px);
    }
}

/* Tablet */
@media (max-width: 1199.98px) {
    .sector-card {
        width: min(100%, 500px);
        height: 520px;
    }

    .sector-info {
        top: -50px;
        height: 340px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .sector-card {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .sector-img {
        height: auto;
    }

    .sector-info {
        top: -50px;
        right: 5px;
        width: calc(100% - 40px);
        height: auto;
        min-height: 280px;
    }

    .sector-info .card-text {
        font-size: 15px !important;
        max-width: none;
    }

    #segmentos-itens {
        padding: 40px 0;
    }

    /* Corrige rolagem horizontal gerada pelo .row (margens negativas) */
    #segmentos-itens .row {
        --bs-gutter-x: 1rem;
        margin-left: 0;
        margin-right: 0;
    }

    #segmentos-itens {
        overflow-x: hidden;
    }
}

/* ===== FIM SEGMENTOS ===== */










#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;
    }
}

/* BANNER SECUNDÁRIO */
#banner-secundario {
    background-color: var(--orange);
}

/* CLIENTES */
/* Centralização robusta dentro dos slides */
.customers-swiper .swiper-slide {
    display: flex;
    /* vira um flex container */
    align-items: center;
    /* alinha verticalmente */
    justify-content: center;
    /* centraliza horizontalmente */
    /* opcional: evita que conteúdos “grudem” nas bordas */
    padding: 8px 0;
}

/* Se o slide só tem um <a>, faça o <a> preencher e centralizar também */
.customers-swiper .swiper-slide>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Ajustes na imagem (removendo o width: initial !important) */
.customers-swiper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Remova/override isso se existir em algum lugar: 
   .customers-swiper .swiper-slide img { width: initial !important; } */
.customers-swiper .swiper-slide img {
    width: auto;
    /* deixa a largura se ajustar naturalmente */
    max-height: 100%;
    /* evita distorções */
}

.customers-section h2 {
    margin-left: 70px;
    padding-bottom: 80px;
}

.horizontal-bar {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}


/* Mobile: garanta centralização e limite de altura opcional para logos */
@media (max-width: 991.98px) {

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

    .customers-section h2 {
        margin-left: 0;
    }

    /* Se seus logos variam muito de tamanho, padronize a altura no mobile */
    .customers-swiper .swiper-slide img {
        /* max-height: 56px; */
        /* ajuste conforme seu design */
    }

    /* Se quiser um card fixo por slide no mobile, descomente:
  .customers-swiper .swiper-slide {
    width: 225px !important;
  } */
}