@font-face {
    font-family: Bauer;
    src: url(./fonts/bauerBodoni.ttf);
}

@font-face {
    font-family: Coco;
    src: url(./fonts/CocomatPro-Regular.ttf);

}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ac9586;
}


.waths {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    transition: 0.5;
}

.waths:hover {
    transform: scale(1.08);
}

header {
    height: auto;
    width: 100%;
    background-color: #ac9586;
}

.topnav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 2rem;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    font-family: 'Coco', 'Times', sans-serif;
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
}

.button-header button {
    transition: .8s;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: #e4ccafd3;
    height: 40px;
    width: 200px;
    font-family: 'Coco', 'Times', sans-serif;
}

.button-header button:hover {
    background-color: #92745f;
    color: #eae2d8;
}

.button-header button a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
}

.button-header button a:hover {
    color: #fff;
}

.topnav a:hover {
    color: #90401e;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

#logo {
    width: 90px;
}

.content {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.content::before {
    content: '';
    background-image: url(./assets/fundo.jpeg);
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    position: absolute;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
}

.sub-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;

}

#logo-content {
    width: auto;
    height: 100px;
    position: relative;
}

.read {
    font-family: 'Bauer', Times, sans-serif;
    font-size: 3.8vw;
    font-weight: bold;
    color: #92745f;
    text-align: center;
    position: relative;
    margin: 10px;

}

.CRP {
    font-family: 'Coco', 'Times', sans-serif;
    font-size: 34px;
    color: black;
    text-align: center;
    color: #92745f;
    position: relative;
}

#number-CRP {
    font-family: 'Times New Roman', sans-serif;
    font-size: 36px;
    text-align: center;
    color: #92745f;
    position: relative;
    margin-top: 0.5rem;
}

.button-content {
    width: 200px;
    height: 50px;
    font-size: 20px;
    border-radius: 20px;
    transition: 0.5s;
    font-family: 'Coco', 'Times', sans-serif;
    border: none;
    text-align: center;
    margin-top: 25px;
    background-color: #92745f;
    color: #eae2d8;
    cursor: pointer;
    position: relative;
}

.button-content:hover {
    transform: scale(1.08);
}

.main {
    width: 100%;
    height: 320px;
    background-color: white;
}

.main-container {
    font-family: 'Coco', 'Times', sans-serif;
    text-align: center;
    color: #92745f;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    font-size: 22px;
}

/* sobre mim */
.text-container,
.text {
    width: 55%;
}

.content-sobre {
    width: 100%;
    display: flex;
    background-color: whitesmoke;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 50px 0;
}

.photo-sobre {
    background-image: url('assets/imagemSobre.jpeg');
    background-position: 50% 45%;
    background-size: cover;
    width: 30%;
    height: 60%;
    border-radius: 10px 100px;
    max-width: 450px;
    height: 550px;
}

.text-sobre {
    width: 43%;
    height: auto;
    padding: 10px 50px 0px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-size: 20px;
    font-family: 'Coco', 'Times', sans-serif;
    color: #92745f;
    text-align: left;
}

.button-sobre {
    width: 200px;
    height: 50px;
    font-size: 20px;
    border-radius: 20px;
    font-family: 'Coco', 'Times', sans-serif;
    border: none;
    background-color: #92745f;
    color: #eae2d8;
    cursor: pointer;
    transition: 0.5s;
}

.button-sobre:hover {
    transform: scale(1.09);
}

/* ajustes dos titulos */
#title1 {
    font-size: 42px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Bauer', 'times', sans-serif;

}

#title1,
#title2,
#title,
#title4,
#title5 {
    opacity: 0;
    transform: translateX(-50px);
    /* Move o título para baixo inicialmente */
    transition: opacity 2s ease, transform 2s ease;
}

#title1.visivel,
#title.visivel,
#title2.visivel,
#title4.visivel,
#title5.visivel {
    opacity: 1;
    transform: translateX(0);
    /* Move o título para sua posição original */
}

