body{
    background-color: #fff;
    padding-top: 95px;
}

h1,h2,h3,h4,h5,h6,p,span,label,li,a,label,input,select,textarea{
    font-family: 'Raleway', sans-serif;
    color: #414042;
}

h1,h2,h3,h4,h5,h6{
    color: #042037;
    margin: 0;
    font-weight: 600;
}

p{
    font-size: 15px;
}

.pagination a, 
.pagination span{
    padding: 18px;
    border: 1px solid #DDDDDD !important;
    font-size: 18px;
    color: #00345E;
    margin-right: -5px;
    display: inline-block;
}
.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 18px 3px 18px 0;
}

.label_39, #inner-chat-table, .button_1O{
    background-color: #ff8000 !important;
}

#preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.form-padrao input[type=radio] {
    float: left;
}

button:focus,
input:focus,
select:focus, 
textarea:focus{
    border: none;
    outline: 0 !important;
    box-shadow: 0 0 1px 2px rgba(255,255,255,0.5) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-padrao input:not([type="radio"]),
.form-padrao select,
.form-padrao textarea{
    border: 1px solid #C8C8C8;
    height: 40px;
    border-radius: 0;
    background-color: #fff;
    width: 100% !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    color: #8B8B8B !important;
    outline: none !important;
    position: relative !important;
    margin-bottom: 8px;
}

.form-padrao input[type=file]{
    padding-top: 4px;
    width: 100%;
}

.form-padrao label{
    float: left;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: -3px;
    margin-right: 10px;
    margin-left: 2px;
}

.form-padrao textarea{
    height: 140px !important;
}

button[type="submit"]{
    cursor: pointer;
}

.yellow_button{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 380px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    background-color: #F2CB04;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #042037;
    font-weight: 600;
    overflow: hidden;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.yellow_button:hover,
.yellow_button:focus,
.yellow_button:active,
.yellow_button.active:hover{
    background-color: #1c8ebd;
    border: 0;
    color: #fff;
}
#form-busca .yellow_button:before {
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 400%;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}
#form-busca .yellow_button:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}

.container_button_large{
    margin: 50px auto;
    text-align: center;
}

.container_button_large .yellow_button{
    width: unset;
    height: unset;
    max-width: unset;
    line-height: 150%;
    padding: 10px 30px;
    text-align: center;
}

.container_button_large .yellow_button svg{
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}


















#form-busca{
    background-color: #00345E;
    padding: 20px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

#form-busca .yellow_button{
    line-height: 43px;
}

.index #form-busca{
    margin-top: -70px;
    margin-bottom: 35px;
}

#form-busca .procurando_txt{
    position: absolute;
    width: 25%;
    top: -60px;
    left: 0;
    padding-right: 10px;
}

.index #form-busca .procurando_txt{
    display: none;
}

#form-busca .procurando_txt svg{
    float: left;
    width: 28px;
    height: 28px;
    color: #00345e;
    margin-right: 10px;
    margin-top: 10px;
}

#form-busca .procurando_txt span{
    float: left;
    width: calc(100% - 40px);
    font-size: 22px;
    color: #042037;
    line-height: 120%;
}

#form-busca .procurando_txt span strong{
    color: #1c8ebd;
}

#form-busca .modalidade{
    position: absolute;
    width: 50%;
    left: 25%;
    top: -70px;
    text-align: center;
}

#form-busca .modalidade label{
    display: inline-block;
    vertical-align: bottom;
    width: 48%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    background-color: #ccc;
    margin: 10px 0 0 0;
    cursor: pointer;
}

#form-busca .modalidade label:hover,
#form-busca .modalidade label.active{
    background-color: #00345E;
}

#form-busca .modalidade label span{
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #00345E;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form-busca .modalidade label:hover span,
#form-busca .modalidade label.active span{
    line-height: 60px;
    color: #fff;
}

#form-busca input,
#form-busca select{
    float: left;
    width: 19%;
    margin: 0 0.5%;
    height: 45px;
    padding-left: 10px;
    border: none;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
}

#form-busca select option{
    line-height: 180%;
    text-transform: uppercase;    
}

#form-busca input{
    width: 14%;
    padding-left: 0;
    text-align: center;
}

#form-busca button{
    float: left;
    margin: 0 0.5%;
    width: 24%;
}

.procurando_index{
    padding: 50px 0;
    background-color: #ecedee;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.procurando_index h2{
    font-size: 25px;
    margin-bottom: 15px;
}

.procurando_index p{
    font-size: 18px;
    font-weight: 500;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}











