/* FILTRO DOS IMÓVEIS */

.properties-filter
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;

}

.template-properties--filter .properties-filter-001
{
    position: relative;
    width: 100%;
    height: auto;

}



@media(max-width: 1200px)
{
    .template-properties--filter .properties-filter-001-none
    {
        display: none !important;
    }
}

.properties-filter-001--btn-open-filter
{
    position: relative;
    width: 100%;
    height: var(--button-height--sm);
    font-size: var(--button-font-size--sm);
    line-height: var(--button-line-height--sm);
    gap: var(--button-gap--sm);
    font-weight: var(--button-font-weight);
    padding: var(--button-padding);
    border-radius: var(--button-radius);
    background-color: var(--primary-regular);
    color: var(--primary-contrast);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    word-wrap: anywhere;
    text-decoration: none;
    white-space: nowrap;
}

@media(min-width: 768px)
{
    .properties-filter-001--btn-open-filter
    {
        height: var(--button-height--md);
        font-size: var(--button-font-size--md);
        line-height: var(--button-line-height--md);
        gap: var(--button-gap--md);
    }
}

@media(min-width: 992px)
{
    .properties-filter-001--btn-open-filter
    {
        height: var(--button-height--lg);
        font-size: var(--button-font-size--lg);
        line-height: var(--button-line-height--lg);
        gap: var(--button-gap--lg);
    }
}

@media(min-width: 1200px)
{
    .properties-filter-001--btn-open-filter
    {
        display: none;
        height: var(--button-height--xl);
        font-size: var(--button-font-size--xl);
        line-height: var(--button-line-height--xl);
        gap: var(--button-gap--xl);
    }
}

.template-properties--filter .properties-filter-001--box
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-color: #FFFFFF;
    padding: 20px;
    z-index:1000;
    display: block;
}

@media(min-width: 768px)
{
    .template-properties--filter .properties-filter-001--box
    {
        padding: 30px;
    }
}@media(min-width: 1024px)
{
    .template-properties--filter .properties-filter-001--box
    {
        padding: 35px;
    }
}
@media(min-width: 1200px)
{
    .template-properties--filter .properties-filter-001--box
    {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 40px;
    }
}
@media(min-width: 1400px)
{
    .template-properties--filter .properties-filter-001--box
    {
        padding: 50px;
    }
}

.properties-filter-001--box-close
{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.properties-filter-001--box-close svg
{
    width: 25px;
    height: auto;
}

.properties-filter-001--box-close svg path
{
    fill: var(--primary-regular);
}

@media(min-width: 1200px)
{
    .properties-filter-001--box-close
    {
        display: none;
    }
}


.template-properties--filter .properties-filter-001-input::placeholder
{
    color: var(--default-regular);
}


.template-properties--filter .properties-filter-001-input
{
    width: 100%;
    height: var(--form-input-height--sm);
    font-size: var(--typography-label-middle-font-size--sm);
    line-height: var(--typography-label-middle-line-height--sm);
    padding: var(--form-input-padding);
    border: var(--form-input-border);
    background-color: var(--form-input-background);
    color: var(--default-regular);
    font-weight: var(--form-input-font-weight);
    border-radius: var(--form-input-border-radius);
    box-sizing: border-box;


}

@media(min-width: 768px)
{
    .template-properties--filter .properties-filter-001-input
    {
        height: var(--form-input-height--md);
        font-size: var(--typography-label-middle-font-size--md);
        line-height: var(--typography-label-middle-line-height--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--filter .properties-filter-001-input
    {
        height: var(--form-input-height--lg);
        font-size: var(--typography-label-middle-font-size--lg);
        line-height: var(--typography-label-middle-line-height--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--filter .properties-filter-001-input
    {
        height: var(--form-input-height--xl);
        font-size: var(--typography-label-middle-font-size--xl);
        line-height: var(--typography-label-middle-line-height--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--filter .properties-filter-001-input
    {
        height: var(--form-input-height--xxl);
        font-size: var(--typography-label-middle-font-size--xxl);
        line-height: var(--typography-label-middle-line-height--xxl);
    }
}

.template-properties--filter .properties-filter-001-input:focus
{
    outline: var(--form-input-outline);
}

.template-properties--filter .form-001--button
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: var(--button-height--sm);
    font-size: var(--typography-label-middle-font-size--sm);
    line-height: var(--typography-label-middle-line-height--sm);
    font-weight: var(--button-font-weight);
    border-radius: var(--button-radius);
    padding: var(--button-padding);
    border:0;
    cursor: pointer;
    text-transform: uppercase;

}

@media(min-width: 768px)
{
    .template-properties--filter .form-001--button
    {
        height: var(--button-height--md);
        font-size: var(--typography-label-middle-font-size--md);
        line-height: var(--typography-label-middle-line-height--md);
    }
}

@media(min-width: 992px)
{
    .template-properties--filter .form-001--button
    {
        height: var(--button-height--lg);
        font-size: var(--typography-label-middle-font-size--lg);
        line-height: var(--typography-label-middle-line-height--lg);
    }
}

@media(min-width: 1200px)
{
    .template-properties--filter .form-001--button
    {
        height: var(--button-height--xl);
        font-size: var(--typography-label-middle-font-size--xl);
        line-height: var(--typography-label-middle-line-height--xl);
    }
}

@media(min-width: 1400px)
{
    .template-properties--filter .form-001--button
    {
        height: var(--button-height--xxl);
        font-size: var(--typography-label-middle-font-size--xxl);
        line-height: var(--typography-label-middle-line-height--xxl);
    }
}


.template-properties--filter .form-001--button-send
{

    background-color: var(--primary-regular);
    color: var(--primary-contrast);
}

.template-properties--filter .form-001--button-clear
{

    background-color: var(--secondary-regular);
    color: var(--secondary-contrast);
}
