.destaque-titulo{
  margin-left: 15px;
}

.foto-imovel {
  opacity: 1!important;
}

@media (min-width: 992px) {
  .Home .card-imovel:nth-child(n) {
    display: block;
    width: 25%!important;
  }

  .thumb-imovel .foto-container{
    height: 200px!important;
  }
}

.Home .card-imovel {
  display: none;
}

@media (max-width: 768px) {
  .Home .card-imovel:nth-child(-n+5) {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .Home .card-imovel:nth-child(-n+4) {
    display: block;
  }

  .Home .card-imovel:nth-child(n+7){
    display: block;
  }

  .Home .card-imovel:nth-child(n+10){
    display: none;
  }
}

/* @media (min-width: 992px) {
  .Home .card-imovel:nth-child(-n+5) {
    display: block;
  }

  .Home .card-imovel:nth-child(n+8){
    display: block;
  }

  .Home .card-imovel:nth-child(n+12){
    display: none;
  }

} */

/** Ref PBI 3310 Novos Modelos */
.busca-home-banner {
  position: relative;
  top: calc(50% - 85px);
  width: 100%;
  z-index: 1;
}

.busca-home-banner #busca-home {
  background-color: #ffffffdd;
}

.fundo-base.fundo-base-busca {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: repeat-x;
  background-position-y: bottom;
}

.slk-thumbs .slick-slide {
  margin-right: 0 !important;
  min-height: 175px;
  max-height: 175px;
}

.slk-thumbs .slick-arrow {
  top: 0;
  line-height: 140px;
  min-height: 175px;
  z-index: 1;
}

.slk-thumbs .ct-prev {
  left: 0;
  /* background-image: linear-gradient(90deg,rgba(0,0,0,.8) 0,transparent); */
}

.slk-thumbs .ct-next {
  right: 0px;
  /* background-image: linear-gradient(270deg,rgba(0,0,0,.8) 0,transparent); */
}

.slk-thumbs .ct-prev svg,
.slk-thumbs .ct-next svg {
  width: 25.5px;
  height: 24px;
  color: #fff
}

.thumb-imovel a.toggle-favorito {
  z-index: 2;
}

.icone-360 {
  z-index: 2;
}

.fundo-base-busca .carousel-caption {
  position: relative;
  top: calc(50% - 100px);
  bottom: 16px;
  right: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  z-index: 20;
}

.fundo-banner.rm-blur {
  filter: none;
  -webkit-filter: none;
}

#imovel.imovel-2 {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.thumb-imovel a.toggle-favorito {
  font-size: 22px;
  top      : 10px;
  right    : 12px;
}

@media screen and (min-width: 1000px) {
  .cinco-imoveis-pagina .card-imovel, .Home .card-imovel{
    width: 20%!important;
  }

  .Imoveis .foto-container{
    height: 175px!important;
  }
}

@media screen and (min-width: 1200px) {
  #content.container.Imovel {
    width: 100%;
  }
}

.listagem-imoveis .lista {
  height: 60.5vh;
  overflow-y: scroll;
  margin-top: 10px;
}

.card-imovel.selected {
  border: #17a5e7 solid 1px;
}

@media screen and (min-width: 1023px) {
  .mapa {
    height: 85.5vh;
  }
}

.cluster-pin {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  font-size: 11px;
  border-radius: 50%;
  font-weight: bold;
  transition: transform 250ms, background 250ms;
  box-shadow: 0.5px 0.5px 1px 0px rgba(0, 0, 0, 0.5);
}
.cluster-pin.highlight,
.cluster-pin.selected {
  transform: scale(1.5);
}

.link-voltar {
  line-height: 36px;
}

@media screen and (min-width: 1200px) {
  #imovel.imovel-2 .imovel-detalhes {
    max-width: 80%;
    margin: 0 auto;
  }

  #imovel.imovel-2 .botoes {
    max-width: 80%;
    margin: 0 auto;
  }

  #imovel.imovel-2 .select-botoes {
    text-align: left;
  }

  #imovel.imovel-2 .link-voltar {
    text-align: right;
  }
}

#imovel.imovel-2 h3 {
  font-size: 18px;
}

#imovel.imovel-2 .divisor-detalhe {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

#imovel.imovel-2 .divisor-detalhe-clear {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#imovel.imovel-2 .imovel-caracteristicas .fa.fa-check {
  font-size:18px;
}

#imovel.imovel-2 .box-info {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 10px 5px;
  -webkit-box-shadow: 0px 0px 6px 7px #eee6;
  -moz-box-shadow: 0px 0px 6px 7px #eee6;
  box-shadow: 0px 0px 6px 7px #eee6;
}

@media screen and (max-width: 990px) {
  #imovel.imovel-2 .box-info {
    width: 90%;
    margin: 0 auto;
  }
}

