:root {
    --corPrimaria: rgb(42, 42, 42);
    --textoPrimario: #fff;
}
body {
    background-color: #f8f9fa;
    font-family: "Open Sans", sans-serif;
    color: #212529;
}

header .navbar-top {
    background: linear-gradient(rgb(191 191 191 / 24%), rgb(34 34 34 / 25%));
    overflow: hidden;
    border-bottom: 2px solid var(--corPrimaria);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    padding: 1rem;
}

header .navbar-top .navbar-brand img {
    max-width: 240px;
    max-height: 60px;
}

header .navbar-top .nav-link {
    color: var(--corPrimaria) !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    transition: .3s all;
}

header .navbar-top .nav-link:hover {
    background-color: var(--corPrimaria);
    color: var(--textoPrimario) !important;
}

@media screen and (min-width: 992px) {
    header .navbar-top ul {
        align-items: center;
    }

    header .navbar-top .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    header .navbar-top .navbar-brand img {
        max-width: 262px;
        max-height: 80px;
    }
}

@media screen and (min-width: 1400px) {
    header .navbar-top .nav-link {
        font-size: 1rem;
    }
}

header .contatos {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    margin-bottom: 0.75rem;
    padding-left: 1rem;
}

header .contato {
    align-items: center;
    color: var(--corPrimaria);
    display: flex;
    flex-direction: row;
    margin-right: 1.5rem;
}

header .contato i {
    color: var(--corPrimaria);
    flex-shrink: 0;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

header .contato .info {
    text-align: left;
}

header .contato .titulo {
    font-size: 0.75rem;
    text-transform: uppercase;
}

header .contato .valor {
    font-size: 0.9rem;
    font-weight: 500;
}

header .contato:last-child {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    header .contatos {
        display: flex;
    }

    header .navbar-nav {
        padding-top: 0.5rem;
        border-top: 1px solid var(--corPrimaria);
    }

    header .nav-item + .nav-item {
        margin-left: 0.5rem;
    }
}

.filtro {
    background-color: #fff;
    background-position: center;
    background-size: cover;
    padding: 10rem 0;
    position: relative;
    z-index: 0;
}

.filtro::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.filtro .campos {
    max-width: 900px;
    margin: 0 auto;
}

.filtro .nav-tabs {
    border: none;
}

.filtro .tab-content {
    background-color: #fff;
    padding: 1rem;
    padding-top: 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
}

.filtro .nav-tabs .nav-item {
    margin-right: 0.2rem;
    margin-bottom: 0;
}

.filtro .nav-tabs .nav-link {
    color: #fff;
    background-color: var(--corPrimaria);
    border: none;
    font-weight: 500;
    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: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

@media screen and (max-width: 992px) {
    .filtro .campos .col-submit {
        order: 12;
    }
}

.btn-multiselect label {
    white-space: normal;
    font-weight: 400;
}

.btn-multiselect .multiselect-container {
    width: 300px;
    max-height: 250px;
    overflow-y: auto;
}

.btn-custom {
    background-color: var(--corPrimaria);
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}

.conteudo {
    padding: 3rem 0;
}

.conteudo h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.conteudo h1:after {
    background-color: var(--corPrimaria);
    border-radius: 0.25rem;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 3rem;
}

.conteudo h2 {
    font-size: 1.5rem;
}

footer {
    background-color: linear-gradient(rgb(191 191 191 / 24%), rgb(34 34 34 / 25%));
    box-shadow: 0 -8px 20px 0 rgb(0 0 0 / 10%);
    background-position: center;
    color: #212529;
    padding: 3rem 0;
    font-size: 0.875rem;
}

.footer-creci {
    font-weight: 700;
    margin-top: 0.5rem;
}

footer .menu {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
    text-transform: uppercase;
}

footer ul {
    margin-bottom: 0;
}

footer li {
    margin-bottom: 0.25rem;
}

footer i {
    margin-right: 0.375rem;
    color: var(--corPrimaria);
}

footer a  {
    color: #212529;
    transition: .3s;
}

footer a:hover {
    color: var(--corPrimaria);
}

footer .logo {
    max-height: 100px;
}

.como-chegar {
    background-color: var(--corPrimaria);
    padding: 0.75rem 0;
    text-align: center;
    color: #fff;
}

.como-chegar .titulo i {
    font-size: 2rem;
    margin-right: 0.25rem;
}

.como-chegar .titulo {
    font-size: 1.5rem;
}

.como-chegar .titulo .endereco {
    margin-left: 1rem;
    font-size: 1rem;
}

.copyright {
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
    padding: 1rem 0;
    font-size: 0.9rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.conteudo h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
}

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 .carousel-inner {
    text-align: center;
}

#carouselFotos .carousel-inner .carousel-item {
    height: 450px;
    object-fit: contain;
}

#carouselFotos .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: contain;
}

#carouselFotos .carousel-inner .carousel-item iframe {
    display: block;
    height: 100%;
    width: 100%;
}

#carouselFotos .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23127b49' 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;
}

#carouselFotos .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23127b49' 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;
}

@media screen and (max-width: 992px) {
    #carouselFotos .carousel-inner .carousel-item {
        height: 300px;
    }
}

.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;
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.5);
}

.imovel h2 {
    font-size: 1.125rem;
    font-weight: 700;
}

.imovel .contato-imovel h2 {
    text-transform: none;
}

.imovel .contato-imovel {
    position: sticky;
    top: 1rem;
    border-color: var(--corPrimaria);
}

