body {
    background-color: #f9f9fb;
    font-family: "Inter", sans-serif;
}

.mask {
    display: none;
}

body.loading .mask {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    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;
}

.cabecalho {
    background-color: #4f877f;
    padding: 0.25rem 0;
    font-size: 0.8rem;
}

.cabecalho ul {
    text-align: right;
    margin-bottom: 0;
}

.cabecalho li,
.cabecalho a {
    color: #fff;
}

.cabecalho i {
    margin-right: 0.5rem;
}

header .navbar-top {
    background-color: rgba(255, 255, 255);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}

header .navbar-top .navbar-brand {
    padding: 0;
}

header .navbar-top .navbar-brand img {
    max-height: 100px;
}

header .navbar-top .nav-link {
    color: #212529 !important;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

header .navbar-top .nav-link:hover {
    border-color: #4f877f;
    color: #4f877f !important;
}

@media screen and (min-width: 992px) {
    header .navbar-top .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.filtro {
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #fff;
}

.filtro h1 {
    color: #4f877f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .filtro h1 {
        font-size: 1.8rem;
    }
}

.select2-container {
    width: 100% !important;
}

.btn-custom {
    background-color: #4f877f;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}

.conteudo {
    min-height: 65vh;
    padding: 3rem 0;
}

.conteudo h1 {
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    color: #4f877f;
    border-bottom: 2px solid #4f877f;
}

@media screen and (max-width: 992px) {
    .conteudo h1 {
        font-size: 2rem;
    }
}

.conteudo img.frame {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 4px;
}

.conteudo .frase {
    font-size: 1.25rem;
    font-weight: 500;
    color: #4f877f;
}

footer {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 2rem;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    font-size: 0.9rem;
}

footer .titulo-lista {
    color: #4f877f;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

footer a {
    color: #212529;
}

footer a:hover {
    color: #4f877f;
}

.btn-social.btn-group-fab {
    position: fixed;
    width: 50px;
    height: auto;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.btn-social.btn-group-fab div {
    position: relative;
    width: 100%;
    height: auto;
}

.btn-social.btn-group-fab .fab-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-social.btn-group-fab .fab-holder span {
    padding: 0.25rem 0.5rem;
    user-select: none;
    white-space: nowrap;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    background-color: #666;
    color: #fff;
    margin-right: 10px;
}

.btn-social.btn-group-fab .btn {
    border-radius: 50% !important;
    display: block;
    margin-bottom: 4px;
    width: 50px;
    height: 50px;
    color: #fff;
}

.btn-social.btn-group-fab .btn-main {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.btn-social.btn-group-fab .btn-sub {
    z-index: 8;
    line-height: 36px;
    font-size: 1.5rem;
}

.btn-social.btn-group-fab.active .fab-holder {
    opacity: 1;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(2) {
    bottom: 65px;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(3) {
    bottom: 125px;
}

.btn-social.btn-group-fab.active .fab-holder:nth-child(4) {
    bottom: 185px;
}

.btn-social.btn-group-fab .btn-whatsapp {
    background: #54cc61;
}

.btn-social.btn-group-fab .btn-facebook {
    background: #3a5999;
}

.btn-social.btn-group-fab .btn-instagram {
    background: #cc2366;
}

.card.card-body {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.conteudo h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
}

.conteudo .telefone {
    color: #666;
    display: block;
    margin-bottom: 4px;
}

form .error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
    color: #666 !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    z-index: 1002;
}

#carouselFotos {
    overflow: hidden;
}

#carouselFotos .carousel-inner {
    text-align: center;
}

#carouselFotos .carousel-inner .carousel-item img {
    height: 500px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    #carouselFotos .carousel-inner .carousel-item img {
        height: 300px;
    }
}

.imovel .share {
    margin: 1rem 0;
}

.imovel .share a {
    margin-right: 0.25rem;
}

.imovel h1 {
    font-size: 1.8rem;
}

.imovel h1 small {
    margin-left: 1rem;
    color: #666;
    font-size: 1.3rem;
}

.imovel h2 {
    font-size: 1.5rem;
    color: #4f877f;
    font-weight: 500;
}

.imovel .contato-imovel {
    position: sticky;
    top: 1rem;
}

.imovel .contato-imovel h2 {
    text-transform: none;
    font-weight: 400;
}

.imovel .valor-principal .label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
}

.imovel .valor-principal .valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4f877f;
}

.imovel .icones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imovel .icones .icone {
    margin: 0.5rem 1rem;
    text-align: center;
    font-size: 0.8rem;
}

@media screen and (max-width: 992px) {
    .imovel .icones .icone {
        margin-bottom: 0.5rem;
    }
}

