@charset "UTF-8";
.menu {
  position: relative;
  background-image: url(../images/fundo-menu-topo.png);
  width: 100%;
  background-color: #1B3738;
}

.formZap input.botao {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #72FF75;
}

section#detalhe-imovel {
  position: relative;
  z-index: 2;
  background-image: url(../images/fundo-menu-topo.png);
  width: 100%;
  background-color: #1B3738;
  border-radius: 0px 0px 50px 50px;
  color: #fff;
}
section#detalhe-imovel .view-slider {
  position: relative;
  width: 100%;
  max-height: 590px;
  overflow: hidden;
}
section#detalhe-imovel .view-slider .botoes-em-slider {
  position: absolute;
  margin-top: 27px;
  margin-left: 27px;
  width: 95%;
}
section#detalhe-imovel .view-slider .botoes-em-slider .bloco-360 {
  width: 152px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #FFF;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .bloco-360 svg {
  position: relative;
  bottom: 1px;
  margin-right: 2px;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .bloco-fotos {
  width: 117px;
  height: 34px;
  border-radius: 17px;
  background: #80FF83;
  margin-left: 24px;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .bloco-fotos label {
  color: #1B3738;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .bloco-fotos label b {
  font-weight: normal;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .mapa {
  position: relative;
  width: 92px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #FFF;
  cursor: pointer;
  margin-left: 24px;
  background-color: rgba(0, 0, 0, 0.8);
}
section#detalhe-imovel .view-slider .botoes-em-slider .mapa svg {
  position: relative;
  bottom: 1px;
  margin-right: 2px;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .botoes-em-slider .video {
  position: relative;
  width: 92px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #FFF;
  cursor: pointer;
  margin-left: 24px;
  background-color: rgba(0, 0, 0, 0.8);
}
section#detalhe-imovel .view-slider .botoes-em-slider .video svg {
  position: relative;
  bottom: 1px;
  margin-right: 2px;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .box-nav {
  position: absolute;
  z-index: 999;
  right: 33px;
  width: 178px;
  height: 71px;
  bottom: 9px;
}
section#detalhe-imovel .view-slider .box-nav .voltar {
  display: block;
  mask: url(../images/icones/voltar-branco.svg) no-repeat;
  -webkit-mask: url(../images/icones/voltar-branco.svg) no-repeat;
  width: 29px;
  height: 29px;
  background-color: #fff;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .box-nav .avanca {
  display: block;
  mask: url(../images/icones/voltar-branco.svg) no-repeat;
  -webkit-mask: url(../images/icones/voltar-branco.svg) no-repeat;
  width: 29px;
  height: 29px;
  transform: rotate(180deg);
  background-color: #fff;
  cursor: pointer;
}
section#detalhe-imovel .view-slider .box-nav .progress-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
section#detalhe-imovel .view-slider .box-nav .progress {
  height: 100%;
  background-color: #72ff75;
}
section#detalhe-imovel .view-slider .box-nav .tamanho-nav {
  width: 178px;
}
section#detalhe-imovel .view-slider .bloco-foto:not(.active) {
  float: right;
  width: 33%;
}
section#detalhe-imovel .view-slider .bloco-foto:not(.active) .card-imovel {
  float: right;
}
section#detalhe-imovel .view-slider .bloco-foto .card-imovel {
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  height: 590px;
  width: 94%;
}
section#detalhe-imovel .view-slider .bloco-foto.active {
  width: 67%;
  float: left;
}
section#detalhe-imovel .view-slider .bloco-foto.clickFoto {
  cursor: pointer;
  float: left;
}
section#detalhe-imovel .view-slider .bloco-foto.active > .card-imovel {
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  height: 590px;
  width: 100%;
}
section#detalhe-imovel .bloco-informacoes {
  margin-top: 41px;
}
section#detalhe-imovel .bloco-informacoes h1 {
  color: #80FF83;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#detalhe-imovel .bloco-informacoes h4 {
  color: #80FF83;
  font-size: 21px;
}
section#detalhe-imovel .bloco-informacoes h2 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
section#detalhe-imovel .bloco-informacoes h2 label .acao-ver {
  border: 0px;
  background: transparent;
  color: #80ff83;
  padding-left: 5px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
