/* Minification failed. Returning unminified contents.
(14,24): run-time error CSS1046: Expect comma, found '71'
(14,31): run-time error CSS1046: Expect comma, found '/'
(60,23): run-time error CSS1046: Expect comma, found '0'
(60,27): run-time error CSS1046: Expect comma, found '/'
(160,10): run-time error CSS1030: Expected identifier, found '#fotosContainer'
(160,39): run-time error CSS1031: Expected selector, found ')'
(160,39): run-time error CSS1025: Expected comma or open brace, found ')'
(209,22): run-time error CSS1039: Token not allowed after unary operator: '-color-essence-ivory'
(210,17): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary-pure'
(211,18): run-time error CSS1039: Token not allowed after unary operator: '-border-width-hairline'
(211,58): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary-pure'
(215,22): run-time error CSS1039: Token not allowed after unary operator: '-color-essence-ivory'
(216,17): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary-pure'
(229,17): run-time error CSS1039: Token not allowed after unary operator: '-color-essence-ivory'
(234,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-level-1'
(533,31): run-time error CSS1046: Expect comma, found '221'
(533,39): run-time error CSS1046: Expect comma, found '/'
(545,38): run-time error CSS1046: Expect comma, found '221'
(545,46): run-time error CSS1046: Expect comma, found '/'
(579,17): run-time error CSS1039: Token not allowed after unary operator: '-color-neutral-darker'
(588,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xs'
(589,23): run-time error CSS1039: Token not allowed after unary operator: '-line-height-md'
(698,25): run-time error CSS1046: Expect comma, found '111'
(698,33): run-time error CSS1046: Expect comma, found '/'
(698,65): run-time error CSS1046: Expect comma, found '125'
(698,73): run-time error CSS1046: Expect comma, found '/'
(932,27): run-time error CSS1039: Token not allowed after unary operator: '-font-weight-bold'
(933,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xxs'
(934,27): run-time error CSS1039: Token not allowed after unary operator: '-line-height-sm'
(988,27): run-time error CSS1046: Expect comma, found '0'
(988,31): run-time error CSS1046: Expect comma, found '/'
(994,27): run-time error CSS1039: Token not allowed after unary operator: '-line-height-xs'
(995,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xxs'
(998,26): run-time error CSS1039: Token not allowed after unary operator: '-color-essence-ivory'
(999,21): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary-pure'
(1011,23): run-time error CSS1039: Token not allowed after unary operator: '-padding-quark'
(1012,27): run-time error CSS1039: Token not allowed after unary operator: '-line-height-xs'
(1013,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xxs'
(1018,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xxs'
(1026,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-sm'
(1066,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xxxs'
(1103,27): run-time error CSS1046: Expect comma, found '0'
(1103,31): run-time error CSS1046: Expect comma, found '/'
 */
@keyframes FadeOut {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/* fundo azul */
.background-main {
    position: absolute;
    background: rgb(38 71 117 / 100%);
    width: 100%;
    z-index: -1;
    margin: 60px 0;
    height: 300px;
    overflow: hidden;
}

/* conteudo da pagina */
.imovel-page {
    padding: 70px 30px 30px;
    max-width: 1560px;
}

.imovel-page-container {
    padding: 0 30px;
    max-width: 1560px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.section {
    display: grid;
    grid-template-columns: 1fr .4fr;
    padding: 0;
    gap: 20px;
}

/* nav tabs da imagem */
#fotosTab {
    border-radius: 16px 16px 0 0;
    position: absolute;
    z-index: 100;
    background: transparent;
    border: none;
}

/* container tabs da imagem */
#fotosContainer .inner {
    height: 450px;
    background: #f3f3f3;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 5px;
    display: none;
    opacity: 0;
    animation: FadeOut .5s;
    visibility: hidden;
}

#fotosContainer .inner.active {
        display: block;
        opacity: 1;
        visibility: inherit;
    }

#fotosContainer .iframe-video {
    height: 100%;
    width: 100%;
}

/* slide/carousel da imagem */
.swiper-wrapper {
    will-change: transform;
} 

.swiper-wrapper img {
    max-height: 480px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: none;
}