/* sobre a terapia */
.terapia {
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: 200px;
    background-color: #ece5dd;
    padding-top: 70px;
    overflow: hidden;
    padding-left: 200px;
}

.tituloTerapia {
    display: flex;
    align-items: center;
    font-family: 'Bauer';
    font-weight: bold;
    font-size: 42px;
    color: #836d5e;
    width: 50%;
    flex-wrap: wrap;
    letter-spacing: normal;
}


.terapia-container {
    width: 100%;
    height: 450px;
    background-color: #ece5dd;

}

.listas-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 40px;
}

#number-time {
    display: inline-block;
    font-family: sans;
    font-size: 20px;
}

.coluna {
    background-color: #ece5dd;
    border: 1px solid #d0b8a8;
    border-radius: 20px;
    padding: 20px;
    width: 450px;
    height: 295px;
}

li {
    color: #836d5e;
    text-align: justify;
    font-family: 'Work sans', 'Times', sans-serif;
    font-size: 20px;
    margin: 0 5px 5px 10px;

}

/* #depoimento {
    width: 100%;
    height: 600px;
    background-color: #ece5dd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    min-height: 600px;
}

#depoimento button {
    width: 250px;
    height: 50px;
    font-size: 20px;
    border-radius: 20px;
    font-family: 'Rox', Times, serif;
    border: none;
    background-color: #92745f;
    color: #eae2d8;
    cursor: pointer;
    transition: 0.5s;
}

#depoimento button:hover {
    transform: scale(1.09);
}

.p-depoimento {

    width: 100%;
    background-color: #ece5dd;
    display: flex;
    justify-content: center;
    font-family: 'Rox', sans-serif;
    font-size: 42px;
    color: #836d5e;
    margin: 10px;
}

#caixa-horizontal {
    width: 80vw;
    min-height: 22rem;
    background-color: #ece5dd;
    margin: 4rem auto 0 auto;
    display: flex;
    padding: 1rem;
    overflow: hidden;
}


#caixa-horizontal div {
    min-width: 18rem;
    max-height: 18rem;
    background-color: #ece5dd;
    border: solid 1px #d0b8a8;
    margin-left: 1.5rem;
    border-radius: 20px;
} */

#duvidas {
    width: 100%;
    background-color: #e8ded3;
    overflow: auto;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);

}

.faq-section {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 25px;
}

h1 {
    text-align: center;
    color: #836d5e;
    font-family: 'Bauer', 'Times', sans-serif;
    font-size: 42px;
    padding: 50px 0 25px 0;
}

.faq-item {
    background-color: #ece5dd;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

.faq-item h2 {
    margin: 0;
    cursor: pointer;
    color: #e8ded3;
    background-color: #8b776d;
    padding: 10px;
    font-family: 'Coco', 'Times', sans-serif;
    font-size: 20px;
    font-weight: 300;
    border: transparent;
}

.faq-item p {
    display: none;
    margin: 10px;
    font-size: 16px;
    text-align: center;
    color: #8b776d;
    padding-bottom: 10px;
    font-family: 'Coco', 'Times', sans-serif;
}

.faq-item a {
    color: #8b776d;
    font-weight: bold;
}

.faq-item.active p {
    display: block;
}

#processo-terapeutico {
    width: 100%;
    background-color: #f8f1e9;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    min-height: 650px;
    padding-bottom: 30px;

}

.photo-processo {
    background-image: url(./assets/photo-terapia.jpeg);
    background-position: 50% 85%;
    background-size: cover;
    width: 30%;
    height: 500px;
    border-radius: 10px 100px;
    margin-top: 80px;
}

.texto-processo {
    width: 85vh;
    font-size: 20px;
    font-family: 'Coco', 'Times', sans-serif;
    color: #92745f;
    text-align: left;
}

