/* Geral */

/* html{
    scroll-behavior: smooth;
} */

/* section{
    scroll-snap-align: center;
} */

body {
    margin: 0;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000;
    width: 100vw;
    overflow-x: hidden;
    /* font-size: 1.1vw; */
}

body>* {
    width: 100vw;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

.texto-painel {
    word-wrap: break-word;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000;
    text-align: left;
    margin: 2% 10% 2% 10%;
    padding: auto;
}

#menuLinks {
    display: flex;
    flex-grow: 1;
    /* width: 60%; */
    height: 100%;
}

.menu-botao {
    top: 10%;
    right: 10%;
    margin: auto;
    position: absolute;
    display: none;
    float: right;
    flex-direction: column;
    justify-content: space-between;
    /* z-index: 2; */
    width: 5vw;
    height: 5vh;

}

.menu-botao>.barra1,
.barra2,
.barra3 {
    height: .6vh;
    width: 5vw;
    background-color: white;
    border-radius: 20%;
}



nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    height: 15vh;
    background-color: #4275A7;
    align-items: center;
    padding-left: 10vw;
    padding-right: 10vw;
    box-shadow: 0px 3px 6px #0000005C;
}

.nav-bar {
    bottom: 5px;
    transform: scale(1);
    box-shadow: 0px 3px 6px #000000B0;
}

.nav-bar>* {
    visibility: visible;
}

.logo-titulo {
    text-align: left;
    padding-left: 2vw;
    margin: auto;
    display: inline-block;
    /* padding-left: 1%; */
    font-size: 2.5vh;
    hyphens: auto;
    font-family: 'Montserrat';
    width: 100%;
}

.logo {
    display: flex;
    flex-direction: row;
    float: left;
    justify-content: space-between;
    height: 100%;
    width: 35%;
    width: fit-content;
    /* flex-grow: 1; */
    /* margin-left: 3%; */
}

.logo-img {
    height: 12vh;
    margin: auto;
    border-radius: 50%;
    margin-right: 1%;
}

#instaHeader {
    height: 7vh;
    width: auto;
    /* margin: auto; */
    padding-left: 3vw;
    padding-top: 4.9vh;
}

#instaHeader:hover {
    scale: 1.2;
}

.nav-bar-links {
    height: 100%;
    /* float: right; */
    width: 50%;
    display: flex;
    justify-content: space-around;
    text-decoration: solid;
    font-family: 'Montserrat';
    object-position: center;
    flex-grow: 2;
}

.nav-bar-links>a {
    margin: auto;
    padding-left: 1vw;
    padding-bottom: .5vw;
    /* text-transform: uppercase; */
    text-decoration: none;
    font: Montserrat;
    font-size: 2.5vh;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000;
    /* color: black; */
    transition: all .5s ease-out;
}

.nav-bar-links>a:hover {
    scale: 1.2;
}

/* @media (max-width: 450px){
.menu-botao >.barra1, .barra2, .barra3{
    height: .5vh;
    width: 5vw ;
} */
@media (max-width: 810px) {
    .menu-botao {
        display: flex;
        top: 5vh;
        right: 10%;
        /* position: fixed; */
    }

    .menu-botao:hover,
    .nav-bar-links>*:hover {
        background-color: #86BDD8;
        scale: 1.1;
    }

    .nav-bar-links {
        /* display: flex; */
        flex-direction: column;
        flex-grow: 0;
        height: 20vh;
        margin-top: 0;
    }

    .logo {
        height: 15vh;
    }

    #menuLinks {
        display: none;
        flex-direction: column;
        width: 100%;
        margin: auto;
    }

    #menuLinks>* {
        margin: auto;
    }

    #instaHeader {
        padding-top: 0;
    }

    .logo-titulo {
        text-align: center;
        padding-left: 0;
        padding-right: 10vw;
        flex-grow: 1;
    }

    nav {
        flex-direction: column;
        height: auto;
        z-index: 1;
        justify-content: start;
        position: relative;
    }

    .logo {
        width: 100%;
    }

    /* .logo-titulo {
        text-align: center;
        
    } */
}


/* Primeira sessão */


.firstPage {
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: static;
    overflow: hidden;
}

.primeira-sessao {
    height: 85vh;
    background-color: gray;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../imgs/BG.jpg");
    background-size: cover;
}

.primeira-sessao>* {
    margin-left: auto;
    margin-right: auto;
}

.painel-primeira-sessao {
    height: 50%;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* justify-content: flex; */
    /* padding: 1%; */

}


