@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Commissioner&family=Quicksand:wght@500&display=swap');


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


header a {
    color: #C864C2;
}

/*
font-family: 'Comfortaa', sans-serif;
font-family: 'Commissioner', sans-serif;
font-family: 'Quicksand', sans-serif;

cores
AZUL: cae0e0
LILAS: cbc3ee
branco: #ede9ed
rosa: e4c7d1
laranja: d15800
Lavanda suave (#E1D5E7)
*/

/* NAVBAR*/
.info, .textos, .perguntas, .contato, ul {
    color: #994DC8
}

a:hover {
    opacity: 0.7;
}

nav a {
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
}

nav p {
    cursor: pointer;
}

nav {
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    color: #C864C2;
    background-color: #ede9ed;
    display: flex;
    align-items: center;
    justify-content: space-around;

}


.Contato-Box {
    font-size: 1.1em;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    letter-spacing: 3px;
    margin-left: 32px;
}

.mobile-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu div {
    width: 32px;
    height: 2px;
    background: #C864C2;
    margin: 8px;
    transition: 0.3s;
}

.menu-expanded {
    overflow: hidden;
}

@media (max-width: 999px) {

    .remove-nav-list {
        visibility: hidden;
        opacity: 0;
    }

    .add-nav-list {
        visibility: visible;
        opacity: 1;
    }

    .nav-list {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 45vw;
        height: 70vh;
        background: #ede9ed;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        transition: transform 0.3s ease-in;
    }

    .nav-list li {
        margin-left: 0;
        opacity: 1;
        text-align: center;
    }

    .mobile-menu {
        display: block;
    }
}

.nav-list.active {
    transform: translateX(0);
    z-index: 2;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
    opacity: 0;
}

.mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
}

/* NAVBAR*/
.formacao h2 {
    font-weight: 300;
    padding: 10px;
}

.formacao i {
    color: #7531A0;
    padding-bottom: 3px;
    margin-right: 10px;
}


.logo {
    display: flex;
    flex-direction: column;
    font-size: 25PX;
    text-transform: uppercase;
    padding: 10px;
}

.banner-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
}

.banner {
    align-items: center;
}


#frase2 {
    display: none;
}

mark {
    background: none;
    color: #7531A0;

}

.banner-cont p {
    color: #C864C2;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5em;
}

.banner h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    color: #C864C2;
}

.iconfrase p {
    font-family: 'Comfortaa', sans-serif;
    padding-top: 10px;
    font-weight: 100;
    font-size: 20px;
}

.formacao {
    text-transform: uppercase;
    font-family: 'Comfortaa', sans-serif;
    font-size: large;
    font-weight: 300;
    list-style: none;
    text-decoration: none;
}

.sobre1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.sobre1 h1,
.sobre1 h2 {
    font-weight: 400;
    font-family: 'Commissioner', sans-serif;
}

.formacao li {
    list-style: none;
    padding: 2px;
}

.imgsobre1 img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1PX SOLID #C864C2;
    margin-bottom: 50px;
    margin-top: 50px;
}

.perguntas {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 95%;
    background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExb21zbm5yM2ZkN2F1MWc0bW10eGV0bjRoa3kzb3lyOW94ODh0MmtraSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/sIIc9jbMvqtibJT0X3/giphy.gif);
    background-position: calc(190deg);
}

.perguntasBox {
    width: 60%;

}

.perguntasBox h1 {
    font-family: 'Commissioner', sans-serif;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    padding: 25PX;
    margin-bottom: 10PX;
    font-weight: 300;
}

.perguntasBox h3 {
    font-weight: 100;
    padding: 5px;
    font-family: 'Quicksand', sans-serif;

}

.perguntasBox h2 {
    font-size: 25PX;
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    margin-top: 50PX;
    padding: 5px;
}

.contenttext {
    width: 50%;
}


.contenttext h1 {
    color: #7531A0;
}

.terapias {
    margin-top: 40px;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
}

.textos {
    display: flex;
    flex-direction: column;
    ALIGN-ITEMS: CENTER;
}

.textos img {
    height: 400px;
    width: 400px;
    border-radius: 50%;
}

