﻿img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    box-sizing: border-box;
}

#hero {
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.hero-wrapper {
    min-height: 585px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 60px 100px;
    gap: 40px;
}

.hero-text {
    flex: 1;
    max-width: 687px;
}

    .hero-text h1 {
        font-size: 27px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.2;
    }

.hero-subtitle {
    font-size: 21px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-family: GothamBook;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.hero-note {
    font-size: 14px;
    font-weight: 400;
}

.hero-image {
    flex: 0 0 380px;
}

    .hero-image img {
        width: 380px;
        height: 380px;
        object-fit: contain;
    }

@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column-reverse;
        padding: 40px 20px;
        text-align: center;
    }

    .hero-cta {
        align-items: center;
    }

    .hero-image img {
        width: 250px;
        height: 250px;
    }
}

#benefits {
    padding: 80px 20px;
    background-color: #ffffff;
}

.benefits-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 80px;
}

.benefits-title {
    font-size: 41px;
    text-align: center;
    color: #434343;
    max-width: 946px;
    margin-bottom: 60px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}

.benefit-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #b4b0b0;
}

    .benefit-item:last-child {
        border-bottom: none;
    }

.check-icon {
    width: 54px;
    height: 51px;
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-item p {
    font-size: 20px;
    color: #434343;
}

.benefits-cta {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .benefits-title {
        font-size: 24px;
    }

    .benefit-item p {
        font-size: 16px;
    }
}

#banner-middle {
    margin-bottom: 80px;
}

.full-width-banner {
    width: 100%;
    height: auto;
}

#timeline {
    padding: 60px 20px;
    background-color: #ffffff;
}

.timeline-title {
    font-size: 41px;
    color: #434343;
    text-align: center;
    margin-bottom: 80px;
}

.timeline-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 50px;
    bottom: 0;
    width: 20px;
    background-color: #008252;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-row {
    display: flex;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.col-left,
.col-right {
    flex: 1;
    padding: 0 40px;
}