.texto-processo #title5 {
    padding-bottom: 40px;
    font-family: 'Bauer';
    font-size: 42px;
    padding-top: 50px
}

.botao-processo {
    width: 200px;
    height: 50px;
    font-size: 20px;
    border-radius: 25px;
    font-family: 'Coco', 'Times', sans-serif;
    border: none;
    background-color: #92745f;
    color: #eae2d8;
    cursor: pointer;
    margin: 25px 0;
    transition: 0.5s;
}

.botao-processo:hover {
    transform: scale(1.10);
}

.instagram-section {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
    position: relative;
    flex-direction: colunm;
}

.instagram-section::before {
    content: '';
    background-image: url(./assets/fundo.jpeg);
    background-size: cover;
    background-position: 50% 30%;
    position: absolute;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
}

.instagram-feed {
    width: 100%;
    max-width: 80%;
    overflow: hidden;
    position: relative;

}

.instagram-feed p,
i {
    font-size: 30px;
    margin: 0 10px 10px 0;
    font-family: 'Coco', 'Times', sans-serif;
    color: #92745f;
}

footer {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    padding-top: 15px;
}

footer span {
    color: #92745f;
}

@media (max-width: 600px) {
    .topnav {
        padding: 1.5rem 4rem;
    }

    .nav-item {
        display: none;
    }

    .button-header {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .icon {
        display: block;
        background-color: #fff;
        height: 4px;
        margin: 3px;
        width: 20px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
    }

    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .open {
        display: block;
    }

    #logo {
        margin-left: 0;
        margin-top: 0;
        width: 100px;
    }

    .nav-item a {
        font-size: 18px;
    }

    .instagram-section {
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }

    #logo-content {
        width: 100px;

    }

    .content {
        height: auto;
        padding: 35px 0;
    }

    .read {
        font-size: 6vw;
        margin: 0;
        text-align: center;
        font-family: 'Bauer', 'Times', sans-serif;
    }

    .CRP {
        font-size: 16px;
    }

    #number-CRP {
        font-size: 16px;
    }

    .button-content {
        width: 180px;
        height: 45px;
        font-size: 18px;
    }

    .main {
        height: auto;
        padding: 20px 20px 0;
    }

    .main-container {
        padding-top: 20px;
        font-size: 16px;
    }

    .text-container,
    .text {
        width: 100%;

    }

    .line-h {
        width: 80%;
        margin: 20px auto;
    }

    .content-sobre {
        flex-direction: column;
        padding: 20px;
        height: auto;
    }

    .photo-sobre {
        width: 90%;
        height: 350px;
        margin-bottom: 20px;
        max-width: none;
        background-position: 50% 45%;

    }

    .text-sobre {
        width: 100%;
        padding: 0;
        font-size: 16px;
    }

    #title1 {
        font-size: 33px;
    }

    #title2 {
        font-size: 33px;
    }

    .button-sobre {
        width: 50%;
        font-size: 18px;
        margin-left: 25%;
    }

    .terapia {
        padding-top: 40px;
        height: auto;
        padding-left: 0;
    }

    .tituloTerapia {
        width: 100%;
        font-size: 28px;
        text-align: center;
        justify-content: center;
    }

    .terapia-container {
        height: auto;
        padding-bottom: 30px;
    }

    .listas-container {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
    }

    .coluna {
        width: 90%;
        height: auto;
        margin-left: 1.2rem;
    }

    li {
        font-size: 18px;
        margin: 0 10px 10px;
    }



    #title4 {
        font-size: 33px;
    }

    .faq-item h2,
    p {
        font-size: 18px;
    }

    #processo-terapeutico {
        flex-direction: column;
        align-items: center;
    }

    .texto-processo #title5 {
        font-size: 33px;
    }

    .texto-processo p {
        font-size: 16px;
    }

    .photo-processo {
        width: 90%;
        height: 300px;
        margin: 0 0 20px 0;
        background-position: 50% 45%;

    }

    .texto-processo {
        width: 90%;
    }

    .instagram-section {
        height: auto;
        padding: 20px 0;
    }

    .instagram-feed {
        max-width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .instagram-feed p {
        font-size: 25px;
        text-align: center;
    }

    footer {
        height: auto;
        padding-top: 40px;
    }
}

