::-webkit-input-placeholder {color: #4B5563; }/* WebKit, Blink, Edge */
:-moz-placeholder {color: #4B5563;  }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #4B5563; }/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #4B5563; }/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #4B5563; } /* Microsoft Edge */

/* área do captcha */
.boxcaptcha {
	clear: both;
  	max-width: 280px;
}

.g-recaptcha {
transform: scale(0.95);
-webkit-transform:scale(0.95);
transform-origin:0 0;
-webkit-transform-origin:0 0;
max-width: 280px;
}

.title_form { /* busca */
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	margin-bottom: 30px;
	font-family: 'DINPro-Light';
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	color: #00394D;
	font-style: italic;
}

.campo_form {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;
	padding-left: 2%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border: 0;
	border-bottom: solid 1px #4B5563;
	font-family: 'DINPro-Regular';	
	color: #4B5563; 
}
.campo_form:valid {background: transparent;}	
.campo_form:invalid {background: transparent;}

.campo_select_form {
	float: left;
	clear: both;
	width: 100%;
	height: 44px;
	background: transparent url(select2.svg) no-repeat right;
	padding-left: 2%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border: 0;
	border-bottom: solid 1px #4B5563;
	font-family: 'DINPro-Regular';	
	color: #4B5563 !important; 
	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;	
}

.txt_form {
	float: left;
	clear: both;
	width: 96%;
	height: 70px;
	padding: 10px 2%;
	margin-bottom: 8px;
	border: solid 1px #4B5563;
	font-family: 'DINPro-Regular';	
	color: #4B5563;
}
.txt_form:valid {background: transparent;}
.txt_form:invalid {background: transparent;}

.bt_form {
	float: right;
	clear: right;
	width: 150px;
	height: 40px;
	font-family: 'DINPro-Regular';	
	color: #FFF;	
	text-transform: uppercase;	
	background-image: linear-gradient( to right, rgba(82,189,148,1.00), rgba(49,156,113,1.00));
	transition: background .5s ease;
	border: 0;
}
.bt_form:hover {background: rgba(49,156,113,1.00);}


@media only screen and (min-width: 585px) {	
.boxcaptcha {clear: none;}
}

@media only screen and (min-width: 768px) {
.txt_form {width: 98.5%; padding-left: 1%;}	
.boxcaptcha {margin-left: 2.5%;}
}

@media only screen and (min-width: 1280px) {
}