.area_busca_imoveis {/* toda a área de busca página principal */
	clear: both;
	width: 90%;
	margin: 30px 5%;	
}

.busca_imoveis {/* toda a área de busca página principal */
	float: left;
	clear: both;
	width: 95%;
	padding: 20px 2.5%;
	background: rgba(0,51,102,0.50);
}

.box_select { /* area botoes select */
	float: left;
	clear: both;
	width: 95%;
	margin-left: 2.5%;
}

.campo_select_index {
	float: left;
	clear: both;
	width: 95%;
	height: 44px;
	padding-left: 3%;
	margin-left: 2.5%;	
	background: url(select1.svg) no-repeat right;
	font-family: 'CenturyGothic';
	color: #FFF;
	border: 1px solid #FFF;
	border-bottom: 0;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;	
}

.box_filtro { /* area filtro de busca */
	float: left;
	clear: both;
	width: 95%;
	margin-left: 2.5%;
}

.campo_tipo { 
	float: left;
	clear: both;
	width: 95%;
	height: 45px;
	padding-left: 3%;
	margin-left: 2.5%;	
	background: url(select1.svg) no-repeat right;
	font-family: 'CenturyGothic';
	color: #FFF;	
	border: 1px solid #FFF;
	border-bottom: 0;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;		
}

.campo_dorm { 
	float: left;
	clear: both;
	width: 95%;
	height: 45px;
	padding-left: 3%;
	margin-left: 2.5%;	
	background: url(select1.svg) no-repeat right;
	font-family: 'CenturyGothic';
	color: #FFF;	
	border: 1px solid #FFF;
	border-bottom: 0;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;		
}

.campo_valor { 
	float: left;
	clear: both;
	width: 95%;
	height: 45px;
	padding-left: 3%;
	margin-left: 2.5%;	
	background: url(select1.svg) no-repeat right;
	font-family: 'CenturyGothic';
	color: #FFF;	
	border: 1px solid #FFF;
	border-bottom: 0;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;		
}
.opcao {background: #FFF; color: #000;}

.bt_busca {	
	float: left;
	clear: both;
	width: 95%;
	height: 45px;
	margin-left: 2.5%;
	background: #CC0000;
	font-family: 'CenturyGothic';
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	transition: background .5s ease;	
	border: 1px solid #FFF;	
}
.bt_busca:hover {background: #7F99B2; color: #FFF;
}

@media only screen and (min-width: 585px) {
.box_select { /* area botoes select */
	clear: none;
	width: 25%;
	margin-left: 0;
	border: 1px solid #FFF;
	border-right: 0;
}
.campo_select_index {width: 100%; padding-left: 2%;	margin: 0; border-right: 0;}
	
.box_filtro { /* area filtro de busca */
	clear: none;
	width: 74%;
	margin-left: 0;
}
	
.campo_tipo { 
	clear: none;
	width: 33.3%;
	padding-left: 2%;
	margin-left: 0;	
	border: 1px solid #FFF;
	border-right: 0;
}

.campo_dorm { 
	clear: none;
	width: 33.3%;
	padding-left: 2%;
	margin-left: 0;	
	border: 1px solid #FFF;
	border-right: 0;
}

.campo_valor { 
	clear: none;
	width: 33.3%;
	padding-left: 2%;
	margin-left: 0;	
	border: 1px solid #FFF;
}
	
.bt_busca {	
	width: 50%;
	margin-left: 7.5%;
	margin-top: 10px;
}
}

@media only screen and (min-width: 960px) {	
.box_select {width: 20%;}  /* area botoes select */	
.box_filtro {width: 79%;}  /* area filtro de busca */	
.campo_tipo {width: 25%;}
.campo_dorm {width: 25%;}
.campo_valor {width: 25%;}
.bt_busca {clear: none; width: 25%;	margin: 0;}
}	

@media only screen and (min-width: 1024px) {	
.busca_imoveis {width: 80%; padding: 20px 2%; margin-left: 10%;}
}

@media only screen and (min-width: 1280px) {	
.busca_imoveis {width: 70%;	margin-left: 15%;}
}

@media only screen and (min-width: 1440px) {	
.busca_imoveis {width: 60%;	margin-left: 20%;}
}
