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

#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: 150px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
}

.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: 80px;
}

#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: #009966;
    border: #009966;
    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 #009966 !important;
}

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

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

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

.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;
}

/*[class*="badger"]:after {

    content: attr(data-badger);

    position: absolute;

    padding: 3px 7px;

    font-size: 15px;

    font-weight: bold;

    background: #009966;

    color: #fff;

    text-transform: uppercase;

}



.badger-right:after {

    right: 0;

    bottom: 0px;

}*/

.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: #2A7D2D;
    border: 0;
}

.lista-imoveis-item .imovelPreco {
    font-size: 18px;
    color: #267F2B;
    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: #009966;
    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;
    /* -webkit-transform: rotate(45deg); */
    /* -moz-transform: rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
}

.ui.left.corner.label .text {
    margin: 2.5em 0 0 0.5em;
    /* -webkit-transform: rotate(-45deg); */
    /* -moz-transform: rotate(-45deg); */
    /* -ms-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
}

.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);
    padding: 10px;
    width: 100%;
    margin-bottom: 2px;
}

.form-superior label {
    display: block;
}

.form-superior .form-group {
    margin-right: 0px;
    margin-left: 7px;
}

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

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

.btnEnviar {
    margin-top: 0px !important;
}

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

.buscaCodigo label {
    display: block;
}

.buscaCodigo input {
    width: 70%!important;
    float: left;
}

#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;
}

.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: #2A7D2F;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    width: 47%;
    margin: 5px;
}

/* .imovelCaracteristicas li:nth-child(4) {
    border-right: none !important;
} */

#mapa {
    margin-bottom: 50px;
}

.imovelCaracteristicas li img {
    max-height: 20px;
    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: #009966;
    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;
    /* -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
}

.box-destaques-imoveis .ui.left.corner.label .text {
    margin: 2.5em 0 0 0.9em;
    /* -webkit-transform: rotate(-45deg); */
    /* -moz-transform: rotate(-45deg); */
    /* -ms-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
}

.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 img,
#destaqueAluguel .item img {
    height: 350px;
    width: 100%;
} */

#destaqueVenda .item, #destaqueAluguel .item {
    margin: 3px 20px;
    overflow: hidden;
    border-radius: 10px;
}

#destaqueVenda .item h3, #destaqueAluguel .item h3 {
    background-color: #fff;
    padding: 15px;
    color: #333;
    text-align: left;
    min-height: 40px;
    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: #333;
    font-weight: 600;
    margin: 0;
    border-top: 0;
    padding: 0px 15px 15px 15px;
}

.detalhes-compartilhar {
    /* border: 1px solid #eaeaea; */
    /* height: 25px; */
    border-top: 0;
    color: #acb0b1;
}

.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: 343px;
}

.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: -15px;
    font-size: 15px;
    text-indent: 13px;
    margin-top: 10px;
}

.item.badger-right {
    border: 1px solid #ccc;
    /* min-height: 830px; */
}

.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;
}

/*.container {

    float:left;

    width:100%;

    display:block;

    background-color: #fff;

padding: 5px;

}*/

/*detalhes*/

.detalhesImovel #geral {
    display: block;
}

/*.col-lg-12 {

    width:100%;

}

.col-lg-4 {

    width:33%;

    display:inline-block;

    float:left;

}

.col-lg-8 {

       width:60%;

        display:inline-block;

    float:left;

    }*/

.localizacaoImovel h2 {
    text-transform: capitalize;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
}

#codigo li {
    font-weight: bold;
    font-size: 19px;
    padding-left: 30px;
}

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

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

.valorImovel li {
    color: #2A7D2F;
    font-size: 23px;
    font-weight: bold;
    text-align: right;
    padding-right: 7px;
}

.detalhesImovel .valores {
    color: #009966;
    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;
}

/* jssor slider thumbnail navigator skin 11 css */

/*

                .jssort11 .p            (normal)

                .jssort11 .p:hover      (normal mouseover)

                .jssort11 .pav          (active)

                .jssort11 .pav:hover    (active mouseover)

                .jssort11 .pdn          (mousedown)

                */

.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: #009966;
    font-size: 13px;
    font-weight: 700;
}

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

.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: #267F2B;
    border-color: #267F2B;
    margin-top: 23px;
}

.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 {
    width: 100%;
    text-align: center;
    padding: 10px !important;
    background: none;
    padding: 0px;
    color: #2B7C2D;
    font-weight: 600;
    font-size: 17px;
}

@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;
}