body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}
li{
    list-style: none;
}

#conteudo-home {
    background-color: #fff;
}

/*detalhes do imovel*/

.bg-cinza {
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

.box-home {
    background-color: #eceeef;
    display: block;
    clear: both;
    overflow: hidden;
}

#bairrosSelect {
    height: 30px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
}

#bairrosSelect + .btn-group button{
    width: 100%;
    padding: 10px 0px;
    line-height: 17px;
}

.multiselect-container {
    /* position: absolute; */
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /* float: left; */
    min-width: 200px;
    padding: 5px 10px 5px 30px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #00000026;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.multiselect-aberto .multiselect-container{
    display: block !important;
}

.position-fix {
    position: relative;
    top: -172px;
}

#selecaoBairrosDiv .open > .multiselect-container{
    display: block !important;
}

.conteudo-Aluguel #destaqueAluguel .owl-wrapper {
    background: #DBDBDB !important;
}

#carregaLista {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999999999999999;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-top: 10%;
}

#sync1 .item {
    /*background: #0c83e7;*/
    /*padding: 80px 0px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    text-align: center;
    overflow: hidden;
}

#sync1 .item img {
    width: 100%;
    /* height: 800px; */
}

#sync2 .item {
    /*background: #C9C9C9;*/
    /*padding: 10px 0px;*/
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .item img {
    width: auto;
    height: 100px;
}

#sync2 .synced .item {
    /*background: #0c83e7;*/
    border: solid 1px #0c83e7;
    overflow: hidden;
}

/*lista imoveis*/

/* paginations */

.pagination {
    border-radius: 0;
    margin: 0;
    float: right;
    margin-top: 5px;
}

.pagination>li {
    display: inline-block;
    margin-left: 5px;
}

.pagination>li>a, .pagination>li>span, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 25px !important;
    border: none;
    color: #000 !important;
}

.pagination>.active>a, .pagination>.active>a span, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #122d62;
    border: #122d62;
    color: #fff !important;
}

.pagination>li>span, .pagination>li>span:hover {
    background: #555;
    color: #fff;
}

.pagination>li:first-child>a, .pagination>li:last-child>a {
    padding: 4px 12px 8px;
}

#quantidade {
    display: inline-block;
}

.lista-imoveis-item .media {
    /*max-height:280px;*/
    overflow: hidden;
    /* border: solid 1px #f2f5f7; */
    border-bottom: solid 4px #122d62 !important;
    width: 100%;
    margin-bottom: 25px;
}

.lista-imoveis-item .media a {
    max-width: 350px;
    max-height: 250px;
    overflow-y: hidden;
    margin-right: 15px;
}

.lista-imoveis-item .media a img {
    width: 100%;
}

.lista-imoveis-item .media-body {
    padding: 0px;
}

.lista-imoveis-item .media-heading {
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f5f7;
    margin-bottom: 10px;
    font-size: 18px;
}

[class*="badger"] {
    position: relative;
    background: #fff;
}

.lista-acoes {
    margin-top: 40px !important;
}

.list-item-acoes {
    margin: auto;
    width: 100%;
    border-right: 1px solid #666 !important;
}

.border-none {
    border-right: none !important;
}

.list-item-acoes p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

a.btn.verDetalhes {
    font-weight: 100;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    color: #fff;
    background-color: #122d62;
    border: 0;
    border-radius: 5px;
    width: 145px;
    text-align: center;
    padding: 3px;
}

}

.lista-imoveis-item .imovelPreco {
    font-size: 18px;
    color: #122d62;
    font-weight: 700;
}

.lista-imoveis-item .localizacao {
    border-top: solid 1px #f2f5f7;
    border-bottom: solid 1px #f2f5f7;
    padding: 15px;
}

.ui.corner.label {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    width: 3em;
    height: 3em;
    padding: 0;
    text-align: center;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}

.ui.label {
    display: inline-block;
    vertical-align: middle;
    margin: -.25em .25em 0;
    background-color: #E8E8E8;
    border-color: #122d62;
    padding: .5em .8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: .325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    transition: background .1s linear;
}

