/* Mobile Layout: 480px and below. */
.box_select { /* area botoes select */
	float: left;
	clear: both;
	width: 95%;
	margin-left: 2.5%;
}

.campo_select_index {
	float: left;
	clear: none;
	width: 31.5%;
	height: 40px;
	margin-left: 1.25%;
	background: rgba(0,2,251,0.85);
	font-family: "Bebas-Neue-Book";
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;	
	border: 0;
	border: solid 1px #FFF;
	cursor: pointer;
}

#busca_select_desk { /* fundo filtro de busca */
	display: none;
	position: absolute;	
  	float: left;
	width: 100%;
	height: auto;
	top: 65px;	
	z-index: 99999;!important
}

.box_filtro { /* area filtro de busca */
	float: left;
	clear: both;
	width: 95%;
	margin-left: 2.25%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0,0,155,0.50);
	font-size: 13px;
}

.area_filtro {
	float: left;
	clear: both; 
	width: 100%;
}

.area_filtro a {
	color: #FFF;
}

.campo_filtro { /*campos cidade, tipo, dorms, valor*/
	float: left;
	clear: none;
	width: 46%;
	height: 40px;
	padding-left: 3%;
	margin-bottom: 5px;
	margin-left: 2.5%;
	font-family: "LeelawadeeUI";
	color: #525269;
	background: #FFF url(select.png) no-repeat right;
	text-transform: uppercase;
	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;
}

#modalBairroI { /* campo bairros */
	float: left;
	clear: none;	
	width: 43%;
	height: 30px;
	padding-left: 3%;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 2.5%;
	font-family: "LeelawadeeUI";
	background: #FFF url(select.png) no-repeat right;
	color: #525269;	
	text-transform: uppercase;
	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;
}

.campo_bairro_index { /* campo oculto da lista de bairros */
	position: absolute;
	width: 80%;
	height: 230px;
	margin-top: 90px;	
	left: 4.5%;
	padding: 5%; 
	text-align: left;
	font-family: "LeelawadeeUI";
	color: #525269;	
	font-size: 15px;
	background: #F6F6F6;
	border: solid 1px #CCC;
	box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	overflow: auto;
	z-index: 9999;	
}

.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: 43%;
	height: 38px;
	padding-left: 3%;
	margin-left: 2.5%;
	margin-bottom: 5px;
	background: #FFF;
	font-family: "LeelawadeeUI";
	color: #525269;
	text-transform: uppercase;
	border: 0;
}

.bt_busca {	
	float: right;
	clear: right;
	width: 43%;
	height: 40px;
	background: url(busca.png) no-repeat center;
	background-size: 40px;
	transition: background .5s ease;
	border: 0;
	margin-right: 2.5%;
}

.bt_busca:hover {
    background: url(busca2.png) no-repeat center;
	background-size: 40px;
}

.txt_condominio {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	font-family: "LeelawadeeUI";
	font-size: 15px;
	text-align: center;
	line-height: normal;
}

.campo_condominio {
	float: left;	
	clear: both;
	width: 80%;
	margin-top: 8px;
	padding: 8px 5% 8px 5%;	
	margin-left: 5%;	
	font-family: "Bebas-Neue-Book";
	color: #FFF;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	background: #0002FB;
	transition: background .5s ease;
	border: solid 2px #FFF;
}

.campo_condominio:hover {
    background: #00009B;
	color: #FFF;
	border: solid 2px #FFF;
}


@media only screen and (min-width: 360px) {
.campo_select_index {
	height: 45px;
	font-size: 25px;
}
	
#busca_select_desk { /* fundo filtro de busca */
	top: 70px;	
}
}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.box_select { /* fundo botoes select */
	width: 85%;
	margin-left: 7.5%;
}
	
.box_filtro { /* area filtro de busca */
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
	
.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 80%;	
	left: 7.2%;
	padding: 2.5%; 
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	clear: none;
	width: 50%;
}

}

