/*a*/
*{ 
    font-style: normal;
    line-height: normal;
    outline: none !important;
    font-family: Nunito Sans !important;
}

body{
    background-color: #f1f2f4 !important;
}

/*aviso*/
.bloco-aviso{
    position: absolute;
    background: #0a6100;
    padding: 13px;
    width: 230px;
    z-index: 10;
    border-radius: 6px;
    box-shadow: 2px 4px 8px #7d7d7d;
    /* border: 3px solid #715959; */
    color: #b7b7b7;
    font-size: 17px;
    top: 25px;
    left: 150%; 
    /*margin-left: 50%;
    left: -115px;*/
    display: none;
}
.bloco-aviso .novo{
    top: -15px;
    position: absolute;
    background-color: #333;
    padding: 0px 7px;
    font-size: 14px;
    left: 7px;
}
.bloco-aviso .seta{ 
    border-bottom: 40px solid #0a6100;
    border-left: 25px solid transparent;
    border-right: 24px solid transparent;
    float: left;
    position: absolute;
    top: -16px;
    left: 179px;
}
.bloco-aviso.mobile{
    top: 80px;
}
/*fim aviso*/

.buscador{
    margin-bottom: 67px;
}
.video{
    width: 100%;
}
.box-refinar-busca{
    display: none !important;
}
.container-buscador .filtros{
    display: none;
}
.navegacao-imoveis{
    /*position: fixed;
    z-index: 100;
    top: 250px;
    transition: all 0.2s;*/
    position: absolute;
    margin-top: -45px !important;
}
.navegacao-imoveis.fixado{
    position: fixed;
    z-index: 100;
    top: 55px;
    transition: all 0.2s;
}
.navegacao-imoveis.mobile{
    position: relative;
    float: right;
    margin-top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
}
/*.navegacao-imoveis:hover{
    transform: scale(1.2);
    opacity: 1;
}*/
.navegacao-imoveis img{
    width: 40px !important;
}
.navegacao-imoveis a{
    /*background: #ddd;
    padding: 7px 8px 6px 10px;
    border-radius: 20px;*/
    float: left;
}
.navegacao-imoveis.anterior{
    left: 50px;
}
.navegacao-imoveis.seguinte{
    right: 50px;
    margin-left: 7px;
}
.navegacao-imoveis.seguinte img{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.voltar-resultado-busca, .navegacao-imoveis {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #939598;
}
.voltar-resultado-busca img, .navegacao-imoveis img{
    width: 10px;
    margin-top: -4px;
    opacity: 0.7;
    margin-right: 5px;
}
.voltar-resultado-busca span, .navegacao-imoveis span{
    cursor: pointer;
}
/*.navegacao { background-color: #FFCC99; }*/

.bloco-informacoes{
    padding-left: 0px;
    /*float: left;*/
}
.informacoes{
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    width: 100%;
}
.informacoes .carousel .item img {
    min-height: 203.6px;
    max-height: 500px;
}
.modal-imagens .modal-sm{
    height: 93%;
    margin-top: 10px;
}
.modal-imagens .modal-sm .owl-item{
    width: 100%;
}
.modal-imagens .maximizar{
    display: none;
}
/* CONTATAR */

/*.sucesso{
    text-align: center;
    position: absolute;
    width: 96%;
    margin-top: 150px;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    
}*/
.sucesso-email .modal-content {
    text-align: center;
    padding: 24px;
    font-size: 17px;
    border: 0;
    box-shadow: 0px 0px 0px #fff;
    border-radius: 3px;
    color: #565656;
}
.sucesso-email{
    z-index: 2000;
}
.sucesso-email .modal-sm{
    width: 400px;
    /*box-shadow: 0px 0px 10px #ddd;*/
}
.sucesso-email img{
    width: 45px;
}
.sucesso .novo-email{
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.enviado{
    opacity: 0.2;
}

.titulo-contatar{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin: 33px 0px 18px;
    text-align: center;
}
.logo-imobiliaria{
    width: 100px;
    height: 66px;
    float: left;
    padding-left: 15px;
}
.logo-imobiliaria img{
    max-height: 100%;
    max-width: 100%;
}
#ver-telefone{
    width: 119.4px;
    height: 35px;
    border-radius: 100px;
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #074b81;
    color: #ffffff;
    overflow: hidden;
    transition: 0.4s all;
    cursor: pointer;
}
#ver-telefone span{
    float: left;
    margin-top: -4px;
    text-align: center;
    width: 100%;
    height: 114%;
    padding-top: 10px;
}
.ver-telefone .ativo {
    border-radius: 0px !important;
    width: 150px !important;
    text-align: left !important;
}
.bloco-contatar{
    padding-right: 0px;
}
.bloco-contatar ul li{
    width: 33%;
}
.bloco-contatar ul li#li-contato-email{
    text-align: center;
}
.bloco-contatar ul li#li-contato-whatsapp{
    text-align: right;
}
.contatar label{
    font-weight: normal;
}
.contatar ul li{
    float: left;
}
.bloco-contatar-rodape{
    padding-left: 0px;
}
.bloco-contatar-rodape .b-contatar .imprimir{
    display: none;
}
.contatar{
    border-radius: 10px;
    background-color: #074b81;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    float: left;
    padding-bottom: 57px;
    margin-bottom: 15px;
}
.b-contatar .imprimir{
    float: right;
}
.fixo{
    position: fixed;
    width: 375px !important;
    margin-top: -525px;
}
.absoluto-bottom{
    position: absolute;
    bottom: 0px;
}
.contatar input[type="text"], .contatar textarea{
    width: 100%;
    height: 35px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #c7c8ca;
    margin-top: 15px;
    padding: 9px;
    color: #636466;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
}
.contatar textarea{
    height: 152px;

}
textarea{
    resize: none;
}

