﻿/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/*FILTERS*/
.imovel-caixa {
  border: #337ab7 solid 1px;
  background-color: #ffffff;
  font-family: "Carnas-Light";
  font-size: 11pt;
  margin-bottom: 45px;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.imovel-caixa:nth-last-child(0) {
  margin-left: 0;
}

.imovel-caixa .opcaoCompra {
  width: 100%;
  background-color: #337ab7;
  padding: 5px;
  color: #ffffff;
  border-right: solid 1px #ffffff;
  height: 32px;
}

.imovel-caixa .imovelDetalhe {
  width: 101%;
  background-color: #337ab7;
  padding: 7px 5px;
  color: #ffffff;
  font-size: 9pt;
  height: 32px;
  text-align: center;
}

.imovel-caixa .imovelDetalhe a, .imovel-caixa .imovelDetalhe a:hover {
  color: #ffffff;
}

.imovel-caixa .tipoImovel {
  width: 100%;
  padding: 5px;
  font-size: 10pt;
}

.imovel-caixa .tipoImovel .tipoimovel-codigo {
  font-weight: normal;
}

.imovel-caixa .tipoImovel .tipoimovel-codigo--valor {
  color: #000000;
  font-weight: normal;
}

.imovel-caixa .tipoImovel .tipoimovel-tiponome {
  font-weight: normal;
}

.imovel-caixa .tipoImovel .tipoimovel-tiponome--valor {
  color: #000000;
  font-weight: normal;
}

.imovel-caixa .imovelFoto {
  width: 100%;
  padding: 5px;
  position: relative;
}

.imovel-caixa .imovelFoto-img {
  object-fit: cover;
  width: 100%;
  height: 185px;
}

.imovelFoto-border-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -118px;
  width: 236px;
  border-bottom: solid 1px #337ab7;
}

.imovel-caixa .imovelBairro {
  width: 100%;
  padding: 10px;
  color: #337ab7;
  font-size: 12pt;
  font-weight: bold;
}

.imovel-caixa .imovelCidade {
  width: 100%;
  padding: 10px;
  color: #337ab7;
  font-size: 12pt;
  font-weight: bold;
}

.imovel-caixa .imovelDescricao {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  max-height: 100px;
}

.imovelVerMais {
  border-top: solid 1px #337ab7;
  font-family: "Carnas-Light";
  font-size: 11pt;
  text-transform: uppercase;
}

.imovelVerMais .botaoLink {
  height: 36px;
  width: 105px;
  background-color: #337ab7;
  color: #ffffff;
  padding-top: 9px;
  margin: 0 auto;
  cursor: pointer;
}

.imovelVerMais .botaoLink a, .imovelVerMais .botaoLink a:hover {
  color: #ffffff;
}

.caixa-destaque {
  text-transform: uppercase;
  -webkit-box-shadow: 1px 4px 18px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 4px 18px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 4px 18px -1px rgba(0, 0, 0, 0.4);
  padding: 14px 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 60px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  overflow: hidden;
}

.caixa-destaque .caixa-destaque--titulo {
  font-family: "Carnas-Light";
  font-size: 24px;
  letter-spacing: 3px;
}

.caixa-destaque .caixa-destaque--detalhe-borda {
  border-bottom: solid 2.5px #337ab7;
  bottom: -12px;
  position: absolute;
}

.caixa-destaque .caixa-destaque--opcoes-lateral-direita {
  margin-top: 6px;
  font-family: "Carnas-Medium";
  font-weight: bold;
}

.section-detalhes-imovel-informacoes .caixa-destaque {
  margin-top: 10px;
}

.caixa-detalhe {
  color: #337ab7;
  text-align: center;
  font-size: 18px;
  margin: 6px auto 0px;
  width: max-content;
  padding-left: 10px;
  padding-right: 10px;
}

.caixa-detalhe--imovel-capa {
  display: inline-block;
}

.caixa-detalhe--imovel-capa:not(:last-child) {
  border-right: solid 2px #337ab7;
}

.caixa-detalhe.caixa-detalhe--border-top {
  border-top: 1px #cecece solid;
  padding-top: 12px;
}

.text-bold {
  font-weight: bold;
}

.imovel-caixa--valor {
  border: solid 2px #337ab7;
  background-color: #337ab7;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  padding: 2px 12px;
}

.imovel-caixa--valor.imovel-caixa--valor-locacao {
  left: 10px;
}

.imovel-caixa--valor.imovel-caixa--valor-venda {
  right: 10px;
}