@media only screen and (min-width: 585px) {
.campo_bairro_index { /* campo oculto da lista de bairros */
	height: auto;
}
	
.campo_condominio {
	clear: none;
	width: 45%;
	margin-top: 15px;
	padding: 8px 1.2% 8px 1.2%;	
	margin-left: 1%;
}
}

@media only screen and (min-width: 768px) {
.box_filtro { /* area filtro de busca */
	width: 93%;
	margin-left: 2.5%;
	padding-left: 1%;
	padding-right: 1%;
}
	
.campo_filtro {
	width: 23.8%;
	padding-left: 1%;	 
	margin-left: 1%;
}

#modalBairroI { /* campo bairros */
	width: 22.8%;
	height: 28px;
	padding-top: 12px;
	padding-left: 1%;
	margin-left: 1%;
}

.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 67%;
	margin-top: 60px;	
	left: 15%;
	padding: 1.5%; 
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	width: 33%;
}

.campo_codigo { 
	width: 22.8%;
	padding-left: 1%;	 
	margin-left: 1%;
	margin-bottom: 0; 
}

.bt_busca {	
	width: 40px;
	height: 40px;
	margin-right: 0.5%;
}
}


@media only screen and (min-width: 1024px) {
.box_select { /* fundo botoes select */
	width: 80%;
	margin-left: 10%;
}
	
.campo_select_index {
	height: 50px;
	font-size: 35px;
}	
	
#busca_select_desk { /* fundo filtro de busca */
	top: 80px;	
}
	
.box_filtro { /* area filtro de busca */
	font-size: 13px;
}

.campo_filtro {
	width: 13.4%;
	padding-left: 1%;	 
	margin-left: 0.5%;
	margin-bottom: 0; 
}

#modalBairroI { /* campo bairros */
	width: 12%;
	height: 28px;
	padding-top: 12px;
	padding-left: 1%;
	margin-bottom: 0;
	margin-left: 0.5%;
}

.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 67%;
	margin-top: 60px;	
	left: 15%;
	padding: 1.5%; 
}
	
.checkbox_bairros { /* campo que fica no arquivo bairro / bairro_loc */
	width: 33%;
}

.campo_codigo { 
	width: 10%;
	padding-left: 1%;	 
	margin-left: 0.5%;
	margin-bottom: 0; 
}

.bt_busca {	
	width: 40px;
	height: 40px;
	margin-right: 0.5%;
}
	
.txt_condominio {
	width: 80%;
	margin-left: 10%;
	font-size: 20px;
	line-height: 25px;
}
	
.campo_condominio {
	width: 47.5%;
	margin-top: 20px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 1.5%;
	font-size: 35px;
}
}


@media only screen and (min-width: 1280px) {
.box_select { /* fundo botoes select */
	width: 60%;
	margin-left: 20%;
}
	
.box_filtro { /* area filtro de busca */
	width: 88%;
	margin-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}
	
#modalBairroI { /* campo bairros */
	height: 30px;
	padding-top: 10px;
}
	
.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 57%;
	left: 20%;
	margin-top: 70px;
	padding: 1.5%; 
}
}

@media only screen and (min-width: 1366px) {	
.box_filtro { /* area filtro de busca */
	width: 78%;
	margin-left: 10%;
}
}

@media only screen and (min-width: 1600px) {
.box_select { /* fundo botoes select */
	width: 50%;
	margin-left: 25%;
}
	
#busca_select_desk { /* fundo filtro de busca */
	top: 90px;	
}
	
.box_filtro { /* area filtro de busca */
	width: 68%;
	margin-left: 15%;
}
	
.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 47%;
	margin-top: 75px;
	left: 25%;
}
}

@media only screen and (min-width: 1920px) {
.box_select { /* fundo botoes select */
	width: 40%;
	margin-left: 30%;
}
			
.campo_bairro_index { /* campo oculto da lista de bairros */
	width: 37%;
	left: 30%;
}

}