.content-1,
.content-2,
.content-3 {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    margin: 20PX;
}

.card1 {
    margin: 20px;
}

.front img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.circles {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
    background: linear-gradient(to top, #DBD0E9, white);
}

.circles a {
    text-decoration: none;
    color: black;
}

.circle1 {
    width: 200px;
    /* Ajuste conforme necessário */
    height: 200px;
    /* Ajuste conforme necessário */
    perspective: 1000px;
}

.gif {
    width: 200PX;
    height: 200px;
    padding: 30px
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in;
}

.card:hover {
    transform: rotateY(180deg);
    cursor: pointer;
}

.front,
.back {
    font-family: 'Comfortaa', sans-serif;
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.frase {

    background-color: #DBD0E9;
    font-family: 'Comfortaa', sans-serif;

}

.front img {
    width: 100%;
    height: 100%;
}

.back {
    transform: rotateY(180deg);
    background-color: #f0f0f0;
    /* Cor de fundo para o texto por trás da imagem */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.marcar {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('https://img.freepik.com/fotos-gratis/a-estrutura-detalhada-de-marmore-em-padrao-natural-para-plano-de-fundo-e-design_1258-77635.jpg?t=st=1745626687~exp=1745630287~hmac=4a8618fc21e6bc0c8230e66322efdd4d13d5d39a0f2cf54ba4233b3d4e68da3a&w=740');

}



.text-mar h1 {
    text-align: center;
    font-weight: 100;
    padding-top: 30PX;
    font-family: 'Commissioner', sans-serif;
    font-size: 2em;
    color: #994DC8;

}

.text-mar p {
    padding: 10PX 0 30PX 0;
    text-align: center;
    font-size: 25px;
    color: #994DC8;
    font-family: 'Quicksand', sans-serif;
}



.img-text img {
    height: 300px;
    width: 300px;
}


.text {
    width: 40%;


}

.div-central {
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.575);
    border-radius: 50px 0 50px 0;
    color: #7531A0;
}


.text{
    font-family: 'Quicksand', sans-serif;

}

.text h3{
    font-weight: 100;
}

.cont {
    margin-top: 10px;
    cursor: pointer;
    background: transparent;
    width: 230PX;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #7531A0;

}
.cont:hover{
    background-color: #994DC8;
    color: white;
}



.content-3 img {
    border-radius: 0;
    padding: 5px;
}

.back p {
    text-align: center;
}

.banner i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    z-index: 2;
    position: fixed;
    bottom: 75px;
    right: 75px;
    background-color: #25D366;
    padding: 18px;
    aspect-ratio: 4/2;
    border-radius: 50%;
    border: 3px solid #C864C2;
    cursor: pointer;
}

.banner i:hover {
    background-color: green;
}

.slogan {
    color: #7531A0;
    background-color: #DBD0E9;
    width: 50%;
    padding: 35px;
    font-size: 26PX;
}



.frase {
    display: flex;
    justify-content: center;
    padding-top: 95px;
    text-align: center;
    padding-bottom: 95px;
}

.autor {
    display: flex;
    justify-content: end;
    padding-top: 15PX;
    font-style: italic;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DBD0E9;
}

#cont-bar {
    border-bottom: 1PX SOLID #c0c0c0;
}

.contato {
    padding: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: 40%;
    background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExNTc3aXQ1Zmpqa3k2eHVvOXc4bGo1YTdvY2M3ZXJmZXppbXl6Nm91YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/kMAsQuuEeQIwm4eSVJ/giphy.gif");
}

.content-contato {
    FONT-FAMILY: 'COMFORTAA';
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.conttitle {
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
    width: fit-content;
}


.content-contato p {
    padding: 5px;
}



.mapa iframe {
    width: 600PX;
}

.contenttext p {
    font-family: 'Comfortaa', sans-serif;
}

.contenttext h1 {
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 10PX;
    font-weight: 300;
}

#gif1 {
    transform: rotate(180deg)scaleY(-1);
}


