::-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 {
	clear: both;
	width: 80%;
	padding: 5%;
	margin-left: 5%;
	margin-top: 20px;
	border: solid 1px #CCC;
	background: #FFF;
}

.area_form_contato {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.campo_form_contato {
	float: left;
	clear: both;
	width: 98%;
	height: 40px;
	background: #FFF;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-bottom: 10px;
	font-family: "WorkSans-Medium";
	color: #666;
}

.campo_form_contato:valid {background: #FFF;}
.campo_form_contato:invalid {background: #FFF;}

.campo_select_form_contato {
	float: left;
	clear: both;
	width: 100%;
	min-height: 42px;
	background: #FFF url(select2.png) no-repeat right;
	border: 1px solid #CCC;
	padding-left: 2%;
	margin-bottom: 10px;
	font-family: "WorkSans-Medium";
	color: #666; 
	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_contato {
	float: left;
	clear: both;
	width: 98%;
	height: 80px;
	background: #FFF;
	padding-top: 10px;
	padding-left: 2%;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-family: "WorkSans-Medium";
	color: #666;
}

.txt_form_contato:valid {background: #FFF;}
.txt_form_contato:invalid {background: #FFF;}

.bt_form_contato {
	clear: both;
	width: 100%;	
	height: 40px;
	background: #20C17A;	
	transition: background .5s ease;
	font-family: "WorkSans-Medium";
	border: 0;
	text-transform: uppercase;	
	color: #FFF;
	font-size: 20px;
	border: solid 1px #FFF;
}

.bt_form_contato:hover {
    background: #2B2B2B;
}

.info_det {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.item_info_det {
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.item_info_det img {
	margin-right: 10px;
}

.item_info_det span {
	font-size: 25px;
	color: #666;
}

@media only screen and (min-width: 768px) {
.form_contato {
	float: left;
	clear: none;
	width: 35%;
	padding: 2.5%;
	margin-left: 7%;
	margin-top: 35px;
	margin-bottom: 45px;
}
	
.info_det {
	float: right;
	clear: right;	
	width: 40%;
	margin-left: 0;
	margin-top: 30px;
	margin-right: 7%;
}
}

@media only screen and (min-width: 1280px) {	
.info_det {
	margin-top: 35px;
}
	
.form_contato {
	margin-bottom: 60px;
}
}

@media only screen and (min-width: 1600px) {
.form_contato {
	width: 25%;
	padding: 2%;
}
	
.info_det {
	width: 50%;
}
}