body {
    background: #f8f9fa;
    font-family: "Montserrat", sans-serif;
}

.mask {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.loading-scroll {
    text-align: center;
    color: #fff;
    z-index: 999;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.loading-scroll i {
    font-size: 2.5em;
}

#home-page header {
    background-position: center;
    background-size: cover;
}

header {
    border-bottom: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

header .contato-top {
    background-color: #0A1F4D;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 0;
    margin-bottom: 1rem;
}

header .contato-top a {
    color: #fff;
    margin-left: 10px;
}

.contato-top i {
    margin-right: 8px;
}

header .logo {
    max-height: 185px;
}

header h1 {
    font-weight: bold;
}

header h1,
header h4 {
    margin: 0.5rem 0;
}

.no-padding-right {
    padding-right: 0px !important;
}

.page-title {
    font-size: 1.8em;
    border-left: 5px solid #0A1F4D;
    padding-left: 20px;
}

#navbar-top {
    background: none !important;
    padding: 0 !important;
}

#navbar-top .navbar-toggler i {
    color: #000;
}

#navbar-top .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#navbar-top .nav-item:last-child {
    border: none;
}

#navbar-top .nav-link {
    color: #000;
    font-weight: 300;
    font-size: 1.1em;
    padding: 0 1rem;
}

#navbar-top li:last-child a {
    padding-right: 0;
}

.social-links {
    color: #555555;
    display: inline-block;
    margin-top: 0.5rem;
}

a.social-links:hover {
    color: #555555;
    opacity: 0.8;
}

section.favoritos,
section.comparar {
    padding: 5rem 0;
}

section.favoritos th {
    background-color: #595859;
    color: #fff;
}

section.favoritos td {
    vertical-align: middle;
}

section.comparar .cabecalho {
    font-weight: bold;
}

section.comparar h6 {
    margin-bottom: 0px !important;
}

section.comparar .compare td {
    text-align: center;
}

section.comparar img,
section.favoritos img {
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    header {
        text-align: center;
    }

    #navbar-top .nav-item {
        border: none;
    }

    .navbar-collapse {
        border-top: 1px solid rgba(206, 206, 206, 0.35);
        padding-top: 0.5rem;
    }

    .navbar-toggler {
        border: none;
    }
}

section.conteudo {
    padding: 4rem 0;
}

section.conteudo h1,
div.conteudo h1 {
    border-bottom: 2px solid #0A1F4D;
    font-weight: 400;
    font-size: 1.8em;
    margin-bottom: 2rem;
    padding-bottom: 3px;
    text-transform: uppercase;
}

section.conteudo p {
    font-weight: 300;
}

section.conteudo .box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

section.conteudo img {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 15px;
}

/******************* Filtro **********************/
section.busca {
    padding: 2rem 0 2rem 0;
    background-color: #eee;
}

section.busca h1,
section.busca h4 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0 0 2px #1f1f1f;
}

.filtro {
    background-color: #eee;
    padding: 2rem;
}

.campos {
    background-color: #fff;
}

.typeahead {
    padding: 8px 12px;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
    background: #fff;
    color: #333333;
}

.tt-menu {
    width: 300px;
}

ul.typeahead {
    margin: 0px;
    padding: 10px 0px;
}

ul.typeahead.dropdown-menu li a {
    font-size: 0.8em;
    padding: 5px 10px !important;
}

ul.typeahead.dropdown-menu li.active {
    color: #fff;
}

ul.typeahead.dropdown-menu li:last-child a {
    border-bottom: 0px !important;
}

.bgcolor {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    padding: 100px 10px 130px;
    text-align: center;
    margin: 10px;
}

.demo-label {
    font-size: 1.5em;
    color: #333;
    font-weight: 500;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #0A1F4D;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

#busca-referencia {
    display: none;
}

/******************* /Filtro **********************/

/******************* Lista de Imóveis novos **********************/

.bg-section {
    background: url("../imagens/bg-section.png") #eeeeee no-repeat;
    background-position: bottom;
}

.novos .background-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.novos .box-imovel:hover {
    webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.24);
    border-color: #bbb;
    transition: 0.3s;
}

.novos .box-imovel {
    margin-bottom: 0 !important;
    position: relative;
    transition: 0.3s;
}

.box-imovel .num-ref {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: rgba(21, 21, 21, 0.5);
    font-weight: 600;
    opacity: 0.9;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    color: #fff;
}