.caixa_texto a{
    text-decoration: underline;
}

.tab-pane{
    padding-top: 10px;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #FF8A00;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link{
    color: #7C7C7C;
    padding: 0 15px;
}

.nav-tabs .nav-item:first-child .nav-link{
    padding-left: 0;
    border-right: 1px solid #7B7B7B;
    border-radius: 0;
}

.nav-tabs {
    border-bottom: none;
}

.btn-buscar-lupa{
    background-color: #2A5790;
    border: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    width: 125px;
    height: 45px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-buscar-lupa:after{
    content: url('../images/lupa20.png');
    height: 20px;
    margin-top: 3px;
    margin-right: 15px;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-buscar-lupa:hover:after{
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}

.caixa_formulario_index{
    border: 1px solid #D1D1D1;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 8px 12px #ccc3;
}

.caixa_formulario_index .efect-div{
    width: calc(25% - 10px);
    margin-right: 10px;
    float: left;
}

.cod-submit{
    width: 25%;
    float: left;
}

.cod-submit .efect-div{
    width: calc(100% - 135px);
    margin-right: 10px;
    float: left;
}

.texto_encontre svg{
    height: 30px;
    width: 30px;
    margin: 0 5px;
}

#cabecalho{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ECEDEE;
    border-bottom: 1px solid #BEBEBE;
    z-index: 100;
}

.navbar{
    padding: 0;
}

.navbar-brand{
    padding: 10px 0;
}

.logo_cab{
    height: 74px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.item-svgs svg{
    height: 25px;
    width: 25px;
    color: #959595;
    display: inline-block;
    vertical-align: top;
}

.item-svgs a:hover svg{
    color: #F2CB04;
}














.subtitle{
    margin-bottom: 15px;
    text-align: center;
}

.subtitle.limited{
    padding: 0 60px;
    position: relative;
}

.svg_subtit{
    position: absolute;
    right: 0;
    top: -10px;
    height: 50px;
    width: 50px;
    padding: 10px;
    background: #f2cb04;
    color: #042037;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.svg_subtit:hover{
    background-color: #1c8ebd;
    color: #fff;
}

.subtitle h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
}

.subtitle h2 strong{
    color: #1c8ebd;
}











.codigo{
    font-size: 13px;
    color: #8B8B8B;
    display: inline-block;
    width: 100%;
}

.content_imoveis,
.conteudos_index,
.depoimentos_index{
    margin-bottom: 80px;
}

.ver_mais{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    font-size: 11px;
    color: #414042;
    line-height: 35px;
    border-radius: 10px;
    border: solid 1px #9e9e9e;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.ver_mais:hover{
    color: #fff;
    background-color: #00345e;
    border-color: #00345e;
}












.caixa_foto_texto{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.caixa_foto_texto:hover h2,
.caixa_foto_texto:hover h3,
.caixa_foto_texto:hover .valor{
    color: #1b8ebd;
}

.owl-carousel .owl-nav{
    position: absolute;
    width: 100%;
    top: calc(50% - 25px);
    left: 0;
    z-index: 50;
}

.owl-carousel .owl-nav button{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.owl-carousel .owl-nav button span{
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 5px;
    color: #fff;    
}

.owl-carousel .owl-nav button.owl-next{
    left: unset;
    right: 0;
}

.caixa_foto_texto .foto-imovel{
    margin-bottom: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.caixa_foto_texto .marca_dagua{
    bottom: 20px;
}

.caixa_foto_texto .tag{
    display: inline-block;
    position: absolute;
    z-index: 75;
    overflow: hidden;
    padding: 0 5px;
    width: 200px;
    text-align: center;
    top: 10px;
    right: 0;
    background-color: #f2cb04;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.caixa_foto_texto .conteudo .row{
    margin-right: 5px;
    margin-left: 5px;
}

.caixa_foto_texto .conteudo .row>div{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.caixa_foto_texto .titulo{
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.caixa_foto_texto .cidade{
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.valor{
    color: #042037;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.container_imovel_int .valor{
    font-size: 26px;
}

.dados_imovel_small span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.dados_imovel_small span:not(:last-child):after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 27px;
    background-color: #ccc;
    position: absolute;
    top: 5px;
    right: -2px;
}









.container_imovel_int .tipo_cod{
    margin: 0;
}

.container_imovel_int .col-fotos .owl-carousel{
    display: block;
    width: calc(100% - 60px);
    margin: 30px auto;
}

.container_imovel_int .col-fotos .owl-carousel .owl-item img:not(.marca_dagua){
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.container_imovel_int .col-fotos .owl-carousel .owl-item img.marca_dagua{
    width: 20px !important;
    height: auto !important;
    left: 3px;
    bottom: 3px;
}

.container_imovel_int .col-fotos .owl-carousel .owl-nav button{
    left: -30px;
    width: 27px;
}

.container_imovel_int .col-fotos .owl-carousel .owl-nav button.owl-next{
    right: -30px;
    left: unset;
}

.container_imovel_int .col-fotos .owl-carousel .owl-nav button span{
    color: #00345e;    
}

#form-interesse{
    margin: 30px 0;
}

#form-interesse h2{
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
    color: #f2cb04;
    background-color: #00345e;
}

#form-interesse .inputs{
    background-color: #efefef;
    padding: 20px 10px;
    margin-bottom: 100px;
}

#form-interesse .inputs .row{
    margin-left: -5px;
    margin-right: -5px;
}

#form-interesse .inputs .row>div{
    padding-left: 5px;
    padding-right: 5px;
}

#form-interesse .inputs textarea,
#form-interesse .inputs input{
    border-radius: 10px;
}

#form-interesse .inputs textarea{
    height: 70px !important;
    padding-top: 10px;
}

