.elementor-13258 .elementor-element.elementor-element-208333f{--display:flex;--margin-top:-43px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-13258 .elementor-element.elementor-element-208333f:not(.elementor-motion-effects-element-type-background), .elementor-13258 .elementor-element.elementor-element-208333f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#98773000;}@media(max-width:1024px) and (min-width:834px){.elementor-13258 .elementor-element.elementor-element-208333f{--width:100%;}}@media(max-width:1024px){.elementor-13258 .elementor-element.elementor-element-208333f{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}}@media(max-width:833px){.elementor-13258 .elementor-element.elementor-element-208333f{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}}/* Start custom CSS for html, class: .elementor-element-94464c3 *//* ==========================================================================
   GLOBAL STYLES (BASE)
   ========================================================================== */

/*CONTEINER BROWN*/
.container-metragem-and-value-max {
    display: none;
}

#parent-marrom {
    backdrop-filter: blur(52px) !important;
    background: rgba(84, 65, 23, 0.70);
    position: relative;
}

/*INPUT FRILTERS AND BTN REFINE SEARCH*/
#filters-and-btn {
    padding: 5rem 3rem 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#wrapper {
    padding: 2rem 3rem;
    /*position: relative;*/
    position: absolute;
    top: 164px;
    z-index: 100;
    background: rgb(133 119 88);
    width: 100%;
    backdrop-filter: blur(52px) !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25) inset;
}

#imoveis-form-filter {
    display: flex;
    flex-direction: column;
    font-family: "Euclid Circular B";
    line-height: 110%;
    justify-content: space-between;
}

#imoveis-form-filter button {
    /* Styles for all buttons within the form */
    font-size: 16px;
    font-weight: 400;
}

#imoveis-form-filter input {
    /* Styles for all input fields within the form */
    background: none;
    border: none;
    font-size: 14px;
}

#imoveis-form-filter input:focus {
    outline: none;
}

.symbol {
    width: 20px !important;
    height: 20px !important;
}

/*CLASS PARA O DROPWDOWN*/
.hide {
    display: none;
}

.show {
    display: flex;
}

.dropdown-menu,
.search-filters-container {
    display: none;
}


.dropdown-menu.active {
   display: flex;
}

.search-filters-container.active {
    display: block;
}



/*btn filter refine search*/
.conteiner-refine-search-btn {
    display: flex;
    align-items: center;
}

.filter-trigger {
    border: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
}

#text-btn-refinar-busca {
    margin-block-end: 0px;
    font-weight: 700;
    font-size: 16px
}

.filter-trigger:hover,
.filter-trigger:focus {
    background: transparent;
}



/*LOCALIZACAO DROPDOWN:*/
.localization-conteiner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    gap: 1rem;
}

#localizacao-wrapper {
    width: 300px;
    font-family: "Euclid Circular B", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#localizacao-conteiner-input {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
}

#local-input,
#local-placeholder {
    background: none;
    border: none;
    font-size: 14px;
    color: #FFF;
    width: 100%;
}

#local-input:focus {
    outline: none;
}

#local-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    color: #fff;
}

#historico-dropdown {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 100;
    display: flex;
}

/* Ocultar o Dropdown */
.is-hidden {
    display: none;
}

#historico-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.historico-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

/*TIPO DE PROPRIEDADE DROPDOWN*/
.tipo-propriedade {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

#propriedade-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
    width: 100%;
    z-index: 98;
}

#propriedade-tags-mobile,
.input-range-metragem-mobile {
    display: none;
}

/* 1. Esconde o checkbox nativo */
.propriedade-checkbox {
    display: none;
}

.propriedade-checkbox:checked + .propriedade-tag {
    /* Aplica o estilo de seleção ao label irmão adjacente */
    background-color: white;
    /* Fundo claro para selecionado */
    color: rgba(84, 65, 23, 0.70);
    /* Cor do texto escuro */
    border-color: white;
}

.propriedade-tag {
    background-color: transparent;
    color: white;
    border: 1px solid #F9F6F2;
    border-radius: 4px;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s, border-color 0.2s;
    margin: 0;
}

.elementor-kit-8 button {
    color: #FFF;
}

#imoveis-form-filter .elementor-kit-8 p {
    margin: 0;
}

.propriedade-tag.active {
    background-color: white !important;
    border: 0.5px solid white;
    color: rgba(84, 65, 23, 0.70) !important;
    font-weight: 700;
}

