body {
    color: #707070;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;

}

.title span {
    font-family: 'Dosis', sans-serif;
    font-size: 1.5rem;
}

.first-fold .title h1 {
    font-family: 'Yellowtail', cursive;
}

.swiper-wrapper {
	height: auto;
}

.navbar,
.footer {
    background-color: #F0A7A0;
    color: #fff;
    height: 10vh;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100vw;
}

.navbar-nav {
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin-right: 3rem;
}

.agendar {
    width: 10.5rem;
}

.navbar a,
.navbar a:hover {
    color: #fff;
}

.btn {
    border-radius: 6.25em;
    border-width: 0;
}

.btn-secondary {
    color: #707070;
    background-color: #ffffff;
}

.btn-secondary span {
    color: #707070;
    margin-left: 0.5em;
}

.btn-schedule {
    background-color: #95B598;
    padding: 1em 3.5em;
}

.btn:hover {
    background-color: #587e5c;
    color: #fff;
}

.btn-secondary img {
    height: 1.5em;
}

.btn-secondary:hover span {
    color: #fff;
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

header,
footer {
    height: 10vh;
    width: 100%;
}

.seventh-fold {
    position: relative;
}

footer {
    position: relative;
    bottom: 0;
}

.footer {
    display: flex;
    width: 100%;
}

.footer .container {
    margin: auto;
}

footer a {
    color: #fff !important;
}

.footer-socials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    margin-left: 0;
}

.footer-home {
    margin: auto;
}

.flower-background,
.flower-background-opacity {
    height: 90vh;
    background: url("/assets/img/bg-flores.png");
    background-size: cover;
}

.flower-background-2 {
    opacity: 0.4;
    height: auto;
    background: url("/assets/img/bg-flores.png");
    background-size: cover;
}

.flower-background-opacity {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    height: 45vh;
    margin-top: -45vh;
}

.artigo-flower-background-opacity {
    background: url("/assets/img/bg-flores.png");
    width: 100%;
    opacity: 0.4;
    position: absolute;
    height: 200vh;
    margin-top: -200vh;
    z-index: -1;
    background-size: cover;
}

.flower-background-opacity-2 {
    background: url("/assets/img/bg-flores.png");
    background-size: cover;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    height: 60vh;
    margin-top: -60vh;
}

.first-fold,
.second-fold,
.third-fold,
.fifth-fold,
.sixth-fold {
    text-align: center;
    margin: auto;
    display: flex;
    height: 90vh;
    margin-top: -4vh
}

.seventh-fold {
    height: 45vh;
}

.first-fold .container {
    width: 40%;
    margin: auto;
}

.second-fold .container,
.third-fold .container,
.col-img {
    display: flex;
}

.col-img {
    height: 100%;
}

.col-img img {
    margin: auto;
    width: 56vw;
}

.first-fold p {
    font-size: 1.5em;
}

.title {
    margin-bottom: 3em;
}

.subtitle {
    margin-bottom: 2.5em;
}

.btn-schedule {
    border-radius: 0.875em;
    font-weight: 600;
}

.about-5 {
    align-self: center;
    text-align: left;
}

.top-half,
.bottom-half {
    height: 45vh;
    margin: auto;
}

.second-fold,
.third-fold,
.fourth-fold,
.sixth-fold,
.new-atuacao {
    background-color: #FBDFDC;
}

.bottom-half .container {
    margin: auto;
}

.content-title {
    padding-top: 1em;
    margin-bottom: 2.5em;
}

.content-subtitle {
    text-align: justify;
}

.content-subtitle,
.cognitive-model {
    margin-bottom: 1.25em;
}

.cognitive-model {
    display: flex;
    display: -webkit-inline-box;
    justify-content: space-between;
}