.ui.label:first-child {
    margin-left: 0;
}

.ui.label {
    font-size: .8125rem;
}

.ui.left.corner.label, .ui.left.corner.label:after {
    right: auto;
    left: 0;
}

.ui.corner.label .text {
    display: inline-block;
    font-weight: 700;
    margin: .5em 0 0 1em;
    width: 2.5em;
    font-size: 1.6em;
    text-align: center;
}

.ui.left.corner.label .text {
    margin: 2.5em 0 0 0.5em;
}

.ui.corner.label:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 3em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.ui.left.corner.label, .ui.left.corner.label:after {
    right: auto;
    left: 0;
}

.ui.left.corner.label:after {
    border-top: 10em solid transparent;
    border-right: 10em solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit;
}


/*form horizontal*/
.form-superior {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding-top: 30px;
}

div.vc_tta-panel-body > div.wpb_raw_code.wpb_content_element.wpb_raw_html{
    margin-bottom: 0px !important;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{
    background-color: #F16A3B !important;
    color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
    background-color: #2D4271 !important;
    color: #fff !important;
}

.form-superior label {
    display: block;
}

.form-superior .form-group {
    margin-right: 0px;
    width: 100%;
    display: inline-block;
}

.form-superior .form-group select{
    margin-top: 0px !important;
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a{
    border-radius: 0px !important;
}

#post-870 > div > div:nth-child(3) > div > div > div > div > div > div.vc_tta-tabs-container > ul > li:nth-child(2){
    margin: 0px 15px;
}

.box-busca-rapida

.btn-filtro{
    width: 100% !important;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
    border-color: #fff !important;
    background-color: #fff !important;
    border-radius: 0px !important;
}

#post-870 > div > div:nth-child(3) > div > div > div > div > div > div.vc_tta-tabs-container{
    position: relative;
    top: 66px;
    z-index: 9999;
    left: 20px;
}

#post-870 > div > div:nth-child(3) > div > div > div > div > div > div.vc_tta-tabs-container > ul > li.vc_tta-tab.vc_active > a::after{
    display: none;
}

.form-superior .mostraForm {
    margin-top: 15px;
}

.form-superior .btn_avancado {
    margin-top: 25px;
    margin-left: 5px;
    font-weight: 700;
}

.btnEnviar {
    margin-top: 0px !important;
    padding: 10px !important;
    height: 22px;
}

.buscaCodigo {
    display: block;
    padding: 21px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    /* min-width: 798px; */
    height: 65px;
    width: 100%;
    float: right;
    /* border: solid 1px #e8e8e8; */
}

.buscaCodigo label {
    display: block;
}

#formBuscaCodigo .btn-padrao{
    padding: 26px 30px !important;
    background-image: url(http://propstarter.com.br/wp-content/themes/sydney/includes/imovix/assets/img/icone-lupa-branca.png) !important;
}

#formBuscaCodigo input {
    width: calc(100% - 70px) !important;
    display: inline-block;
    margin-top: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
}

#carregandoLat {
    position: absolute;
    float: left;
    width: 100%;
    height: 100px;
    display: none;
    text-align: center;
}

#carregandoLat img {
    width: 60px;
    height: 60px;
}

.carregando>img {
    display: block;
    margin: auto;
    width: 5%;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #c3c3c3 !important;
}

.form-inline .multiselect-container label.checkbox {
    color: #333;
}

.navbar-default {
    margin-bottom: 0px;
}

.imovelCaracteristicas li:nth-child(odd) {
    float: left;
}

.imovelCaracteristicas li {
    background: #152c64;
    color: #fff;
    border-radius: 10px;
    padding: 7px 10px;
    width: 24%;
    margin: 5px;
    font-size: 12px;
    float: left;
}

#mapa {
    margin-bottom: 50px;
}

.imovelCaracteristicas li img {
    max-height: 15px;
    margin-right: 10px;
}

.detalhesImovel .imod-info-box.valorImovel ul {
    display: inline-block;
}

#sync2 .owl-item {
    width: initial !important;
}

#sync2 .owl-buttons {
    display: none;
}

