﻿@import url("./root.css");


::placeholder {
    font-size: 12.5px;
}

.checkboxes {
    border-bottom: 0.0625rem solid var(--ice-2);
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mobile-active {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9998;
    flex: 1;
}

.filters {
    position: relative;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pesquisar {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pesquisar h3 {
        color: var(--graphite);
        font-size: 1.5rem;
        font-weight: 700;
    }

    .pesquisar span {
        border-radius: 0.5rem;
        width: 1rem;
        height: 1.25rem;
        padding: 0.75rem 1rem;
        background-color: var(--neutro-40);
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.filter-type {
    width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

    .filter-type > input[type="radio"] {
        display: none;
    }

    .filter-type .business {
        border: 1px solid var(--blue);
        border-radius: 0.6rem;
        width: auto;
        height: 2.5rem;
        padding: 0rem 1rem;
        font-size: clamp(0.875rem, 1rem, 1.25rem);
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--blue);
        cursor: pointer;
    }

        .filter-type .business:hover {
            background-color: var(--blue) !important;
            color: var(--white);
        }

    #comprarLabel {
        padding: 0rem 1.5rem;
    }

    #alugarLabel {
        padding: 0rem 1.5rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.4rem;
    }

.filter-box {
    margin-bottom: 2rem;
}

    .filter-box > label {
        margin-bottom: 0.375rem;
        font-size: 0.9rem;
        font-weight: var(--filter-font-weight);
        color: var(--graphite);
    }

    .filter-box > select {
        width: 100% !important;
        height: 3rem !important;
        outline: none !important;
    }

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
}
    .filter-header > label {
        margin-bottom: 0.1rem;
        font-size: 0.9rem;
        font-weight: var(--filter-font-weight);
        color: var(--graphite);
    }

.remover-todos {
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    padding: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: red;
    font-size: 11px;
    font-weight: 600;
    margin-left: auto;
}

.lixeira {
    color: #ff8383;
    font-size: 11px;
}

.price-box {
    width: 100%;
    display: flex;
    gap: 0.5rem;
}

    .price-box .filter-input-price {
        width: 50%;
        height: 3rem;
        border: 0.0625rem solid var(--neutro-30);
        border-radius: 0.5rem;
        text-indent: 0.5rem;
        font-size: 1rem;
        color: var(--graphite);
        outline: none;
    }

.contador {
    width: 1.2rem;
    height: 1.3rem;
    border-radius: 0.2rem;
    font-weight: 600;
    font-size: small;
    background-color: var(--blue);
    color: var(--white);
    justify-content: center;
}

#contadorAcab {
    width: 1.6rem;
    height: 1.3rem;
    border-radius: 0.2rem;
    font-weight: 600;
    font-size: small;
    background-color: var(--blue);
    color: var(--white);
    justify-content: center;
}

.subtituloEContador {
    display: flex;
    flex-direction: row;
}

#subtituloEContadorCarac {
    gap: 7.1rem;
}

