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

.icon_busca {
	clear: both;
	width: 100%;
	height: 35px;
	background: url("../imagens/icons/busca-mobile.webp") no-repeat center;
	background-size: 35px;
	cursor: pointer;	
}
#busca_select {display: none;}

.area_filtro { /* fundo dos campos do filtro de busca index  */
	position: absolute;
	float: left;
	clear: both; 
	width: 85%;
	padding: 15px 7.5% 25px 7.5%;	
	background: rgba(62,72,88,1.00);
	left: 0;
	top: 144px;
	z-index: 999;
}
.area_filtro a {color: #FFF;}

.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	float: left;
	clear: none;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	font-family: 'CenturyGothic';
	color: #FFF;
	background: url(select2.webp) no-repeat right;
	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;	
	border: 0;
	border-bottom: solid 1px #FFF;
}

.opcao {
	background: #3E4858;
	color: #FFF;
}

#modalBairroI { /* campo bairros */
	float: left;
	clear: none;	
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin-top: 10px;
	font-family: 'CenturyGothic';
	background: url(select2.webp) no-repeat right;
	color: #FFF;	
	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;
	text-decoration: none;
	text-align: left;
	border: 0;
	border-bottom: solid 1px #FFF;
}

.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: #525269;	
}

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

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

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

.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%;
}

.campo_codigo { /* campo código */
	float: left;
	clear: none;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	font-family: 'CenturyGothic';	
	color: #FFF;
	border: 0;
	border-bottom: solid 1px #FFF;
	background: transparent;	
}

.bt_busca {	
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	margin-top: 25px;
	border-radius: 18px;
	border: solid 1px #FFF;
	font-family: 'CenturyGothic';	
	color: #FFF;
	text-transform: uppercase;
	transition: background .5s ease;
	background: #BD9B4C;
	text-align: center;
}
.bt_busca:hover {background: #000;}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.box_campo_bairro_index { 
	height: 260px;
	margin-top: 2.5%;
	margin-bottom: 0; 
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	clear: none;
	width: 50%;
}
	
.bt_busca {	
	width: 50%;
	margin-left: 25%;
}
}

@media only screen and (min-width: 585px) {	
	
.box_campo_bairro_index { 
	width: 90%;
	height: auto;
	padding: 5%;
	margin-top: 5%;
}	
	
.area_lista_bairro { 
	height: auto;
	margin-bottom: 0;
}
		
.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	clear: none;
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

#modalBairroI { /* campo bairros */
	clear: none;	
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.campo_codigo { /* campo código */
	clear: none;
	width: 47%;
	margin-left: 1.5%;
}
}

@media only screen and (min-width: 768px) {		
.box_campo_bairro_index { 
	width: 80%;
	padding: 5%;	
	margin: 5%;
}	
.checkbox_bairros {width: 33%;}  /* campo que fica no arquivo bairro / bairro_loc */	
.bt_busca {	
	width: 30%;
	margin-left: 35%;
}
}

@media only screen and (min-width: 1024px) {	
.icon_busca {
	height: 38px;
	background: url("../imagens/icons/busca.webp") no-repeat center;
	background-size: 210px;	
}
	
.area_filtro { /* fundo dos campos do filtro de busca index  */
	position: fixed;
	width: 200px;
	padding: 15px 25px 25px 25px;	
	top: 100px;
	left: 30%;
	background: rgba(62,72,88,0.95);
}
	
.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	clear: none;
	width: 100%;
}

#modalBairroI { /* campo bairros */
	clear: none;	
	width: 100%;
}

.campo_codigo { /* campo código */
	clear: none;
	width: 100%;
}
	
.bt_busca {	
	width: 100%;
	margin-left: 0;
}
}

@media only screen and (min-width: 1280px) {	
.icon_busca {
	height: 48px;
	background-size: 255px;	
}	
.area_filtro {left: 25%;}  /* fundo dos campos do filtro de busca index  */
	
.box_campo_bairro_index { 
	width: 65%;
	padding: 2.5%;	
	margin: 5% 15% 5% 15%;
}
}

@media only screen and (min-width: 1600px) {		
.checkbox_bairros {width: 25%;}  /* campo que fica no arquivo bairro / bairro_loc */
}