.col-center {
    flex: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.align-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.align-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step-circle {
    position: relative;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

    .step-circle img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.step-number {
    position: relative;
    font-size: 80px;
    font-weight: 900;
    color: #008252;
    z-index: 2;
    font-family: 'GothamUltra';
}

.green-box {
    background-color: #008252;
    padding: 20px 40px;
    color: white;
    margin-bottom: 20px;
    width: 100%;
    max-width: 559px;
}

    .green-box h3 {
        font-size: 55px;
        font-weight: 900;
        margin: 0;
    }

.step-desc {
    font-size: 18px;
    color: #434343;
    margin-bottom: 20px;
    max-width: 450px;
    line-height: 1.5;
}

.step-date {
    font-size: 16px;
    color: #434343;
    margin-bottom: 10px;
}

.sub-step-title {
    font-size: 32px;
    color: #008252;
    margin-bottom: 15px;
}

.small-dot {
    width: 73px;
    height: 73px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 50%;
}

.centered-row {
    justify-content: center;
}

.col-center-wide {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    /*padding-top: 10px;*/
}

.wide-box {
    text-align: center;
    max-width: 721px;
    margin-top: 20px;
}

.centered-text {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.categories-list {
    display: flex;
    flex-direction: column;
    margin: 40px auto 60px auto;
    width: max-content;
    max-width: 100%;
}

.category-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #b4b0b0;
    width: 100%;
}

    .category-item:last-child {
        border-bottom: none;
    }

    .category-item img {
        width: 44px;
        height: 44px;
        margin-right: 20px;
    }



@media (max-width: 1024px) {
    .timeline-line {
        left: 40px;
        transform: none;
    }

    .timeline-row {
        flex-direction: column;
        padding-left: 90px;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .col-center {
        position: absolute;
        left: 8px;
        top: 0;
        width: 80px;
        height: 100%;
        justify-content: flex-start;
        padding-top: 5px;
    }

    .step-circle {
        width: 80px;
        height: 80px;
    }

    .step-number {
        font-size: 45px;
    }

    .dot-hollow, .dot-solid {
        width: 22px;
        height: 22px;
        border-width: 4px;
    }

    .step-box, .left-box, .right-box, .wide-box {
        margin: 0 0 15px 0 !important;
        padding: 15px 20px !important;
        justify-content: flex-start !important;
        max-width: 100%;
    }

    .col-left, .col-right {
        width: 100%;
        padding: 0;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .col-center-wide {
        margin-left: -100px !important;
        padding-left: 100px !important;
        width: calc(100% + 100px) !important;
    }

    .align-right, .text-right, .centered-text, .step-desc, .step-date {
        text-align: left !important;
        align-items: flex-start !important;
    }

    .centered-row {
        justify-content: flex-start;
    }

    .step-box {
        margin-left: -15px !important;
        padding-left: 30px !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .step-1 {
        margin-top: 55px !important;
    }

    .step-2 {
        margin-bottom: 25px !important;
        margin-top: 64px !important;
    }

    .circle-mes {
        margin-bottom: 230px;
    }

    .timeline-3 {
        z-index: 2;
    }

    .step-3 {
        z-index: 1;
        margin-top: -95px !important;
    }

    .order-1-mobile {
        order: 1;
    }

    .order-2-mobile {
        order: 2;
    }
}

#footer {
    padding: 0;
    width: 100%;
}

.footer-banner-wrapper {
    width: 100%;
    margin-bottom: 0;
    display: flex;
}

    .footer-banner-wrapper a {
        display: block;
        width: 100%;
        text-decoration: none;
    }

.footer-banner {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.footer-bottom-area {
    background-color: #ffffff;
    width: 100%;
    padding: 60px 0;
}

.footer-link-wrapper {
    text-align: center;
}

.footer-link {
    font-size: 18px;
    font-weight: 700;
    color: #151414;
    text-decoration: underline;
}

    .footer-link:hover {
        color: #008252;
    }

.fundo-green {
    background: #008252;
    width: 100%;
}

section {
    padding: 0px 0 !important;
}

@media (max-width: 991px) {
    section {
        padding: 0px 0;
    }
}

.btn-eco {
    background: #B5D454 !important;
    color: black !important;
}

.timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.col-center {
    flex: 0 0 125px;
    display: flex;
    justify-content: center;
}

.step-box {
    background-color: #008252;
    padding: 15px 40px;
    color: white;
    width: 100%;
    max-width: 559px;
    display: flex;
    align-items: center;
}

.left-box {
    margin-right: -62.5px;
    padding-right: 80px;
    justify-content: flex-end;
}

.right-box {
    margin-left: -62.5px;
    padding-left: 80px;
    justify-content: flex-start;
}

.wide-box {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    max-width: 650px;
}

.dot-hollow {
    width: 55px;
    height: 55px;
    border: 7px solid #008252;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.dot-solid {
    width: 55px;
    height: 55px;
    background-color: #008252;
    border-radius: 50%;
    z-index: 2;
}

#section-form {
    background-color: #008252;
    color: white;
    padding: 80px 0 !important;
    width: 100%;
}

.form-title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.4;
}

#section-form label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}

.custom-input {
    border-radius: 8px !important;
    border: none !important;
    height: 38px !important;
    width: 100%;
}

.form-hero-img img {
    max-width: 100%;
    height: auto;
    width: 65%;
}

.box-eco {
    max-width: 420px;
    width: 100%;
}

.btnEnviar {
    background-color: #0071b2;
    color: #fff;
    border: 0 solid #015494;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: normal !important;
    padding: 0.75em 1em;
    position: relative;
    margin-left: 0em !important;
    margin-right: 2em;
}

.btn-form {
    background: #B5D454 !important;
    color: black !important;
}

@media (max-width: 768px) {
    .form-hero-img {
        margin-top: 50px;
        text-align: center !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .form-hero-img img {
            margin: 0 auto;
            display: block;
        }
}

/* --- ESTILOS DA ETAPA 2 --- */
.header-etapa-2 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.logo-etapa-2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.titulo-etapa-2 h3 {
    font-size: 24px;
    color: #008252;
    margin-bottom: 5px;
}

.text-green-bold {
    color: #008252;
    font-weight: 800;
}

.titulo-etapa-2 p {
    font-size: 16px;
    color: #666;
}

.pergunta-item {
    margin-bottom: 30px;
}

    .pergunta-item p {
        font-size: 16px;
        color: #434343;
        margin-bottom: 10px;
        line-height: 1.4;
    }

.check-container {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
}

.check-container-multiple {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
}

.check-container input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.check-block {
    display: flex;
    margin-bottom: 10px;
}

.check-container-multiple input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.botoes-acao {
    display: flex;
    gap: 15px;
}

#etapa-2, #etapa-3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 8px;
}

#section-conclusao {
    background-color: #008252;
    color: #ffffff;
    padding: 80px 0 !important;
    text-align: center;
    width: 100%;
}

.conclusao-wrapper {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conclusao-titulo {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 40px;
}

.conclusao-texto {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
}

.conclusao-imagem {
    margin: 40px 0;
}

    .conclusao-imagem img {
        max-width: 320px;
        height: auto;
    }

.conclusao-rodape {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

.link-ia {
    color: #ffffff;
    text-decoration: none;
}

    .link-ia:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    #section-conclusao {
        padding: 60px 20px;
    }

    .conclusao-titulo {
        font-size: 20px;
    }

    .conclusao-imagem img {
        max-width: 250px;
    }
}

@media (min-width: 1025px) {
    #linha-mes-eco {
        align-items: flex-start !important;
        margin-top: 60px !important;
    }

        #linha-mes-eco .circle-mes,
        #linha-mes-eco .col-center {
            margin-top: 0 !important;
            padding-top: 0 !important;
            justify-content: flex-start !important;
        }

        #linha-mes-eco .col-right,
        #linha-mes-eco .step-date {
            margin-top: 12px !important;
            padding-top: 0 !important;
        }

        #linha-mes-eco .col-center,
        #linha-mes-eco .col-right {
            margin-top: 0px !important;
        }

    .categories-list .category-item p br {
        display: none;
    }
}