.propriedade-tag:focus {
    background-color: white !important;
    border: 0.5px solid white;
    color: rgba(84, 65, 23, 0.70) !important;
}

/*METRAGEM DROPDOWN:*/
.conteiner-range-metragem-imovel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.input-range-metragem {
    display: flex;
    flex-direction: column;
    gap: 0.84rem;
    width: fit-content;
    /*width: 19.625rem;*/
}

.input-range-metragem > p {
    color: #fff;
}

#valor-p-heading {
    color: white;
}

.double-input-holder-metragem {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
}

.text-input-wrapper-metragem {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

.min-max-metragem {
    font-size: 14px;
    color: white;
    margin: 0 !important;
}

.left-text-input-metragem,
.right-text-input-metragem {
    background: #FFF;
    border-radius: 3px;
    width: 7.125rem;
    height: 2.125rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


.left-text-input-metragem > p,
.right-text-input-metragem > p {
    width: fit-content;
    color: #BEBEBB;
}

.reais-metragem {
    font-size: 14px;
    font-weight: 300;
    margin: 0 !important;
}

.valor-num-metragem {
    outline: none;
    border: none !important;
    color: #363231;
    font-size: 14px;
    font-weight: 700;
    width: 3.5625rem;
    padding: 0px !important;
}

#valor-range-div-metragem {
    width: 100%;
    position: relative;
    background-color: #DEDFDD;
}

.container-metragem {
    position: relative;
    width: 100%;
    height: 0.15636rem !important;
}

/* container pai dos inputs de range */
.metragem-valor {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.15636rem !important;
    outline: none !important;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

/* trilho onde correm as bolinhas */
.slider-track-metragem {
    width: 100%;
    height: 0.15636rem !important;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    border-radius: 5px;
    background-color: #DEDFDD;
}

.metragem-valor::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 0.15636rem !important;
}

.metragem-valor::-moz-range-track {
    -moz-appearance: none;
    height: 0.15636rem !important;
}

.metragem-valor::-ms-track {
    appearance: none;
    height: 0.15636rem !important;
}

.metragem-valor::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    background-color: #363231;
    cursor: pointer;
    margin-top: -3px;
    pointer-events: auto;
    border-radius: 50%;
}

.metragem-valor::-moz-range-thumb {
    -webkit-appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #363231;
    pointer-events: auto;
}

.metragem-valor::-ms-thumb {
    appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #363231;
    pointer-events: auto;
}

/*VALOR MÁXIMO DROPDOWN*/
.conteiner-range-value-imovel {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-range-imovel {
    display: flex;
    flex-direction: column;
    gap: 0.84rem;
}

.input-range-imovel > p {
    color: #fff;
}

.double-input-holder-imovel {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
}

.text-input-wrapper-imovel {
    width: 3.5625rem; 
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.min-max-imovel {
    font-size: 14px;
    color: white;
    margin: 0 !important;
}

.left-text-input-imovel,
.right-text-input-imovel {
    background: #FFF;
    border-radius: 3px;
    width: 7.125rem;
    height: 2.125rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.left-text-input-imovel > p,
.right-text-input-imovel > p {
    width: fit-content;
    color: #BEBEBB;
}

.reais-imovel {
    font-size: 14px;
    font-weight: 300;
    margin: 0 !important;
}

.valor-num-imovel {
    outline: none;
    border: none !important;
    color: #363231;
    font-size: 14px;
    font-weight: 700;
    width: 3.5625rem;
    padding: 0px !important;
}

.valor-num-imovel:nth-of-type(2) {
    width: 4.9375rem;
}

#valor-range-div-imovel {
    width: 100%;
    position: relative;
    background-color: #DEDFDD;
}

.container-imovel {
    position: relative;
    width: 100%;
    height: 0.15636rem !important;
}

.imovel-valor {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.15636rem !important;
    outline: none !important;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track-imovel {
    width: 100%;
    height: 0.15636rem !important;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.imovel-valor::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 0.15636rem !important;
}

.imovel-valor::-moz-range-track {
    -moz-appearance: none;
    height: 0.15636rem !important;
}

.imovel-valor::-ms-track {
    appearance: none;
    height: 0.15636rem !important;
}

.imovel-valor::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    background-color: #363231;
    cursor: pointer;
    margin-top: -3px;
    pointer-events: auto;
    border-radius: 50%;
}

.imovel-valor::-moz-range-thumb {
    -webkit-appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #363231;
    pointer-events: auto;
}

.imovel-valor::-ms-thumb {
    appearance: none;
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #363231;
    pointer-events: auto;
}

/*REFINAR BUSCA DROPDOWN:*/
#refinamento-resultado {
    flex-direction: column;
    gap: 2rem !important;
}

.contagem-filtros-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.filtro-grupo {
    border: none;
    padding: 0;
    margin: 0;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem !important;
}

.filtro-grupo legend {
    font-size: 16px;
    font-weight: 400;
    font-family: "Euclid Circular B";
    color: #fff;
    text-align: left;
    width: 100%;
}

.opcoes-contagem {
    display: flex;
    gap: 10px;
    /* Espaço entre os botões */
}

/* 1. Esconde o checkbox nativo */
.opcoes-contagem input[type="checkbox"],
.opcoes-contagem input[type="radio"] {
    display: none;
}

/* 2. Estilo padrão do Label (que será o botão) */
.opcoes-contagem label {
    background-color: transparent !important;
    border: 0.5px solid white;
    color: white !important;
    width: fit-content !important;
    height: 30px !important;
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3. Estilo do botão quando SELECIONADO (checked) */
.opcoes-contagem input[type="checkbox"]:checked + label,
.opcoes-contagem input[type="radio"]:checked + label {
    background-color: white !important;
    border: 0.5px solid white;
    color: rgba(84, 65, 23, 0.70) !important;
}

/* VALOR DO M² */
#filtros-input-range {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: none;
    padding: 0 !important;
    margin: 0;
}

#caixa-branca-e-range {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#caixa-branca-e-range input[type="range"] {
    width: 100%;
    height 6px !important;
}



