/** CORES **/
:root {
  --main-bg-color: #efefef;
  --header-bg-color: #f7f7f7;
  --cinza: #62615f;
  --dourado: #ae804e;
  --bronze: #a97448;
  --rosa: #dbadb8;
}
/*
font-family: 'Noto Serif', serif;
font-family: 'Poppins', sans-serif;

Fontes:
main:
h1 32px
h2 20px

titulos 20px
paragrafos 16px
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /*10px*/
}

body {
  font-size: 1.6rem; /*16px*/
}

header {
  background-color: var(--header-bg-color);

  display: flex;
  justify-content: center;
}

/** MAIN **/
h1 {
  max-width: 39.8rem;
  flex-shrink: 0;

  color: #000;
  font-family: Noto Serif, serif;
  font-size: 3.2rem;
  text-align: left;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.destaque {
  color: var(--dourado);
  font-family: Noto Serif, serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.personal-img {
  width: 47.3rem;
  height: 62.7rem;
  flex-shrink: 0;
}
#main-image {
  width: 45.4943rem;
  height: 54.9346rem;
  flex-shrink: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.box {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 13rem;
  padding-right: 13rem;
  box-sizing: border-box;
}
.columns-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-bg-color {
  background-color: var(--main-bg-color);
  background-size: 100%;
}

#content > h2 {
  color: var(--cinza);
  font-family: Noto Serif, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#content > p {
  display: flex;
  max-width: 36.8rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;

  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.0175rem;

  margin-bottom: 1.25rem;
}

/** BOTÃO **/
.btn {
  padding: 1.4rem 1.7rem 1.5rem 1.7rem;

  flex-shrink: 0;
  cursor: pointer;

  text-decoration: none;
  border: 0;
  border-radius: 0.3125rem;
  background: var(--bronze);

  /* text */
  color: #fff;
  font-family: Noto Serif, serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/** SECTION 1 **/
#sec-1 p {
  width: 100%;
  text-align: justify;
}

#sec-1 img {
  max-width: 40rem;
  max-height: 40rem;
  flex-shrink: 0;
}
#sec-1 .content {
  max-width: 55rem;
  min-height: 17.5rem;
  flex-shrink: 0;
}

.titulo {
  /*margin-top: 8rem;*/
  margin-bottom: 2rem;
  width: max-content;
  color: var(--dourado);
  font-family: Noto Serif, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.text {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/** SECTION 2 **/
.btn-flex {
  display: flex;
  justify-content: flex-end;
}
#sec-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec-2 div {
  width: 100%;
}
#sec-2 .btn {
  margin-top: 3.5rem;
}

#sec-2 div img {
  height: 40.2rem;
  flex-shrink: 0;
}
#beneficios {
  color: #000000;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3125rem; /* 105% */
}
#beneficios li {
  margin: 1.5rem 0;
  list-style-position: inside;
}

/** SOBRE **/
#personal-img-smaller {
  display: none;
}
#sobre {
  background-color: var(--main-bg-color);
}
#sobre .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 54.4rem;
  margin-left: 5rem;
}
.text-sobre {
  margin-top: 1rem;
}
.text-sobre p {
  margin-bottom: 1.5rem;
  text-align: center;
}

/** TRATAMENTO **/
#sec-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-sizing: border-box;
  column-gap: 5rem;
  justify-items: center;
  align-items: center;
}
#img-ansiedade {
  max-width: 38rem;
  flex-shrink: 0;
}
.lista {
  text-align: center;
  max-width: 35.3rem;
  line-height: 2rem; 
}
.lista li {
  list-style: none;
  margin-bottom: 1.5rem;
}
#sec-4 h2 {
  margin-top: 7rem;
  margin-bottom: 6rem;
}
#sec-4 #btn {
  display: flex;
  justify-content: center;
  margin-top: 5.5rem;
}

/** FAQ **/
#faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faq h2 {
  margin-top: 5rem;
  text-align: center;
}
summary {
  color: var(--cinza);
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem; /* 116.667% */
}
summary:hover {
  cursor: pointer;
}
.cards {
  margin-top: 4.5rem;
  width: 100%;
}
details {
  padding: 1.6rem 1.3125rem 1.6rem 1.3125rem;
  background-color: var(--main-bg-color);
  margin-bottom: 1.5rem;
}
details p {
  padding-top: 1.5rem;
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  color: #000000;
}

details[open] summary {
  font-weight: 700;
  color: var(--bronze);
  font-size: 1.6rem;
}

/** SOCIAL **/
#social {
  display: flex;
  justify-content: space-between;

  margin-bottom: 5rem;
}

#social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  text-decoration: none;
}

#social a:hover {
  color: var(--bronze);
}
#social a:hover #img-whatsapp {
  content: url(../assets/ic_baseline-whatsapp-hover.svg);
}
#social a:hover #img-instagram {
  content: url(../assets/mdi_instagram-hover.svg);
}

/** FOOTER **/
footer {
  padding: 1rem;
  background-color: var(--cinza);
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem; /* 150% */
}

/** MEDIA QUERIES **/
@media (max-width: 1110px) {
  .box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    box-sizing: border-box;
  }
  h1 {
    font-size: 2.8rem;
  }
  .destaque {
    font-size: 2.8rem;
  }
  #content > h2 {
    font-size: 1.8rem;
  }
  #content > p {
    font-size: 1.4rem;
  }
  .columns-2 {
    justify-content: space-around;
    gap: 3rem;
  }

  /** ----- **/
  #sec-1 .content {
    max-width: min-content;
  }
  #sec-1 p {
    width: 36.3125rem;
  }

  #sec-2 div img {
    width: 40rem;
  }
  #beneficios li {
    line-height: 2rem;
  }

  .personal-img {
    width: 45.4943rem;
    height: 54.9346rem;
  }
  #sobre .content {
    width: 40rem;
    margin-left: 3rem;
  }

  #img-ansiedade {
    display: none;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    column-gap: 10rem;
  }
}

@media (max-width: 900px) {
  main .columns-2 {
    flex-direction: column;
  }
  #main-image {
    width: 100%;
    height: auto;
  }
  .columns-2 {
    justify-content: center;
  }
  #sec-1 img {
    display: none;
  }
  #sec-1 {
    margin-top: 3rem;
  }
  #sec-1 .content .text {
    width: 100%;
  }
  #sec-2 img {
    display: none;
  }
  #beneficios {
    text-align: center;
  }
  .btn-flex {
    justify-content: center;
    margin-bottom: 3rem;
  }
  #sobre {
    flex-direction: column;
  }
  #sobre .personal-img {
    display: none;
  }
  #personal-img-smaller {
    display: flex;
    width: 40rem;
    height: 50rem;
    margin-bottom: 2rem;
  }
  #sobre .content {
    width: 100%;
  }
  .lista {
    line-height: 2rem;
  }
  summary {
    line-height: 2rem;
  }
}

@media (max-width: 576px) {
  #social a {
    font-size: 1.6rem;
  }
  #social {
    flex-direction: column;
    gap: 3rem;
  }
  #sobre .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem 0 0.5rem;
  }
  #sec-1 .content {
    width: 100%;
  }
  .titulo {
    max-width: 100%;
  }
}

@media (max-width: 452px) {
  #main-image {
    width: 100%;
    height: auto;
  }
  #personal-img-smaller {
    width: 100%;
    height: auto;
  }
  .grid-3 {
    grid-template-columns: 1fr;
    column-gap: 10rem;
  }
}
