* {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    width: 100%;
    margin: auto;
    font-family: "Montserrat", sans-serif;

}
.no-display {
    display: none;
}
#shareDialog {
    background-color: #fff;
    position: absolute;
    padding: 15px;
    border: 1px solid #ddd;
    right: 0;
    top: 67px;
    display: none;
}

#shareDialog.is-open {
    display: block;
}
#shareDialog ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
#shareDialog ul a, .btn-share {
    text-decoration: none;
}
.flexbetween {
    display: flex;
    justify-content: space-between;

}
.container {
    width: 100%;
    max-width: 1200px; /* Pode ajustar o valor conforme desejar */
    margin: 0 auto; /* Centraliza o conteúdo */
    padding: 0 15px; /* Adiciona espaçamento interno */
}
.row {
    display: flex;
    flex-wrap: wrap; /* Permite que as colunas se ajustem em diferentes linhas, se necessário */
    margin-right: -15px; /* Compensa o padding das colunas */
    margin-left: -15px;
}
/* Colunas padrão (para telas pequenas, abaixo de 576px) */
[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%; /* Tamanho padrão, ocupando 100% */
    max-width: 100%;
}
.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.imovelTopo {
    padding-left: 30px;
}
@media (max-width: 575px) {
    .col-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* Colunas para telas pequenas (>= 576px) */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-sm-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-sm-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-sm-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-sm-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Colunas para telas médias (>= 768px) */
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Colunas para telas grandes (>= 992px) */
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-lg-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-lg-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-lg-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Colunas para telas extra grandes (>= 1200px) */
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-xl-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-xl-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-xl-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-xl-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.snpBg {
    background-color: #fbefea;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    display: flex;
    width: 100%;
}
.p-padrao {
    padding: 15px;

}
header {
    background-color: #BF5629;
    text-align: center;
    position: relative;
    padding: 15px;
    border-bottom: 4px solid #223138;
}
.prelative {
    position: relative;
}
.logoHeader {
    max-height: 45px;
}

#menuButton {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color:#223138;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    display: block;
    transition: color 0.3s;
}



.textsubtipo {
    font-size: 0.8rem;
    font-weight: 300;
}

.titleimovel {
    /* font-family: "Crete Round", serif;*/
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.sliderAgaerre {
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #f4f4f4;
    height: auto;
    position: relative;
}
.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-item.active {
    opacity: 1;
    position: relative;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}
.sliderAgaerre ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: hidden;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

}
.sliderAgaerre li {
    flex: 0 0 100%;
    width: 100%;
    counter-increment: item;
}
.carousel__snapper {
    width: 100%;
    height: auto;
    scroll-snap-align: center;
}
.sliderAgaerre a {
    display: block;
}
.sliderAgaerre img {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, blue, #feb47b) 1;
}

.imgLegenda {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.2rem;
    left: 30px;
    bottom: 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    z-index: 1;
}

.counterSlide  {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.2rem;
    left: 0;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.8rem;
    z-index: 1;
}



.titleimovel.titles {
    /*font-family: "Crete Round", serif;*/
    margin-bottom: 15px;
}

table.tableImovel {
    width: 100%;
    margin-bottom: 15px;
}

table.tableImovel td {
    border-bottom: 1px solid #ddd;

    padding: 0.3rem 0;
}

table.tableImovel tr td:first-child {
    width: 30%;
    font-weight: bold;

}
table.tableImovel tr td:nth-child(2) {
    border-left: 1px solid #ddd;
    padding-left: 8px;
}
.float-right {
    float: right;
}
.justify-content-end {
    justify-content: end !important;
}
.price {
    float: right;
    color: #BF5629;
    border: 3px solid;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: bolder;
}
.descLista {
    width: 100%;
    padding: 0;
    margin: 0 15px;
    list-style:square;
    display: flex;
    flex-wrap: wrap;
}
.descLista li {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 15px 0 0;

}
.row {
    display: flex;
    flex-wrap: wrap;

}
.spacebetween {
    justify-content: space-between;
}
/*.anuncianteImg {
    width: 33%;

}
.anuncianteDados {
    width: 67%;
}*/
.innerAnunciante {
    padding-left: 15px;
}
.titleAnunciante {
    font-size: 1.2rem;
    font-weight: 600;
}
.tipoAnunciante {
    font-size: 0.9rem;
}
.docAnunciante {
    font-size: 1rem;
    font-weight: 500;
    color: #BF5629;
}
.endAnun {
    font-size: 0.9rem;
    margin: 10px 0;
}
.col {
    width: calc(50% - 0.25rem);

}
.col-4 {
    width: calc(33.3333% - 0.5rem);

}
.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.8125rem + 2px);
     padding: .25rem .5rem;*/
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    color: #223138;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
    height: 80px;
}
textarea {
    overflow: auto;

}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;

    float: left;
    margin-left: -1.5em;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.infoAnunciante {
    margin: 15px 0;
    font-size: 0.8rem;
}
.infoAnunciante i {
    font-size: 1rem;
}
footer {
    background-color: #223138;
    color: #fff;
    text-align: center;
}

