@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Momo+Trust+Display&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

/* 
Título
font-family: "Momo Trust Display", sans-serif;

Textos
font-family: "Antonio", sans-serif;
font-family: "Old Standard TT", serif;
*/
.center {
    width: 92%;
    max-width: 1500px;
    margin: 0 auto;
}

body {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
                url(../img/fundo.jpeg) no-repeat fixed;
    overflow-x: hidden;
}

a {
    color: #009640;
    text-decoration: none;
    display: flex;
}

header {
    position: fixed;
    background: #f5f5f5;
    width: 100%;
    top: 0;
    z-index: 9000;

    .center {
        display: flex;
        justify-content: space-between;
        font-family: "Old Standard TT", serif;
    }

    .center>div {
        width: calc(100% - 200px);
    }

    .center>div>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .center>div>div:nth-child(1) {
        justify-content: flex-end;
        gap: 100px;
        margin-top: 10px;
        font-size: 15px;
    }

    h1 {
        background: url("../img/logo1.svg") no-repeat;
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
        text-indent: -9999px;
        margin: 10px 0;
    }

    .center>div>div:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }

    nav {
        width: 750px;
    }

    div ul {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

    nav ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 20px
    }

    nav ul li a:hover {
        color: #94c11f;
    }

    div>ul li {
        width: 40px;
        height: 40px;
        background: #009640;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div>ul li:hover {
        background: #94c11f;
    }

    div>ul img {
        width: 25px;
        height: 25px;
    }
}