@media (max-width: 1024px) {
    #linha-mes-eco {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

        #linha-mes-eco .col-left,
        #linha-mes-eco .col-right {
            display: contents !important;
        }

        #linha-mes-eco .sub-step-title {
            order: 1 !important;
            margin-bottom: 5px !important;
            text-align: left !important;
        }

        #linha-mes-eco .step-date {
            order: 2 !important;
            margin-top: 0 !important;
            margin-bottom: 15px !important;
            text-align: left !important;
        }

        #linha-mes-eco .step-desc {
            order: 3 !important;
            text-align: left !important;
        }

    #linha-validacao .date-2,
    #linha-validacao .dot-hollow {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

    #linha-validacao {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

        #linha-validacao .col-left {
            order: 1 !important;
            margin-bottom: 15px !important;
        }

        #linha-validacao .col-right {
            order: 2 !important;
        }


    .step-box.step-3.wide-box {
        margin-top: -74px !important;
        margin-left: -54px !important; 
        position: relative;
        z-index: 1 !important; 
        max-width: calc(100% - 0px) !important;
    }

        .step-box.step-3.wide-box ~ .centered-text {
            text-align: left !important;
            padding-left: 40px !important; 
        }

        .step-box.step-3.wide-box ~ .step-date {
            margin-top: 15px !important;
        }

    .timeline-row.timeline-3 {
        position: relative !important;
        z-index: 999 !important;
    }

    .col-center-wide {
        position: relative !important;
        z-index: 1 !important;
    }

    .timeline-row.timeline-3 .step-circle {
        background-color: transparent !important;
    }

    .col-center-wide .step-date {
        margin-top: 15px !important;
    }

    .col-center-wide .centered-text {
        text-align: left !important;
        margin-left: -60px !important;
        padding-left: 0 !important;
    }

    #linha-medicao {
        display: flex;
        flex-direction: column;
    }

        #linha-medicao .col-right {
            order: 1 !important;
        }

        #linha-medicao .col-left {
            order: 2 !important;
        }

        #linha-medicao .step-date {
            text-align: left !important;
            margin-top: 0 !important;
        }

    #linha-validacao .col-center {
        top: 0 !important;
        justify-content: flex-start !important;
        padding-top: 0 !important;
    }

    #linha-validacao .dot-hollow {
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }

    #linha-validacao .step-date {
        margin-top: 0 !important;
        padding-top: 15px !important;
    }
}