.bx-wrapper {
  margin: 0 auto 0px;
}

.bx-wrapper .bx-viewport {
  border: none;
}

.detalheImovel .bx-wrapper {
  left: 50%;
  margin-left: -215px !important;
}

.caixa-detalhe.caixa-detalhe--imovel-detalhe {
  /*margin-top: 75px;*/
}

.section-detalhes-imovel-informacoes p {
  font-family: "Carnas-Light";
}

.fotosImovel {
  margin-top: 10px;
}

label[for=inputImovelCodigo] {
  margin-top: -40px;
}

.cor-primaria {
  color: #337ab7;
}

.caixa-detalhamento-imovel {
  border: solid 1px #337ab7;
  background-color: #ffffff;
  font-family: "Carnas-Light";
  position: relative;
  min-height: 60px;
  margin-bottom: 50px;
}

.caixa-detalhamento-imovel--disponibilidade {
  display: inline-block;
  color: #ffffff;
  background-color: #337ab7;
  padding: 10px 20px 8px 20px;
}

.caixa-detalhamento-imovel--valor {
  display: inline-block;
  color: #337ab7;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
  margin-left: 8px;
}

.caixa-detalhamento-imovel hr {
  border-top: 1px solid #cecece;
  margin-left: 0px;
}

.linha-vertical {
  border-top: 0px;
  border-left: 2px solid #c8c8c8;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 320px;
}

hr.linha-vertical {
  border-top: 0px;
  border-left: 2px solid #c8c8c8;
  height: 90%;
  position: absolute;
  left: 50%;
}

.caixa-detalhamento-imovel--detalhe-codigo {
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  margin-right: 50px;
  margin-top: 10px;
}

.caixa-detalhamento-imovel--informacoes-complementos {
  margin-top: 10%;
}

.section-mapa {
  /*background-color: $footer-background-color;*/
  /*padding-top: 20px;*/
  position: relative;
}

.caixa-centro {
  /*width: 100%;*/
  border-top: 1px solid #337ab7;
  /*text-align: center;*/
  position: relative;
  /*top: -20px;
  padding-top: 0px;
  left: 45%;*/
  /*margin-left: -300px;*/
}

.caixa-centro--localizacao {
  background-color: #337ab7;
  /*width: min-content;*/
  padding: 5px 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  /*margin: 0 auto;*/
  font-size: 20px;
}

.btn-pesquisar {
  border-radius: 0px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 60px;
}

.btn-pesquisar--icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: -4px;
}

section.detalhes-imovel {
  margin-top: 0px;
}

.modal {
  z-index: 9999;
}

section.imovel-nao-encontrado {
  margin-top: 30px;
  min-height: 220px;
}

.imovelVerMais {
  margin-bottom: 15px;
}

.caixa-detalhamento-imovel--visualizar-impressao {
  text-align: center;
}

.caixa-detalhamento-imovel--icones-compartilhamento {
  text-align: center;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
  display: inline-block;
  margin-top: 60px;
}

.btn-pesquisar {
  margin-top: 60px;
}

.dados-logado {
  bottom: 6px;
  position: relative;
  float: right;
  margin-top: 20px;
}

