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

/* á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;
}

.form_detalhes {
	float: left;
	clear: both;
	width: 90%;
	padding: 20px 5% 20px 5%;
	border: solid 1px #525269;	
}
.form_detalhes a {color: #3F3F3F;}
.form_detalhes a:hover {color: #23B469;}

.tit_form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 25px;	
	line-height: 25px;
	font-weight: normal;
	font-family: "metzler-light";
	color: #3F3F3F;	
	text-transform: uppercase;
}

.area_form_detalhes {
	float: left;
	clear: both;
	margin-top: 15px;
}

.campo_form_detalhes {
	float: left;
	clear: both;
	width: 97%;
	height: 40px;
	border: 0;
	border-bottom: 1px solid #525269;
	padding-left: 3%;
	margin-bottom: 10px;
	font-family: "LeelawadeeUI";
	font-size: 15px;
	color: #525269;
	text-transform: uppercase;
}
.campo_form_detalhes:valid {background: #FFF;}
.campo_form_detalhes:invalid {background: #FFF;}

.txt_form_detalhes {
	float: left;
	clear: both;
	width: 97%;
	height: 60px;
	padding-top: 10px;
	padding-left: 3%;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #525269;
	font-family: "LeelawadeeUI";
	font-size: 15px;
	color: #525269;
	text-transform: uppercase;
}
.txt_form_detalhes:valid {background: #FFF;}
.txt_form_detalhes:invalid {background: #FFF;}

.bt_form_detalhes {
	float: right;
	clear: right;
	width: 100%;
	height: 40px;	
	font-family: "metzler-light";	
	color: #FFF;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	background: #3F3F3F;
	transition: background .5s ease;
	border: 0;
}
.bt_form_detalhes:hover {background: #22B468;}

.whats_detalhes {
	clear: both;
	width: 90%;
	margin-top: 15px;
	margin-left: 5%;
	font-size: 25px;
	line-height: 25px;
	font-family: "metzler-light";
	color: #3F3F3F;
	text-align: center;
	text-transform: uppercase;
}
.whats_detalhes p {margin-top: 5px;}
.whats_detalhes img {margin-right: 10px;}
.whats_detalhes span {font-family: "metzler-bold";}


@media only screen and (min-width: 768px) {		
.form_detalhes {
	width: 95%;
	padding: 20px 2.5% 20px 2.5%;
}
	
.campo_form_detalhes {
	clear: none;
	width: 27.8%;
	margin-left: 1%;
	margin-right: 1%;
}
	
.txt_form_detalhes {
	width: 94%;
	margin-left: 1%;
}

.bt_form_detalhes {
	width: 35%;
	height: 40px;
	margin-right: 1%;
}
}

@media only screen and (min-width: 1280px) {
.form_detalhes {
	width: 90%;
	padding: 20px 5% 20px 5%;
}
	
.campo_form_detalhes {
	clear: both;
	width: 97%;
	margin-left: 0;
	margin-right: 0;
}
	
.txt_form_detalhes {
	width: 97%;
	margin-left: 0;
}

.bt_form_detalhes {
	width: 100%;
	margin-right: 0;
}
}