::-webkit-input-placeholder {color: #999; }/* WebKit, Blink, Edge */
:-moz-placeholder {color: #999;  }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #999; }/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #999; }/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #999; } /* 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_modal {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-size: 20px;
	color: #4B5563;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	font-family: 'CenturyGothic';
	margin-bottom: 20px;
}

.form_modal {
	clear: both;	
	width: 100%;
	margin-top: 20px;
}

.campo_form_modal {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;
	padding-left: 2%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border: 0;
	border-bottom: solid 1px #999;
	font-family: 'CenturyGothic';
	color: #999;
}
.campo_form_modal:valid {background: #FFF;}	
.campo_form_modal:invalid {background: #FFF;}

.area_select_form_modal {
	float: left;
	clear: both;
	width: 100%;
	min-height: 40px;	
	padding-left: 2%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border: 0;
	border-bottom: solid 1px #999;
	font-family: 'CenturyGothic';
	color: #999;
	background: url(select2.svg) 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;	  
}

.txt_form_modal {
	float: left;
	clear: both;
	width: 96%;
	min-height: 80px;
	padding: 5px 2%;
	margin-bottom: 8px;
	border: solid 1px #999;
	font-family: 'CenturyGothic';
	color: #999;
}
.txt_form_modal:valid {background: #FFF;}
.txt_form_modal:invalid {background: #FFF;}

.bt_form_modal {
	clear: both;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to right, #F0DE85, #A78443, #F0DE85, #A78443, #F0DE85 );  
	font-family: 'CenturyGothic';
	color: #FFF;	
	text-transform: uppercase;
	border: 0;
	transition: background .5s ease;
}
.bt_form_modal:hover {background: #A78443;}


@media only screen and (min-width: 585px) {	
.boxcaptcha {clear: none;}
.txt_form_modal {min-height: 60px;}
.bt_form_modal {
	float: right;
	clear: right;
	width: 140px;
}
}