.bloco-contatar-compartilhar-anuncio{
    margin-top: 50px;
}
.contatar .ver-telefone button{
    bottom: 0px;
    right: 15px;
}
.contatar .ver-telefone{
    height: 66px;
    float: right;
    padding-right: 15px;
}
.contatar .ver-telefone .telefones{
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    display: none;
    white-space: nowrap;
    text-align: center;

}
.contatar .ver-telefone .telefones a{
    color: #fff;
}
.bloco-contatar-rodape .email, .bloco-contatar-rodape .telefone{
    max-width: 50%;
}
.contatar .bloco-tipo-resposta{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 15px;
}
.bloco-contatar .contatar .bloco-tipo-resposta span{
    margin-right: 15px;
}
.bloco-contatar-rodape .contatar .bloco-tipo-resposta input{
    margin-left: 15px;
}
.bloco-contatar-rodape .bloco-tipo-resposta .titulo{
    float: left;
    width: 200px;
}
.bloco-contatar-rodape .bloco-tipo-resposta .botoes{
    float: left;
}
.contatar button{
    width: 119.4px;
    height: 35px;
    border-radius: 100px;
    background-color: #78bb55;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: 0px;
    margin-top: 25px;
    float: right;
}

.contatar .ver-telefone .telefone{
    display: none;
}
.contatar .col-md-12{
    float: left;
    width: 100%;
}
/* fim contatar*/

.informacoes .descricoes .valor{
    margin: 5px 0px 10px 0px;
    font-size: 29px;
    font-weight: 600;
    color: #78bb55;
}
.informacoes .descricoes .forma-valor{
    font-size: 16px;
    color: #636466;
}
.informacoes .descricoes .titulo{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #007dcb;
}
.informacoes .descricoes .endereco{
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #636466;
}
.informacoes .descricoes .bairro{
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #636466;
    text-transform: uppercase;
}
.descricoes.desktop h1{
    float: left;
    margin-top: 0;
}

.caracteristicas{
    margin-top: 36px;
    width: 98%;
    margin-left: 0%;
}
.imagens{
    /*width: 100%;*/
    margin-top: 20px;
    padding: 0px;
    /*min-height: 250px;********************************************************************************************/
}
.imagens .imagem img{
    width: 100%;
    min-height: 250px;
}
.imagens .imagem{
    /*height: 486px;*/
    overflow: hidden;
    display: none;
}
.imagens .atual{
    display: block;

}

/*.caracteristica img{
  width: 33px;
}*/
.caracteristica .icon{
    width: 35px;
}
.caracteristica .valores{
    float: left;
}
.icon img {
    width: 100%;
}
.caracteristicas .col-md-10 {
    min-width: 100px;
    max-width: 80%;
}
.caracteristicas .quartos img{ /*width: 29px;*/ margin: 5px 0px; }
.caracteristicas .vagas img{ /*width: 29px;*/ margin: 5px 0px; }
.caracteristicas .banheiros img {
    width: 30px;
    float: right;
}
.caracteristica{ float: left; margin-left: 20px; }
.bloco-caracteristicas{
    display: table;/*! width: auto; */margin: 0 auto;/*! width: 612px; */
}

