.busca_mobile { /* botão principal */
	width: 100%;
	clear: both;
	height: 50px;
	text-align: center;
}

#busca_select {/* fundo busca mobile */
	display: none;
	position: absolute;
	width: 90%;
	float: left;
	padding: 0 5% 15px 5%;  	  	
  	background: url(../imagens/fundos/fundo_busca.png) repeat;	
  	margin-top: 55px;
	z-index: 99999;!important
}

.campo_select {
	clear: both;
	width: 100%;
	height: 40px;
	padding-left: 5%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background: #FFF url(select.png) no-repeat right center;
	transition: background .8s ease;	
	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_filtro{
	width: 100%;
	height: 35px;
	padding-left: 5%; 
	border: 0;
	margin-top: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background: #FFF url(arrow.png) 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;
}

.campo_bairro{
	width: 95%;
	min-height: 27px;
 	padding-top: 8px;
	padding-left: 5%;
	background: #FFFFFF;
	border: 0;
	margin-top: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	background: #FFF url(arrow.png) no-repeat right top;
	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_codigo {
	width: 100%;
	height: 35px;
	padding-left: 3%;
	background: #FFF;
	border: 0;
	margin-top: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
}

.bt_busca {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	background: #660000;
	transition: background .8s ease;
	border: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}

.bt_busca:hover {
    background: #4F4F50;
}

#divbairro{	
	background-color:#FFF; 
	width: 350px; 
	border: solid 1px #CCC; 
	box-shadow: 3px 3px 3px #888; 
	-moz-box-shadow: 3px 3px 3px #888; 
	background: #FFF; 
	z-index: 900; 
	padding: 10px; 
	position: absolute; 
	height: 350px; 
	overflow: auto; 
	color: #000000;
	left: 0; 
	top: 257px;
}

.busca_desktop {display: none;}
#busca_select_desk {display: none;}
.campo_select_index {display: none;}
.campo_select_index2 {display: none;}
.area_filtro_index {display: none;}
.bt_busca_index {display: none;}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
#busca_select {/* fundo busca mobile */
	width: 70%;
	margin-left: 10%;
}
}

@media only screen and (min-width: 600px) {
#busca_select {/* fundo busca mobile */
	width: 50%;
	margin-left: 20%;
}
}

@media only screen and (min-width: 769px) {
.busca_mobile {
	display:none;
}

.busca_desktop { /* botão principal */
	display: block;
	width: 100%;
	clear: both;
	height: 50px;
	text-align: center;
}

#busca_select_desk { /* fundo busca desktop */
	display: none;
	position: absolute;
	width: 96%;
  	float: left;
	padding: 2%;
	background: url(../imagens/fundos/fundo_busca.png) repeat;	
	margin-top: 55px;
	z-index: 99999;!important
}

.select { /* fundo do campo select */
	float: left;
	clear: none;
	width: 15%;
	margin-left: 0;
}

.campo_select_index {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	height: 45px;
	padding-left: 5%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	background: #FFF url(select.png) no-repeat right center;
	transition: background .8s ease;	
	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;
}
	
.filtro {/* fundo do filtro de busca */
	float: left;
	clear: none;
	width: 85%;
	padding: 0;
	background: #FFF;
}

.campo_filtro_index {
	float: left;
	clear: none;
	width: 16.5%;
	height: 45px;
	padding-left: 1%;	
	border: 0; 
	border-right: solid 1px #277675;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #FFF url(select2.png) 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;
}

#modalBairroI { /* campo específico do bairro */
	float: left;
	clear: none;	
	width: 15% !important;
	height: 35px;
	padding-left: 1%;	
	padding-top: 10px;
	border-right: solid 1px #277675;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #FFF url(select2.png) no-repeat right;
	text-decoration: none;	
}

#divbairroI { /* campo oculto da lista de bairros */
	position: absolute;
	width: 30%;
	height: 250px;
	left: 35%;
	top: 80px;
	box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	background: #FFF;
	padding: 10px; 	
	overflow: auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000; 
	z-index: 900;
}

.campo_codigo_index {/* campo específico do código */
	float: left;
	clear: none;
	width: 10.5%;
	height: 43px;
	padding-left: 1%;
	border: 0;
	background: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;	
}

.bt_busca_index {
	display: block;
	float: right;
	clear: right;
	width: 35px;
	height: 45px;
	background: #660000 url(../imagens/icons/lupa.png) no-repeat center;
	transition: background .8s ease;
	border: 0;
}

.bt_busca_index:hover {
	background: #4F4F50 url(../imagens/icons/lupa.png) no-repeat center;
}
 	
@media only screen and (min-width: 1024px) {
#divbairroI { /* campo oculto da lista de bairros */
	width: 25%;
	left: 38%;
	top: 90px;
}

.bt_busca_index {
	width: 45px;
}
}