.novos .box-imovel .foto-imovel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 190px;
    position: relative;
    width: 100%;
}

.novos .valor {
    color: #0A1F4D;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0px 10px;
}

.novos .valor b {
    display: block;
}

.novos .descricao .tipo,
.novos .descricao .localidade {
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    padding: 0 10px;
    max-width: 100%;
}

.novos .box-imovel .descricao {
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
}

.nav-pills {
    display: inline-block;
    margin: 0 auto;
}

.nav-pills li {
    display: inline-block;
}

.nav-pills li a {
    background: none;
    border: 1px solid #0A1F4D;
    color: #000;
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 !important;
}

.nav-pills .nav-link.active {
    background: #0A1F4D;
    color: #fff;
}

/******************* Lista de Imóveis **********************/

.box-imovel {
    position: relative;
    overflow: hidden;
}

.box-imovel .tarja {
    background-color: #0A1F4D;
    color: #fff;
    font-size: 0.7em;
    position: absolute;
    padding: 5px 1rem;
    font-weight: bold;
    z-index: 998;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    bottom: 0;
}

section.lista-imoveis {
    padding: 5rem 0;
}

section.lista-imoveis a.box-foto {
    display: block !important;
    position: relative;
    overflow: hidden;
}

section.lista-imoveis h2 {
    font-weight: 300;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

section.lista-imoveis h2 b {
    font-style: italic;
}

section.detalhes-imovel h4.page-title {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

section.detalhes-imovel .box {
    padding: 15px;
}

section.detalhes-imovel figure {
    position: relative;
    overflow: visible;
    float: left;
    margin: 0;
    margin-right: 1rem;
    width: 160px;
    height: 180px;
    background-color: #ffe;
    background-image: url(../imagens/avatar.png);
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    box-shadow: 0 0 0 5px #fff;
    width: 80px;
    height: 100px;
}

section.detalhes-imovel .captador {
    overflow: hidden;
    line-height: 20px;
}

section.detalhes-imovel .captador span {
    display: block;
    text-transform: uppercase;
}

section.detalhes-imovel .captador span.nome {
    font-size: 1.3em;
}

section.detalhes-imovel .captador span.creci {
    font-size: 0.8em;
}

.box-imovel,
section.detalhes-imovel .box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    position: relative;
}

.box-imovel {
    margin-bottom: 25px !important;
}

.box-imovel .foto-imovel {
    background: url("../imagens/sem-foto.jpg");
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 220px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.box-imovel .foto-imovel a {
    width: 100%;
    height: 100%;
    display: block;
}

.descricao .valor {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    color: #0A1F4D;
}

.box-imovel .descricao {
    padding: 15px;
    color: #1c1c1c;
}

.descricao span.tipo,
.descricao span.localidade {
    font-weight: bold;
}

.descricao span.tipo {
    display: block;
    margin-bottom: 2px;
}

.descricao .condominio {
    display: block;
    font-style: italic;
    margin-bottom: 2px;
}

.values {
    display: table;
    width: 100%;
    padding: 10px;
    min-height: 60px;
}

.values .value {
    display: inline-block;
    width: auto;
}

.values .value i {
    display: block;
    font-size: 1.2rem;
}

.values .value:first-child p {
    padding-left: 0;
}

.values .value:last-child p {
    margin: 0;
}

.values .value p {
    font-size: 0.7rem;
    margin-right: 1rem;
    text-align: center;
    margin-bottom: 0px;
}

.box-imovel .buttons-detalhes {
    margin-top: 1rem;
}

.box-imovel .buttons-detalhes .btn {
    margin-right: 1rem;
}

.page-link {
    background: #fff !important;
    border-color: #ddd;
    color: #686868;
    display: inline-block;
}

.page-item.active .page-link {
    background-color: #0A1F4D !important;
    border-color: #0A1F4D;
    border-radius: 0;
}

.page-link:hover {
    background-color: #0A1F4D !important;
    color: #fff;
    border-color: #0A1F4D;
}

/******************* /Lista de Imóveis **********************/

/******************* Filtro lateral **********************/

div.filtro-lateral {
    overflow: hidden;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

div.filtro-lateral form {
    display: table;
}

div.filtro-lateral .tabs {
    margin: 0;
    display: table;
    width: 100%;
    overflow: hidden;
}

div.filtro-lateral input.aba {
    display: none;
}

div.filtro-lateral input.aba:checked + label + div {
    opacity: 1;
    z-index: 1000;
}

div.filtro-lateral input.aba + label {
    background: #f1f1f1;
    color: #000;
    cursor: pointer;
    transition: background ease-in-out 0.3s;

    display: table-cell;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    width: 1%;
    text-align: center;
}

div.filtro-lateral input.aba:checked + label {
    color: #fff;
    background: #0A1F4D;
}

.list-group {
    background: #fff;
}

div.filtro-lateral .list-group .list-group-item:first-child {
    border-top: 0;
}

div.filtro-lateral .list-group-item {
    background: #fff;
    border-color: #ddd;
    border-radius: 0;
}

div.filtro-lateral .buttons-container input.radio-btn {
    display: none;
}

div.filtro-lateral .buttons-container input.radio-btn:checked + label + div {
    opacity: 1;
    z-index: 1000;
}

div.filtro-lateral .buttons-container input.radio-btn + label {
    border: 1px solid #ddd;
    color: #000;
    cursor: pointer;
    margin-right: 3px;
    padding: 10px 5px;
    transition: background ease-in-out 0.3s;
    text-align: center;
}

div.filtro-lateral .buttons-container input.radio-btn:checked + label {
    color: #fff;
    background: #0A1F4D;
}

.money {
    font-size: 0.8em;
}

#btn-buscar-imoveis {
    display: none;
}

/******************* Detalhes Imovel **********************/
section.detalhes-imovel {
    padding: 3rem 0;
}

section.detalhes-imovel h1.titulo {
    color: #0A1F4D;
    font-size: 1.8em;
    text-transform: uppercase;
    border-bottom: 2px solid #0A1F4D;
    margin-bottom: 2rem;
}

.detalhes-imovel .carousel-inner {
    background-color: #000;
    text-align: center;
}

.detalhes-imovel .carousel-inner .carousel-item img {
    margin: 0 auto !important;
    max-width: 100%;
    max-height: 550px !important;
    min-height: 550px !important;
}

section.detalhes-imovel .contatar-anunciante h5 {
    margin: 1rem 0 !important;
}

section.detalhes-imovel .contatar-anunciante form .form-control {
    min-height: 45px;
}

section.detalhes-imovel .contatar-anunciante form textarea {
    font-size: 0.9em;
}

section.detalhes-imovel .box {
    margin-bottom: 1rem;
}

section.detalhes-imovel .box h5,
section.detalhes-imovel .box h6 {
    margin: 0;
}

section.detalhes-imovel .valores-imovel h4 {
    font-weight: bold;
    margin-bottom: 0;
}

section.detalhes-imovel .valores-imovel h6 {
    font-size: 0.7em;
}

section.detalhes-imovel .valores-imovel label {
    font-size: 0.7em;
    display: block;
}

section.detalhes-imovel div.dc {
    border: 1px solid #cecece;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 3px;
    padding: 1px 5px;
}

section.detalhes-imovel .num_ref {
    font-size: 0.8em;
}

#map {
    height: 250px;
    width: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 999px) {
    .detalhes-imovel .carousel-inner .carousel-item img {
        margin: 0 auto !important;
        max-width: 100%;
        max-height: auto !important;
        min-height: auto !important;
    }
}
/******************* /Detalhes Imovel **********************/

footer {
    background-color: #fff;
    color: #000;
    font-weight: 300;
    padding-top: 3rem;
    border-top: 1px solid #eee;
}

img.logo-footer {
    max-width: 250px;
}

footer h4 {
    font-weight: 300;
    text-transform: uppercase;
}

footer p {
    font-size: 0.8em;
}

footer a {
    margin-bottom: 5px;
    color: #000;
}

footer a:hover {
    opacity: 0.8;
    color: #000;
}

footer ul.site-map {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.site-map li {
    display: block;
}

footer ul.site-map li i {
    width: 20px;
    margin-right: 8px;
}

.social-media a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 0.8em;
    margin: 0 5px 10px 5px;
}

footer .social-media a.icon-facebook {
    background-color: #3b5998;
}

footer .social-media a.icon-twitter {
    background-color: #1da1f2;
}

footer .social-media a.icon-google_plus {
    background-color: #db4437;
}

footer .social-media a.icon-youtube {
    background-color: #e62117;
}

footer .social-media a.icon-instagram {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.copyright {
    font-size: 0.8em;
    margin-top: 1rem;
    background-color: #0A1F4D;
    color: #fff;
    padding: 0.5rem 0;
}

.copyright a {
    color: #fff;
}

footer ul.actions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 27%;
    right: 0px;
    z-index: 1000;
}

footer ul.actions a {
    color: #fff;
    display: block;
    line-height: 3.5rem;
    height: 3rem;
    text-align: center;
    width: 3rem;
    margin-bottom: 1.1rem;
    position: relative;
}

footer ul.actions a i {
    font-size: 1.5rem;
}

footer ul.actions a .badge {
    position: absolute;
    font-size: 0.7em !important;
    top: -5px;
    left: -5px;
}

footer ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0.5rem;
    z-index: 1000;
}