#filtros-input-range > legend {
    color: white;
}

#filtros-text-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    background-color: white;
    border-radius: 0.1875rem;
    min-width: 6.875rem;
    height: 2.125rem;
    padding: 0.5rem;
}

#reais-text {
    margin: 0 !important;
    font-family: 'euclid circular b';
    font-size: 14px;
    font-weight: 400;
    color: #BEBEBB;
}

#filtros-input {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #363231;
    width: 5.5rem;
    padding: 0 !important;
}

#slider-filtro {
    background-color: transparent;
    -webkit-appearance: none;
    /* For WebKit browsers (Chrome, Safari) */
    -moz-appearance: none;
    outline: none;
    cursor: pointer;

}

/* controla a barra do range */
#slider-filtro::-webkit-slider-runnable-track {
    height: 0.15636rem;
    background: linear-gradient(to right,
            #363231 0%,
            /* Start of completed color */
            #363231 var(--value, 50%),
            /* End of completed color (uses custom property) */
            #DEDFDD var(--value, 50%),
            /* Start of uncompleted color */
            #DEDFDD 100%
            /* End of uncompleted color */
        );
}

/* controla a bolinha de arrastar do input */
#slider-filtro::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background-color: black;
    margin-top: -3px;
    cursor: pointer;
}

#slider-filtro::-ms-thumb {
    -webkit-appearance: none !important;
    height: 0.5rem;
    width: 0.5rem;
    background-color: black;
}

#slider-filtro::-moz-range-progress {
    background-color: #363231;
}

.titulo-comodidades {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

#comodidade-tags {
    display: flex;
    flex-wrap: wrap;
    /* Permite que os botões quebrem para a próxima linha */
    gap: 10px;
    /* Espaço entre os botões */
}

.comodidade-tag {
    /* Estilo padrão do botão (não-selecionado) */

    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    /* Impede que o texto quebre dentro do botão */
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.comodidade-checkbox:checked + .comodidade-tag {
    /* Aplica o estilo de seleção ao label irmão adjacente */
    background-color: #F9F6F2;
    /* Cor de fundo claro para selecionado */
    color: rgba(84, 65, 23, 0.70);
    /* Cor do texto escuro */
    border-color: #F9F6F2;
}

.comodidade-tag:focus {
    background-color: white !important;
    color: rgba(84, 65, 23, 0.70);
}

.comodidade-checkbox {
    display: none;
}

/* Estilo para o estado SELECIONADO (A ser implementado com JavaScript) 
   No momento, este estilo não fará nada até que o JS adicione a classe 'is-selected'
*/
.comodidade-tag.is-selected {
    background-color: var(--borda-selecionada);
    /* Fundo claro para o selecionado */
    color: var(--texto-escuro);
    /* Texto escuro */
    border-color: var(--borda-selecionada);
}

/*BOTÕES DE FECHAR E DE BUSCAR DE TODOS OS DROPDOWNS*/
.conteiner-btn-close,
.conteiner-btn-search {
    display: flex;
    justify-content: end;
}

.close-btn,
#buscar-btn-filter,
#limpar-filtros-btn {
    border: none;
}

