/* Topo com imagem de fundo */
.topo_home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #D9CDBF;
  background-image: url('./../../images/home/fundo_home.png');
  background-size: cover;
  background-position: center;
  gap: 40px;
  text-align: center;
}

.container_topo_home{
  display: flex;
  width: 75%;
  height: 600px;
  justify-content: start;
}

.conteudo_topo_home{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 100px;
  align-items: flex-start;
  text-align: left;
  font-family: AbhayaLibre, sans-serif;
}

.tiulo_topo_home{
  font-size: 2.9rem;
  color: #582711;
  line-height: 1.1;
  white-space: normal;
}

.subtitulo_topo_home{
  color: #8c4c28;
  font-size: 2.0rem;
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: FoundersGrotesk, sans-serif;
}

.container_btn_conteudo_top_home{
  display: flex;
  margin-top: 25px;
  width: 60%;
}
/* Fim topo com imagem de fundo */

/* Sobre nós */
.sobre_nos{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 45px 0 45px 0;

}

.sobre_nos span{
  font-family: FoundersGrotesk, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.descricao_sobre_nos{
  display: flex;
  flex-direction: column;
  width: 75%;
  color: #374001;
  gap: 15px;
  font-size: 18px;
}
/* Fim sobre nós */

/* Jeito de cuidar */
.jeito_de_cuidar{
  display: flex;
  background-color: #582711;
  height: auto;
  text-align: center;
  justify-content: center;
  padding: 60px 0;
  color: #fff;
}

.jeito_cuidar_esquerda{
  display: flex;
  flex-direction: column;
  width: 10%;
  justify-content: flex-end;
}

.jeito_cuidar_direita{
  display: flex;
  flex-direction: column;
  width: 10%;
  height: 100%;
}

.jeito_cuidar_centro{
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 100%;
}

.jeito_de_cuidar h2{
  font-size: 2.4rem;
  color: #f0e1d0;
  margin-bottom: 10px;
  font-family: AbhayaLibre, sans-serif;
}

.jeito_cuidar_descricao{
  font-size: 17px;
  color: #e6d5c7;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: FoundersGrotesk, sans-serif;
}

.jeito_cuidar_card{
  background-color: #8c4c28;
  margin: 15px auto;
  border-radius: 25px;
  padding: 14px 21px;
  width: 90%;
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.2s;
  font-family: AbhayaLibre, sans-serif;

  &:hover{
    transform: scale(1.01);
  }
}

.jeito_cuidar_card h3 {
  margin: 0;
  font-size: 20px;
}

.jeito_cuidar_card.destaque{
  background-color: #d9cdbf;
  color: #4e2c1e;
  padding: 0;
}

.jeito_cuidar_card.destaque h3{
  background-color: #a34e30;
  padding: 14px 20px;
  border-radius: 20px;
  color: white;
}

.jeito_cuidar_card_conteudo{
  display: none;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  padding: 20px;
}

.jeito_cuidar_card_conteudo p {
  /* flex: 1; */
  font-size: 20px;
  line-height: 1.5;
  width: 65%;
}

.jeito_cuidar_card_conteudo_imagem{
  width: 30%;
  max-width: 180px;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jeito_cuidar_card_conteudo_imagem img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}
/* Fim jeito de cuidar */

/* Mais sobre */
.mais_sobre{
  display: flex;
  flex-direction: column;
  background-color:  #8C4C28;/* #a34e30; */
  height: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  color: #fff;
  gap: 45px;
}

.mais_sobre_container{
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding: 15px;
  justify-content: space-between;
}

.mais_sobre_descricao{
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: left;
  gap: 20px;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 18px;
}

.mais_sobre_descricao h1{
  font-family: AbhayaLibre, sans-serif;
  font-size: 2.2rem;
}

.mais_sobre_imagem_descricao{
  width: 35%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mais_sobre_imagem_descricao img{
  display: block;
  width: 100%;
  height: 80%;
  border-radius: 20px;
  object-fit: cover;
  /* height: 75%; */
}

.mais_sobre_roda_pe{
  display: block;
  width: 75%;
  background-color: #582711;
  border-radius: 20px;
  padding: 20px 45px;
  text-align: center;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 20px;
}
/* Fim mais sobre */

/* Dúvidas comuns */
.duvidas_comuns{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
  justify-items: center;
  align-items: center;
  padding-bottom: 20px;
}

.duvidas_comuns_titulo{
  display: flex;
  width: 100%;
  padding: 20px;
  font-family: AbhayaLibre, sans-serif;
  font-size: 1.8rem;
  justify-content: center;
  color: #582711;
  text-align: center;
  line-height: 1.1;
  white-space: normal;
}

.duvidas_comuns_card{
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: auto;
  width: 60%;
  text-align: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 20px;
}

.duvidas_comuns_card_titulo{
  display: flex;
  background-color: #8c4c28;
  width: 100%;
  height: 70px;
  padding: 0 35px;
  color: #fff;
  font-family: AbhayaLibre, sans-serif;
  font-size: 1.3rem;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  white-space: normal;
  cursor: pointer;
}

.duvidas_comuns_card_titulo span{
  width: 95%;
}

.duvidas_comuns_card_titulo img{
  display: block;
  height: 20%; 
}

.duvidas_comuns_card_conteudo{
  display: none;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #374001;
  font-family: FoundersGrotesk, sans-serif;
  font-size: 20px;
  border-radius: 72px;
  margin: 15px 0;
  padding: 0 25px;
}

/* Fim dúvidas comuns */

@media (max-width: 1040px) {/* Feito exclusivamente para lidar com a imagem da section mais_sobre */
  .mais_sobre_descricao{
    width: 100%;
  }

  .mais_sobre_imagem_descricao{
    width: 100%;
  }

  .duvidas_comuns_card_titulo{
    border-radius: 40px;
  }
}

@media (max-width: 950px) {

  .conteudo_topo_home{
    width: 70%;
  }

  .container_btn_conteudo_top_home{
    width: 90%;
  }

  .duvidas_comuns_card{
    width: 80%;
  }
}


@media (max-width: 800px) {

  .conteudo_topo_home{
    width: 80%;
  }

  .container_btn_conteudo_top_home{
    width: 100%;
  }

  .jeito_cuidar_card_conteudo{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .jeito_cuidar_card_conteudo p {
    width: 100%;
  }

  .jeito_cuidar_card_conteudo_imagem{
    width: 100%;
    max-width: 100%;
    margin: 20px;
  }

  .mais_sobre_roda_pe{
    padding: 20px 25px;
  }

  .duvidas_comuns_card_titulo{
    height: 95px;
  }

}
