@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
    color: #2a2a2a;
    font-size: 20px;
}

.header {
    background: url('imagens/fundo.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 120px 0 50px;
    color: #fff;
    position: relative;
}

.header-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 30px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #70c2be;
}

.logo {
    width: 60%;
    padding-right: 60px;
    position: relative;
    text-align: center;
    font-size: 20px;
}

.logo::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 3px solid #72c7c2;
    height: 240px; /* Altura máxima da barra */
}

.logo img {
    max-width: 100%;
}

.contact-info {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}

.contact-info h3 {
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 30px;
}

.contact-info p {
    margin: 5px 0;
    font-size: 20px;
}

.contact-info .botao {
    background-color: #fff;
    color: #2a2a2a;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin: 10px 0;
}

.botao span {
    display: inline-block;
    background-color: #ffffff;
    color: #29c6bb;
    width: 300px;
    /*padding: 10px 0px;*/
    text-decoration: underline;
    font-size: 20px;
}

.botao span a {
    color: #29c6bb;
}


.header-buttons {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px 30px;
    text-align: center;
}

.header-buttons button {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #29c6bb;
    border: none;
    padding: 20px 40px;
    margin: 0 10px;
    border-radius: 50px;
    font-size: 20px;
}

/*.header-buttons button:hover {
    background-color: #00bfa5;
}*/

.info-text {
    text-align: center;
    margin: 50px 0;
    font-size: 24px;
    line-height: 18px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
    color: #29c6bb;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 5px;
}

h3 {
    font-size: 40px;
}

i {
    font-style: italic;
}

li::marker {
    color: #29c6bb;
}

ul {
    padding-left: 20px;
    margin-top: 5px;
}


.treatments {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}
.treatments-container {
    margin-bottom: 40px;
}
.treatments-container.ansiedade {
    margin-bottom: 25px;
}
.treatment {
    position: relative;
    margin: 10px 0;
    text-align: left;
}

.treatment .line span {
    display: block;
    z-index: 9999;
    position: relative;
}

.treatment .line::after {
    content: "";
    display: block;
    position: relative;
    top: -17px;
    height: 2px;
    width: 80%;
    background: #29c6bb;
    margin: 0 auto;
}

.treatment h3 {
    margin: 0;
    text-align: center;
    font-weight: 400;
    background-color: #ffffff;
    width: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
}

.team {
    background: url('imagens/fundo.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
}

.team h2 {
    color: #ffffff;
    margin: 5px 0px 0;
}

.team-member-container {
    display: flex;
}

.team-member {
    position: relative;
    display: flex;
    display: inline-block;
    width: 33.33%;
    margin: 0px 25px;
    text-align: center;
    color: #fff;
}

.team-member::before {
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-35%);
    border-right: 3px solid #70c2be;
    height: 400px;
}
.team-member:last-child::before {
    border-right: 0px;
}

.team-member h3.nome {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 15px 30px;
    position: relative;
    margin-top: -25px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-member .area {
    font-size: 16px;
    padding: 0 20px;
    font-weight: 600;
}

.team-member img {
    width: 100%;
    height: auto;
}

.testimonials {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}

.testimonial-container {
    display: flex;
}

.testimonial {
    position: relative;
    padding: 20px 35px;
    width: 50%;
    text-align: center;
}

.testimonial h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.testimonial::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-40%);
    border-right: 3px solid #29c6bb;
    height: 70%;
}

.testimonial:last-child::after {
    border-right: 0px;
}

.cta {
    background: url('imagens/fundo.jpg') no-repeat center center;
    background-size: cover;
    padding: 55px 20px;
    text-align: center;
    color: #fff;
}
.cta h2 {
    color: #ffffff;
}

.cta span {
    background-color: #ffffff;
    color: #29c6bb;
    padding: 10px 70px;
    border-radius: 50px;
}

.cta a {
    color: #29c6bb;
}

.footer {
    background: url('imagens/footer-background.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    color: #fff;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.footer h2 {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.contact-details, .license {
    width: 50%;
    color: #2a2a2a;  
}

.contact-details p, .license p {
    margin: 0 0 20px;
    padding-right: 60px;
}

.footer-logo {
    background: url('imagens/fundo.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
    color: #fff;;
}
.footer-logo img {
    width: 200px;
    height: auto;
}

/* Estilos Responsivos */

/* Tablets e telas pequenas */
@media screen and (max-width: 1024px) {
    .header-buttons button {
        padding: 20px 30px;
    }
    .team {
        padding: 50px 0px;
    }
    .testimonial {
        padding: 20px 25px;
    }
    
}

@media screen and (max-width: 820px) {
    .logo {
        width: 50%;
        padding-right: 30px;
    }
    .contact-info {
        width: 50%;
    }

    .header-buttons button {
        width: 50%;
    } 
    .header-buttons button {
        margin: 10px 10px;
    }
    .botao span {
        width: 225px;
    };
}

@media screen and (max-width: 500px) {
    .header-content {
        flex-direction: column;
    }

    .header {
        padding: 50px 0 5px;
    }

    .logo,
    .contact-info {
        width: 100%;
        padding: 0;
    }

    .logo::after {
        border-right: 0;
    }
    
    .header-buttons button {
        width: 100%;
    }

    .team {
        background: url('imagens/fundo.jpg') no-repeat center center;
    }
    .team-member-container {
        flex-direction: column;
    }

    .team-member {
        width: 100%;
        margin: 0px;
    }
    
    .team-member::before {
        display: none;
    }
    .team-member h3.nome {
        padding: 15px 10px;
    }

    .testimonial-container {
        flex-direction: column;
    }

    .testimonial {
        width: 100%;
        padding: 15px 0;
    }
    .testimonial::after {
        display: none;
    }

    .contact-details, .license {
        width: 100%;
    }
    .contact-details p, .license p {
        padding-right: 0;
    }
    
}