/* Mobile Layout: 480px and below. */
input {display: block;}
::-webkit-input-placeholder {color: #666;}/* WebKit, Blink, Edge */
:-moz-placeholder {color: #666; }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #666;}/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #666;}/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #666;} /* Microsoft Edge */

.form_contato {
	float: left;
	clear: both;
	width: 100%;
	height: 430px;
	margin-top: 30px;
	font-size: 15px;
}

.area_form_contato {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.area_form_contato2 {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.campo_form_contato {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;	
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	font-family: "DINPro-Regular", Helvetica, sans-serif;  
	color: #666;
	background: #FFF;
	border: 1px solid #52A002;
}

.campo_form_contato:valid {background: #FFF;}
.campo_form_contato:invalid {background: #FFF;}

.txt_form_contato {
	float: left;
	clear: both;
	width: 98%;
	height: 80px;	
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 10px;	
	font-family: "DINPro-Regular", Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	border: 1px solid #52A002;
	border-radius: 5px;
}

.txt_form_contato:valid {background: #FFF;}
.txt_form_contato:invalid {background: #FFF;}

.area_captcha {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;	
}

.bt_form_contato {	
	float: left;
	clear: both;
	width: 80%;
	height: 40px;
	margin-left: 10%;	
	margin-top: 85px;
	font-family: "DINPro-Regular", Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0,0,0,0.8);
	transition: background .5s ease;
	border: 0;
	border-radius: 10px;
	border: 1px solid #FFF;
	font-weight: bold;
}

.bt_form_contato:hover {
    background: rgba(0,0,0,1.00);
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {	
.form_contato {
	height: 380px;
}
	
.bt_form_contato {	
	float: right;
	clear: right;
	width: 25%;
	margin-top: 10px;
	height: 60px;
	margin-left: 0;
}
}

@media only screen and (min-width: 768px) {
.form_contato {height: 270px;}
	
.campo_form_contato {
	clear: none;
	width: 29.7%;
	margin-right: 1%;
}
	
.txt_form_contato {width: 97%;}	
.bt_form_contato {margin-right: 1%;}

}

@media only screen and (min-width: 1024px) {
.form_contato {
	margin-top: 45px;
	font-size: 18px;
}

.area_form_contato {
	clear: none;
	width: 47.5%;
	height: auto;
}

.area_form_contato2 {
	float: right;
	clear: right;
	width: 47.5%;
	height: auto;
}
	
.campo_form_contato {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;	
	padding-left: 2%;
	margin-bottom: 10px;
	border-radius: 5px;
	font-family: "DINPro-Regular", Helvetica, sans-serif;  
	color: #666;
	background: #FFF;
	border: 1px solid #52A002;
}
	
.txt_form_contato {
	width: 98%;
	height: 135px;
}
}

@media only screen and (min-width: 1280px) {
.form_contato {margin-top: 60px;}	
.bt_form_contato {width: 35%;}
}