::-webkit-input-placeholder {color: #FFF; }/* WebKit, Blink, Edge */
:-moz-placeholder {color: #FFF;  }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #FFF; }/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #FFF; }/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #FFF; } /* 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;
}

.tit_form_detalhes {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-family: 'CenturyGothic';
	font-size: 22px;	
	color: #FFF;
	line-height: normal;
	text-align: center;
}

.form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

.area_campo_form_detalhes {
	clear: both;
	width: 100%;
}

.area_txt_form_detalhes {
	clear: both;
	width: 100%;
}

.campo_form_detalhes {
	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: #FFF; 
}
.campo_form_detalhes:valid {background: #232325; color: #FFF;}	
.campo_form_detalhes:invalid {background: #232325; color: #FFF;}

.txt_form_detalhes {
	float: left;
	clear: both;
	width: 96%;
	height: 70px;
	padding: 10px 2%;
	margin-bottom: 8px;
	border: solid 1px #999;
	font-family: 'CenturyGothic';
	color: #FFF;
}
.txt_form_detalhes:valid {background: #232325}
.txt_form_detalhes:invalid {background: #232325}

.bt_form_detalhes {	
	clear: both;
	width: 100%;
	height: 40px;
	background: #C53F2D;
	font-family: 'CenturyGothic';
	color: #FFF;	
	text-transform: uppercase;	
	transition: background .5s ease;
	border: 0;
}
.bt_form_detalhes:hover {background: #FCAF40;}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.boxcaptcha {
	float: left;
	clear: none;
}
	
.bt_form_detalhes {	
	float: right;
	clear: right;
	width: 140px;
}
}

@media only screen and (min-width: 585px) {		
.campo_form_detalhes {
	clear: none;
	width: 30%;
	padding-left: 0.8%;
	margin-left: 1%;
	margin-right: 1%;
}
.txt_form_detalhes {height: 50px;}
.bt_form_detalhes {width: 150px;}
}

@media only screen and (min-width: 768px) {
.tit_form_detalhes {font-size: 25px;}
}

@media only screen and (min-width: 960px) {
.tit_form_detalhes {
	float: left;
	clear: none;
	width: 30%;	
	line-height: 35px;
	text-align: left;
}
	
.form_detalhes {
	float: right;
	clear: right;
	width: 65%;
	margin-top: 0;
}

}

@media only screen and (min-width: 1280px) {			
.tit_form_detalhes {
	width: 280px;	
	font-size: 30px;	
	line-height: 45px;
}	
	
.form_detalhes {
	float: right;
	clear: right;
	width: 70%;
	margin-top: 0;
}
.area_campo_form_detalhes {
	float: left;
	clear: none;
	width: 40%;
}
	
.area_txt_form_detalhes {
	float: right;
	clear: right;
	width: 55%;
	margin-top: 15px;
}
		
.campo_form_detalhes {
	clear: both;
	width: 98%;
	padding-left: 2%;
	margin-left: 0;
	margin-right: 0;
}	
}

@media only screen and (min-width: 1600px) {
.area_campo_form_detalhes {width: 35%;}	
.area_txt_form_detalhes {width: 50%;}
}


@media only screen and (min-width: 1800px) {
.form_detalhes {width: 60%;}
}