#imovel.imovel-2 .box-conteudo {
  width: 98%;
  padding: 0 1%;
  float: left;
  position: relative;
}

#imovel.imovel-2 .box-divisor {
  margin: 5px 0;
  border-bottom: 1px solid #eee;
}

#imovel.imovel-2 .box-conteudo .share {
  width: 100%;
  margin-top: 10px;
  font-size: 24px;
  color: #333;
  padding: 5px 0;
  overflow: hidden;
  clear: both;
}

#imovel.imovel-2 .box-conteudo .share h3 {
  font-size: 14px;
}

#imovel.imovel-2 .box-conteudo .share-esq {
  float: left;
  width: 70%;
  text-align: left;
}

#imovel.imovel-2 .box-conteudo .share-dir {
  float: right;
  width: 30%;
  text-align: right;
}

#imovel.imovel-2 .box-conteudo .share ul{
  list-style: none;
  padding: 0;
}

#imovel.imovel-2 .box-conteudo .share ul>li{
  display: inline-block;
}

#imovel.imovel-2 .box-conteudo .share ul>li a {
  font-size: .8em;
}

#imovel.imovel-2 .box-conteudo .valor-total {
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 5px 0;
  overflow: hidden;
  clear: both;
}

#imovel.imovel-2 .box-conteudo .valor-condominio {
  width: 100%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  clear: both;
}

#imovel.imovel-2 .box-conteudo .valor-iptu {
  width: 100%;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  clear: both;
}

#imovel.imovel-2 .box-conteudo .valor-esq {
  float: left;
  width: 50%;
  text-align: left;
}

#imovel.imovel-2 .box-conteudo .valor-dir {
  float: right;
  width: 50%;
  text-align: right;
}

#imovel.imovel-2 .box-conteudo .contato {
  padding: 5px;
  line-height: 38px;
}

#imovel.imovel-2 .box-conteudo .btn-contato {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#imovel.imovel-2 .box-conteudo .btn-contato.whatsapp:hover {
  background: #059400;
}

#imovel.imovel-2 .box-conteudo .btn-contato.whatsapp {
  background: #06b000;
}

#imovel.imovel-2 .box-conteudo .btn-contato a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
}

#imovel.imovel-2 .box-conteudo .corretor {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  overflow: hidden;
  clear: both;
}

#imovel.imovel-2 .box-conteudo .construtora {
  padding: 15px 0 10px 0;
}

#imovel.imovel-2 .box-conteudo .corretor-esq {
  float: left;
  width: 25%;
  text-align: left;
}

#imovel.imovel-2 .box-conteudo .corretor-dir {
  float: right;
  width: 75%;
  text-align: left;
  padding-left: 15px;
}

#imovel.imovel-2 .box-conteudo .sohtec .btn {
  width: 100%;
  margin-bottom: 10px;
}

#imovel.imovel-2 .icons {
  padding: 10px;
  white-space: normal;
}

#imovel.imovel-2 {
  padding: 0 !important;
}

#imovel.imovel-2 #imgDestaque .slick-slide {
  margin-right: 0 !important;
}

#imovel.imovel-2 #imgDestaque .slick-slide .slk-cover {
  background-size: cover !important;
}

#imovel.imovel-2 #imgDestaque .ct-prev.slick-arrow {
  left: 10px;
}

#imovel.imovel-2 #imgDestaque .ct-next.slick-arrow {
  right: 10px;
}

#imovel.imovel-2 .imovel-tab {
  height: 400px;
  min-height: 400px;
}

#imovel.imovel-2 #imgDestaque {
  margin: 0 !important;
}

#imovel.imovel-2 .imovel-video {
  height: 400px;
  min-height: 400px;
}

#imovel.imovel-2 .imovel-tab #map_container {
  height: 400px;
}

#imovel.imovel-2 .imovel-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#imovel.imovel-2 .destaque {
  border-top: none;
  padding-bottom: 10px;
}

#imovel.imovel-2 .buttons_detalhe {
  text-align: center;
  padding: 10px;
}

#imovel.imovel-2 .imovel-video iframe,
#imovel.imovel-2 .imovel-video object,
#imovel.imovel-2 .imovel-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#imovel.imovel-2 .botoes {
  margin-top: 10px;
  margin-bottom: 10px;
}

#imovel.imovel-2 .corretor .nome,
#imovel.imovel-2 .corretor .creci,
#imovel.imovel-2 .corretor .telefone,
#imovel.imovel-2 .corretor .email {
  text-align: unset;
}

#imovel.imovel-2 #imgDestaque .imgThumb {
  margin-left: 0px;
}