#form-interesse button{
    width: 256px;
    height: 40px;
    background-color: #f2cb04;
    font-size: 14px;
    color: #00345e;
    font-weight: 600;
    border: none;
    float: none;
}

.button_recaptcha{
    text-align: center;
    margin-bottom: -63px;
}

#form-interesse button,
#form-interesse .g-recaptcha{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.container_imovel_int .mapa{
    position: relative;
    z-index: 1;
}

.container_imovel_int .mapa iframe{
    width: 100% !important;
    height: 325px !important;
    border: 1px solid #ccc !important;
}

.container_imovel_int .botoes_compartilhar{
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 15px;
    margin-bottom: 50px;
}

.botoes_compartilhar button{
    background: #f2cb04;
    color: #00345e;
    font-size: 15px;
    font-weight: 600;
    border: none;
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 4px;
    transition: none;
}

.botoes_compartilhar button span{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.botoes_compartilhar button:hover{
    color: #fff;
}

.botoes_compartilhar button svg,
.botoes_compartilhar button:hover svg{
    height: 27px;
    width: 27px;
    color: inherit;
    margin-bottom: -3px;
    float: left;
    margin-right: 5px;
}

.botoes_compartilhar button.selecionado svg,
.botoes_compartilhar button:hover svg{
    height: 27px;
    width: 27px;
}

.botoes_compartilhar button.favoritar.selecionado:hover svg,
.botoes_compartilhar button.favoritar:not(.selecionado) svg{
    color: transparent;
}
.botoes_compartilhar button.favoritar:not(.selecionado):hover svg{
    color: #00345e;
}

#collapseShare{
    text-align: center;
}

#collapseShare h3{
    color: #00345e;
    font-size: 20px;
    margin-bottom: 15px;
}

#collapseShare svg{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    padding: 5px;
    color: #A4A4A4;
    cursor: pointer;
}

#collapseShare a:hover svg{
    color: #00345e;
}










.conteudos_index .item{
    margin-bottom: 30px;
}

.conteudos_index h2{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0;
}










