.newhouse_form{
    margin-bottom: 4rem;
}

.newhouse-form-search{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.newhouse_filter{
    position: relative;
    width: 30%;
    order: 1;
    padding-bottom: 0;
}
.newhouse-apartment-type--column{
    display: flex;
    width: 35%;
    order: 2;
}
.newhouse-apartment-type{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.newhouse-apartment-type--column--1{
	width: 35%;
	flex-direction: column;
	order: 3;
	padding-left: 0rem;
}

.newhouse_location{
	padding: 10px 40px 10px 60px;
	display: block;
	max-width: 100%;

}
#newhouse_list{
	max-width: 100%;
}

.newhouse_search_location{
	display: flex; 
	flex-wrap: wrap;
	gap: 5px;
	padding: 5px;
	width: 100%;
}
.input_label{
	font-weight: bold;
	margin-bottom: 10px;
}
.newhouse-input{
    width: 50%;
    flex: 1;
   padding-left: .5rem;
}
.newhouse-input:focus{
    outline: none;
}

#newhouse_location_list {
    position: absolute;
    margin: 0px;
    padding: 0;
    z-index: 100;
    width: 100%;
}

#newhouse_location_list li{
    position: relative;
    padding: .5rem 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #fff;
}

#newhouse_list{
	list-style-type: none;
    text-align: left;
    font-weight: 400;
    background: #fff;
    box-shadow: -1px 1px 3px #0000001a;
    position: absolute;
    z-index: 10000;
    box-sizing: border-box;
    width: 100%;
}


.selected_location {
    background: rgb(218, 201, 178);
    color: black;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 10px;
	 cursor: pointer;
}
.selected_location::after{
    content: "\00d7";
    color: inherit;
    padding-left: 10px;
    font-size: 20px;
}
.newhouse-apartment-type-checkboxes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.newhouse-checkbox{
    position: relative;
	margin-bottom:5px;
	min-width: 70px;
}
.newhouse-label-checkbox{
	position: absolute;
	margin-left: 30px;
}
.newhouse-input-checkbox{
	width: 20px;
	height: 20px;
}

.newhouse-input-price{
	width: 100%;
}
.newhouse-apartment-type--price{
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 1rem;

}
.newhouse-apartment-type--price div:first-child{
	padding-left: 0px;
}
.newhouse-location-search{
	position: relative;
}
.newhouse-divider{
    max-width: 100%;
    border-bottom: solid 2px rgba(191, 166, 136, 1);
    margin: 45px 0px;
}
.newhouse-search-controles{
	display: flex;
	justify-content: end;
}

.newhouse-btn-clear{
	margin-right: 10px;
}
.el{
	background: black;
	padding: 5px;
}
.newhouse-cards-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.newhouse-card{
	width: 30%;
/* display: block; */
	text-decoration: none;
}
.newhouse-card-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.newhouse-image-container{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60%;
    margin-bottom: 30px;
    border-radius: 30px;
    background: #eaeaea;
}
#newhouse-apartmentType{
    display: none;
}

@media (max-width: 1024px) {
    .newhouse-card {
    width: 48%;
}

.newhouse_filter{
    width: 50%;
    order: 1;
}
.newhouse-apartment-type--column--1{
    width: 50%;
    order: 2;
    }
.newhouse-apartment-type--column{
    width: 100%;
    order: 3;
    }
}
@media (max-width: 768px){
    .newhouse-card {
        width: 100%;
    }
 
}
@media (max-width: 600px){
    .newhouse_filter{
        width: 100%;
        order: 1;
    }
    .newhouse-apartment-type--column--1{
        width: 100%;
        order: 2;
        }
    .newhouse-apartment-type--column{
        width: 100%;
        order: 3;
        }
	.newhouse_location{
            width: 100%;
        }
 
}