#zoomContainer {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
    display: none;

}
#zoomContainer.show {
    display: block;
}
#zoomContainer .zoomBg {
    padding: 0;
    padding-bottom: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
    opacity: .95;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.closeSlide {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding:5px 10px;
    right: 0;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.8rem;
    z-index: 1;
}
#zoomContainer #imovelSlider2 {
    max-width: 100%;
    max-height: 80vh;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
#zoomContainer .imgLegenda {
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 87px);
}
.carousel-thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;

}
#zoomContainer .carousel-thumbnails {
    display: flex;
    justify-content: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}
#zoomContainer .sliderAgaerre img {
    border-bottom: none;
    max-width: 100vw;

}
.sliderAgaerre img.thumb {
    border: none;
}
.carousel-thumbnails .thumb {
    width: 60px;
    height: 40px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.carousel-thumbnails .thumb:hover,
.carousel-thumbnails .thumb.active {
    opacity: 1;
    border: 2px solid #007bff;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #223138;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
    cursor: pointer;
}
.btn-outline-primary {
    color: #BF5629 !important;
    border-color: #BF5629;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #BF5629;
    border-color: #BF5629;
}
.btn-primary {
    color: #fff !important;
    background-color: #BF5629 !important;
    border-color: #BF5629 !important;
}
.btn-primary:hover {
    color: #BF5629 !important;
    background-color: #fff !important;
    border-color: #BF5629 !important;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-block {
    display: block;
    width: 100%;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-info {
    color: #fff;
    background-color: #17a2b8;
}
.bg-danger {
    color: #fff;
    background-color: #dc3545;
}
.bg-success {
    color: #fff;
    background-color: #28a745;
}
.bg-primary {
    color: #fff;
    background-color: #007bff;
}
.bg-secondary {
    color: #fff;
    background-color: #6c757d;
}

#videoDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}





#videoContainer {
    width: 100%;
    max-width: 800px; /* Ajuste conforme necessário */
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    position: relative;
}

#videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.custom-select {
    position: relative;
    margin-bottom: 15px;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after, .multi-select-box:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #223138 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after, .multi-select-box.select-arrow-active:after {
    border-color: transparent transparent #223138 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    background-color: #525252; /*#223138;*/
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.select-selected {
    background-color: #fff; /*#223138;*/
    color: #223138;
}
/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;

}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #747474;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}


#moreFilter {
    display: none;
    overflow: hidden;
}
.cardImovelBox {
    margin-bottom: 15px;
}
.destaqueHome a {
    display: block;
    width: 100%;
    background-color: #fff;

    justify-content: normal;
    text-decoration: none;
    color: #000;
    position: relative;
}

.destaqueHome .imgHome {
    width: 100%;
    background-color: #ddd;
    aspect-ratio: 1/1;
    height: auto;
}

.destaqueHome .dadosHome {
    width: 100%;
    padding: 0;
    display: block;
}
.destaqueHome .titleimovel {
    font-size: 1rem;
    margin-bottom: 6px;
}

.destaqueHome .price {
    color: #BF5629;
    float: none;
    text-align: left;
    border: none;
    font-weight: bold;
    margin-top: 4px;
    display: block;
    padding: 0;
    font-size: 14px;
}
.destaqueHome .textsubtipo {
    margin-bottom: 3px;
}
.destaqueHome .bairro {
    font-size: 0.8rem;
    margin-bottom: 3px;
}
.destaqueHome .cidade {
    font-size: 1rem;
    font-weight: bold;
}