.citaçao {
    margin: auto;
    margin-top: 5%;
    margin-bottom: 0;
    width: auto;
    font-style: italic;
    text-align: center;
    /* height: ; */
    font: italic normal normal 100%/100% Montserrat Alternates;
    color: black;
    text-shadow: 0px 3px 6px #33292938;
    background: #EBE8E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000007D;
    border-radius: 7px;
    /* opacity: 0.34; */
    padding: 1% 5% 1% 5%;
    font-size: 2.5vh;

}

.botão-agendamento {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5%;
    /* text-decoration: none; */
    width: auto;
    padding: 20px;
    border: none;
    border-radius: 5px;
    background-color: #4275A7;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000094;
    box-shadow: 0px 3px 6px #000000CC;
    border-radius: 10px;
    opacity: 0.92;
    align-self: flex-end;
    font-size: 3vh;
    font-family: 'Montserrat';
    z-index: 2;
}

.imagens-primeira-sessão {
    width: 100vw;
    height: 50%;
    display: flex;
    overflow: hidden;
}

#nuvens {
    align-self: flex-end;
    display: block;
    width: 100vw;
    height: 25%;
    position: absolute;
    z-index: 1;

}

#pier {
    display: block;
    width: auto;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end;
    z-index: 0;
    /* overflow: hidden; */

}

@media (max-width: 810px) {
    @media (max-height: 700px) {
        #pier {
            display: block;
            height: 50%;
            width: auto;
        }
    }

    .painel-primeira-sessao {
        width: 100vw;
        height: 50%;
        /* align-items: center; */

    }

    .citaçao {
        width: auto;
        text-align: center;
        margin-top: 1%;
        margin-bottom: 3%;
        font-size: 2.5vh;
        /* margin-right: 2%;
        margin-left: 2%; */
    }

    .botão-agendamento {
        margin-top: 1%;
        ;
    }
}

@media (max-width: 450px) {
    .citaçao {
        width: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 2vh;
    }

    #pier {
        display: block;
        /* width: auto;
        height: 50%; */
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
        align-self: flex-end;
        z-index: 0;
        align-items: center;
        margin-left: auto;
        transform: translateX(auto);

    }
}

/* Segunda sessão */


.segunda-sessão {
    height: fit-content;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    background-image: url("../imgs/pexels-tim-mossholder-1439226.png");
    background-size: cover;
    position: relative;
    z-index: 2;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-attachment: fixed;
    overflow: hidden;
}

.container-segunda-sessão {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

#titulo2 {
    font-size: 150%;
    height: fit-content;
}

.segunda-sessão>* {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vh;
    text-align: center;
}



.painel-segunda-sessao {
    height: auto;
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
    box-shadow: 0px 3px 6px #000000F7;
    border-radius: 5px;
    background-color: hsla(210, 36%, 41%, .88);
    margin-bottom: 2%;
    /* padding: 1%; */
}

#conteudo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    position: relative;
}

.painel-item {
    height: fit-content;
    display: inline-block;

    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
}


.painel-segunda-sessao .texto-painel {
    font: normal normal normal 110%/150% Montserrat;
    /* font-size: 2.5vh; */
    height: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    /* margin-top: auto;
    margin-bottom: auto; */
    /* padding-bottom: 2%; */
}