main {
    margin-top: 120px;

    .banner {
        width: 100%;
        height: 800px;
        background: #94c11f80;
        background: url(../img/banner.png) no-repeat;
        background-size: cover;
        display: flex;

        .center {
            width: 100%;
            align-content: center;
        }

        .center div {
            width: 65%;
        }

        h3 {
            color: #006400;
            font-size: 20px;
            font-family: "Momo Trust Display", sans-serif;
        }

        h2 {
            color: #FFFFFF;
            font-size: 50px;
            font-family: "Momo Trust Display", sans-serif;
            margin-top: 70px;
        }

        a {
            font-size: 40px;
            color: #006400;
            font-family: "Momo Trust Display", sans-serif;
        }

        a:hover {
            color: #94c11f;
        }

        a:hover p {
            background: #006400;
        }

        p {
            margin-top: 50px;
            background: #94c11f;
            padding: 20px;
            width: 70%;
            text-align: center;
            border-radius: 25px;
        }
    }

    .topicos {
        .center {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            margin: 50px auto;

            div {
                flex: 1 1 0;
                text-align: center;
            }

            img {
                width: 60px;
            }

            h2 {
                font-size: 20px;
                color: #009640;
                font-family: "Momo Trust Display", sans-serif;
                margin: 20px;
            }

            p {
                font-family: "Old Standard TT", serif;
                color: #5d5d5d;
                font-size: 20px;
                line-height: 25px;
            }
        }
    }

    .frase {
        background: #94c11f80;
        padding: 50px;

        .center {
            text-align: center;

            p {
                font-family: "Old Standard TT", serif;
                color: #1a1a1a;
                font-size: 20px;
            }

            h2 {
                font-size: 20px;
                color: #009640;
                font-family: "Momo Trust Display", sans-serif;
                margin-top: 20px;
            }
        }
    }

    .sobre {
        .center {
            padding: 50px;

            h2 {
                font-size: 40px;
                color: #009640;
                font-family: "Momo Trust Display", sans-serif;
            }

            >div {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                gap: 40px;
                margin-top: 50px;

                img {
                    width: 500px;
                    height: 700px;
                    margin: auto;
                    transition: all 0.6s ease;
                    border-radius: 100px 0 80px 0;
                }
                img:hover{
                    width: 550px;
                    height: 750px;
                    transform: scale(1.1);
                }

                >div {
                    width: 50%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 24px;

                    .titulo {
                        font-family: "Momo Trust Display", sans-serif;

                        h3 {
                            font-size: 30px;
                            color: #009640;
                        }

                        h4 {
                            font-size: 20px;
                            font-family: "Old Standard TT", serif;
                            color: #1a1a1a;
                            margin: 20px 0;
                        }
                    }

                    p {
                        font-family: "Old Standard TT", serif;
                        color: #5d5d5d;
                        font-size: 20px;
                        text-indent: 50px;
                        margin-top: 10px;
                        letter-spacing: 1.6px;
                        text-align: justify;
                    }

                    ul {
                        font-family: "Old Standard TT", serif;
                        color: #5d5d5d;
                        font-size: 20px;
                        text-indent: 50px;
                        letter-spacing: 1px;
                        margin-left: 20px;
                        margin-top: 10px;

                        span {
                            color: #009640;
                        }

                        li {
                            line-height: 25px;
                        }
                    }

                    .dados {
                        display: block;
                        width: 60%;

                        >div {
                            display: flex;
                            flex-direction: row;
                            justify-content: space-around;
                            width: 100%;
                            text-align: center;

                            h5 {
                                font-size: 30px;
                                color: #009640;
                                font-family: "Momo Trust Display", sans-serif;
                            }

                            p {
                                color: #1a1a1a;
                                font-size: 18px;
                                text-indent: 0;
                            }
                        }

                        hr {
                            background: #009640;
                            height: 10px;
                            border: #009640;
                        }

                        a {
                            font-family: "Momo Trust Display", sans-serif;
                            font-size: 15px;
                        }

                        a:hover {
                            color: #94c11f;
                        }

                    }
                }
            }
        }
    }

    .newsletter {
        background: url("../img/newsletter.png") no-repeat;

        article {
            background-size: 100% 100%;
            width: 80%;
            min-height: 220px;
            padding: 35px 30px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 25px;

            h2 {
                font-family: "Momo Trust Display", sans-serif;
                font-size: 30px;
                color: #ffffff;
            }

            form {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                gap: 12px;
                width: 100%;

                input {
                    width: 80%;
                    min-width: 220px;
                    border-radius: 10px;
                    border: #009640 solid 2px;
                    font-size: 20px;
                    font-family: "Old Standard TT", serif;
                    padding: 10px;
                    box-sizing: border-box;
                }

                button {
                    width: 40px;
                    height: 40px;
                    background: transparent;
                    border: none;
                    cursor: pointer;

                    img {
                        width: 40px;
                        height: 40px;
                    }

                    img:hover {
                        width: 50px;
                        height: 50px;
                    }
                }
            }
        }
    }

    .nutri-hol {
        padding: 50px 0;

        h2 {
            font-size: 40px;
            color: #009640;
            font-family: "Momo Trust Display", sans-serif;
            text-align: center;
        }

        .center {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 50px;
            gap: 20px;

            div:nth-child(1) {
                width: calc(100%/3);
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                p {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 20px;
                    text-indent: 50px;
                    margin-top: 10px;
                    letter-spacing: 1.6px;
                    text-align: justify;
                    line-height: 30px;
                }
            }

            div:nth-child(3) {
                width: 50%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                p {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 20px;
                    line-height: 30px;
                    text-indent: 50px;
                    margin-top: 10px;
                    letter-spacing: 1.6px;
                    text-align: justify;
                }

                ul {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 18px;
                    text-indent: 50px;
                    margin-top: 10px;
                    letter-spacing: 1.6px;
                    text-align: justify;
                }

                h3 {
                    font-family: "Momo Trust Display", sans-serif;
                    font-size: 20px;
                    color: #009640;
                    margin-top: 20px;
                }
            }

            img {
                width: 400px;
                height: 400px;
            }
        }
    }

    .passos {
        background: #94c11f80;

        .center {
            padding: 50px 0;

            h2 {
                font-size: 40px;
                color: #009640;
                font-family: "Momo Trust Display", sans-serif;
                text-align: center;
            }

            >div {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 30px;
                align-items: stretch;
                justify-content: center;
                margin-top: 50px;

                >div {
                    text-align: center;
                    flex: 1 1 220px;
                    max-width: 260px;

                    h3 {
                        font-size: 20px;
                        color: #009640;
                        font-family: "Momo Trust Display", sans-serif;
                        margin-bottom: 10px;
                    }

                    div {
                        width: 50px;
                        height: 150px;
                        background: transparent;
                        margin: 0 auto 10px;
                    }

                    .passo1 {
                        background: linear-gradient(to top, #009640 20%, transparent 20%);
                    }

                    .passo2 {
                        background: linear-gradient(to top, #009640 40%, transparent 40%);
                    }

                    .passo3 {
                        background: linear-gradient(to top, #009640 60%, transparent 60%);
                    }

                    .passo4 {
                        background: linear-gradient(to top, #009640 80%, transparent 80%);
                    }

                    .passo5 {
                        background: linear-gradient(to top, #009640 100%, transparent 100%);
                    }

                    p {
                        font-size: 15px;
                        line-height: 20px;
                        letter-spacing: 1px;
                        text-align: justify;
                        color: #5d5d5d;
                        font-family: "Old Standard TT", serif;
                    }
                }
            }

            a {
                color: #94c11f;

                p {
                    margin: 20px auto 0;
                    background: #009640;
                    text-align: center;
                    width: 150px;
                    height: 50px;
                    align-content: center;
                    border-radius: 10px;
                    font-family: "Momo Trust Display", sans-serif;
                }
            }

            a:hover {
                color: #009640;

                p {
                    background: #94c11f;
                    width: 160px;
                }
            }
        }
    }

    .pacotes {
        width: 100%;
        font-family: Arial, sans-serif;
        margin: 50px 0;

        h2 {
            font-family: "Momo Trust Display", sans-serif;
            font-size: 30px;
            color: #009640;
            margin: 50px auto;
        }

        h3 {
            font-family: "Momo Trust Display", sans-serif;
            font-size: 20px;
            color: #009640;
            margin: 50px auto;
        }

        p {
            font-family: "Old Standard TT", serif;
            color: #5d5d5d;
            font-size: 20px;
            text-indent: 50px;
            margin: 10px auto;
            letter-spacing: 1.6px;
            text-align: justify;
            line-height: 30px;
            width: 80%;
        }

        ul {
            font-family: "Old Standard TT", serif;
            color: #5d5d5d;
            font-size: 18px;
            text-indent: 50px;
            margin: 10px auto;
            letter-spacing: 1.6px;
            text-align: justify;
            line-height: 30px;
            width: 80%;
        }

        div {
            background: #94c11f80;
            padding: 20px;
            margin-top: 20px;
            border-radius: 80px;
        }


        /* Contêiner com botões */
        /* .carousel-container {
            position: relative;
            width: 100%;
        } */

        /* Botões laterais */
        /* .btn-prev,
        .btn-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #009640;
            color: #fff;
            border: none;
            padding: 10px 15px;
            border-radius: 8px;
            cursor: pointer;
            z-index: 10;
        } */

        /* Esconder botões em telas grandes */
        /* .btn-prev,
        .btn-next {
            display: none;
        }

        .btn-prev {
            left: -10px;
        }

        .btn-next {
            right: -10px;
        } */

        /* Transição suave */
        .fade-col {
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
        }

        .show-col {
            opacity: 1;
            pointer-events: auto;
        }

        table {
            width: 80%;
            border-collapse: collapse;
            text-align: center;
            margin: auto;
        }

        thead th {
            font-size: 20px;
            padding: 15px;
            color: #009640;
            font-family: "Momo Trust Display", sans-serif;
        }

        thead .prata {
            background: #dadada;
        }

        thead .ouro {
            background: #f9b233;
        }

        tbody td {
            color: #5d5d5d;
            padding: 12px;
            font-size: 20px;
            border-bottom: 2px solid #000000;
            font-family: "Old Standard TT", serif;
        }

        /* Colunas coloridas como caixas */
        tbody td:nth-child(2) {
            /* background: #dadada; */
            background: #f9b233;

        }

        tbody td:nth-child(3) {
            background: #f9b233;
        }

        /* Preço destacado */
        .linha-preco td {
            font-size: 20px;
            padding: 20px 0;
            color: #009640;
            font-family: "Momo Trust Display", sans-serif;
        }

        /* Botões */
        button {
            background: #009640;
            color: #ffffff;
            border: none;
            padding: 8px 25px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: bold;
        }

        .linha-botoes td {
            padding: 15px;
        }
    }

    .historias {
        min-height: 790px;
        height: auto;
        padding: 40px 0 70px;
        background: url("../img/historias.png") no-repeat;
        background-size: cover;

        .center {
            text-align: center;
            padding: 10px 0;

            h2 {
                font-size: 40px;
                color: #ffffff;
                font-family: "Momo Trust Display", sans-serif;

            }

            >div {
                width: 100%;
                display: flex;
                align-items: stretch;
                justify-content: center;
                gap: 30px;
                margin-top: 50px;
                flex-wrap: wrap;

                >div {
                    background: #dadada;
                    border-radius: 20px;
                    width: min(100%, 520px);
                    min-height: 250px;
                    height: auto;
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    margin: 0;
                    padding: 24px 24px 24px 0;

                    .avatar {
                        min-width: 150px;
                        min-height: 150px;
                        max-width: 150px;
                        max-height: 150px;
                        background: #94c11f80;
                        margin-left: -30px;
                        border-radius: 50%;
                        text-align: center;
                        align-content: center;
                        font-family: "Momo Trust Display", sans-serif;
                        font-size: 90px;
                        color: #009640;
                    }

                    p {
                        text-align: justify;
                        color: #5d5d5d;
                        font-size: 15px;
                        font-family: "Old Standard TT", serif;
                        margin: 20px;
                        line-height: 24px;
                        letter-spacing: 1px;
                    }

                    h3 {
                        text-align: center;
                        color: #009640;
                        font-family: "Momo Trust Display", sans-serif;
                        font-size: 20px;
                    }

                }

                .cardDepo {
                    background: #dadada;
                    border-radius: 20px;
                    width: min(100%, 520px);
                    min-height: 250px;
                    height: auto;
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    margin: 0;
                    padding: 24px 24px 24px 0;
                }

                .cardDepo div {
                    width: 100%;
                }

                .cardDepo img {
                    width: 150px;
                    height: 150px;
                    background: #94c11f80;
                    margin-left: -30px;
                    border-radius: 50%;
                }

                .cardDepo p {
                    text-align: justify;
                    color: #5d5d5d;
                    font-size: 15px;
                    font-family: "Old Standard TT", serif;
                    margin: 10px;
                    line-height: 24px;
                    letter-spacing: 1px;
                    overflow: visible;
                    max-height: none;
                }

                .cardDepo h3 {
                    text-align: center;
                    color: #009640;
                    font-family: "Momo Trust Display", sans-serif;
                    font-size: 20px;
                }

                .estrelas {
                    font-size: 20px;
                    color: #ffcc00;
                    margin: 8px 0;
                }

            }
        }
    }

    .valores {
        padding: 60px 20px;
        background: #f8f8f810;


        .container-valores {
            max-width: 900px;
            margin: auto;
        }

        h2 {
            text-align: center;
            margin-bottom: 40px;
            color: #009640;
            /* verde elegante */
            font-size: 30px;
            font-family: "Momo Trust Display", sans-serif;

        }

        .valor-item {
            background: #fff;
            padding: 20px 25px;
            margin-bottom: 20px;
            border-radius: 12px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
            transition: 0.3s ease;
        }

        .valor-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .valor-item h3 {
            margin: 0;
            font-size: 1.3rem;
            color: #444;
        }

        .valor-item h3 span {
            color: #009640;
            font-weight: bold;
        }

        .valor-item p {
            margin-top: 8px;
            color: #666;
            line-height: 1.5;
        }

        .pagamento {
            margin-top: 30px;
            text-align: center;
            font-size: 1rem;
            color: #444;
        }
    }
}

footer {
    .info {
        padding: 50px 0;
        background: url("../img/info.png") no-repeat;
        background-size: 100% 100%;

        .center {
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 40px;

            img {
                width: 300px;
                height: 300px;
            }

            >div {
                flex: 1 1 280px;
                min-width: 280px;
                text-align: center;
                align-content: center;

                p {
                    font-size: 25px;
                    line-height: 45px;
                    color: #009640;
                    font-family: "Old Standard TT", serif;
                }

                h2 {
                    font-size: 30px;
                    color: #009640;
                    font-family: "Old Standard TT", serif;
                    margin: 25px auto;
                }

                ul {
                    display: flex;
                    width: 50%;
                    justify-content: space-between;
                    margin: 0 auto;
                }

                ul li {
                    width: 40px;
                    height: 40px;
                    background: #009640;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                ul li:hover {
                    background: #94c11f;
                }

                ul img {
                    width: 25px;
                    height: 25px;
                }

                a {
                    justify-content: center;
                }
            }

            >div:nth-child(3) {
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 24px;
            }
        }
    }

    .desenvolvido {
        height: 50px;
        text-align: center;
        align-content: center;
        font-size: 20px;
        font-family: "Old Standard TT", serif;
        background: #009640;
        color: #ffffff;

        p {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        a {
            color: #ffffff;
        }

    }
}

/* --- MODAL DE LOCALIZAÇÃO --- */

.modal {
    display: none;
    /* começa escondido */
    position: fixed;
    z-index: 99999;
    /* fica acima de tudo */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Old Standard TT", serif;

}

/* Conteúdo */
.modal-content {
    background: #ffffff;
    margin: 12% auto;
    padding: 30px;
    border-radius: 16px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    animation: modalFade .35s ease;
}

/* Animação */
@keyframes modalFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botão de fechar (X) */
.close-modal {
    color: #5d5d5d;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #009640;
}

/* Texto do modal */
#texto-localizacao p {
    font-size: 18px;
    margin: 10px 0;
    color: #222;
}

#texto-localizacao strong {
    color: #009640;
    font-family: "Momo Trust Display", sans-serif;

}

/* Container */
.online-section {
    padding: 60px 20px;
    background: #00964010;
    font-family: "Old Standard TT", serif;
}

.online-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Titles */
.online-title {
    font-size: 30px;
    font-weight: 700;
    color: #009640;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Momo Trust Display", sans-serif;

}

.online-subtitle {
    font-size: 20px;
    color: #94c11f;
    margin-bottom: 30px;
    font-family: "Old Standard TT", serif;
}

/* Accordion */
.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #009640;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header .icon {
    border: solid #009640;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: .3s;
}

/* Rotate icon when opened */
.accordion-item.active .icon {
    transform: rotate(-135deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding-right: 10px;
}

.accordion-content p,
.accordion-content ul {
    font-size: 20px;
    text-indent: 50px;
    letter-spacing: 1.6px;
    line-height: 30px;
    color: #5d5d5d;
    padding: 0 0 15px;
    margin: 0;
    font-family: "Old Standard TT", serif;

}

.accordion-content ul {
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 600px) {
    .online-title {
        font-size: 26px;
    }
}

.cards-black {
    h3 {
        text-align: center;
        font-size: 2rem;
        margin: 40px auto;
        color: #009640;
        font-family: "Momo Trust Display", sans-serif;
    }
    .card-black {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;

        img, video {
            height: 640px;
            width: 360px;
            margin: 20px;
        }
        img:hover, video:hover{
            opacity: .8;
        }
    }
    .contato-whatsapp a{
        margin-bottom: 40px;
    }
}



/* ================================
   📱 RESPONSIVIDADE COMPLETA
================================ */

/* --- 1200px (notebooks menores) --- */
@media (max-width: 1200px) {

    main {
        margin-top: 140px;
    }

    header nav {
        width: 600px;
    }

    header {

        .center>div {
            width: calc(100% - 200px);
        }
    }

    main .banner {
        height: auto;
        flex-direction: column;
        text-align: center;
        padding-bottom: 40px;
    }

    main .banner .center div {
        padding-left: 0;
        width: 100%;
    }

    main .banner img {
        width: 80%;
        margin: 20px auto 0;
    }

    main .banner p {
        margin: auto;
        margin-top: 50px;
    }

    main .sobre .center {
        padding: 50px 0;
    }

    main .sobre .center>div {
        display: block;
        text-align: center;
    }

    main .sobre .center>div>div {
        width: 90%;
        text-align: justify;
        margin: 0 auto;
    }

    main .sobre img {
        width: 400px;
        height: auto;
    }

    main .nutri-hol {
        padding: 50px 0;

        h2 {
            font-size: 40px;
            color: #009640;
            font-family: "Momo Trust Display", sans-serif;
            text-align: center;
        }

        .center {
            display: block;
            text-align: center;
            margin-top: 50px;
            gap: 20px;

            div:nth-child(1) {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                p {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 20px;
                    text-indent: 50px;
                    letter-spacing: 1.6px;
                    line-height: 30px;
                    margin-top: 10px;
                    text-align: justify;
                }
            }

            div:nth-child(3) {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                p {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 20px;
                    text-indent: 50px;
                    letter-spacing: 1.6px;
                    line-height: 30px;
                    margin-top: 10px;
                    text-align: justify;
                }

                ul {
                    font-family: "Old Standard TT", serif;
                    color: #5d5d5d;
                    font-size: 18px;
                    text-indent: 50px;
                    margin-top: 10px;
                    letter-spacing: 1.6px;
                    text-align: justify;
                }

                h3 {
                    font-family: "Momo Trust Display", sans-serif;
                    font-size: 20px;
                    color: #009640;
                    margin-top: 20px;
                }
            }

            img {
                width: 400px;
                height: 400px;
            }
        }
    }

    main {
        & .historias {
            & .center {
                &>div {
                    .cardDepo {
                        width: min(100%, 480px);
                    }
                }
            }
        }
    }
}

/* --- 992px (tablets em landscape) --- */
@media (max-width: 992px) {

    main {
        margin-top: 230px;
    }

    /* HEADER */
    header .center {
        flex-direction: column;
        text-align: center;
    }

    header .center>div {
        width: 100%;
    }

    header nav {
        width: 100%;
        margin-top: 20px;
    }

    header nav ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    header div>ul {
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    /* TOPICOS */
    main .topicos .center {
        flex-direction: column;
        gap: 40px;
    }

    /* SOBRE */
    main .sobre .center>div {
        flex-direction: column;
        text-align: center;
    }

    main .sobre .center>div>div {
        width: 100%;
    }

    main .sobre img {
        margin-bottom: 30px;
        width: 350px;
        height: auto;
    }

    main .sobre .dados {
        width: 100% !important;
        margin-top: 30px;
    }

    /* HISTORIAS */
    main {
        & .historias {
            & .center {
                &>div {
                    .cardDepo {
                        width: 90%;
                    }

                    &>div {
                        .avatar {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    main .historias .center>div>div {
        width: min(100%, 680px);
        margin: 0 auto;
    }

    /* PACOTES */
    main .pacotes table {
        width: 100%;
    }

    main .pacotes article.center {
        overflow-x: auto;
    }

    main .pacotes table {
        min-width: 620px;
    }

}

/* --- 768px (tablets & celulares grandes) --- */
@media (max-width: 768px) {

    main {
        margin-top: 180px;
    }

    /* HEADER */
    header .center {
        text-align: center;
    }

    header h1 {
        width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    header .center>div div:nth-child(1) {
        display: none;
    }

    header .center>div div:nth-child(2) {
        margin-top: 0;
        margin-bottom: 20px;
    }

    header .center>div div:nth-child(2)>ul {
        display: none;
    }

    header nav ul li a {
        font-size: 16px;
    }

    /* BANNER */
    main .banner h2 {
        font-size: 35px;
        margin-top: 30px;
        line-height: 1.15;
    }

    main .banner p {
        width: 90%;
    }

    main .banner img {
        width: 70%;
    }

    main .newsletter article {
        width: 92%;
        padding: 30px 20px;
    }

    main .newsletter form input {
        width: 100%;
    }

    /* FRASE */
    main .frase p {
        font-size: 14px;
    }

    /* PASSOS */
    main .passos>.center>div {
        flex-direction: column;
        gap: 40px;
    }

    main .passos>.center>div>div {
        width: 90%;
        margin: 0 auto;
        max-width: none;
    }

    /* HISTORIAS */
    main .historias {
        height: auto;
        background-size: cover;
        padding-bottom: 40px;
    }

    main .historias .center>div>div {
        width: 95%;
    }

    main .historias .center>div .cardDepo {
        padding: 24px;
    }

    main .historias .center>div .cardDepo img,
    main .historias .center>div .cardDepo .avatar {
        margin-left: 0;
    }

    main {
        .historias {
            .center {
                >div {
                    .cardDepo {
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
            }
        }
    }

    /* PACOTES */
    main .pacotes table {
        width: 100%;
        font-size: 14px;
    }

    main .pacotes thead th {
        font-size: 16px;
    }

    main .pacotes tbody td {
        font-size: 16px;
    }

    /* FOOTER */
    footer .info .center {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    footer .info .center>div ul {
        width: 80%;
    }

    footer .info img {
        width: 200px;
        height: auto;
    }

    .accordion-content p,
    .accordion-content ul {
        font-size: 18px;
        text-indent: 20px;
        line-height: 28px;
    }

    #pg-contato .formulario-contato {
        max-width: 100%;
    }

    #pg-contato .formulario-contato input,
    #pg-contato .formulario-contato textarea {
        width: 100%;
        box-sizing: border-box;
    }

    #pg-contato .btn-enviar {
        width: 100%;
        max-width: 320px;
    }
}



/* --- 480px (celulares pequenos) --- */
@media (max-width: 480px) {

    header .center {
        text-align: center;
    }

    header h1 {
        width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    header .center>div div:nth-child(1) {
        display: none;
    }

    header .center>div div:nth-child(2) {
        margin-top: 0;
        margin-bottom: 20px;
    }

    header .center>div div:nth-child(2)>ul {
        display: none;
    }

    header nav ul {
        gap: 10px;
    }

    header nav ul li a {
        font-size: 14px;
    }

    /* Banner */
    main {
        margin-top: 160px;

        & .banner {
            .center div {
                padding-top: 50px;

                main .banner h3 {
                    font-size: 16px;
                }
            }
        }
    }

    main .banner h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    main .banner a p {
        font-size: 20px;
    }

    /* Sobre */
    main {
        & .sobre {
            & .center {
                padding: 0;

                &>div {
                    text-align: center;

                    img {
                        width: 200px;
                        height: auto;
                        margin: auto;
                    }

                    >div {
                        text-align: center;
                        width: 100%;
                        margin: 20px 0;

                        p {
                            text-indent: 10px;
                            letter-spacing: 1.2px;
                            line-height: 30px;
                        }

                        ul {
                            font-family: "Old Standard TT", serif;
                            color: #5d5d5d;
                            font-size: 18px;
                            text-indent: 10px;
                            letter-spacing: 1px;
                            margin-left: 10px;
                            margin-top: 10px;

                            span {
                                color: #009640;
                            }

                            li {
                                line-height: 25px;
                                text-align: justify;
                            }
                        }
                    }
                }
            }
        }
    }

    main .sobre h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    main .sobre p {
        font-size: 18px !important;
    }

    main {
        .nutri-hol {
            .center {
                flex-direction: column;

                >div:nth-child(1) {
                    width: 90%;

                    p {
                        font-size: 18px !important;
                        text-indent: 10px;
                        letter-spacing: 1.2px;
                    }
                }

                div:nth-child(3) {
                    width: 90%;

                    p {
                        font-size: 18px !important;
                        text-indent: 10px;
                        letter-spacing: 1.2px;
                    }

                    ul {
                        text-indent: 10px;
                        letter-spacing: 1.2px;
                    }
                }
            }
        }
    }

    /* Passos */
    main .passos h2 {
        font-size: 30px;
    }

    main .passos .center div div div {
        display: none;
    }

    main .passos p {
        font-size: 18px !important;
    }

    /* Pacotes */
    main .pacotes h2 {
        font-size: 24px;
    }

    main .pacotes {
        p {
            font-size: 18px;
            text-indent: 10px;
        }

        ul {
            width: 90%;
            font-size: 18px;
            text-indent: 10px;
            letter-spacing: 1.2px;
        }

        div {
            padding: 20px 10px;
        }
    }


    main .pacotes table {
        font-size: 12px;
    }

    main .nutri-hol {
        .center {
            img {
                width: 90%;
                height: auto;
            }
        }
    }

    main {
        .historias {
            .center {
                >div {
                    .cardDepo {
                        width: 90%;
                    }
                }
            }
        }
    }

    /* Footer */
    footer {
        & .info {
            & .center {
                img {
                    width: 200px;
                    height: auto;
                }

                >div {
                    width: 80%;

                    p {
                        font-size: 22px;
                        line-height: 25px;
                    }
                }

                >div:nth-child(3) {
                    height: auto;
                }
            }
        }
    }

    footer .desenvolvido {
        font-size: 14px;
    }

    .accordion-content p,
    .accordion-content ul {
        font-size: 16px;
        text-indent: 0;
        line-height: 26px;
    }
}

#pg-contato {
    /* ===========================
   PÁGINA DE CONTATO
=========================== */

    /* Banner da página de contato */
    .contato-banner {
        background: #94c11f80;
        padding: 80px 20px;
        text-align: center;
        color: #009640;
    }

    .contato-banner h2 {
        font-size: 2.8rem;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: "Momo Trust Display", sans-serif;

    }

    .contato-banner p {
        font-size: 1.2rem;
        opacity: .9;
        font-family: "Old Standard TT", serif;

    }

    /* Área do formulário */
    .contato-form {
        padding: 60px 20px;
        background: #f5f5f5;
    }

    .contato-form h3 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 40px;
        color: #009640;
        font-family: "Momo Trust Display", sans-serif;

    }

    /* Formulário */
    .formulario-contato {
        max-width: 60%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .formulario-contato input,
    .formulario-contato textarea {
        width: 100%;
        padding: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
        font-family: "Old Standard TT", serif;
        transition: .3s;
        color: #5d5d5d;
        box-sizing: border-box;

    }

    .formulario-contato input:focus,
    .formulario-contato textarea:focus {
        border-color: #009640;
        box-shadow: 0 0 0 2px rgba(0, 150, 64, 0.2);
    }

    .formulario-contato textarea {
        height: 150px;
        resize: none;
    }

    .btn-enviar {
        padding: 14px;
        background: #009640;
        color: #fff;
        font-size: 1.1rem;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 500;
        transition: 0.3s;
        max-width: 50%;
        margin: 0 auto;
        font-family: "Old Standard TT", serif;

    }

    .btn-enviar:hover {
        background: #94c11f;
    }

    /* Botão WhatsApp */
    .contato-whatsapp {
        text-align: center;
        margin-top: 40px;
    }

    .contato-whatsapp p {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .contato-whatsapp a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #25D366;
        padding: 12px 20px;
        border-radius: 6px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        transition: .3s;
    }

    .contato-whatsapp a:hover {
        background: #94c11f;
    }

    .contato-whatsapp img {
        width: 24px;
    }

    /* ===========================
   RESPONSIVIDADE
=========================== */

    @media (max-width: 768px) {
        .contato-banner h2 {
            font-size: 2.2rem;
        }

        .contato-banner p {
            font-size: 1rem;
        }

        .contato-form {
            padding: 40px 20px;
        }

        .formulario-contato {
            gap: 15px;
        }

        .contato-form article.center {
            overflow-x: visible;
        }
    }

    @media (max-width: 480px) {
        .contato-banner {
            padding: 60px 15px;
        }

        .contato-banner h2 {
            font-size: 1.8rem;
        }

        .contato-whatsapp a {
            font-size: 0.95rem;
        }

        .contato-whatsapp img {
            width: 20px;
        }

        .formulario-contato {
            max-width: 90%;
        }

        .btn-enviar {
            max-width: 70%;
        }
    }
}
