:-webkit-input-placeholder {color: #525269;}
:-moz-placeholder {color: #525269;}
::-moz-placeholder {color: #525269;}
:-ms-input-placeholder {color: #525269;}
::-ms-input-placeholder {color: #525269;} 

/* área do captcha */
.boxcaptcha {
	clear: both;
  	max-width: 290px;
}

.g-recaptcha {
transform: scale(0.86);
-webkit-transform:scale(0.86);
transform-origin:0 0;
-webkit-transform-origin:0 0;
max-width: 280px;
}

.formulario {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
}

.formulario p {
	text-align: justify;
}

.formulario span {
	font-weight: bold;
	line-height: normal;
}

.tit_formulario {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 21px;	
	line-height: 21px;
	font-weight: bold;
	font-family: "LeelawadeeUI";
	color: #000;
}

.area_formulario {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.area_mensagem {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.area_checkbox {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_botao_enviar {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_botao_upload {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.area_upload_arquivo {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.tit_campo_form {
	float: left;
	clear: both;
	width: 98%;
	margin-top: 5px;
	color: #4B5563;
}

.campo_form {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: "LeelawadeeUI"; 
	color: #525269;
}

.campo_form:valid {background: #FFF;}
.campo_form:invalid {background: #FFF;}

.campo_checkbox {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	font-family: "LeelawadeeUI"; 
	color: #525269;
}

.campo_select_form {
	float: left;
	clear: both;
	width: 100%;
	min-height: 45px;
	background: #FFF url(select.png) no-repeat right;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: "LeelawadeeUI"; 
	color: #525269;
	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;
	cursor: pointer; 
}

.txt_form {
	float: left;
	clear: both;
	width: 98%;
	height: 80px;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-family: "LeelawadeeUI"; 
	color: #525269;
}

.txt_form:valid {background: #FFF;}
.txt_form:invalid {background: #FFF;}


.bt_upload {
	width: 100%;
	clear: both;
	height: 40px;
	background: rgba(231,32,39,1.00);
	transition: background .5s ease;
	font-family: "LeelawadeeUI"; 
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.bt_upload:hover {background: rgba(231,32,39,0.80);}

.bt_form {	
	clear: both;
	width: 100%;
	height: 40px;
	background: rgba(231,32,39,1.00);
	transition: background .5s ease;
	font-family: "LeelawadeeUI"; 
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.bt_form:hover {background: rgba(231,32,39,0.80);}

@media only screen and (min-width: 585px) { /*IPhoneXS*/
.campo_checkbox {
	clear: none;
	width: 50%;
}
}

@media only screen and (min-width: 768px) {
/* área do captcha */
.boxcaptcha {margin-left: 2%;}
	
.tit_formulario {
	font-size: 28px;	
	line-height: 28px;
	margin-top: 35px;
	margin-bottom: 20px;
}
	
.area_formulario {
	float: left;
	clear: none;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}

.area_mensagem {
	width: 96%;
	margin-left: 2%;
}

.area_checkbox {
	width: 96%;
	margin-left: 2%;
}

.area_botao_enviar {
	width: 96%;
	margin-left: 2%;	
}

.area_botao_upload {
	clear: none;
	width: 25%;
}

.area_upload_arquivo {
	float: right;
	clear: right;
	width: 73%;
}

.txt_form {
	width: 99%;
	padding-left: 1%;
}

.bt_form {
	clear: none;
	width: 25%;
}
}


@media only screen and (min-width: 1024px) {
.campo_checkbox {
	width: 33.3%;
}
}

@media only screen and (min-width: 1280px) {
.tit_formulario {
	font-size: 33px;	
	line-height: 33px;
	margin-top: 40px;
	margin-bottom: 25px;
}
}