.botoes-segunda-sessao {
    /* display: inline-block; */
    display: flex;
    flex-direction: row;
    justify-content: safe;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.btn {
    /* padding: 5vh 1vw 5vh 1vh; */
    padding: 1.5vh 4vw 1.5vh 4vw;
    margin: 5px;
    width: fit-content;
    border: none;
    font: normal normal normal Montserrat;
    background: #14465E 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #000000;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000003;
    font-size: 2.5vh;
    flex-grow: 1;

}


.botoes-segunda-sessao>button:focus,
.botoes-segunda-sessao>button:hover,
.ativo {
    background-color: #86BDD8;

}

.painel-segunda-sessao>div {
    /* margin-top: 2%; */
    margin-bottom: 2%;
}

.img-seg-sessão {
    height: 40vh;
    width: 80vw;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.botao-segunda-sessão {
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    padding: 3vh 5vw 3vh 5vw;
    width: 40vw;
    border: none;
    background: #2F354A 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #000000;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000003;
    align-self: flex-end;
    font-size: 2.5vh;

}

@media (max-width: 810px) {
    .botoes-segunda-sessao {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        /* margin:; */

    }

    /* #conteudo-segunda-sessão{
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    } */
    .btn {
        width: 98%;

        /* margin: auto; */
    }

    .botoes-segunda-sessao>* {
        padding: 2vw;
    }

    .painel-segunda-sessao {
        height: auto;
    }

    .botao-segunda-sessão {
        width: 60vw;
    }
}


/* Terceira sessão*/

#titulo3 {
    font-size: 150%;
}

.terceira-sessão {
    height: fit-content;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-image: url("../imgs/pexels-irene-lasus-88517.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.terceira-sessão>* {
    margin-left: auto;
    margin-right: auto;
    /* margin: auto; */
    text-align: center;
}

.painel-terceira-sessao {
    /* padding-bottom: -15%; */
    display: inline-block;
    height: fit-content;
    padding-bottom: 5%;
    width: 80vw;
    box-shadow: 0px 3px 6px #000000F7;
    border-radius: 5px;
    background-color: hsla(210, 36%, 41%, .88);
    /* overflow: auto; */
    margin-bottom: 2%;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 0;
    /* padding: 1%; */
}

.quadroImg {
    margin: 0%;
}

.painel-terceira-sessao>.texto-painel-terceira {
    /* margin-top: 2%; */
    /* margin-bottom: 2%; */
    font-size: 3vh;
    margin: 2% 5% 2% 5%;
    text-align: left;
    font: normal normal normal 110%/150% Montserrat;
}

.img-ter-sessão {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0%;
    height: 50vh;
    width: 80vw;
    object-fit: cover;
    object-position: top;
    border-radius: 5px 5px 0px 0px;
}


/*Quarta sessão  */

#titulo4 {
    font-size: 150%;
    height: fit-content;
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.quarta-sessão {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-image: url("../imgs/pexels-tembela-bohle-1029545.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.quarta-sessão>* {
    margin: auto;

    display: inline-block;
}

.painel-quarta-sessao {
    height: fit-content;
    width: 80vw;
    display: flex;
    flex-direction: row;
    /* overflow: auto;   */
    opacity: 0.93;
    box-shadow: 0px 3px 6px #000000F7;
    border-radius: 5px;
    background-image: url("../imgs/pexels-engin-akyurt-2174613-2.jpg");
    background-size: cover;
    margin-bottom: 10%;
    padding-bottom: 10%;
    padding-top: 10%;
    /* padding: 1%; */
    font: normal normal normal 110%/150% Montserrat;
}

#texto4-1 {
    width: 50%;
    margin-bottom: auto;
    margin-top: auto;
}

#texto4-2 {
    width: 50%;
    margin-bottom: auto;
    margin-top: auto;
}

.painel-quarta-sessao>div {
    margin: 4%;
}

@media (max-width: 810px) {

    .painel-quarta-sessao {
        flex-direction: column;
    }

    .quarta-sessão {
        padding-bottom: 10%;
    }

    #texto4-2,
    #texto4-1 {
        width: auto;
    }
}


/* Quinta sessão */

#titulo5 {
    font-size: 150%;
}

.quinta-sessão {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../imgs/pexels-tembela-bohle-1029545-1.jpg");
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-attachment: fixed;
}

.quinta-sessão>* {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.painel-quinta-sessao {
    height: fit-content;
    width: 80vw;
    display: flex;
    flex-direction: row;
    padding-top: 5%;
    padding-bottom: 5%;
    /* overflow: auto; */
    /* padding: 1%; */
}

.painel-quinta-sessao>* {
    width: 50%;
    height: auto;
}

#img-terapeuta {
    border-radius: 100%;
    display: inline-block;
    width: 95%;
    height: auto;
    margin: auto;
    object-fit: cover;
    vertical-align: middle;
}

.descrição-terapeuta {
    color: #FFFFFF;
    font-size: 2.5vh;
    text-shadow: 0px 3px 6px #000000;
    text-align: left;
    padding: 5%;
    background: #446A8F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000000D9;
    border-radius: 12px;
    opacity: 0.8;
    /* width: inherit; */
    height: 100%;
    margin: auto;
    font: normal normal normal 110%/150% Montserrat;

}

.botão-quinta-sessão {
    padding: 3vh 5vw 3vh 5vw;
    /* margin: 10px; */
    width: 30vw;
    border: none;
    background: #2F354A 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #000000;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000003;
    font-size: 2.5vh;
    font: normal normal normal 100%/100% Montserrat;
    margin-bottom: 5%;
}

@media (max-width: 810px) {
    .painel-quinta-sessao {
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .painel-quinta-sessao>* {
        margin: auto;
    }

    #img {
        width: 100%;
        padding-bottom: 2%;
    }

    #img-terapeuta {
        width: 70%;
    }

    .descrição-terapeuta {
        width: auto;
        padding-bottom: 10%;
        padding-top: 5%;

    }

    .botão-quinta-sessão {
        width: 60vw;
    }
}

@media (max-width: 400px) {
    .botão-quinta-sessão {
        font-size: 2.3vh;
        padding: 2vh 4vw 2vh 4vw;
    }

}


/* Sexta sessão */

#titulo6 {
    font-size: 150%;
}