@keyframes zoomPanRight {
    0% {
        transform: scale(1.3) translateX(0%);
    }

    100% {
        transform: scale(1.3) translateX(-10%);
    }
}

.swiper-imovel-novo img {
    transform: scale(1.3);
    object-fit: cover;
}

.swiper-imovel-novo .swiper-slide-active img {
    animation: zoomPanRight 5s ease-in-out forwards;
}

.swiper img.paused-animation {
    animation-play-state: paused !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: hsl(0deg 0% 100%);
    border: 1px solid #26477538;
}

.swiper-button-next:after {
    padding-left: 2px;
}

.swiper-button-prev:after {
    padding-right: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    color: #264775;
    font-weight: bolder;
}

/* imagem em tela cheia */
#fullscreenButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
    color: #264775;
}

#fotosContainer .swiper.fixed {
    position: fixed;
    z-index: 100000;
    height: 100vh;
    top: 0;
    right: 0;
    border: 0;
    display: flex;
    align-items: center;
    background: #000000d9;
    border-radius: 0;
}

body:has(#fotosContainer .swiper.fixed) {
    overflow-y: hidden;
}

#fotosContainer .swiper.fixed .swiper-slide img {
    max-height: 98vh;
}

#fotosContainer .swiper.fixed .swiper-imovel-novo img {
    object-fit: contain;
    animation: none !important;
}

/* quantidade de fotos */
.center-image-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: auto;
}

#quantityLabel {
    border: 1px solid #26477540;
    background: #ffffff;
    z-index: 999;
    font-size: 18px;
    color: #264775;
}

/* ligar agora */
.complete {
    display: none;
}

