<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* main.css */


 
/* ==========================================================================
   Base styles
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remover text-shadow:
 *
 */
a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
    Estilo sistema Index
   ========================================================================== */

/*** Barra Topo ***/

body{
  font-family: Roboto, Arial;
}


.navegacao-superior{
  background-color: #0e74ca;
  margin: 0px; 
  min-height: 95px;
  text-transform: uppercase;
}

.navegacao-interior {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 13px;
}

.navegacao-barra{
  padding-top: 10px;
}

.navegacao-barra ul{
  list-style: none;
  overflow: hidden;
  font-family: Roboto, Arial; 
  
}

.navegacao-logo{
  text-align: center;
}

.navegacao-barra li{
  float: right;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  transition: 0.6s all;
  
}
.navegacao-barra li:hover{
  background-color: #2681cd;
  
}

.barra-busca{
  position: relative;
  min-width: 190px;
  cursor: pointer;
  cursor: hand;
  display: block;
}

.barra-busca i{
  position: absolute;
  top: 12px;
  left: 13px;
  color: #0e74ca;
  font-size: 1.1em;
}

.campo-buscar{
    border-radius: 30px;
    border: none;
    height: 40px;
    padding: 11px 40px;
    display: block;
    background-color: #fff;
    min-width: 180px;
    font-weight: bold;
    font-size: 0.9em;
    color: #000;
}

.navegacao-busca{
  padding: 12px;
}

.navegacao-barra a{
  color: inherit;
  text-decoration: none;
}


/*** Banner ***/