.depoimentos_index .owl-carousel{
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.depoimentos_index .depoimento{
    display: block;
    text-align: center;
    margin: 0px auto;
    max-width: 300px;
}

.depoimento svg{
    height: 100px;
    width: 90px;
    color: #F2CB03;
    display: block;
    margin: 0px auto 20px auto;
}

.depoimento .nome{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.depoimento .texto{
    margin: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}





















body:not(.index) .formas_contato{
    margin-top: 75px;
}

.formas_contato{
    background-color: #ecedee;
    padding: 80px 0;
}

.formas_contato .subtitle{
    margin-bottom: 50px;
}

.formas_contato .item{
    text-align: center;
}

.formas_contato .item svg{
    color: #00345e;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto 15px auto;
}

.formas_contato .item h3{
    font-size: 16px;
    margin-bottom: 25px;
}

.formas_contato .item p{
    margin-bottom: 5px;
    font-weight: 600;
}

.formas_contato .item span{
    font-size: 13px;
}

.formas_contato .item svg,
.formas_contato .item h3,
.formas_contato .item p{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.formas_contato .item a:hover svg,
.formas_contato .item a:hover h3,
.formas_contato .item a:hover p{
    color: #1c8ebd;
}









.links_financiamento{
    margin-top: 75px;
    text-align: center;
}

.links_financiamento .links img{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.links_financiamento .links a:not(:hover) img{
    border-color: transparent;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}









.listagem_5_circle{
    justify-content: center;
}

.listagem_5_circle .item{
    margin-bottom: 50px;
    text-align: center;
}

.listagem_5_circle .item img{
    border-radius: 50%;
    max-width: 180px;
    margin-bottom: 10px;
}

.listagem_5_circle .item span,
.listagem_equipe .whats_link,
.listagem_5_circle .item p{
    font-size: 12px;
    margin: 0;
}

.listagem_5_circle .item h2,
.listagem_5_circle .item h3{
    font-size: 15px;
    font-weight: normal;
}

.listagem_equipe{
    margin-bottom: 80px;
}

.listagem_equipe .item h3:before{
    content: '';
    display: block;
    margin: -10px auto 20px auto;
    width: 10px;
    height: 15px;
    background-color: #d1d6db;
}

.listagem_equipe .item h3,
.listagem_equipe .item p{
    margin-bottom: 5px;
}

.listagem_equipe .item h3{
    color: #042037;
    font-weight: 600;    
}

.listagem_equipe .whats_link{
    font-weight: 600;
}

.listagem_equipe .whats_link svg{
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 3px;
    color: #30a95d;
}






.conteudo_condominios{
    margin-bottom: 50px;
}

















.center-nav .owl-prev,
.center-nav .owl-next{
    position: absolute;
    bottom: calc(50% - 20px);
    display: inline-block;
}
.owl-nav svg{
    opacity: 0.6;
    height: 40px;
    width: 40px;
    color: #b83437;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: transparent;
}
.owl-nav svg:hover{
    opacity: 1;
}
.center-nav .owl-prev{
    left: 2%;
}
.center-nav .owl-next{
    right: 2%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.owl-theme .owl-nav.disabled+.owl-dots,
.owl-theme .owl-dots{
    margin-top: 20px;
}

.owl-theme .owl-dots button{
    outline-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    border: none;
    background: #00345e;
    border-radius: 50%;
    opacity: 0.7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #00345e;
    opacity: 1;
}
















.marca_dagua{
    position: absolute;
    z-index: 10;
    left: 10px;
    bottom: 10px;
}

.owl-carousel .owl-item img.marca_dagua{
    height: auto;
    width: auto;
}

.content_zoom_img{
    overflow: hidden;
}

.content_zoom_img img:not(.marca_dagua){
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 5;
}

.zoom_foto:hover .content_zoom_img img:not(.marca_dagua){
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);   
    transform: scale(1.3);
}

.content_zoom_img:before{
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
}

.content_zoom_img:after{
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    left: 10px;
    top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
}

.caixa_foto_texto:hover .content_zoom_img:before, 
.caixa_foto_texto:hover .content_zoom_img:after{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.content_menus_large .menu-large{
    width: 100%;
    padding: 25px 0;
    display: none;
}

.content_imagem .icons{
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}

.nav:not(#tabsValores, .detalhes_int .nav){
    display: block;
    padding-left: unset;
    margin-bottom: 30px;
    list-style: none;
}








footer{
    padding: 30px 0;
    background: #00345E;
}

footer .col-mapa-site .row{
    max-width: 500px;
}

footer .col-mapa-site a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

footer .col-mapa-site a:hover{
    text-decoration: underline;
}

.col-logo-infos{
    min-height: 150px;   
}

.col-logo-infos .logo,
.col-logo-infos .infos{
    display: inline-block;
    vertical-align: middle;
}

footer .logo{
    height: 104px;
    margin-right: 30px;
}

footer .infos p{
    margin-bottom: 5px;
    font-size: 13px;
    color: #fff;
}

footer .infos p strong{
    font-size: 14px;
    line-height: 130%;
}

footer .infos .svgs svg{
    height: 20px;
    width: 20px;
    color: #fff;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

footer .infos .svgs a:hover svg{
    opacity: 1;
}

footer .desenvolvimento{
    position: absolute;
    right: -5px;
    bottom: -30px;
    width: 150px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

footer .desenvolvimento svg{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    color: #fff;
    opacity: 0.8;
    width: 54px;
    height: 10px;
}

footer .desenvolvimento svg.svg_walk{
    width: 41px;
    height: 21px;
}

footer .desenvolvimento a:hover svg{
    opacity: 1;
}








#breadcrumb{
    padding: 40px 0;
    margin-bottom: 30px;
    background: #DCDCDC;
}

#breadcrumb #form-busca{
    margin-top: 60px;
}

#breadcrumb .titulo_pagina{
    text-transform: uppercase;
    color: #042037;
    font-size: 27px;
    line-height: 140%;
    font-weight: 600;
    display: block;
    margin: 0;
}

#breadcrumb p{
    margin-top: 20px;
    color: #414042;
    font-size: 15px;
}

.titulo_int{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #042037;
}













.transition_favoritar{
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#favoritar_animation{
    position: absolute;
    z-index: 99999;
}

#favoritar_animation svg{
    position: absolute;
    float: left;
    height: 25px;
    width: 25px;
    color: rgba(0, 52, 94, 1);
}

.favoritar{
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.caixa_foto_texto .favoritar{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;    
}

.favoritar:hover svg,
.favoritar.selecionado svg{
    height: 33px;
    width: 36.3px;    
}

.link_favoritos_subt.link_favoritos_cab svg,
.favoritar svg{
    height: 30px;
    width: 33px;
    color: rgba(0, 52, 94, 0.1);
    float: left;
}

.favoritar.selecionado svg{
    color: rgba(0, 52, 94, 1);
}

.link_favoritos_cab{
    display: inline-block;
    margin-right: 15px;
    min-width: 52px;
}

.link_favoritos_cab svg{
    margin-right: 3px;
    color: rgba(255, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.item-svgs .link_favoritos_cab:hover svg{
    color: rgba(0, 52, 94, 1);
}

.link_favoritos_subt.link_favoritos_cab{
    float: right;
    margin-right: -60px;
    padding: 15px 20px 12px 20px;
    background: #f2cb04;
    color: #042037;
    border-radius: 10px;
}

.link_favoritos_subt.link_favoritos_cab svg{
    height: 22px;
    width: 22px;
}

#form-fav{
    max-width: 420px;
    margin: 15px auto;
}











#carousel_fotos_imovel{
    position: relative;
}

#carousel_fotos_imovel .owl-nav{
    margin-top: calc(-50% + 20px);
    margin-bottom: calc(50% - 20px);
    position: relative;
    width: 100%;
}

#carousel_fotos_imovel .owl-nav [class*=owl-]{
    position: absolute;
    top: 0;
    cursor: pointer;
}

#carousel_fotos_imovel .owl-prev{
    left: 20px;
}

