::-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;
}

.form_modal {
	float: left;
	clear: both;
	margin-top: 10px;
	width: 100%;
	font-size: 15px;	
}

.tit_form_modal {
	float: left;
	clear: both;
	width: 98%;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 25px;	
	line-height: 25px;
	font-weight: normal;
	text-align: center;	
	font-family: 'CenturyGothic';
	color: #000;
}

.area_form_modal {	
	float: left;
	clear: both;
	width: 100%;
	margin-top: 25px;
}

.campo_form_modal {
	float: left;
	clear: both;
	width: 98%;
	height: 30px;
	background: #FFF;
	padding-left: 2%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-family: 'CenturyGothic';
	color: #4B5563;
}
.campo_form_modal:valid {background: #FFF;}
.campo_form_modal:invalid {background: #FFF;}

.area_select_form_modal{
	float: left;
	clear: both;
	width: 100%;
	min-height: 35px;
	background: #FFF url(select2.png) no-repeat right;
	padding-left: 2%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-family: 'CenturyGothic';
	color: #4B5563;
	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: 98%;
	height: 60px;
	background: #FFF;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-family: 'CenturyGothic';
	color: #4B5563;
}
.txt_form_modal:valid {background: #FFF;}
.txt_form_modal:invalid {background: #FFF;}

.bt_form_modal {
	float: right;
	clear: right;
	width: 100%;
	height: 40px;	
	text-align: center;
	background: #CC0000;
	transition: background .5s ease;
	font-family: 'CenturyGothic';
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border: 0;
}
.bt_form_modal:hover {	background: #7F99B2;}