/* badges do imovel */
.badge {
    padding: 6px 16px;
    border-radius: 45px;
    visibility: visible;
    transition: background-color .2s ease, transform .1s ease, border-right .2s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.badge-novo {
    background: var(--color-essence-ivory, #FFF);
    color: var(--color-secondary-pure, #163867);
    border: var(--border-width-hairline, 1px) solid var(--color-secondary-pure, #163867);
}

.badge-seguro {
    background: var(--color-essence-ivory, #FFF);
    color: var(--color-secondary-pure, #163867);
    border: 1px solid #00833d;
    cursor: pointer;
}

.badge-destaque {
    background: rgba(228, 228, 228, 0.852);
    border: 1px solid #133769;
    color: #133769;
}

.badge-assinado {
    background: #232323;
    color: var(--color-essence-ivory, #FFF);
    border: 1px solid black;
}

.badge-seguro:hover {
    box-shadow: var(--shadow-level-1);
    transform: translateY(1px);
}

/* textos accordion */
.escondido-text {
    white-space: pre-line;
    font-size: 15px;
    color: #6b6b6b;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    padding: 10px 10px 0;
}

.escondido-text.plus {
    height: fit-content !important;
}

.assined-imv {
    margin-top: -20px;
    padding: 10px 10px 0;
}

.text-more {
    width: fit-content;
    cursor: pointer;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    width: 100%;
    gap: 7px;
}

.text-more.menor {
    display: none;
}

.text-more span,
.text-more i {
    color: #123768;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
}

.text-more i {
    font-size: 18px;
}

@media (max-width: 800px) {
    .assined-imv.maior {
        -webkit-line-clamp: 4;
    }
}

/* detalhes destaque */
.info-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.info-details div {
    font-size: 14px;
    color: #133769;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    background: #e9e9e9b8;
    border-radius: 30px;
}

.info-details i {
    font-size: 25px;
    color: #34537e;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}

/* cards e seus titulos */
.imv-flex .btn-icon-md {
    position: absolute;
    right: 0;
    top: -10px;
}

/* card de detalhes */
.details-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 10px;
}

.details-text li {
    margin-right: 15px;
    font-size: 15px;
    color: #6b6b6b;
}

.details-text li span,
.details-text li b {
    font-size: 15px;
}

/* card de assinados */
.assinado-container p {
    padding: 0px 10px 0;
    font-size: 15px;
    color: #454545;
}

/* card de descricao */
.info-desc .span {
    white-space: pre-line;
    font-size: 15px;
    color: #6b6b6b;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    padding: 10px 10px 0;
}

.info-desc .row-btns {
    display: flex;
    margin: 0 0 10px 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* card de caracteristicas */
.feature-itens {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 10px;
}

.feature-itens.escondido-text {
    height: fit-content;
}

.feature-itens li {
    color: #6b6b6b;
    font-size: 15px;
}

.feature-itens li:before {
    display: inline-block;
    margin-right: 10px;
    top: -1px;
    position: relative;
    content: "✓";
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #133769;
    padding: 2px 4px 1px;
    transition: border-color 0s;
    border-radius: 2px;
}

.dados-block {
    background: #254672;
}

.dados-block .details-text li {
    color: black;
}

.card-estatisticas-efeito {
    background: linear-gradient(135deg, #eef5ff, #ffffff);
    border: 1px solid #d0e4ff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.1);
}

/* card de unidades */
.unity-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 10px;
}

.unity-top div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.unity-top div span {
    margin-left: 5px;
    font-size: 17px;
    font-weight: 600;
}

.unity-img {
    display: flex;
    justify-content: center;
    max-height: 500px;
}

.unity-img img {
    object-fit: contain;
}

/* card do mapa e localizacao */
.imv-map h4 {
    font-weight: 600;
    color: #133769;
    font-size: 15px;
    margin: 7px 5px 15px;
}

.map-imovel {
    padding: 5px;
    background-color: #fff;
    background: url(https://www.dfimoveis.com.br/Content/images/bg-mapss.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}

.map-imovel button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #133769;
    border: 1px solid #133769;
    flex-direction: column;
    padding: 20px;
    cursor: pointer;
}

.map-imovel button i {
    font-size: 50px;
    color: #133769;
}

.map-imovel button strong {
    font-size: 17px;
    color: #133769;
}

.maps-center {
    margin: 10px 0;
}

.map-container {
    margin-top: 10px;
    display: flex;
}

.map-container section.active {
    display: block;
}

.map-container section {
    display: none;
    width: 100%;
    animation: FadeOut .5s;
}

.map-content iframe,
.streetview iframe {
    height: 450px;
    width: 100%;
}

/* ASIDE - formulario esticado ao lado */
.sticky-side {
    height: fit-content;
    padding: 0;
    position: sticky;
    top: 90px;
}

.sticky-side .inside-container {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background: white;
    border-radius: 10px;
}

.sticky-side .line {
    width: 100%;
    height: 1px;
    margin: 3px 0;
    background-color: rgb(221 221 221 / 50%);
}

.sticky-side .input-md {
    height: 36px;
}

.action-btns .btn {
    min-width: 190px;
}

.text-aside-top {
    border-bottom: 1px solid rgb(221 221 221 / 50%);
}

/* dados do anunciante do imovel */
.anunci-img {
    max-width: 85px;
    max-height: 90px;
}

.anunci-img img {
    max-height: 70px;
}

.aside-btns span {
    white-space: nowrap;
}

/* PHONE AND WHATSAPP ASIDE */
.anunci-wpp a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    background: #449d44;
    padding: 10px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    gap: 5px;
}

a.link-cor {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-neutral-darker);
}

a.link-cor:hover {
    color: #1274ca;
}

/* modais */
.modal span b {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-md);
}

.scroll-modal {
    max-height: 50vh;
    overflow-y: auto;
}

.input-ran {
    width: 70px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 3px 5px 2px 10px;
}

.input-sufix input[type="range"] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
}

.imagem-parceiro {
    width: 100%;
    height: 100%;
    max-width: 150px;
    object-fit: contain;
    border-radius: 10px;
}

.unity-img .img-quantity {
    position: absolute;
    background: hsl(0deg 0% 0% / 33%);
    z-index: 1000;
    font-size: 14px;
    color: white;
    pointer-events: none;
    bottom: 0;
    padding: 0px 13px;
    border-radius: 2px;
}

/* loading de carregamento */
.loading-main {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #6666669c;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
}

.loading {
    border: 12px solid #e5e5e5;
    border-top-color: #3F51B5;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    animation: is-rotating 1s infinite;
}

@media (max-width: 650px) {
    .loading-main {
        border-radius: 0px;
        min-width: 100%;
        min-height: 100%;
        position: fixed;
    }
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}


/* Imóveis Similares */
.similares {
    padding: 1rem 0;
}

    .similares h5 {
        margin-bottom: .5rem;
    }

.similares-lista {
    position: relative;
    display: flex;
    align-items: center;
}

.item-similar {
    display: flex;
    color: #000000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: center;
    overflow: hidden;
    margin: 10px;
    box-shadow: rgb(107 111 113 / 30%) 0px 1px 2px 0px, rgb(122 125 127 / 15%) 0px 2px 6px 2px;
    flex-direction: column;
    background: white;
    border-radius: 3px;
}

    .item-similar:hover {
        opacity: initial;
    }

    .item-similar .item-img {
        height: 200px;
        width: 100%;
        position: relative;
    }

    .item-similar .slide-img {
        height: 100%;
        width: 100%;
    }

        .item-similar .slide-img img {
            border-top-left-radius: 1px;
            border-top-right-radius: 1px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .item-similar .listing-badges {
        position: absolute;
        top: 0;
        z-index: 999;
        right: 0;
        width: 100%;
        display: flex;
        padding: 0px;
        overflow: hidden;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #121B22;
        transition: opacity 0.5s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        color: white;
    }

    .item-similar:hover .listing-badges {
        opacity: .6;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .item-similar .listing-badges span {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

.item-display {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .item-similar .item-data {
        display: flex;
        text-align: start;
        flex-direction: column;
    }

        .item-similar .item-data span,
        .item-similar .item-data .title-adress {
            font-weight: bold;
            color: #133769;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .item-similar .item-data span {
            color: #606060;
            font-size: 14px;
        }

    .item-similar .item-info {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
    }

    .item-similar .info-one {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .item-similar .info-one i {
            font-size: 18px;
            color: #6b6f71e0;
        }

        .item-similar .info-one span {
            font-size: 14px;
            color: #272727;
            font-weight: 500;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .item-similar .info-one .name {
            color: #888;
        }

    .item-similar .valu-cont {
        position: absolute;
        bottom: 10px;
        display: flex;
        left: 10px;
        transition: all .2s ease-in-out;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
    }

        .item-similar .valu-cont span {
            color: #fff;
            z-index: 1000;
            border-radius: 3px;
            font-size: 15px;
            letter-spacing: .5px;
            font-weight: 600;
            padding: 5px 14px;
            background: #133769;
        }


.customNavigation {
    position: absolute;
    margin: auto;
    display: flex;
    z-index: 10;
    align-items: center;
}

    .customNavigation.right {
        right: -10px;
    }

    .customNavigation.left {
        left: -10px;
    }

    .customNavigation a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .customNavigation i {
        font-size: 37px;
        color: grey;
        cursor: pointer;
    }

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    padding: 0 30px;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.top-web {
    top: -45px;
}

@media screen and (min-width: 1600px) {
    #fotosContainer .inner {
        height: 480px;
    }
    .action-btns .body-small {
        font-weight: var(--font-weight-bold);
        font-size: var(--font-size-xxs);
        line-height: var(--line-height-sm);
    }
}

@media screen and (max-width: 1200px) {
    .section {
        grid-template-columns: 1fr .5fr;
    }
}

@media screen and (max-width: 1000px) {
    .section {
        grid-template-columns: 1fr;
    }
    .top-div {
        position: absolute;
        right: 0;
        padding: 70px 20px 30px 0;
        z-index: 100;
        width: fit-content !important;
    }
    .top-div i.ft-xs {
        font-size: 20px !important;
    }
    .top-div span {
        display: none !important;
    }
    .top-web {
        top: 0;
    }
    .top-mobile {
        margin-top: 50px;
    }
}

@media screen and (max-width: 700px) {
    .imovel-page {
        padding: 70px 10px 30px;
    }
    .imovel-page-container {
        padding: 0 10px;
    }
    .top-div .body-medium {
        display: none;
    }
    .top-div.sticky {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0 10px;
        background: white;
        width: 100% !important;
        height: 60px;
        align-items: center !important;
        box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
        z-index: 1000;
    }
    .top-div .btn,
    .imovel-page .nav-tabs .btn {
        padding: 6px;
        line-height: var(--line-height-xs, 16px);
        font-size: var(--font-size-xxs, 14px);
    }
    .top-div.sticky .btn {
        background: var(--color-essence-ivory, #FFF);
        color: var(--color-secondary-pure, #163867);
        box-shadow: none;
    }
    .top-div .logo-sticky {
        display: none !important;
    }
    .top-div.sticky .logo-sticky {
        display: flex !important;
        max-width: 140px;
        position: relative;
    }
    #fotos-container .btn-icon-md {
        padding: var(--padding-quark, 4px);
        line-height: var(--line-height-xs, 16px);
        font-size: var(--font-size-xxs, 14px);
        height: 36px !important;
        width: 36px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: var(--font-size-xxs, 14px) !important;
        color: #264775;
        font-weight: bolder;
    }
    .mobile-favoritar .body-medium {
        display: none !important;
    }
    .mobile-favoritar .ft-xs {
        font-size: var(--font-size-sm, 20px) !important;
    }
    .action-btns {
        gap: .6rem !important;
    }
    .info-section {
        gap: 1.4rem !important;
    }
    #fotosContainer .inner {
        height: 320px;
    }
    .imovel-info {
        gap: 1rem !important;
    }
    .imovel-title {
        flex-direction: column-reverse;
        gap: 1rem !important;
    }
    .imovel-title .headline-small {
        font-size: 18px;
    }
    .imovel-title .body-large {
        font-size: 15px;
        line-height: 20px;
    }
    .imovel-title .badges-immobile {
        width: 100%;
    }
    .info-details {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 0;
    }
    .info-details i {
        font-size: 20px;
    }
    .info-details div {
        padding-right: 5px;
    }
    .city .label-large {
        font-size: var(--font-size-xxxs, 12px);
    }
    .btn-banco-simule img {
        max-width: 20px;
    }
    .badge {
        padding: 4px 14px;
        font-size: 13px;
    }
    .badge i {
        font-size: 13px !important;
    }
    .item-price {
        gap: 6px 15px !important;
    }
    .item-price .headline-medium {
        font-size: 20px !important;
    }
    .item-price .body-large {
        font-size: 13px;
    }
    .btn-whatsapp {
        color: #fff;
        border-color: rgb(20, 179, 12);
        background-color: rgb(20, 179, 12);
        box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    }
    .btn-whatsapp:hover {
        color: #fff;
        border-color: rgb(20, 179, 12);
        background-color: rgb(20, 179, 12);
    }
    .aside-btns {
        position: fixed;
        bottom: 0;
        flex-wrap: nowrap;
        z-index: 998;
        box-shadow: rgb(0 0 0 / 29%) 0px 0px 16px;
        background: white;
        width: 100%;
        margin-bottom: 0 !important;
        left: 0;
        padding: 10px 15px;
        justify-content: center;
        gap: 10px;
    }
    .aside-btns .btn-icon-md {
        height: 36px !important;
        width: 36px !important;
    }
    .imov-texts div {
        font-size: 13px;
        padding: 3px 10px;
    }
    .unity-img img {
        max-height: 330px;
    }
    .unity-img .img-quantity {
        font-size: 13px;
        width: fit-content;
        text-align: center;
    }
    .mobile-view {
        display: flex !important;
    }
    .web-view {
        display: none !important;
    }
    .w-50 {
        width: 100% !important;
    }
    .details-text {
        grid-template-columns: 1fr;
    }
    .feature-itens {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .map-imovel {
        height: 400px;
    }
    .content-simule {
        flex-direction: column;
    }
    .result-top h2 {
        margin-top: 15px;
        text-align: center;
    }
    .back-to-form {
        top: -47px;
    }
    .result-info {
        flex-direction: column;
    }
    .p-2 {
        padding: .3rem !important;
    }
}
@media screen and (max-width: 450px) {
    .item-price .btn-banco-simule {
        font-size: 12px;
        padding: 4px 11px;
    }
}
@media screen and (max-width: 350px) {
    .badge {
        padding: 3px 8px;
        font-size: 12px;
    }
}
