/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-homepage .banner {
  background-color: #215a6d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 64px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner {
    height: 100vh;
  }
}
body.page-template-homepage .banner .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page-template-homepage .banner .titulo-banner {
  color: #FFF;
  font-size: 32px;
  letter-spacing: 0.32px;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .titulo-banner {
    font-size: 52px;
    max-width: 800px;
  }
}
body.page-template-homepage .banner .subtitulo-banner {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 500px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .subtitulo-banner {
    font-size: 22px;
  }
}
body.page-template-homepage .banner .box-img {
  max-width: 500px;
  width: 100%;
  height: 400px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .banner .box-img {
    height: 600px;
  }
}
body.page-template-homepage .banner .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .sobre {
  background-color: #fff;
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.page-template-homepage .sobre {
    padding: 120px 0;
  }
}
body.page-template-homepage .sobre .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-homepage .sobre .wrapper .titulo-sobre {
  color: #215a6d;
  font-size: 28px;
  letter-spacing: 0.32px;
  line-height: 120%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .sobre .wrapper .titulo-sobre {
    font-size: 56px;
  }
}
body.page-template-homepage .sobre .wrapper .descricao-sobre p {
  color: #215a6d;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 900px;
  text-align: center;
}
@media (min-width: 1024px) {
  body.page-template-homepage .sobre .wrapper .descricao-sobre p {
    font-size: 22px;
  }
}
body.page-template-homepage .servicos {
  padding: 64px 0 0;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos {
    padding: 120px 0 0;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis {
  margin-bottom: 120px;
}
body.page-template-homepage .servicos .regularizacao-imoveis .titulo-regularizacao {
  color: #215a6d;
  font-size: 28px;
  letter-spacing: 0.32px;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-imoveis .titulo-regularizacao {
    font-size: 56px;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis .descricao-regularizacao {
  color: #215a6d;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.32px;
  line-height: 140%;
  margin: 0 auto 60px;
  max-width: 80%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-imoveis .descricao-regularizacao {
    font-size: 28px;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao .row-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao .row-label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao .row-label p {
  color: #215a6d;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  max-width: 80%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-imoveis .box-label-regularizacao .row-label p {
    text-align: center;
    font-size: 22px;
  }
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-servicos-regularizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-servicos-regularizacao .row-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-homepage .servicos .regularizacao-imoveis .box-servicos-regularizacao .row-label .label {
  color: #215a6d;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  max-width: 380px;
}
body.page-template-homepage .servicos .regularizacao-avaliacao {
  background-color: #215a6d;
  padding: 80px 0;
}
body.page-template-homepage .servicos .regularizacao-avaliacao .titulo-regularizacao {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.32px;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-avaliacao .titulo-regularizacao {
    font-size: 56px;
  }
}
body.page-template-homepage .servicos .regularizacao-avaliacao .descricao-regularizacao {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.32px;
  line-height: 140%;
  margin: 0 auto 60px;
  max-width: 80%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-avaliacao .descricao-regularizacao {
    font-size: 28px;
  }
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao .row-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao .row-label {
    width: 48%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao .row-label p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  max-width: 80%;
}
@media (min-width: 1024px) {
  body.page-template-homepage .servicos .regularizacao-avaliacao .box-label-regularizacao .row-label p {
    font-size: 22px;
  }
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-servicos-regularizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-servicos-regularizacao .row-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-homepage .servicos .regularizacao-avaliacao .box-servicos-regularizacao .row-label .label {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  max-width: 380px;
}
body.page-template-homepage .imoveis {
  padding: 64px 0 0;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis {
    padding: 120px 0 0;
  }
}
body.page-template-homepage .imoveis .titulo-imovies {
  color: #215a6d;
  font-size: 28px;
  letter-spacing: 0.32px;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .titulo-imovies {
    font-size: 56px;
  }
}
body.page-template-homepage .imoveis .imoveis-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .imoveis-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item {
  width: 100%;
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link {
  cursor: pointer;
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .imovel-thumbnail {
  height: 350px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .imovel-thumbnail {
    height: 450px;
  }
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis {
  padding: 20px 0;
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .imovel-title {
  color: #215a6d;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 100%;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .imovel-title {
    font-size: 18px;
  }
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .localizao {
  color: #215a6d;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .localizao {
    font-size: 16px;
  }
}
body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .descricao {
  color: #215a6d;
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  body.page-template-homepage .imoveis .imoveis-box .imovel-item .imovel-link .box-conteudo-imoveis .descricao {
    font-size: 16px;
  }
}
body.page-template-homepage .imoveis .list-taxonomy {
  margin-bottom: 40px;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino .item-rota {
  color: #215a6d;
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 140%;
  cursor: pointer;
  position: relative;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino .item-rota::after {
  content: "";
  bottom: -2px;
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background-color: #215a6d;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino .item-rota:hover::after {
  width: 100%;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino .item-rota-active {
  font-weight: 500;
  position: relative;
}
body.page-template-homepage .imoveis .list-taxonomy .lista-rota-destino .item-rota-active::after {
  content: "";
  bottom: -4px;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background-color: #215a6d;
}
body.page-template-homepage .imoveis .swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
body.page-template-homepage .imoveis .swiper .swiper-slide .box-img {
  height: 500px;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}
body.page-template-homepage .imoveis .swiper .swiper-slide .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-homepage .imoveis .swiper .swiper-slide .card-rota-content .card-rota-title {
  color: #215a6d;
  font-size: 22px;
  letter-spacing: 0.32px;
  line-height: 100%;
  margin-bottom: 8px;
}
body.page-template-homepage .imoveis .swiper .swiper-slide .card-rota-content .localizacao-imovel {
  color: #215a6d;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 100%;
  margin-bottom: 8px;
}
body.page-template-homepage .imoveis .swiper .swiper-slide .card-rota-content .descricao-imovel {
  color: #215a6d;
  font-size: 16px;
  opacity: 0.8;
  max-width: 80%;
  letter-spacing: 0.32px;
  line-height: 140%;
}
body.page-template-homepage .imoveis .box-buttons-swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  body.page-template-homepage .imoveis .box-buttons-swiper {
    display: none;
  }
}
body.page-template-homepage .imoveis .box-buttons-swiper svg {
  -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.page-template-homepage .imoveis .box-buttons-swiper svg:hover {
  scale: 1.05;
}
body.page-template-homepage .imoveis .box-buttons-swiper .swiper-button-disabled {
  opacity: 0;
}
/*# sourceMappingURL=home.css.map */
