/**
*  ------------------------------------------------------------------------------------------------
*
*
*   GERAIS
*
*
*  ------------------------------------------------------------------------------------------------
*/
.vista-imoveis-section{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vista-imoveis-col{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 390px;
    margin-bottom: 22px;
}

@media(max-width: 540px){
	.vista-imoveis-col {
	  position: relative;
	  width: 100%;
	  padding-right: 15px;
	  padding-left: 15px;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}


@media(min-width: 541) and (max-width: 1024px){
	.vista-imoveis-col {
	  position: relative;
	  width: 50%;
	  padding-right: 15px;
	  padding-left: 15px;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
}


.vista-imoveis-section h2{
  font-size: 19px;
  line-height: 16px;
  color: #313131 !important;
  padding-bottom: 12px;
}

.vista-imoveis-section h2 a,
.vista-imoveis-section h2 a:hover{
  color: #313131 !important;
  text-decoration: none !important;  
}

.vista-imoveis-section h2 small{
	display: block;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #bfbfbf;
}

.vista-imoveis-section h2 small span{
   float: right;
   color: #bfbfbf;
   font-weight: normal;
   font-size: 12px;
} 

.vista-capa-imovel{
   position: relative;
   display: block;
   width: 100%;
   height: 230px;
   background: #f2f2f2;
}

.vista-capa-imovel a,
.vista-capa-imovel a:hover{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.vista-capa-imovel a span{
  position: absolute;
  display: block;
  color: #fff;
  background: #aa7a38;
  padding-left: 18.5px;
  padding-right: 18.5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  letter-spacing: 2px;
  left: -10px;
  top: 20px;
}


.vista-metas-imovel{
  display: block;
  position: relative;
  color: #313131;
  font-size: 14px;
}

.vista-metas-imovel .vista-metas-imovel-dado{
  display: inline-block;
   width: 32%;
}

.vista-metas-imovel .vista-metas-imovel-dado i{
   color: #bfbfbf;
}


.vista-metas-imovel .vista-metas-imovel-dado.vista-metas-imovel-dado-dormitorio{

}

.vista-metas-imovel .vista-metas-imovel-dado.vista-metas-imovel-dado-vagas{
	
}

.vista-metas-imovel .vista-metas-imovel-dado.vista-metas-imovel-dado-areatotal{
	
}

h3.vista-preco-imovel{
   font-weight: 600 !important;
   color: #bfbfbf !important;
   margin-top: 14px;
}


/**
*  ------------------------------------------------------------------------------------------------
*
*
*   PAGINAÇÃO
*
*
*  ------------------------------------------------------------------------------------------------
*/
.vista-paginacao{

}

.vista-paginacao{
  text-align: center;
  padding-top: 40px;
}
.vista-paginacao span,
.vista-paginacao a,
.vista-paginacao a:hover{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    text-decoration: none !important;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
}

.vista-paginacao span.page-numbers.current,
.vista-paginacao a.ativo{
    background: #000;
    color: #fff;
}



/**
*  ------------------------------------------------------------------------------------------------
*
*
*   GALERIA DE IMAGENS DETALHE DO IMOVEL
*
*
*  ------------------------------------------------------------------------------------------------
*/

.vista-imoveis-galeria-section{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.vista-imoveis-galeria-section img{
  width: 100%;
  height: auto;
} 

.vista-imoveis-galeria-section .foto-legenda-vista{
  position: relative;
  display: block;
  padding: 30px;
  text-align: center;
  color: #000;
  font-size: 13px;
}





/* CONTROLES DO CARROUSEL */
.controle-banner-galeria-vista{
  position: absolute;
  top: 380px;
  left: 0px;
  padding-top: 0px;
  width: 100%;
  height: auto;
}

@media(max-width: 540px){
  .controle-banner-galeria-vista{
    top: 320px;
    
  }
}


.vista-imoveis-galeria-section-crop .controle-banner-galeria-vista{
  top: 250px;
}

.controle-banner-galeria-vista .owl-theme img{
    width: 40px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 0px;
    border: 0px solid #cccccc !important;
}

.controle-banner-galeria-vista .owl-theme .custom-nav-banner2 {
  position: absolute;
  top: 36.5%;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-galeria-vista .owl-theme .custom-nav-banner2{
  outline: none !important;
}

.controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-prev,
.controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-prev {
  left: 3px;
}

.controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-next {
  right: 3px;
}

@media(max-width: 540px){

    .controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-prev {
      left: 3px;
    }
    
    .controle-banner-galeria-vista .owl-theme .custom-nav-banner2 .owl-next {
      right: 3px;
    }

}


#carousel-custom-dots{
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 505;
}
#carousel-custom-dots li{
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background: #f2f2f2;
  border-radius:100%;
}

#carousel-custom-dots li.owl-dot.active{
  background: #747474;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11); */
}

/**
*  ------------------------------------------------------------------------------------------------
*
*
*   FORMULÁRIOS DO IMÓVEL
*
*
*  ------------------------------------------------------------------------------------------------
*/
.vista-formulario-pesquisa-modelo-1{

}

.vista-formulario-pesquisa-modelo-1 p.container-botao-formulario{
  padding-top:14px;
}

.vista-formulario-pesquisa-modelo-1 label span{
  opacity: 0.65;
}











