* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "League Spartan";
}

/* HEADER */
.header-container {
    border-bottom: 1px solid rgba(241, 255, 245, 0.08);
    background: linear-gradient(180deg, #12210A 0%, #78B256 353.1%);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.30);
}

.header-content {
    padding: 24px 0;
    margin: 0 80px;
}

nav.navbar-content ul {
    margin: 10px;
}

nav.navbar-content ul li > a {
    text-decoration: none;
    color: #F4FFED;
    font-family: "League Spartan";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}

.btn-orcamento {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: #CFFFC2;
}

.btn-orcamento > a {
    text-decoration: none;
    color: #1A4010;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 800 !important;
    line-height: 22px; /* 157.143% */
}

.header-hero {
    padding: 70px 0;
    background: linear-gradient(180deg, #12210A 14.69%, rgba(120, 178, 86, 0.70) 152.3%), url("./../images/background-header.png") lightgray 0px -584.5px / 100% 312.933% no-repeat;
}

.image-hero-content {
    gap: 8px;
}

.card-hero {
    padding: 16px 24px;
    border-radius: 16px;
    border: 1px solid #6DA04E;
    background: #4A6F34;
    gap: 15px;
}

.hero-card-text {
    color: #FFF;
}

.hero-card-text h3 {
    font-family: "League Spartan";
    font-size: 16px;
}

.hero-card-text p {
    font-size: 14px;
    width: 206px;
    margin: 0;
}

.hero-card-icon p {
    font-size: 60px;
    margin: 0;
    padding: 0;
}

.text-header-content > h3 {
    color: #92FF60;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.text-header-content > h1 {
    color: #F4FFED;
    font-size: 29px;
    width: 336px;
}

.text-header-content > p {
    color: rgba(244, 255, 237, 0.70);
    font-family: Inter;
    font-size: 14px;
}

.btn-content {
    gap: 10px;
}

.btn-content button {
    border-radius: 8px;
    padding: 8px 16px;
}

.btn-content button a {
    font-family: Inter;
    text-decoration: none;
}

.btn-content button:first-child {
    background: #CFFFC2;
    border: none;
}

.btn-content button:first-child a {
    color: #1A4010;
}

.btn-content button:last-child {
    border: 1px solid #F4FFED;
    background-color: transparent;
}

.btn-content button:last-child a {
    color: #F4FFED;
}

/* SEÇÃO CAROUSEL */

.carousel-container {
    padding: 64px 480px;
}

.carousel-image {
    display: none !important;
}

.carousel-image.active {
    display: block !important;
}

.carousel-image.active > img {
    width: 318px !important;
    height: 212.301px;
    border-radius: 8px;
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-button {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #c8e6c9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.carousel-button.active {
    background-color: #4caf50;
}

.text-content h1 {
    color: #1E3613;
    font-size: 22px;
}

.text-content > p {
    color: rgba(30, 54, 19, 0.60);
    font-family: Inter;
    font-weight: 400;
}

.alert-success {
    border-radius: 8px;
    border: 1px solid #92FF60;
    background: rgba(146, 255, 96, 0.30) !important;
}

.alert-success p {
    text-align: center;
    color: #1E3613;
    font-family: Inter;
}

.alert-success > p:first-child {
    font-weight: 400;
}

.alert-success > p:last-child {
    font-weight: 600;
}

.carousel-inner {
    aspect-ratio: 4 / 3 !important; /* Largura / Altura → 4:3, 16:9, etc. */
    width: 318px !important;         /* Ou 100% para responsivo */
}

.carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.button-carousel-content {
    margin: 64px 0;
}

.button-carousel-content button {
    width: 400px;
    padding: 16px;
    border-radius: 100px;
    background: #90D471;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    border: none;
}

.button-carousel-content button > a {
    text-decoration: none;
    font-family: Inter;
    color: #213A15;
}

/* SECTION DIFERENCIAL */
.diferencial-header {
    background: linear-gradient(180deg, rgba(33, 58, 21, 0.50) 0%, #213A15 100%), url("./../images/payuse-background.png") lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 340px 0 340px;
}

.diferencial-header-text {
    color: rgba(244, 255, 237, 0.70);
    font-family: "League Spartan";
}

.diferencial-header-text h3 {
    font-size: 16px;
    font-weight: 400;
}

.diferencial-header-text-body {
    color: #F4FFED;
}

.diferencial-header-text-body p:first-child {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.diferencial-header-text-body p:last-child {
    color: rgba(244, 255, 237, 0.70);
    font-family: Inter;
}

.diferencial-content {
    background: #213A15;
    padding-bottom: 193px;
}

.diferencial-sections {
    padding: 0 340px;
    margin: 64px 0;
    gap: 15px;
}

.sections h3 {
    margin: 16px 0;
    color: #F4FFED;
    font-size: 20px;
}

.sections p {
    color: rgba(244, 255, 237, 0.70);
    font-family: Inter;
    font-size: 16px;
}

.diferencial-gallery {
    position: relative;
    padding: 0 122px;
    gap: 85px;
}

.gallery-image {
    position: relative;
    top: -150px;
    text-align: center;
}

.gallery-image-content {
    margin: 20px 0;
}

.gallery-image-content img {
    width: 200px;
    height: 200px;
    border-radius: 10.26px;
    box-shadow: 0px 2.565px 10.26px 0px rgba(0, 0, 0, 0.25);
}

.gallery-image h3 {
    color: rgba(30, 54, 19, 0.70);
    font-weight: 400;
    font-size: 14px;
}

.gallery-image p {
    color: #1E3613;
    font-family: "League Spartan";
    font-weight: 600;
}

.diferencial-button-content {
    padding: 40px 0;
}

.diferencial-button-content button {
    width: 400px;
    padding: 16px;
    border-radius: 100px;
    border: 3px solid #F4FFED;
    background: #90D471;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.diferencial-button-content button a {
    text-decoration: none;
    color: #213A15;
    font-family: Inter;
    font-weight: 600;
}

/* SECTION DIFERENTES PISOS */

.diferente-pisos-section {
    padding: 64px 340px;
    gap: 312px;
}

.text-content {
    gap: 16px;
}

.image-content img {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    border: 10px solid #F4FFED;
}

.section-division h3 {
    color: rgba(33, 58, 21, 0.70);
    font-size: 16px;
}

.section-division h2 {
    color: #213A15;
    font-size: 24px;
}

.section-division p {
    color: #213A15;
    font-size: 20px;
}

.section-division:last-child p {
    color: rgba(33, 58, 21, 0.70);
    font-family: Inter;
    font-size: 16px;
}

.diferente-pisos-section:last-child .section-division:last-child > p {
    color: #213A15;
    font-size: 20px;
}

/* SEÇÃO DEPOIMENTOS */
.depoimentos-container {
    padding: 64px 340px;
}

.depoimentos-content {
    gap: 48px;
}

.depoimento-header h2 {
    color: #1E3613;
    font-size: 20px;
}

.depoimento-header p {
    color: rgba(30, 54, 19, 0.60);
    font-size: 16px;
    font-weight: 400;
}

.depoimento-image {
    margin-bottom: 8px;
}

.depoimento-body p {
    color: rgba(30, 54, 19, 0.60);
    font-family: Inter;
}

/* SEÇÃO MAPA */
.mapa-container {
    padding: 48px 340px;
    /* height: 300px; */
}

.mapa-header-content h2 {
    color: #1E3613;
    font-size: 22px;
    font-weight: 600;
}

.mapa-header-content p {
    color: rgba(30, 54, 19, 0.70);
    font-size: 13px;
}

.mapa-content {
    padding: 0 12px;
}

.mapa-content iframe {
    width: 100%;
    height: 500px;
    border-radius: 18px;
}

/* SEÇÃO FORMULÁRIO */
.formulario-container {
    padding: 24px 340px;
}

.formulario {
    padding: 24px 16px;
    border-radius: 24px;
    border: 1px solid rgba(33, 58, 21, 0.12);
    background: #F4FFED;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}

.formulario-header {
    padding: 24px 16px;
    color: #213A15;
}

.formulario-header h1 {
    font-size: 24px;
}

.formulario-header p {
    font-size: 16px;
}

.info-content input, .info-content select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(33, 58, 21, 0.20);
    background: #F4FFED;
    width: 33.3%;
}

.info-adicionais-content {
    width: 100%;
}

.info-adicionais-content textarea {
    padding: 10px;
    width: 100%;
    height: 132px;
    border-radius: 8px;
    border: 1px solid rgba(33, 58, 21, 0.20);
    background: #F4FFED;
}

.checkbox-content > input {
    aspect-ratio: 1/1;
}

.checkbox-content span {
    color: rgba(33, 58, 21, 0.70);
    font-family: Inter;
    font-weight: 400;
}

.submit-content input {
    background: #90D471;
    padding: 16px;
    border-radius: 8px;
    font-family: Inter;
    font-size: 14px;
    border: none;
}

/* FOOTER */
.footer-container {
    padding: 64px 340px;
    background: linear-gradient(180deg, #78B256 0%, #12210A 100%);
    box-shadow: 0px -8px 16px 0px rgba(38, 61, 25, 0.12);
}

.info-footer-content {
    margin: 24px 0;
    color: #F4FFED;
}

.info-footer-content h2 {
    font-size: 20px;
}

.info-footer-content p {
    color: rgba(244, 255, 237, 0.60);
    font-family: Inter;
    font-size: 14px;
}

.icons-content {
    gap: 16px;
}

.footer-middle > h2 {
    color: #F4FFED;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-middle h3 {
    color: #F4FFED;
    font-size: 16px;
    font-weight: 400;
}

.franchise {
    margin-bottom: 16px;
}

.email-container span, .cellphone-container span {
    color: rgba(244, 255, 237, 0.60);
    font-family: Inter;
    font-size: 14px;
}

.footer-right h2 {
    color: #F4FFED;
    font-size: 20px;
}

.footer-right > ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-right > ul li {
    color: #F4FFED;
    font-size: 14px;
}

.footer-rights {
    color: rgba(244, 255, 237, 0.60);
    font-family: Inter;
    font-size: 14px;
    margin: 64px 0;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    .header-content {
        margin: 0 16px;
    }

    .navbar-content, .button-content {
        display: none;
    }

    div.header-hero {
        padding: 32px 0;
        justify-content: flex-start !important;
        background-size: cover;
        background-position: center;
    }

    .card-hero {
        width: 100% !important;
    }

    .header-hero-content {
        flex-direction: column;
        /* align-items: center; */
        padding: 0 10px;
        width: 100% !important;
    }

    .text-header-content > p {
        font-family: Inter;
        margin: 16px 0;
        font-size: 14px;
        text-align: center;
        color: #FFF;
        font-style: normal;
    }

    .image-hero-content {
        margin-bottom: 20px;
    }

    div.card-hero {
        justify-content: space-between;
    }

    div.hero-card-text > h3 {
        font-size: 16px !important;
    }

    div.hero-card-text > p {
        font-size: 14px;
        width: 100% !important;
    }

    .text-header-content {
        width: 100%;
        text-align: center;
    }

    .text-header-content h1 {
        margin: 0 auto;
    }

    .btn-content {
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .btn-content button {
        padding: 8px 16px;
        width: 241px;
        text-wrap-mode: nowrap;
    }

    .image-hero-content {
        display: flex;
        justify-content: center;
    }

    .image-hero-content img {
        position: relative;
        left: 95px;
        width: 550px;
        height: auto;
    }

    /* MENU MOBILE */

    .mobile-menu-container {
        display: block !important;
    }

    .mobile-menu-container button {
        background: transparent;
        border: none;
    }

    .modal-menu-mobile {
        position: fixed;
        left: 0;
        top: -100vh;
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, #12210A -111.4%, #78B256 1185.96%);
        z-index: 1000;
        transition: top 0.3s ease-in-out;
    }

    .modal-menu-mobile.active {
        display: block !important;
        top: 0;
    }

    .header-menu-mobile {
        padding: 16px;
        flex-flow: row-reverse;
    }

    .menu-mobile-list-container {
        padding: 0 32px;
    }

    .menu-mobile-list {
        list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .menu-mobile-list li {
        color: #F4FFED;
        font-family: "League Spartan";
        font-size: 24px;
        font-weight: 600;
    }

    .menu-mobile-list li > a {
        text-decoration: none;
        color: #FFF;
    }

    .menu-mobile-footer {
        padding: 0 32px;
        gap: 20px;
        margin-top: 60px;
    }

    .close-menu-button {
        background: transparent;
        border: none;
    }

    /* SEÇÃO CARROSSEL */
    .divisor {
        background-color: #FFF;
        border-radius: 38px 38px 0 0;
        height: 47px;
        position: relative;
        top: -30px;
    }

    .carousel-container {
        padding: 0 24px 24px 24px !important;
        display: block !important;
        gap: 0 !important;
    }

    .carousel-content {
        flex-direction: column;
        gap: 8px !important;
    }

    /* SEÇÃO DIFERENCIAL */
    .diferencial-sections {
        flex-direction: column;
        padding: 0 24px;
    }

    .sections > p {
        font-size: 16px;
    }

    .diferencial-header {
        margin: 0;
        padding: 64px 24px 32px 24px;
    }

    .diferencial-header-text h2 {
        font-size: 24px;
    }

    .diferencial-header-text-body p:first-child {
        line-height: normal;
        margin-bottom: 8px;
    }

    .diferencial-header-text-body p:last-child {
        font-size: 16px;
        line-height: normal;
    }

    /* CARROSSEL MOBILE */
    .diferencial-gallery-mobile {
        display: flex !important;
        justify-content: center;
        padding: 0 24px;
        position: relative;
    }

    .carrossel {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        position: absolute;
        top: -520px;
    }

    .diferencial-content {
        margin-bottom: 350px;
    }

    .slide-mobile {
        display: none !important;
        padding: 20px 24px;
        padding-bottom: 20px;
    }

    .active-mobile {
        display: block !important;
    }

    .slide-mobile.active-mobile > img {
        width: 100%;
        height: 287px;
        border-radius: 16px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 23px;
    }

    .slide-mobile.active-mobile h4 {
        color: rgba(30, 54, 19, 0.70);
        font-family: "League Spartan";
        font-size: 16px;
    }

    .slide-mobile.active-mobile h2 {
        color: #1E3613;
        font-size: 24px;
    }

    .dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .dot {
        height: 10px;
        width: 10px;
        margin: 0 4px;
        background-color: #c8e6c9;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

    .dot.active-mobile {
        background-color: #4caf50;
    }

    /* DIFERENTE PISOS */
    .diferentes-pisos-container {
        padding: 24px;
        display: flex !important;
        flex-direction: column;
        gap: 48px;
    }

    .diferente-pisos-section {
        display: block !important;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .image-content, .image-content > img {
        width: 100%;
    }

    /* DEPOIMENTOS */
    .depoimentos-container {
        padding: 24px;
    }

    .depoimento-header {
        display: flex !important;
        gap: 10px;
    }

    .depoimento-info h2 {
        margin: 10px 0 0 0;
    }

    .depoimentos-content {
        flex-direction: column;
    }

    /* MAPA */
    .mapa-container {
        padding: 24px;
    }

    .mapa-header-content h2 {
        margin: 0;
    }

    .mapa-header-content p {
        font-size: 13px;
    }

    .mapa-content {
        padding: 0 6px;
        height: 300px !important;
    }

    /* FORMULÁRIO */
    .formulario-container {
        padding: 24px;
    }

    .info-content {
        flex-direction: column;
    }

    .info-content input, .info-content select {
        width: 100%;
    }

    /* FOOTER */
    .footer-container {
        padding: 24px;
    }

    .footer-content {
        flex-direction: column !important;
        gap: 24px !important;
    }

    .email-container, .cellphone-container {
        display: flex;
        gap: 10px;
        margin: 5px 0;
    }

    .footer-rights {
        text-align: center;
    }

    /* TEMP */
    div.diferencial-gallery {
        display: none !important;
        flex-direction: column;
        padding: 0 24px;
    }

    .gallery-image-content {
        margin: 0;
    }

    .gallery-image-content > img {
        width: 100%;
        height: auto;
    }

    .alert-success {
        padding: 8px 0 !important;
        margin: 0 !important;
    }

    .alert-success p {
        font-size: 13px;
        margin: 0;
    }
}