body {
  margin: 0;
  background: #FFFFFF;
  color: #333333;
}
* {
  font-family: 'Varela Round', sans-serif;
  outline: none;
}
.limpar {
  clear: both;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
.btn-padrao {
  line-height: 48px;
  height: 48px;
  padding: 15px;
  border-radius: 10px;
  margin: 0px;
  transition: all 0.5s ease-out;
}
/*******************************************/
/*******************************************/
/*******************************************/
.box-busca {
  margin-bottom: 30px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
.box-busca .inputs-principais {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  width: calc(18% - 10px);
}
.box-busca .inputs-principais .btn-group {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}
.box-busca .inputs-principais .btn-group label {
  width: 50%;
  height: 70px;
  line-height: 70px;
  padding: 0px;
}
.box-busca .inputs-principais select {
  width: 100%;
  line-height: 65px;
  height: 70px;
  border-radius: 10px;
  border: none;
  padding: 0px 15px;
}
.box-busca .inputs-principais .option-stilo {
  padding: 10px 15px !important;
  line-height: 40px !important;
  height: 40px !important;
}
.box-busca .inputs-principais input {
  width: 100%;
  height: 70px;
  line-height: 65px;
  border-radius: 10px;
  border: none;
  padding: 0px 15px;
}
.box-busca .btn-principais {
  display: inline-block;
  float: left;
  width: 10%;
}
.box-busca .btn-principais .btn {
  width: 100% !important;
  height: 70px;
  border-radius: 10px !important;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .box-busca .inputs-principais {
    margin-bottom: 10px;
    width: 100%;
  }
  .box-busca .btn-principais {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wrapper-busca-1 {
  padding-top: 36px;
  padding-bottom: 36px;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}
.wrapper-busca-2 {
  padding-top: 36px;
  padding-bottom: 36px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.wrapper-busca-2 .mais {
  color: #FFFFFF !important;
}
/*******************************************/
/*******************************************/
/*******************************************/
#section-copy {
  padding-top: 30px;
}
#section-copy .financiamento {
  width: 100%;
  min-height: 135px;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  color: #FFFFFF;
  font-size: 16px;
}
#section-copy .financiamento b {
  font-size: 18px;
}
#section-copy .financiamento .transparencia {
  padding: 30px 0px;
  width: 100%;
  min-height: 135px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#section-copy .financiamento .transparencia .item-l {
  text-align: left;
}
#section-copy .financiamento .transparencia .item-r {
  text-align: right;
}
#section-copy .financiamento .transparencia .item-r img {
  margin: 5px 5px;
  max-width: 80px;
}
@media (max-width: 767px) {
  #section-copy .financiamento .transparencia .item-l {
    text-align: center;
  }
  #section-copy .financiamento .transparencia .item-r {
    text-align: center;
  }
}
#section-copy .informacoes-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-copy .informacoes-copy .logo {
  min-height: 140px;
  /*texto alinhado centraliza verticalmente*/
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#section-copy .informacoes-copy .logo img {
  height: auto;
  width: auto;
  max-width: 100% !important;
  max-height: 140px !important;
}
#section-copy .informacoes-copy .contato {
  width: 100%;
  padding: 15px 0px;
  min-height: 140px;
  /*texto alinhado centraliza verticalmente*/
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*modificação rodapé includes*/
.auxiliar-contato {
  align-items: start !important;
}
.auxiliar-contato .div-auxiliar-contato {
  margin: 0px 10px;
}

.auxiliar-contato{
  align-items: start !important;
}
.auxiliar-contato .div-auxiliar-contato{
  margin: 0px 10px;
}
.col-margem-ajustada{
  padding: 0px;
}

#section-copy .informacoes-copy .alugue-venda{
  margin-top: 33px !important;
}