.second-line {
    padding-left: 1em;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cognitive-model h4 {
    margin: 0;
}

.cognitive-model span {
    align-self: center;
    font-weight: 600;
}

.navbar .nav-link {
    margin-right: 4em;  
    position: relative;
}

.nav-item.nav-link::before,
a.footer-email::before  {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    bottom: 5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

a.footer-email {
    position: absolute;
}

a.footer-email::before  {
    bottom: 0px;
}

.nav-item.nav-link:hover::before,
a.footer-email:hover::before,
.nav-item.nav-link:focus::before {
    transform-origin: left;
    transform: scaleX(1);
}

.nav-item.nav-link:focus {
    color: #fff;
}

.social {
    background-color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    color: #F0A7A0 !important;
    display: flex;
    text-decoration: none;
}

i {
    font-weight: 600;
    font-size: 1.6em;
    margin: auto;
}

i.fa-phone {
    font-size: 1.4em;
}

.footer-email a {
    text-decoration: none;
}

.col-atuacao {
    display: grid;
    grid-auto-rows: max-content;
    grid-template-rows: 40px;
    font-weight: 600;
    margin: auto;
    margin-top: 1em;
    place-items: center;
}

.col-expected {
    display: grid;
    grid-auto-rows: max-content;
    grid-template-rows: 40px;
    font-weight: 600;
}

.col-atuacao span {
    margin: auto;
    margin-top: 1em;
    width: 85%;
    margin-left: 0;
}

.first-row {
    margin-top: 1em;
    margin-bottom: 3em;
}

.first-col {
    padding-right: 1em;
}

.especialidades {
    padding: 1em 2em;
    margin: auto;
}

.especialidades h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.second-col {
    padding-left: 2em;
}

.resultado-esperado {
    margin-top: 1em;
    font-size: 1.25em;
    text-align: left;
}

.content-title.resultado-esperado,
.unique-row {
    margin-top: 2.5em;
}

.card-depoimento {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 15px #00000029;
    border-radius: 1em;
    opacity: 1;
    padding: 3em;
}

.content-title.depoimentos {
    margin-top: 3.5em;
    margin-bottom: 1.5em;
}

.content-title.videos {
    text-align: center;
    text-align: -webkit-center;
    position: sticky;
    margin-top: 3em;
    margin-bottom: 5em;
}

.videos-carousel {
    overflow: hidden;
    position: sticky;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #F0A7A0;
    color: #fff !important;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    display: flex !important;
    margin: auto !important;    
}

.swiper-button-next:after,
 .swiper-button-prev:after {
    font-size: inherit;
}

.video-player iframe {
    border-radius: 1em;
    height: 55vh;
    width: 55vw;
    margin-bottom: 1em;
}

.article-img {
    background-color: #FFD4D4;
    height: 250px;
    overflow: hidden;
    width: 100%;
    border-radius: 1em;
    margin-bottom: 3em;
}

.article-img img {
    width: 100%;
    border-radius: 1em;
}

#artigos h1 {
    text-align: left;
    margin-top: 2em;
}

#contato .container {
    display: flex;
    padding-top: 5em;
    text-align: left;
}

.article {
    text-align: left;
}

.article h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.contato-info {
    font-size: 1.5em;
    color: #F0A7A0;
}

.col-map {
    height: 25em;
}

.col-map iframe {
    margin-top: 6em;
    width: 100%;
    height: 100%;
    border-radius: 2em;
}

.contato-info a {
    color: #F0A7A0;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}

.contato-info a img {
    position: absolute;
    height: 1em;
    bottom: 3px;
}

.contato-info a span {
    margin-left: 1.25em;
}

.contato-info a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #F0A7A0;
    bottom: -1px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
  
.contato-info a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.col-offset-img  {
    display: flex;
}

#sobre .row {
    flex-direction: row-reverse;
}

.testimonials-carousel,
.articles-carousel {
    position: relative;
    overflow: hidden;
}

.articles-carousel {
    margin-top: 0;
}

.testimonial-slide,
.article-slide {
    display: flex;
    width: 30% !important;
    margin: 0 1.5em !important;
}

.third-fold .row,
.seventh-fold .row {
    width: 100%;
}

.third-fold .schedule {
    margin-top: 0;
}

.third-fold .container {
    justify-content: center;
}

.card-artigo .title h3 {
    min-height: 2.4em;
}

.card-artigo .subtitle p {
    min-height: 5em;
}

.card-depoimento {
    height: 20rem;
}

.card-artigo {
    height: 30rem;
}

.navbar-toggler {
    background-color: #fff;
    display: grid
}

.navbar-toggler-icon {
    width: 35px;
    height: 4px;
    background-color: #F0A7A0;
    margin: 3px 0;
}

.first-col .content-title {
    margin-top: 2em;
}

.seventh-fold .title {
    margin-bottom: 0;
}

.seventh-fold h1 {
    font-size: 2rem;
}

.p-contato {
    margin-top: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.125rem #FBDFDC;
}

@media screen and (max-width: 1601px) {
    .first-fold .container {
        width: 55%;
    }
}

@media screen and (max-width: 1367px) {
    .first-fold .container {
        width: 60%;
    }
    .sixth-fold {
        height: 100vh
    }
}

@media screen and (max-width: 1367px) and (max-height: 650px) {
    .sixth-fold {
        height: 120vh
    }    

    .artigo-flower-background-opacity {
        height: 230vh;
        margin-top: -230vh;
    }

    .article-img {
        height: fit-content;
    } 
}

@media screen and (max-width: 1199) {
    .navbar .nav-link {
        margin-right: 2em;
    }
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: right;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-collapse {
        margin: auto;
        background-color: #F0A7A0;
        position: absolute;
        width: 100vw;
        top: 10vh;
        margin-left: calc(var(--bs-gutter-x,.75rem)*-1);
        padding: 0 0.75rem 1rem;
    }

    .navbar .nav-link {
        margin-top: 0;
        margin: auto;
    }
    
    .col-img {
        height: auto;
    }
}

@media screen and (max-height: 900px) {
    .top-half {
        height: 60vh;
    }

    .bottom-half {
        height: 60vh;
    }
}

