*{

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	font-family: "Open Sans";

}



/**Boot CSS**/


input[type=text],

input[type=button],

input[type=submit],

input[type=password],

textarea{

	-webkit-appearance: none;

	border-radius: 0;

}



html,body{

	height: 100%;

}



input{

	border:0;

}



.container{

	max-width: 1280px;

	padding:0 2%;

	margin:0 auto;

}



.clear{clear: both;}



/*Estilo do portal



header{

	background-color: #4286f4;

	padding:8px 0;

}



.logo{

	float: left;

	color: white;

	font-size: 23px;

}



nav.desktop{

	float: right;

}



nav.desktop ul{

	position: relative;

	top: 4px;

	list-style-type: none;

}



nav.desktop li{

	font-size: 16px;

	display: inline-block;

	padding:0 15px;

}



nav.desktop a{

	color: white;

	text-decoration: none;

}



nav.desktop a:hover{text-decoration: underline;}



section.search1{

	background: #286ad6;

	color: white;

	padding:30px 0;

	text-align: center;

}



section.search1 h2{



	font-size: 30px;

	font-weight: normal;

}



section.search1 input[type=text]{

	width: 100%;

	height: 40px;

	border:1px solid #ccc;

	padding-left: 8px;

	margin-top: 15px;

	font-size: 17px;

}



section.search2{

	color: white;

	padding:30px 0;

	border-top: 2px solid white;

	background: #286ad6;

}



.form-group{

	float: left;

	width: 50%;

	padding:0 10px;

	margin-bottom: 10px;

}



.form-group label{

	display: block;

}



.form-group input[type=text],

.form-group input[type=number]{

	width: 100%;

	padding-left: 10px;

	height: 40px;

	border:1px solid #ccc;

}



section.lista-imoveis{

	padding:30px 0;

}





section.lista-imoveis .row-imoveis{

	display: flex;

	background: rgb(225,225,225);

	border-radius: 20px;

	margin-bottom: 30px;

}



.r1{width: 30%;}

.r1 img{max-width: 100%;display: block;}

.r2{width: 70%;}



.r2{

	padding:20px;

	color: #646464;

	font-size: 15px;

}



.r2 p{

	border-bottom: 1px solid #646464;

	padding:8px 0;

}



.title-busca{

	padding:0px 0;

	border-bottom: 2px solid #ccc;

	font-size: 22px;

	font-weight: normal;

	color: #646464;

	margin-bottom: 20px;

}



@media screen and (max-width: 768px){

	.form-group{width: 100%;}

}