#subtituloEContadorArea {
    gap: 6.6rem;
}
.rooms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

    .rooms label {
        font-weight: var(--filter-font-weight);
        color: var(--graphite);
        font-size: 0.9rem;
    }

    .rooms input[type="checkbox"].room-count {
        display: none;
    }

    .rooms .content-rooms {
        display: flex;
        gap: 0.2rem;
    }

        .rooms .content-rooms label {
            width: 2rem;
            height: 2rem;
            border-radius: 0.5rem;
            background-color: var(--neutro-40);
            font-weight: 600;
            font-size: var(--font-default);
            color: var(--neutro-70);
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

.content-part-filter-advanced {
    display: none;
    flex-direction: column;
}

.area-options {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

    .area-options input[type="radio"] {
        border: 0.0625rem solid var(--neutro-50);
        width: 1rem;
        height: 1rem;
    }

    .area-options label {
        margin-left: 0.5rem;
        font-weight: var(--filter-font-weight);
        font-size: var(--filter-font-size);
        color: var(--neutro-70);
    }
    .area-options :nth-child(2) {
        margin-right: 4.5rem;
    }

:is(.property-characteristics, .infrastructure-entertainment) {
    border-bottom: 0.0625rem solid var(--ice-2);
    padding-bottom: 2rem;
}

    :is(.property-characteristics, .infrastructure-entertainment) label {
        color: var(--blue);
        font-weight: 600;
        font-size: 1rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment)
    .characteristics-title {
        margin-bottom: 2rem;
        display: flex;
        font-size: 1rem;
        justify-content: space-between;
        align-items: center;
    }

    :is(.property-characteristics, .infrastructure-entertainment)
    .arrow-chevron-down {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics {
        display: flex;
        flex-flow: row wrap;
        gap: 0.5rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment)
    .characteristics
    .tags {
        display: none;
    }

    :is(.property-characteristics, .infrastructure-entertainment)
    .characteristics
    .tag-description {
        width: fit-content; 
        height: 2rem;
        padding: 0 0.7rem;
        border-radius: 0.25rem;
        background-color: var(--neutro-40);
        color: var(--graphite);
        font-weight: var(--filter-font-weight);
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        :is(.property-characteristics, .infrastructure-entertainment)
        .characteristics
        .tag-description:hover {
            background-color: var(--white);
            color: var(--blue);
            border: 0.0625rem solid var(--blue);
        }

p {
    width: 100%;
    margin-bottom: 1.40625rem;
    font-weight: var(--filter-font-weight);
    font-size: 0.950rem;
    color: var(--graphite);
}

.pComodidades, .precoCondominio, .pCarac {
    display: none;
    width: 0;
}

.acabamentosDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
}

.acabamentos {
    color: var(--blue);
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.condo-price-title {
    margin-bottom: 0.5rem !important;
    font-weight: var(--filter-font-weight) !important;
    font-size: var(--filter-font-size) !important;
    color: var(--graphite) !important;
}

.bordaArea {
    border-bottom: 0.0625rem solid var(--ice-2);
    padding-bottom: 2rem;
}

:is(#FiltroAtrCarac, #FiltroAtrArea, #FiltroAtrAcab) {
    display: none;
}

.button-show-more {
    display: none;
    flex: 1;
    width: 90%;
    height: 4rem;
    border: none;
    border-radius: 0.6rem;
    background-color: var(--white);
    justify-content: center;
    font-size: large;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    border: 0.09rem solid var(--blue);
    color: var(--blue);
    padding: 0.75rem 1rem;
    font-weight: 600;
}


    .button-show-more:hover {
        background-color: var(--blue);
        color: var(--white);
    }

    .button-show-more:active {
        filter: brightness(0.7);
        background-color: var(--white);
        color: var(--blue);
    }

:is(.btn-limpar, .btn-filtrar) {
    height: 3rem;
    border: 1px solid var(--orange);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--white);
    font-weight: 600;
    font-size: var(--font-default-mobile);
}

    :is(.btn-limpar, .btn-filtrar):hover {
        filter: brightness(0.8);
    }

.btn-limpar {
    display: flex;
    flex-grow:0.3;
    color: var(--orange);
    height: 4rem;
    justify-content: center;
    align-items: center;
    font-size: large;
}

.btn-filtrar {
    display: flex;
    flex-grow:1;
    background-color: var(--orange);
    color: var(--white);
    height: 4rem;
    justify-content: center;
    align-items: center;
    font-size: large;
}

.selected {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

.selected-room {
    border: 0.0625rem solid var(--blue);
    background: var(--white) !important;
    color: var(--blue) !important;
}

.business-active {
    border: 1px solid;
    border-radius: 0.5rem;
    width: auto;
    height: 2.5rem;
    padding: 0.25rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
    color: var(--white) !important;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

#desconto, #exclusivos {
    transform: scale(1.25); 
    -webkit-transform: scale(1.25); 
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
}

:is(#divCaracLabel, #divInfraLabel, .acabamentosDiv):hover {
    cursor: pointer;
}

@keyframes rotateArrow180 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes rotateArrowReturn0 {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0);
    }
}

@media screen and (width < 800px) {

    ::placeholder {
        font-size: 14.5px;
    }

    .filter-type {
        width: 100%;
    }

    .contador {
        width: 1.8rem;
        height: 1.6rem;
    }

    #contadorAcab {
        width: 2.2rem;
        height: 1.6rem;
    }

    #subtituloEContadorCarac {
        gap: 10.3rem;
    }

    #subtituloEContadorArea {
        gap: 9.9rem;
    }

    .content-filter {
        display: none;
    }

    .headerPai {
        display: none;
    }

    .filters {
        z-index: 9998;
        height: 750px;
    }

    #fimFiltro {
        margin-bottom: 5rem;
        padding-bottom: 3rem;
    }

    .submitButtons {
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .content-btn-options {
        display: flex;
        flex: 1;
        flex-direction: column;
        background: var(--white);
        position: fixed;
        width: 100%;
        bottom: 0;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    .content-btn-options-desktop {
        display: none;
    }

    .content-btn-options-mobile {
        display: flex;
        z-index: 9999;
    }

    .filtroAberto {
        bottom: 8.2rem !important;
    }

    .b24-widget-button-inner-container {
        margin-right: 0.5rem;
        margin-bottom: 1.6rem;
    }

    .widget-acomodado {
        margin-bottom: -1.7rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 27px;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 24px !important;
        left: -320px !important;
        width: 312px !important;
    }

    .hidden {
        display: none !important;
    }

    .property-characteristics, .infrastructure-entertainment label {
        font-size: 1.20rem;
    }

    .acabamentos {
        font-size: 1.4rem;
    }

    .filter-box > label {
        font-size: 1.3rem;
    }

    .filter-header > label {
        font-size: 1.3rem;
    }

    .rooms label {
        font-size: 1.3rem;
        color: var(--graphite);
    }

    p {
        font-size: 1.4rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics .tag-description {
        font-size: 1.3rem;
        height: 2.5rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics-title {
        font-size: 1.4rem;
    }

    .rooms .content-rooms label {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }

    #desconto, #exclusivos {
        transform: scale(1.55);
        -webkit-transform: scale(1.55);
        -moz-transform: scale(1.55);
        -o-transform: scale(1.55);
        -ms-transform: scale(1.55);
    }

    svg {
        height: 30px;
        width: 30px;
    }

    .remover-todos {
        font-size: 15px;
    }
}

@media screen and (width <= 768px) {
    .filter-type {
        justify-content: space-evenly;
    }

    .filter-type .business {
        font-size: clamp(1.2rem, 1rem, 1.25rem);
    }

    #comprarLabel {
        padding: 0rem 6.2rem;
    }

    #alugarLabel {
        padding: 0rem 6.2rem;
    }

    #lancamentosLabel {
        padding: 0rem 5rem;
    }
}