.p-top-50-obrigatorio{
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-top-48-obrigatorio{
  padding-top: 7.5px;
  padding-bottom: 15px;
}

.topo-informacoes .float-r{
      margin-right: 15px;
  }

@media(max-width: 1199px){
  .auxiliar-contato{
      flex-direction: column !important;
  }
  .auxiliar-contato .div-auxiliar-contato{
      width: 100%;
      margin: 10px 5px;
  }
  .col-margem-ajustada{
      padding: 0px 15px;
  }
}
#section-copy .informacoes-copy .alugue-venda {
  width: 80%;
  padding: 38px 10px 15px 10px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
}
#section-copy .informacoes-copy .alugue-venda .icone {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  top: -33px;
  left: calc(50% - 33px);
}
@media (max-width: 991px) {
  #section-copy .informacoes-copy {
    text-align: center;
  }
  #section-copy .informacoes-copy .logo img {
    margin-bottom: 20px;
  }
}
#section-copy .direitos {
  background: #EDEDED;
  line-height: 40px;
}
#section-copy .direitos .direitos-l {
  text-align: left;
}
#section-copy .direitos .direitos-r {
  text-align: right;
}
@media (max-width: 991px) {
  #section-copy .direitos .direitos-l {
    text-align: center;
  }
  #section-copy .direitos .direitos-r {
    text-align: center;
  }
}
/**************************/
/**************************/
/**************************/
.imoveis-home {
  width: 100%;
  padding: 30px 0px;
}
.imoveis-home .titulo {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 399px) {
  .imoveis-home .titulo {
    font-size: 16px;
  }
}
.imoveis-home .btn-carousel-left {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  right: 55px;
  top: -60px;
  transition: all 0.5s ease-out;
}
.imoveis-home .btn-carousel-right {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  right: 15px;
  top: -60px;
  transition: all 0.5s ease-out;
}
.imoveis-home .item {
  padding: 7px 15px;
}
/******************/
/******************/
/******************/
.box-produto-bloco {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px #cccccc;
  -moz-box-shadow: 0px 0px 15px 0px #cccccc;
  box-shadow: 0px 0px 15px 0px #cccccc;
  transition: all 0.5s ease-out;
  color: #333333;
}
.box-produto-bloco .wrapper-foto {
  width: 100%;
  height: 220px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.box-produto-bloco .wrapper-foto .btn-carousel-foto-left {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  left: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-bloco .wrapper-foto .btn-carousel-foto-right {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  right: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-bloco .wrapper-foto:hover .btn-carousel-foto-left {
  left: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-bloco .wrapper-foto:hover .btn-carousel-foto-right {
  right: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-bloco .wrapper-foto .foto {
  width: 100%;
  height: 220px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
.box-produto-bloco .wrapper-foto .tag {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 5px 0 0 5px;
  opacity: 0.9;
  z-index: 10;
}
.box-produto-bloco .wrapper-foto .valores {
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0 5px 5px 0;
  opacity: 0.9;
  text-align: center;
  z-index: 11;
}
.box-produto-bloco .wrapper-foto .valores .valor-de {
  font-size: 10px;
  text-decoration: line-through;
}
.box-produto-bloco .wrapper-foto .valores .valor-por {
  font-size: 14px;
}
.box-produto-bloco .nome {
  padding: 10px;
  width: 100%;
  border-bottom: solid 1px #E6E6E6;
  text-align: center;
  height: 70px;
  overflow: hidden;
}
.box-produto-bloco .nome h1 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-produto-bloco .nome h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.box-produto-bloco .itens {
  padding: 10px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #E6E6E6;
}
.box-produto-bloco .itens .item {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
}
.box-produto-bloco .linha-botao {
  height: 70px;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.box-produto-bloco:hover {
  -webkit-box-shadow: 0px 0px 21px -1px #b3b3b3;
  -moz-box-shadow: 0px 0px 21px -1px #b3b3b3;
  box-shadow: 0px 0px 21px -1px #b3b3b3;
}
/******************/
.box-produto-lista {
  height: 220px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px #cccccc;
  -moz-box-shadow: 0px 0px 15px 0px #cccccc;
  box-shadow: 0px 0px 15px 0px #cccccc;
  transition: all 0.5s ease-out;
  color: #333333;
}
.box-produto-lista .wrapper-foto {
  width: 370px;
  height: 220px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.box-produto-lista .wrapper-foto .btn-carousel-foto-left {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  left: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-lista .wrapper-foto .btn-carousel-foto-right {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  right: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-lista .wrapper-foto:hover .btn-carousel-foto-left {
  left: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-lista .wrapper-foto:hover .btn-carousel-foto-right {
  right: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-lista .wrapper-foto .foto {
  width: 100%;
  height: 220px;
  border-radius: 5px 0px 0px 5px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
.box-produto-lista .wrapper-foto .tag {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 5px 0 0 5px;
  opacity: 0.9;
  z-index: 10;
}
.box-produto-lista .itens {
  padding: 15px;
  height: 220px;
  width: 134px;
  float: left;
  border-right: solid 1px #E6E6E6;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.box-produto-lista .itens .item {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
}
.box-produto-lista .wrapper-conteudo {
  height: 220px;
  width: calc(100% - 505px);
  float: right;
  z-index: 55;
}
.box-produto-lista .wrapper-conteudo .linha-conteudo {
  height: calc(100% - 69px);
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #E6E6E6;
}
.box-produto-lista .wrapper-conteudo .linha-conteudo h1 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-produto-lista .wrapper-conteudo .linha-conteudo h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.box-produto-lista .wrapper-conteudo .linha-conteudo .descricao {
  margin-top: 25px;
  font-size: 14px;
}
.box-produto-lista .wrapper-conteudo .linha-botao {
  height: 70px;
  width: 100%;
  padding: 10px;
  position: relative;
  text-align: right;
}
.box-produto-lista .wrapper-conteudo .linha-botao .wrapper-botao {
  width: 200px;
  float: right;
}
.box-produto-lista .wrapper-conteudo .linha-botao .wrapper-valores {
  float: right;
  width: calc(100% - 200px);
}
.box-produto-lista .wrapper-conteudo .linha-botao .wrapper-valores .valores {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  float: left;
}
.box-produto-lista .wrapper-conteudo .linha-botao .wrapper-valores .valores .valor-de {
  font-size: 10px;
  text-decoration: line-through;
}
.box-produto-lista .wrapper-conteudo .linha-botao .wrapper-valores .valores .valor-por {
  font-size: 14px;
}
.box-produto-lista:hover {
  -webkit-box-shadow: 0px 0px 21px -1px #b3b3b3;
  -moz-box-shadow: 0px 0px 21px -1px #b3b3b3;
  box-shadow: 0px 0px 21px -1px #b3b3b3;
}
@media (max-width: 1205px) {
  .box-produto-lista .wrapper-foto {
    width: 290px !important;
  }
  .box-produto-lista .wrapper-conteudo {
    width: calc(100% - 425px);
  }
}
@media (max-width: 1015px) {
  .box-produto-lista {
    height: 440px;
  }
  .box-produto-lista .wrapper-foto {
    width: 100% !important;
  }
  .box-produto-lista .wrapper-conteudo {
    width: calc(100% - 134px);
  }
}
@media (max-width: 705px) {
  .box-produto-lista .itens {
    display: none;
  }
  .box-produto-lista .wrapper-conteudo {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .box-produto-lista .linha-botao {
    width: 100% !important;
    text-align: center !important;
  }
  .box-produto-lista .linha-botao .wrapper-valores {
    display: none;
  }
  .box-produto-lista .linha-botao .wrapper-botao {
    width: 100% !important;
    text-align: center !important;
  }
}
/*****************************/
.box-produto-individual {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px #cccccc;
  -moz-box-shadow: 0px 0px 15px 0px #cccccc;
  box-shadow: 0px 0px 15px 0px #cccccc;
  transition: all 0.5s ease-out;
  color: #333333;
  margin-bottom: 30px;
}
.box-produto-individual .wrapper-foto {
  width: 100%;
  height: 480px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
  background-color: #F8F8F8;
}
.box-produto-individual .wrapper-foto .btn-carousel-foto-left {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  border: solid 1px #E6E6E6;
  left: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-individual .wrapper-foto .btn-carousel-foto-right {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #333333;
  border: solid 1px #E6E6E6;
  right: -35px;
  top: calc(50% - 15px);
  transition: all 0.5s ease-out;
}
.box-produto-individual .wrapper-foto:hover .btn-carousel-foto-left {
  left: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-individual .wrapper-foto:hover .btn-carousel-foto-right {
  right: 5px;
  transition: all 0.5s ease-out;
}
.box-produto-individual .wrapper-foto .foto {
  width: 100%;
  height: 480px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.box-produto-individual .wrapper-foto .tag {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 25px;
  border-radius: 5px 0 0 5px;
  opacity: 0.9;
  z-index: 100;
}
.box-produto-individual .nome {
  width: 100%;
  padding: 20px;
  border-bottom: solid 1px #E6E6E6;
  text-align: left;
}
.box-produto-individual .nome h1 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-produto-individual .nome .item {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 0;
}
.box-produto-individual .nome .i-r {
  text-align: right;
}
.box-produto-individual .nome .i-c {
  text-align: center;
}
@media (max-width: 720px) {
  .box-produto-individual .nome .item {
    width: 100%;
  }
  .box-produto-individual .nome .i-r {
    text-align: left;
  }
  .box-produto-individual .nome .i-c {
    text-align: left;
  }
}
.box-produto-individual .itens {
  padding: 20px;
  width: 100%;
  border-bottom: solid 1px #E6E6E6;
}
.box-produto-individual .itens .item {
  display: inline-block;
  width: 33%;
  float: left;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
}
.box-produto-individual .conteudo {
  padding: 20px;
  width: 100%;
  border-bottom: solid 1px #E6E6E6;
}
.box-produto-individual .conteudo p {
  color: #333333;
  font-size: 14px;
}
.imovel-valores {
  padding: 10px 15px;
  margin: 0px 0px 30px 0px;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.imovel-valores .valor-de {
  font-size: 10px;
  text-decoration: line-through;
}
.imovel-valores .valor-por {
  line-height: 30px;
  font-size: 16px;
}
.imovel-contato {
  border-radius: 10px;
  margin: 0px 0px 30px 0px;
  padding: 20px 15px;
  width: 100%;
}
.imovel-contato h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
.imovel-contato .form-control {
  border: solid 1px #E6E6E6;
  line-height: 40px;
  min-height: 40px;
  margin: 0px;
  border-radius: 0;
  overflow-x: hidden;
}
.imovel-contato .btn {
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  margin: 0px;
  border-radius: 10px;
  transition: all 0.5s ease-out;
}
.imovel-mapa {
  width: 100%;
  height: 400px;
}
/*****************************/
/*****************************/
.redes-sociais {
  margin-bottom: 30px;
}
.redes-sociais a {
  color: #333333;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .redes-sociais a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .redes-sociais a:hover {
    font-size: 15px;
  }
}
.redes-sociais a:hover {
  font-size: 14px;
}
/*****************************/
/*****************************/
/*****************************/
.titulo-pagina {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  line-height: 20px;
  text-transform: uppercase;
}
.titulo-pagina h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.titulo-pagina .compartilhar-r {
  position: absolute;
  right: 0px;
  top: 0px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .titulo-pagina .compartilhar-r {
    position: relative;
    margin-top: 15px;
  }
}
.titulo-pagina .botoes-r {
  position: absolute;
  right: 0;
  height: 20px;
  top: 0;
  text-align: right;
  min-width: 160px;
}
.titulo-pagina .botoes-r .botao-r {
  min-width: 80px;
  float: right;
}
.titulo-pagina .botoes-r a {
  color: #CCCCCC;
  padding: 0 5px;
  font-size: 20px;
  transition: all 0.5s ease-out;
}
.titulo-pagina .botoes-r a:hover {
  color: #333333;
}
.titulo-pagina .botoes-r .selecionado {
  color: #333333 !important;
}
.titulo-pagina .botoes-r .dropdown-menu > li > a {
  padding: 3px 20px;
  font-size: 12px;
  text-transform: lowercase;
  color: #767676;
}
.menu-lateral {
  width: 100%;
  border: solid 1px #000000;
  padding: 30px;
  border-radius: 10px;
}
.menu-lateral b {
  line-height: 30px;
}
.menu-lateral a {
  line-height: 30px;
}
.menu-lateral .item {
  width: 100%;
  position: relative;
}
.menu-lateral .item .badge {
  position: absolute;
  right: -10px;
}
.menu-lateral input {
  margin: 15px 0px;
}
.menu-lateral button {
  transition: all 0.5s ease-out;
}
.ok {
  compilou: s;
}
.face {
  color: #00217c !important;
}
.twi {
  color: #349be2 !important;
}
.goo {
  color: #df0000 !important;
}
.what {
  color: #00ba24 !important;
}
@media (min-width: 992px) and (max-width: 4000px) {
  .esp-grando {
    max-width: 380px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .esp-grando {
    max-width: 240px !important;
  }
}
@media (max-width: 340px) {
  .topo-menu .esp-grando img {
    max-height: 60px !important;
  }
}
.btnwhats:hover,
.btnwhats:focus,
.btnwhats {
  border: 1px solid #00ba24;
  padding: 2px 4px;
  border-radius: 9px;
  color: #00ba24;
}
