/* =========================
   FONTES
========================= */

@font-face {
font-family: "Sora";
src: url("/fonts/sora-regular.woff2") format("woff2");
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Sora";
src: url("/fonts/sora-SemiBold.woff2") format("woff2");
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: "Sora";
src: url("/fonts/sora-Bold.woff2") format("woff2");
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Sora";
src: url("/fonts/Sora-Black.woff2") format("woff2");
font-weight: 900;
font-display: swap;
}


/* =========================
   RESET ESSENCIAL
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Sora", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.bold {
    font-weight: 700;
}
.semi-bold {
    font-weight: 600;
}



/* ===================== */
/* SEÇÃO HERO */
/* ===================== */

.sec1 {
    background-image: url("img/bg-hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.sec1 .conteiner {
    display: flex;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===================== */
/* HERO – TEXTO */
/* ===================== */

.divhero1 {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.btnsec1 {
    display: none;
}

.divhero1 .logo {
    padding-bottom: 52px;
}

.divhero1 h1 {
    width: 780px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #A0613D;
    z-index: 9;
}

.divhero1 h1 .destaque {
    color: #BA7E59;
}

.divhero1 .p1,
.divhero1 .p2 {
    width: 650px;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #BA7E59;
}

.divhero1 .p2 {
    padding-bottom: 20px;
}

/* ===================== */
/* HERO – IMAGEM */
/* ===================== */

.divhero2 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.divhero2 .mulher {
    height: 100vh;
    width: auto;
    max-width: none;
    margin-left: -200px;
}


.elemento-giratorio {
    position: absolute;
    width: 116px;
    top: 48%;
    right: 16.4%;
    z-index: 2;
    animation: girarInfinito 30s linear infinite;
    transform-origin: center;
}

@keyframes girarInfinito {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

/* ===================== */
/* CTA HERO */
/* ===================== */

.cta-btn {
    display: inline-flex;
    align-items: center;
    height: 99px;
    width: 655px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.cta-btn .icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    overflow: hidden;
    border-top: 1px solid #BA7E59;
    box-shadow: 0 4px 0 rgba(0,0,0,.2), 0 8px 15px rgba(0,0,0,.1);
    transition: width .45s cubic-bezier(.4,0,.2,1), box-shadow .3s ease;
    z-index: 10;
}

.cta-btn .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -100%;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
    transform: skewX(-20deg);
    transition: all 1.2s ease;
}

.cta-btn .text {
    position: absolute;
    left: 90px;
    font-size: 1.75rem;
    line-height: .8;
    white-space: nowrap;
    color: #A0613D;
    z-index: 12;
    transition: left .45s cubic-bezier(.4,0,.2,1), color .3s ease;
}

.cta-btn .arrow5 {
    width: 44px;
    height: 44px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transition: transform .45s ease;
}

.cta-btn .arrow5::after {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    margin-left: -8px;
    border-radius: 2px;
}

/* HOVER */

.cta-btn:hover .icon {
    width: 590px;
    justify-content: flex-end;
    padding-right: 18px;
    box-shadow: 0 10px 25px rgba(160,97,61,.4);
}

.cta-btn:hover .icon::before {
    left: 130%;
}

.cta-btn:hover .text {
    left: 40px;
    color: #fff;
}

.cta-btn:hover .arrow5 {
    transform: scale(1.05);
}
.mulher2{
    display: none;
}


/* ===================== */
/* SEÇÃO SEC2 */
/* ===================== */

.sec2 {
    background: linear-gradient(0deg, #E4B693 7.79%, #A0613D 100%);
    height: 200px;
}

.sec2 .conteinersec2 {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h1sec2 {
    width: 1000px;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    text-align: center;
}


/* ===================== */
/* SEÇÃO SEC3 – SECOES BG */
/* ===================== */

/* Base das seções com background */
.sessao-item {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
}

/* Container limitador */
.conteiner-limite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===================== */
/* BACKGROUNDS E ALTURAS */
/* ===================== */

.item-1 {
    height: 566px;
    padding-top: 125px;
    background-image: url("img/bgcont3-1.webp");
}

.item-2 {
    height: 762px;
    background-image: url("img/bgcont3-2.webp");
}

.item-3 {
    height: 376px;
    background-image: url("img/bgcont3-3.webp");
}

/* ===================== */
/* TEXTOS */
/* ===================== */

.conteiner-limite h2 {
    font-size: 1.5rem;
    color: #A0613D;
}

.titleh2-1 {
    width: 1050px;
    padding-bottom: 34px;
    text-align: center;
    font-weight: 400;
}

.titleh2-2 {
    width: 1050px;
    padding-bottom: 154px;
    text-align: center;
    font-weight: 700;
}

.titleh2-4 {
    width: 715px;
    padding-top: 70px;
    text-align: center;
    font-weight: 700;
}

/* ===================== */
/* CARDS */
/* ===================== */

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 423px);
    gap: 20px;
    justify-content: center;
}

.card {
    width: 423px;
    height: 370px;
    border: 2px solid #A0613D;
    border-radius: 20px;
    background: transparent;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    gap: 20px;

    text-align: center;
}

/* Ícone */
.card img {
    width: 2.1875rem;
    height: 2.1875rem;
}

/* Título */
.card h3 {
    color: #A0613D;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0;
}

/* Texto */
.card p {
    font-weight: 400;
    font-size: 1.3125rem;
    color: #A0613D;
    margin: 0;
}

/* Larguras específicas dos títulos (design-driven) */
.card1 h3 { width: 320px; }
.card2 h3 { width: 290px; }
.card3 h3 { width: 355px; }
.card4 h3 { width: 300px; }
.card5 h3 { width: 370px; }
.card6 h3 { width: 370px; }

/* Larguras específicas (design-driven) */
.card1 p { width: 385px; }
.card2 p { width: 350px; }
.card3 p { width: 370px; }
.card4 p { width: 315px; }
.card5 p { width: 340px; }
.card6 p { width: 376px; }

/* ===================== */
/* SEÇÃO SEC4 */
/* ===================== */

.sec4 {
    background-image: url("img/bg-sec-4.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1583px;
}

.sec4 .divsec4 {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* Coluna visual */
.divsec4-1 {
    width: 100%;
}

/* Coluna de conteúdo */
.divsec4-2 {
    width: 100%;
    padding: 118px 0 0 67px;
}

/* Título principal */
.about-title {
    width: 505px;
    padding-bottom: 16px;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #A0613D;
}

/* Subtítulo */
.about-subtitle {
    width: 385px;
    padding-bottom: 51px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #A0613D;
}

/* Parágrafos */
.divsec4-2 p {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
}

/* Larguras específicas (design-driven) */
.p1sec4 {
    width: 552px;
    padding-bottom: 34px;
}

.p2sec4 {
    width: 572px;
    padding-bottom: 34px;
}

.p3sec4 {
    width: 568px;
}


/* ===================== */
/* SEÇÃO SEC5 */
/* ===================== */

.sec5 {
    background-image: url("img/bg-sec-5.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1453px;
}

.conteinersec5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* ===================== */
/* HEADER DA SEÇÃO */
/* ===================== */

.section-header2 h2 {
    width: 700px;
    margin: 0 auto; /* 👈 ISSO resolve */
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding-bottom: 25px;
    text-align: center;
    color: #A0613D;
}

.section-header2 p {
    width: 1035px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-bottom: 111px;
    text-align: center;
    color: #A0613D;
}

/* ===================== */
/* CONTEÚDO PRINCIPAL */
/* ===================== */

.conteinerall {
    display: flex;
    gap: 67px;
}

/* LISTAS */
.conteinerlist {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    gap: 58px;
}

.avaliacao-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 778px;
    height: 288px;
    padding: 0 28px;
    border: 2px solid #BA7E59;
    border-radius: 20px;
}

/* título da box */
.avaliacao-box h3 {
    width: 690px;
    color: white;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-top: -30px;
    margin-bottom: 16px;
    margin-left: -30px;
    padding: 10px 23px;
    background-color: #BA7E59;
    border-radius: 10px;
}

/* lista */
.avaliacao-box ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    padding-bottom: 45px;
}

.avaliacao-box li {
    color: #A0613D;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

/* ===================== */
/* SLIDER */
/* ===================== */

.conteudoslide {
    width: 595px;
    position: relative;
    overflow: visible;
}

.carrossel {
    display: flex;
    gap: 13.26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.carrossel::-webkit-scrollbar {
    display: none;
}

.car {
    flex: 0 0 auto;
    height: 678px;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
}

/* larguras específicas */
.car-1 { width: 508.5px; }
.car-2 { width: 381.37px; }
.car-3 { width: 508.5px; }
.car-4 { width: 595px; }

.car img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===================== */
/* SETAS */
/* ===================== */

.arrow {
    position: absolute;
    bottom: -35px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    color: #BA7E59;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A0613D;
    border-radius: 50px;
    background: transparent;
    cursor: pointer;
    z-index: 10;
}

.arrow-left { left: 0; }
.arrow-right { left: 50px; }

/* ===================== */
/* CTA */
/* ===================== */

.btnsld {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 165px;
}

.btnsec5 {
    width: 630px;
    height: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at var(--x, -100%) var(--y, -100%),
            rgba(255, 255, 255, 0.4) 0%,
            transparent 60%
        ),
        linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);

    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease;
}

.btnsec5 img {
    width: 74px;
    height: 74px;
    display: block;
}

.btnsec5 .text {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding-left: 25px;
}

/* animação */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}
/* ===================== */
/* SEÇÃO SEC6 */
/* ===================== */

.sec6 {
    background-image: url("img/bg-sec-6.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1763px;
}

/* ===================== */
/* CONTAINER PRINCIPAL */
/* ===================== */

.div-sec-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* ===================== */
/* TÍTULO DA SEÇÃO */
/* ===================== */

.titlesec6 {
    display: flex;
    justify-content: center;
}

.titlesec6 h2 {
    width: 420px;
    padding: 21px 27px 21px 0;
    border-right: 3px solid #A0613D;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #A0613D;
}

.titlesec6 p {
    display: flex;
    align-items: center;
    padding-left: 27px;
    width: 600px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
}

/* ===================== */
/* SLIDER */
/* ===================== */

.conteudoslide2 {
    padding-top: 101px;
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.carrossel2 {
    display: flex;
    gap: 32px;
    width: max-content;
    animation: deslizeInfinito 40s linear infinite;
}

.carrossel2:hover {
    animation-play-state: paused;
}

.carrossel2 .ca {
    flex: 0 0 846px;
    height: 565px;
}

/* animação */
@keyframes deslizeInfinito {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2634px);
    }
}

/* ===================== */
/* BENEFÍCIOS */
/* ===================== */

.conteudo-beneficios {
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.titulo-beneficios {
    font-size: 2.5rem;
    padding-top: 185px;
    margin-bottom: 40px;
    color: #A0613D;
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.item-beneficio {
    width: 1280px;
    height: 54px;
    display: flex;
    align-items: center;
    border: 2px solid #c9a084;
    padding: 13.5px 10px;
    text-align: left;
}

.icone-beneficio {
    width: 26px;
    height: 27px;
    margin-right: 15px;
    flex-shrink: 0;
}

.item-beneficio p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #A0613D;
}

.rodape-beneficios {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
    padding-top: 54px;
}

/* ===================== */
/* SEÇÃO SEC7 */
/* ===================== */

.sec7 {
    background: linear-gradient(0deg, #E4B693 7.79%, #A0613D 100%);
    height: 279px;
}

.sec7 .conteinersec7 {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h2sec7 {
    width: 1250px;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    color: white;
}

.sec8 {
    background-image: url("img/bg-sec-8.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 145px 0 15px; /* substitui height fixa */
}

/* Container principal */
.sec8 .conteiner-limite8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* Textos principais */
.conteiner-limite8 h2 {
    font-family: "sora", sans-serif;
    font-size: 1.5rem;
    color: #A0613D;
    line-height: 1.5;
}

.titleh2sec8-1 {
    max-width: 1090px;
    width: 100%;
    padding-bottom: 34px;
    text-align: center;
    font-weight: 400;
}

.titleh2sec8-2 {
    max-width: 1050px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

/* Botão */
.btnsld8 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

/* Logo */
.conteiner-limite8 .logo8 {
    width: 351px;
    height: auto;
    margin: 353px 0 46px;
}

/* Contato */
.contato {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1440px;
    width: 100%;
    padding: 47px 41px 27px;
    border-bottom: 3px solid #BA7E59;
    border-radius: 20px;
}

.contato > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h2sec8 {
    font-family: "sora", sans-serif;
    color: #A0613D;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 14px;
}

.psec8 {
    font-family: "sora", sans-serif;
    color: #BA7E59;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

/* WhatsApp */
.whatsapp {
    display: flex;
    align-items: center;
    gap: 6.5px;
}

.wpp {
    width: 26px;
    height: 26px;
}

/* Footer final */
.main-footer {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
}

.footer-content p {
    font-family: "sora", sans-serif;
    font-size: 0.875rem;
    color: #A0613D;
    line-height: 1.4;
}

/* Estilo do Link */
.hover-underline {
    color: #A0613D; /* Cor do texto do link */
    text-decoration: none;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0px 0;
}

/* O Sublinhado Invisível (Estado Inicial) */
.hover-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Espessura da linha */
    bottom: 0;
    left: 50%; /* Começa exatamente no centro */
    background-color: #A0613D; /* Cor do sublinhado */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Transição suave */
}

/* Efeito ao passar o mouse (Hover) */
.hover-underline:hover::after {
    width: 100%;
    left: 0; /* Move a origem para a esquerda enquanto cresce para preencher 100% */
}

/* Opcional: Mudança de cor no texto ao passar o mouse */
.hover-underline:hover {
    color: #A0613D;
    transition: color 0.3s ease;
}

.scroll-top-wrapper {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.btn-top {
    text-decoration: none;
    font-family: "sora", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #A0613D;
    font-weight: 600;
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Espaço entre o texto e a seta */
}

/* A seta */
.arrow-up {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* O Sublinhado (Surgindo do Centro) */
.btn-top::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #A0613D; /* Cor dourada/bronze */
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efeito Hover */
.btn-top:hover::after {
    width: calc(100% - 19px); /* Ajustado para não sublinhar a seta */
    left: 0;
}

/* Animação extra na seta ao passar o mouse */
.btn-top:hover .arrow-up {
    transform: translateY(-2px); /* Seta sobe levemente */
}

/* 1. Largura total da barra (fina para manter a elegância) */
::-webkit-scrollbar {
    width: 10px;
}

/* 2. O trilho (fundo) - Mantemos transparente ou com uma cor muito sutil */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03); /* Quase invisível */
}

/* 3. A barra que desliza (Thumb) */
::-webkit-scrollbar-thumb {
    background-color: #A0613D; /* Sua cor principal */
    
    /* O segredo do estilo Safari/iOS: */
    border-radius: 20px;       /* Bordas totalmente arredondadas */
    border: 3px solid transparent; /* Cria um "espaço" ao redor da barra */
    background-clip: content-box;  /* Faz a cor preencher apenas dentro da borda */
}

/* 4. Efeito de interação quando o usuário clica na barra */
::-webkit-scrollbar-thumb:active {
    background-color: #7d4a2d; /* Um tom mais escuro para feedback de clique */
}

/* Para Firefox (suporte limitado a cores e largura) */
* {
    scrollbar-width: thin;
    scrollbar-color: #A0613D transparent;
}

/* Configuração Base para todos os elementos de scroll */
.scroll-left, .scroll-right, .scroll-bottom, .scroll-top, .lista-item {
    opacity: 0;
    filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

/* Posições iniciais */
.scroll-left   { transform: translate3d(-30px, 0, 0); }
.scroll-right  { transform: translate3d(30px, 0, 0);  }
.scroll-bottom { transform: translate3d(0, 30px, 0);  }
.scroll-top    { transform: translate3d(0, -30px, 0); }
.lista-item    { transform: translate3d(-20px, 0, 0); }

/* ESTADO ATIVADO (O que o JS dispara) */
.ativado {
    opacity: 1 !important;
    filter: blur(0px) !important;
    transform: translate3d(0, 0, 0) !important;
}



@media (max-width: 1800px) {
    .divhero1 h1 {
    width: 680px;
    font-size: 2.2rem;
    }
    .divhero1 .p1,
.divhero1 .p2 {
    width: 580px;
    font-size: 1.3rem;
}
    .divhero1 .logo {
    width: 250px;
    padding-bottom: 38px;
}
    .btnsec1{
    display: none;
}
    .divhero2 .mulher {
    margin-left: -190px; /* Isso agora vai funcionar para criar espaço à esquerda dela */
}
.elemento-giratorio {
    right: 19%;    /* Altere para posicionar onde desejar na frente dela */
}
}

@media (max-width: 1700px){
    .btnsec1{
    display: none;
}
    .divhero2 .mulher {
    margin-left: -150px; /* Isso agora vai funcionar para criar espaço à esquerda dela */
}
.elemento-giratorio {
    right: 15.5%;    /* Altere para posicionar onde desejar na frente dela */
}
}

@media (max-width: 1600px) {

/*sec1*/


.sec1 .conteiner {
    width: 1200px;
}

.mulher2{
    display: none;
}

.btnsec1{
    display: none;
}

.divhero1 .logo {
    width: 230px;
    padding-bottom: 52px;
}

.divhero1 h1 {
    width: 580px;
    font-size: 1.875rem;
}

.divhero1 .p1 {
    width: 530px;
    font-size: 1.188rem;
}

.divhero1 .p2 {
    width: 530px;
    font-size: 1.188rem;
}

.divhero2 .mulher {
    margin-left: -320px; /* Isso agora vai funcionar para criar espaço à esquerda dela */
}

.cta-btn {
    display: inline-flex;
    height: 80px;
    width: 755px; /* Largura fixa para reservar espaço sem empurrar vizinhos */
}
.cta-btn .text {
    font-size: 1.25rem;
}

.cta-btn:hover .icon {
    width: 460px; /* Expande sobre o conteúdo sem empurrar */
}
.elemento-giratorio {
    width: 90px;
    right: 20.5%;    /* Altere para posicionar onde desejar na frente dela */
}


/*sec2*/
.sec2 {
    height: 180px;
}

.sec2 .conteinersec2 {
    max-width: 1200px;
}

.h1sec2 {
    width: 750px;
    font-size: 1.875rem;
}

/* Container dos cards */
.cards-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px; /* 20px → 15px (0,75) */
  max-width: 1200px;
  margin: 0 auto;
}

/* Card individual */
.card {
  width: 100%;
  padding-top: 20px; /* 20px → 15px */
}

/* Imagem do card */
.card img {
  width: 2rem;
  height: 2rem; 
}

/* Título */
.card h3 {
  font-size: 1.2rem; 
}

/* Parágrafo */
.card p {
  font-size: 1rem;
}

.card1 h3 { width: 250px; } 
.card2 h3 { width: 240px; }
.card3 h3 { width: 250px; }
.card4 h3 { width: 290px; }
.card5 h3 { width: 320px; }
.card6 h3 { width: 300px; }

.card1 p { width: 350px; }
.card2 p { width: 320px; }
.card3 p { width: 340px; }
.card4 p { width: 290px; }
.card5 p { width: 310px; }
.card6 p { width: 343px; }

.sec4 {
    height: 1187px;
}

.sec4 .divsec4 {
    max-width: 1200px;
}
.divsec4-2{

    padding: 89px 0px 0px 50px;
}

.divsec4-2 h2{
    width: 505px;
    font-size: 1.875rem;
}

.divsec4 h3{
    width: 385px;
    padding-bottom: 51px;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #A0613D;

}

.divsec4 p{
    font-family: "sora";
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
}
.p1sec4{
    width: 420px;
    padding-bottom: 34px;
}
.p2sec4{
    width: 420px;
    padding-bottom: 34px;
}
.p3sec4{
    width: 415px;
}

.sec5 {
    height: 1089px;
}

.conteinersec5 {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}

.conteinersec5 h1{
    width: 700px;
    font-size: 1.875rem;
}

.conteinersec5 p{
    width: 835px;
    font-size: 1.25rem;
}

.conteinerall{
    display: flex;
    gap: 50px;
    

}
 
.conteinerlist{
    padding-top: 28px;
    gap: 50px;
    
}

.avaliacao-box {
    width: 584px;
    height: 216px;
    padding: 0px 21px;
}

.avaliacao-box h3 {
    width: 535px;
    font-size: 1.35rem;
    margin-top: -23px;
    margin-bottom: 16px;
    margin-left: -23px;
    padding: 8px 17px;
}

.avaliacao-box ul {
    padding-left: 17px;
    margin: 0;
    padding-bottom: 34px;
}

.avaliacao-box li {
    width: 530px;
    font-size: 1.175rem;
}

.conteudoslide {
  width: 516px; /* permite sobrar espaço */
}


.carrossel::-webkit-scrollbar {
  display: none;
}

/* card base */
.car {
  height: 509px;
}

/* larguras individuais */
.car-1 { width: 381.375px; }
.car-2 { width: 286.03px; }
.car-3 { width: 381.375px; }
.car-4 { width: 446.25px; }

/* Container do botão */
/* Container do botão */
.btnsld {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 123px;
}

/* Botão Principal */
.btnsec5 {
    width: 510px;
    height: 75px;
}

/* Ícone */
.btnsec5 img {
    width: 54px;
    height: 54px;
}

/* Texto */
.btnsec5 .text {
    font-size: 1.45rem; /* 28px */
}
/* Animação de Pulso */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

/* =========================
   SECTION 6 — 1600px ↓
   CONTAINER 1200px
   ========================= */

.sec6 {
  height: 1430px;
}

/* Container geral */
.div-sec-6 {
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 0px;
}

/* ===== TÍTULO ===== */

.titlesec6 {
  display: flex;
  justify-content: center;
}

.titlesec6 h2 {
  display: flex;
  width: 420px;
  padding: 15.75px 20.25px 15.75px 0;
  justify-content: flex-end;
  font-size: 1.875rem;
}

.titlesec6 p {
  width: 500px;
  padding-left: 20.25px;
  font-size: 1.25rem;
}

/* ===== CARROSSEL ===== */

.conteudoslide2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 75.75px;
  overflow: hidden;
  position: relative;
}

.carrossel2 {
  display: flex;
  gap: 24px;
  width: fit-content;
  animation: deslizeInfinito1600 30s linear infinite;
  transform: translateX(-222px);
}

.carrossel2:hover {
  animation-play-state: paused;
}

.carrossel2 .ca {
  width: 10%;
  height: 10%;
  flex-shrink: 0;
}

/* ===== ANIMAÇÃO ===== */
/* 3 slides:
   3 × 756 = 2268
   2 × 24  =   48
   TOTAL   = 2316px */

@keyframes deslizeInfinito1600 {
  0% {
    transform: translateX(-222px);
  }
  100% {
    transform: translateX(calc(-2316px - 222px));
  }
}

.conteudo-beneficios {
    width: 1200px;
    max-width: 100%;
}

.titulo-beneficios {
    font-size: 1.875rem;
    padding-top: 139px;
    margin-bottom: 30px;
}

.lista-beneficios {
    gap: 20px;
    align-items: center;
}

.item-beneficio {
    width: 1050px;
    height: 41px;
    gap: 0px;
}

/* Controle do seu arquivo icon-list.webp */
.icone-beneficio {
    width: 21px;  /* Ajuste conforme o tamanho desejado */
    height: 21px;
}

.item-beneficio p {
    font-size: 1.25rem;
}

.rodape-beneficios {
    font-size: 1.25rem;
    padding-top: 41px;
}

.sec7 {
    height: 210px;
}

.sec7 .conteinersec7 {
    max-width: 1200px;
}

.h2sec7 {
    width: 930px;
    font-size: 1.875rem;
}

.sec8 {
    height: auto;
}

.sec8 .conteiner-limite8 {
    max-width: 1200px;
    padding-top: 20px;
}
.conteiner-limite8 h2 {
    font-size: 1.25rem;
}
.titleh2sec8-1{
    width: 890px;
    padding-bottom: 26px;
}

.titleh2sec8-2{
    width: 900px;
}

.btnsld8 {
    padding-top: 60px;
}

.conteiner-limite8 .logo8 {
    width: 263.74px;
    height: 44.25px;
    margin-top: 264.75px;
    margin-bottom: 34.5px;
}

.contato {
    max-width: 1200px;
    padding: 35.25px 30.75px 20.25px 30.75px;
}

.h2sec8 {
    font-size: 1.25rem;
}

.psec8 {
    font-size: 1.25rem;
}

.wpp{
    margin-top: 2px;
    width: 20px;
    height: 20px;
}

.main-footer {
    width: 1200px;
    height: 70px;
    padding-bottom: 7px;
}

.footer-content p {
    font-size: 0.75rem;
}


.scroll-top-wrapper {
    display: flex;
    justify-content: center;
    padding: 0px 0;
}

.btn-top {
    font-size: 0.75rem;
    gap: 7px; /* Espaço entre o texto e a seta */
}

/* A seta */
.arrow-up {
    font-size: 9px;
}


}

@media (max-width: 1440px) {

.sec1 {
    height: 100vh;
}
.btnsec1{
    display: none;
}

.mulher2{
    display: none;
}
.divhero2 .mulher {
    width: auto;
    height: 100vh;
    margin-left: -250px; /* Isso agora vai funcionar para criar espaço à esquerda dela */
}

.elemento-giratorio {
    position: absolute;
    width: 96px; /* Altere o tamanho conforme necessário */
    right: 17%;    /* Altere para posicionar onde desejar na frente dela */
}

}

@media (max-width: 1366px) {

  /* ===================== */
  /* SEC1 */
  /* ===================== */

  .mulher2 { display: none; }

  .sec1 .conteiner { width: 1024px; }

  .divhero1 {
    padding-top: 0;
    align-items: flex-start;
  }

  .btnsec1 { display: none; }

  .divhero1 .logo {
    width: 180px;
    padding-bottom: 40px;
  }

  .divhero1 h1 {
    width: 470px;
    font-size: 1.5rem;
    padding-bottom: 15px;
  }

  .divhero1 .p1,
  .divhero1 .p2 {
    width: 450px;
    font-size: 1rem;
  }

  .cta-btn {
    height: 50px;
    width: 655px;
  }

  .cta-btn .icon {
    width: 55px;
    height: 55px;
  }

  .cta-btn .text {
    left: 65px;
    font-size: 1.1rem;
  }

  .cta-btn .arrow5 {
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
  }

  .cta-btn .arrow5::after {
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: -7px;
    border-radius: 3px;
  }

  .cta-btn:hover .icon {
    width: 390px;
    padding-right: 15px;
  }

  .cta-btn:hover .text { left: 30px; }

  .divhero2 .mulher {
    width: auto;
    height: 100vh;
    margin-left: -340px;
  }

  .elemento-giratorio {
    width: 80px;
    right: 23%;
  }

  /* ===================== */
  /* SEC2 */
  /* ===================== */

  .sec2 { height: 130px; }

  .sec2 .conteinersec2 { max-width: 1024px; }

  .h1sec2 {
    width: 600px;
    font-size: 1.5rem;
  }

  /* ===================== */
  /* SEC3 (secoes-bg) */
  /* ===================== */

  .conteiner-limite {
    max-width: 71.5%;
    padding: 0;
  }

  .item-1 { height: 402.5px; padding-top: 90px; }
  .item-2 { height: 542px; }
  .item-3 { height: 280px; }

  .conteiner-limite h2 { font-size: 1.1rem; }

  .titleh2-1 { width: 770px; padding-bottom: 34px; }
  .titleh2-2 { width: 770px; padding-bottom: 109.5px; }
  .titleh2-4 { width: 510px; padding-top: 50px; }

  .cards-container {
    grid-template-columns: repeat(3, 300px);
    gap: 20px;
    justify-content: space-between;
  }

  .card {
    width: 300px;
    height: 263px;
    padding-top: 13px;
    gap: 13px;
  }

  .card img { width: 1.4rem; height: 1.4rem; }

  .card h3 { font-size: 1.1rem; }

  .card p { font-size: 0.95rem; }

  .card1 p { width: 280px; }
  .card2 p { width: 250px; }
  .card3 p { width: 260px; }
  .card4 p { width: 230px; }
  .card5 p { width: 250px; }
  .card6 p { width: 272px; }

  /* ===================== */
  /* SEC4 */
  /* ===================== */

  .sec4 { height: 990px; }

  .sec4 .divsec4 { max-width: 1024px; }

  .divsec4-2 {
    width: 100%;
    padding: 84px 0 0 550px;
  }

  .about-title {
    width: 505px;
    padding-bottom: 16px;
    font-size: 1.85rem;
  }

  .about-subtitle {
    width: 300px;
    padding-bottom: 20px;
    font-size: 0.9rem;
  }

  .divsec4-2 p { font-size: 0.9rem; }

  .p1sec4 { width: 340px; padding-bottom: 24px; }
  .p2sec4 { width: 345px; padding-bottom: 24px; }
  .p3sec4 { width: 340px; }

  /* ===================== */
  /* SEC5 */
  /* ===================== */

  .sec5 { height: 1033px; }

  .conteinersec5 { max-width: 1024px; }

  .section-header2 h2 {
    font-size: 1.85rem;
    padding-bottom: 25px;
  }

  .section-header2 p {
    width: 700px;
    font-size: 1rem;
    padding-bottom: 111px;
    margin: 0 auto; /* garante centralização */
  }

  .conteinerall {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .conteinerlist { padding-top: 28px; gap: 40px; }

  .avaliacao-box {
    border-radius: 15px;
    width: 553px;
    height: 205px;
    padding: 0 20px;
  }

  .avaliacao-box h3 {
    width: 490px;
    font-size: 1.2rem;
    margin-top: -24px;
    margin-left: -22px;
    padding: 10px 15px;
  }

  .avaliacao-box ul { padding-left: 15px; }

  .avaliacao-box li { font-size: 1.05rem; }

  .conteudoslide { width: 416px; }

  .car { height: 474px; border-radius: 20px; }

  .car-1 { width: 416px; }
  .car-2 { width: 266px; }
  .car-3 { width: 416px; }
  .car-4 { width: 474px; }

  .arrow {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .arrow-right { left: 40px; }

  .btnsld { padding-top: 118px; }

  .btnsec5 {
    width: 450px;
    height: 71px;
    gap: 20px;
  }

  .btnsec5 img { width: 55px; height: 55px; }

  .btnsec5 .text { font-size: 1.2rem; }

  /* ===================== */
  /* SEC6 */
  /* ===================== */

  .sec6 { height: 1430px; }

  .div-sec-6 { max-width: 1024px; }

  .titlesec6 h2 {
    width: 300px;
    padding: 16px 20px 16px 0;
    font-size: 1.6rem;
  }

  .titlesec6 p {
    padding-left: 20px;
    width: 450px;
    font-size: 1.1rem;
  }

  .conteudoslide2 {
    width: 1024px;
    margin: 0 auto;
    padding-top: 75.75px;
    overflow: hidden;
    position: relative;
  }

  .carrossel2 {
    gap: 24px;
    width: fit-content;
    animation: deslizeInfinito1366 40s linear infinite;
    transform: translateX(-190px);
  }

  .carrossel2:hover { animation-play-state: paused; }

  .carrossel2 .ca {
    width: 10%;
    height: 10%;
    flex-shrink: 0;
  }

  @keyframes deslizeInfinito1366 {
    0% { transform: translateX(-190px); }
    100% { transform: translateX(calc(-1976px - 190px)); }
  }

  .conteudo-beneficios { width: 1024px; }

  .titulo-beneficios {
    font-size: 1.6rem;
    padding-top: 132px;
    margin-bottom: 40px;
  }

  .lista-beneficios { gap: 19px; }

  .item-beneficio {
    width: 910px;
    height: 39px;
    padding: 13.5px 10px;
  }

  .icone-beneficio {
    width: 18.5px;
    height: 19px;
    margin-right: 10px;
  }

  .item-beneficio p { font-size: 1rem; }

  .rodape-beneficios {
    font-size: 1.1rem;
    max-width: 650px;
  }

  /* ===================== */
  /* SEC7 */
  /* ===================== */

  .sec7 { height: 180px; }

  .sec7 .conteinersec7 { max-width: 1024px; }

  .h2sec7 {
    width: 800px;
    font-size: 1.6rem;
  }

  /* ===================== */
  /* SEC8 */
  /* ===================== */

  .sec8 { height: auto; }

  .sec8 .conteiner-limite8 {
    max-width: 1024px;
    padding-top: 0px;
  }

  .conteiner-limite8 h2 { font-size: 1.1rem; }

  .titleh2sec8-1 { width: 800px; padding-bottom: 28px; }
  .titleh2sec8-2 { width: 800px; }

  .conteiner-limite8 .logo8 {
    width: 250px;
    height: 41.9px;
    margin-top: 250.9px;
    margin-bottom: 32.7px;
  }

  .contato {
    max-width: 1024px;
    width: 100%;
    padding: 47px 41px 27px 41px;
  }

  .h2sec8 { font-size: 1.1rem; padding-bottom: 10px; }
  .psec8 { font-size: 1.1rem; }

  .whatsapp { gap: 5px; }

  .wpp {
    margin-top: 3px;
    width: 17px;
    height: 17px;
  }

  .main-footer {
    width: 1024px;
    height: 90px;
  }

  .footer-content p { font-size: 0.7rem; }

  .btn-top {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    gap: 5px;
  }

  .arrow-up { font-size: 12px; }

  .btn-top:hover::after { width: calc(100% - 12px); }

  .btn-top:hover .arrow-up { transform: translateY(-5px); }


@media (max-width: 1200px) {

  /* ===================== */
  /* SEC1 */
  /* ===================== */

  .sec1 { height: 85vh; }

  .sec1 .conteiner { width: auto; } /* libera o container */

  .divhero1 { padding: 0; }

  .divhero2 .mulher {
    height: 85vh;
    margin-left: -320px;
  }

  .elemento-giratorio {
    top: 40%;
    right: 13%;
  }

  /* ===================== */
  /* SEC2 */
  /* ===================== */

  /* você deixou max-width 1024px; ok se quiser manter.
     se a intenção do 1200 é ainda “layout desktop reduzido”, mantemos. */
  .sec2 .conteinersec2 { max-width: 1024px; }

  /* ===================== */
  /* SEC3 (cards e textos) */
  /* ===================== */

  /* IMPORTANTE: no HTML os títulos dos cards são h3 */
  .cards-container { justify-content: center; }
  .card h3 { font-size: 1.1rem; }

  /* se quiser manter a grade 3 colunas em 1200, ok.
     se em algum momento precisar cair pra 2 colunas, isso entra no 768. */

  /* ===================== */
  /* SEC4 */
  /* ===================== */

  /* IMPORTANTE: sec4 no HTML usa .about-title (h2) e .about-subtitle (h3) */
  .about-title { font-size: 1.85rem; }
  .about-subtitle { font-size: 0.9rem; }

  /* ===================== */
  /* SEC5 */
  /* ===================== */

  /* IMPORTANTE: header é section-header2 e caixas são h3 */
  .section-header2 h2 { font-size: 1.85rem; }
  .section-header2 p  { font-size: 1rem; width: 700px; }

  .avaliacao-box h3 {
    width: 490px;
    font-size: 1.2rem;
  }

  /* ===================== */
  /* SEC6 */
  /* ===================== */

  /* IMPORTANTE: o título é h2 dentro de .titlesec6 */
  .titlesec6 h2 { font-size: 1.6rem; }

  /* Evita redefinir keyframes do desktop. Keyframe exclusivo do 1200. */
  .carrossel2 {
    animation: deslizeInfinito1200 40s linear infinite;
    transform: translateX(-190px);
  }

  @keyframes deslizeInfinito1200 {
    0%   { transform: translateX(-190px); }
    100% { transform: translateX(calc(-1976px - 190px)); }
  }

  /* ===================== */
  /* SEC7 */
  /* ===================== */

  /* IMPORTANTE: no HTML é .h2sec7 */
  .h2sec7 { font-size: 1.6rem; width: 800px; }

  /* ===================== */
  /* SEC8 */
  /* ===================== */

  /* mantém seus valores, mas sem replicar tudo */
  .sec8 .conteiner-limite8 { max-width: 1024px; }
  .conteiner-limite8 h2 { font-size: 1.1rem; }
  .contato {
    max-width: 980px;
  }
  .main-footer {
    width: 980px;
    height: 40px;
  }

@media (max-width: 768px) {

  body, html {
    overflow-x: hidden !important;
  }

  /* ===================== */
  /* SEC1 */
  /* ===================== */

  .sec1 {
    width: 100%;
    height: auto;
    background-image: url(img/bg-hero-mb.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sec1 .conteiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0px;
  }

  .divhero1 {
    height: auto;
    padding-top: 207px;
    padding-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .divhero1 .logo {
    width: 298px;
    padding-bottom: 20px;
  }

  .divhero1 h1 {
    width: 676px;
    padding-bottom: 20px;
    font-size: 2rem;
    text-align: center;
  }

  .divhero1 .p1 {
    width: 681px;
    font-family: "sora";
    font-weight: 400;
    font-size: 1.313rem;
    text-align: center;
    line-height: 1.4;
    color: #BA7E59;
    padding-bottom: 0px;
  }

  .divhero1 .p2 {
    width: 681px;
    font-family: "sora";
    font-weight: 400;
    font-size: 1.313rem;
    text-align: center;
    line-height: 1.4;
    color: #BA7E59;
    padding-bottom: 20px;
  }

  .divhero2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  /* Oculta a imagem antiga */
  .divhero2 .mulher { display: none; }

  /* Nova imagem */
  .divhero2 .mulher2 {
    max-width: 693px;
    width: 90%;
    height: auto;
    display: block;
    padding-top: 26.5px;
    margin: 0 auto;
  }

  .elemento-giratorio {
    position: absolute;
    z-index: 2;
    width: 104px;
    top: 49%;
    right: 28%;
    animation: girarInfinito 30s linear infinite;
    transform-origin: center;
  }

  /* ===================== */
  /* BOTÕES */
  /* ===================== */

  .cta-btn { display: none; }

  .btnsec1 {
    width: 476px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50px;

    background:
      radial-gradient(
        circle at var(--x, -100%) var(--y, -100%),
        rgba(255, 255, 255, 0.4) 0%,
        transparent 60%
      ),
      linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);

    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease;
  }

  .btnsec1 img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    display: block;
    z-index: 1;
  }

  .btnsec1 .text {
    font-family: 'Sora', sans-serif;
    font-size: 1.313rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    padding-left: 15px;
    z-index: 1;
  }

  /* ===================== */
  /* SEC2 */
  /* ===================== */

  .sec2 { height: 133px; }

  .sec2 .conteinersec2 {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h1sec2 {
    width: 610px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    text-align: center;
  }

  /* ===================== */
  /* SEC3 (secoes-bg) */
  /* ===================== */

  .secoes-bg {
    background-image: url("img/secoes-bg-tablet.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 0px;
  }

  .item-1 {
    height: auto;
    background-image: none;
    padding-top: 89px;
    width: 100%;
  }

  .item-2 {
    height: auto;
    background-image: none;
    padding-top: 30px;
    width: 100%;
  }

  .item-3 {
    height: auto;
    background-image: none;
    padding-top: 0px;
    width: 100%;
  }

  .conteiner-limite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }

  .conteiner-limite h2 { font-size: 1rem; }

  .titleh2-1 {
    font-size: 1.5rem !important;
    width: 620px;
    align-self: flex-start;
    text-align: left;
    padding-bottom: 25px;
  }

  .titleh2-2 {
    font-size: 1.5rem !important;
    width: 620px;
    padding-bottom: 100px;
    align-self: flex-start;
    text-align: left;
    font-weight: 700;
  }

  .titleh2-3 {
    font-size: 1.5rem !important;
    width: 350px;
    padding-bottom: 0px;
    align-self: flex-start;
    text-align: left;
    font-weight: 700;
  }

  .cards-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 100%;
    height: 266px;
    border: 2px solid #A0613D;
    border-radius: 20px;
    background: transparent;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    gap: 20px;

    text-align: center;
  }

  .card img {
    width: 35px;
    height: 35px;
  }

  /* HTML usa h3 */
  .card h3 {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0;
  }

  .card p {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #A0613D;
    margin: 0;
  }

  .card1 p { width: 470px; }
  .card2 p { width: 470px; }
  .card3 p { width: 578px; }
  .card4 p { width: 490px; }
  .card5 p { width: 470px; }
  .card6 p { width: 538px; }

  .card5 h3 { width: 383px; }
  .card6 h3 { width: 376px; }

  .titleh2-4 {
    width: 670px;
    font-size: 1.5rem !important;
    line-height: 140%;
    padding-bottom: 100px;
    padding-top: 25px;
    align-self: flex-start;
    text-align: left;
  }

  /* ===================== */
  /* SEC4 */
  /* ===================== */

  .sec4 {
    background-image: url("img/q-s-e-tablet.webp") !important;
    background-size: top !important;
    background-position: bottom;
    background-repeat: no-repeat;

    width: 100%;
    height: 2080px;
    position: relative;
  }

  .sec4 .divsec4 {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .divsec4-1 {
    height: 944px;
    width: 100%;
  }

  .divsec4-2 {
    width: 100%;
    align-items: left;
    padding: 0px 25px 0px 40px;
    box-sizing: border-box;
  }

  /* títulos corretos do HTML */
  .about-title {
    width: auto;
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #A0613D;
  }

  .about-subtitle {
    width: 400px;
    padding-bottom: 51px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #A0613D;
  }

  .divsec4 p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
  }

  .p1sec4 { width: 630px; padding-bottom: 25px; }
  .p2sec4 { width: 635px; padding-bottom: 25px; }
  .p3sec4 { width: 635px; padding-bottom: 75px; }

  /* ===================== */
  /* SEC5 */
  /* ===================== */

  .sec5 {
    background-image: url("img/bg-sec5-tablet.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
  }

  .conteinerall {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0 0px;
    gap: 43px;
    width: 100%;
  }

  .conteinersec5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
  }

  /* header correto do HTML */
  .section-header2 h2 {
    display: flex;
    justify-content: flex-start;
    padding: 0 40px 25px 40px;
    width: 100%;
    font-family: "Sora";
    font-size: 2rem;
    text-align: left;
  }

  .section-header2 p {
    width: 570px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
    padding: 0 0 75px 40px;
    text-align: left;
  }

  .conteinerlist {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
    gap: 50px;
  }

  .avaliacao-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 687px;
    height: 215px;
    padding: 0px 0px;
    border: 2px solid #BA7E59;
    border-radius: 15px;
  }

  /* título correto do HTML */
  .avaliacao-box h3 {
    width: 575px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    margin-top: -27px;
    margin-left: -2px;
    padding: 10px 10px;
    background-color: #BA7E59;
    border-radius: 10px;
    align-self: flex-start;
    justify-content: flex-start;
  }

  .avaliacao-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .avaliacao-box li {
    font-family: 'Sora', sans-serif;
    margin-left: 10px;
    width: 550px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #A0613D;
  }

  .conteudoslide {
    width: 100%;
    padding-left: 54px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }

  .carrossel {
    display: flex;
    gap: 6.2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .carrossel::-webkit-scrollbar { display: none; }

  .car {
    flex: 0 0 auto;
    height: 678px;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
  }

  .car-1 { width: 508.5px; }
  .car-2 { width: 381.37px; }
  .car-3 { width: 508.5px; }
  .car-4 { width: 600px; }

  .car img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .arrow {
    position: absolute;
    bottom: 0px;
    left: 54px;

    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #A0613D;
    border-radius: 50px;
    background: transparent;
    color: #A0613D;

    cursor: pointer;
    z-index: 10;
  }

  .arrow-right { left: calc(54px + 35px); }

  .btnsld {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 47px;
  }

  .btnsec5 {
    width: 476px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50px;

    background:
      radial-gradient(
        circle at var(--x, -100%) var(--y, -100%),
        rgba(255, 255, 255, 0.4) 0%,
        transparent 60%
      ),
      linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);

    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease;
  }

  .btnsec5 img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    display: block;
    z-index: 1;
  }

  .btnsec5 .text {
    font-family: 'Sora', sans-serif;
    font-size: 1.313rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    padding-left: 15px;
    z-index: 1;
  }

  /* ===================== */
  /* SEC6 */
  /* ===================== */

  .sec6 {
    background-image: url("img/bg-sec6-tablet.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .div-sec-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .titlesec6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  /* HTML usa h2 */
  .titlesec6 h2 {
    display: flex;
    justify-content: flex-start;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    border-right: 0;
    text-align: left;
    color: #A0613D;
    padding: 100px 0px 15px 40px;
    position: relative;
  }

  .titlesec6 h2::after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0px;
    width: 190px;
    height: 3px;
    background-color: #A0613D;
  }

  .titlesec6 p {
    padding: 0px 0px 0px 40px;
    width: 604px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: left;
    color: #A0613D;
  }

  .conteudoslide2 {
    padding-top: 37px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
  }

  .carrossel2 {
    display: flex;
    gap: 25.65px;
    width: max-content;
    animation: deslizeInfinito768 30s linear infinite;
  }

  .carrossel2 .ca {
    flex: 0 0 685px;
    height: 457px;
    border-radius: 10px;
    overflow: hidden;
  }

  .carrossel2 .ca img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @keyframes deslizeInfinito768 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-1984.56px); }
  }

  .conteudo-beneficios {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 40px;
    text-align: center;
  }

  .titulo-beneficios {
    text-align: left;
    font-size: 2rem;
    padding-top: 210px;
    margin-bottom: 38px;
  }

  .lista-beneficios {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item-beneficio {
    width: 687px;
    height: 47px;
    display: flex;
    align-items: center;
    border: 2px solid #c9a084;
    padding: 10px 10px;
    text-align: left;
  }

  .icone-beneficio {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .item-beneficio p {
    width: 610px;
    font-size: 1.125rem;
    line-height: 1.11;
  }

  .rodape-beneficios {
    display: flex;
    font-size: 1.5rem;
    max-width: 610px;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-top: 38px;
    padding-bottom: 135px;
  }

  /* ===================== */
  /* SEC7 */
  /* ===================== */

  .sec7 { height: 163px; }

  .sec7 .conteinersec7 {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* HTML usa h2sec7 */
  .h2sec7 {
    width: 655px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    text-align: center;
  }

  /* ===================== */
  /* SEC8 */
  /* ===================== */

  .sec8 {
    background-image: url("img/bg-sec8-tablet.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
  }

  .sec8 .conteiner-limite8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
    padding-top: 52px;
    width: 100%;
  }

  .conteiner-limite8 h2 {
    font-family: "sora", sans-serif;
    font-size: 1.5rem;
    color: #A0613D;
    line-height: 1.5;
    padding-left: 0px;
  }

  .titleh2sec8-1 {
    padding-left: 40px !important;
    width: 675px;
    padding-bottom: 32px;
    text-align: left;
    font-weight: 400;
  }

  .titleh2sec8-2 {
    padding-left: 40px !important;
    width: 705px;
    padding-bottom: 0px;
    text-align: left;
    font-weight: 600;
  }

  .btnsld8 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 74px;
  }

  .conteiner-limite8 .logo8 {
    display: flex;
    align-self: center;
    width: 351.65px;
    height: 59px;
    margin-top: 369px;
    margin-bottom: 46px;
  }

  .contato {
    display: flex;
    align-self: center !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    border-bottom: 3px solid #BA7E59;
    border-radius: 20px;
    width: auto;
    padding: 58px 55px 17px 56px;
  }

  .h2sec8 {
    font-family: "sora", sans-serif;
    color: #A0613D;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02;
    padding-bottom: 5px;
  }

  .psec8 {
    font-family: "sora", sans-serif;
    color: #BA7E59;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02;
    padding-bottom: 21px;
  }

  .whatsapp {
    display: flex;
    gap: 7px;
  }

  .wpp {
    width: 26px;
    height: 26px;
  }

  .main-footer {
    width: 100%;
    height: 268px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .footer-content p {
    width: 420px;
    padding-top: 23px;
    font-family: "sora", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #A0613D;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    align-items: center;
  }

  .btn-top {
    text-decoration: none;
    font-family: "sora", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #A0613D;
    font-weight: 600;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .arrow-up {
    font-size: 25px;
    transition: transform 0.3s ease;
  }

  .btn-top:hover::after {
    width: calc(100% - 19px);
    left: 0;
  }

  .btn-top:hover .arrow-up {
    transform: translateY(-2px);
  }

}

@media (max-width: 480px) {

  body, html {
    overflow-x: hidden!important;
  }

  .sec1 {
    width: 100%;
    height: auto;
    background-image: url(img/bg-hero-mb.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sec1 .conteiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0px;
  }

  .divhero1 {
    height: auto;
    padding-top: 118px;
    padding-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .divhero1 .logo {
    width: 222px;
    padding-bottom: 20px;
  }

  .divhero1 h1 {
    width: 350px;
    padding-bottom: 20px;
    font-size: 1.3rem;
    text-align: center;
  }

  .divhero1 .p1 {
    width: 280px;
    font-family: "sora";
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4;
    color: #BA7E59;
    padding-bottom: 0px;
  }

  .divhero1 .p2 {
    width: 280px;
    font-family: "sora";
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4;
    color: #BA7E59;
    padding-bottom: 20px;
  }

  .divhero2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .divhero2 .mulher {
    display: none;
  }

  .divhero2 .mulher2 {
    max-width: 400px;
    width: 90%;
    height: auto;
    display: block;
    padding-top: 26.5px;
    margin: 0 auto;
  }

  .elemento-giratorio {
    position: absolute;
    z-index: 2;
    width: 55px;
    top: 49%;
    right: 28%;
    animation: girarInfinito 30s linear infinite;
    transform-origin: center;
  }

  @keyframes girarInfinito {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
  }

  .cta-btn { display: none; }

  .btnsec1 {
    width: 300px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50px;
    background:
      radial-gradient(
        circle at var(--x, -100%) var(--y, -100%),
        rgba(255, 255, 255, 0.4) 0%,
        transparent 60%
      ),
      linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);
    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease;
  }

  .btnsec1 img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    z-index: 1;
  }

  .btnsec1 .text {
    font-family: 'Sora', sans-serif;
    font-size: 0.81rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    padding-left: 15px;
    z-index: 1;
  }

  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
  }

  .sec2 {
    height: 97px;
  }

  .sec2 .conteinersec2 {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h1sec2 {
    width: 300px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    text-align: center;
  }

  .secoes-bg {
    background-image: url(img/secoes-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 0px;
  }

  .item-1 {
    height: auto;
    background-image: none;
    padding-top: 53px;
    width: 100%;
  }

  .item-2 {
    height: auto;
    background-image: none;
    padding-top: 30px;
    width: 100%;
  }

  .item-3 {
    height: auto;
    background-image: none;
    padding-top: 0px;
    width: 100%;
  }

  .conteiner-limite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }

  .conteiner-limite h2 {
    font-size: 1rem;
  }

  .titleh2-1{
    font-size: 0.875rem !important;
    width: 300px;
    align-self: flex-start;
    text-align: left;
    padding-bottom: 25px;
  }

  .titleh2-2{
    font-size: 0.875rem !important;
    width: 330px;
    padding-bottom: 51px;
    align-self: flex-start;
    text-align: left;
    font-weight: 700;
  }

  .titleh2-3{
    font-size: 1rem !important;
    width: 350px;
    padding-bottom: 0px;
    align-self: flex-start;
    text-align: left;
    font-weight: 700;
  }

  .cards-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 100%;
    height: 200px;
    border: 2px solid #A0613D;
    border-radius: 20px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    gap: 8px;
    text-align: center;
  }

  .card img {
    width: 16.5px;
    height: 16.5px;
  }

  /* ✅ HTML usa h3 dentro do card */
  .card h3 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 0;
  }

  .card p {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #A0613D;
    margin: 0;
  }

  .card1 p { width: 270px; }
  .card2 p { width: 260px; }
  .card3 p { width: 280px; }
  .card4 p { width: 290px; }
  .card5 p { width: 280px; }
  .card6 p { width: 290px; }

  /* ✅ HTML usa h3 (não h2) */
  .card5 h3 { width: 230px; }
  .card6 h3 { width: 200px; }

  .titleh2-4{
    width: 300px;
    font-size: 1rem !important;
    line-height: 140%;
    padding-bottom: 100px;
    padding-top: 25px;
    align-self: flex-start;
    text-align: left;
  }

  .sec4 {
    background-image: url("img/q-s-e.webp") !important;
    background-size: cover;
    background-position: bottom !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 1500px;
    position: relative;
  }

  .sec4 .divsec4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .divsec4-1 {
    height: 38em;
    width: 100%;
  }

  .divsec4-2 {
    width: 100%;
    align-items: left;
    padding: 0px 25px 0px 25px;
    box-sizing: border-box;
  }

  /* ✅ HTML: h2.about-title (não h1) */
  .divsec4-2 h2 {
    width: auto;
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #A0613D;
    text-transform: uppercase;
  }

  /* ✅ HTML: h3.about-subtitle (não h2) */
  .divsec4-2 h3 {
    width: 300px;
    padding-bottom: 51px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #A0613D;
  }

  .divsec4 p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
  }

  .p1sec4 { width: 300px; padding-bottom: 25px; }
  .p2sec4 { width: 305px; padding-bottom: 25px; }
  .p3sec4 { width: 295px; padding-bottom: 75px; }

  .sec5 {
    background-image: url("img/bg-sec5-mb.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 1050px;
  }

  .conteinerall{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0 0px;
    gap: 43px;
    width: 100%;
  }

  .conteinersec5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0px 0px;
    width: 100%;
  }

  /* ✅ HTML: h2 (não h1) */
  .conteinersec5 h2{
    display: flex;
    justify-content: flex-start;
    padding: 0 25px 25px 25px;
    width: 100%;
    font-family: "Sora";
    font-size: 1rem;
    text-align: left;
    margin-top: -50px;
  }

  .conteinersec5 p{
    width: 350px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #A0613D;
    padding: 0 0 75px 25px;
    text-align: left;
  }

  .conteinerlist{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0px;
    gap: 50px;
  }

  .avaliacao-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    height: 200px;
    padding: 0px 0px;
    border: 2px solid #BA7E59;
    border-radius: 15px;
  }

  /* ✅ HTML: h3 (não h1) */
  .avaliacao-box h3 {
    width: 90%;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    margin-top: -20px;
    margin-left: -2px;
    padding: 10px 10px;
    background-color: #BA7E59;
    border-radius: 10px;
    align-self: left;
    justify-content: flex-start;
  }

  .avaliacao-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: -9px;
    padding-top: 0px;
  }

  .avaliacao-box li {
    font-family: 'Sora', sans-serif;
    margin-left: 10px;
    width: 90%;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #A0613D;
  }

  .conteudoslide {
    width: 100%;
    padding-left: 54px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }

  .carrossel {
    display: flex;
    gap: 6.2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .carrossel::-webkit-scrollbar { display: none; }

  .car {
    flex: 0 0 auto;
    height: 317px;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
  }

  .car-1 { width: 237.75px; }
  .car-2 { width: 178.31px; }
  .car-3 { width: 237.75px; }
  .car-4 { width: 423px; }

  .car img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .arrow {
    position: absolute;
    bottom: 0px;
    left: 54px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A0613D;
    border-radius: 50px;
    background: transparent;
    color: #A0613D;
    cursor: pointer;
    z-index: 10;
  }

  .arrow-right { left: calc(54px + 35px); }

  .btnsld {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 47px;
  }

  .btnsec5 {
    width: 300px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50px;
    background:
      radial-gradient(
        circle at var(--x, -100%) var(--y, -100%),
        rgba(255, 255, 255, 0.4) 0%,
        transparent 60%
      ),
      linear-gradient(-90deg, #E4B693 7%, #A0613D 60%);
    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease;
  }

  .btnsec5 img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    z-index: 1;
  }

  .btnsec5 .text {
    font-family: 'Sora', sans-serif;
    font-size: 0.81rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    padding-left: 15px;
    z-index: 1;
  }

  .sec6{
    background-image: url("img/bg-sec6-mb1.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .div-sec-6{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .titlesec6{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  /* ✅ HTML: h2.h1sec6 (não h1) */
  .titlesec6 h2{
    display: flex;
    justify-content: flex-start;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    border-right: 0;
    text-align: left;
    color: #A0613D;
    padding: 140px 0px 15px 25px;
  }

  .titlesec6 h2::after{
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background-color: #A0613D;
  }

  .titlesec6 p{
    padding: 0px 0px 0px 25px;
    max-width: 350px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0;
    text-align: left;
    color: #A0613D;
  }

  .conteudoslide2 {
    padding-top: 37px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
  }

  .carrossel2 {
    display: flex;
    gap: 12.28px;
    width: max-content;
    animation: deslizeInfinito 30s linear infinite;
  }

  .carrossel2 .ca {
    flex: 0 0 320px;
    height: 213px;
    border-radius: 10px;
    overflow: hidden;
  }

  .carrossel2 .ca img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @keyframes deslizeInfinito {
    0% { transform: translateX(0); }
    100% { transform: translateX(-984.56px); }
  }

  .conteudo-beneficios {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 25px;
    text-align: center;
  }

  .titulo-beneficios {
    text-align: left;
    font-size: 1rem;
    padding-top: 80px;
    margin-bottom: 19px;
  }

  .lista-beneficios {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .item-beneficio {
    width: 380px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 2px solid #c9a084;
    padding: 7.19px 4.72px;
    text-align: left;
  }

  .icone-beneficio {
    width: 12.38px;
    height: 12.61px;
    margin-right: 4.72px;
    flex-shrink: 0;
  }

  .item-beneficio p {
    width: 350px;
    font-size: 14px;
    line-height: 1.11;
  }

  .rodape-beneficios {
    display: flex;
    font-size: 1rem;
    max-width: 290px;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .sec7 {
    height: 163px;
  }

  .sec7 .conteinersec7 {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* ✅ HTML: .h2sec7 (não .h1sec7) */
  .h2sec7 {
    width: 270px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: white;
    text-align: center;
  }

  .sec8 {
    background-image: url("img/bg-sec8-mb.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
  }

  .sec8 .conteiner-limite8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
    padding-top: 0px;
    width: 100%;
  }

  .conteiner-limite8 h2 {
    font-family: "sora", sans-serif;
    font-size: 1rem;
    color: #A0613D;
    line-height: 1.5;
    padding-left: 0px;
    padding-top: 0px;
  }

  .titleh2sec8-1{
    padding-left: 25px !important;
    width: 350px;
    padding-bottom: 32px;
    text-align: left;
    font-weight: 400;
  }

  .titleh2sec8-2{
    padding-left: 25px !important;
    width: 320px;
    padding-bottom: 0px;
    text-align: left;
    font-weight: 600;
  }

  .btnsld8 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 38px;
  }

  .conteiner-limite8 .logo8 {
    display: flex;
    align-self: center;
    width: 200.24px;
    height: 33.6px;
    margin-top: 178.56px;
    margin-bottom: 46px;
  }

  .contato {
    display: flex;
    align-self: center !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    border-bottom: 3px solid #BA7E59;
    border-radius: 20px;
    width: auto;
    padding: 28px 15px 0px 15px;
  }

  .contato1, .contato2, .contato3 {
    display: flex;
    flex-direction: column;
  }

  .h2sec8 {
    font-family: "sora", sans-serif;
    color: #A0613D;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02;
    padding-bottom: 5px;
  }

  .psec8 {
    font-family: "sora", sans-serif;
    color: #BA7E59;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02;
    padding-bottom: 21px;
  }

  .whatsapp{
    display: flex;
    gap: 4px;
  }

  .wpp{
    width: 15.5px;
    height: 15.5px;
  }

  .main-footer {
    width: 100%;
    height: 163px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
  }

  .footer-content p {
    width: 400px;
    padding-top: 28.23px;
    font-family: "sora", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #A0613D;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    align-items: center;
  }

  .hover-underline {
    color: #A0613D;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0px 0;
  }

  .hover-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #A0613D;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hover-underline:hover::after {
    width: 100%;
    left: 0;
  }

  .hover-underline:hover {
    color: #A0613D;
    transition: color 0.3s ease;
  }

  .scroll-top-wrapper {
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }

  .btn-top {
    text-decoration: none;
    font-family: "sora", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #A0613D;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .arrow-up {
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .btn-top::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #A0613D;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .btn-top:hover::after {
    width: calc(100% - 19px);
    left: 0;
  }

  .btn-top:hover .arrow-up {
    transform: translateY(-2px);
  }

}