#sync2 .owl-buttons .owl-prev {
    left: -35px;
    position: absolute;
}

#sync2 .owl-buttons .owl-next {
    position: absolute;
    right: -374px;
}

#sync2 .owl-controls .owl-buttons div {
    color: #869791;
    background: transparent;
    font-size: 17px;
}

/*Sem booststrap*/

.owl-wrapper {
    z-index: 100;
}

.box-destaques-imoveis {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 35px;
}

.box-destaques-imoveis .ui.corner.label {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    width: 3em;
    height: 3em;
    padding: 0;
    text-align: center;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}

.box-destaques-imoveis .ui.label {
    display: inline-block;
    vertical-align: middle;
    margin: -.25em .25em 0;
    background-color: #E8E8E8;
    border-color: #122d62;
    padding: .5em .8em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: .325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    transition: background .1s linear;
}

.box-destaques-imoveis .ui.label:first-child {
    margin-left: 0;
}

.box-destaques-imoveis .ui.label {
    font-size: .8125rem;
}

.box-destaques-imoveis .ui.left.corner.label, .ui.left.corner.label:after {
    right: auto;
    left: 0;
}

.box-destaques-imoveis .ui.corner.label .text {
    display: inline-block;
    font-weight: 700;
    margin: .5em 0 0 1em;
    width: 2.5em;
    font-size: 1.1em;
    text-align: center;
}

.box-destaques-imoveis .ui.left.corner.label .text {
    margin: 2.5em 0 0 0.9em;
}

.box-destaques-imoveis #destaqueAluguel .ui.left.corner.label .text {
    margin: 2.7em 0 0 0.5em;
}

.box-destaques-imoveis .ui.corner.label:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 3em solid transparent;
    border-bottom: 3em solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.box-destaques-imoveis .ui.left.corner.label, .box-destaques-imoveis .ui.left.corner.label:after {
    right: auto;
    left: 0;
}

.box-destaques-imoveis .ui.left.corner.label:after {
    border-top: 8em solid transparent;
    border-right: 8em solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-top-color: inherit;
}

#destaqueVenda .item, #destaqueAluguel .item {
    overflow: hidden;
    min-height: 385px;
}

#destaqueVenda .item h3, #destaqueAluguel .item h3 {
    background-color: #fff;
    padding: 15px;
    color: #1b2a4b;
    text-align: left;
    min-height: 70px;
    margin-top: 10px;
    margin: 0px;
    /* border: solid 1px #eaeaea; */
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
}

#destaqueVenda .item h4, #destaqueAluguel .item h4 {
    font-size: 16px;
    /* border: 1px solid #eaeaea; */
    color: #1b2a4b;
    font-weight: 600;
    margin: 0;
    border-top: 0;
    padding: 0px 15px 15px 15px;
}

.owl-carousel .owl-item {
    padding: 0px 10px;
}

.owl-carousel .owl-item .item{
    border: 1px solid #BFBFBF;
}

.box-imoveis {
    /* height: 650px; */
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.box-destaques-imoveis .owl-item img {
    /* min-width: 272px; */
    width: 100%;
    height: 260px;
}

.conteudo-Aluguel #destaqueAluguel .owl-item {
    background: #DBDBDB;
}

.item:hover .descricao-imovix {
    display: block;
}

.descricao-imovix {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.txt-diaria {
    margin-bottom: 0px;
    font-size: 15px;
    text-indent: 13px;
    margin-top: 0px;
    color: #223050;
    font-weight: 600;
}

.txt-descricao {
    font-size: 16px;
    padding: 10px 13px 0px 13px;
    height: 41px !important;
    /* background: red; */
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.titulo-imovix {
    padding: 0;
    font-size: 25px;
    color: #fff;
    font-style: italic;
}

.item h3:hover, .item h4:hover {
    cursor: move;
}

.container-imovix {
    margin: 30px 0px;
    background: #5b5b5b;
}

.box-imoveis h1.titulo {
    color: #999;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 15px;
}

/*detalhes*/

.detalhesImovel #geral {
    display: block;
}

.localizacaoImovel h2 {
    text-transform: capitalize;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 0px;
    color: #152c64;
}

.localizacaoImovel p {
    color: #152c64;
}

#codigo li {
    font-weight: bold;
    font-size: 19px;
    padding-left: 0px;
    color: #132c62;
}