.infoImovel {
    background-color: #fff;
    font-size: 10px;
    padding: 5px;
    display: flex;
    height: 26px;
}
.infoImovel img {
    width: 15px;
    margin-right: 6px;
}
.infoImovelInner {
    display: flex;
    border-right: 1px solid #ddd;
    /* margin-right: 10px;*/
    padding-right: 10px;
    width: calc(50% - 10px);

}
/*.infoImovelInner:last-child {
    border-right: none;
}*/
.titleimovel.titles span.idtext {
    float: right;
    font-size: 10px;
}

.titleimovel.titles.pricetext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.descImovel {
    background-color: #fff;
}
.valorMetroQ {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,0.4);
}
.modal.show {
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
#mapaModal .modal-dialog {
    max-width: 320px;
    margin: 1.75rem auto;
}
.card.cardAlert {
    display: flex;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    min-width: 280px;
    width: 100%;
    cursor: auto;
    transition: background-color 0.3s, border-radius 0.3s, padding 0.3s;
    background: rgb(255, 255, 255);
    padding: 12px 28px;
    border-radius: 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px;
    margin-bottom: 20px;
}
.cardAlert i.icon-circle  {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: background-color 0.3s;
    background: rgb(235, 14, 14);
    box-shadow: rgba(235, 14, 14, 0.35) 0px 1px 1px;
}
.bg-primary {
    background-color: #007bff !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.cardAlertText {
    font-weight: 500;
    line-height: 1.5;
}
.cardAlertInfo {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 12px 0px 0px;
}

.destaqueHome .titleimovel.titleSection {
    font-size: 1.5rem;
    margin-bottom: 28px;
    line-height: 32px;
    display: flex;
    gap: 10px;
}
.titleSection i {
    background-color: #BF5629;
    font-size: 2rem;
    border-radius: 8px;
    color: #fff;
}

.specialFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.specialFlex .w25 {
    width: calc(25% - 10px);
    display: flex;
}
/*.specialFlex .w25 a {
    display: flex;
    flex-direction: column; 

    min-height: 200px;
    flex-grow: 1;
}
.specialFlex .w25 .dadosHome {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.specialFlex .w25 .price {
    margin-top: auto; 

}*/
.specialFlex .w25 a {
    display: flex;
    flex-direction: column;
    /*height: 100%; */
    text-decoration: none;
}

.destaqueHome .dadosHome {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Faz com que o bloco de informações cresça */
}

.destaqueHome .dadosHome .price {
    margin-top: auto; /* Empurra o preço para o final do card */
    color: #BF5629;

    text-align: left;
    border: none;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
}
.dadosHome .titleimovel {
    font-size: 0.8rem;
    margin: 8px 0 12px;
    ;
}

.dadosHome .endtext {
    font-size: 0.7rem;
    margin-bottom: 8px;
}

.finalidade {
    background-color: #BF5629;
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 320px;
        margin: 1.75rem auto;
    }
    #mapaModal .modal-dialog {
        max-width: 60%;
        margin: 1.75rem auto;
    }
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {

    line-height: 1;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modalContatoBox {
    display: flex;
}
.modalContatoBox .titleAnunciante {
    font-size: 0.8rem;
}
.modalContatoBox .docAnunciante {
    font-size: 0.65rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
}

.modalContatoBox .contatoItem {
    font-size: 0.65rem;
    padding: 5px 15px;
    font-size: 0.7rem;
}
.modalContatoBox .contatoItem a.telefoneItem {
    width: 98px;
    display: inline-block;
}

.modalContatoBox .operadoraItem {
    font-size: 0.45rem;
    float: right;
}
i.whatsapp {
    background: url("https://cdn.snpimoveis.com.br/images/icons8-whatsapp.svg");
    background-size: contain;
    background-position: center;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);

}