#carousel_fotos_imovel .owl-next{
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#carousel_fotos_imovel .owl-nav svg{
    float: left;
    height: 40px;
    width: 40px;
    color: #D1D1D1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#carousel_fotos_imovel .owl-nav svg:hover{
    color: #00345e;
    border-color: #00345e;
}

.iframe_video_int iframe{
    height: 340px;
    width: 100%;
    border: none;
}

.imovel_int .descricao_contato,
.imovel_int .fotos_infos{
    margin-bottom: 70px;
}









.caixa_blog{
    display: inline-block;
    width: 100%;
    padding: 0 20px 20px 20px;
    border-bottom: 5px solid #BEBEBE;
    margin-bottom: 50px;
}

.caixa_blog .foto{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
    position: relative;
    overflow: hidden;
}

.caixa_blog .foto img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.caixa_blog .conteudo{
    position: relative;
    z-index: 1;
}

.caixa_blog .conteudo svg{
    height: 30px;
    width: 30px;
    color: #5B5C5B;
    margin-bottom: 15px;
}

.caixa_blog .conteudo h2{
    font-size: 17px;
    color: #5A5B5A;
    margin-bottom: 15px;
}

.caixa_blog:hover{
    border-bottom-color: #1c8ebd;
}

.caixa_blog:hover h2{
    color: #1c8ebd;
}

.caixa_blog .conteudo p{
    font-size: 14px;
    color: #5A5B5A;
    margin-bottom: 0;
}

.caixa_blog:hover .foto img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.caixa_blog:hover .foto .detail{
    border-width: 0 250px 50px 0;
} 