@media (max-width: 768px) and (min-width:601px) {
    .topnav {
        height: auto;
        padding: 10px 0;
    }

    .nav-item {
        display: none;
    }

    .button-header {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .icon {
        display: block;
        background-color: #fff;
        height: 4px;
        margin: 3px;
        width: 20px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
    }

    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .open {
        display: block;
    }

    #logo {
        margin-left: 0;
        margin-top: 0;
        width: 100px;
    }

    .nav-item a {
        font-size: 18px;
    }

    .instagram-section {
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }

    .content-sobre {
        height: auto;
    }

    .read {
        font-size: 33px;
        margin: 0;
        text-align: center;
        font-family: 'Bauer', 'Times', sans-serif;
    }

    .CRP {
        font-size: 16px;
    }

    #number-CRP {
        font-size: 16px;
    }

    .button-content {
        width: 180px;
        height: 45px;
        font-size: 18px;
    }

    .main {
        height: auto;
        padding: 10px 20px;
    }

    .main-container {
        padding-top: 10px;
        font-size: 16px;
    }

    .text-container {
        width: 90%;
        padding: 0 15px;
    }

    .content-sobre {
        flex-direction: column;
        padding: 40px 10px;
        height: auto;
    }

    .photo-sobre {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
        background-position: 50% 45%;
    }

    .text-sobre {
        width: 100%;
        padding: 0;
        font-size: 16px;
        text-align: left;
    }

    .button-sobre {
        width: 200px;
        font-size: 18px;
    }

    #title1 {
        font-size: 33px;
    }

    #title2 {
        font-size: 33px;
    }

    .terapia {
        padding-top: 40px;
        height: auto;
        padding-left: 0;
    }

    .tituloTerapia {
        width: 100%;
        font-size: 28px;
        text-align: center;
        justify-content: center;
    }

    .terapia-container {
        height: auto;
        padding-bottom: 30px;
    }

    .listas-container {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        align-items: center;
    }

    .coluna {
        width: 55%;
        height: auto;
    }

    li {
        font-size: 18px;
        margin: 0 10px 10px;
    }

    #title4 {
        font-size: 33px;
    }

    .faq-item h2,
    p {
        font-size: 18px;
    }

    #processo-terapeutico {
        flex-direction: column;
        align-items: center;
    }

    .texto-processo #title5 {
        font-size: 33px;
    }

    .texto-processo p {
        font-size: 16px;
    }

    .photo-processo {
        width: 90%;
        height: 600px;
        margin: 0 0 20px 0;
        background-position: 50% 45%;
    }

    .botao-processo {
        width: 200px;
        font-size: 18px;
    }

    .texto-processo {
        width: 90%;
    }

    .instagram-section {
        height: auto;
        padding: 20px 0;
    }

    .instagram-feed {
        max-width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .instagram-feed p {
        font-size: 28px;
        text-align: center;
    }

    footer {
        height: auto;
        padding-top: 40px;
    }
}

