* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Montserrat";
    background-color: #F7FFE0;
    overflow-x: hidden;
    color: #1E2017;
}

p {
    font-size: clamp(18px, 5vw, 24px);
    color: #1E2017;
}

h1 {
    font-size: clamp(32px, 5vw, 48px);
}

h2 {
    font-size: clamp(28px, 5vw, 42px);
}

h3 {
    font-size: clamp(20px, 5vw, 28px);
}

button {
    transition: 0.5s;
    cursor: pointer;
    width: 500px;
    font-size: clamp(16px, 5vw, 20px);
}

button:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

li p{
    font-size: clamp(16px, 5vw, 22px);
}


/*js*/

.T--progressbar {
    font-size: clamp(16px, 5vw, 24px);
}

.progress-bar {
    height: 20px;
    width: 0;
    background-color: #303521;
    text-align: center;
    color: white;
    font-weight: bold;
    transition: width 0.3s ease;
    font-size: 14px;
}

.progress-container {
    margin-top: 20px;
    width: 100%;
    max-width: 550px;
    /* limite máximo */
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 10px;
    margin-bottom: 10px;
}


/*Auxiliares*/

.B--font {
    font-family: "baskerville"
}

.container {
    margin: 0 auto;
    max-width: min(1200px, 85vw);
    height: 100%;
}

.d--flex {
    display: flex;
}

.f--collum {
    flex-direction: column;
}

.all--center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.G--button {
    background-color: #303521;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-weight: 500;

    margin-top: 30px;
}

.f--lean {
    font-weight: 300;
}

.semi--tittle {
    border: 2px solid #1E2017;
    border-radius: 50px;
    padding: 2%;
    font-weight: bold;
    color: #303521;
}

.semi--tittle {
    border: 2px solid #1E2017;
    border-radius: 50px;
    padding: 15px;
    color: #303521;
    font-size: 8px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.semi--tittle img {
    width: 5%;
    margin-right: 10px;
}

.b-none {
    border: none;
}

.b-bottom {
    border-bottom: solid #1E2017 1px;
}

#zoom-logo {
    width: 15%;
}

/*hero*/

#hero {
    height: 100vh;
}

#hero .box__text {
    width: 100%;
    margin-right: 40px;
}

#hero h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#hero .box__content{
    margin-top: 20px;
}

#hero .box__content .d--flex{
   align-items: center;
   padding-top: 10px;
}

#hero .box__content img{
    width: 80px;
    padding-right: 20px;
}


#hero .container {
    margin-right: 0;
    max-width: 90%;
    justify-content: space-between;
}

#hero .box__image {
    height: 100%;
    width: 70%;
    background-image: url(../assets/image/Dra-hero.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

#hero .box {
    width: 100%;
    margin-top: 2%;
}

#hero .box img {
    width: 60%;
}

#hero .box p {
    font-weight: 500;
}

#last{
    text-align: center;
    background-color: #1e2017;
    color: #fff;
    padding: 5% 0;
}

#last p{
    color: #fff;
    margin-top: 20px;
}

#last .box__text{
    width: 70%;
}


/*spin*/

#spin {
    height: 56px;
    background-color: #F7FFE0;
}

.fake-bullet::before {
    content: '•';
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    color: currentColor;
}

.text-slider {
    overflow: hidden;
    border: solid 1px #949D7A;
    background: rgba(0, 0, 0, 0.10);
    padding: 1rem 0;
}

.text-slider__inner {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.text-slider__inner span {
    flex: none;
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.25rem;
    white-space: nowrap;
    color: #333;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/**/

#discover {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

#discover .box__text {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 20px;
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;

}

#discover .box__text p {
    margin-left: 5%;
}


/*Woman*/

#woman {
    background-image: url(../assets/image/woman--bk.avif);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: auto;
}

#woman h2 {
    margin-bottom: 5%;
}

#woman .container {
    padding-top: 5%;
    padding-bottom: 5%;
}

#woman .box__text {
    width: 50%;
}

#woman li strong {
    font-weight: 600;
}

#woman .box__logos {
    margin-bottom: 20px;
    width: 100%;
}

#woman .semi--tittle {
    color: #fff;
    border: 1px solid #fff;
    margin-left: 20px;
}

#woman p {
    color: #fff;
}

#Woman .G--button {
    background-color: #5D6D2D;
}

#woman .semi--tittle p {
    font-size: 16px;
    font-weight: 500;
}

#woman .semi--tittle {
    width: 50%;
}


/**/


#clinic .container {
    margin-right: 0;
    align-items: center;
    max-width: 90%;
}

#clinic .box__text {
    margin-right: 5%;
}

#clinic .box__image {
    width: 100%;
    display: flex;
    justify-content: right;
}

#clinic .box{
    margin-top: 40px;
}

#clinic .box p{
    margin-top: 20px;
}

#clinic p {
    margin-top: 40px;
}

/*intention*/

