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

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

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


.navbar-light .navbar-nav .nav-item .nav-link:hover{
    transition: all 0.5s ease 0s;
}

.colImovelHome{
    margin-top: 20px;
    margin-bottom: 20px;
}

.linkImovel{
    border: 1px solid #cccccc;
    border-bottom: 0;
    margin: 0;
    background: #ffffff;
    padding:10px;
}

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

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

.dadosImovel{
    margin: 0 0 20px 0;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
    text-align: center;
}

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

.imovel{
    padding:0;
}

.thumbImovel{
    height: 250px;
    margin:0;
    padding:0;
}

.imovelImagem{
    margin:0;
    width:100%;
    height: 250px;
}

.precoImovel{
    padding: 10px 10px 5px 5px;
}

.precoImovel h5{
    color: #ffffff;
}

.enderecoImovel{
    padding: 16px;
    color: #18316b;
    font-weight: bold;
}

.enderecoImovel h5{
    height: 80px;
}

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

.dadosImovel{
   border-top: 1px solid #cccccc;
}

.valorDoImovel{
    padding:20px 0 0px 0;
    width:100%;
    margin-left:0;
}

.vectorBuildings{
    background: url("../img/vector-buildings.jpg") repeat-x top center;
    height: 490px;
}

.mapaDoSite ul li{
    margin-bottom: 10px;
}

.footer2{
    background: url("../img/footer-background.png") repeat-x top center;
}



@media screen and (max-width: 768px){
    .servicosHome{
        height: auto;
    }

    .dadosImovel{
        display: none;
    }

    .linkImovel{
        border-bottom: 1px solid #cccccc;
    }

    .precoImovel{
        margin: 0px;
    }

    .copyright{
        text-align: left;
    }
}

.prevIcon, .nextIcon{
    height: 15px;
    width: 7px;
}

.swiper-container, .swiper-wrapper{
    padding:0;
}

.swiper-slide{
    border-radius: 5px;
}

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

.swiper-pagination { top: 87%; }
.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; }

.tagTipoNegocio{
    position: absolute;
    z-index: 999;
    background: url("../img/tipoNegocioHomeBg.png") no-repeat right center;
    top:-22px;
    left: 15px;
    padding: 15px 25px 10px 15px;
}

.tagTipoNegocio h6{
    font-size: 14px;
    color:#ffffff;
}
.swiper {
    width: 100%;
    height: 100%;
}

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

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next{
    margin-right: -10px !important;
    opacity: 0.6;
}

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