.sexta-sessão {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-image: url("../imgs/pexels-john-cahil-rom-2170473.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 10%;
    padding-top: 5%;
}

.sexta-sessão>* {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.painel-sexta-sessao {
    height: auto;
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1%;
    border-radius: 12px;
    background-color: hsla(325, 21%, 51%, 0.67);
    padding-bottom: 1%;
    padding-top: 1%;
    position: static;


    /* overflow: auto; */
}

.painel-sexta-sessao>* {
    margin: 2% 10% 0% 10%;
}

.texto-sexta-sessao {
    font: normal normal normal 110%/150% Montserrat;
    /* font-size: 2.5vh; */
}

form {
    /* padding: 2%; */
    display: flex;
    flex-direction: column;
    float: inline-end;
    height: 100%;
}

form>* {
    margin-bottom: 3%;
    padding: 2%;
    border-radius: 5px;
    font: normal normal normal 110%/100% Montserrat;
    opacity: 1;
}

form>textarea {
    height: 10vw;
}

#submit {
    padding: 3vh 1vw 3vh 1vw;
    border: none;
    background: #4C7BA9 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #000000;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000003;
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    font: normal normal normal 100%/100% Montserrat;
}

@media (max-width: 600px) {
    #captcha{
        width: 80vw;
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    #captcha > *{
        margin-left: auto;
        margin-right: auto;
    }

    .painel-sexta-sessao {
        height: auto;
        width: 80vw;
    }

    #submit {
        width: 80%;
    }

    form>textarea {
        height: 10vh;
    }

}

/* Footer */

.footer {
    transform: scale(1);
    /* background: #4275A7 0% 0% no-repeat padding-box; */
    box-shadow: 0px -7px 7px #000000B0;
}

footer {
    width: 100vw;
    height: fit-content;
    margin: auto;
    background-color: #4275A7;
    padding-bottom: 2%;
    padding-top: 2%;

}

footer>* {
    margin: auto;
    text-align: center;
    font: normal normal normal 100%/100% Montserrat;
    font-size: 3vh;
}

.logo-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: auto;
    height: 15vh;
    ;
    margin: auto;
    align-items: center;
}

.logo-titulo-footer {
    /* width: 50%; */
    /* text-align: center; */
    margin: auto;
    float: left;
    height: 100%;
    font: normal normal normal 100%/100% Montserrat;
    font-size: 3vh;
    margin-left: 5%;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;

}

.logo-titulo-footer>* {
    text-align: center;

}

.footerSMImgs {
    height: 100%;
}

.instaWhats-adress {
    display: flex;
    flex-direction: row;
    margin: auto;
    text-decoration: none;
    color: white;
    text-align: center;
    height: 30%;
}

.logo-img-footer {
    height: 15vh;
    width: auto;
    float: right;
    margin-left: 2vw;
    border-radius: 50%;
}

.socialMediaImg {
    height: 10vh;
}

.primeira-sessão-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.socialMedias {
    display: flex;
    flex-direction: row;
    height: 50%;
    margin: auto;
    margin-bottom: 1%;
}

.instagramLogo,
.whatsappLogo {
    display: flex;
    flex-direction: row;
    margin: auto;
    text-align: center;
}

.instagramLogo>*,
.whatsappLogo>* {
    margin: auto;
    text-align: center;
    height: inherit;
}

@media (max-width: 600px) {
    .logo-footer {
        font-size: 2%;
        margin: auto;
        align-items: center;
        width: auto;
        justify-content: initial;
    }


    .socialMedias {
        width: 100%;
        height: auto;
        margin: auto;
        align-items: center;
        flex-direction: column;
        /* text-align: center; */

    }

    .primeira-sessão-footer {
        height: auto;
    }

    .instagramLogo,
    .whatsappLogo {
        /* height: 100%; */
        text-align: center;
        align-items: center;
        font-size: 4vw;

    }

    .instaWhats-adress {
        height: 50%;
    }

    .logo-img-footer {
        height: 10vh;
        float: left;
        /* p{
        padding-top: 6%;
    }     */
    }
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    display: none;
    position: absolute;
    background: #2F354A;
    left: 25%;
    align-self: baseline;
}

.popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    display: block;
    text-align: center;
    margin: auto;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
}


.popup-content {
    /*Hides pop-up content when there is no "active" class */
    display: none;
}

.popup-content.active {
    /*Shows pop-up content when "active" class is present */
    display: block;
    margin-top: 30vh;
    margin-bottom: 50vh;
    margin: auto;
    border-radius: 30px;
    padding: 3%;
    background: #2F354A;
    width: fit-content;
    height: fit-content;
    align-self: center;
    overflow: auto;
}

.close {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    margin: auto;
    font-size: 1rem;
    color: #666666;
    background: #ffffff;
    border: 1px solid #666666;
    padding: 2%;
}

.close:hover {
    background: #86BDD8;
    color: #ffffff;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }