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

.tit_form_detalhes {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-family: 'DINPro-Regular';	
	font-size: 25px;	
	color: #00394D;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
.tit_form_detalhes span {font-family: 'DINPro-Black'; font-size: 30px; letter-spacing: 2px;}
.tit_form_detalhes img {width: 40px; margin-left: 25px;}
.tit_form_detalhes p {margin-top: 5px;}
.tit_form_detalhes a {color: #00394D;}
.tit_form_detalhes a:hover {color: #4B5563;}

.form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	color: #4B5563;
}
.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: 'DINPro-Regular';	
	color: #4B5563; 
}
.campo_form_detalhes:valid {background: transparent;}	
.campo_form_detalhes:invalid {background: transparent;}

.campo_select_form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	height: 44px;
	padding-left: 2%;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border: 0;
	border-bottom: solid 1px #999;
	font-family: 'DINPro-Regular';	
	color: #4B5563!important; 
	background: transparent url(select2.svg) no-repeat right;
	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_detalhes {
	float: left;
	clear: both;
	width: 96%;
	height: 70px;
	padding: 10px 2%;
	margin-bottom: 8px;
	border: solid 1px #999;
	font-family: 'DINPro-Regular';	
	color: #4B5563;
}
.txt_form_detalhes:valid {background: transparent;}
.txt_form_detalhes:invalid {background: transparent;}

.bt_form_detalhes {	
	float: right;
	clear: right;
	width: 150px;
	height: 40px;
	font-family: 'DINPro-Regular';	
	color: #FFF;	
	text-transform: uppercase;	
	background-image: linear-gradient( to right, rgba(82,189,148,1.00), rgba(49,156,113,1.00));
	transition: background .5s ease;
	border: 0;
}
.bt_form_detalhes:hover {background: rgba(49,156,113,1.00);}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.boxcaptcha {float: left; clear: none;}
}

@media only screen and (min-width: 768px) {
.tit_form_detalhes {
	float: left;
	clear: none;
	width: 40%;	
}

.form_detalhes {
	float: right;
	clear: right;
	width: 50%;
	margin-top: 30px;
}
}

@media only screen and (min-width: 1280px) {	
.tit_form_detalhes {width: 25%;}	
.form_detalhes {width: 75%;}
.area_campo_form_detalhes {
	float: left;
	clear: none;
	width: 40%;
}
	
.area_txt_form_detalhes {
	float: right;
	clear: right;
	width: 50%;
	margin-top: 15px;
}
		
.campo_form_detalhes {
	clear: both;
	width: 98%;
	padding-left: 2%;
	margin-left: 0;
	margin-right: 0;
}		
.txt_form_detalhes {height: 55px;}
}

