:root {
    --color-bg: #F5F8DF;
    --color-text: #1A1A19;
    --color-bg-button: #84f2d6;
    --brand-color-2: #335226;
    --brand-color: #869F3C;
}

* {
    box-sizing: border-box;
    margin: 0;
    scroll-behavior: smooth;
    transition: 0.3s ease-in-out;
    padding-left: 0;
    margin-left: 0;
}

body {
    overflow-x: hidden;
    background-color: var(--color-bg);
    scroll-behavior: smooth;
    transition: 0.3s ease-in-out;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 48px 0 48px;
}

nav {
    display: flex;
    gap: 30px;
    background-color: white;
    padding: 24px;
    border-radius: 32px;
}

nav a {
    width: 150px;
}

a {
    text-decoration: none;
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    transition: 0.3s ease-in-out;
    padding: 4px;
    font-weight: 500;
}

a:hover {
    transition: .3s ease-in-out;
    transform: translateY(-4px);
    opacity: 0.7;
}

h1 {
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 300;
    font-size: 48px;
    letter-spacing: -0.0em;
    color: var(--color-text);
}

h2 {
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: -0.0em;
    color: var(--color-text);
}

h3 {
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.0em;
    color: var(--color-text);
}

h4 {
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.0em;
    color: var(--color-text);
}

p {
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: var(--color-text);
}

li {
    list-style: none;
    text-decoration: none;
    color: var(--color-text);
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: var(--color-text);
}

/* Scripts */

.animacao-cima-para-baixo {
    animation-name: moveBox;
    animation-duration: 0.8s;
    animation-fill-mode: both;
  }
  
  @keyframes moveBox {
    0% {
      transform: translateY(-500px) rotate(-40deg);
    }
  
    100% {
      transform: translateY(0) rotate(0deg);
    }
  
    animate__fadeIn {
      animation-name: fadeIn;
    }
  }
  
  .animacao-baixo-para-cima {
    animation-name: moveBox1;
    animation-duration: 0.8s;
    animation-fill-mode: both;
  }
  
  @keyframes moveBox1 {
    0% {
      transform: translateX(-50%) translateY(500px) rotate(-40deg);
    }
  
    100% {
      transform: translateX(-50%) translateY(0) rotate(0deg);
    }
  
    animate__fadeIn {
      animation-name: fadeIn;
    }
  }
  
  .elemento {
    opacity: 1;
    transform: translateY(200px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .elemento.aparecendo {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Fim Scripts */

.logo-bf {
    width: 220px;
}

.botao-agendar {
    width: 220px;
    height: 64px;
    background-color: var(--color-text);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: white;
    padding: 0;
    gap: 8px;
}

.sobre-section-bf {
    display: flex;
    padding: 80px;
    margin: 120px;
    border: solid 1px var(--brand-color);
    border-radius: 48px;
}

.botao-agendar:hover {
    transform: translate(0);
    opacity: 1;
    padding: 0;
    background-color: var(--brand-color);
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 480px;
}

.container-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 80px;
    gap: 80px;
}

.fixed-menu {
    position: fixed;
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 20px;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-page {
    height: calc(90vh);
    padding-bottom: 180px;
    padding: 48px;
}

.containerContent {
    padding: 48px;
    margin-bottom: 180px;
}

.container-text {
    width: auto;
    margin-right: 80px;
    margin-bottom: 180px;
}

.container-text h1 {
    margin-bottom: 16px;
}

.img-bianca {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 48px;
    margin-bottom: 180px;
}

.formatos-sessoes {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.formatos-sessoes-links {
    display: flex;
    gap: 24px;
}

.formatos-sessoes-links a {
    border: solid 1px var(--brand-color);
    padding: 4px 8px;
    border-radius: 100px;
}

.img-bg-section {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.sobremim {
    border: solid 1px var(--brand-color-2);
    margin: 48px;
    height: auto;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
}

.img-bianca-sobremim {
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 48px 0 0 48px;
}

.sobremim-texto {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.title-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
}

.modalidades-layout {
    display: flex;
    gap: 48px;
}

.modalidade-texto {
    max-width: 500px;
    padding: 48px;
    border: solid 1px var(--brand-color-2);
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modalidade-texto li {
    border-bottom: solid 1px var(--brand-color);
    border-top: solid 1px var(--brand-color);
    padding: 24px;
    margin: -1;
}

.cta-agendamento {
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cards-psicanalise {
    display: flex;
    gap: 48px;
}

.content-text-indicado {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.content-text-indicado-texto {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modalidade-texto-2 {
    width: 500px;
    padding: 48px;
    border: solid 1px var(--brand-color-2);
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modalidade-texto-2 li {
    border-bottom: solid 1px var(--brand-color);
    border-top: solid 1px var(--brand-color);
    padding: 24px;
    margin: -1;
}

/* Beneficios */


.list-flex-wrap-bf {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
}

.item-list-flex-bf {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 48px;
    border: solid 1px var(--brand-color-2);
    padding: 48px;
    width: 320px;
}

.item-list-flex-bf li {
    border-bottom: solid 1px var(--brand-color-2);
    border-top: solid 1px var(--brand-color-2);
    padding: 24px 0;
    margin: -1px;
}

.footer-bf {
    background-color: var(--brand-color);
    max-width: calc(100% - 160px);
    margin: 80px auto;
    border-radius: 48px;
    padding: 80px;
}

.footer-logo {
    width: 320px;
}

.footer-content {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-maps {
    padding: 80px;
    height: auto;
}

.maps-div {
    border: 1px solid var(--brand-color-2);
    border-radius: 48px;
}

.maps {
    border-radius: 48px;
}

@media screen and (max-width: 800px) {

    h1 {
        color: var(--color-text);
        font-family: Archivo, sans-serif;
        font-weight: 400;
        font-size: 40px;
        letter-spacing: -0.0em;
        color: var(--color-text);
    }

    .fixed-menu {
        display: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: unset;
        align-items: center;
        padding: 40px;
    }

    .container-section {
        padding: 40px;
    }



    .img-bianca {
        width: 320px;
        height: 320px;
    }


    .modalidades-layout {
        flex-direction: column;
    }

    .cards-psicanalise {
        flex-direction: column;
    }

    .content-text-indicado {
        flex-direction: column;

    }

    .modalidade-texto-2 {
        width: 320px;
    }

    .footer-bf {
        background-color: var(--brand-color);
        max-width: calc(100% - 40px);
        margin: 80px auto;
        border-radius: 48px;
        padding: 40px;
        gap: 80px;
    }

    .footer-logo {
        width: 240px;
    }

    .footer-content {
        flex-direction: column;
    }

    .img-bg-section {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    header .botao-agendar {
        position: fixed;
        bottom: 40px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-text {
        width: auto;
        margin-right: 80px;
        margin-bottom: 40px;
    }

    .sobre-section-bf {
        display: flex;
        padding: 40px;
        margin: 40px;
        border: solid 1px var(--brand-color);
        border-radius: 48px;
    }

    .maps {
        width: 340px;
        height: 340px;
        margin-bottom: 80px;
    }
}