@media screen and (max-width: 1023px) {
  #imovel.imovel-2 .corretor .nome,
  #imovel.imovel-2 .corretor .creci,
  #imovel.imovel-2 .corretor .telefone,
  #imovel.imovel-2 .corretor .email {
    text-align: center;
  }

  #imovel.imovel-2 .imovel-tab,
  #imovel.imovel-2 .imovel-video {
    height: 250px;
    min-height: 250px;
  }

  #imovel.imovel-2 .imovel-tab #map_container {
    height: 250px;
  }

  #imovel.imovel-2 .select-botoes,
  #imovel.imovel-2 .link-voltar {
    text-align: center;
  }
}

@media screen and (min-width: 1366px) {
  .banner-search-wrap {
    padding: 0 65px;
  }
}

.banner-area .carousel-inner{
  height: 460px;
}

.banner-inner-wrap {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.banner-inner-wrap .banner-inner {
  margin-top: 40px;
}
.banner-search-wrap {
  margin-top: 24px;
}

.rld-banner-tab {
  border-bottom: 0;
}

.rld-banner-tab .nav-item {
  margin-bottom: 0;
}

.rld-banner-tab .nav-item a:hover,
.rld-banner-tab .nav-item a:focus,
.rld-banner-tab .nav-item a.active {
  background: #FFFFFF99;
  color: #565656;
  border: none;
}

.rld-banner-tab.nav-tabs>li.active>a,
.rld-banner-tab.nav-tabs>li.active>a:focus,
.rld-banner-tab.nav-tabs>li.active>a:hover {
  background: #FFFFFF99;
  border: none;
}

.rld-banner-tab .nav-item a {
  border: 0;
  border-radius: 5px 5px 0 0;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  margin-right: 8px;
  position: relative;
  display: block;
  letter-spacing: 0.4px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rld-main-search {
  padding: 15px 15px 10px 15px;
  background: #FFFFFF99;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 6px;
}

.rld-main-search .rld-single-input,
.rld-main-search .rld-single-select .single-select {
  margin-bottom: 15px;
}

.rld-single-input {
  position: relative;
}

.rld-single-input.left-icon input,
.rld-single-input.icon-boleto input {
  padding-left: 40px;
}

.rld-single-input.left-icon:before {
  content: '\f002';
  position: absolute;
  top: 8px;
  background-size: auto;
  height: 16px;
  width: 16px;
  left: 19px;
  background-repeat: no-repeat;
  font-family: "FontAwesome"
}

.rld-single-input.icon-boleto:before {
  content: '\f2c3';
  position: absolute;
  top: 8px;
  background-size: auto;
  height: 16px;
  width: 16px;
  left: 19px;
  background-repeat: no-repeat;
  font-family: "FontAwesome"
}

.rld-single-input input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #D4D4D4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  font-size: 15px;
}

.rld-single-select .single-select, .rdl-multi-select {
  height: 38px;
  line-height: 37px;
  width: 100%;
  padding: 0 34px 0 20px;
  border: 1px solid #D4D4D4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 4px;
  background: #fff;
  color: #626262;
}

.rdl-multi-select .dropdown-toggle .filter-option {
  width: calc(100% - 15px)!important;
  text-overflow: ellipsis;
}

.rdl-multi-select{
  padding: 0px 5px 0px 20px;
  margin-bottom: 10px;
}

.rdl-multi-select .form-control button.btn.dropdown-toggle{
  padding: 0px;
  height: 35px;
}

.rdl-multi-select .form-control,
.rdl-multi-select .filter-option,
.bs-caret{
  border: none;
  color: #626262!important;
  font-weight: normal;
  font-size: 15px!important;
}

.rdl-multi-select .bs-caret {
  margin-right: 3px;
}

.rld-main-search .btn {
  width: 100%;
  height: 38px;
  max-width: 100%;
  line-height: 38px;
  padding: 0 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.banner-inner h1 {
  color: #fff;
  text-shadow: 0 0 15px #333;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
}

.banner-inner .sub-title {
  color: #fff;
  text-shadow: 0 0 15px #333;
  font-size: 28px;
  line-height: normal;
}

.btn.mini.boletoexpresso {
  min-width: 28px !important;
}

.exibe-boletoexpresso {
  margin-top: 30px;
}

.btn-boletoexpresso {
  font-weight: bold;
  height: 50px;
  padding: 15px;
}

.boleto_expresso {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .banner-inner .title {
    display: none;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    object-fit: cover;
  }
  .banner-search-wrap {
    margin-bottom: 24px;
  }

  .rld-banner-tab .nav-item a {
    padding: 0 18px;
  }

  .banner-inner-wrap {
    width: 90%;
  }

  .exibe-boletoexpresso {
    margin-top: 5px;
  }

  .boleto_expresso .btn-yellow {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .Home .card-imovel:nth-child(-n+5) {
    display: block;
  }

  .banner-area .carousel-inner {
    height: 100%;
  }

  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (max-width: 1365px) {
  .sub-title {
    display: none;
  }
}