.caracteristicas .col-md-2,.caracteristicas .col-md-4,.caracteristicas .col-md-3, .caracteristicas .col-md-10{ padding: 0px; }
.informacoes .caracteristicas .caracteristica .descricao{ margin-left: 10px;font-size: 11px;letter-spacing: 0.2px;color: #939598; }
.informacoes .caracteristicas .caracteristica .valor{ margin-left: 10px; font-size: 16px;font-weight: bold;letter-spacing: 0.2px;color: #636466;
}
.col-md-2.caracteristica {
    width: 20%;
}
.bloco-salvar-receber-sugestoes{
    font-size: 13px;
    font-weight: 600;
    color: #929394;
    float: left;
    padding-top: 80px;
    padding-bottom: 41px;
}
.bloco-salvar-receber-sugestoes span{
    float: right;
    cursor: pointer;
    width: 100%;
    text-align: right
}
.receber-sugestoes{
    margin-top: 30px;
}
.linha{
    width: 100%;
    float: left;
    height: 1px;
    border: 0px;
    /* margin-top: 84px; */
    background-color: rgba(227, 230, 233, 0.5);
}
.descricao_imovel{
    margin-top: 38px;
    /*opacity: 0.3;*/
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #636466;
    margin-left: 4%;
    width: 90%;
}
.itens_adicionais{
    width: 90%;
    margin-left: 4%;
    margin-top: 20px;
}
.itens_adicionais ul li{
    float: left;
    width: 25%;
    margin-top: 10px;
}
.itens_adicionais ul li img {
    width: 0px;
    background-color: #333;
    padding: 4px;
    border-radius: 5px;
    opacity: 0.7;
    margin-top: -3px;
    margin-right: 5px;
}
.itens_adicionais .marcador{
    width: 9px;
    height: 9px;
    background: #717171;
    border-radius: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 7px;
}
.itens_adicionais span{
    font-weight: 600;
    color: #666f79;
}
.codigo_imobiliaria{
    font-size: 12px;
    font-weight: 600;
    margin-left: 4%;
    width: 90%;
    color: #666f79;
    margin-top: 56px;
    margin-bottom: 40px;

}
.mapa{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.row.mapa {
    max-height: 454px;
    overflow: hidden;
    margin-top: 20px;
}
.bloco-mapa .row .mapa{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mapa iframe{
    width: 100%;
    height: 360px;
}
.menu-mapa{
    height: 52px;
    background-color: #e3e6e9;
    box-shadow: inset -3px -2px 3px 0 rgba(0, 0, 0, 0.05);
    border-top-left-radius: 10px;
}

.menu-mapa ul li{
    float: left;
    width: 24.8%;
    text-align: center;
    font-size: 14px;
    height: 100%;
    padding-top: 16px;

}
.menu-mapa ul li span{
    color: #939598;
    cursor: pointer;
}
.pontos-proximos .titulo{
    font-size: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #0064b7;
    margin-top: 24px;
}
.pontos-proximos ul{
    margin-top: 33px;
}
.pontos-proximos ul li{
    color: #636466;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-left: 24px;
    margin-bottom: -2px;
}
.pontos-proximos ul li input{
    border-radius: 2px;
    border: solid 1px #c7c8ca;
}
.pontos-proximos label{
    font-weight: normal;
    margin-left: 6px;
}
.compartilhe{
    cursor: pointer;
}
.compartilhe .titulo{
    color: #666f79;
    font-size: 14px;
    font-weight: 600;
}
.compartilhe .botoes{
    padding-right: 0px;
    margin-top: 15px;

}
.compartilhe ul li{
    float: left;
    text-align: center;
}
.compartilhe ul li div{
    width: 110px;
    height: 25px;
    border-radius: 100px;
    border: solid 1px #979797;
    font-size: 14px;
    font-weight: 600;
    color: #666f79;
    padding: 3px 6px;
    margin-right: 15px;

}
.compartilhe ul li div img{
    margin-top: -5px;
    margin-right: 6px;
}
.bloco-anuncio .anuncio{
    width: 100%;
    height: 450px;
    background-color: #d8d8d8;
    margin-top: 57px;
    max-width: 350px;
    display: none;
}

.ver-mapa {
    height: 417px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(206, 206, 206, 0.93);
    display: block;
    padding: 0px;
    border-radius: 10px;
    color: #787878;
}
.ver-mapa .click-ver-mapa{
  height: 250px;
  width: 250px;
  border: 1px solid #787878;
  text-align: center;
  border-radius: 50%;
  padding-top: 90px;
  margin: 0 auto;
  margin-top: 80px;
}
.ver-mapa .click-ver-mapa:hover{
  background-color: rgba(255, 255, 255, 0.2); 
  cursor: pointer;
}
.ver-mapa span{
  font-size: 30px;
}

.imagens .voltar{
    cursor: pointer;
    float: left;
    margin-left: 2%;
}
.imagens .voltar, .imagens .avancar{
    padding: 10px;
    background-color: rgba(100,100,100,0.5);
    margin-top: 30%;
    position: absolute;
    color: #fff;

}
.modal .col-md-4{
    padding-right: 0px;
}
.modal .imagens .voltar, .modal .imagens .avancar{
    z-index: 2;
}
.imagens .avancar{
    float: right;
    cursor: pointer;
    margin-left: 94%;
}
.imagens .quantidade-imagens{
    height: 30px;
    width: 100%;
    background-color: rgba(100,100,100,0.5);
    margin-top: -30px;
    float: left;
}
.dNone{
    display: none;
}

/*MODAL*/
.modal .close{
    color: #fff;
    opacity: 1;
    position: relative;
    right: 19px;
    z-index: 10;
}
.modal-sm {
    width: 99%;
    /*margin: 0 auto;*/
    margin-top: 20px;
}
.modal-content{
    border: 0;
}
.modal .contatar textarea{
    height: 50px;
}
.modal .atual{
    display: block !important;
}
/*.modal .imagem{
  display: none;
  height: 100%;
  overflow: hidden;
}*/
/*.carousel-item.imagem{
  display: block !important;
  width: 100% !important;
}*/
/*.carousel-inner .item img{
  width: 100%;
}*/
/*.carousel.slide.imagens{
  max-height: 250px;
  overflow: hidden;
}*/

.modal .imagem img{
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
}
.modal .imagens{
    height: 100%;
    padding:0px; 
    overflow: hidden;
    /*box-shadow: 1px 3px 10px rgba(119, 113, 113, 0.81);*/
    border-radius: 10px;
    margin-top: 0px;
}


/*FIM MODAL*/

/* modal receber sugestoes de imoveis similares*/
.modal-sugestoes-baseadas .titulo.resultado-busca{
    display: none;
}
/*fim modal receber sugestoes de imoveis similares*/

/* RECEBER SUGESTOES*/
.bloco-sugestao{
    background: url('/img_sugestoes');
    height: 287px;
    margin: 70px -15px;
    background-color: rgba(100,100,100,0.5);
}
.sugestao{
    max-width: 400px;
    margin-left: 64%;
}
.sugestao .titulo{
    font-size: 30px;
    letter-spacing: 0.4px;
    color: #005da8;
    margin-top: 50px;
}
.sugestao .texto{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #636466;
    margin-top: 15px;
}
.sugestao button{
    width: 172.6px;
    height: 35px;
    border-radius: 100px;
    background-color: #64a94b;
    border: 0px;
    color: #fff;
    margin-top: 20px;
}
.modal-receber-sugestoes .modal-sm{
    width: 50%;
    max-width: 668px !important;
}
.bloco-modal-receber-sugestoes{
    font-size: 22px;
    text-align: center;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px;
}

.bloco-modal-receber-sugestoes .titulo{
    text-align: center;
    color: #007dcb;
    font-size: 22px;
    margin-top: 50px;
}
.bloco-modal-receber-sugestoes .sub-titulo{
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: center;
    color: #636466;
    margin-top: 50px;
    margin-bottom: 32px;
}
.bloco-modal-receber-sugestoes .descricao{
    font-size: 16px;
}
.bloco-modal-receber-sugestoes .btn-receber-sugestoes{
    width: 203px;
    height: 35.1px;
    border-radius: 100px;
    background-color: #64a94b;
    border: 0px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 50px;
}

/* FIM RECEBER SUGESTOES*/

/* OUTROS IMOVEIS DA SUA BUSCA*/
.bloco-outros-imoveis{
    width: 100%;
}
.item-outro-imovel{
    width: 29%;
    /*height: 472px;*/
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 35px;
    margin-bottom: 10px;
    padding: 8px;
    max-width: 340px;

}
.bloco-outros-imoveis .valor,.bloco-outros-imoveis .titulo{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bloco-outros-imoveis .titulo, .lista-imoveis .titulo{
    color: #6869AC;
    font-family: Nunito Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.bloco-outros-imoveis .descricoes .titulo{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #007dcb;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden; 
}
.item-outro-imovel .descricoes{
    float: left;
}
.item-outro-imovel .imagens{
    margin-top: 0px;
}
.item-outro-imovel .botao{
    width: 40%;
    float: left;
    margin-top: 20px;
}
.item-outro-imovel .favoritar{
    width: 40%;
    float: right;
    margin: 28px 10px;
    text-align: right;

}
.item-outro-imovel .favoritar a{
    color: #c7c8ca;
}
.item-outro-imovel .botao button{
    height: 35.1px;
    border-radius: 100px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border: 0px;
    background-color: #0064b7;
}
.descricao_imovel_mobile{
    display: none;
}
.menu-mapa ul .ativo span{
    opacity: 1;
    color: #333;
}
.observacao{
    color: #999 !important;
    display: none;
}
.bloco-endereco-rota .endereco-inicial{
    display: none;
    /*padding: 10px;*/
    background-color: #e3e6e9;
    width: 100%;
    margin: 0 auto;
    margin-top: -5px;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.10);

}
.bloco-endereco-rota .endereco-inicial{
    padding: 10px;
}

.bloco-endereco-rota .endereco-inicial{
    max-width: 330px;
}

.bloco-endereco-rota .endereco-inicial .info-distancia{
    display: none;
    margin-top: 5px;
    color: #636466;
    float: left;
}

.bloco-endereco-rota .endereco-inicial button.ver-rota{
    margin-top: 0px;
}


button.ver-rota{
    margin-top: 20px !important;
    width: 119.4px;
    height: 35px;
    border-radius: 100px;
    background-color: #78bb55;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: 0px;
    margin-left: 5px;
    margin-top: 25px;
}

.bloco-endereco-rota .endereco-inicial input[type="text"]{
    height: 35px;
    width: 180px;
    border-radius: 2px;
    border: solid 1px #c7c8ca;
    padding: 9px;
    color: #636466;
    font-size: 11px;
    line-height: 1.43;
    letter-spacing: 0.2px;
}
.endereco-inicial .erro{
    color: #f00;
    font-size: 10px;
    display: none;
}
/*FIM OUTROS IMOVEIS*/

/* Compartilhamento */ 
.modal-dialog .modal-content {
    background: #ffffff !important;
}

.form-compartilhe-email label,
.form-compartilhe-email label span,
.form-compartilhe-email label input,
.form-compartilhe-email label textarea,
.form-compartilhe-email label p{
    display: block;
    width: 100%;
}

.form-compartilhe-email input,
.form-compartilhe-email textarea{
    padding: 4px;
    border: solid 1px #e4e4e4;
    border-radius: 2px;
    width: 100%;
}

.form-compartilhe-email .error{
    color: red;
}

.form-compartilhe-email input.error{
    border: solid 1px red;
}

.imprimir{
    cursor: pointer;
}

.imovel-nao-encontrado {
    margin: 12px;
}
.msg-imovel-nao-encontrado {
    font-size: 20px;
    color: red;
}


.erro{
    border-color: indianred;
    border: 1px solid;
}

.whatsapp-share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("https://1.bp.blogspot.com/-m8oifiCYyqc/WvI0FdiW4gI/AAAAAAAAH1Q/DY6EpI3la1Mi4I_WgXVyURIbooY-7UfPACLcBGAs/s1600/whatsapp-icon-png-iconfinder.png");
    background-repeat: no-repeat;
    background-position: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .swiper {
        width: 380px;
        height: 300px;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.text-detalhe-cod {
    color: #27BCB4;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#preco-imovel {
    font-family: Nunito Sans;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
}

.preco-condominio-small {
    font-family: Nunito Sans;
    font-size: 14px;
}

span.tipo-imovel {
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 2px 10px;
    color: #777;
    font-family: Nunito Sans;
    font-size: 11.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#imovel-nome {
    font-family: Nunito Sans;
    font-size: 18px;
}

.icon-button {
    width: fit-content;
    stroke: #EF5151;
    border: 1px solid #EF5151;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
}

#form-contatar .full-input {
    display: inline-block;
    padding: 5px;
    border-radius: 9px;
    border: 1px solid #777;
    overflow: hidden;
}
#form-contatar .full-input input {
    display:block;
    color: #777;
    width: 100%;
}

#form-contatar .full-input textarea {
    width: 100%;
}

#form-contatar .full-input label {
    display: block;
    font-size: 12px;
    color: #27BCB4;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#form-contatar span{
    font-size: 13px;
    line-height: normal;
}

#form-contatar span a{
    text-decoration-line: underline;
    cursor: pointer;
}