#intention {
    gap: 20px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

#intention h1 {
    margin-bottom: 5%;
    color: #1E2017;
}

#intention h1 .B--font {
    font-size: clamp(30px, 4vw, 80px);
}

#intention .box__text {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 40%;
}

#intention button {
    margin-top: 50px;
}

/*archive*/

#archive {
    background-image: url(../assets/image/content--bk.avif);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 80vh;
}

#archive p {
    color: #fff;
    margin-top: 5%;
    font-weight: 500;
}



#archive .box__text {
    height: 100%;
    width: 60%;
    text-align: center;
}

/*check*/

#check {
    margin-top: 5%;
    margin-bottom: 5%;
}


#check .container {
    max-width: 70%;
}

#check h2 {
    padding-bottom: 20px;
}

#check .box__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 15px;
}

#check .card__check {
    padding: 32px;
    border: 1px solid #303521;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#check .card__check p {
    padding-top: 20px;
}

#card5 {
    margin-top: 15px;
    width: 50%;
}

/*check2*/

#check2 {
    margin-bottom: 5%;
}

#check2 h2 {
    padding-bottom: 20px;
}

#check2 .container {
    max-width: 70%;
}

#check2 h1 {
    padding-bottom: 20px;
}

#check2 .box__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 15px;
}

#check2 .card__check {
    padding: 32px;
    border: 1px solid #303521;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#check2 .card__check p {
    padding-top: 20px;
}

#card5 {
    margin-top: 15px;
    width: 50%;
}

/*citation*/

#citation {
    padding-bottom: 5%;
    padding-top: 5%;
    border-top: 4px solid #303521;
    border-bottom: 4px solid #303521;
}

#citation .box__text {
    text-align: center;
    width: 100%;
}

#citation .B--font {
    padding-bottom: 5%;
}

#citation .box__content {
    width: 80%;
}

#citation .box__content p {
    margin-top: 5%;
}


/*include*/

#include {
    margin-top: 5%;
    margin-bottom: 5%;
}

#include .B--font {
    margin-bottom: 5%;
}

#include .box__content {
    background-color: #CCD5B1;
    padding: 25px;
    border-radius: 20px;
}

#include .container {
    justify-content: space-between;
}

#include li {
    padding: 20px;
    display: flex;
    align-items: center;
}

#include li::marker {
    content: "";
}

#include li::before {
    content: url(../assets/image/check.svg);
    margin-right: 20px;
}

#include .box__text {
    margin-top: 5%;
    text-align: center;
}

#include .box__text h1 strong {
    font-weight: 500;
}

#include h1 strong {
    font-weight: 400;
}

#include h1 {
    text-align: center;
    margin-bottom: 5%;
}

#include .box__logos{
    margin-bottom: 20px;
}

#include .semi--tittle p {
    font-size: 16px;
    font-weight: 500;
}


/*guide*/

#guide {
    background-color: #303521;
    color: #FFFFFF;
    padding-top: 5%;
    padding-bottom: 5%;
}

#guide .container {
    justify-content: space-between;
}

#guide .box__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #FFFFFF;

    height: 70%;
    width: 50%;
}

#guide p {
    padding-top: 40px;
    color: #fff;
}

#guide .G--button {
    background-color: #5D6D2D;
}

/*pause*/

#pause {
    margin-top: 5%;
    margin-bottom: 5%;
}

#pause .box__text {
    background-color: #303521;
    padding: 40px;
    color: #fff;
    width: 60%;
    text-align: center;
    font-family: "baskerville";
    margin-top: 5%;
    margin-bottom: 5%;
}

#pause .box__text p {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 5%;
}

#pause .box {
    width: 50%;
    text-align: center;
    margin-bottom: 5%;
}

#pause .box2 {
    display: none;
}

#pause .box h2 {
    margin-top: 5%;

    margin-bottom: 5%;
}

#pause .box2 h2 {
    margin-bottom: 5%;
}

/*faq*/

#faq h2 {
    text-align: center;
}

#faq .box__text {
    padding-top: 16px;
    padding-bottom: 32px;
    border-bottom: #1E2017 1px solid;
}

#faq .box__text h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
}

/**/

footer .box {
    text-align: center;
    margin-top: 5%;
    background-color: #303521;
    width: 100%;
    height: 20vh;
}

footer .box p {
    color: #727272;
    font-size: 16px;
}

/*modal*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #f2ffc9;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 800px;
    height: 500px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#popUp form {
    gap: 20px;
    width: 90%;
}

#popUp .box__content {
    width: 100%;
}

#popUp input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f6fdde;
}




/* Container do modal */
#modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 999;
}

#modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #f2ffc9;
padding: 2rem;
border-radius: 0.5rem;
width: 90%;
max-width: 400px;
z-index: 1000;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
}


#modal[style="display: none"],
#modal-overlay[style*="display: none"] {
display: none; 
}

.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
}

