.search-form{
    padding: 1rem 10px;
    border: 1px solid var(--areiaClara);
    display: none;
}

.search-dropdown-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-dropdown-button button{
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid var(--verdeEscuro);
    color: var(--verdeEscuro);
    text-align: center;
    margin: 1rem;
    width: calc(100vw - 4rem);
    font-size: 13px;
    font-weight: 600;
    height: 36px;
}

.search-body{
    width: 100%
}

.search-form_input, .search-form_select{
    margin-bottom: 1rem;
}


.search-form input:focus{
    outline: none;
}

.search-form_input label, .search-form_select label, .search-form_double-input label, .search-form_checkbox span, .search-form_caracteristicas span{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--cinzaEscuro);
    margin-bottom: .5rem;
}

.search-form_input input{
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    color: var(--cinzaClaro);
    background-color: transparent;
    font-size: 12px;
    height: 44px;
    border: 1px var(--cinzaClaro) solid;
}

.search-form_select button{
    border: 1px var(--cinzaClaro) solid;
    background-color: transparent;
    color: var(--cinzaClaro);
    width: 100%;
    height: 44px;
    padding: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.search-form_select img{
    width: 20px;
}

.search-form_select__div{
    margin-top: 1rem;
    position: relative;
    width: 100%;
    z-index: 2;
    display: block;
    background-color: var(--branco);
    border-radius: 8px;
    padding: 1rem;
    color: var(--cinzaEscuro);
    border: 1px var(--cinzaClaro) solid;
    justify-content: space-between;
}

.search-form_select__div label{
    font-size: 12px;
}

.search-form_select__div>div{
    width: 100%;
}

.search-form_select__div>div:last-child{
    margin-top: 2rem;
}

.search-form_select__div>div div{
    margin-left: 1rem;
    margin-top: .8rem;
}

.search-form_select__div>div input{
    padding-left: 1rem;
}

.search-form_double-input{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.search-form_double-input_item{
    width: 45%;
}

.search-form_double-input>div:nth-child(2){
    width: 10%;
    border-top: 1px var(--cinzaEscuro) solid;
    height: 50%;
    margin: 3.5rem 5px 0;
}

.search-form_double-input input{
    height: 44px;
    padding: 12px;
    border: 1px var(--cinzaClaro) solid;
    font-size: 12px;
    background-color: transparent;
    width: 100%;
    text-align: right;
}

.search-form_select>div{
    display: none;
}

.search-form_checkbox{

}

.search-form_checkbox>div{
    display: flex;
    margin: 1rem 0;
}

.search-form_checkbox>div div{
    margin-right:
        1.5rem;
}

.search-form_checkbox input{
    display: none;
}

.search-form_checkbox label{
    height: 32px;
    width: 32px;
    border-radius: 32px;
    border: 1px var(--cinzaEscuro) solid;
    color: var(--cinzaEscuro);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form_checkbox label:hover{
    cursor: pointer;
}
.search-form_caracteristicas{
    margin: 1rem 0;
}

.search-form_caracteristicas>div{
    margin: 1rem 0;
    padding-left: 1rem;
    display: flex;
    align-items: center;
}

.search-form_caracteristicas label{
    font-size: 13px;
    color: var(--cinzaEscuro);
    margin-left: 1rem;
}

.search-form_selected-itens{
    display: flex;
    flex-wrap: wrap;
}

.search-form_selected-itens span{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: min-content;
    background-color: transparent;
    color: var(--cinzaEscuro);
    flex-shrink: 0;
    margin: 0 16px 8px 0;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    padding: 3px 4px 3px 10px;
}

.search-form_selected-itens span button{
    background-color: transparent;
    padding-left: 8px;
    margin-top: -1px;
    border: none;
    color: var(--cinzaEscuro);
}

.search-form_selected-itens span button:focus{
    outline: none;
}

.search-breadcrumbs{
    display: flex;
    padding: 2rem 2rem 0;
}

.search-breadcrumbs span, .search-breadcrumbs a{
    color: var(--cinzaEscuro);
    padding: 0 5px;
    font-size: 13px;
}

.search-body_header{
    border-bottom: solid 1px #dedada;
    width: 100%;
}

.search-body_header ul{
    display: flex;
}

.search-body_header li{
    padding: .7rem 1rem .7rem 0;
}

.search-body_header li:hover{
    background-color: rgba(51,64,10,0.1);
}

.search-body_header a{
    padding: 0 1rem;
    font-weight: 700;
    color: var(--verdeEscuro);
}

.search-body_title{
    padding: 1rem 0 1rem 1rem;
}

.search-body_title h1{
    font-size: 20px;
    font-weight: 400;
}

.search-body_imoveis a{
    margin: 1rem 0;
}

.search-body_imovel{
    margin: 1rem;
    display: block;
    border: 1px solid #dedada;
}

.search-body_imovel>div:nth-child(1){
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
}

.search-body_imovel>div:nth-child(2){
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
}

.search-body_imovel__caracteristicas ul{
    display: flex;
}

.search-body_imovel__caracteristicas li{
    font-size: 1rem;
    padding: 0 1.5rem 0 0;
    font-weight: 600;
}

.search-body_imovel__caracteristicas img{
    width: 18px;
    margin-right: .5rem;
}

.search-body_imovel__titulo{
    display: flex;
    flex-direction: column;
}

.search-body_imovel__titulo span:nth-child(1){
    font-size: 15px;
    color: rgba(0,0,0,.54);
}

.search-body_imovel__titulo span:nth-child(2){
    color: rgba(0,0,0,.87);
    font-size: 18px;
    font-weight: 400;
}

.search-body_imovel__endereco p{
    color: var(--cinzaEscuro);
    font-size: 14px;
}

.search-body_imovel__valores div:nth-child(1) span{
    font-size: 16px;
    font-weight: 600;
}

.search-body_imovel__valores div:nth-child(2) span{
    padding-right: 1rem;
    font-size: 13px;
    font-weight: 500;
}

.scroll-up-button{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    height: 60px;
    width: 60px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px -1px rgba(50,50,93,0.25), 0 1px 35px -1px rgba(0, 0, 0, 0.03);
    background: rgba(245,245,246,.8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 5;
    cursor: pointer;
    transition: opacity .2s;
    text-align: center;
    display: none;
}

.scroll-up-button h4{
    line-height: 1rem;
    font-size: 18px;
    font-weight: 500;
}

.scroll-up-button i{
    font-size: 1rem
}

@media screen and (max-width: 400px){
    .search-body_header a{
        font-size: 13px;
        font-weight: 700;
    }
}

@media screen and (min-width: 720px){
    .search-body_imovel{
        display: flex;
        height: 240px;
    }

    .search-body_imovel>div{
        height: 100%;
    }

    .search-body_imovel>div:nth-child(1){
        height: 100%;
        width: 30%;
        max-width: 360px;
    }

    .search-body_imovel>div:nth-child(2){
        width: 70%;
    }
}

@media screen and (min-width: 1024px){
    .search{
        display: flex;
        flex-direction: row;
        padding: 2rem;
    }

    .search-form{
        width: 280px;
        border-radius: 8px;
        min-height: 900px;
        display: block;
    }

    .search-dropdown-button button{
        display: none;
    }

    .search-form_select__div{
        display: flex;
        width: 520px;
        font-size: 14px;
    }

    .search-form_select__div label{
        font-size: 14px;
    }

    .search-form_select__div>div{
        width: 50%;
    }

    .search-form_select__div>div:last-child{
        margin-top: 0;
    }

    .search-body{
        margin-left: 1.5rem;
        width: calc(100% - 280px)
    }

    .search-body_imovel{
        margin: 0;
    }

}