.localizacaoImovel {
    font-size: 16px;
    margin-bottom: 10px;
}

.detalhesImovel .valorImovel {
    font-size: 16px;
}

.valorImovel li {
    color: #152c64;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    padding-right: 7px;
    margin-bottom: 10px;
}

.detalhesImovel .valores {
    color: #122d62;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 700;
}

.detalhesImovel .imod-info-box .valores {
    font-size: 16px;
    margin-bottom: 15px;
}

.imod-info-box {
    margin-bottom: 30px;
}

#valores {
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 10px;
    color: #009933;
    font-size: 18px;
}

#rodape {
    width: 100%;
    margin: 0px;
}

#topo ul#menu li a {
    height: 43px;
    font-size: 13px;
}

#topo ul#menu {
    margin-bottom: 9px;
}

.imovelOpcoes ul {
    margin-bottom: 0px;
    text-align: right;
}

.bannerDetalhes {
    border: solid 4px #fff;
}

#modalprint .imovelCaracteristicas li {
    width: 100%;
}

#conteudo-home #noticias h3 {
    height: 45px;
}

.jssort11 {
    font-family: Arial, Helvetica, sans-serif;
}

.jssort11 .i, .jssort11 .pav:hover .i {
    position: absolute;
    top: 3px;
    left: 3px;
    WIDTH: 115px;
    HEIGHT: 93px;
    border: white 1px dashed;
}

* html .jssort11 .i {
    WIDTH/**/
    : 62px;
    HEIGHT/**/
    : 32px;
}

.jssort11 .pav .i {
    border: white 1px solid;
}

.jssort11 .t, .jssort11 .pav:hover .t {
    position: absolute;
    top: 3px;
    left: 125px;
    width: 160px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #122d62;
    font-size: 13px;
    font-weight: 700;
}

.jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t {
    color: #122d62;
}

.jssort11 .c, .jssort11 .pav:hover .c {
    position: absolute;
    top: 38px;
    left: 125px;
    width: 160px;
    height: 31px;
    line-height: 31px;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c {
    color: #333;
}

.jssort11 .t, .jssort11 .c {
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}

.jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort11 .p {
    background: #f8f8f8;
    cursor: pointer;
}

.jssort11 .pav, .jssort11 .pdn {
    background: #eceeef;
    cursor: pointer;
}

.jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover {
    background: #eceeef;
    cursor: pointer;
}

.captionOrange, .captionBlue, .captionBlack, .captionSymbol {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    padding: 10px;
}

.captionOrange {
    background: #000;
    background-color: rgba(0, 0, 0, .5);
}

#superDestaque img {
    width: 100%;
}

.btn-padrao {
    color: #fff !important;
    background-color: #1a2c54 !important;
    border-color: #122d62 !important;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
    background-position: center !important;
    padding: 6px 30px !important;
    margin-left: 5px;
    float: right;
}




.form-superior .btn-padrao {
    background-color: #1a2c54 !important;
    border-color: #122d62 !important;
    padding: 13px 30px !important;
}

.form-superior .btn-padrao:hover{
    background-color: #1a2c54 !important;
    border-color: #122d62 !important;
}

.form-superior input, .form-superior select, .form-superior button {
    border-radius: 0px !important;
    font-weight: 500 !important;
    background-color: unset !important;
    border-color: unset !important;
    color: #000 !important;
    border: none;
    border-bottom: 2px solid #F16A3B !important;
}

.btn-padrao:hover, .btn-padrao:focus, .btn-padrao:active, .btn-padrao.active, .open>.dropdown-toggle.btn-padrao {
    background-color: #1b5a1e;
    color: #fff;
}

.paginacao {
    float: right;
}

#conteudo-home {
    margin: 0px 15px 20px 15px;
}

.filtro {
    display: block;
    float: left;
    margin: 30px 10px;
    width: 99%;
}