.capa_int{
    border: 1px solid #BABABA;
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.capa_int iframe{
    float: left;
    height: 340px;
    width: 100%;
    border: none;
}










.foto_sobre{
    float: right;
    width: 30%;
    margin-left: 30px;
    margin-bottom: -50px;
}

.row_vmn .item{
    position: relative;
    margin-bottom: 20px;
    background: #e4e6e8;
    padding: 45px;
}

.row_vmn .item:nth-child(2){
    background: #efefef;
}

.row_vmn svg{
    height: 90px;
    width: 90px;
    color: #f2cb04;
    margin-right: 20px;
}

.row_vmn svg,
.row_vmn .texto{
    display: inline-block;
    vertical-align: top;
}

.row_vmn .texto{
    width: calc(100% - 120px);
}

.row_vmn h3{
    font-size: 21px;
    margin-bottom: 10px;
}

.row_vmn p{
    font-size: 15px;
    margin: 0;
}

.mapa_sobre{
    width: 100%;
    height: 260px;
    border: 1px solid #D6D6D6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);"
}








.container_carousel_imoveis{
    position: relative;
}

.nav-custom{
    position: absolute;
    right: 50px;
    top: 40px;
    width: 58px;
}

.nav-custom button{
    float: left;
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: transparent;
}

.nav-custom svg{
    float: left;
    margin: 5px 7px;
    height: 25px;
    width: 15px;
    color: #C1C1C1;
}

.nav-custom .owl-next{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-custom>div:not(.disabled):hover svg{
    color: #C60000;
}

.iframe_contato{
    width: 100%;
    border: none;
    height: 412px;
}





































body.marca_dagua_gallery .mfp-figure{
    position: relative;
}

body.marca_dagua_gallery .mfp-figure:before{
    content: url('../images/marca_dagua.png');
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    right: 0;
    padding-right: 10px;
    top: -35px;
}

.mfp-close{
    text-shadow: 1px 1px 1px #000;
}


img.mfp-img {
    padding: 0;
    margin: 20px auto;
    border: 1px solid #fff;
}

.mfp-counter{
    display: none;
}

.mfp-figure{
    -webkit-transform: scale(0.9) translate(-1%, -1%);
    -moz-transform: scale(0.9) translate(-1%, -1%);
    -ms-transform: scale(0.9) translate(-1%, -1%);
    -o-transform: scale(0.9) translate(-1%, -1%);
    transform: scale(0.9) translate(-1%, -1%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.5;
}

.mfp-figure.loaded{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

.mfp-bottom-bar {
    margin-top: 0;
}

.animated.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.delay-1 {
    animation-delay: .25s;
}
.delay-2 {
    animation-delay: .5s;
}
.delay-3 {
    animation-delay: .75s;
}
.delay-4 {
    animation-delay: 1s;
}
.delay-5 {
    animation-delay: 1.25s;
}
.delay-6 {
    animation-delay: 1.50s;
}
.delay-7 {
    animation-delay: 1.75s;
}
.delay-8 {
    animation-delay: 2s;
}

.navbar-toggler svg{
    height: 30px;
    width: 30px;
    color: #00345e;
}

.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.no_pad{
    padding: 0;
}

a:hover, a:focus, a{
    color: inherit;
    text-decoration: none;
}

:disabled,
.disabled{
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.m-b-0   { margin-bottom: 0px   !important; }
.m-b-5   { margin-bottom: 5px   !important; }
.m-b-10  { margin-bottom: 10px  !important; }
.m-b-15  { margin-bottom: 15px  !important; }
.m-b-20  { margin-bottom: 20px  !important; }
.m-b-25  { margin-bottom: 25px  !important; }
.m-b-30  { margin-bottom: 30px  !important; }
.m-b-35  { margin-bottom: 35px  !important; }
.m-b-40  { margin-bottom: 40px  !important; }
.m-b-45  { margin-bottom: 45px  !important; }
.m-b-50  { margin-bottom: 50px  !important; }
.m-b-55  { margin-bottom: 55px  !important; }
.m-b-60  { margin-bottom: 60px  !important; }
.m-b-65  { margin-bottom: 65px  !important; }
.m-b-70  { margin-bottom: 70px  !important; }
.m-b-75  { margin-bottom: 75px  !important; }
.m-b-80  { margin-bottom: 80px  !important; }
.m-b-85  { margin-bottom: 85px  !important; }
.m-b-90  { margin-bottom: 90px  !important; }
.m-b-95  { margin-bottom: 95px  !important; }
.m-b-100 { margin-bottom: 100px !important; }

@media (min-width: 768px){
    #carousel_inicial{
        min-height: 464px;
    }
    .conteudos_index .col-eve{
        padding-right: 50px;
    }
    .subtitle h2:before,
    .subtitle h2:after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px;
        width: 100px;
        height: 2px;
        background-color: #9e9e9e;
        margin-top: -2px;
    }
}

@media (min-width: 992px){
    #cabecalho .item-svgs{
        margin-left: 30px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    #carousel_fotos_imovel .owl-nav {
        margin-top: calc(-50% + 40px);
        margin-bottom: calc(50% - 40px);
    }
    .listagem_imoveis_caixa .owl-stage-outer {
        padding-top: 15px;
        padding-bottom: 130px;
    }
    .dropdown-toggle::after{
        display: none;
        position: absolute;
        bottom: 15px;
        left: calc(50% - 10px);
        color: #f2cb04;
    }
    .nav-item.dropdown.show .dropdown-toggle::after,
    .nav-item.dropdown:hover .dropdown-toggle::after{
        display: block;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        text-transform: uppercase;
        font-size: 15px;
        line-height: 94px;
        padding: 0 30px;
        color: #595959;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .nav-item.active .nav-link,
    .nav-item:not(.item-svgs).show .nav-link,
    .nav-item:not(.item-svgs):hover .nav-link{
        background-color: #022a4a;
        color: #f2cb04;
    }
    .dropdown-menu{
        padding: 15px 10px;
        margin: 0;
        min-width: 200px;
        background-color: #ecedee;
        background-clip: padding-box;
        border: none;
        border-bottom: 5px solid #f2cb04;
        border-radius: 0;
    }
    .dropdown-menu a{
        font-size: 16px;
        color: #727272;
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 180%;
    }
    .dropdown-menu a:hover{
        color: #022a4a;
    }
}


@media (min-width: 1200px){
    .row_vmn .item{
        min-height: 220px;
    }
    .formas_contato .row{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .valor{
        margin-top: 10px;
    }
    .dados_imovel_small{
        text-align: right;
    }
    .row_vmn{
        margin-top: 30px;
    }
}


@media (min-width: 1500px){
    #carousel_inicial{
        min-height: 545px;
    }
    .conteudo_condominios{
        margin-bottom: 100px;
    }
    .container{
        max-width: 1470px;
    }
    .listagem_5_circle .item{
        padding: 0 25px;
        flex: 0 0 20%;
        max-width: 20%;
    }    
    .row_vmn{
        margin-bottom: 120px;
    }
    .col-xll-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}


@media (max-width: 1499px){

}

@media (min-width: 1200px) and (max-width:1499px){
    #form-busca .procurando_txt{
        top: -50px;
    }
    #form-busca .procurando_txt svg {
        margin-top: 6px;
    }
    #form-busca .procurando_txt span {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0 13px;
    }
    .imovel_int #carousel_fotos_imovel{
        margin-top: 25px;
    }
    #wh-widget-send-button.wh-widget-right{
        bottom: -20px !important;
        right: -15px !important;
    }
}