.banner-superior{
  background: url(../img/layer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  margin: 0px;
  margin-bottom: 40px;
}

.banner-superior h1{
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  
}

.banner-interna{
  
}

.flutuate-banner-busca {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.flutuate-banner-busca div {
  float: left;
}

.flutuate-banner-busca input[type=text] {
  min-width: 250px;
}

.multiple-placeholder{
  min-width: 195px;
}

.multiple-placeholder .select2-selection--single{
  border: none !important; 
  border-radius: 0px !important; 
}

.multiple-placeholder .select2-selection__rendered {
  line-height: 42px !important;
  color: #000 !important;
  font-size: 14px !important;
}

.flutuante-ultimo{
  min-width: 100px;
}


/* campos */

.campo {
  border: none;
  padding-left: 8px;
  height: 40px;
  color: #000;
  font-size: 14px;
  background-color: #fff;


}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5em;
  background: #fff;
  border: none;
  padding: 1em 2em 1em 1em;
  font-size: 1em;
}
.select-container {
  position:relative; 
}
.select-container:after {
  content:""; width:0; height:0; position:absolute; pointer-events: none;
}
.select-container:after {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 8px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 15px;
  width: 0;
}

.caixa-busca label{
  margin-top: 10px;
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea.campo-d{
  height: 80px;
}

.campo-d{
  border: none;
  padding-left: 8px;
  height: 40px;
  color: #000;
  font-size: 13px;
  width: 100%;
}


.btn{
  border: none;
  background-color: #0e74ca;
  color: #fff;
  height: 40px; 
  padding: 0px 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  cursor: pointer;
  cursor: hand;
  width: 100%;
}

.btn:hover{
  background-color: #2681cd;

}

/** Ãrea destaques **/

.linha-pq{
  height: 4px;
  width: 45px;
  margin: 0 auto;
  border-radius: 2px;
  margin-bottom: 8px;
  background-color: #0e74ca;
  display: block;
}

.linha-rodape{
  height: 4px;
  width: 40px;
  border-radius: 2px;
  margin-bottom: 8px;
  background-color: #0c66b1;
  display: block;
}

.solicitar-rodape{
  cursor: pointer;
}

.area-destaques{
  padding: 25px 0px; 
  margin-bottom: 60px;
}

.destaques-itens{
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}



.destaques-itens div{
  padding: 15px 10px;
  width: 25%;
  min-width: 120px;
  float: left;
  display: block;
    transition: all 0.6s;

}

.destaques-itens img{
    margin: 0 auto;
    display: block;
    max-height: 80px;
    max-width: 98%;
}

.destaques-itens div:hover{
  background-color: #eee;
  border-radius: 5px;
}

.area-destaques h2{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  color: #707070;
  margin-bottom: 20px;
  font-size: 1.3em;
}


/** Bairros Prudente e RegiÃ£o **/

.bairros-prudente{
  margin-bottom: 60px;
}


.bairros-prudente h2{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  color: #707070;
  margin-bottom: 20px;
  font-size: 1.3em;
}


.bairros-itens{
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.bairros-itens div{
  border-radius: 5px;
  height: 320px;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0.5vw;
}

.bairros-itens .img:hover{
  transform: scale(1.05);
}

.bairros-itens p{
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 88px );
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  pointer-events: none;
  text-align: center;
  width: 176px;
}

.bairros-itens .img{
    background-image: url(../img/vila_marcondes.png);
    -webkit-transition: all 0.2s;
    transition: all 0.6s;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}


/** Lista tags de imÃ³veis **/

.tags-imoveis{
  margin-bottom: 40px;
}

.tags-imoveis h2{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  color: #707070;
  margin-bottom: 20px;
  font-size: 1.3em;
}

.lista-tags{
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.lista-tags-coluna{
  list-style: none;
  float: left;
  position: relative;
  columns: 4;
  max-height: 25vh;
  overflow: hidden;
}

.mostrar-mais{
  position: absolute;
  bottom: 15px;
  left: calc(50% - 17px);
  z-index: 10;
  color: #0e74ca;
  font-size: 0.8em;
  cursor: pointer;
}

.lista-tags-coluna:after{
  /* content: ""; */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 190px;
  display: block;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,#fff));
  background: linear-gradient(transparent,#fff 90%);
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}



.lista-tags-coluna li{
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 4px;
}

.lista-tags-coluna li a{
  color: #0e74ca;
}


/** RodapÃ© **/


.rodape{
  position: relative;
  color: #fff;
  padding: 20px 0px;
  background-image: url(../img/imoveis_fundo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rodape::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0e74ca;
  z-index: -1;

}

.rodape-interna{
  max-width: 1140px;
  margin: 0 auto;
}

.topico{
  font-size: 1em;
  font-weight: bold;
    
  
}

.sobre{
  font-size: 0.8em;
  
}


.rodape ul{
 list-style: none;
}

.rodape ul li{
 font-size: 0.8em;
}


/** copyright **/

.copyright{
  color: #707070;
  font-size: 0.8em;
}

.copyright div{
  margin: 0 auto;
  max-width: 800px;  
  text-align: center;
}


 /* ==========================================================================
    Estilo sistema pÃ¡gina imovel
   ========================================================================== */


/** mosaico **/

.mosaico-imovel{
  margin: 0;
  padding: 0;
  overflow: hidden;
    background-color: #000000; /*#f9f9f9*/
}


/** descriÃ§Ã£o imovel **/

.area-descricao{
    margin: 0;
    padding: 0;
}

.dados-imovel{
  margin: 0;
}

.interna-descricao{
  max-width: 1140px;
  margin: 0 auto;
}

.interna-descricao h1{
  font-size: 1.3em;
  color: #3e3e3e;
  
}

.codigo-imovel{
  font-size: 0.7em;
  padding: 5px 15px;
  background-color: #e8e8e8;
  border-radius: 10px;
  color: #5e5e5e;
} 

.corpo-secao{
  margin-bottom: 50px;
  padding: 20px;
}

.corpo-secao h2{
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  padding: 8px 15px;
  border-radius: 5px;
  color: #0e74ca;
  font-size: 1em;
  margin: -10px;
}

.corpo-secao i{
  color: #989898;
  margin-right: 5px;
  font-size: 0.8em;
}

.corpo-secao p{
  padding: 25px 15px;
  font-size: 0.9em;
}

.corpo-secao ul{
  list-style-position: inside;
}

.tags-descricao{
  margin-bottom: 30px;
}


.tags-descricao span{
  padding: 3px 5px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  display: inline-block;
  margin: 4px 3px;
  font-size: 0.8em;
} 

.tags-descricao label{
    color: #989898;

}

.caracteristicas-item{
  float: left;
  min-width: 120px;
  width: 20%;
  position: relative;
  margin-bottom: 10px;
}

.caracteristicas-item::after{
  content: '';
  position: absolute;
  top: 5px;
  right: 20px;
  width: 2px;
  height: 25px;
  background-color: #e8e8e8;
}

.caracteristicas-imovel{
  width: 100%;
  margin: 20px 0px 30px 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.caracteristicas-icone{
  width: 35px;
  padding: 5px;
}
.caracteristicas-icone-place{
  float: left;
}

.caracteristicas-topico{
  font-size: 0.6em;
  display: block;
  color: #989a9b;
}

.caracteristicas-valor{
  font-size: 1em;
}


/** contato imovel **/

.barra-lateral-imovel{
  margin: 0;
}

.valores-imovel{
  border: 1px solid #ccc;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  padding: 20px 20px;
  min-width: 265px;
}

.preco-label{
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.valor-imovel{
  color: #0e74ca;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.3em;
}

.valores-imovel-div{
  margin-bottom: 5px;
  overflow: hidden;
}

.valores-imovel-mobile {
  padding: 5px 20px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
}

.valores-imovel-mobile hr{
  margin: 5px;
}

.valores-imovel-mobile .valor-imovel{
  margin-top: 0px;
}

.valor-diversos-label{
    float: left;
    width: 50%;
    font-size: 0.8em;
    color: #989898;
}

.valores-diversos{
    float: right;
    width: 50%;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
}

.contato-imovel{
  background-color: #ffd590;
  border: 2px solid #e1a94d;
  border-radius: 5px;
  padding: 15px;  
  margin: 0 auto;
  margin-top: 20px;
}

.contato-imovel img{
  margin-bottom: 15px;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #ffffff;
  background-color: #fff;
  margin: 0 auto;
  display: block;
}

.contato-imovel strong{
  font-size: 0.9em;
}
.contato-imovel p{
  margin-bottom: 15px;
}

.contato-telefone i{
  float: left;
  margin-right: 10px;
}

.enviado-icone-anun{
  color: #4CAF50;
}
.enviado-icone-anun p{
  color: #000;
}

.contato-telefone span{
  position: absolute;
  top: 0px;
  right: 25px;
  color: #ff3f00;
  box-shadow: -5px 0px 10px 10px #ffd590;
  background-color: #ffd590;
  cursor: pointer;
}

.contato-telefone{
  position: relative;
}

.btn-enviar-imovel{
  background-color: #ff3f00;
  width: 100%;
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
  border-radius: 4px;
}

.btn-enviar-imovel:hover{
  background-color: #ff6837;
}


.input-codigo{
  width: 100px;
  float: right;
}

.codigo-ver{
  display: inline-block;
  padding-top: 10px;
}

.contato-imovel .campo-d{
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #e1a94d;
}

/* Slider imÃ³vel */

   .ug-gallery-wrapper .ug-strip-panel{
      background-color: rgb(255, 255, 255) !important;
    }
    
    .chocolat-overlay{
      background-color: #5e5e5e !important;
    }
    
    .chocolat-wrapper .chocolat-bottom{
      background: rgba(0, 0, 0, 0.60) !important;
    }
    
    .sy-controls li{
      z-index: 3 !important;
    }
    
    @media only screen and (max-width: 960px) {
      .shop .sy-box .sy-slides-wrap {
        max-height: 275px;
      }
      .shop .sy-box .sy-slide .image-content .sld-imovel-imagem{
         max-height: 275px;
      }
    }        
    
    @media only screen and (min-width: 961px) {
      .shop .sy-box .sy-slides-wrap {
        max-height: 395px;
      }
      .shop .sy-box .sy-slide .image-content .sld-imovel-imagem{
         max-height: 395px;
      }

    }    
    
    @media only screen and (min-width: 401px) {
      .shop .sy-box .sy-slides-wrap {
        min-width: 400px;
        max-width: 590px;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .shop .sy-box .sy-slides-crop {
      overflow: visible;
    }
    @media only screen and (max-width: 500px) {
      .shop .sy-box .sy-controls li {
        min-width: 2.4em;
      }
      .shop .sy-box .sy-controls li a:after {
        line-height: 1.4em;
        height: 1.4em;
        width: 1.4em;
        margin-top: -0.7em;
        margin-left: -0.7em;
      }
    }
    @media only screen and (min-width: 501px) {
      .shop .sy-box .sy-controls li {
        width: 100%;
      }
      .shop .sy-box .sy-controls li.sy-prev {
        left: -100%;
      }
      .shop .sy-box .sy-controls li.sy-next {
        right: -100%;
      }

    }
    .shop .sy-box .sy-slide {
      filter: brightness(60%);
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
    }
    .shop .sy-box .sy-slide .product-info {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 1em;
    }
    @media only screen and (max-width: 500px) {
      .shop .sy-box .sy-slide .product-info {
        padding: 1em 2.4em;
      }
    }
    .shop .sy-box .sy-slide .product-info p {
      margin-bottom: 1em;
    }
    .shop .sy-box .sy-slide .product-info p, .shop .sy-box .sy-slide .product-info .button-link {
      opacity: 0;
    }
    .shop .sy-box .sy-slide .product-info .button-link {
      position: absolute;
      bottom: 1em;
    }
    .shop .sy-box .sy-slide .product-info .buy-now {
      right: 1em;
    }
    @media only screen and (max-width: 500px) {
      .shop .sy-box .sy-slide .product-info .buy-now {
        right: 2.4em;
      }
    }
    .shop .sy-box .sy-slide .product-info .more-info {
      left: 1em;
    }
    @media only screen and (max-width: 500px) {
      .shop .sy-box .sy-slide .product-info .more-info {
        left: 2.4em;
      }
    }
    .shop .sy-box .sy-slide .image-content {
      line-height: 0;
    }
    .shop .sy-box .sy-slide .image-content .sld-imovel-imagem {
      max-width: 100%;
      cursor: zoom-in;
      margin: 0 auto;
      display: block;
    }
    .shop .sy-box .sy-slide.sy-active {
      opacity: 1; 
        filter: brightness(100%);
    }
    .shop .sy-box .sy-slide.sy-active .buy-now {
      opacity: 1;
    }
    .shop .sy-box .sy-slide.sy-active:hover .sld-imovel-imagem {
      opacity: 0.9;
      filter: brightness(110%);
    }
    .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link {
      opacity: 1;
    }
    .shop .sy-box .sy-slide .product-info p,
    .shop .sy-box .sy-slide .product-info .button-link,
    .shop .sy-box .sy-slide .sld-imovel-imagem, .shop .sy-box .sy-slide.sy-active, .shop .sy-box .sy-slide.sy-active .buy-now, .shop .sy-box .sy-slide.sy-active:hover .sld-imovel-imagem, .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link, .shop .sy-box .sy-slide.sy-active.transition {
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
    }
    .product-name,
    .shop-slider .slide_box {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    @media only screen and (min-width: 401px) {
      .product-name,
      .shop-slider .slide_box {
        min-width: 400px;
        max-width: 590px;
        width: 50%;
      }
    }


/* ImÃ³veis similares */


.imoveis-similares{
    margin-bottom: 70px;
    margin-top: 25px;
}

.imoveis-similares h2{
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #3e3e3e;
}
.imoveis-similares h2 .fa{
    font-size: 0.7em;
    margin-right: 10px;
    color: #0e74ca;
}

.imoveis-similares-interna{
  max-width: 1140px;
  margin: 0 auto;
}

.card-imovel-similar{
}


.card-imovel-similar div{
 
}

.card-imovel-similar div:not(.card-img):not(.card-caracteristicas){
 padding: 4px 15px;
}

.card-imovel-sd{
  margin: 0 auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  -webkit-transition: .25s;
  transition: all .25s;
  color: #3e3e3e;

}

.card-imovel-sd:hover{
  
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  -webkit-transition: .25s;  
  
}

.card-preco{
  color: #0e74ca;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 0.7em;
  padding: 5px 0px !important;
  margin:0;
}

.card-finalidade{
  
}

.card-finalidade h3{
  font-size: 1em;
}

.card-finalidade p{
  font-size: 0.9em;
  margin-top: 5px;
  color:#909090;

}

.card-finalidade p i{
  margin-right: 5px;
}

.card-caracteristicas{
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  margin: 0 15px;
  display: flex;
  text-align: center;
  color: #909090;
  height: 45px;
  align-items: center;
  justify-content: space-evenly;
}

.card-caracteristicas label{
font-size: 0.9em;
}

.card-caracteristicas strong{
  color: #000;
}

.card-descricao{
  color: #909090;
  height: 80px;
  font-size: 0.8em;
  overflow: hidden;
}

.card-ver-mais{
}

.card-ver-mais a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
	
	display: block;
    padding: 8px;
    border-radius: 5px;
	background-color: #0e74ca;
    color: #fff;	
}


.card-img{
  height: 240px;
  overflow: hidden;
display: flex;
    justify-content: center;
    align-content: center;
}

.card-img div{
  background-image: url(../img/img-imovel.png);
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* PÃ¡gina de busca */

.corpo-busca{
  max-width: 1180px;
  margin: 0 auto;
}

.busca-cidade-tit{
  font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.resultado-busca{
  
}


/* Item de busca*/
.resultado-item {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    float: left;
    border: 3px solid rgba(223,223,223,0.3);
    border-radius: 0;
    transition: ease 0.3s;
}

	
.resultado-item:hover {
	background:rgba(244,244,244,0.8);
	border-radius:0;
	transition:ease 0.3s;
	}	


.imovel-nada-encontrado p{
    text-align: center;
    margin-top: 10px;
    color: #0e74ca;
    font-size: 1.2em;
}

.imovel-nada-encontrado img{

    margin: 0 auto;
    width: 70%;
    max-width: 450px;
    display: block;
}
.desc-item-lista{
	float:right;
	width:60%;
	padding: 10px 10px 0px 10px;
	}

.desc-item-lista table td {
	padding:0px 10px;
	}	
	
.desc-item-lista h3{
	font-size: 20px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	margin:15px 0 0 0;
	}	

.desc-item-lista p{
	width:100%;
	margin:15px 0;
	font-size:12px;
	}	
	
.desc-item-lista table{
	margin:10px 0 10px;
	border:0;
	}		
	
.desc-item-lista a{
	text-decoration:none;
	color:inherit;
	}
	
	
.desc-item-lista .table td {
	border-bottom:0px solid red;
	width:20%;
	}	

.desc-item-lista .nome-imobiliaria{
  position: absolute;
  bottom: -40px;
  right: 5px;
  font-size: 0.8em;
  width: 100px;
  overflow: hidden;
  text-align: center;
  height: 35px;
}

.desc-item-lista .lista-baixo{
  height: 85px;
}
.desc-item-lista .lista-topo{
  
}

.img-item-lista .image-hover2{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 280px;
  min-width: 50%;
  /* width: 100%; */
  float:left;
}	

 .img-estagio{
    top: 10px;
    width: 100%;
    min-width: 120px;
    max-width: 200px;
    float: right;
    left: 0;
    background-color: red;
    position: absolute;
    z-index: 100;
    margin-top: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
  } 

 .img-tarja{
    top: calc(50% - 15px);
    width: 100%;
    min-width: 120px;
    float: right;
    background-color: rgba(0, 0, 0, 0.59);
    position: absolute;
    z-index: 100;
    margin-top: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
  } 

.img-item-lista .image-hover2:hover{
  transform: scale(1.1);

 }

.image-carregando{
  display: none;
  transition: 0.6s all;
}

.lazy+.image-carregando{
  display: inline-block;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: calc(50% - 35px);
  color: #c5c5c5;
}
	
.icones i{
	font-size:14px;
	color:#acacac;
	}	
	
.icones{
  font-family: 'Roboto', Arial;
  font-size:14px;
  color:#000;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
    margin: 15px 0px;
}				

.icones div{
  flex: 0 1 200px;
}

a.btver{
	padding:10px 15px;
	text-decoration:none;
	color:#fff;
	float:right;
	text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    transition: all 0.6s;
    font-size: 11px;
    border-radius: 3px;
    background-color: transparent;
    color: #0e74ca;
    border: 1px solid #0f79d3;
	}

a.btver:hover{
  background-color: #0e74ca;
  color: #fff;
}

.item-tipo {
	color:#fff;
	float:left;
	position:absolute;
	padding:5px 10px;
	margin:5px;
	}	
		
.item-valor {
	color:#fff;
    position: relative;
    margin:-35px 6px 0 0;
	padding:5px 10px;
    float: right;
	font-size:18px;
    line-height: 1.2;
    font-family: 'Hind', sans-serif;
	}
		

.resultado-item ul {
	width:100%;
	} 			
		
.resultado-item li {
	list-style:none;
	width:50%;
	float:left;
	outline:0px solid #fff;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
	} 
	
.resultado-item ul li:first-child {
  font-size: 1.5em;
  padding: 6px 0;
  color: #0e74ca;
  font-weight: bold;
} 
	
	
.txt-right {
	text-align:right;
	}	

.campo-busca{
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding-left: 8px;
  height: 40px;
  color: #696969;
  font-size: 13px;
  width: 100%;
}


.addthis_inline_share_toolbox{
  margin: 15px 0px;
}

@-webkit-keyframes pop-in {
    0% { opacity: 0; -webkit-transform: scale(0.5); }
    100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
    0% { opacity: 0; -moz-transform: scale(0.5); }
    100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
    0% { opacity: 0; transform: scale(0.5); }
    100% { opacity: 1; transform: scale(1); }
}


/* ==========================================================================
   Media Queries 
   ========================================================================== */

   @media only screen and (max-width: 719px) {


	.destaques-itens div{ width:100%; }
	.destaques-itens img {max-height: 150px;}
    
     
    .lista-tags-coluna{
      columns: 2;
      max-height: 70vh;
    }

     .valores-imovel-mobile{
       display: block;
     }
     
     .valores-imovel{
       display: none;
     }

    .lista-tags-coluna li {
        font-size: 0.9em;
        text-align: center;
        margin-bottom: 10px;
    }

    .campo {
      width: 100%;
      border-radius: 4px;
        
    }

     
    .img-item-lista {
      position: relative;
      width: 100%;
      height: 249px;
      overflow: hidden;
      background: #fff;
      border: 0 solid #fff;
      margin: 0 auto;
	  
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	  
    }

    .multiple-placeholder .select2-selection--single{
      border-radius: 5px !important; 
    }


    .bairros-itens span{
     max-width: 100% !important;
    }

    .flutuate-banner-busca div {
      float: left;
      width: 100%;
      margin-bottom: 10px;
    }
    
    .btn{
      width: 100%; 
      border-radius: 4px;
     }

    .banner-interna{
      margin-top: 25px;

    }
     
     .rodape{
       text-align: center;
     }
     
     .banner-superior{
      height: 375px; 
     }

     .desc-item-lista{
       width: 100%;
     }
     
  }

   @media only screen and (min-width: 720px) {
    .campo {
      min-width: 110px;  
    }



     .valores-imovel-mobile{
       display: none;
     }
     
     .valores-imovel{
       display: block;
     }

    .img-item-lista {
    position: relative;
    width: 40%;
    height: 249px;
    overflow: hidden;
    background: #fff;
    border: 0 solid #fff;
    float: left;
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
    }
     
     .flutuante-ultimo{
      border-radius: 0px 4px 4px 0px; 
     }
     .flutuante-primeiro{
      border-radius: 4px 0 0 4px; 
     }

    .banner-interna{
      margin-top: 120px;

    }
     
    .sobre{
      max-width: 260px; 
    }
     
    .banner-superior{
      height: 400px; 
     } 
  }

   @media only screen and (max-width: 720px) {
    .img-item-lista img{
      width:100%;
      height:100%;
      display: block;
      margin: 0 auto;
      }	

  }

   @media only screen and (min-width: 976px) {
    .img-item-lista {
      float: left;
      position: relative;
      width: 40%;
      height: 249px;
      display: inline-block;
      overflow: hidden;
      background: #fff;
      border: 0 solid #fff;

	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;	  
    }


     
     .desc-item-lista{
       width: 60%;
     }

  }


/* Modal solicitar */



.modal-solicitar{
    max-width: 1200px;
    display: none;
  }
  
  .modal{
    padding: 0px !important;
  }
  
  .enviando-icone{
    display: none;
    color: #0e74ca;
  }  
  
  .enviado-icone{
    display: none;
    color: #0e74ca;
  }

/*---------------------------------------------*/
input, select {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}


select:focus::-webkit-input-placeholder { color:transparent; }
select:focus:-moz-placeholder { color:transparent; }
select:focus::-moz-placeholder { color:transparent; }
select:focus:-ms-input-placeholder { color:transparent; }

select:focus::-webkit-input-placeholder { color:transparent; }
select:focus:-moz-placeholder { color:transparent; }
select:focus::-moz-placeholder { color:transparent; }
select:focus:-ms-input-placeholder { color:transparent; }
  
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgb(14, 116, 202);
}

.wrap-contact100 {
  width: 1163px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 25px;
  padding-bottom: 50px;
  }

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 100%;
  padding-top: 55px;
  text-align: center;
}

.contact100-pic img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}


/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: roboto;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 36px;
  padding-bottom: 36px;
}

input.input100, select.input100 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 55px;
}

input.input100[name="email"] {
  padding: 0 30px 0 54px;
}

textarea.input100 {
  min-height: 85px;
  border-radius: 25px;
  padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: #f5f5f5;
  font-family: roboto;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  transition: 0.4s all;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgb(14, 116, 202);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 20px 5px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 20px 5px;
    opacity: 0;
  }
}

.symbol-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #0e74ca;
  padding-left: 22px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #0e74ca;
  font-family: roboto;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {


  .contact100-form {
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 0px 25px;
    padding-bottom: 50px;
  }



  .contact100-form {
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 0px 25px;
    padding-bottom: 50px;
  }

  .contact100-pic {
  }

  .contact100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 0px 25px;
    padding-bottom: 50px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/* Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  
    background-color: #0e74ca;
    border: none;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 7px;
    color: #fff;
    font-size: 0.9em;
    transition: all 0.6s;
}

.select2-selection__choice:hover{
  box-shadow: 0px 0px 2px 1px #ccc; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    float: right;
    font-size: 1em;
}

.select2-container--default .select2-selection--multiple{
  min-height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
  margin-top: 8px !important;
  font-size: 14px;
  margin-left: 10px;
  color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
    margin-bottom: 0px !important;
}

.select2-container .select2-selection--single{
  height: 40px !important;
  border-color: #e0e0e0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
  padding-left: 15px;
  font-size: 14px;
  color: #757575;
  
}

/* paginaÃ§Ã£o */


.pagination {
  display: inline-block;
}

.pagination a {
  padding: 12px 0;
  display: inline-block;
  color: #888;
  background-color: #f2f2f2;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 3px;
  line-height: 20px;
  width: 42px;
  border: none;
  margin: 0 5px;
  text-decoration: none;
  
}

.pagination a.active {
  padding: 12px 0;
  display: inline-block;
  color: #fff;
  background-color: #0e74ca;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 3px;
  line-height: 20px;
  width: 42px;
  border: none;
  margin: 0 5px;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #0e74ca;
  color: #fff;

}


.menu-paginacao-superior{
  padding: 15px 1px;
  background-color: #FFF;
  border-left: 3px solid #ccc;
  text-indent: 20;
  color: #999;
}


.paginacao-caixa {
  text-align: center; 
  float: left; 
  width: 100%; 
  padding-bottom:25px; 
}

.tooltip-balao{
  font-family: Arial;
  position: absolute;
  width: 145px;
  padding: 3px;
  text-align: justify;
  color: #FFF;
  box-shadow: 0px 0px 1px 1px #ddd;
  border-radius: 5px;
  font-size: 12px;
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
}



 /* ==========================================================================
   Helper's do boiler Plate 
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  #fff-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  #fff-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 




 
/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        #fff-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




.bg_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; 
}

.modal-solicitar {
  width: 90%;
}


@media (max-width:720px) {
.modal-solicitar{
  margin-top: 400px !important;
}
}

@media (max-width:425px) {
.modal-solicitar{
  margin-top: 800px !important;
}
}

@media (max-width:320px) {
.modal-solicitar{
  margin-top: 500px !important;
}

}


</pre></body></html>