footer ul.social-icons a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: center;
    width: 2.5rem;
    margin-bottom: 0.5rem;
}

footer a.whatsapp {
    background: #54cc61;
}

footer ul.social-icons a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}

footer ul.social-icons a.facebook {
    background: #3a5999;
}

footer ul.social-icons a.youtube {
    background: #ff0000;
}

footer ul.social-icons a.linkedin {
    background: #0073b0;
}

@media screen and (max-width: 999px) {
    footer ul.social-icons {
        left: 5px;
    }
    footer ul.social-icons a {
        font-size: 1.1rem;
        line-height: 2rem;
        height: 2rem;
        width: 2rem;
        margin-bottom: 0.5rem;
    }

    footer ul.actions a {
        line-height: 2.3rem;
        height: 2rem;
        width: 2rem;
        margin-bottom: 0.5rem;
    }

    footer ul.actions i {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 768px) {
}

a:hover {
    text-decoration: none;
}

form .form-control[type="text"],
select.form-control {
    background-clip: initial;
}

.form-control,
.btn {
    border-radius: 0px !important;
}

.btn-custom {
    border-color: #0A1F4D;
    background-color: #0A1F4D;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.8 !important;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #0A1F4D;
}

.btn-outline-custom {
    background: none;
    border-color: #0A1F4D;
    color: #fff;
}
/* *************************** */

section.print-imovel {
    padding: 1rem !important;
}

section.print-imovel .foto-imovel {
    border: 5px solid #fff;
    border-radius: 3px;
    margin-bottom: 1rem;
}

section.print-imovel .captador {
    overflow: hidden;
    position: relative;
    width: 100%;
}

section.print-imovel figure {
    display: block;
    position: relative;
    overflow: visible;
    float: left;
    margin: 0;
    margin-right: 1.5rem;
    width: 100px;
    height: 120px;
    background-color: #ffe;
    background-image: url(../imagens/avatar.png);
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    float: left;
    border: 5px solid #fff;
    border-radius: 1rem;
}

#scrollable-dropdown .dropdown-menu {
    /* max-height: 400px; */
    overflow-y: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0A1F4D !important;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.destaques {
    margin-top: 3rem;
}

.destaques h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
    border-left: 4px solid #0A1F4D;
    margin-left: 1rem;
    padding-left: 1rem;
}

.destaques .slide-imovel {
    position: relative;
}

.destaques .slide-imovel .tns-ovh {
    padding: 0.25rem;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .destaques .slide-imovel .controls {
        display: none;
    }
}

.tns-controls button:focus,
.tns-nav button:focus {
    outline: none;
}

#shareModal a {
    color: #212529;
    text-decoration: none;
}

#shareModal i {
    color: #555555;
    margin-right: 0.5rem;
    font-size: 1.5rem;
    vertical-align: bottom;
}

.tns-nav {
    display: none;
}

.form-fields {
    font-size: 1rem;
    font-weight: 700;
    color: #0A1F4D;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.select2-container {
    width: 100%;
}

.tarja-img {
    background-color: rgba(183, 33, 39, 0.8);
    font-size: 0.75em;
    color: #fff;
    position: absolute;
    padding: 8px;
    font-weight: bold;
    transform: rotate(-45deg);
    top: 30px;
    left: -38px;
    width: 160px;
    text-transform: uppercase;
    text-align: center;
    z-index: 999;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.select2-selection__arrow {
    height: auto !important;
}