.close-btn {
    padding: 0px !important;
}

#limpar-filtros-btn,
#buscar-btn-filter {
    font-weight: 700 !important;
}

#buscar-btn-filter {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.close-btn:hover,
.close-btn:focus,
#buscar-btn-filter:focus,
#limpar-filtros-btn:focus {
    background-color: transparent
}

/* VALOR DO IMÓVEL - FILTRO */
.input-range {
    display: none;
}

.input-range-imovel-tablet {
    display: none;
}

.close-btn {
    background-color: transparent !important;
}

#localizacao, #localizacao:active, #localizacao:hover, #localizacao:focus {
        background-color: transparent !important;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* HOVER EFFECTS (Commonly separate, but inside media blocks) */
@media (hover: hover) and (pointer: fine) {
    .propriedade-tag:hover {
        background-color: white !important;
        border: 0.5px solid white;
        color: rgba(84, 65, 23, 0.70);
    }
}

@media (hover: hover) and (pointer: fine) {
    .opcoes-contagem label:hover {
        background-color: white !important;
        border: 0.5px solid white;
        color: rgba(84, 65, 23, 0.70) !important;
        /* Um leve destaque no hover */
    }
}

@media (hover: hover) and (pointer: fine) {
    .comodidade-tag:hover {
        background-color: white !important;
        border: 0.5px solid white;
        color: rgba(84, 65, 23, 0.70);
    }
}

/* DESKTOP/SPECIFIC WIDTHS */
@media screen and (min-width:1074px) and (max-width:1133px) {
    .opcoes-contagem label {
        padding: 0.4rem;
    }
}

@media screen and (min-width:1040px) and (max-width:1073px) {
    .opcoes-contagem label {
        padding: 0.3rem;
    }
}

@media screen and (min-width: 1024px) and (max-width:1039px) {

    .opcoes-contagem label {
        padding: 0.2rem;
    }
}






/*---- DESKTOP ------*/
@media screen and (min-width: 1024px) {

    #filters-and-btn {
        gap: 1rem;
    }

    /* --- "Localização" section --- */
    #localizacao {
        width: 11rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border: none;
        border-bottom: 1px solid white;
        border-radius: 0;
        padding: 1rem 0.5rem;
        color: #FFF;
        cursor: pointer;
        background-color: transparent;
    }

    #localizacao:hover {
        background-color: transparent;
    }

    #localizacao:focus {
        background-color: transparent;
    }

    #localizacao:active {
        background-color: transparent;
    }

    #local-input,
    #local-placeholder {
        padding: 0 !important;
        margin: 0;
        color: #FFF;
        height: 0.93rem;
        font-size: 14px;
        color: #F5F5F5;
    }


    /* --- "Tipo de Propriedade" section --- */
    #propriedade-tipo {
        width: 13.5625rem;
        /*height: 3.25rem;*/
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
    }

    #propriedade-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        /*width: 22rem;*/
        height: 0.93rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        gap: 0.63rem;
    }

    #propriedade-btn > img {
        height: 16px;
    }



    /* Metragem */
    #metragem {
        width: fit-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
    }

    #metragem-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100% !important;
        height: 0.93rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.62rem;
        font-weight: 400;
    }

    #metragem-btn > img {
        height: 16px;
    }

    .input-range-imovel {
        display: flex;
        flex-direction: column;
        gap: 0.84rem;
        width: fit-content;
    }



    /* Valor Máximo */
    #valor-maximo-filter {
        /*height: 3.125rem;*/
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
    }

    #valor-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        height: 0.93rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*gap: 1.34rem;*/
        gap: 0.62rem;
        font-weight: 400;
    }

    #valor-btn > img {
        height: 16px;
    }
    
    .text-input-wrapper-imovel {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .text-input-wrapper-imovel {
        width: 8.5rem;
    }
    
    .left-text-input-imovel, .right-text-input-imovel {
        width: 100%;
    }

    #valor-double-input-holder-imovel  {
        gap: 1.5rem !important;
        width: fit-content;
    }

    .comodidades-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .input-range-metragem {
        width: fit-content;
    }
    
    #buscar-btn-filter img {
        width: 20px;
        height: 20px;
    }
}





