footer {
    font-family: 'Quicksand', sans-serif;
    padding: 50px;
    color: #994DC8;
    background: linear-gradient(to top, #DBD0E9, white);
    height: fit-content;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nomePDF h2 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
}

.nav__title {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
}

#footerf {
    font-size: 24px;
    cursor: default;

}

.footerli li {
    list-style-type: none;
    font-size: 17.6px;
}



@media screen and (max-width: 1280px) {
    .banner-cont {
        flex-direction: column;
        gap: 0;
        padding: 90px;
    }

    #frase1 {
        display: none;
    }

    #frase2 {
        display: block;
    }

    #footerf {
        width: 30%;
        text-align: center;
    }

}

@media screen and (max-width: 1100px) {

    #gif1,
    #gif2 {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .nav__title {
        margin-bottom: 0;
    }

    .content-contato,
    .frase {
        flex-direction: column;
    }

    .content-contato {
        margin-bottom: 45px;
    }

    .slogan {
        width: 100%;
    }

    .gif {
        margin: auto;
    }

    .content-1 {
        flex-direction: column;
    }

    .content-2 {
        flex-direction: column-reverse;
    }

    .content-3 {
        flex-direction: column;
    }

    .textos img {
        width: 300px;
        height: 300px;
    }

    .contenttext {
        padding-top: 40px;
        width: 80%;
    }

    .textos {
        padding-bottom: 30px;
    }

    .textos img {
        width: 300px;
        height: 300px;
    }

    .content-1,
    .content-2,
    .content-3 {

        font-size: 20px;
        margin: 0px;

    }

    .contenttext h1 {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 960px) {
    .contenttext {
        padding-top: 40px;
        width: 80%;
    }

    .content-contato {
        gap: 50PX;
    }
}

@media screen and (max-width: 660px) {
    .sobre1 {
        padding: 10px;
    }

    .sobre1 h2 {
        padding: 9px;
    }

    .sobre1 h1 {
        padding-top: 30px;
    }

    .formacao {
        padding: 15px;
    }

    .formacao li {
        margin: 13px;
    }

    .banner-cont {
        text-align: center;
    }

    .banner-frase {
        font-size: 0.6em;
    }

    .banner-cont img {
        width: 400px;
        height: 400px;
    }

    #frase2 {
        font-size: 20px;
    }

    .circles {
        flex-direction: column;
        height: 100%;
        gap: 40px;
        padding-bottom: 30px;
    }


    .footer-content {
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .nomePDF {
        gap: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
        WIDTH: 45%;
        padding: 10px;
        border-bottom: 2px solid rgba(230, 170, 21, 0.699);
    }

    .nomePDF h2 {
        margin-bottom: 0;
    }

    #footerf {
        width: 80%;
        display: flex;
        TEXT-ALIGN: CENTER;
        FONT-SIZE: 1.6em;
        padding: 20px;

    }

    .nav__title {
        margin-bottom: 0;
        WIDTH: 100%;
        border-top: 1px solid rgba(230, 170, 21, 0.699);

    }

    .footerli {
        text-align: center;
        WIDTH: 70%;
        padding: 10px;

    }

    footer {
        padding: 10PX;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #pdf {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .banner-cont img {
        width: 300px;
        height: 300px;
    }

    .contenttext p {
        text-align: center;
    }

    .mapa iframe {
        width: 300px;
    }

    .header0 ul {
        font-size: 10px
    }

    .content-contato {
        gap: 140px;
    }

    .header {
        padding: 10PX;
        height: 30VH;
    }

    .header0 li {
        padding: 0;
        font-size: 10px;
        padding: 2px;
    }

    .imgsobre1 img {
        width: 300px;
        height: 300px;
    }

    .contenttext {
        padding-top: 70px;
        width: 80%;
    }

    .banner i {
        right: 30px;
        bottom: 30px;

    }

    .sobre1 h1 {
        text-align: center;
    }

    .sobre1 h2 {
        text-align: center;
    }
}

#pdf {
    color: #994DC8;
    cursor: pointer;
    border: 1px solid #994DC8;
    border-radius: 20px;
    background: transparent;
    margin-top: 10PX;
    padding: 10px;
}

#pdf:hover {
    color: white;
    background: #994DC8;
    border: 1px solid white
}