@media screen and (max-height: 768px) {

    .sixth-fold .title {
        margin-bottom: 0;
    }

    .article {
        width: 30%;
        margin: auto;
    }

    .row-articles {
        justify-content: space-between;
    }

    #artigos h1 {
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .content-title.videos {
        margin-top: 1.5em;
        margin-bottom: 3em;
    }

    .about-4 {
        width: 40%;
    }

    .col-offset-img {
        margin-left: 6.16666666667%;
    }

    .btn-secondary {
        padding: 0.25rem 0.75rem;
        align-self: center;
    }

    .col-atuacao span {
        width: 100%;
    }
    
    .top-half {
        height: 65vh;
    }
    
    .bottom-half {
        height: 60vh;
    }

    .social {
        height: 1.5em;
        width: 1.5em;
    }
}

@media screen and (max-height: 720px) {
    .top-half,
    .bottom-half {
        height: 70vh;
    }

    .content-title.resultado-esperado {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .col-map iframe {
        margin-top: 3em;
    }
}

@media screen and (max-height: 660px) {
    .top-half,
    .bottom-half {
        height: 70vh;
    }

    .content-title.resultado-esperado {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    .col-map iframe {
        margin-top: 3em;
    }

    #artigos p {
        margin-bottom: 0;
    }

    #artigos .subtitle {
        margin-bottom: 1em;
    }

    .about-5 {
        width: 37.5%;
    }

    .col-offset-img {
        margin-left: 4%;
    }

    .col-img img {
        height: 85%;
    }

    #sobre .title {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    #sobre .subtitle {
        margin-bottom: 1.5em;
    }

    #contato .container {
        padding-top: 2.5em;
    }
    .content-title.depoimentos {
        margin: 1.5em 0;
    }
}

@media screen and (max-width: 1023px) {
    #artigos h1 {
        text-align: center;
    }

    .testimonials-carousell {
        position: absolute;
        margin-top: 10em;
    }

    .articles-carousel {
        position: absolute;
    }

    .cognitive-model {
        display: block;
    }

    .article-img {
        height: fit-content;
    }

    .card-artigo {
        height: 40rem;
    }
}

@media screen and (max-width: 414px) {
    .footer-socials,
    .footer-email {
        display: none;
    }

    .video-player iframe {
        height: 30vh;
        width: 75vw;
        margin-bottom: 2em;
    }

    .fifth-fold .swiper-button-next,
    .testimonials-carousel .swiper-button-next {
        right: 0;
    }

    .fifth-fold .swiper-button-prev,
    .testimonials-carousel .swiper-button-prev {
        left: 0;
    }

    .flower-background {
        background-position-x: -100px;
    }

    .first-fold .container {
        width: 80%;
    }

    .col-img img {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .about-5 {
        margin-top: 1em;
    }

    .about-5 .subtitle {
        margin-bottom: 1.5em;
    }

    .about-5 .title {
        margin-bottom: 2em;
    }

    .second-fold {
        height: 100vh;
    }

    .first-col {
        padding-bottom: 1em;
    }

    .first-col .content-title {
        margin-bottom: 1em;
    }

    .first-col .unique-row {
        margin-top: 1em;
    }

    .col-atuacao {
        padding: 0 0 0 1em;
    }

    .col-atuacao span {
        width: 100%;
    }

    .top-half,
    .bottom-half {
        height: auto;
    }

    .conceitos {
        height: 75vh;
    }

    .top-half {
        padding: 0;
    }

    .first-col,
    .second-col {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }

    .second-col {
        padding-left: calc(var(--bs-gutter-x) * .5);
        background-color: #FBDFDC;
    }

    .bottom-half {
        background-color: #fff;
    }

    .content-title.resultado-esperado{
        margin-top: 0;
        margin-bottom: 1.5em;
        padding-top: 2em;
    }

    .col-expected {
        margin-top: 1em;
    }

    .bottom-half .unique-row {
        margin-top: 0;
        margin-bottom: 2em;
    }

    .cognitive-model {
        display: block;
    }

    .first-line {
        text-align: center;
    }

    .second-line {
        padding-left: 0;
    }

    .testimonials-carousel,
    .articles-carousel {
        width: 100vw;
        padding: 0;
    }

    .card-depoimento {
        padding: 2em;
    }

    .card-artigo {
        padding: 1em;
    }

    .testimonial-slide,
    .article-slide {
        padding-left: 10vw;
        padding-right: 10vw;
        width: 100% !important;
    }

    .testimonials-carousel .swiper-button-next,
    .articles-carousel .swiper-button-next,
    .testimonials-carousel .swiper-button-prev,
    .articles-carousel .swiper-button-prev {
        display: flex !important;
        margin-top: -60px !important;
    }

    #artigo .title {
        padding-left: 3em;
    }

    .col-map iframe {
        height: 80%;
        margin-top: 0;
    }

    #contato .container {
        padding-top: 2em;
    }

    .contato-info {
        margin-top: 0;
    }

    #contato .title {
        margin-bottom: 0;
    }

    .schedule {
        text-align: center;
        text-align: -webkit-center;
    }
    
    .testimonial-slide,
    .article-slide {
        margin: 0 0 20px !important;
    }
}

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

    .second-fold {
        height: 110vh;
    }
}

@media screen and (max-width: 393px) and (max-height: 667px) {
    .col-map iframe {
        height: 55%;
    }

    .col-map {
        height: 100%;
    }

    .col-map iframe {
        height: 140%;
    }

    .second-fold {
        height: 130vh;
    }
}