/*TABLET:*/
@media screen and (min-width: 834px) and (max-width: 1023px) {
    .container-metragem-and-value-max {
        display: none;
    }

    #wrapper {
        padding: 1rem;
        top: 159px;
    }

    #imoveis-form-filter {
        width: 100%;
        /*min-height: 18.875rem;*/
        height: 9.9375rem;
        display: flex;
        flex-direction: column;
        gap: 0rem;
    }

    .symbol {
        width: 0.9375rem;
        height: 1.125rem;
    }

    #imoveis-form-filter input {
        font-size: 14px;
    }

    #imoveis-form-filter button {
        font-size: 14px;
    }

    #filters-and-btn {
        padding: 5rem 3rem 1rem 3rem;
        gap: 1.73rem;
    }

    .opcoes-contagem {
        width: fit-content !important;
    }


    /* --- "Localização" section --- */
    #localizacao {
        width: 100%;
        height: 3.25rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
        border-radius: 0px !important;
    }

    #local-input,
    #local-placeholder {
        font-size: 14px;
        color: #f5f5f5;
        padding: 0 !important;
        margin-bottom: 0px !important;
    }

    #local-input::placeholder {
        color: #FFF;
        font-size: 14px;
    }

    /* --- "Tipo de Propriedade" section --- */
    #propriedade-tipo {
        width: 100%;
        height: 3.25rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
    }

    #propriedade-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        height: 0.93rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }

    #propriedade-btn > img {
        height: 16px;
    }

    /* Metragem */
    #metragem {
        width: 100%;
        height: 3.125rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
    }

    #metragem-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #metragem-btn > img {
        height: 16px;
    }

    #valor-maximo-filter {
        display: none;
    }

    #valor-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #valor-btn > img {
        height: 16px;
    }


    #refinamento-resultado {
        gap: 2rem;
    }

    #valor-maximo-conteudo {
        display: none;
    }

    #comodidade-tags {
        margin-top: 1rem;
    }

    .input-range-imovel-tablet {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: fit-content !important;
    }
    
    .text-input-wrapper-imovel {
        width: 100%;
    }

    .contagem-filtros-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2rem;
    }

    #filtros-input-range {
        padding: 0px;
    }

    .input-range-imovel-tablet > p {
        color: white;
    }

    .filtro-grupo {
        width: fit-content;
    }

    .filtro-grupo legend {
        font-size: 14px;
    }

    .double-input-holder-filtro {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    .text-input-wrapper-filtro {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .min-max-filtro {
        font-size: 14px;
        color: white;
    }

    .left-text-input-filtro,
    .right-text-input-filtro {
        background: #FFF;
        border-radius: 3px;
        width: 7.125rem;
        height: 3.125rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
    }

    .text-input-wrapper:nth-of-type(2),
    .right-text-input {
        width: 8.5rem;
    }

    .left-text-input-filtro > p,
    .right-text-input-filtro > p {
        width: fit-content;
        color: #BEBEBB;
    }

    .reais-filtro {
        font-size: 14px;
        font-weight: 300;
    }

    .valor-num {
        outline: none;
        border: none !important;
        color: #363231;
        font-size: 14px;
        font-weight: 700;
        width: 3.5625rem;
    }

    .valor-num:nth-of-type(2) {
        width: 4.9375rem;
    }

    #valor-range-div-filtro {
        width: 100%;
        position: relative;
        background-color: #DEDFDD;
    }

    .container-filtro {
        position: relative;
        width: 100%;
        height: 0.15636rem !important;
    }

    /* container pai dos inputs de range */
    .filtro-valor {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 0.15636rem !important;
        outline: none !important;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        background-color: transparent;
        pointer-events: none;
    }

    /* trilho onde correm as bolinhas */
    .slider-track-filtro {
        width: 100%;
        height: 0.15636rem !important;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 5px;
    }

    .filtro-valor::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        height: 0.15636rem !important;
    }

    .filtro-valor::-moz-range-track {
        -moz-appearance: none;
        height: 0.15636rem !important;
    }

    .filtro-valor::-ms-track {
        appearance: none;
        height: 0.15636rem !important;
    }

    .filtro-valor::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        background-color: #363231;
        cursor: pointer;
        margin-top: -5px;
        pointer-events: auto;
        border-radius: 50%;
    }

    .filtro-valor::-moz-range-thumb {
        -webkit-appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        cursor: pointer;
        border-radius: 50%;
        background-color: #363231;
        pointer-events: auto;
    }

    .filtro-valor::-ms-thumb {
        appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        cursor: pointer;
        border-radius: 50%;
        background-color: #363231;
        pointer-events: auto;
    }

}

