#close-modal-btn {
background: transparent;
border: none;
font-size: 1.5rem;
cursor: pointer;
}

/* Formulário */
#popup-form label {
display: flex;
flex-direction: column;
margin-bottom: 0.75rem;
font-size: 0.95rem;
}

#popup-form input[type="text"],
#popup-form input[type="email"],
#popup-form input[type="tel"] {
width: 100%;
padding: 0.6rem;
margin-top: 0.3rem;
border: 1px solid #ccc;
border-radius: 0.25rem;
font-size: 1rem;
}

#popup-form .button {
width: 100%;
margin-top: 1.2rem;
padding: 0.8rem;
font-size: 1rem;
border-radius: 20px;
border: none;
color: #fff;
background-color: #1E2017;
font-family: "Montserrat", sans-serif;
}


#modal .modal-header button{
    width: 5px;
}

#modal .modal-header h3{
    font-size: clamp(24px 4vw 28px); 
    text-align: center;
}

#modal p{
    text-align: center;
    margin-bottom: 20px;
    font-size: medium;
}

@media (max-width:1240px) {

    button {
        width: 100%;
        font-size: small;
    }

    .G--button {
        padding: 15px;
    }

    .container {
        max-width: 90%;
    }

    .semi--tittle {
        width: 100%;
    }


    #discover,
    #clinic,
    #intention,
    #check,
    #citation,
    #faq {
        height: auto;
        margin: 15% 0;
    }

    /*hero*/

    #hero {
        height: auto;
        margin: 20% 0;
    }

    #hero .box__text {
        width: 100%;
        margin: 0;
    }

    #hero .box__image {
        display: none;
    }

    #hero .box__logos {
        display: none;
    }

    #hero .container {
        margin-right: auto;
    }

    #hero .box img {
        width: 80%;
    }

    #hero .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #hero .box__content img{
        width: 50px;
    }

    /*discover*/

    #discover .box__text {
        display: flex;
        width: 90%;
    }

    /*woman*/

    #woman{
        padding: 30px 0;
    }

    #woman .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #woman h2 {
        text-align: center;
    }

    #woman ul {
        margin-left: 20px;
    }

    #woman .box__text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    

    #woman .box__logos img {
        width: 100%;
    }

    #woman li {
        padding-left: 0px;
    }

    /*include*/

    #include .container {
        display: block;
    }

    #include .box img {
        width: 100%;
    }

    #include .semi--tittle p {
        font-size: 10px;
        font-weight: 500;
    }

    /*clinic*/
    #clinic {
        text-align: center;
    }

    #clinic li p{
        text-align: left;
    }

    #clinic .box__text {
         margin: 0 auto;
        max-width: 90%;

    }

    #clinic .container {
        display: block;
    }
    

    #clinic .box__image img {
        width: 100%;
        margin-top: 5%;
    }

    #clinic li p {
        margin-top: 20px;
    }

    /*intention*/

    #intention .f--lean {
        font-size: clamp(30px, 4vw, 80px);
    }

    #intention .box__text {
        width: 90%;
    }

    #intention .G--button {
        width: 80%;
    }

    /*archice*/

    #archive {
        height: auto;
       padding: 10% 0;
    }

    #archive .box__text {
        width: 90%;
    }

    #archive h2 {
        font-size: clamp(20px, 10vw, 52px);
    }

    /*check*/

    #check .box__content {
        display: block;
    }

    #check h2 {
        text-align: center;
    }

    #check .container {
        max-width: 90%;
    }

    #check .card__check {
        margin-bottom: 5%;
        width: 100%;
    }

    /*check2*/

    #check2 .box__content {
        display: block;
    }

    #check2 h2 {
        text-align: center;
    }

    #check2 .container {
        max-width: 90%;
    }

    #check2 .card__check {
        margin-bottom: 5%;
        width: 100%;
    }

    #card5 {
        width: 100%;
        margin-top: 0;
    }

    /*citation*/

    #citation {
        text-align: center;
    }

    #citation .box__content {
        display: block;
    }

    #citation .box__text {
        margin-bottom: 30px;
    }

    /*include*/

    #include .B--font {
        text-align: center;
    }

    #include .box__logos img {
        width: 100%;
    }

    /*guide*/
    #guide{
        padding: 10% 0;
    }

    #guide .container {
        display: block;
    }

    #guide .box__text {
        width: 100%;
        margin-bottom: 10%;
    }

    #guide .box__image{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #guide .box__image img {
        width: 80%;
    }

    /*pause*/

    #pause {
        text-align: center;
    }

    #pause .box__text {
        width: 100%;
    }

    #pause .box {
        width: 100%;
    }

    #pause .box img{
        width: 70%;
    }


    .modal-content {
        width: 350px;
        height: 500px;
    }
}

@media (max-width:1366px) {

    #clinic .box__text {
        width: 100%;
    }

    #clinic .box__image img {
        width: 100%;
    }
}