body {
    background-color: #f9f9fb;
    font-family: "Roboto", sans-serif;
    color: #212529;
}

:root {
    --corPrimaria: #43dd23;
    --textoMenu: #fff;
    --textoPrimario: #fff;
    --imgBackground: url("../img/busca.jpg");
}

.btn--outline {
    color: var(--corPrimaria);
    background-color: transparent;
    border: 1px solid var(--corPrimaria);
}

.btn--outline:hover {
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
}

/* header */
.navbar {
    transition: all 0.3s;
    padding-bottom: 0;
    padding: 0;
    position: fixed;
    top: 10px;
    z-index: 2;
    width: 100%;
}

.navbar .container {
    background-color: rgb(0 0 0 / 30%);
    z-index: 999;
    border-radius: 3rem;
    padding: 0 3rem;
    backdrop-filter: blur(10px);
}

.navbar ul {
    height: 120px;
}

.navbar li:not(.header-icones) {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar li:not(.header-icones) a:not(.navbar-brand) {
    height: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    border-bottom: 3px solid transparent;
}

.navbar li:not(.header-icones) a:not(.navbar-brand):hover {
    border-bottom: 3px solid var(--corPrimaria);
}

.navbar img {
    transition: all 0.3s;
    width: auto;
    max-height: 50px;
}

.navbar .nav-link,
.navbar .navbar-toggler-icon {
    color: #fff;
}

.navbar .nav-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--textoMenu);
    padding: 8px 16px !important;
    margin: 0px 4px;
    transition: all 0.5s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--corPrimaria) !important;
}

header .header-icones a {
    width: 30px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: var(--corPrimaria);
    color: var(--textoPrimario);
    border-radius: 10px;
}

header .modal .btn-close {
    padding-top: 2rem;
    padding-right: 2.25rem;
}

header .modal a {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #212529;
}