@media screen and (width <= 450px) {

    .rooms label {
        font-size: 1.2rem;
    }

    #descontoLabel, #exclusivosLabel {
        font-size: 1.2rem;
    }

    #desconto, #exclusivos {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        -ms-transform: scale(1.25);
    }

    .filter-header > label {
        font-size: 1.2rem;
    }

    .filter-box > label {
        font-size: 1.2rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics-title {
        font-size: 1.2rem;
    }

    .acabamentos {
        font-size: 1.2rem;
    }

    svg {
        height: 25px;
        width: 25px;
    }

    p {
        font-size: 1.2rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics .tag-description {
        font-size: 1.1rem;
        height: 2rem;
    }

    .remover-todos {
        font-size: 13px;
    }

    #subtituloEContadorCarac {
        gap: 8.8rem;
    }

    #subtituloEContadorArea {
        gap: 8.4rem;
    }

    .contador {
        width: 1.4rem;
        height: 1.4rem;
        font-size: small;
    }

    #contadorAcab {
        width: 1.8rem;
        height: 1.4rem;
        font-size: small;
    }
}

@media screen and (width <= 430px) {

    #comprarLabel {
        padding: 0rem 2rem;
    }

    #alugarLabel {
        padding: 0rem 2.15rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.8rem;
    }

    .filtroAberto {
        bottom: 3.8rem !important;
        padding-bottom: 2rem;
        margin-bottom: -0.8rem;
    }

    #fimFiltro {
        padding-bottom: 4rem;
    }

    .b24-widget-button-inner-container {
        margin-right: 0.5rem;
        margin-bottom: 2.3rem;
    }

    .widget-acomodado {
        margin-bottom: -3.8rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 34px;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 32px !important;
        left: -320px !important;
        width: 312px !important;
    }

    .hidden {
        display: none !important;
    }
}

@media screen and (width <= 415px) {

    #comprarLabel {
        padding: 0rem 1.8rem;
    }

    #alugarLabel {
        padding: 0rem 2rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.6rem;
    }

    .filtroAberto {
        bottom: -0.2rem !important;
        padding-bottom: 8rem;
    }

    .b24-widget-button-inner-container {
        margin-right: 0.5rem;
        margin-bottom: 3.6rem;
    }

    .widget-acomodado {
        margin-bottom: -1.7rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 51px;
        margin-left: 0.9rem;
        width: 300px;
    }

    .b24-widget-button-popup-inner {
        display: flex;
        flex-flow: nowrap;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 51px !important;
        left: -323px !important;
        width: 303px !important;
    }

    .hidden {
        display: none !important;
    }

    .rooms .content-rooms label {
        width: 3rem;
        height: 3rem;
    }
}

@media screen and (width <= 390px) {

    #comprarLabel {
        padding: 0rem 1.75rem;
    }

    #alugarLabel {
        padding: 0rem 1.75rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.5rem;
    }

    .filtroAberto {
        bottom: -0.2rem !important;
        padding-bottom: 6rem;
    }

    .b24-widget-button-inner-container {
        margin-right: 0.5rem;
        margin-bottom: 3.8rem;
    }

    .widget-acomodado {
        margin-bottom: -3.1rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 54px;
        margin-left: 2.6rem;
        width: 276px;
    }

    .b24-widget-button-popup-inner {
        display: flex;
        flex-flow: nowrap;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 52px !important;
        left: -323px !important;
        width: 278px !important;
    }

    .hidden {
        display: none !important;
    }
}

