@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}
@media (max-width: 80em) {
  html {
    font-size: 56.75%;
  }
}

body {
  font-family: "Montserrat", Sans-serif;
  font-weight: 550;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #ededed;
  text-align: center;
}

.h2 {
  font-size: 2.5rem;
  color: black;
  padding-top: 2.1rem;
}
@media (max-width: 59.375em) {
  .h2 {
    font-size: 2.1rem;
    padding-top: 1.6rem;
  }
}

.h3 {
  color: rgb(47, 58, 41);
  font-size: 2rem;
  padding: 0.33rem;
}
@media (max-width: 46.875em) {
  .h3 {
    font-size: 2rem;
    padding-top: 0.82rem;
  }
}

.p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 59.375em) {
  .p {
    font-size: 1.8rem;
  }
}

.cabecalho {
  width: 100%;
}
.cabecalho__container {
  background-color: transparent;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
  z-index: 9999;
  padding: 0rem 3.9rem;
  min-height: 8rem;
}
@media (max-width: 59.375em) {
  .cabecalho__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 59.375em) and (max-width: 46.875em) {
  .cabecalho__container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.cabecalho__container.scrolled {
  background-color: black;
}
.cabecalho__logo {
  height: 6.5rem;
}
@media (max-width: 46.875em) {
  .cabecalho__logo {
    height: 5rem;
  }
}
.cabecalho__icones {
  display: none;
}
@media (max-width: 46.875em) {
  .cabecalho__icones {
    display: block;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
  }
  .cabecalho__icone {
    width: 4rem;
    color: #ededed;
  }
  .cabecalho__icone--fechar {
    display: none;
  }
}
.cabecalho__lista {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 4.88rem;
  list-style-type: none;
}
@media (max-width: 46.875em) {
  .cabecalho__lista {
    display: none;
  }
}
.cabecalho__item-link {
  font-size: 1.6rem;
  color: #ededed;
  text-transform: uppercase;
  text-decoration: none;
}
.cabecalho__item-link:hover {
  color: #444;
}
.cabecalho__item-lista:not(:last-child) .cabecalho__item-link::after {
  content: "⚬";
  font-size: 0.42rem;
  position: relative;
  left: 2.7rem;
  vertical-align: middle;
  border-radius: 50%;
  color: #ededed;
}
.cabecalho--aberto .cabecalho__container {
  background-color: black;
}
.cabecalho--aberto .cabecalho__lista {
  position: fixed;
  top: 8rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 0;
  padding: 5rem;
  transition: background-color 0.3s ease-in-out;
  background-color: black;
}
.cabecalho--aberto .cabecalho__item-link {
  font-size: 2.1rem;
}
.cabecalho--aberto .cabecalho__icones {
  transform: rotate(90deg);
}
.cabecalho--aberto .cabecalho__icone {
  display: none;
}
.cabecalho--aberto .cabecalho__icone--fechar {
  display: block;
  width: 4rem;
  color: #ededed;
}
.cabecalho--aberto .cabecalho__item-lista:not(:last-child) .cabecalho__item-link::after {
  content: none;
}

.rodape {
  color: rgb(47, 58, 41);
  font-size: 1.28rem;
  padding: 2rem;
}

.carrossel {
  position: relative;
  max-width: 100rem;
}
@media (max-width: 80em) {
  .carrossel {
    max-width: 85vw;
  }
}
.carrossel .container-imagens {
  overflow: hidden;
}
.carrossel .container-imagens .carrossel-imagens {
  display: flex;
  gap: 0.82rem;
  width: max-content;
}
@media (max-width: 46.875em) {
  .carrossel .container-imagens .carrossel-imagens {
    transform: translateX(-14.28%);
  }
}
.carrossel .container-imagens .carrossel-imagens .carrossel-imagem {
  display: flex;
  position: relative;
  width: min(32.7866666667rem, (100vw - 1.64rem) / 3);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
}
@media (max-width: 80em) {
  .carrossel .container-imagens .carrossel-imagens .carrossel-imagem {
    width: calc((85vw - 1.64rem) / 3);
  }
}
@media (max-width: 46.875em) {
  .carrossel .container-imagens .carrossel-imagens .carrossel-imagem {
    width: calc((85vw - 0.82rem) / 2);
  }
}
@media (max-width: 30em) {
  .carrossel .container-imagens .carrossel-imagens .carrossel-imagem {
    width: 85vw;
  }
}
.carrossel .container-imagens .carrossel-imagens .carrossel-imagem img {
  height: 100%;
}
.carrossel .botao {
  display: flex;
  position: absolute;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
.carrossel .botao.esquerda {
  transform: translate(-50%, -50%);
}
.carrossel .botao.direita {
  right: 0;
  transform: translate(50%, -50%);
}

.botao {
  background-color: rgb(47, 58, 41);
  padding: 0.82rem;
  border-radius: 3rem;
  border: solid 0.2rem rgb(47, 58, 41);
  color: #ededed;
  text-decoration: none;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.botao:hover,
.botao :focus,
.botao :visited,
.botao :active {
  color: rgb(47, 58, 41);
  background-color: #ededed;
  border: solid 0.2rem #8bc98b;
}
@media (max-width: 46.875em) {
  .botao {
    font-size: 1.4rem;
  }
}

.formulario {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  justify-content: stretch;
  gap: 2rem;
  width: 100%;
  flex: 1;
}
.formulario label {
  justify-content: start;
  color: #ededed;
  font-weight: 400;
}
.formulario__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  justify-content: stretch;
  gap: 0;
  width: 100%;
}
.formulario__campo {
  min-height: 3.6rem;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 1.6rem;
  color: rgb(47, 58, 41);
}
.formulario__mensagem {
  min-height: 10rem;
}
.formulario .botao {
  max-width: none;
  width: 30%;
  border-radius: 2rem;
  border: solid 0.2rem #ededed;
}
.formulario .botao:hover {
  color: rgb(47, 58, 41);
  background-color: #ededed;
  border: solid 0.2rem #8bc98b;
}

.banner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.banner__foto {
  position: relative;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 59.375em) {
  .banner__foto {
    width: none;
  }
}
.banner__titulo {
  position: absolute;
  top: 35vh;
  left: 11rem;
  width: 50rem;
}
@media (max-width: 59.375em) {
  .banner__titulo {
    width: 40rem;
  }
}
@media (max-width: 46.875em) {
  .banner__titulo {
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
  }
}
.banner__texto {
  font-family: "Montserrat", Sans-serif;
  font-style: italic;
  color: #ededed;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 59.375em) {
  .banner__texto {
    font-size: 3.9rem;
  }
}
@media (max-width: 46.875em) {
  .banner__texto {
    font-size: 2.7rem;
  }
}

.sobrenos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  scroll-margin-top: 6.5rem;
  padding: 4rem 0rem;
}
@media (max-width: 80em) {
  .sobrenos {
    padding: 2rem 0rem;
  }
}
@media (max-width: 59.375em) {
  .sobrenos {
    scroll-margin-top: 7.5rem;
  }
}
.sobrenos__conteudo {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100rem;
}
@media (max-width: 80em) {
  .sobrenos__conteudo {
    max-width: 85vw;
  }
}

.melhorlugar {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-bottom: 2rem;
}
@media (max-width: 80em) {
  .melhorlugar__titulo {
    max-width: 85vw;
  }
}
.melhorlugar__container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}
.melhorlugar__texto {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.5rem;
}
.melhorlugar__texto .p {
  font-size: inherit;
}