.imovel .icones .icone i {
    display: block;
    color: #4f877f;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.imovel .foto-corretor {
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.imovel .dc {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    font-size: 0.8rem;
    margin: 0.2rem;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
}

.sp-fade-full-screen,
.sp-fade-arrows {
    opacity: 1 !important;
}

.sp-thumbnail-container {
    opacity: 0.4 !important;
}

.sp-selected-thumbnail {
    opacity: 1 !important;
}

.sp-next-arrow::after,
.sp-next-arrow::before,
.sp-previous-arrow::after,
.sp-previous-arrow::before {
    background-color: #fb823c !important;
}

.card-imovel {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    overflow: hidden;
    transition: 0.3s;
}

.card-imovel:hover {
    transform: translate(0, -0.5rem);
    transition: 0.3s;
}

.card-imovel .card-img,
.card-imovel .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-imovel .card-body {
    padding: 0.75rem;
    color: #212529;
    font-weight: 500;
}

.card-imovel .card-body a {
    color: #212529;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
    position: relative;
    height: 180px;
}

.card-imovel .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-imovel .foto .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-imovel .icone,
.bloco-imovel .icone {
    text-align: center;
    font-size: 0.6rem;
    display: inline-block;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    color: #8d8d8d;
}

.card-imovel .icone i,
.bloco-imovel .icone i {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

a:hover {
    text-decoration: none;
}

.card-imovel .valores {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    padding: 2px 10px;
    text-align: right;
    font-weight: 700;
}

.card-imovel .valores small {
    font-weight: 700;
}

.card-imovel .ref,
.bloco-imovel .ref {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
}

.card-imovel .tipo {
    font-weight: 700;
}

.card-imovel .card-footer {
    border-radius: 0;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #4f877f;
    padding: 0.5rem 1.25rem;
}

.page-item .page-link {
    color: #4f877f;
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: #4f877f;
    border-color: #4f877f;
    color: #fff;
}

.pagination {
    margin-top: 1rem;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

.destaques {
    padding: 3rem 0;
}

.destaques h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .destaques h2 {
        font-size: 1.6rem;
    }
}

.tns-nav {
    text-align: center;
    margin-top: 1rem;
}

.tns-nav > [aria-controls] {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0 8px;
    background: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.tns-nav > .tns-nav-active {
    background: #4f877f;
}

.destaques .nav-pills {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.destaques .nav-pills li {
    display: inline-block;
    margin: 0.2rem;
}

.destaques .nav-pills .nav-link.active {
    background: #4f877f;
    color: #fff;
}

.destaques .nav-pills li a {
    background: none;
    border: 1px solid #4f877f;
    color: #4f877f;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.filtro-lateral .tabs-container {
    display: flex;
    justify-content: space-between;
}

.filtro-lateral .tabs-container input.tabs {
    display: none;
}

.filtro-lateral .tabs-container input.tabs + label {
    border-radius: 0.25rem;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    font-size: 0.9rem;
    width: 44px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
}

.filtro-lateral .tabs-container input.tabs:checked + label {
    color: #fff;
    background: #4f877f;
}

.lista-imoveis #mapa {
    height: 700px;
}

@media screen and (max-width: 992px) {
    .lista-imoveis #mapa {
        height: 500px;
    }

    .destaques .nav-pills li a {
        font-size: 0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.banner {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.carousel-control-prev,
.carousel-control-next {
    width: 2rem;
    height: 2rem;
    top: 46%;
    background: #000;
    text-align: center;
    border-radius: 0.25rem;
}

.carousel-control-prev {
    left: 1rem;
}

.carousel-control-next {
    right: 1rem;
}

.bloco-imovel {
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.bloco-imovel img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.bloco-imovel .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bloco-imovel .foto {
    position: relative;
}

.bloco-imovel .tipo {
    font-size: 1.2rem;
    font-weight: 500;
    color: #16456e;
}

.bloco-imovel .endereco {
    font-size: 1.2rem;
}

.bloco-imovel .valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4f877f;
}

.bloco-imovel .icone {
    margin: 0.2rem;
    font-size: 0.7rem;
}

.bloco-imovel .tarja,
.card-imovel .tarja,
#carouselFotos .tarja {
    background-color: rgba(183, 33, 39, 0.8);
    color: #fff;
    font-size: 0.75em;
    position: absolute;
    color: #fff;
    position: absolute;
    padding: 5px;
    font-weight: bold;
    transform: rotate(-45deg);
    top: 24px;
    left: -36px;
    width: 150px;
    text-transform: uppercase;
    text-align: center;
    z-index: 999;
}

#carouselFotos .tarja {
    font-size: 1rem;
    top: 40px;
    left: -65px;
    width: 250px;
}

a.link {
    font-weight: 500;
    color: #212529;
}