@media screen and (width <= 375px) {

    .pesquisar h3 {
        font-size: 1.5rem;
    }

    #comprarLabel {
        padding: 0rem 1.5rem;
    }

    #alugarLabel {
        padding: 0rem 1.5rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.325rem;
    }

    .rooms label {
        font-size: 1.1rem;
    }

    #descontoLabel, #exclusivosLabel {
        font-size: 1.1rem;
    }

    #desconto, #exclusivos {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
    }

    .filter-header > label {
        font-size: 1.1rem;
    }

    .filter-box > label {
        font-size: 1.1rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics-title {
        font-size: 1.1rem;
    }

    .acabamentos {
        font-size: 1.1rem;
    }

    svg {
        height: 20px;
        width: 20px;
    }

    p {
        font-size: 1.1rem;
    }

    :is(.property-characteristics, .infrastructure-entertainment) .characteristics .tag-description {
        font-size: 1rem;
        height: 1.8rem;
    }

    .remover-todos {
        font-size: 10px;
    }

    #subtituloEContadorCarac {
        gap: 8rem;
    }

    #subtituloEContadorArea {
        gap: 7.6rem;
    }

    .contador {
        width: 1.2rem;
        height: 1.3rem;
        font-size: small;
    }

    #contadorAcab {
        width: 1.4rem;
        height: 1.3rem;
        font-size: small;
    }

    .rooms .content-rooms label {
        width: 2.6rem;
        height: 2.6rem;
    }

    #fimFiltro {
        padding-bottom: 5rem;
    }

    .b24-widget-button-inner-container {
        margin-right: 0.5rem;
        margin-bottom: 5rem;
    }

    .filtroAberto {
        bottom: -1.2rem !important;
        padding-bottom: 8rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 71px;
        margin-left: 3.9rem;
        width: 258px;
    }

    .widget-acomodado {
        margin-bottom: -0.7rem;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 71px !important;
        left: -320px !important;
        width: 258px !important;
    }

    .hidden {
        display: none !important;
    }
}

@media screen and (width <= 360px) {

    .filter-type .business {
        font-size: clamp(1.1rem, 1rem, 1.25rem);
    }

    #comprarLabel {
        padding: 0rem 1.4rem;
    }

    #alugarLabel {
        padding: 0rem 1.5rem;
    }

    #lancamentosLabel {
        padding: 0rem 0.2rem;
    }

    #fimFiltro {
        padding-bottom: 8rem;
    }

    .filtroAberto {
        bottom: -7.2rem !important;
        padding-bottom: 14rem;
    }

    .b24-widget-button-inner-container {
        margin-bottom: 5.7rem;
        margin-right: -1rem;
    }

    .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        bottom: 81px;
        margin-left: 4.5rem;
        width: 249px;
    }

    .widget-acomodado {
        margin-bottom: 0rem;
    }

    .chrome {
        display: flex !important;
        flex-flow: nowrap !important;
        bottom: 81px !important;
        left: -324px !important;
        width: 253px !important;
    }

    .hidden {
        display: none !important;
    }

}

@media screen and (width <= 344px) {
    .widget-acomodado {
        margin-bottom: -2.7rem;
    }
}

@media screen and (width >= 800px) {

    .filters {
        min-width: 330.65px;
        padding: 0.75rem;
        overflow: hidden;
    }

    .rooms .content-rooms label:hover {
        background-color: var(--blue);
        color: var(--white);
    } 

    .submitButtons {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        padding: 1rem;
        width: 95%;
    }

    .btn-filtrar {
        flex-grow: 30;
        height: 3rem;
    }

    .btn-limpar {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        align-items: center;
        height: 3rem;
    }

    .button-show-more {
        display: flex;
        height: 2.5rem;
    }

    .showMoreButtonDiv {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 94%;
    }

    #rowFiltroOrdenar {
        display: flex;
        justify-content: flex-end;
        padding-right: 12px;
    }

    .content-filter {
        display: flex;
        max-width: 365px;
        min-width: 365px;
        flex-direction: column;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        border-right: 0.0625rem solid var(--ice);
    }

    #headerFilterMobile {
        display: none;
    }

    .pesquisar span {
        display: none;
    }

    .content-btn-options-desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
        background: var(--white);
        height: auto;
    }

    .content-btn-options-mobile {
        display: none;
    }

    #CaracteristicasImovel {
        display: none;
    }

    .tituloOpcoesAvancadas {
        font-weight: var(--filter-font-weight);
        font-size: var(--filter-font-size);
    }

}

@media screen and (width >= 900px) {

    #rowFiltroOrdenar {
        display: flex;
        justify-content: flex-end;
        padding-right: 57px;
    }
}

@media screen and (width >= 1600px) {
    .rooms .content-rooms label {
        width: 2.625rem;
        height: 2.625rem;
    }
}