.btn.whatsItem {
    width: 25px;
    height: 25px;
    line-height: 1;
    padding: 0;
    position: relative;
    background-color: #40c351;
    border: none;
    border-radius: 4px;


}
.modalCorretorBox {
    display: table;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.modalCorretorBox .anuncianteImg {
    width: 20%;
    float: left;
}
.modalCorretorBox .anuncianteImg img {
    border-radius: 50%;

}
.modalCorretorBox .anuncianteDados {
    width: 80%;

    float: left;
}
.modalCorretorBox .titleAnunciante {
    font-size: 0.8rem;
}
.modalCorretorBox .docAnunciante {
    font-size: 0.65rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.modalCorretorBox .contatoItem {
    font-size: 0.65rem;
    padding: 0 15px;
    font-size: 0.7rem;
}
.contatoItem a.telefoneItem {
    width: 98px;
    display: inline-block;
}

.operadoraItem {
    font-size: 0.45rem;
    float: right;
}


.corretorTitle {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px 0;
}

.map-container {
    position: relative;
    padding-bottom: 46.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.dSmall {
    display: block;
}
.dLarge {
    display: none;
}

.w40 {
    width: 100%;
    float: none;
}
.w60 {
    width: 100%;
    float: none;
}
.w25 {
    width: 100%;
    float: none;
}
.w75 {
    width: 100%;
    float: none;
}
.w33 {
    width: 100%;
    float: none;
}
.w100 {
    width: 100%;
    float: none;
}
.w50 {
    width: 100%;
}
hr {
    border: none; /* Remove o estilo padrão da linha */
    height: 3px; /* Define a altura da linha */
    background: rgb(201,191,186);
    background: linear-gradient(180deg, rgba(201,191,186,1) 0%, rgba(255,246,245,1) 67%);
    position: relative;
}

/*hr::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff6f5; 
  position: absolute;
  top: 2px; 
  left: 0;
}*/


.menuBox {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    display:none;
    transition: opacity 0.5s;
}
.menuBox.show {
    opacity: 1;
    display: block;
}
.menuBox.show .menu {
    background-color: #fff;
    position: absolute;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;

    transition: right 1.9s;
}

.menuBox.show .menu {
    right: 0;
}
.title-menu {
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ddd;
    font-size: 1rem;
    text-align: left;
    padding: 10px;
}
.nav ul {
    padding: 0 10px;
    margin: 0;
    list-style: none;
}
.nav li {
    position: relative;
    font-size: 1rem;
    text-align: left;
    padding: 10px;
}

.nav li a {
    text-decoration: none;
    color: #495057;
    width: 100%;
    display: block;

}
.nav li a span {
    position: absolute;
    right: 10px;
}

.buscaBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.buscaBox .form-control {
    border: 1px solid #ddd;
    margin: 0;
}
.buscaBox .btn {
    width: 168px;
    margin-left: 20px;
}
.listAnunciante {
    padding: 15px 0;
}

.listAnunciante .innerAnunciante {
    padding-left: 8px;
    padding-right: 8px;
}
.listAnunciante .anuncianteImg {
    width:100%;
}
.listAnunciante .anuncianteDados {
    width: 100%;
}
.listAnunciante .anuncianteContatos {
    width: 100%;
    margin: auto;
}
.anuncianteContatos {
    display: flex;
    align-items: center;
    height: 100%;

}
.anuncianteContatos .btn-group {
    display: flex;

}
.anuncianteContatos .btn {
    width: fit-content;
    margin-right: 8px;
}
.buscaBoxAnunciantes {
    display: flex;
    width: 100%;

}

.buscaBoxAnunciantes .form-control {
    margin-bottom: 0;
    margin-right: 8px;
}
.buscaBoxAnunciantes .btn {
    width: 126px;
}
.badgeImage {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25px;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,.55);
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    top: 4px;
}
.badgeImage i {
    font-size: 12px;
}


.badgeImage.badgeVideo {
    top: 26px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link {
    text-decoration: none !important;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.my15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.pr0 {
    padding-right: 0;
}
.p0 {
    padding: 0;
}
.px15 {
    padding: 0 15px;
}
.m0 {
    margin: 0;
}
.snpBgInner {
    padding: 15px;
    background-color: #fefefe;/*A1DFF7;/* #fbefea;*/
    margin: 0;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    display: table;
    width: 100%;
}
.bgWhite {
    background-color: #fff;
}
#paginas {
    float: right;
    text-transform:none;
}
/*.cardImovelBox:nth-of-type(even) {

    padding-right: 15px;
    padding-left: 8px;
}
.cardImovelBox:nth-of-type(odd) {
    padding-left: 15px;
    padding-right: 8px;
}*/
.justify-content-center {
    justify-content: center;
}
.btnHome {
    width: fit-content !important;
    align-items: center;
    float: right;
}
.btnHome i {
    margin-right: 8px;
}
.infosnp {
    font-size: 12px;
    margin: 8px 0;
}
@media (min-width: 787px) {
    .dSmall {
        display: none;
    }
    .dLarge {
        display: block;
    }
    main {
        max-width: 1200px;
        margin: auto;
        margin-top: 85px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .w40 {
        width: 40%;
        float: left;
    }
    .w60 {
        width: 60%;
        float: left;
        flex: 0 0 auto;
    }
    .w25 {
        width: 25%;
        float: left;
    }
    .w75 {
        width: 75%;
        float: left;
    }
    .w33 {
        width: 33%;
        float: left;
    }
    .w50 {
        width: 50%;
        float: left;
        flex: 0 0 auto;
    }
    .anuncianteFormBox {
        width: 100%;
    }

}
@media(min-width:768px) {
    #zoomContainer .carousel-thumbnails {
        right: 0;
        top: 0;
        width: 155px;
        display: block;
        margin: 0;
    }
    #zoomContainer #imovelSlider2 {
        max-width: 800px;
        max-height: 80vh;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: calc(50% - 480px);
    }
    .closeSlide {
        right: 160px;
    }
    #zoomContainer .imgLegenda {
        background-color: transparent;
        left: calc(50% - 480px);
        transform: none;
        top: 94%;
        z-index: 111111;
    }
    .filterHome .col {
        width: 100%;
    }
    .filterHome .buttonsFilter .col {
        width: 50%;
    }
    .listAnunciante .anuncianteImg {
        width: 170px;
    }

    .listAnunciante .anuncianteDados {
        width: calc(65% - 170px);
    }
    .listAnunciante .anuncianteContatos {
        width: 35%;
        margin: auto;
    }
}
.selectMultipleBox {
    position: relative;
    min-height: 60px;
    display: block;

}
.selected-options {
    width: 100%;
    /*  white-space: nowrap;
      position: absolute;*/
    position: relative;
    top: 0;
    left:0;
    height: auto;
    /*height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;*?
    
}

.selected-options::-webkit-scrollbar {
    display: none; /* Oculta a barra de rolagem no Chrome/Safari */
}

.selected-options {
    -ms-overflow-style: none; /* Oculta a barra de rolagem no IE e Edge */
    scrollbar-width: none; /* Oculta a barra de rolagem no Firefox */
}
.selected-option-card {
    background-color: #BF5629;
    color: white;
    padding: 2px 4px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    width: fit-content;
}

.selected-option-card span {
    margin-right: 4px;
}

/* Estilo do input para quantidade */
.selected-option-card input {
    width: 50px;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.selected-option-card .remove-option {
    background-color: white;
    color: #BF5629;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.multi-select {
    position: absolute;
    width: 100%;
    z-index: 111;
    top: 44px;
    display: none;
    min-height: 250px;
}
.multi-select.show {
    display:block;
}
.multi-select select {
    width: 100%;
    min-height: 250px;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    background-color:#525252;/*#223138;*/
    color:  #fff;
    padding: 8px;
}
.multi-select select option {
    padding: 7px 20px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.multi-select select option:hover {
    background-color: #747474;
}
.selected-options.open::after {
    position: absolute;
    content: "";
    right: 9px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #223138 transparent;
    top: 12px

}
.selected-options.open::before {
    position: absolute;
    content: " ";
    right: 0;
    width: 28px;
    height: 100%;
    top: 0;
    background-color: #fff;
    /*    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.7);*/
}
.selected-options.empty::after {
    position: absolute;
    content: "";
    top: 18px;
    right: 9px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #223138 transparent transparent transparent;
}

.cardLogin {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 65px;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    font-weight: bold;
}
.cardAnunciar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    color: #555;
    height: 100%;
}
.cardAnunciar.active {
    color: #BF5629;
}
.cardAnunciar .title {
    display: flex;
}
.cardAnunciar i {
    font-size: 50px;
}
.cardAnunciar span {
    line-height: 50px;

}
.cardAnunciar span.textSecondary {
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-left: auto;


}
.cardAnunciar span.textSecondary.corretor {
    width: 150px;
    line-height: 1;
    height: 50px;
    padding: 10px 0;
}
.cardAnunciar span.price {
    font-size: 20px;
    display: inline;
}

.cardAnunciar ul, .cardAnunciar .infoText {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.cardAnunciar .infoText, .cardAnunciar .infoText ul {
    color: #555 !important;
}
.cardAnunciar ul li {
    margin: 10px 0;
}
.cardAnunciar ul i {
    font-size: 20px;
}
.cardLogin span {
    line-height: 80px;
}


.cardLogin i {
    font-size: 80px;
    margin-right: 10px;
}

.anunInfoBox {
    display: flex;
}

.ainfoIcon {
    font-size: 26px;
    padding: 0 22px;
}
.ainfoText {
    margin-bottom: 1.5rem;
}

.ainfoText a {
    display: inline-block;
    width: auto;
    background-color: transparent;
    text-decoration: none;
    color: #BF5629;
    position: static;
}
.formLoginBox a {
    display: inline-block;
    width: auto;
    background-color: transparent;
    text-decoration: none;
    color: #BF5629;
    position: static;
}
.formLoginBox {
    height: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    text-align: center;
}

.destaqueHome a.btn {
    display: inline-block;
    width: auto;
}

.d-flex {
    display: flex;
}
.jc-between {
    justify-content: space-between;

}
.btn-micro {
    font-size: 10px;
    padding: 5px;
}

.premiumInfo, .premiumInfo i {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}


.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.form-check-label {
    margin-bottom: 0;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
#formAdesao .btn {
    float: right;
}
#formAdesao .btn i {
    font-size: 20px;

}
.formValidate .form-group {
    position: relative;
}
.formValidate .form-group .form-control {
    margin-bottom: calc(0.5rem + 15px);
    border: 1px solid #ddd;
    border-radius: 5px;
}
.validate {
    color: red;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    bottom: -20px;
    padding-left: 16px;

}
#errorForm {
    color: red;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

#dialogLogin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 111111;
    display: none;
}
#dialogLogin.show {
    display: block;
}