div.desc {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

/* Custom xs */
@media only screen and (min-width: 320px) {
  div.desc {
    font-size: 45px;
  }
  .caixa-destaque .caixa-destaque--detalhe-borda {
    /*bottom: -30px;*/
  }
  .section-detalhes-imovel-informacoes {
    margin-top: 0;
  }
  .detalheImovel .bx-wrapper {
    left: 0px;
    margin-left: 0px !important;
  }
  .bx-viewport {
    height: 280px;
  }
  .bxslider-imagem {
    max-height: 350px;
  }
  .section-detalhes-imovel-informacoes-tam-max-10 {
    margin-top: 0;
  }
  .section-detalhes-imovel-informacoes-tam-max-15 {
    margin-top: 0;
  }
  .section-detalhes-imovel-informacoes-tam-max-20 {
    margin-top: 0;
  }
  .caixa-detalhamento-imovel hr {
    width: auto;
  }
  .caixa-detalhamento-imovel--icones-compartilhamento {
    margin-top: 10px;
  }
}
/* xs */
@media only screen and (min-width: 480px) {
  div.desc {
    font-size: 45px;
  }
  .caixa-destaque .caixa-destaque--detalhe-borda {
    bottom: -14px;
  }
  .detalheImovel .bx-wrapper {
    left: 50%;
    margin-left: -215px !important;
  }
  .section-detalhes-imovel-informacoes-tam-max-10 {
    margin-top: 0;
  }
  .section-detalhes-imovel-informacoes-tam-max-15 {
    margin-top: 0;
  }
  .section-detalhes-imovel-informacoes-tam-max-20 {
    margin-top: 0;
  }
}
/* sm */
@media only screen and (min-width: 768px) {
  div.desc {
    font-size: 45px;
  }
  .imovelFoto-border-bottom {
    margin-left: -90px;
    width: 180px;
  }
  .caixa-destaque {
    overflow: unset;
  }
  .section-detalhes-imovel-informacoes {
    margin-top: 0;
  }
  .section-detalhes-imovel-informacoes-tam-max-10 {
    margin-top: 0px;
    border: none;
  }
  .section-detalhes-imovel-informacoes-tam-max-15 {
    margin-top: 0px;
    border: none;
  }
  .section-detalhes-imovel-informacoes-tam-max-20 {
    margin-top: 0px;
    border: none;
  }
  .caixa-detalhamento-imovel hr {
    width: 280px;
  }
  .caixa-detalhamento-imovel--visualizar-impressao {
    text-align: right;
  }
  .caixa-detalhamento-imovel--icones-compartilhamento {
    text-align: left;
  }
  .caixa-detalhamento-imovel--icones-compartilhamento {
    margin-top: 0;
  }
}
/* md */
@media only screen and (min-width: 992px) {
  div.desc {
    font-size: 35px;
  }
  .imovelFoto-border-bottom {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -118px;
    width: 163px;
    border-bottom: solid 1px;
    border-bottom-color: #337ab7;
  }
  .wrapper-section-detalhes-imovel-informacoes {
    padding-left: 0px !important;
    padding-right: 80px !important;
  }
  .wrapper-section-detalhes-imovel-fotos {
    padding-left: 40px !important;
    padding-right: 10px !important;
  }
}
/* lg */
@media only screen and (min-width: 1200px) {
  div.desc {
    font-size: 30px;
  }
  .detalhes-imovel-tam-max-15 {
    margin-top: 100px;
  }
  .detalhes-imovel-tam-max-20 {
    margin-top: 120px;
  }
}
.naoselec {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.link {
  cursor: pointer;
}

/* card imovel texto */
a.img-caption {
  margin: 0px;
  display: block;
}

.img-caption img {
  position: relative;
  height: 340px;
  width: 100%;
}

.img-caption figure {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}

.img-caption figcaption {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  box-sizing: content-box;
  padding: 15px 15px;
  padding-bottom: 40px;
  bottom: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.img-caption:hover figcaption {
  background: rgba(0, 0, 0, 0.7);
}

.img-caption figcaption h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  height: 40px;
}

.mega .img-caption figcaption h3 {
  font-size: 14px;
  line-height: 20px;
}

.mega .img-caption figcaption span {
  font-size: 14px;
  line-height: 14px;
}

.mega .img-caption figcaption {
  padding: 10px 20px;
}

.img-caption figcaption span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  position: relative;
  opacity: 0;
  max-height: 0;
  padding: 0;
  max-width: 250px;
  -webkit-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.img-caption:hover figcaption span {
  max-height: 50px;
  opacity: 1;
  padding: 5px 0 4px;
}

.adicionar-favoritos, .remover-favoritos {
  color: #fff;
}

.adicionar-favoritos .far + .fas,
.adicionar-favoritos:hover .far, .adicionar-favoritos:hover .fas {
  display: none;
  color: #fff;
}

.adicionar-favoritos:hover .far + .fas {
  display: inherit;
  color: #fff;
}

.adicionar-favoritos:hover {
  text-decoration: none !important;
  color: #fff;
}

.remover-favoritos .far,
.remover-favoritos:hover .fas {
  display: none;
  color: #fff;
}

.remover-favoritos:hover .far {
  display: inherit;
  color: #fff;
}

.remover-favoritos:hover {
  text-decoration: none !important;
  color: #fff;
}

#video-youtube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  height: "390";
}

.alinhar-lista-imagens {
  display: block;
  justify-items: center;
  margin-top: 10px !important;
}

@media only screen and (min-width: 480px) {
  .alinhar-lista-imagens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 580px) {
  .alinhar-lista-imagens {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .alinhar-lista-imagens {
    display: block;
    grid-template-columns: none;
  }
}