@media (max-width:1199px){
    #breadcrumb #form-busca {
        margin-top: 125px;
    }
    #form-busca .procurando_txt {
        position: absolute;
        width: 350px;
        top: -125px;
        left: calc(50% - 175px);
        padding-right: 0;
    }
    .row_vmn .item{
        text-align: center;
    }
    .row_vmn svg,
    .row_vmn .texto{
        display: block;
        width: unset;
    }
    .row_vmn svg{
        margin: 0 auto 15px auto;
        height: 50px;
        width: 50px;
    }
    .caixa_foto_texto{
        text-align: center;
    }
    .caixa_foto_texto .dados_imovel_small{
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width:1199px){
    .foto_sobre{
        width: 40%;
        margin-bottom: 0;
    }
    .content_imoveis, .conteudos_index, .depoimentos_index{
        margin-bottom: 50px;
    }
    .subtitle h2{
        font-size: 22px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 24px;
    }
    .imovel_int #carousel_fotos_imovel{
        margin-top: 55px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0 9px;
        font-size: 13px;
    }
    #wh-widget-send-button.wh-widget-right{
        bottom: -20px !important;
        right: -15px !important;
    }
}

@media (max-width: 991px){
    .link_favoritos_subt{
        display: none;
    }
    #form-busca .procurando_txt{
        width: 310px;
        left: calc(50% - 155px);
    }
    #form-busca .procurando_txt span {
        font-size: 19px;
    }
    #form-busca .modalidade label span{
        font-size: 15px;
    }
    #form-busca input, #form-busca select {
        height: 35px;
        font-size: 11px;
    }
    .formas_contato{
        padding-bottom: 0;
        padding-top: 30px;
    }
    .formas_contato .subtitle,
    .formas_contato .item{
        margin-bottom: 30px;
    }
    .formas_contato .item svg{
        height: 30px;
        width: 30px;
        margin-bottom: 5px;
    }
    .formas_contato .item h3{
        margin-bottom: 10px;
    }
    footer{
        text-align: center;
    }
    footer .desenvolvimento {
        position: relative;
        right: unset;
        bottom: unset;
        width: unset;
    }
    .capa_int iframe {
        height: 180px;
    }
    .content_imoveis, .conteudos_index, .depoimentos_index{
        margin-bottom: 30px;
    }
    .subtitle h2{
        font-size: 20px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 22px;
    }
    .imovel_int #carousel_fotos_imovel{
        margin-top: 25px;
    }
    .navbar-nav{
        margin: 15px 0;
        border-bottom: none;
        padding-right: 0;
        text-align: right;
        max-height: 415px;
        overflow: auto;
    }
    .dropdown-menu{
        text-align: right;
        border: none;
        border-radius: 0;
        margin: 0 15px 15px 0;
        padding-right: 15px;
    }
    .dropdown-menu a,
    .navbar-expand-lg .navbar-nav .nav-link{
        display: block;
        padding: 5px 15px;
        line-height: 30px;
        color: #00345e;
    }
    .navbar-expand-lg .nav-item.show .nav-link{
        color: #00345e;
        font-weight: 600;
    }
    .dropdown-menu span{
        color: #b83437;
        font-weight: 600;
    }
    .dropdown-item {
        padding: 3px 10px;
    }
    .navbar-expand-lg .collapse:after{
        height: 30px;
    }
    .item-svgs{
        margin: 15px;
    }
    .item-svgs svg {
        color: #00345e;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .foto_sobre{
        width: 44%;
        margin-bottom: 0;
    }
    .botoes_compartilhar button{
        margin: 0;
        padding: 0 10px;
        font-size: 14px;
    }
    #breadcrumb {
        padding: 25px 0;
    }
    #form-busca {
        padding: 20px 10px;
    }
    #form-busca .yellow_button{
        height: 35px;
        line-height: 33px;
    }
    .subtitle h2:before, .subtitle h2:after{
        width: 40px;
        margin: 0 10px;
    }
}

