::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}
::-ms-input-placeholder {color: #000;}

#area_busca { /*busca da página inicial*/
	clear: both;
	width: 95%;
	padding: 25px 2.5%;
	background: #F1F1F1;
}
#area_busca a {color: #000;}

.title_busca { 
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-size: 16px;
	color: #999;
	font-weight: bold;
	text-align: center;
}

.box_area_busca {	
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

.select { /* fundo select */	
	float: left;
	clear: both;
	width: 100%;
}

.campo_select_index {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF url(select1.svg) no-repeat right center;
	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;	
	/*z-index: 999;*/
}
.grafite {background: #000;	color: #000;}

.filtro { /* fundo filtros de busca */	
	float: left;
	clear: both;
	width: 100%;
}

.campo_filtro_index {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF url(select1.svg) no-repeat right center;
	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;  
}

#modalBairroI { /* campo bairro */
	float: left;
	clear: both;	
	width: 95%;
	height: auto;
	padding-left: 5%;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF url(select1.svg) no-repeat right center;
	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_bairro_index { /* campo oculto da lista de bairros */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

.box_campo_bairro_index { 
	clear: both;
	width: 90%;
	height: 85%;
	padding: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	background: #FFF;
	color: #999;	
}

.bairro_topo {
	clear: both;
	width: 100%	
}

.bairro_left {
	float: left;
	clear: none;
	width: 50%;
	text-align: left;
}

.bairro_right {
	float: right;
	clear: right;
	width: auto;
	text-align: right;
}

.area_lista_bairro { 
	clear: both;
	width: 100%;
	height: 85%;
	margin-bottom: 15%;
	overflow: auto;
}

.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	float: left;
	clear: both;
	width: 100%;
}

#modalinte { /* campo tipo */
	float: left;
	clear: both;	
	width: 95%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF url(select1.svg) no-repeat right center;
	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_tipo_index  { /* campo oculto da lista de tipos */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

#modaldorm { /* campo dormitórios */
	float: left;
	clear: both;	
	width: 95%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5%;
	margin-bottom: 8px;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF url(select1.svg) no-repeat right center;
	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_index { /* campo oculto numero de dorms */
	display: block;
	position: fixed;
	width: 90%;	
	height: 100%;
	left: 0;
	top: 0;	
	bottom: 0;
	padding: 5%;
	background: rgba(85,85,85,0.80);
	text-align: left;
	font-size: 15px;
	z-index: 999999999;
}

.campo_codigo_index { 
	float: left;
	clear: both;
	width: 95%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 5%;
	font-family: 'CenturyGothic';
	color: #000;
	border: 0;
	border-radius: 10px;
	background: #FFF;
}

.bt_busca_index {
	float: left;	
	clear: both;
	width: 40%;
	height: 45px;
	margin-top: 5px;
	margin-left: 30%;
	text-align: center;		
	font-family: 'CenturyGothic';
	color: #FFF;
	font-weight: bold;
	background: #8E600F;
	transition: background .5s ease;
	border: 0;
	border-radius: 10px;
}
.bt_busca_index:hover {background: #000;}

.bt_whatsapp {
	position: absolute;
	float: right;
	clear: both;
	width: 180px;
	height: auto;
	top: 580px;
	text-align: right;
	right: 0;
	z-index: 9;
}
.bt_whatsapp img {width: 180px;}


@media only screen and (min-width: 585px) {		
.box_campo_bairro_index {height: auto;}		
.area_lista_bairro {height: auto; margin-bottom: 0;}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	clear: none;
	width: 50%;
}
}

@media only screen and (min-width: 768px) {	
.select { /* fundo select */	
	clear: none;
	width: 17%;
}		
.campo_select_index {height: 45px; margin-bottom: 0;}	
	
.filtro { /* fundo filtros de busca */	
	clear: none;
	width: 83%;
}
	
.campo_filtro_index {
	clear: none;
	width: 18.5%; 
	height: 45px;
	margin-left: 1%;
	padding-left: 1%;
	margin-bottom: 0;
}	
	
#modalBairroI { /* campo bairro */
	clear: none;
	width: 18.5%; 
	margin-left: 1%;
	padding-left: 1%;
	margin-bottom: 0;
}
	
#modalinte{ /* campo tipo */	
	clear: none;
	width: 18.5%;
	margin-left: 1%;
	padding-left: 1%;
	margin-bottom: 0;
}
	
#modaldorm { /* campo dormitórios */
	clear: none;
	width: 18.5%; 
	margin-left: 1%;
	padding-left: 1%;
	margin-bottom: 0;
}

.bt_busca_index {
	clear: none;
	width: 18%;
	height: 45px;
	margin-top: 0;
	margin-left: 1%;
}
	
.box_campo_bairro_index { 
	width: 80%;
	padding: 5%;	
	margin: 5%;
}
.bt_whatsapp {top: 250px;}
}

@media only screen and (min-width: 960px) {	
.title_busca { 
	clear: none;
	width: 20%;	
	text-align: left;
	margin-top: 12px;
} 
.box_area_busca {	
	clear: none;
	width: 80%;
	margin: 0;
}
	
.box_campo_bairro_index { 
	width: 90%;
	height: auto;
	padding: 5%;
	margin-top: 5%;
}	
.checkbox_bairros {width: 33%;} 
.bt_whatsapp {top: 215px;}
}

@media only screen and (min-width: 1280px) {	
#area_busca { /*busca da página inicial*/
	width: 90%;
	padding: 25px 5% 10px 5%;
}
.title_busca {width: 17%;} 
.box_area_busca {width: 65%;}
	
	
.box_campo_bairro_index { 
	width: 65%;
	padding: 2.5%;	
	margin: 5% 15% 5% 15%;
}		
.bt_whatsapp {position: relative; top: 0; margin: 0; margin-top: -60px;}	
}


@media only screen and (min-width: 1600px) {		
.checkbox_bairros {width: 25%;}	
}

@media only screen and (min-width: 1800px) {	
#area_busca { /*busca da página inicial*/
	width: 80%;
	padding: 25px 10% 10px 10%;
}	
}