/*MOBILE:*/
@media screen and (max-width: 833px) {
    .container-metragem-and-value-max {
        display: flex;
    }

    #wrapper {
        padding: 1rem;
        top: 96px;
    }


    #imoveis-form-filter {
        width: 100%;
        /*min-height: 18.875rem;*/
        display: flex;
        flex-direction: column;
        /*gap: 1.5rem;*/
    }

    #imoveis-form-filter button {
        font-size: 16px !important;
    }

    .symbol {
        width: 0.785rem;
        height: 0.93rem;
    }

    
    #local-input {
        font-size: 16px !important;
    }

    #valor-maximo-filter {
        display: none;
    }

    .input-range-imovel-tablet {
        display: flex;
        width: 18rem;
    }

    .min-max-imovel {
        font-size: 12px;
    }

    .left-text-input-imovel {
        gap: 0.5rem;
    }

    .right-text-input-imovel {
        gap: 0.5rem;
    }

    #text-btn-refinar-busca {
        font-size: 16px !important;
    }

    #filters-and-btn {
        /*gap:1.19rem;*/
        justify-content: center;
        padding: 2.75rem 1rem 1.19rem 1rem;
    }

    /* --- "Localização" section --- */
    #localizacao {
        height: 0.93rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        border-bottom: 1px solid #fff;
        padding: 1rem 0.5rem;
        border-radius: 0px;
        font-size: 16px !important;
    }

    #local-input,
    #local-placeholder {
        color: #FFF;
        padding: 0;
        margin-bottom: 0;
    }

    #local-input::placeholder {
        color: #FFF;
    }

    /* --- "Tipo de Propriedade" section --- */
    #propriedade-tipo {
        display: none;
    }


    #propriedade-list {
        display: none;

    }

    /* Metragem */
    #metragem {
        display: none;
    }

    .right-text-input-metragem {
        gap: 0;
    }


    #valor-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: #FFF;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #valor-btn > img {
        height: 16px;
    }

    .contagem-filtros-wrapper {
        flex-direction: column;
    }

    .propriedade-tag {
        font-size: 12px;
    }

    #propriedade-tags-mobile,
    .input-range-metragem-mobile {
        display: flex;
        flex-direction: column;
    }

    #propriedade-tags-mobile {
        gap: 1rem;
    }

    #propriedade-tags-mobile div {
        display: flex;
        flex-wrap: wrap;
        gap: 0.62rem;
    }

    #propriedade-tags-mobile label {
        font-size: 14px;
        margin: 0;
    }

    #propriedade-tags-mobile > p,
    .input-range-metragem-mobile > p {
        font-size: 12px;
        color: white;
        margin-bottom: 1rem;
    }

    .opcoes-contagem > label {
        font-size: 14px;
    }

    .text-input-wrapper-metragem {
        width: 100% !important;
    }

    .left-text-input-metragem,
    .right-text-input-metragem {
        width: 100% !important;
    }
    
    #filtros-input-range {
        width: 50%;
        gap: 1rem !important;
    }

    #filtros-input-range,
    .input-range-metragem-mobile {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .filtro-grupo {
        width: fit-content !important;
    }

    .filtro-grupo > legend {
        font-size: 12px;
    }

    .comodidades-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .comodidade-tags {
        margin: 0;
    }

    .comodidade-tag {
        width: fit-content;
        white-space: wrap;
    }

    .titulo-comodidades {
        font-size: 12px;
    }

    .conteiner-btn-search {
        border-top: 1px solid rgba(0, 0, 0, 0.20);
        justify-content: space-between;
    }
    
    /*limpar e buscar*/
    #limpar-e-buscar {
        padding-top: 1.2rem;
    }

    #limpar-filtros-btn,
    #buscar-btn-filter {
        margin: 0;
        padding: 0;
    }

    .opcoes-contagem {
        width: fit-content !important;
    }

    .min-max-metragem {
        font-size: 12px;
    }


    .input-range-filtro {
        display: flex;
        flex-direction: column;
        gap: 0.5rem
    }

    .double-input-holder-filtro {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    .text-input-wrapper-filtro {
        width: 3.5625rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem
    }

    .min-max-filtro {
        font-size: 14px;
        color: white;
    }

    .left-text-input-filtro,
    .right-text-input-filtro {
        background: #FFF;
        border-radius: 3px;
        width: 7.125rem;
        height: 3.125rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
    }


    .left-text-input-filtro > p,
    .right-text-input-filtro > p {
        width: fit-content;
        color: #BEBEBB;
    }

    .reais-filtro {
        font-size: 14px;
        font-weight: 300;
    }

    .valor-num {
        outline: none;
        border: none !important;
        color: #363231;
        font-size: 14px;
        font-weight: 700;
        width: 3.5625rem;
    }


    #valor-range-div-filtro {
        /* margin-top: 5px; */
        width: 100%;
        height: 0.15636rem;
        position: relative;
        background-color: #fff;
    }

    .container-filtro {
        position: relative;
        width: 100%;
        height: 0.15636rem;
    }

    /* container pai dos inputs de range */
    .filtro-valor {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        outline: none !important;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: transparent;
        pointer-events: none;
        border: none;
    }

    /* trilho onde correm as bolinhas */
    .slider-track-filtro {
        width: 100%;
        height: 0.15636rem;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .filtro-valor::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        height: 0.15636rem;
    }

    .filtro-valor::-moz-range-track {
        -moz-appearance: none;
        height: 0.15636rem;
    }

    .filtro-valor::-ms-track {
        appearance: none;
        height: 0.15636rem;
    }

    .filtro-valor::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        background-color: #363231;
        cursor: pointer;
        margin-top: -5px;
        pointer-events: auto;
        border-radius: 50%;
    }

    .filtro-valor::-moz-range-thumb {
        -webkit-appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        cursor: pointer;
        border-radius: 50%;
        background-color: #363231;
        pointer-events: auto;
    }

    .filtro-valor::-ms-thumb {
        appearance: none;
        height: 0.5rem;
        width: 0.5rem;
        cursor: pointer;
        border-radius: 50%;
        background-color: #363231;
        pointer-events: auto;
    }

    #filtros-text-input {
        justify-content: flex-start;
        gap: 0.5rem !important;
    }

    .text-input-wrapper-imovel {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .reais-metragem,
    .valor-num-metragem,
    .reais-imovel,
    .valor-num-imovel,
    .reais-imovel,
    #reais-text,
    #filtros-input {
        font-size: 16px !important;
    }

    /*localizacao, refinar busca*/
    #text-btn-refinar-busca {
        font-size: 16px !important;
    }

    #valor-double-input-holder-metragem {
        margin: 0 !important;
    }

    #localizacao:hover {
        background-color: transparent !important;
    }
    
    .input-range-metragem-mobile,
    .input-range-imovel-tablet {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        max-width: 100%;
        gap: 0.5rem;
        box-sizing: border-box;
    }

    .double-input-holder-metragem,
    .double-input-holder-imovel {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100% !important;
        gap: 1rem;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .text-input-wrapper-metragem,
    .text-input-wrapper-imovel {
        flex: 1;
        width: auto !important;
        min-width: 0;
    }
    
    .text-input-wrapper-metragem:nth-of-type(2),
    .text-input-wrapper-imovel:nth-of-type(2) {
        width: auto !important;
    }

    .left-text-input-metragem,
    .right-text-input-metragem,
    .left-text-input-imovel,
    .right-text-input-imovel {
        width: 100% !important;
        height: 2.5rem; /* Increased height for better mobile touch */
        display: flex;
        align-items: center;
        padding: 0 0.8rem;
        background: #FFF;
        border-radius: 4px;
        box-sizing: border-box;
        gap: 0.5rem;
    }

    .valor-num-metragem,
    .valor-num-imovel {
        width: 100% !important;
        background: transparent;
        border: none;
        outline: none;
        font-size: 16px; 
        color: #363231;
        font-weight: 700;
    }

    .reais-imovel,
    .reais-metragem {
        margin: 0 !important;
        white-space: nowrap;
        color: #BEBEBB;
        font-size: 14px;
    }
    
    .filtro-grupo legend, #filtros-input-range legend {
        margin: 0 !important;
    } 
}/* End custom CSS */