.item-outro-imovel .imagens {
    width: 100% !important;
    height: 204px !important;
    margin-top: 0px !important;
}

#imoveis-semelhantes {
    padding: 0px
}

#imoveis-semelhantes .items {
    display: flex;
    justify-content: space-evenly;
}

.infos-imobiliaria span{
    font-size: 12px;
}

#contato-imovel {
    border-radius: 9px;
    background: #EF5151;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    margin: 15px 0;
    transition: 0.5s;
}

#contato-imovel:hover {
    background: #27BCB4;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
  
.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E4E4E4;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

#contato-imovel-whatsapp {
    border-radius: 9px;
    background: #19E770;
    width: 100%;
    padding: 15px 10px;
    margin: 15px 0;
    transition: 0.5s;
    color: #111640;
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    line-height: normal;
    transition: 0.5s;
}

#contato-imovel-whatsapp:hover {
    opacity: 50%;
}

#contato-imovel-whatsapp svg{
    margin: auto 0;
}


.desc-imovel {
    white-space: pre-line;
    font-size: 16px;
    line-height: normal;
}

.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
}

.checkbox-group .checkbox{
	margin: 5px 0;
    width: 30%;
}

.checkbox-group-legend {
    font-size: 14px;
    border: none;
    margin: 0;
}

