::-webkit-input-placeholder {color: #525269;}
:-moz-placeholder {color: #525269;}
::-moz-placeholder {color: #525269;}
:-ms-input-placeholder {color: #525269;}
::-ms-input-placeholder {color: #525269;} 

.formulario {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	font-size: 15px;
}

.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: 25px;	
	line-height: 25px;
	font-family: "Larsseit-ExtraBold";
	color: #1D3153;
	text-align: center;
}

.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: "Larsseit";
	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: "Larsseit";
	color: #525269;
}

.campo_select_form {
	float: left;
	clear: both;
	width: 100%;
	min-height: 44px;
	background: #FFF url(select3.png) no-repeat right;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: "Larsseit";
	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: 10px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font-family: "Larsseit";
	color: #525269;
}

.txt_form:valid {background: #FFF;}
.txt_form:invalid {background: #FFF;}


.bt_upload {
	width: 100%;
	clear: both;
	height: 40px;
	transition: background .5s ease;
	font-family: "Larsseit-ExtraBold";
	border: 0;
	color: #FFF;
	background: #FFCE00;
	font-size: 18px;
	text-align: center;
}

.bt_upload:hover {
    background: #1B4073;
	color: #FFF;
}

.area_captcha {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

.bt_form {	
	clear: both;
	width: 100%;
	height: 40px;
	transition: background .5s ease;
	font-family: "Larsseit-ExtraBold";
	border: 0;
	color: #FFF;
	background: #FFCE00;
	font-size: 18px;
	text-align: center;
}

.bt_form:hover {
    background: #1B4073;
	color: #FFF;
}

@media only screen and (min-width: 585px) { /*IPhoneXS*/
.campo_checkbox {
	clear: none;
	width: 50%;
}
}

@media only screen and (min-width: 768px) {
.tit_formulario {
	font-size: 30px;	
	line-height: 30px;
	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%;
}
	
.area_captcha {
	width: 96%;
	margin-left: 2%;	
}

.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: 35px;	
	line-height: 35px;
	margin-top: 40px;
	margin-bottom: 25px;
}
}

