@charset "utf-8";
/* CSS Document */



/*===========================
	 Pesquisa Principal
===========================*/		
	
.box-pesquisa {
	float:left;
	width:100%;	
	}
		
.pesquisa {
	margin-top:-100px;
	background:white;
	padding:10px 0;
	border:5px solid #f3f2f2;
	margin-bottom:50px;
	position: relative;
	}
	
.pesquisa select {
	padding:5px;
	font-size:12px;
	}	


.pesquisa h3{
	float:left;
	width:100%;
	font-size:23px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	}	
	
.pesquisa input[type=submit] {
	padding: 10px 35px;
    color: white;
    float: right;
	font-size:14px;
    border: 0;
    min-width: 138px;
    margin-right: 0px;
	border-radius:0;
	}			
	
.row {
	width:98%%;
	margin:10px 0 0px 10px;
	outline:0px solid red;
	float:left;
	padding:0px 10px;
	}	

.pesquisa label {
	width:90px;
	float:left;
	margin-left:10px;
	font-size:11px;
	line-height:3;
	}	
		
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
  text-transform:none;
}

.select {
  position: relative;
  display: block;
  width: 20em;
  max-width:140px;
  height: 33px;
  line-height: 2;
  background: white;
  overflow: hidden;
  /*border-radius: .25em;*/
  float:right;
  border: 1px solid rgba(223,223,223,1.00);

}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #363636;
  cursor: pointer;
  border: 1px solid rgba(223,223,223,1.00);
}
select::-ms-expand {
  display: none;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  border-left:1px solid rgba(223,223,223,1.00);
  pointer-events: none;
  font-size:11px;
}



.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}	


/********************************************************************************************* 

4.  lt 720px 

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {

.pesquisa {
	float:left;
	width:100%;
	margin-top:10px;
	padding:10px 0;
	border:5px solid #f3f2f2;
	margin-bottom:50px;
	position: relative;
	}

}