@media (max-width: 767px){
    .caixa_foto_texto{
        margin-bottom: 50px;
    }
    .caixa_foto_texto .cidade {
        margin-bottom: 5px;
    }
    .caixa_foto_texto .dados_imovel_small {
        margin-top: 5px;
    }
    .foto_sobre{
        float: none;
        margin: 5px auto;
        max-width: 100%;
        width: 100%;
    }
    .button_recaptcha{
        margin-bottom: 0;
    }
    .botoes_compartilhar button{
        margin: 5px 0;
        width: 100%;
        text-align: center;
        padding: 0 10px;
        font-size: 14px;
    }
    .listagem_5_circle .item{
        margin-bottom: 35px;
    }
    .listagem_equipe .item h3:before {
        margin: -10px auto 10px auto;
    }
    .row_vmn .item{
        padding: 20px;
    }
    body{
        padding-top: 65px;
    }
    .owl-theme .owl-dots .owl-dot span{
        height: 12px;
        width: 12px;
    }
    footer .logo{
        margin-right: 0;
    }
    .col-logo-infos .infos{
        margin: 25px 0;
    }
    #form-busca{
        padding: 20px;
    }
    #form-busca .modalidade{
        width: 90%;
        left: 5%;
    }
    #form-busca input[type="text"],
    #form-busca select{
        width: 49%;
        margin-bottom: 1%;
        height: 35px;
    }
    #form-busca button{
        width: 50%;
        margin: 0 25%;
        height: 35px;
    }
    #form-busca .yellow_button{
        line-height: 33px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 20px;
    }
    .formas_contato .item{
        margin-bottom: 30px;
    }
    .depoimentos_index .owl-carousel {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
    .listagem_depoimentos_int .depoimento{
        min-height: unset;
        margin-bottom: 20px;
    }
    .depoimento .foto {
        margin-left: 30px;
        height: 90px;
    }
    body.marca_dagua_gallery .mfp-figure:before{
        content: '';
        height: 30px;
        width: 87px;
        background-image: url('../images/marca_dagua.png');
        background-size: cover;
    }
    .marca_dagua{
        height: 30px !important;
    }
    .imovel_int .conteudo_right{
        height: auto;
    }
    .imovel_int .descricao_contato, .imovel_int .fotos_infos {
        margin-bottom: 40px;
    }
    .iframe_contato{
        height: 350px;
    }
    .capa_int{
        width: 100%;
        margin-left: 0;
    }
    .logo_cab {
        height: 45px;
    }
    .hidden-xs{
        display: none !important;
    }

}

@media print {
    body{
        padding-top: 0 !important;
        margin: 0;
    }
}