.filtro {
    background-image: linear-gradient(57deg, #0000006b), url(../img/busca.jpg);
    background-size: cover;
    padding: 8rem 0;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.filtro .campos {
    max-width: 900px;
    margin: 0 auto;
}

.filtro .nav-tabs {
    border: none;
}

.filtro .tab-content {
    padding-top: 1rem;
}

.filtro .nav-tabs .nav-item {
    margin-right: 0.2rem;
    margin-bottom: 0;
}

.filtro .nav-tabs .nav-link {
    color: #fff;
    border: none;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
}

.filtro .nav-tabs .nav-link.active {
    color: var(--textoPrimario);
    background-color: var(--corPrimaria);
}

.filtro h1 {
    color: #212529;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.filtro select,
.filtro input {
    background-color: rgb(255 255 255 / 30%);
    border-radius: 5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filtro .select2-selection.select2-selection--single {
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);
    border: 1px solid #9f9f9f;
    border-radius: 0;
    color: #fff;
    height: 3rem !important;
    transition: background-color 0.3s;
}

.filtro
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 3rem;
}

.filtro
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__placeholder {
    line-height: 3rem;
    color: #fff;
}

.filtro select,
.filtro button.btn-custom,
.filtro input {
    backdrop-filter: blur(10px);
    border: 1px solid #9f9f9f;
    color: #fff;
    height: 3rem;
    transition: background-color 0.3s;
}

.filtro input::placeholder {
    color: #fff;
}

.filtro button.btn-custom {
    border-radius: 5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-custom {
    background-color: var(--corPrimaria);
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}

.frase-destaque {
    background-color: #fff;
    text-transform: uppercase;
    padding: 1.2rem 0;
    text-align: center;
    color: var(--corPrimaria);
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .frase-destaque {
        font-size: 2rem;
    }
}

.super-destaques {
    background-color: #1d6a83;
    padding: 3rem 0;
}

.super-destaques h2 {
    color: var(--corPrimaria);
    font-weight: 700;
    font-size: 2rem;
    position: relative;
}

.card-super-destaque {
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.card-super-destaque:hover img {
    filter: blur(2px);
}

.card-super-destaque .header {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.card-super-destaque .header img {
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
    height: 350px;
    object-fit: cover;
}

.card-super-destaque .ref {
    position: absolute;
    top: 45px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
}

.card-super-destaque .descricao {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
    background: linear-gradient(0deg, #1d6a83 0%, rgba(27, 55, 56, 0) 100%);
    text-align: center;
}

.card-super-destaque .descricao h6 {
    color: var(--corPrimaria);
    font-size: 18px;
    font-weight: 700;
}

.card-super-destaque .descricao p {
    color: var(--textoPrimario);
}

.card-super-destaque .badge-super {
    background: var(--corPrimaria);
    color: var(--textoPrimario);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 15px;
}

.conteudo {
    padding-top: 10rem;
    padding-bottom: 3rem;
}

.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 {
    box-shadow: 0 -8px 20px 0 rgb(0 0 0 / 20%);
    color: #212529;
    padding: 3rem 0;
    font-size: 0.9rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
}

footer .menu {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

footer ul {
    margin-bottom: 0;
}

footer li {
    margin-bottom: 0.25rem;
}

footer i {
    margin-right: 0.25rem;
}

footer a,
footer a:hover {
    color: #212529;
}

footer .logo {
    max-height: 150px;
}

.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: #fff;
    padding: 1rem 0;
    font-size: 0.9rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.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;
    left: 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-left: 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: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

.conteudo h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

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: 500px;
}

#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='%23e4b248' 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='%23e4b248' 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;
}

.imovel h2 {
    font-size: 1.125rem;
    color: var(--corPrimaria);
    font-weight: 600;
}

.imovel .contato-imovel h2 {
    text-transform: none;
}

.imovel .contato-imovel {
    position: sticky;
    top: 9rem;
    border-color: var(--corPrimaria);
}

.imovel .tipo {
    font-size: 1.125rem;
    font-weight: 400;
}

.imovel .informacoes h1 {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0.5rem;
    border: none;
}

.imovel .endereco {
    font-size: 1rem;
}

.imovel .informacoes h1::after {
    content: none;
}

.imovel .valor-principal .label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.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.25rem;
    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 {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.5s;
    border-radius: 0.5rem;
}

.card-imovel:hover {
    box-shadow: rgba(184, 195, 214, 0.55) 0px 0px 24px;
    transform: scale(1.025);
}

.card-imovel:hover img {
    filter: brightness(0.85);
}

.card-imovel img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: filter 0.5s ease;
}

.card-imovel .header {
    position: relative;
    overflow: hidden;
    background-color: var(--borderColor); /* $borderColor substituído por var */
}

.card-imovel span.js-favoritar {
    pointer-events: none;
}

.card-imovel span.js-favoritar i.fas {
    color: var(--corPrimaria);
}

.card-tarja,
.banner-tarja {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: var(--fontSize);
    padding: 0.25rem;
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
}

.card-imovel .descricao {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #1b3738;
    font-size: 0.75rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    transition: all 0.3s;
}

.card-imovel .descricao button {
    width: 100%;
    background: var(--textoPrimario);
    border-radius: 2rem;
    color: var(--corPrimaria);
    border: 0;
    transition: filter 0.5s;
}

.card-imovel .descricao button:hover {
    filter: brightness(0.85);
}

.card-imovel .titulo {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--corPrimaria);
}

.card-imovel .ref span,
.card-imovel .valor span {
    font-weight: 600;
}

.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: 1rem;
}

.card-imovel .btn-favoritar {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.card-imovel .caracteristicas {
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}

.card-imovel .caracteristicas .caracteristica {
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.card-imovel .caracteristicas .caracteristica:first-child {
    border: none;
}

.card-imovel .caracteristicas .caracteristica span {
    font-weight: 600;
    display: block;
}

.card-imovel .valor {
    font-size: 0.85rem;
}

a:hover {
    text-decoration: none;
}

.page-item .page-link {
    color: var(--corPrimaria);
    font-weight: 600;
}

.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: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
    .destaques h2 {
        font-weight: 700;
        font-size: 1.5rem;
    }
}

.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: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.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 {
    border-radius: 1rem;
    padding: 2rem;
    border: 0;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}

.filtro-lateral h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--corPrimaria);
    padding-bottom: 0.5rem;
    color: #343a40;
}

.filtro-lateral label {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #495057;
}

.filtro-lateral .form-group {
    margin-bottom: 1.5rem;
}

.filtro-lateral .form-control {
    border-radius: 0.5rem;
    font-size: 0.95rem;
    border: 1px solid #ced4da;
    transition: border-color 0.2s;
}

.filtro-lateral .form-control:focus {
    border-color: var(--corPrimaria);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
}

.filtro-lateral .tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.filtro-lateral .tabs-container input.tabs {
    display: none;
}

.filtro-lateral .tabs-container input.tabs + label {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #495057;
    font-size: 0.875rem;
    padding: 0.45rem 0.65rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filtro-lateral .tabs-container input.tabs:checked + label {
    background-color: var(--corPrimaria);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.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;
}

.img-empresa {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 4px;
}

@media screen and (min-width: 992px) {
    .img-empresa {
        float: left;
        margin-right: 2rem;
        max-width: 45%;
    }
}

.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;
}

.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;
}

#bannerIndex img {
    width: 100%;
    height: auto;
}

.video-wrapper {
    text-align: center;
}

.video-wrapper iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .video-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .video-wrapper iframe {
        margin-top: 0;
        width: 420px;
        height: 236px;
    }
}

@media screen and (min-width: 1400px) {
    .video-wrapper iframe {
        width: 540px;
        height: 304px;
    }
}

.galeria-imovel,
.miniaturas-carrossel {
    position: relative;
}

.galeria-imovel .tns-controls,
.miniaturas-carrossel .tns-controls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 1;
    pointer-events: none;
}

.galeria-imovel .tns-controls button,
.miniaturas-carrossel .tns-controls button {
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
    background-color: #fff;
    color: var(--corPrimaria);
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    pointer-events: all;
}

.miniaturas-carrossel .tns-controls button {
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    .imovel .fotos-imovel img {
        height: 420px;
    }

    .imovel .miniaturas-imovel img {
        height: 100px;
    }
}

@media screen and (min-width: 1400px) {
    .imovel .fotos-imovel img {
        height: 500px;
    }
}

.imovel .fotos-imovel img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.imovel .miniaturas-imovel {
    margin-top: 0.5rem;
}

.imovel .miniaturas-imovel img {
    height: 75px;
    width: 100%;
    object-fit: cover;
    opacity: 0.75;
    border-radius: 0.25rem;
}

.imovel .miniaturas-imovel .tns-nav-active img {
    opacity: 1;
}