.imovel .tipo {
    font-size: 1.125rem;
    font-weight: 500;
}

.imovel .informacoes h1 {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0.5rem;
    border: none;
}

.imovel .endereco {
    font-size: 0.9rem;
}

.imovel .informacoes h1::after {
    content: none;
}

.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: var(--corPrimaria);
}

.imovel .valor-secundario {
    font-size: 0.9rem;
    font-weight: 500;
}

.imovel .icones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imovel .icones .icone {
    margin: 0.5rem 1rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .imovel .icones .icone {
        margin-bottom: 0.5rem;
    }
}

.imovel .icones .icone i {
    display: block;
    color: var(--corPrimaria);
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.imovel .corretor {
    font-size: 0.9rem;
}

.imovel .foto-corretor {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.imovel .dc {
    font-size: 0.875rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.imovel .dc i {
    color: #28a745;
    margin-right: 0.25rem;
}

.imovel .tarja {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--corPrimaria);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    z-index: 1000;
}

@media screen and (min-width: 992px) {
    .imovel .tarja {
        font-size: 1rem;
        padding: 0.25rem 1rem;
    }
}

.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: none;
    overflow: hidden;
    transition: 0.3s;
}

.card-imovel:hover {
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    transform: translateY(-5px);
}

.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: #212529;
}

.card-imovel .card-body a {
    color: #212529;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-imovel .tipo {
    font-weight: 500;
    font-size: 0.8rem;
}

.card-imovel .localizacao {
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
    position: relative;
    height: 220px;
}

.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 .icones {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 0.75rem;
}

.card-imovel .icone {
    display: inline-block;
    color: #6e6e64;
    font-weight: 500;
}

.card-imovel .icone i {
    color: var(--corPrimaria);
    margin-right: 0.25rem;
    font-size: 1rem;
}

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;
    border-top-left-radius: 0.5rem;
    text-align: left;
}

.card-imovel .valores small {
    font-weight: 500;
}

.card-imovel .valores .valor {
    display: inline-block;
    margin-right: 0.75rem;
}

.card-imovel .valores .valor:last-child {
    margin-right: 0;
}

.card-imovel .taxas {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 300;
}

.card-imovel .ref {
    position: absolute;
    top: 0.5rem;
    left: 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.5rem;
}

.card-imovel .tarja {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--corPrimaria);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
}

.card-imovel img.icon {
    width: 1rem;
    height: auto;
    vertical-align: initial;
}

.page-item .page-link {
    color: var(--corPrimaria);
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: var(--corPrimaria);
    border-color: var(--corPrimaria);
    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;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    color: var(--corPrimaria);
}

@media screen and (max-width: 992px) {
    .destaques h2 {
        font-weight: 700;
        font-size: 2.5rem;
    }
}

.destaques .slide-imovel .controls {
    text-align: right;
    margin-top: 0.5rem;
}

.destaques .slide-imovel .controls button {
    border-radius: 0.5rem;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.125);
    color: var(--corPrimaria);
    position: relative;
}

.destaques .slide-imovel .controls button:hover::before {
    background-color: var(--corPrimaria);
    border-radius: 0.5rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}

.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: var(--corPrimaria);
    color: #fff;
}

.destaques .nav-pills li a {
    background: none;
    border: 1px solid var(--corPrimaria);
    color: var(--corPrimaria);
    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.5rem;
    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: var(--corPrimaria);
}

.chip {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.25em 0.7em;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--corPrimaria);
    cursor: pointer;
    user-select: none;
}

.chip i {
    margin-left: 0.5rem;
}

@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;
}

a.link {
    font-weight: 500;
    color: #212529;
}

.lista-imoveis .empty {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    background-color: #fff;
}

.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;
}

.btn,
.form-control,
.navbar-nav .nav-link,
.dropdown-menu,
.card,
.select2-container--bootstrap4 .select2-selection,
.custom-select {
    border-radius: 0.5rem;
}

label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.375rem;
}

.whats-icon {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    animation: shake-animation 4s ease infinite;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0);
    }
    1.78571% {
        transform: translate(5px, 0);
    }
    3.57143% {
        transform: translate(0, 0);
    }
    5.35714% {
        transform: translate(5px, 0);
    }
    7.14286% {
        transform: translate(0, 0);
    }
    8.92857% {
        transform: translate(5px, 0);
    }
    10.71429% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* print */
.print {
    padding: 1rem;
    background-color: #dadce0;
    font-size: 12pt;
}

.print__page {
    background-color: #fff;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.print__action {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}

.print__logo {
    max-width: 96px;
    max-height: 64px;
    width: auto;
}

.print__telefone {
    font-weight: 500;
}

.print__titulo {
    font-size: 1rem;
    font-weight: 700;
}

.print__valor {
    font-size: 1.125rem;
    font-weight: 700;
}

.print__valor span {
    font-weight: 400;
    font-size: 0.65em;
    text-transform: uppercase;
}

.print__bloco {
    margin-top: 1.25rem;
}

.print__label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.print__info span {
    font-weight: 500;
}

.print__link,
.print__link:hover {
    font-weight: 500;
    color: var(--corPrimaria);
}

.print__img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

@media print {
    .print {
        padding: 0;
        background-color: #fff;
    }

    .print__page {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
}
.social-icons a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    width: 3rem;
    margin-bottom: 1.1rem;
}
.social-icons a.whatsapp {
    background: #54cc61;
}
.social-icons a.instagram {
    background: #f09433;
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}
.social-icons a.facebook {
    background: #3a5999;
}