﻿.card__body h2 {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

/*Faz com que o tooltip apareça, em alguns locais como nas fotos nao estava aparecendo*/
.tooltip {
    position: fixed;
}

.img-thumbnail {
    background-color: rgba(153, 153, 153, 0.3215686274509804);
}

.header__top {
    background-color: rgba(0,0,0,.1);
}

.listings-grid__icon--suite {
    background-image: url(../img/icons/suite.png);
    width: 22px;
}

.listings-grid__icon--areautil {
    background-image: url(../img/icons/areautil.png);
    width: 22px;
}

.listings-grid__icon--areatotal {
    background-image: url(../img/icons/areatotal.png);
    width: 22px;
}

.listings-grid__icon--sala {
    background-image: url(../img/icons/sala.png);
    width: 22px;
}

@media (min-width: 768px) {
    .search__advanced {
        left: 202px;
        width: calc(100% - 202px);
    }
}

@media (min-width: 700px) {
    .ultimos-imoveis {
        padding: 0 70px;
    }
}

@media (min-width: 768px) {
    .listings-list:not(.listings-list--alt) .listings-grid__main {
        width: 225px;
        border: 3px solid #Fff;
    }
}

h5 {
    padding: 0.5px;
}

.search__body {
    padding-left: 200px;
}

.header__search {
    max-width: none;
}

.header__search {
    padding-top: 0;
}

.modal-header .close {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 30px;
}

.modal-header {
    border-bottom: #eee solid 1px;
}

.modal-body {
    padding: 20px !important;
}

.modal-footer {
    border-top: #eee solid 1px;
}

/*Configura o CSS para o plugin blockUi exibir o aguarde na tela*/
div.blockOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.5;
    color: Black;
    z-index: 2070 !important;
}

/*Configura o CSS para o plugin blockUi exibir o aguarde na tela*/
div.blockPage {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    width: 100px;
    margin-left: -50px;
    background-size: 100px;
    background-repeat: no-repeat;
    z-index: 2080 !important;
}

.btn-Filter {
    height: 100%;
    width: 202px;
    background-color: #FFEB3B;
    font-size: 14px;
    border-radius: 0px 2px 2px 0px;
    border: none;
    color: #3e3e3e;
    font-weight: 500;
    padding: 10px;
    text-align-last: center;
}

.search {   
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
}

.novidade {
    background-color: rgba(0,0,0,.1);
    padding: 25px 20px 0px 20px;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 1052;
}

.top-nav {
    float: right;
}

.header__recommended .listings-grid__item {  
    margin: 12px 12px 12px 12px !important;
}

.iframeFoto360 {
    width: 100%;
    height: 540px;
}

@media (max-width: 991px) {
    .iframeFoto360 {
        height: 300px;
    }
}

.btn-whatsapp-flutuante {
    position: fixed;
    bottom: 50px;
    left: 50px;
    background: #66BB6A;
    box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 84px;
    z-index:1;
}

    .btn-whatsapp-flutuante i {     
        color: #fff;
    }