.innerLogin {
    background-color: #f7f7f7;
    max-width: 400px;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.headerLogin {
    background-color: #BF5629;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

#closedialogLogin {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 0.15rem 0.35rem;
    border-color: #f7f7f7;
    color: #f7f7f7;
}

.bodyLogin {
    padding: 20px;
}

.titleForm {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

#formLoginAjax {
    text-align: center;
}
.logged img {
    border-radius: 50%;
    width: 40px;
}

.userImage {

    padding: 20px;
    text-align: center;
    font-weight: bold;
}
.userImage img {
    width: 50%;
    border-radius: 50%;
}

.userMenu {
    padding: 5px 20px;
}
.userMenu .btn {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 22px;
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
}

.infoUserBox {
    width: 100%;
    height: auto;
    padding: 50px 125px 0;
}
.firstBox {
    width: 45%;
    float: left;
    text-align: center;

}
.secondBox {
    width: 55%;
    float: left;
    text-align: center;
    padding-left: 10px;

}
.thirdBox {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;

}
.thirdBox a {
    margin-right: 10px;
}
.thirdBox a:last-of-type {
    margin-right: 0;
}

.imoviesCard {
    background-color: #fff;
    padding: 20px;
    width: 100%;
}
.imoviesCard .iconBox {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #bbb;
    margin: 17px auto 36px;
    transition: background ease-in-out 0.4s;
}
.imoviesCard .iconBox i {
    font-size: 70px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 100px;
    display: block;
    margin: 0;
}
.imoviesCard .title {
    font-weight: bold;
}
.imoviesCard .valuecard {
    font-size: 56px;
    color: #BF5629;
    font-weight: bold;
}
.secondBox a {
    margin-bottom: 10px;
}
.secondBox .imoviesCard {
    display: flex;
    padding: 5px;
    justify-content: space-between;
}
.secondBox .imoviesCard .iconBox {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background: #bbb;
    margin: 10px;
}
.secondBox .imoviesCard .iconBox i {
    font-size: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 60px;
    display: block;
    margin: 0;
}

.secondBox .imoviesCard .title {
    line-height: 80px;
    font-size: 14px;
    font-weight: 500;
}

.secondBox .imoviesCard .valuecard {
    line-height: 80px;
    padding: 0 35px;
    border-left: 1px solid #BF5629;
}
.secondBox .leftBox {
    display: flex;
}


.thirdBox .imoviesCard .iconBox {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #bbb;
    margin: 6px auto 30px;

}
.thirdBox .imoviesCard .iconBox i {
    font-size: 50px;
    line-height: 80px;
}

.infoUserBox a:hover .iconBox {
    background: #BF5629;
}
#minhaContaButton {
    display: none;
}
.boxImg {
    width: 30%;
    float: left;
}
.titleBox {
    width: 70%;
    float: left;
    padding: 0.5rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e7eaed;
    display: flex;
    justify-content: space-around;

}
.p-0 {
    padding: 0;
}
.titleBox h5 {
    text-transform: uppercase;
    margin: 0;
}
.innerBoxImovel {
    display: table;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #001737;
    border-collapse: collapse;
}
.table td, .table th {
    font-size: 0.875rem;
    text-align: left;
    padding: 0.5rem;
}
.table.table-bordered {
    border-top: 1px solid #e8eff9;
}
.table-imovel th {
    width: 30%;
    padding: 0.5rem;
}
.table-imovel td {
    text-align: right;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #e8eff9;
}
.card-footer .btn {
    font-size: 0.8rem;
}
.font-weight-bold {
    font-weight: bold;
}
.mt-3 {
    margin-top: 1rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mr-1 {
    margin-right: .25rem !important;
}
.form-group label {
    font-weight: 500;
}
.iconSNP {
    font-size: 18px;
    color: #bf5629;
}
.text-success {
    color: #17c964 !important;
}
.btnFavorito.active {
    color: #ef9a0c;
}
#pjInputs.hidden {
    display: none;
}
.firstTop {
    margin-top: 83px;
}

