body {
    background-color: #f9f9fb;
    color: #3a3764 !important;
    font-family: "Roboto", sans-serif;
}

.form-control {
    height: 44px;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.form .btn,
form .btn {
    padding: 0.5625rem 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 44px !important;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px;
}

.btn-custom {
    background-color: #3a3764;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}

.text-primary,
a.text-primary:hover {
    color: #3a3764 !important;
}

form label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

header .cabecalho {
    background-color: #3a3764;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0;
    text-align: right;
}

header .cabecalho span {
    margin-right: 0.75rem;
}

header .cabecalho a {
    color: #fff;
}

header .cabecalho a i {
    font-size: 1.125rem;
    vertical-align: text-bottom;
}

header .navbar-top {
    background-color: #fff;
}

header .navbar-top .navbar-brand img {
    height: 60px;
    width: auto;
}

header .navbar-top .nav-link {
    color: #3a3764 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}

header .navbar-top .nav-link:hover {
    border-bottom: 2px solid #4a4681;

}
header .navbar-top .nav-link:hover,
header .navbar-top .nav-link.active {
    color: #4a4681 !important;
}

header .navbar-top .nav-btn {
    background-color: #3a3764;
    border-radius: 0.25rem;
    color: #fff !important;
    padding: 0.75rem 0.75rem;
}

header .navbar-top .nav-btn:hover,
header .navbar-top .nav-btn.active {
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    header .navbar-top ul {
        align-items: center;
    }

    header .navbar-top .nav-link {
        padding: 0;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    header .navbar-top .nav-btn {
        margin-left: 0.75rem;
    }

    header .navbar-top .navbar-brand img {
        height: 94px;
    }
}

.card {
    border-radius: 0;
}

.card.card-body {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    color: #080705;
}


.btn-multiselect label {
    white-space: normal;
    font-weight: 400;
}

.btn-multiselect .multiselect-container {
    width: 300px;
    max-height: 250px;
    overflow-y: auto;
}

.multiselect-container button.dropdown-item {
    pointer-events: none;
}
.multiselect-container span.form-check input {
    pointer-events: all;
}
.multiselect-container span.form-check label {
    pointer-events: none;
}

.filtro .btn-multiselect .multiselect {
    height: 44px;
}

.filtro {
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
        ),
        url(../img/filtro.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
    min-height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filtro .campos {
    background-color: rgba(35, 35, 35, 0.4);
    border-radius: 1rem;
    padding: 1.5rem;
}
.filtro h1 {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.filtro .nav-tabs {
    border: none;
}

.filtro .nav-tabs .nav-item {
    margin-right: 0.2rem;
    margin-bottom: 0;
}

.filtro .nav-tabs .nav-link {
    color: #fff;
    background-color: #3a3764;
    border: none;
    font-weight: 600;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.filtro .nav-tabs .nav-link.active {
    color: #212529;
    background-color: #fff;
}

.filtro h1 {
    color: #212529;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

@media screen and (max-width: 992px) {
    .filtro .campos .col-submit {
        order: 12;
    }
}

.filtro-titulo {
    text-align: center;
    margin-bottom: 2rem;
}

.filtro-titulo h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    padding: 0.25rem 1rem;
    background-color: rgba(0, 0, 0, 0.75);
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    color: #3a3764;
}

h2,
.h2 {
    font-weight: 700;
    font-size: calc(1.325rem + 0.9vw);
    color: #3a3764;
}

@media screen and (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

.conteudo {
    padding: 3rem 0;
    min-height: 60vh;
    font-size: 0.9rem;
}

.conteudo h1,
.conteudo h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.conteudo h1 {
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #3a3764;
}

.conteudo-index {
    min-height: 60vh;
}

footer {
    background-color: #3a3764;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.15) !important;
    color: #fff;
    padding-top: 3rem;
    font-size: 0.9rem;
}

footer .menu {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}

footer ul {
    margin-bottom: 0;
}

footer li + li {
    margin-top: 0.5rem;
}

footer li a {
    font-weight: 500;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer i {
    color: #fff;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    vertical-align: text-bottom;
    text-align: center;
    width: 1.25em;
}

footer .logo {
    height: 94px;
    width: auto;
}

.floating-icons {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1rem;
    justify-content: center;
    z-index: 1000;
}

.floating-icons a {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 3rem;
    height: 3rem;
    width: 3rem;
    text-align: center;
}

.floating-icons a + a {
    margin-top: 0.5rem;
}

.floating-icons .whatsapp {
    background: #54cc61;
}

.floating-icons .facebook {
    background: #3a5999;
}

.floating-icons .instagram {
    background: #cc2366;
}

@media screen and (min-width: 992px) {
    .floating-icons {
        display: flex;
    }
}

.copyright {
    font-size: 0.9rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 2rem;
    padding: 1rem 0;
}

.footer-creci {
    font-weight: 500;
    margin-top: 1rem;
}

form .error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-fields {
    font-size: 1rem;
    font-weight: 700;
    color: #3a3764;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 45%;
    background-color: #fff;
    text-align: center;
    opacity: 1;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.banner .carousel-control-prev {
    left: 1rem;
}

.banner .carousel-control-next {
    right: 1rem;
}

.banner .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a416e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.banner .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232a416e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.imovel .share {
    margin: 1rem 0;
    justify-content: end;
}

.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.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.imovel .tipo {
    font-size: 1.125rem;
    font-weight: 500;
}

.imovel .endereco {
    font-size: 0.9rem;
}

.imovel .valor-principal .label {
    font-size: 0.8rem;
    font-weight: 500;
}

.imovel .valor-principal .valor {
    font-size: 1.25rem;
    font-weight: 700;
}

.imovel-icones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imovel-icones .icone {
    margin-right: 2rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}

.imovel-icones .icone i {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

@media screen and (max-width: 992px) {
    .imovel-icones .icone {
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }
}

.imovel .corretor {
    font-size: 1rem;
    padding: 1rem;
}

.imovel .corretor .nome {
    font-weight: 700;
}

.imovel .corretor .creci span {
    font-weight: 700;
}

.imovel .corretor .telefone {
    font-weight: 500;
    color: #3a3764;
    margin: 0.125rem 0;
    display: inline-block;
}

.imovel .complementares {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.imovel .dc {
    border: 1px solid #cecece;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    margin: 0.125rem;
    padding: 0.125rem 0.25rem;
}

#carouselFotos .carousel-inner {
    text-align: center;
}

#carouselFotos .carousel-inner .carousel-item {
    height: 300px;
}

#carouselFotos .carousel-inner .carousel-item img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

#carouselFotos .carousel-inner .carousel-item iframe {
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 992px) {
    #carouselFotos .carousel-inner .carousel-item {
        height: 420px;
    }
}

@media screen and (min-width: 1400px) {
    #carouselFotos .carousel-inner .carousel-item {
        height: 520px;
    }
}

.card-imovel {
    overflow: hidden;
    transition: 0.25s;
}

.card-imovel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translate3d(0, -4px, 0);
    transition: 0.25s;
}

.card-imovel .card-img,
.card-imovel .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-imovel .card-body {
    padding: 1rem;
    color: #080705;
}

.card-imovel .card-body a {
    color: #080705;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-imovel .ref {
    color: #3a3764;
}

.card-imovel .tipo {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #3a3764;
}

.card-imovel .localizacao {
    color: #3a3764;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
    position: relative;
    height: 222px;
}

.card-imovel .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-imovel .icones {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.card-imovel .icone {
    display: inline-block;
    color: #3a3764;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.card-imovel .icone i {
    color: #3a3764;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    display: block;
}

.card-imovel .valor {
    font-weight: 700;
    font-size: 1.25em;
    color: #3a3764;
}

.page-item .page-link {
    color: #3a3764;
    font-weight: 500;
    border-radius: 0 !important;
}

.page-item.active .page-link {
    background-color: #3a3764;
    border-color: #3a3764;
    color: #fff;
}

.pagination {
    margin-top: 1rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.destaques {
    padding: 3rem 0;
}

.destaques + .destaques {
    padding-top: 0;
}

.destaques h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    border-left: 4px solid #3a3764;
}

@media screen and (max-width: 992px) {
    .destaques h2 {
        font-weight: 700;
        font-size: 1.5rem;
    }
}

.destaques .slide-imovel {
    position: relative;
}

.destaques .slide-imovel .controls {
    text-align: right;
    margin-top: 0.5rem;
}

.destaques .slide-imovel .controls button {
    border-radius: 100%;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    color: #3a3764;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    pointer-events: all;
}

@media screen and (min-width: 992px) {
    .destaques .slide-imovel .controls {
        margin: 0 -60px;
        text-align: left;
        position: absolute;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        align-items: center;
        pointer-events: none;
    }
}

.destaques .nav-pills {
    display: inline-block;
    margin: 0 auto;
}

.destaques .nav-pills li {
    display: inline-block;
    margin: 2px 0;
}

.destaques .nav-pills .nav-link.active {
    background: #3a3764;
    color: #fff;
}

.destaques .nav-pills li a {
    background: none;
    border: 1px solid #3a3764;
    color: #3a3764;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 0.25rem;
}

.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;
    border: 1px solid #ced4da;
    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: #3a3764;
}

.chip {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.25em 0.7em;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #3a3764;
    cursor: pointer;
    user-select: none;
}

.chip i {
    margin-left: 0.5rem;
}

@media screen and (min-width: 1400px) {
    .filtro-lateral {
        position: sticky;
        top: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .destaques .nav-pills li a {
        font-size: 0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

#imoveis-content.loading {
    opacity: 0.4;
}

.lista-imoveis h1 {
    border: none;
    padding: 0;
}

.lista-imoveis .empty {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #080705;
}

.lista-imoveis .empty i {
    color: var(--corPrimaria);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    margin-bottom: 1rem;
}

a:hover {
    text-decoration: none;
}

.bloco-imovel {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden;
    transition: 0.2s;
}

.bloco-imovel:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: 0.2s;
}

.bloco-imovel + .bloco-imovel {
    margin-top: 1rem;
}

.bloco-imovel .descricao {
    padding: 1rem;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #3a3764;
}

.bloco-imovel .tipo {
    font-weight: 500;
    font-size: 0.9rem;
}

.bloco-imovel .localizacao {
    font-size: 0.9rem;
    font-weight: 500;
}

.bloco-imovel img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0.125);
}

.bloco-imovel .icones {
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
}

.bloco-imovel .icones .icone {
    font-size: 0.65rem;
    text-align: center;
    color: #3a3764;
}

.bloco-imovel .icones i {
    color: #3a3764;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.bloco-imovel .icones .icone + .icone {
    margin-left: 0.5rem;
}

.bloco-imovel .valor {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3a3764;
}

.bloco-imovel .valor span {
    font-size: 0.65rem;
}

.bloco-imovel .taxas {
    font-size: 0.8rem;
}

@media screen and (min-width: 992px) {
    .bloco-imovel .titulo {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .bloco-imovel .icones .icone + .icone {
        margin-left: 1.5rem;
    }

    .bloco-imovel .descricao {
        padding: 1.75rem;
    }
}

.contatos-display .item {
    display: flex;
    font-size: 0.85rem;
    color: #080705;
}

.contatos-display .item + .item {
    margin-top: 1.5rem;
}

.contatos-display .item i {
    margin-right: 1rem;
    color: #3a3764;
    border: 1px solid #3a3764;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 100%;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contatos-display .item .label {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.floating-actions {
    position: fixed;
    right: 0;
    top: 44%;
    top: calc(50% - 56px);
    z-index: 1000;
}

.floating-actions .item .btn {
    position: relative;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    padding: 0;
    border-radius: 0;
}

.floating-actions .item .btn .badge {
    position: absolute;
    font-size: 0.8rem;
    top: -8px;
    left: -8px;
}

.floating-actions .item + .item {
    margin-top: 1rem;
}

.card-imovel .imovel-buttons,
.bloco-imovel .imovel-buttons,
.imoveis-comparar .imovel-buttons,
.imovel .imovel-buttons {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.imovel-buttons .btn.inactive {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.imoveis-comparar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    font-size: 0.85rem;
}

.imoveis-comparar .labels .item {
    font-weight: 700;
}

.imoveis-comparar .coluna {
    min-width: 200px;
    width: 20%;
    flex-shrink: 0;
}

.imoveis-comparar .item {
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
}

.imoveis-comparar .img {
    width: 100%;
    height: 172px;
    position: relative;
}

.imoveis-comparar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imoveis-comparar .info .item {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imoveis-comparar .item:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