@media (min-width: 769px) and (max-width: 1080px) {
    .topnav {
        height: auto;
        padding: 20px 0;
    }

    .nav-item {
        display: none;
    }

    .button-header {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .icon {
        display: block;
        background-color: #fff;
        height: 4px;
        margin: 3px;
        width: 20px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
    }

    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .open {
        display: block;
    }

    #logo {
        margin-left: 0;
        margin-top: 0;
        width: 100px;
    }

    .nav-item a {
        font-size: 18px;
    }


    .instagram-section {
        flex-direction: row;
        padding: 30px 0;
        align-items: flex-start;
        height: auto;
    }

    .content {
        height: auto;
        padding: 40px 0;
    }

    .read {
        font-size: 2.5rem;
        text-align: center;
        font-family: 'Bauer', 'Times', sans-serif;
    }

    .CRP,
    #number-CRP {
        font-size: 1rem;
    }

    .button-content {
        width: 200px;
        height: 50px;
        font-size: 1rem;
    }

    /* Principal */
    .main {
        height: auto;
        padding: 25px 10px;
    }

    .main-container {
        padding-top: 20px;
        font-size: 1rem;
    }

    .text-container,
    .text {
        width: 90%;
    }

    .content-sobre {
        flex-direction: row;
        height: auto;
        padding: 25px 0px;
        gap: 5px;
    }

    .photo-sobre {
        width: 45%;
        height: 380px;
        background-position: 50% 45%;

    }

    .text-sobre {
        width: 52%;
        font-size: 1rem;
        padding: 10px;
    }

    .button-sobre {
        width: 200px;
        font-size: 1rem;
    }


    #title1,
    #title2 {
        font-size: 2rem;
    }

    /* Seção Terapia */
    .terapia {
        padding-top: 50px;
        height: auto;
    }

    .tituloTerapia {
        text-align: center;
    }

    .terapia-container {
        height: auto;
        padding: 35px 0px;
    }

    .listas-container {
        gap: 15px;
    }

    .coluna {
        width: 38%;
        height: 250px;
    }

    li {
        font-size: 1rem;
    }

    #title4 {
        font-size: 2rem;
    }

    /* FAQ */
    .faq-item h2,
    p {
        font-size: 1rem;
    }

    /* Processo Terapêutico */
    #processo-terapeutico {
        padding: 15px;
        flex-direction: row;
        height: auto;
    }

    .photo-processo {
        width: 45%;
        height: 380px;
        background-position: 50% 45%;
    }

    .texto-processo {
        width: 50%;
        font-size: 1rem;
    }

    .botao-processo {
        width: 200px;
        font-size: 1rem;
    }

    .instagram-section {
        height: auto;
        padding: 20px 0;
    }

    .instagram-feed {
        max-width: 85%;
        flex-direction: row;
    }

    .instagram-feed p {
        font-size: 1.75rem;
    }

    footer {
        height: auto;
        padding-top: 40px;
    }
}

@media (min-width: 1920px) {
    header {
        height: 120px;
    }

    .nav-item a {
        font-size: 25px;
    }

    .button-header button {
        width: 250px;
        height: 50px;
    }

    .button-header button a {
        font-size: 25px;
    }

    .text-container {
        font-size: 25px;
    }

    .content-sobre {
        height: 70vh;
    }

    #title1 {
        font-size: 50px;
    }

    .text-sobre {
        font-size: 25px;
    }

    .photo-sobre {
        height: 600px;
    }

    .button-sobre {
        width: 250px;
        height: 60px;
        font-size: 25px;
    }

    #title2 {
        font-size: 50px;
    }

    .coluna {
        height: 350px;
    }

    li {
        font-size: 25px;

    }

    #duvidas #title4 {
        font-size: 50px;
    }

    #duvidas p {
        font-size: 20px;
    }

    .faq-section {
        max-width: 600px;
    }

    .photo-processo {
        background-position: 50% 45%;
        height: 600px;
    }

    .texto-processo {
        font-size: 25px;
    }

    #processo-terapeutico #title5 {
        font-size: 50px;
    }

    #processo-terapeutico .botao-processo {
        width: 250px;
        height: 60px;
        font-size: 25px;

    }

    .instagram-section {
        height: 520px;
    }

    footer {
        height: 55px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }
}

@media (max-width: 375px) {
    li {
        font-size: 16px;
    }

    #processo-terapeutico {
        max-height: 200vh;
        max-width: 100%;
    }

    .read {
        margin: 10px;
        width: 100%;
        font-family: 'Bauer', 'Times', sans-serif;
    }
}