a.btn {
    text-decoration: none;
}
#contatosModal .modal-dialog {
    margin-top: 200px;
}
#mapaModal .modal-dialog {
    margin-top: 100px;

}

.cardOnlyText {
    margin-bottom: 0;
}

.cardOnlyText .dadosHome .titleimovel {
    margin-bottom: 9px;
}

.infoImovel.specialFlex {
    height: auto;
    background-color: transparent; 
}  
#anuncianteBox .cardImovelBox { 
  
  border-bottom: 1px solid #546513;
  padding-bottom: 15px;
}
#anuncianteBox .cardImovelBox  a:hover {
    background-color: #eee;
}
@media (max-width: 767px) {
    .firstTop {
        margin-top: 0;
    }
    .infoUserBox {
        padding: 20px;
    }
    .firstBox, .secondBox, .thirdBox {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .secondBox .imoviesCard {
        padding: 0;
    }
    .thirdBox .imoviesCard {
        padding: 5px;
    }
    .secondBox .imoviesCard .iconBox,.thirdBox .imoviesCard .iconBox {
        width: 50px;
        height: 50px;
    }
    .secondBox .imoviesCard .iconBox i,    .thirdBox .imoviesCard .iconBox i {
        font-size: 30px;
        line-height: 50px;
    }
    /*    #menuMinhaConta.show::before {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            content: '';
        }*/
    #menuMinhaConta {
        position: fixed;
        top: 145px;
        left: -400px;
        width: 70%;
    }
    #menuMinhaConta.show {
        left: 0;

    }
    #minhaContaButton {
        display: block;
    }
    .specialFlex .w25 {
        width: 100%;
    }
    .specialFlex .w25 .dadosHome {
        display: block;
        padding: 15px;
    }
    .destaqueHome .dadosHome {
        padding: 15px;
    }
    .destaqueHome .titleimovel.titleSection {
        font-size: 1.2rem;
    }
        .destaqueHome .dadosHome.anunciante {
        padding: 0;
    }
        .xspl0 {
        padding-left: 0;
    }
}
.multi-select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.multi-select-box {
    min-height: 40px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding:
        8px 16px;
    border:
        1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color:
        transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    position: relative;
}

.multi-select-options {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #525252;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    color: #fff;
}

.multi-select-options li {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.multi-select-options .option-title {
    font-weight: bold;
    background: #323234;
    cursor: default;
}

.multi-select-options li:hover {
    background: #ddd;
}

/* Indicar visualmente os itens já selecionados */
.multi-select-options li.selected {
    background: #BF5629;
    font-weight: bold;
}

.selected-option-card {
    display: inline-flex;
    align-items: center;
    background: #BF5629;
    padding: 5px 10px;
    border-radius: 5px;
}

.remove-option {
    margin-left: 5px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
    color: red;
}

.priceExtra {
    font-size: 22px !important;
    margin-top: 0 !important;
}
.destaqueHome .imgHome.anunciante {
    aspect-ratio: 15/11;
}


.cidade.anunciante {
    font-size: 1rem;
  font-weight: 600;
  margin: 4px 0;
}