    body {
        background: #FFF;
        font-family: 'Lato', sans-serif;
    }
    .area {
        margin: 0 auto;
        width: 84%;
    }
    .ar-sombra-min {
        -moz-box-shadow: 0px 0px 5px #ccc;
        -webkit-box-shadow: 0px 0px 5px #ccc;
        box-shadow: 0px 0px 5px #ccc;
        cursor: pointer;
    }
    .ar-box {
        background-color: #F7F7F7;
    }
    .rodapto {
        margin-top: 49px;
        background-image: url('../img/bg_rodape.png');
        height:99px;
    }
    .rodap {
        background: #2c2c2c;
        color:#fff;
        margin-top: 35px;
    }

    .logo {
        display: block;
        /* margin: 13px auto; */
        margin: 0 auto;
        height: 120px;
    }

    .header {
        /* background: url('../img/bg-sicoobclassificados.jpg'); */
        background: #37A895;
        text-align: center;
    }

    .img-dest {
        width: 40px;
        height: 40px;
        margin: 3px 0 0 0;
    }

    .box-imovel {
        height: 400px;
    }

    .box-imovel .title {
        height: 30px;
    }

    .img-imovel {
        max-height: 205px;
        overflow: hidden;
    }

    .informacoes {
        margin-bottom: 5px;
    }

    .img-imovel-pesq {
        height: 150px;
        overflow: hidden;
    }

    .div-dest {
        cursor: pointer;
    }

    /* Destaque topo */
    .lig-dest {
        color:#333;
        font-size: 13px;
        margin: 0;
        text-transform: uppercase;
    }
    .lig-p-dest {
        color:#333;
        font-size: 21px;
        margin: 0;
        text-transform: uppercase;
    }
    .div-dest:hover .lig-dest {
        text-shadow:1px 1px 9px #ddd;
        color:#777;
    }
    .div-dest:hover .lig-p-dest {
        text-shadow:1px 1px 9px #ddd;
        color:#777;
    }

    .flutuap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        -moz-box-shadow: 0px 0px 15px #777;
        -webkit-box-shadow: 0px 0px 15px #777;
        box-shadow: 0px 0px 15px #777;
    }


/* Imagens de Destaque */

.img-principal {
    min-height: 395px;
    overflow: hidden;
    position: relative;
}

.img-principal img {
    width: 100%;
}

.img-outras {
    position: relative;
    margin-top: 20px;
}

.img-outras div {
    height: 100px;
    margin: 0 2.5% 2%;
    overflow: hidden;
    padding: 0;
}

.img-outras div img {
    width: 100%;
}

.por-perto .tam25-esp {
    padding: 0 1%;
}

.por-perto .tam25-esp p {
    margin: 8px 0px;
}

/* Descritivos das casas */

.descr-casas p {font-size: 16px;}

.fix180 {width:160px;}


.contato-topo h2 {
    margin: 0px 0px 15px;
}

.contato-topo p {
    margin: 10px 0px;
}

.contato-topo h3 {
    margin: 15px 0px 0px;
}

/** Menu **/

.menu-bar {
    background: #EEEEEE;
}

.menu-item {
    border-left: 1px solid #B5B5B5;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
}

.menu-item:hover {
    background: #6E6E6E;
    border-left: 1px solid #6E6E6E;
    color: #FFFFFF;
}

.menu-item:first-child {
    border-left: 0px;
}

.search-bar {
    background: rgb(61, 159, 149);
}

.search-bar h2 {
    margin: 17px 0px;
}

.search-bar select, .search-bar input {
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;

    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.search-bar select {
    background: url("../img/arrow.png") no-repeat right #F3F3F3;
}

.search-bar select:first-child, .search-bar input:first-child {
    margin-bottom: 15px;
}

.search-bar .search-button {
    margin-top: 20px;
}

.slick-slide {
    height: auto;
}

.slick-dots {
    bottom: 0;
    margin: 0px;
    position: inherit;
}

.slick-prev, .slick-next {
    height: auto;
    margin-top: -20px;
    width: 40px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev::before, .slick-next::before {
    color: #999999;
}

.banner-destaques {
    overflow: hidden;
}

.banner-destaques .imovel {
    padding: 10px 100px;
}

.banner-destaques .imovel .box {
    border: 1px solid #DADADA;
    overflow: hidden;
}

.banner-destaques .imovel .column {
    background: #FFFFFF;
    float: left;
    height: 300px;
    width: 50%;
}

.banner-destaques .imovel .column p {
    font-size: 18px;
}

.banner-destaques .imovel .column .top {
    height: 80px;
    margin: 20px 0px 0px;
}

.banner-destaques .imovel .column .top h2 {
    font-size: 22px;
    margin: 0px 0px 10px;
}

.banner-destaques .imovel .column .content {
    background: #FBFBFB;
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    height: 75px;
    padding: 10px 0px;
}

.banner-destaques .imovel .column .bottom {
    margin-top: 20px;
}

.banner-destaques .imovel .column .bottom h2 {
    font-size: 26px;
    margin: 0px 0px 15px;
}

.box .img-imovel {
    width: 100%;
}

.box .ico {
    width: 16px;
    margin: 0px 5px;
}

.no-shadow {
    text-shadow: none;
}

.margin-left-10 {
    margin-left: 10%;
}

.box-imovel .sub-h {
    font-weight: bold !important;
}

.box-imovel p {
    margin: 10px;
}

.box-imovel p.big {
    font-size: 22px;
}

.no-margin-top {
    margin-top: 0px;
}

.pagination {
    margin-top: 20px;
}

.page-button {
    display: inline-block;
}

.page-button.active {
    background: #e1e1e1;
    color: #AAA;
}

.page-title {
    font-weight: 1000;
}

.header-direito {
    width: 700px;
}

.floating-button {
    position: fixed;
    bottom: 50;
    right: 50;
    z-index: 9999;
}

.floating-button img {
    width: 50px;
    height: 50px;
}