.checkbox-wrapper{
    width: 90%;
    margin: auto;
    padding: 0 !important;
}

.checkbox-input {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile.checkbox-icon, .checkbox-label {
    color: #2260ff;
}

.checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	border-radius: 0.5rem;
	border: 2px solid #b5bfd9;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(#000, 0.1);
	transition: 0.15s ease;
	cursor: pointer;
	position: relative;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile:hover {
    border-color: #2260ff;
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
	transition: .375s ease;
	color: #494949;	
}

.checkbox-icon svg {
    width: 2rem;
    height: 2rem;
}

.checkbox-label {
	color: #707070;
	transition: .375s ease;
	text-align: center;
}

#maps-scroll{
    position: relative;
}

.scrollable-row{
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable-row::-webkit-scrollbar {
    display: none;
} 

.maps-card {
    border-radius: 9px;
    border: 1px solid #27BCB4;
    background: #FFF;
    padding: 10px 5px;
    min-width: 30%;
    margin-right: 10px;
    display: inline-block;
    float: none;
}

.maps-card:last-of-type {
    margin-right: 60px;
}

.maps-card a{
    display: flex;
}

.maps-card svg{
    margin: auto 0px;
}

.maps-text{
    margin-left: 5px;
}

.maps-text p {
    color: #EF5151;
    font-size: 12px;
}

.g-maps-text p {
    color: #27BCB4;
}

.maps-text span {
    white-space: normal;
    color: #777;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
}

.scroll-button {
    box-shadow: 8px 6px 15px rgba(0, 0, 0, 0.4);
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 15%;
    transition: 0.5ms;
}

.scroll-button:hover{
    border: 1px solid #27BCB4;
}

.scroll-button:first-of-type {
    left: 0;
}

.scroll-button svg {
    margin: auto;
}

.scroll-button:first-of-type svg {
    transform: scaleX(-1);
}



@media (min-width: 768px) {
    .md-justify-between {
        justify-content: space-between;
        flex-flow: wrap;
    }
}

@media (max-width: 1200px){
    .modal-imagens .modal-dialog .modal-content {
        background: rgba(255,255,255,0) !important;
    }
    .fixo{
        width: 308px !important;
    }
    .compartilhe ul li div{

        width: 86px;
        font-size: 10px;
        margin-right: 13px;
    }
    .imagens{
        width: 100%;
    }
    .modal-content .col-md-4{
        display: none !important;
    }
    .caracteristica {
        margin-left: 4px;
    }
    .owl-stage-outer{
        max-height: 420px;
    }
    .checkbox-group .checkbox{
        width: 50%;
    }
}
@media (max-width: 578px){
    .itens_adicionais_mobile ul li{
        width: 100% !important;
    }
    .modal-backdrop.in{
        opacity: 0.7;
    }
    #preco-imovel {
        font-size: 25px;
    }
}
@media (max-width: 768px){
    .container{
        width: 100%;
    }
    
    .bloco-sugestao{
        background-position: 72% 1%; 
    }

    .sucesso-email .modal-dialog{
        margin: 0 auto;
        margin-top: 45px;
        width: 98%;
    }

    #imoveis-semelhantes .items {
        overflow-x: scroll;
        justify-content: start;
    }

    #imoveis-semelhantes .items .item {
        max-width: 80%;
    }

    .maps-card {
        min-width: 80%;
    }
}
@media (max-width: 992px){
    /*.navegacao-imoveis{
        display: none;
    }*/
    .row.navegacao{
        margin-top: 20px;
    }
    .col-md-4.voltar-busca{
        width: 70%;
        float: left;
    }
    .fixo {
        width: 100% !important;
        position: relative;
        margin-top: 0;
    }
    /*.modal .contatar{
        display: none;
    }*/
    .contatar{
        width: 100%; 
    }
    .contatar button {
        /*right: 15px;*/
    }
    .modal-content {
        background-color: rgba(0,0,0,0);
    }
    .contatar .ver-telefone button{
        font-size: 12px !important;
    }
    .bloco-contatar-rodape .email, .bloco-contatar-rodape .telefone{
        max-width: 100%;
    }
    .absoluto-bottom {
        position: relative;
    }
    .sugestao{
        text-align: center;
        margin: 0 auto;
    }
    .bloco-informacoes, .bloco-contatar,.bloco-contatar-rodape{
        padding-right: 0px;
        padding-left: 0px;
    }
    .bloco-sugestao{
        height: 315px;
        margin: 0px -30px;
        padding: 0px 10px;
    }
    .modal-receber-sugestoes{
        width: 90%;
    }
    .informacoes .carousel .item img{
        min-height: 203.6px;
    }
    .informacoes .col-md-12{
        padding-right: 0px;
        padding-left: 0px;
    }
    .informacoes .descricoes .valor, .informacoes .descricoes .titulo, .informacoes .descricoes .endereco{
        padding-right: 15px;
        padding-left: 15px; 
    }

    .informacoes .descricoes .titulo{
        margin-top: 10px;
    }
    .descricoes.desktop .titulo, .descricoes.desktop .endereco, .descricoes.desktop .bairro{
        display: none;
    }
    .descricoes.mobile{
        display: block;
    }
    .caracteristicas .linha ,
    .descricao_imovel, .codigo_imobiliaria, .itens_adicionais{
        display: none;
    }
    .bloco-caracteristicas.sup {
        float: left;
        width: 100%;
        min-width: 150px;
        text-align: center;
        padding-bottom: 10px;
    }
    .bloco-caracteristicas.sub {
        float: left;
        width: 100%;
        text-align: center;
        border-top: solid 1px #e5e5e7;
        padding: 10px 0px;
    }
    .caracteristicas{
        float: left;
        margin-left: 0px !important;
        margin-bottom: 20px;
        width: 100%;

    }
    .caracteristicas .bloco-caracteristicas.sub .icon{
        /*display: none;*/
    }
    .caracteristicas .bloco-caracteristicas.sub .caracteristica .col-md-10{
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .caracteristicas .bloco-caracteristicas.sub .caracteristica{
        margin-left: 0;
    }
    .ico-area-mobile{
        /*display: block;*/
        margin: 0 auto;
        width: 30px;
    }
    .caracteristica{
        width: 33%;
        margin-left: 0;
        min-width: 80px;
        height: 75px;
    }
    .centralizar{
        margin: 0 auto;
        display: table;
    }
    .caracteristica .icon{
        width: 30px;
        /*float: left;*/
        margin: 0 auto;
        min-height: 31px;
    }
    .caracteristica .icon img{
        width: 25px;
        /*margin: 0 auto;*/
    }
    .caracteristicas .valores{
        width: 100%;
        float: left;
    }
    .caracteristicas .area .valores{
        width: 100%;
    }
    .caracteristicas .caracteristica .valores .descricao{
        margin-left: 0px;
    }
    .caracteristicas .caracteristica .valores .valor{
        font-size: 12px !important;
        margin-left: 0px;
    }
    .bloco-contatar-compartilhar-anuncio{
        /*display: none;*/
    }

    .bloco-salvar-receber-sugestoes{
        /*display: none;*/
        padding-top: 10px;
        padding-bottom: 15px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 1;
    }
    .bloco-contatar-rodape, .bloco-anuncio{
        display: none;
    }
    .compartilhe{
        margin-bottom: 30px;
    }
    .bloco-contatar{
        margin-top: 20px;
        float: left;
        height: auto !important;
    }
    .bloco-outros-imoveis .titulo{
        font-size: 24px;
        margin: 33px 0px 15px;
    }
    .item-outro-imovel{
        min-width: 100%;
        margin-right: 10px;
    }
    .descricao_imovel_mobile{
        display: block;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }
    .b-contatar .imprimir{
        display: none;
    }
    .bloco-tipo-resposta .botoes{
        font-size: 13px;
    }
    .descricao_imovel_mobile .descricao{
        border-radius: 5px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        padding: 15px;
        line-height: 1.43;
        letter-spacing: 0.2px;
        color: #636466;
        float: left;
        font-size: 14px;
    }
    .itens_adicionais_mobile{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        float: left;
    }
    .itens_adicionais_mobile span{
        font-weight: 600;
        color: #666f79;
    }
    .itens_adicionais_mobile ul li{
        float: left;
        width: 25%;
        margin-top: 10px;
    }
    .itens_adicionais_mobile ul li img {
        width: 0px;
        background-color: #333;
        padding: 4px;
        border-radius: 5px;
        opacity: 0.7;
        margin-top: -3px;
        margin-right: 5px;

    }
    button.ver-rota{
        margin-top: 10px !important;
        clear: both;
    }
    .bloco-endereco-rota .endereco-inicial{
        margin-top: 0px;
        background-color: #0064b7;
        text-align: center;
    }
    .bloco-endereco-rota .endereco-inicial .info-distancia{
        color: #fff;
    }
    .bloco-endereco-rota .endereco-inicial input[type="text"]{
        width: 100%;
    }
    .descricao_imovel_mobile .descricao .titulo{
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.3px;
        color: #007dcb;
        width: 100%;
    }

    .descricao_imovel_mobile .descricao .codigo{
        margin-top: 15px;
        font-size: 12px;
        font-weight: 600;
        float: left;
    }
    .compartilhe ul li div{
        margin-right: 2px;
        font-size: 11px;
        width: 94px;
    }
    .compartilhe ul li div img{
        margin-right: 3px;
    }
    .compartilhe .titulo, .compartilhe .botoes{
        padding-left: 0px;
    }
    .compartilhe ul li{
        width: 33%;
    }
    .compartilhe ul li [data-app="email"]{
        margin: 0 auto;
    }
    .compartilhe ul li [data-app="whatsapp"]{
        float: right;
    }
    .modo-visao-rua{
        display: none;
    }
    .menu-mapa{
        border-top-right-radius: 10px;
        background-color: #0064b7;
    }
    .menu-mapa ul li{
        width: 33%;
        font-size: 11px;
    }

    .menu-mapa ul li span{

        color: rgba(226, 229, 233, 0.8);
    }
    .menu-mapa ul .ativo span{
        opacity: 1;
        color: #fff;
    }
} 
/*media carousel para imagens diretas*/
@media (max-width: 1920px){
    /*.owl-stage-outer{
        max-height: 508px;
    }*/
}
@media (max-width: 992px){
    .owl-stage-outer{
        max-height: 500px;
    }
    .lista-imoveis .titulo{
        font-size: 16px;
    }
    
}   

@media (max-width: 500px){
    .owl-stage-outer {
        max-height: 350px;
    }
}
@media (max-width: 450px){
    .owl-stage-outer {
        max-height: 300px;
    }
}
@media (max-width: 400px){
    .owl-stage-outer {
        max-height: 250px;
    }
}@media print {
	* {
	background:transparent !important;
	color:#000 !important;
	text-shadow:none !important;
	filter:none !important;
	-ms-filter:none !important;
	}
	body {
		width: 1100px !important;
		margin:0;
		padding:0;
		line-height: 1.4em;
		height: auto !important;
	}

	.bloco-sugestao, .bloco-outros-imoveis, .bloco-contatar, 
	.pontos-proximos, .menu-mapa,.voltar-resultado-busca, 
	.compartilhe, #rodape, .informacoes .descricoes.mobile, 
	.bloco-salvar-receber-sugestoes, #cabecalho, .info-imagens, 
	.carousel-control, .itens_adicionais, .itens_adicionais_mobile {
		display: none !important;
	}

	span, a, p, div{
		color: #fff !important;
		font-weight: normal !important;
	}

	.bloco-informacoes{
		margin-top: 0.5cm;
		/*border: 1px solid #f00;*/
		height: 200px !important; 
		float: left;
		/*border: 1px solid #f00 !important;*/
		
	}
	.container-cabecalho img{
		filter: brightness() !important;
	    width: 8cm;
	  	opacity: 0.5;
	  	/*border: 1px solid;*/

	}
	.imagens{
		float: left;
		border: 1px solid;
		overflow: hidden;
	}
	.imagens .carousel {
		border: 1px solid #333 !important;
		/*width: 38% !important;*/
	}
	.owl-item{
		display: none;
	}
	.owl-stage,.imagens .carousel{
		width: 350px !important;
		/*border: 1px solid #333 !important;*/
	}
	.imagens .owl-item{
		width: 100% !important;
	}
	.owl-item.active{
		display: block;

	}
	.owl-item.active .item{
		width: 100% !important;
		float: left !important;
		/*margin-top: 3cm;*/
	}


	.descricoes{
		border-top: 1px solid #cdcdcd !important;
		border-bottom: 1px solid #cdcdcd !important;
		float: left;
		width: 100%;
		padding-bottom: 30px;
		padding-top: 30px;
		/*display: none !important;*/
	}
	.informacoes{
		border: 1px 0px 1px 0px solid #898989 !important;
		float: left;
	}
	.informacoes .descricoes::before{
		/*content: "Valor";*/
		/*font-size: 1em;*/
	}	
	.informacoes .descricoes .valor span{
		font-size: 1.4em;
		/*border: 1px solid #0f0;*/
		font-weight: normal;
		color: #565656 !important;
	}
	.informacoes .descricoes .titulo{
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.informacoes .descricoes .endereco{
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.informacoes .descricoes .bairro{
		display: block;
		width: 100%;
		float: left;
		margin-left: 0.5cm;
		margin-top: 10px;
	}
	.bloco-caracteristicas .caracteristica{
		display: block !important;
	}

	.caracteristicas .bloco-caracteristicas.sub .caracteristica .col-md-10 {
	 	width: auto !important;
	}
	.caracteristicas .bloco-caracteristicas.sub .icon {
		display: block;
	}
	.caracteristicas {
		top: -250px;
		left: 350px;
		width: 60% !important;
		float: left;
		/*border: 1px solid #333 !important;*/
		margin-left: 20px !important;
	}
	.caracteristica{
		float: left !important;
		width: auto !important;
	}
	.caracteristicas .bloco-caracteristicas.sup {
		width: 100% !important;
		/*height: 0px !important; */
		/*border: 1px solid;*/
	}
	.caracteristicas .bloco-caracteristicas.sub {
		width: 100% !important;
		border: 0px;
		/*height: 0px !important; */

	}
	.ico-area-mobile{
		display: none;
		height: 0px !important; 
	}
	.caracteristicas .bloco-caracteristicas.sub .caracteristica .col-md-10{
		width: auto !important;
		/*height: 0px !important; */
	}
	.bloco-caracteristicas.sup .caracteristica{
		margin-left: 0px !important;
		/*height: 0px !important; */
	}
	.bloco-caracteristicas.sup .caracteristica{
		width: 210px !important;
	}
	.bloco-caracteristicas.sub .caracteristica{
		width: 110px !important;
		margin: 0 auto;
		float: left;
		/*height: 0px !important; */
	}
	.bloco-caracteristicas.sub .caracteristica .valores{
		float: left;
		width: 70px !important;
	}


	.anotacoes-impressao{
		display: block;
		margin-top: 0px;
		height: 30px !important; 
	}
	.anotacoes-impressao hr{
		/*margin-top: 25px;*/
	}
	.itens_adicionais_mobile{
		float: left;
		
	}
	.codigo{
		width: 100% !important;
	}
	.descricao_imovel_mobile .descricao{
		margin-top: 230px;
		width: 99%;
	}
	.dados-imobiliaria-impressao{
		display: block;
	    float: right;
	    position: relative;
	    margin-top: -150px;
	    margin-right: 30px;
	    border: 1px solid;
	}
	.dados-imobiliaria-impressao .nome{
		width: 100%;
		font-size: 18px !important;
		color: #565656 !important;
	}
	.dados-imobiliaria-impressao .nome{
		width: 100%;
	}

	.bloco-mapa{
		width: 100% !important;
		height: 400px !important; 
	}
	/*
	.bloco-mapa .mapa{
		width: 1100px !important;
		height: 300px;
		border: 1px solid !important;
	}
	.bloco-mapa .mapa div{
		height: 380px !important;
		width: 100%;
		position: relative;
	}
	*/
	/*
	.bloco-mapa .mapa div a{
		display: none;
	}
	*/
	/*.bloco-mapa{
		width: 200px !important;
		height: 200px !important;
		border: 1px solid !important;
	}*/
	/*.bloco-mapa .mapa div a{
		display: none;
		opacity: 0;
	}*/
	.mapas .map{
		width: 500px !important;
	}
	.mapa{
		height: 400px;
	}
	/*#map{border-bottom:0px; border-left:0px; border-top:0px; border-right:0px; height:250px; margin-top:0px; width:100%;}
	*//*.imagens .owl-item.active img{
		float: left;
	}*/

	.bloco-contatar-compartilhar-anuncio{
		border: 1px solid #f00 !important;
		display: none !important;
	}
}