.navbar .titulo {
    margin-right: 15px;
}

.navbar .esqueci {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.detalhesImovel .form-superior {
    width: 100%;
    margin-bottom: 15px;
}

.compartilhar-imovel {
    background-image: url(../img/multiple.png);
    padding-left: 32px;
}

.detalhes-imovel {
    background-image: url(../img/detalhes.png);
    padding-right: 32px;
    background-position: 99% center;
    text-align: right;
}

.compartilhar-imovel, .detalhes-imovel {
        text-align: center;
        padding: 5px !important;
        background: #BFBFBF;
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        cursor: pointer;
        display: block;
}

/* .vc_tta-panels-container{
    z-index: 999;
} */

@media only print {
    .lista-acoes, .col-lg-3 p, #mapa, .box-contato, .owl-carousel, .box-busca {
        display: none !important;
    }
    .logo-print img {
        display: block;
        margin: auto;
    }
    #localizacao h2 {
        margin: 0px;
        margin-bottom: -70px;
    }
    .caracteristicaImovel {
        margin-top: -350px;
    }
}

@media screen and (max-width: 767px) {
    #destaqueVenda .item img, #destaqueAluguel .item img {
        height: 200px;
        width: 100%;
    }
    .imovelCaracteristicas li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #B3B3B3;
    }
    .imovelCaracteristicas li:first-of-type {
        width: 100%;
        border: none;
    }
    .imovelCaracteristicas li:last-of-type {
        width: 100%;
        border-bottom: 1px solid #B3B3B3 !important;
    }
    .list-item-acoes {
        width: 50%;
        border-right: none !important;
        /* border-bottom: 1px solid #666 !important; */
        padding: 10px 0px;
    }
}

@media screen and (max-width: 1199px) {
    #destaqueVenda .item img, #destaqueAluguel .item img {
        height: 200px;
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    #sync1 .item img {
        height: 200px;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    #sync1 .item img {
        height: 400px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #sync1 .item img {
        height: 500px;
    }
}

@media screen and (min-width: 1199px) {
    #sync1 .item img {
        height: 600px;
    }
}

@media screen and (max-width: 804px) {
    a.btn.verDetalhes {
        float: none;
    }
}

@media screen and (min-width: 992px) {
    .buscaCodigo {
        min-width: 798px;
        margin-bottom: 1px;
    }
    #id {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) {
    /* .buscaCodigo {
        width: 750px;
    } */
}

.descricao-imovel {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #d00c04;
}

.form-container .header {
    font-size: 20px;
    color: #152c64;
}

#imovel-form .form-group {
    margin-bottom: 10px;
}
#imovel-form .form-group input, #imovel-form .form-group textarea {
    width: 100%;
    margin-top: 0px !important;
    border-radius: 5px;
    border: 1px solid #71829d;
    padding: 4px 12px;
    background: no-repeat;
}

#imovel-form .form-group button {
    background-color: #152c64;
    width: 50%;
    border-radius: 5px;
}

#caracteristica p {
    font-size: 20px;
    color: #152c64;
}

#destaque-home{
    margin-top: 0px !important;
}

#codigo {
    margin: 0 0 2px;
}

@media screen and (min-width: 1200px){
    .form-superior .form-group, .box-busca-rapida .btn-filtro{
        width: 150px !important;
        margin: -45px 0px 0px 20px;
    }

    #row-busca{
        position: absolute !important;
        top: 140px;
    }

    #row-busca.row-busca-fix{
        top: 126px !important;
    }

    #row-busca .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
        background-color: transparent !important;
        border-color: transparent !important;
    }

    #row-busca .vc_tta.vc_general{
        margin: auto;
        display: block;
        /* width: 1073px; */
        width: 1120px;
    }

    #row-busca .form-superior{
        padding-top: 80px;
    }

    #row-busca .buscaCodigo{
        padding-top: 80px;
        margin-bottom: 60px;
    }

    #row-busca .form-superior #selecaoBairrosDiv{
        height: 80px;
        position: relative;
        top: 38px;
    }
}