section#detalhe-imovel .bloco-informacoes .promocao {
  width: 65%;
}
section#detalhe-imovel .bloco-informacoes .promocao label {
  font-size: 17px;
  line-height: 30px;
}
section#detalhe-imovel .bloco-informacoes .verde {
  color: #80FF83;
}
section#detalhe-imovel .bloco-informacoes .branco {
  color: #ffffff;
}
section#detalhe-imovel .bloco-informacoes .valorlocacao {
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#detalhe-imovel .bloco-informacoes .aberto {
  margin-top: 20px;
}
section#detalhe-imovel .bloco-informacoes .valores {
  font-size: 16px;
}
section#detalhe-imovel .bloco-informacoes .bloco-info {
  margin-top: 15px;
}
section#detalhe-imovel .bloco-informacoes .bloco-info label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#detalhe-imovel .bloco-informacoes .item-left {
  padding-left: 5px;
}
section#detalhe-imovel .bloco-informacoes .info-space {
  margin-bottom: 20px;
}
section#detalhe-imovel .bloco-informacoes button.favoritar {
  position: relative;
  bottom: 0px;
  height: auto;
  border: 0px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-bottom: 10px;
}
section#detalhe-imovel .bloco-informacoes button.favoritar span {
  padding-left: 6px;
}
section#detalhe-imovel .bloco-informacoes .cursor {
  cursor: pointer;
}
section#detalhe-imovel .bloco-informacoes span {
  padding-left: 6px;
  cursor: pointer;
}
section#detalhe-imovel .bloco-informacoes span.valorlocacao {
  padding-left: 0px;
}
section#detalhe-imovel .bloco-informacoes button {
  height: 35px;
  border-radius: 25px;
  border: 0px;
  margin-bottom: 14px;
  border: 0.839px solid #FFF;
}
section#detalhe-imovel .bloco-informacoes button.type1 {
  background: #72FF75;
  color: #1B3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0px;
}
section#detalhe-imovel .bloco-informacoes button.type2 {
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#detalhe-imovel .bloco-informacoes a {
  text-decoration: none;
}
section#detalhe-imovel .bloco-informacoes .telefone {
  color: #80FF83;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#detalhe-imovel .bloco-informacoes .telefone a {
  text-decoration: none;
  color: #80FF83;
}
section#conta-com {
  position: relative;
  bottom: 37px;
  z-index: 1;
  width: 100%;
  min-height: 190px;
  border-radius: 0px 0px 50px 50px;
  background: #80ff83;
}
section#conta-com .bloco-conta {
  padding-top: 104px;
}
section#conta-com .bloco-conta .titulo {
  color: #1B3738;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#conta-com .bloco-conta label {
  margin-bottom: 5px;
}
section#conta-com .bloco-conta label strong {
  font-weight: normal;
  padding-left: 5px;
  line-height: normal;
}
section#conta-com .bloco-conta i.academia-de-ginastica {
  display: flex;
  mask: url(../images/icones/contacom/academia-de-ginastica.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/academia-de-ginastica.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.ar-condicionado {
  display: flex;
  mask: url(../images/icones/contacom/ar-condicionado.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/ar-condicionado.svg) no-repeat;
  -webkit-mask-size: 27px;
  mask-size: 27px;
  width: 27px;
  height: 16px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.area-de-lazer {
  display: flex;
  mask: url(../images/icones/contacom/area-de-lazer.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/area-de-lazer.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.armario-embutido {
  display: flex;
  mask: url(../images/icones/contacom/armario-embutido.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/armario-embutido.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.banheira-hidromassagem {
  display: flex;
  mask: url(../images/icones/contacom/banheira-hidromassagem.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/banheira-hidromassagem.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.bicicletario {
  display: flex;
  mask: url(../images/icones/contacom/living.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/living.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.brinquedoteca {
  display: flex;
  mask: url(../images/icones/contacom/brinquedoteca.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/brinquedoteca.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.closet {
  display: flex;
  mask: url(../images/icones/contacom/closet.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/closet.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.churrasqueira {
  display: flex;
  mask: url(../images/icones/contacom/churrasqueira.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/churrasqueira.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.deposito {
  display: flex;
  mask: url(../images/icones/contacom/deposito.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/deposito.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.despensa {
  display: flex;
  mask: url(../images/icones/contacom/despensa.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/despensa.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.fitness {
  display: flex;
  mask: url(../images/icones/contacom/fitness.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/fitness.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.home-office {
  display: flex;
  mask: url(../images/icones/contacom/home-office.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/home-office.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.lareira {
  display: flex;
  mask: url(../images/icones/contacom/lareira.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/lareira.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.lavanderia {
  display: flex;
  mask: url(../images/icones/contacom/lavanderia.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/lavanderia.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.playground {
  display: flex;
  mask: url(../images/icones/contacom/playground.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/playground.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.piscina {
  display: flex;
  mask: url(../images/icones/contacom/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/piscina.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.piscina-descoberta {
  display: flex;
  mask: url(../images/icones/contacom/piscina-descoberta.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/piscina-descoberta.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.quadra-poliesportiva {
  display: flex;
  mask: url(../images/icones/contacom/quadra-poliesportiva.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/quadra-poliesportiva.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.quadra-de-tenis {
  display: flex;
  mask: url(../images/icones/contacom/quadra-de-tenis.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/quadra-de-tenis.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.rooftop {
  display: flex;
  mask: url(../images/icones/contacom/rooftop.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/rooftop.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.sauna {
  display: flex;
  mask: url(../images/icones/contacom/sauna.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/sauna.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.salao-de-festas {
  display: flex;
  mask: url(../images/icones/contacom/salao-de-festas.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/salao-de-festas.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.terraco {
  display: flex;
  mask: url(../images/icones/contacom/terraco.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/terraco.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.vaga-de-visitante {
  display: flex;
  mask: url(../images/icones/contacom/vaga-de-visitante.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/vaga-de-visitante.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.varanda-gourmet {
  display: flex;
  mask: url(../images/icones/contacom/varanda-gourmet.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/varanda-gourmet.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.salao-de-jogos {
  display: flex;
  mask: url(../images/icones/contacom/salao-de-jogos.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/salao-de-jogos.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta i.area-verde {
  display: flex;
  mask: url(../images/icones/contacom/area-verde.svg) no-repeat;
  -webkit-mask: url(../images/icones/contacom/area-verde.svg) no-repeat;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  width: 22px;
  height: 22px;
  background-color: #1B3738;
}
section#conta-com .bloco-conta .corte {
  background: #1B3738;
  width: 100%;
  height: 1px;
  margin-top: 43px;
}
section#conta-com .bloco-conta .contador {
  cursor: pointer;
}
section#conta-com .bloco-conta .contador .center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#conta-com .bloco-conta .contador i.mais {
  display: flex;
  mask: url(../images/icones/mais.svg) no-repeat;
  -webkit-mask: url(../images/icones/mais.svg) no-repeat;
  -webkit-mask-size: 23px;
  mask-size: 23px;
  width: 23px;
  height: 23px;
  background: #1B3738;
  margin-left: 10px;
}
section#conta-com .bloco-conta .contador i.menos {
  display: flex;
  mask: url(../images/icones/menos.svg) no-repeat;
  -webkit-mask: url(../images/icones/menos.svg) no-repeat;
  -webkit-mask-size: 23px;
  mask-size: 23px;
  width: 23px;
  height: 23px;
  background: #1B3738;
  margin-left: 10px;
}

section#mapa iframe {
  width: 100%;
  height: 333px;
  border-radius: 25px;
  border-bottom: 15px solid #1B3738;
  margin-bottom: 22px;
}
section#mapa h2 {
  color: #1B3738;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 498px;
  margin-bottom: 48px;
}
section#mapa a {
  position: relative;
  top: 22%;
  width: 164px;
  height: 39px;
  border-radius: 19.5px;
  background: #00E785;
  color: #1B3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
section#mapa a label {
  cursor: pointer;
  padding-right: 5px;
}

section#banner_bairro .banner {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 100%;
}
section#banner_bairro .banner img {
  width: 100%;
}

section#diferenciais h2 {
  margin-top: 60px;
  margin-bottom: 42px;
  color: #1B3738;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#diferenciais .bloco {
  width: 100%;
  height: 420px;
  border-radius: 25px;
  border: 1px solid #72FF75;
}
section#diferenciais .bloco .foto {
  background-size: cover;
  background-position: center;
  height: 198px;
  width: 100%;
  border-radius: 25px 25px 0px 0px;
}
section#diferenciais .bloco h3 {
  margin: 22px auto;
  width: 257px;
  color: #1B3738;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#diferenciais .bloco label {
  margin: auto 30px;
  width: 318px;
  color: #646464;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#diferenciais .bloco .centro {
  display: flex;
  align-items: center;
  justify-content: center;
}

section#negocio {
  margin-top: 85px;
  width: 100%;
  height: 746px;
  background: #F4F4F4;
}
section#negocio .divCentro {
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}
section#negocio h2 {
  padding-top: 85px;
  color: #B70C23;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 65px;
}
section#negocio .bloco-negocio {
  width: 325px;
  height: 464px;
  border-radius: 25px;
  border: 2px solid #1B3738;
  outline: none;
}
section#negocio .bloco-negocio .icone {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 27px;
}
section#negocio .bloco-negocio h3 {
  color: #B70C23;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
section#negocio .bloco-negocio h4 {
  width: 241px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#negocio .botao-voltar {
  position: absolute;
  left: 0;
  cursor: pointer;
}
section#negocio .botao-avancar {
  position: absolute;
  right: 0;
  cursor: pointer;
}

section#financiamento {
  margin-top: 70px;
}
section#financiamento .banner {
  height: 417px;
  overflow: hidden;
  border-radius: 25px;
  border: 1px solid #E2E2E2;
  margin-bottom: 89px;
}
section#financiamento .banner img {
  border-radius: 25px;
}
section#financiamento .banner h2 {
  color: #1B3738;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 392px;
  margin: 0 auto;
}
section#financiamento .banner h4 {
  width: 392px;
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  margin-top: 30px;
}
section#financiamento .banner a {
  border-radius: 20px;
  background: #1b3738;
  color: #e2e2e2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 39px;
  text-decoration: none;
  width: 141px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
section#financiamento .banner .centro {
  height: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}

.separador {
  margin-bottom: 30px;
}

.tabs-slider {
  margin-top: 24px;
  margin-bottom: 96px;
}

.tab2.titulo {
  width: 622px;
  color: #1B3738;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 96px;
}
.tab2.subtitulo {
  width: 587px;
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 18px;
}

.paginacao-tab {
  justify-content: end;
  display: flex;
  width: 93%;
  margin-bottom: 25px;
}
.paginacao-tab .progess {
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #b70c23;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paginacao-tab .course-value {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.paginacao-tab .counter {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.paginacao-tab .circular-progress::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #B70C23;
}

.tab-content .back-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}
.tab-content .next-button {
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  background: no-repeat;
}

.tab-content .tab-panel .slider {
  display: none;
}

.tab-content .tab-panel.active .slider {
  display: block;
}

.tabs-slider {
  margin-top: 24px;
  margin-bottom: 96px;
}
.tabs-slider.active {
  display: block;
  overflow: hidden;
}
.tabs-slider .foto {
  width: 326px;
  height: 220px;
  border-radius: 25px 25px 0px 0px;
  background-size: cover;
  background-position: center;
}
.tabs-slider .box-info {
  position: relative;
  bottom: 10px;
  width: 326px;
  height: 247px;
  border-radius: 14.218px 14.218px 25px 25px;
  background: #1b3738;
}
.tabs-slider .box-info .space {
  padding-top: 21px;
  padding-left: 32px;
}
.tabs-slider .box-info h2 {
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.tabs-slider .box-info h3 {
  color: #72FF75;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.tabs-slider .box-info h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 34px;
  overflow: hidden;
  width: 261px;
}
.tabs-slider .box-info .infos {
  margin-top: 21px;
  width: 278px;
  height: 50px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabs-slider .box-info .infos .conteudo {
  margin-bottom: 10px;
}
.tabs-slider .box-info .infos label {
  color: #fff;
  padding-left: 5px;
  padding-right: 4px;
}
.tabs-slider .box-info .infos i.area {
  display: flex;
  mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask: url(../images/icones/area.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.quarto {
  display: flex;
  mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask: url(../images/icones/quartos.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.banheiro {
  display: flex;
  mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask: url(../images/icones/banheiro.svg) no-repeat;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  width: 16px;
  height: 20px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.vagas {
  display: flex;
  mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask: url(../images/icones/vagas.svg) no-repeat;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  width: 16px;
  height: 16px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.academia {
  display: flex;
  mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask: url(../images/icones/academia.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .infos i.piscina {
  display: flex;
  mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask: url(../images/icones/piscina.svg) no-repeat;
  -webkit-mask-size: 21px;
  mask-size: 21px;
  width: 16px;
  height: 21px;
  background: #72FF75;
}
.tabs-slider .box-info .conteudo div {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.conhecer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 264px;
  height: 33px;
  border-radius: 16.5px;
  background: #fff;
  text-decoration: none;
  color: #1b3738;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section#modal-detalhe {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
section#modal-detalhe .header-1 {
  position: relative;
  z-index: 999;
  width: 100%;
  border-radius: 0px 0px 25px 25px;
  background: #72FF75;
  height: 158px;
}
section#modal-detalhe .header-1 .direita {
  right: 0;
}
section#modal-detalhe .header-1 h2 {
  color: #1B3738;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 0px;
}
section#modal-detalhe .header-1 h3 {
  color: #1B3738;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#modal-detalhe .header-1 .favoritos {
  margin-right: 22px;
  cursor: pointer;
}
section#modal-detalhe .header-1 .compartilhar {
  margin-right: 22px;
  cursor: pointer;
}
section#modal-detalhe .header-1 .fechar-modal {
  cursor: pointer;
}
section#modal-detalhe .header-1 button.favoritar {
  border: 0px;
  background: transparent;
}
section#modal-detalhe .header-2 {
  position: relative;
  bottom: 20px;
  z-index: 2;
  right: 1px;
  width: 100%;
  height: auto;
  border-radius: 0px 0px 25px 25px;
  border: 2px solid #72ff75;
  background: #1b3738;
  padding-bottom: 28px;
}
section#modal-detalhe .header-2 button {
  padding-left: 30px;
  padding-right: 30px;
  height: 47px;
  border-radius: 24px;
  border: 1.38px solid #FFF;
  background: transparent;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 20px;
}
section#modal-detalhe .header-2 button svg path {
  fill: #fff;
}
section#modal-detalhe .header-2 button.active {
  color: #1B3738;
  font-size: 16.588px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: #72FF75;
  border: 1.38px solid #72FF75;
}
section#modal-detalhe .header-2 button.active svg path {
  fill: #1B3738;
}
section#modal-detalhe .header-2 button label {
  cursor: pointer;
  font-size: 0.8rem;
}
section#modal-detalhe .header-3 {
  position: relative;
  bottom: 25px;
  background-color: #1B3738;
  height: 910px;
  border-radius: 0px 0px 52px 50px;
}
section#modal-detalhe .header-3 h2 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-top: 41px;
  margin-bottom: 41px;
}
section#modal-detalhe .header-3 .full-foto {
  background-size: cover;
  background-position: center;
  height: 344px;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 18px;
}
section#modal-detalhe .header-3 .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#modal-detalhe .header-3 button.galeria {
  width: 280px;
  height: 47px;
  border-radius: 30px;
  background: #80FF83;
  color: #1B3738;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0px;
  margin-top: 10px;
}
section#modal-detalhe .header-3 .mapa {
  height: 750px;
}
section#modal-detalhe .header-3 .videoImovel {
  width: 100%;
  height: 750px;
}

.calendario {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.calendario input#datepicker {
  opacity: 0;
}
.calendario .datepicker-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#queroVisitarModal input[type=text], #queroVisitarModal input[type=email], #queroVisitarModal input[type=tel] {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#queroVisitarModal input[name=enviar] {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #72FF75;
}
#queroVisitarModal input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#queroVisitarModal label {
  width: 205px;
  color: #1B3738;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 7px;
}

#maisInformacaoModal h5 {
  width: 233px;
  line-height: 100%;
}
#maisInformacaoModal input[type=text], #maisInformacaoModal input[type=email], #maisInformacaoModal input[type=tel] {
  height: 46px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#maisInformacaoModal input[name=enviar] {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #72FF75;
}
#maisInformacaoModal input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#maisInformacaoModal label {
  width: 205px;
  color: #1B3738;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 7px;
}

#proposta h5 {
  width: 233px;
  line-height: 100%;
}
#proposta input[type=text], #proposta input[type=email], #proposta input[type=tel] {
  height: 46px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#proposta input[name=enviar] {
  color: #1B3738;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 0px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #72FF75;
}
#proposta input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #1B3738;
}
#proposta label {
  width: 205px;
  color: #1B3738;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 7px;
}

.modal-content {
  border-radius: 20px;
}

.mask {
  position: absolute;
  width: 69.3%;
  height: 437px;
  background: linear-gradient(180deg, #090909 0.14%, rgba(9, 9, 9, 0) 55.41%);
  margin-left: -27px;
  border-radius: 30px;
  top: -33px;
  overflow: hidden;
  opacity: 0.4;
}

.mascara2 {
  position: absolute;
  height: 100%;
  right: -16px;
  width: 32.2%;
  border-radius: 30px;
}

.mask2 {
  position: absolute;
  width: 99.7%;
  height: 529px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.98%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: 30px;
  overflow: hidden;
  bottom: 0px;
  top: 35px;
  overflow: hidden;
  margin-left: 1px;
}

.modal-popEnviar {
  position: relative;
  margin-right: 10px;
  right: 43px;
  top: 8px;
}

.para-alguem {
  position: absolute;
  border-radius: 20px;
  border: 1px solid #959595;
  background: #F3F3F3;
  width: 201px;
  height: 124px;
}
.para-alguem div {
  width: 90%;
  margin-left: 6px;
  text-align: left;
}
.para-alguem .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.para-alguem .top1 {
  padding-top: 9px;
  margin-bottom: 3px;
}
.para-alguem .posicao2 {
  margin-top: 2px;
  margin-bottom: 9px;
  padding-top: 8px;
}
.para-alguem .posicao3 {
  margin-top: 2px;
  margin-bottom: 9px;
  padding-top: 8px;
}
.para-alguem a {
  color: #6C6C6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.para-alguem a label {
  cursor: pointer;
}
.para-alguem .borda {
  border-top: 1px solid #6C6C6C;
}

.modal-compartilhar {
  margin-top: 51px;
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px;
  display: none !important;
}

.botaoProposta {
  background: #ed4f0a !important;
  border: 0px !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  section#conta-com .bloco-conta label {
    margin-bottom: 15px;
  }
  .mobItem {
    height: 40px !important;
  }
  .aberto-mob .aberto-desk {
    padding-bottom: 20px;
    border-bottom: 1px solid #72ff75;
  }
  section#conta-com .bloco-conta .titulo {
    margin-bottom: 23px;
  }
  section#banner_bairro .banner {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#banner_bairro .banner img {
    width: auto;
  }
}
@media (max-width: 991px) {
  section#modal-detalhe .header-3 .videoImovel {
    width: 100%;
    height: 380px;
    margin-bottom: 40px;
  }
  section#modal-detalhe .header-3 h2 {
    margin-bottom: 16px;
  }
  section#modal-detalhe .header-2 {
    padding-bottom: 12px;
  }
  section#modal-detalhe .header-3 {
    bottom: 43px;
    border-bottom: 2px solid #72FF75;
    border-radius: 0px 0px 30px 30px;
  }
  section#modal-detalhe .header-2 button {
    width: 102px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
  section#modal-detalhe .header-1 .favoritos img {
    width: 24px;
    height: auto;
  }
  .foto-mob .container {
    max-width: none !important;
    width: 100% !important;
  }
  .fluidMob {
    --bs-gutter-x: 1.5rem !important; /* Espaçamento horizontal */
    --bs-gutter-y: 0 !important; /* Espaçamento vertical */
    width: 100% !important; /* Largura total */
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important; /* Preenchimento à direita */
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important; /* Preenchimento à esquerda */
    margin-right: auto !important; /* Margem à direita automática (centralização horizontal) */
    margin-left: auto !important; /* Margem à esquerda automática (centralização horizontal) */
  }
  section#detalhe-imovel .view-slider {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
  }
  .mascara2 {
    display: none;
  }
  section#detalhe-imovel .view-slider .bloco-foto.active > .card-imovel {
    height: 290px;
    border-radius: 0px;
  }
  section#modal-detalhe .header-3 .mapa {
    height: 420px;
    width: 90% !important;
    margin-left: 5%;
  }
  section#diferenciais h2 {
    margin-top: 60px;
    margin-bottom: 27px;
    font-size: 25px;
  }
  section#negocio {
    margin-top: 34px;
  }
  .marginMob {
    width: 90%;
  }
  .marginMob-left {
    width: 90% !important;
    margin-left: 5%;
  }
  footer img.logo {
    margin-right: 0;
  }
  .tab2.subtitulo {
    margin-bottom: 24px;
  }
  .section#negocio h2 {
    padding-top: 58px;
  }
  section#negocio h2 {
    padding-top: 85px;
    color: #B70C23;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 37px;
  }
  section#diferenciais .bloco h3 {
    margin: 30px 0px 15px 20px;
    width: 257px;
    color: #1B3738;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  section#diferenciais .bloco label {
    margin: 10px 0px 21px 20px;
    width: 307px;
    color: #646464;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section#diferenciais .bloco .centro {
    display: flex;
    align-items: normal;
    justify-content: left;
  }
  section#detalhe-imovel .bloco-informacoes .bloco-info label {
    width: 100%;
  }
  section#modal-detalhe .header-3 .full-foto {
    height: 216px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .modal-compartilhar {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 201px;
    height: 124px;
  }
  .mask2 {
    display: none;
  }
  section#detalhe-imovel .view-slider .botoes-em-slider {
    right: 30px;
    left: -30px;
    top: -5px;
    width: 0px;
  }
  .mask {
    position: absolute;
    width: 101%;
    height: 100%;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.8463760504) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.7707457983) 100%);
    margin-left: -27px;
    border-radius: 30px;
    top: -27px;
    overflow: hidden;
    bottom: 0;
  }
  .conta-space {
    margin-left: 37px;
  }
  section#modal-detalhe .header-3 button.galeria {
    margin-bottom: 22px;
  }
  section#modal-detalhe .header-3 {
    height: auto;
  }
  section#modal-detalhe .header-2 button {
    margin-top: 30px;
  }
  section#modal-detalhe .header-1 .direita {
    right: 0;
    left: 0px;
  }
  section#modal-detalhe .header-1 {
    height: 50px;
  }
  section#modal-detalhe .compartilhar-mob {
    padding-top: 10px;
  }
  .compartilhar-mob {
    padding-top: 22px;
    padding-bottom: 10px;
  }
  .compartilhar-mob .position-absolute {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-bottom: 14px;
  }
  #diferenciais .final {
    justify-content: center !important;
    display: flex !important;
    margin-top: 40px;
  }
  #diferenciais .final button {
    margin-left: 10px;
    margin-right: 10px;
    border: 0px;
    background: no-repeat;
  }
  #diferenciais .spaceSlider {
    padding-left: 66px;
    padding-top: 45px;
  }
  #diferenciais a.clique {
    width: 141px;
    height: 39px;
    border-radius: 19.5px;
    background: #1b3738;
    color: #e2e2e2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    margin-top: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #diferenciais .montaSlider {
    display: none;
  }
  #diferenciais .montaSlider.active {
    display: block;
  }
  #diferenciais .montaSlider.d-none {
    display: none !important;
  }
  #diferenciais .progess-group {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #b70c23;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #diferenciais .circular-progress {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  #diferenciais .circular-progress::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #B70C23;
  }
  #diferenciais .course-value {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  #diferenciais .counter {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .tabs-slider .foto {
    margin: 0 auto;
  }
  .tabs-slider .box-info {
    margin: 0 auto;
  }
  section#bloco-semelhantes .tab-content {
    position: relative;
  }
  section#bloco-semelhantes .tab-content .desk-paginacao {
    position: absolute;
    width: 100%;
    bottom: -92px;
  }
  .paginacao-tab {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
  }
  .tab2.titulo {
    margin-top: 0px;
    width: auto;
    text-align: center;
  }
  .tab2.subtitulo {
    width: 100%;
  }
  section#negocio .bloco-negocio {
    width: 100%;
    height: 414px;
  }
  section#negocio .posicao-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
  }
  section#negocio .botao-voltar {
    position: relative;
    margin-right: 23px;
  }
  section#negocio .botao-avancar {
    position: relative;
  }
  section#financiamento .banner {
    height: auto;
    overflow: visible;
    border: 0px;
  }
  section#financiamento .banner .centro {
    justify-content: left;
    display: block;
  }
  section#financiamento .banner h2 {
    font-size: 21px;
    width: auto;
    margin-top: 37px;
  }
  section#financiamento .banner h4 {
    width: auto;
  }
  section#financiamento .banner a {
    background: #72FF75;
    color: #1B3738;
    margin-top: 0px;
  }
  section#financiamento img {
    width: 100%;
  }
  section#mapa .zap-mapa-mob .zap-mapa {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#mapa h2 {
    width: 239px;
    font-size: 21px;
    margin-bottom: 23px;
  }
  .colunas3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .colunas2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .aberto-desk {
    display: none;
  }
  .texto-centro {
    text-align: center;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .altura-botoes {
    height: 70px;
    margin-top: 0px !important;
  }
  section#detalhe-imovel .view-slider .bloco-foto {
    margin-bottom: 30px;
  }
  section#detalhe-imovel .view-slider .bloco-foto.active {
    width: 100%;
  }
  section#detalhe-imovel .view-slider .bloco-foto:nth-child(2n) {
    display: none;
  }
  section#detalhe-imovel .view-slider .box-nav {
    right: 0px;
    left: 0px;
    width: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -27px;
  }
  section#detalhe-imovel .open-modal {
    margin-bottom: 11px !important;
  }
  section#detalhe-imovel .bloco-informacoes {
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  section#detalhe-imovel .bloco-informacoes .telefone {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 0px;
  }
  section#detalhe-imovel .bloco-informacoes button.favoritar {
    bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  section#detalhe-imovel .bloco-informacoes .promocao {
    width: 100%;
    margin-bottom: 30px;
  }
  section#detalhe-imovel .bloco-informacoes .promocao label {
    margin-bottom: 0px !important;
  }
}
section#conta-com {
  padding-bottom: 50px;
}
section#conta-com .bloco-conta {
  padding-top: 70px;
  padding-bottom: 14px;
}
section#conta-com .bloco-conta .titulo {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  section#banner_bairro .banner {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#banner_bairro .banner img {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#modal-detalhe .header-1 {
    height: 44px;
  }
  .mask2 {
    right: 16px;
  }
  .tab2.titulo {
    margin-top: 0px;
  }
  section#financiamento .banner {
    height: 318px;
  }
  section#financiamento .banner img {
    width: 100%;
  }
  .tabs-slider .foto {
    width: 100%;
  }
  .tabs-slider .box-info {
    width: 100%;
  }
  .tabs-slider .box-info .space {
    padding-left: 20px;
  }
  .paginacao-tab {
    position: relative;
    bottom: 85px;
  }
}
@media (min-width: 1200px) {
  section#conta-com .bloco-conta label strong {
    font-weight: normal;
    padding-left: 5px;
    line-height: normal;
    margin-top: 12px;
    margin-left: 8px;
    margin-bottom: 17px;
  }
  .conta-space {
    margin-left: 37px;
  }
  .paginacao-tab {
    position: relative;
    bottom: 85px;
  }
  section#detalhe-imovel .bloco-informacoes {
    padding-bottom: 41px;
  }
}/*# sourceMappingURL=detalhe.css.map */