body {
     background: #F2F2F2;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     -webkit-font-smoothing: antialiased;
 }

.top-info{
    height: 40px;
    padding: 10px;
}

.top-info a{
    color: #ffffff;
}

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.topico{
    margin: 80px 0 20px 0;
}

.linkImovel{
    padding: 25px;
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
    background: #ffffff;
    border-radius: 5px;
}

.linkImovel:hover{
    box-shadow: 2px 0px 12px #cccccc;
}

.linkImovel:hover a{
    text-decoration: none;
}

.thumbImovel{
    height: 250px;
}

.enderecoImovel{
    padding: 16px;
    font-weight: bold;
}

.enderecoImovel h5{
    height: 80px;
}

.setor{
    margin: 10px 0 10px 0;
    font-weight: normal;
}

.dadosImovel{
    padding: 10px 0px 10px 0px;
}

.valorDoImovel{
    padding:20px 0 0px 0;
}

.footerInfo{
    padding: 50px 0 20px 0;
}


@media screen and (max-width: 768px){
    .topoSite{
        height:auto;
        padding-bottom: 20px;
    }

    .menosFiltros{
        display: none;
    }

    .topico{
        margin: 40px 0 0 0;
        text-align: left;
    }

    .topico h3{
        font-size: 16px;
        margin-left: 90px;
    }

    .footerTop{
        margin-top: -35px;
    }
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
}

.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.swiper-pagination { top: 90%; }
.swiper-pagination .swiper-pagination-bullet{ background-color: #cccccc; width: 3%; height: 35%; opacity: 0.3; }
.swiper-pagination .swiper-pagination-bullet-active{ background: #ffffff; opacity: 1; }

.socialQuemSomos{
    font-size: 30px;
}
.swiper-button-next{
    margin-right: -10px !important;
    opacity: 0.6;
}

.swiper-button-prev{
    margin-left: -10px !important;
    opacity: 0.6;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::after{
    display: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
}