/* hero */
.hero {
  display: flex;
  justify-content: center;
  background: #000 url("../img/bg_hero.png") no-repeat center/cover;
  align-items: center;
  padding: 10vh 0;

  position: relative;
}

.hero .asset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 240px;
  width: 40px;
  flex-shrink: 0;

  border-radius: 20px;
  background: var(--Primary, #8ea134);
}

.hero .asset_e {
  left: 0;
  border-radius: 0px 20px 20px 0px;
}

.hero .asset_d {
  right: 0;
  border-radius: 20px 0px 0px 20px;
}

.hero .main {
  display: flex;
  width: 697px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.hero .pesquisa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.hero .descricao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.hero h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.hero form {
  display: flex;
  height: 79px;
  padding: 0px 16px;
  align-items: center;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.hero form input {
  color: #c3c3c3;
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  text-align: justify;
}

.hero form input:focus {
  outline: none;
}

.hero form button {
  background: none;
  border: none;
  cursor: pointer;

  right: 10px;
}

.hero .btn_avaliar_agora {
  display: flex;
  width: 208px;
  height: 70px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 5px;
  border: 1px solid #fff;
  background: var(--Primary, #8ea134);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.hero .btn_avaliar_agora:hover {
  background-color: #849530;
}

.hero .btn_avaliar_agora span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.subhero {
  padding: 25px 0px;
  background: var(--Secondary, #353432);
}

.subhero p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.experiencia_recente {
  display: flex;
  padding: 10vw;
  justify-content: center;
  align-items: center;

  position: relative;
}

.experiencia_recente hr {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background: #c3c3c3;
}

.experiencia_recente div {
  display: flex;
}

.experiencia_recente p {
  display: flex;
  align-items: center;

  padding: 16px;
  gap: 8px;
  border-radius: 200px;
  border: 1px solid #c3c3c3;

  background: #fff;

  position: absolute;

  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.experiencia_recente a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8ea134;
  text-decoration: none;
}

.experiencia_recente a:hover {
  color: #7f8f2e;
}

.banner {
  display: flex;
  justify-content: space-between;

  margin: 0px 10vw;
  border-radius: 10px;
  background: #d9ddc8;

  padding: 32px;
  gap: 10%;
  align-items: center;
}

.banner .conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.banner .conteudo div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  text-align: justify;
}

.banner .conteudo h3 {
  text-align: left;
  color: #0e0e0e;
  font-size: 32px;
  font-weight: 500;
}

.banner .conteudo h4 {
  text-align: left;
  color: #353535;
  font-size: 20px;
  font-weight: 400;
}

.banner .conteudo h4 strong {
  font-weight: 600;
}

.banner .conteudo a {
  cursor: pointer;

  color: #fff;
  font-size: 16px;
  font-weight: 600;

  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border-radius: 5px;
  background: var(--Primary, #8ea134);
  text-decoration: none;
}
.banner .conteudo a:hover {
  background: var(--Primary, #849530);
}

.banner .imgs_person {
  display: flex;
  gap: 16px;
}

.banner .imgs_person img {
  max-height: 280px;
  border-radius: 24px;
}

.avaliacoes {
  display: flex;
  margin: 80px 0px;
  gap: 56px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.avaliacoes h5 {
  color: #0e0e0e;
  font-size: 32px;
  font-weight: 700;
}

.avaliacoes .c_avaliacoes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.avaliacoes .line {
  display: flex;
  gap: 32px;
}

.avaliacoes .card {
  display: flex;
  max-width: 456px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  padding: 16px;
  gap: 24px;
  background: #fff;
  flex-direction: column;
}

.card:nth-child(1),
.card:nth-child(3) {
  margin-top: 56px;
}

.card:nth-child(2) {
  margin-bottom: 56px;
}

.resumo_card {
  display: flex;
  flex-direction: row;
  gap: 22px;
}

.resumo_card img {
  width: 70px;
  height: 70px;
  border: none;
  outline: none;
  border-radius: 70px;
  background-color: #d9d9d9;
  object-fit: cover;
}

.name_card {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 400;
}

.name_card strong {
  font-weight: 700;
}

.card hr {
  width: 417px;
  height: 1px;
  flex-shrink: 0;
  background: #c3c3c3;
}

.card .avaliacao {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card .avaliacao .titulo {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 600;
}

.card .avaliacao .conteudo {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.quem_somos {
  border-radius: 10px;
  background: #dedede;
  padding: 32px;
  margin: 0px 10vw 160px 10vw;
  display: flex;
  justify-content: space-between;
}

.conteudo_quem_somos {
  max-width: 50%;
}

.conteudo_quem_somos .h4_desktop {
  color: #0e0e0e;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

.conteudo_quem_somos .h4_mobile {
  display: none;
}

.conteudo_quem_somos strong {
  font-weight: 700;
}

.conteudo_quem_somos p {
  color: #353535;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}

.conteudo_quem_somos a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;

  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border-radius: 5px;
  background: var(--Primary, #8ea134);
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
}
.conteudo_quem_somos a:hover {
  background: var(--Primary, #849530);
}

.quem_somos .c_img {
  max-width: 40%;
  display: flex;
  align-items: center;
}

.quem_somos .c_img img {
  max-width: 100%;
}

.resumo_card .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stars {
  display: flex;
  gap: 8px;
}

.estrela {
  width: 40px;
  height: 40px;
  background: url(../img/estrela-cinza.svg) no-repeat center / contain;
}

.estrela_dourada {
  width: 40px;
  height: 40px;
  background: url(../img/estrela-dourada.svg) no-repeat center / contain;
}

@media screen and (max-width: 1100px) {
  .banner .imgs_person {
    display: flex;
    flex-direction: column;
  }

  .banner .imgs_person img {
    max-height: 180px;
  }

  .conteudo_quem_somos {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .hero .asset {
    display: none;
  }
  .hero .main {
    width: 90%;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero h2 {
    font-size: 16px;
  }
  .hero form {
    height: 64px;
  }
  .hero .btn_avaliar_agora {
    width: 100%;
    box-sizing: border-box;
  }

  .subhero {
    display: none;
  }

  .experiencia_recente {
    margin: 32px 0px;
  }
  .experiencia_recente p {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .experiencia_recente hr {
    display: none;
  }

  .banner {
    display: flex;
    margin: 0px 5vw;
    padding: 14px;
    flex-direction: column;
    gap: 32px;
  }
  .banner .conteudo {
    display: flex;
    align-items: center;
  }
  .banner .conteudo h3 {
    font-size: 24px;
    text-align: center;
  }
  .banner .conteudo h4 {
    font-size: 16px;
    text-align: center;
  }
  .banner .imgs_person {
    display: flex;
    flex-direction: row;
  }
  .banner .imgs_person img {
    max-height: 125px;
  }

  .avaliacoes {
    margin: 32px 0px;
    gap: 24px;
    overflow-x: hidden;
  }
  .avaliacoes h5 {
    font-size: 24px;
    text-align: center;
  }
  .avaliacoes .line {
    display: flex;
    gap: 14px;
  }
  .avaliacoes .card {
    max-width: 200px;
    gap: 10px;
  }
  .card:nth-child(1),
  .card:nth-child(3) {
    margin-top: 25px;
  }
  .card:nth-child(2) {
    margin-bottom: 25px;
  }
  .resumo_card {
    gap: 10px;
  }
  .resumo_card img {
    width: 30px;
    height: 30px;
  }
  .resumo_card .stars svg {
    max-height: 17px;
    max-width: 17px;
  }
  .name_card {
    font-size: 6px;
  }
  .card hr {
    width: 180px;
    height: 0.5px;
  }
  .card .avaliacao {
    display: flex;
    gap: 4px;
  }
  .card .avaliacao .titulo {
    font-size: 9px;
  }
  .card .avaliacao .conteudo {
    font-size: 7px;
  }

  .quem_somos {
    display: flex;
    flex-direction: column;
    margin: 0px 5vw 160px 5vw;
    gap: 32px;
  }

  .conteudo_quem_somos {
    max-width: 100%;
  }

  .quem_somos .c_img {
    max-width: 100%;
  }

  .conteudo_quem_somos .h4_mobile {
    display: flex;
    color: #0e0e0e;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: center;
  }
  .conteudo_quem_somos .h4_desktop {
    display: none;
  }

  .conteudo_quem_somos p {
    font-size: 16px;
    text-align: center;
  }

  .conteudo_quem_somos a {
    font-size: 16px;
    text-align: center;
  }

  .quem_somos .c_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quem_somos .c_img img {
    max-width: 80%;
  }

  .estrela {
    width: 17px;
    height: 17px;
  }

  .estrela_dourada {
    width: 17px;
    height: 17px;
  }

  footer .line1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10vw;
    box-sizing: border-box;
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }

  footer .contatos {
    display: flex;
    align-items: center;
  }

  footer .line1 .whatsapp {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
