::-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_detalhes {
	float: left;
	clear: both;
	width: 100%;
	background: #EFEFEA;
	font-size: 15px;
}

.form_detalhes_mobile {
	float: left;
	clear: both;
	width: 100%;
	background: #FFF;
	font-size: 15px;
}

.tit_form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	font-family: 'CircularStd-Bold';
	text-transform: uppercase;
	font-size: 22px;	
	color: #FFF;
	text-align: center;
	background: #2B2B2B;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tit_form_detalhes a {color: #FFF;}
.tit_form_detalhes a:hover {color: #CCC;}

.area_form_detalhes {
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin: 20px 5% 20px 5%;	
}

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

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

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

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

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

.bt_form_detalhes:hover {
    background: #2B2B2B;
	color: #FFF;
}

.whats_form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.bt_agenda {
	width: 100%;
	float: left;
	clear: both;
	height: 100px;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-bottom: 5px;	
	font-family: "WorkSans-Medium"; 
	color: #FFF;
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	background: #20C17A;
	transition: background .5s ease;
	cursor: pointer;
	border: 0;
}

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

.bt_agenda a {color: #FFF;}
.bt_agenda a:hover {color: #FFF;}

.bt_agenda:hover {
	background: #2B2B2B;
	color: #FFF;
}