.caracteristicas {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 46.875em) {
  .caracteristicas {
    padding-top: 4.88rem;
  }
}
.caracteristicas__bloco {
  position: relative;
  max-width: 100rem;
  min-height: 50rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 80em) {
  .caracteristicas__bloco {
    max-width: 85vw;
  }
}
@media (max-width: 59.375em) {
  .caracteristicas__bloco {
    max-width: 50vw;
    min-height: 42rem;
  }
}
@media (max-width: 46.875em) {
  .caracteristicas__bloco {
    min-height: none;
  }
}
.caracteristicas__imagem {
  position: absolute;
  transform: translate(-15rem, 0);
  object-fit: cover;
  height: 40rem;
  width: 70rem;
  border-radius: 2%;
  box-shadow: 0.5rem -0.5rem 1rem rgba(0, 0, 0, 0.8);
}
@media (max-width: 80em) {
  .caracteristicas__imagem {
    width: 50vw;
    height: auto;
  }
}
@media (max-width: 46.875em) {
  .caracteristicas__imagem {
    width: 80vw;
    max-width: 50rem;
    transform: none;
  }
}
.caracteristicas__imagem.caracteristicas__esquerda {
  transform: translate(15rem, 0);
}
@media (max-width: 46.875em) {
  .caracteristicas__imagem.caracteristicas__esquerda {
    transform: none;
  }
}
.caracteristicas__textos {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: start;
  gap: 0;
  position: absolute;
  transform: translate(50%);
  width: 50rem;
  padding: 2rem;
  background-color: #ededed;
  box-shadow: 0.5rem -0.5rem 1rem rgba(0, 0, 0, 0.4), 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 2%;
}
@media (max-width: 80em) {
  .caracteristicas__textos {
    max-width: 45rem;
  }
}
@media (max-width: 59.375em) {
  .caracteristicas__textos {
    transform: translate(35%);
  }
}
@media (max-width: 46.875em) {
  .caracteristicas__textos {
    transform: translate(0, -85%);
    width: 35rem;
    padding: 1.28rem;
  }
}
.caracteristicas__textos.caracteristicas__esquerda {
  transform: translate(-50%);
}
@media (max-width: 59.375em) {
  .caracteristicas__textos.caracteristicas__esquerda {
    transform: translate(-35%);
  }
}
@media (max-width: 46.875em) {
  .caracteristicas__textos.caracteristicas__esquerda {
    transform: translate(0, -85%);
  }
}
.caracteristicas__caracteristica {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.2rem;
}
.caracteristicas__icone {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.caracteristicas__icone--imagem {
  max-width: 5rem;
}
@media (max-width: 46.875em) {
  .caracteristicas__icone--imagem {
    max-width: 3.6rem;
  }
}
.caracteristicas__descricao {
  font-size: inherit;
  max-width: 12rem;
  text-align: center;
}
.caracteristicas .p {
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 46.875em) {
  .caracteristicas .p {
    font-size: 1.28rem;
  }
}

.depoimentos {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding-bottom: 2rem;
}
.depoimentos__container {
  max-width: 100rem;
}
@media (max-width: 80em) {
  .depoimentos__container {
    max-width: 85vw;
  }
}
.depoimentos__bloco {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  padding-top: 4rem;
}
@media (max-width: 46.875em) {
  .depoimentos__bloco {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 46.875em) and (max-width: 46.875em) {
  .depoimentos__bloco {
    gap: 6.1rem;
  }
}
.depoimentos__depoimento {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 33%;
}
@media (max-width: 46.875em) {
  .depoimentos__depoimento {
    width: 100%;
    gap: 0;
  }
}
.depoimentos__cabecalho {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 2rem;
  width: 100%;
}
@media (max-width: 46.875em) {
  .depoimentos__cabecalho {
    width: 100%;
    padding-bottom: 0.763rem;
  }
}
.depoimentos__imagem {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.depoimentos__identificacao {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  justify-content: start;
  gap: 0;
}
.depoimentos__nome {
  color: rgb(47, 58, 41);
  font-size: 1.4rem;
  font-weight: 600;
}
.depoimentos__referencia {
  color: rgb(47, 58, 41);
  font-weight: 400;
}
.depoimentos__texto {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 400;
}
.depoimentos__facebook {
  color: rgb(47, 58, 41);
  font-size: 1.5rem;
}

.contato {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: rgb(47, 58, 41);
  padding: 2rem 0;
  scroll-margin-top: 6.5rem;
}
@media (max-width: 59.375em) {
  .contato {
    scroll-margin-top: 7.5rem;
  }
}
.contato__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: stretch;
  gap: 5rem;
  max-width: 100rem;
  width: 100%;
}
@media (max-width: 80em) {
  .contato__container {
    max-width: 85vw;
  }
}
@media (max-width: 46.875em) {
  .contato__container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: stretch;
    gap: 5rem;
  }
}
.contato__esquerdo {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  gap: 2rem;
}
.contato .h3 {
  font-size: 6rem;
  font-weight: 400;
  color: #ededed;
}
.contato .p {
  font-size: 1.5rem;
  color: #ededed;
}
.contato__icones {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.contato__icone {
  width: 4rem;
  height: 4rem;
  fill: #ededed;
}

.banner__titulo--centro {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 85vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fotos {
  padding-top: 2rem;
}
.fotos__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  align-items: center;
  column-gap: 1rem;
  row-gap: 3rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 100vw;
}
.fotos__container img {
  border-radius: 1rem;
  max-width: 30rem;
  max-height: 70vh;
  object-fit: cover;
  align-self: center;
  cursor: pointer;
}

.icone__fechar {
  display: none;
}

.popup-aberto {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: fixed;
  z-index: 2;
  top: 7.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup-aberto img {
  max-width: 90vw;
}

.icone__popup-aberto {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: right;
  gap: 0;
  position: fixed;
  top: 8rem;
  right: 10rem;
  width: 100vw;
  z-index: 3;
}
@media (max-width: 59.375em) {
  .icone__popup-aberto {
    top: 12rem;
  }
}
@media (max-width: 46.875em) {
  .icone__popup-aberto {
    top: 10rem;
    right: 5rem;
  }
}
.icone__popup-aberto .fotos__icone--fechar {
  fill: white;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: white;
  border-radius: 2.5rem;
}

.ondefica {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding-top: 2.1rem;
}
.ondefica__container {
  max-width: 100rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: start;
  gap: 2.1rem;
}
.ondefica .separador {
  width: 100rem;
  height: 0.48rem;
  border-radius: 0.48rem;
  background-color: #444;
}
@media (max-width: 59.375em) {
  .ondefica .separador {
    width: 85vw;
  }
}

.informacoes {
  padding-top: 4rem;
  font-size: 2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  gap: 0;
}
.informacoes__explicacao {
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: none;
}
.informacoes__lista {
  padding: 2rem 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  gap: 2rem;
}
.informacoes__lista--item {
  text-transform: uppercase;
}
.informacoes__sinalizacao {
  background-color: rgb(47, 58, 41);
  color: #ededed;
  padding: 2rem 0;
}

.recomendacoes {
  padding: 2rem 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
.recomendacoes__acordeao {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: start;
  gap: 1rem;
  max-width: 100rem;
  background-color: #ededed;
  transition: all 1s ease-in-out;
}
.recomendacoes__acordeao h3 {
  color: rgb(47, 58, 41);
}
.recomendacoes__bloco {
  cursor: pointer;
  color: #ededed;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100rem;
}
@media (max-width: 80em) {
  .recomendacoes__bloco {
    width: 90rem;
  }
}
@media (max-width: 59.375em) {
  .recomendacoes__bloco {
    width: 85vw;
  }
}
.recomendacoes__bloco--aberto .recomendacoes__resposta {
  display: flex;
}
.recomendacoes__bloco--aberto .recomendacoes__pergunta {
  background-color: rgb(47, 58, 41);
  color: #ededed;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.recomendacoes__bloco--aberto .recomendacoes__pergunta::after {
  content: "⯅";
}
.recomendacoes__pergunta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  background-color: rgb(47, 58, 41);
  color: #ededed;
  border-radius: 3.5rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.4rem 2rem;
  font-size: 1.92rem;
}
.recomendacoes__pergunta::after {
  content: "⯆";
}
.recomendacoes__resposta {
  display: none;
  align-items: start;
  text-align: start;
  gap: 1.28rem;
  color: rgb(47, 58, 41);
  background-color: #ededed;
  border: 0.2rem solid rgb(47, 58, 41);
  padding: 2rem;
  font-weight: 400;
  border-bottom-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
}

.blog {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.blog__banner {
  height: 30vh;
}
.blog__container {
  padding-top: 4rem;
  width: 100rem;
}
@media (max-width: 80em) {
  .blog__container {
    max-width: 85vw;
  }
}
.blog__post {
  border: 0.1rem solid rgb(47, 58, 41);
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 46.875em) {
  .blog__post {
    position: relative;
  }
}
.blog__post p {
  font-weight: 400;
  text-align: start;
}
.blog__post p span {
  font-weight: 600;
}
@media (max-width: 46.875em) {
  .blog__cabecalho {
    display: flex;
    flex-flow: column-reverse nowrap;
    align-items: stretch;
    justify-content: start;
    gap: 0;
  }
}
.blog__cabecalho--texto {
  max-height: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  justify-content: start;
  gap: 0;
  padding-bottom: 1.6rem;
}
.blog__cabecalho--texto h2 {
  color: rgb(47, 58, 41);
  width: fit-content;
  font-weight: 400;
  border-radius: 0.8rem;
  text-align: start;
}
.blog--img {
  padding-bottom: 0.82rem;
  padding-right: 0.82rem;
}
.blog--img img {
  float: right;
  width: 30rem;
  max-height: 30rem;
  object-fit: cover;
  object-position: top;
  border-radius: 2rem;
}
@media (max-width: 46.875em) {
  .blog--img img {
    width: 100%;
    float: none;
  }
}
.blog__informacoes {
  font-size: 1.4rem;
  color: rgba(47, 58, 41, 0.7);
}

/*# sourceMappingURL=style.css.map */
