body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ddd;
}
.container-fluid{
    /*background-color: #f0f0f0;*/
}
.busca {
    border-top: 4px solid #ddd;
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-size: 1920px auto;
    background-color: #ddd;
}
.busca-alt {
    border-top: 4px solid #ddd;
    background-image: url(../img/bg-home.jpg);
    background-position: center;
    background-color: #ddd;
}
.internas{
    background-image: url(../img/bg-blur1.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}
body.internas{
    background-color: #000;
}
.slogan{
    background-image: url(../img/slogan.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.header-bg {
    color: #d50000;
    background-position: center;
}
.card{
    background: url(../img/busca-bg.png) !important;
}
.body-bg {
    background-color: #6666;
}

.nav-bg {
    background-image: url(../img/header-bg.png);
    /*background-color: #b71c1c;*/
    /*background-color: #eee;*/
    border-top: 4px solid #d50000;
    border-bottom: 4px solid #d50000;
}

.nav-item:hover {
    background-color: #555;
}

.line-sep {
    padding-top: 5px;
    padding-bottom: 10px;
    background-image: url(../img/line-separator.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 4px;
    line-height: 40px;
}

.line-sep-left {
    padding-top: 5px;
    padding-bottom: 10px;
    background-image: url(../img/line-sep-left.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 4px;
    line-height: 40px;
}

.dropdown-item:hover {
    color: #000;
}

.nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-link:hover {
    color: #fff !important;
}

p.imovel {
    font-size: 13px;
}

.btn-valor {
    background-color: #d50000;
    color: #fff;
}

.btn-valor:hover {
    color: #f9f9f9;
}

.carousel-caption-x {
    border-top: 2px solid #d50000;
    border-bottom: 2px solid #d50000;
    /*display: flex;*/
    font-size: 13px;
    font-weight: bold;
    color: #970000;
    background-color: #dfdfdf;
    padding: 10px !important;
    /*width: 100%;*/
}

.btn-imoveis-destaque {
    background-color: #333;
    color: #f9f9f9;
    border-radius: 0 !important;
}

.btn-imoveis-destaque:hover {
    background-color: #222;
    color: #fff;
}

.bg-white {
    background-image: url(../img/bg-white.png);
    background-position: top center;
    background-repeat: repeat-x;
    /*background-color: #fff !important;*/
}
.sx{
    background-color: #fff;
}
.footer {
    background-image: url(../img/footer-bg.jpg);
    /*background-size: cover;*/
    background-position: center bottom;
    background-size: contain;
    border-top: 4px solid #555;
    /*background-color: #333;*/
    color: #f0f0f0;
    font-size: 12px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer hr {
    color: #ccc;
    border-color: #ccc;
    background-color: #ccc;
}

.footer a {
    color: #ddd;
    padding: 10px;
    margin-right: 20px;
    /*background-color: #555;*/
}

.cursor-pointer {
    cursor: pointer;
}

.imovel-info {
    border-bottom: 1px solid #ddd;
    color: #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.imovel-info span {
    font-size: 11px;
    color: #999;
    display: block;
    line-height: 22px !important;
}

.tomazini {
    color: #777;
    background-color: #222;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tomazini a {
    color: #555;
}

.tomazini a:hover {
    color: #999;
}
.overlay {
    background: url(../img/map-bg.png);
    position:relative;
    width:100%;
    height:500px; /* your iframe height */
    top:500px;  /* your iframe height */
    margin-top:-500px;  /* your iframe height */
}
iframe {
    /*pointer-events: none;*/
}
