.titleFale span{
	color: #724626;
	font-weight: bold;

}
.titleFale{
	margin-bottom: 20px;
	font-size: 15px;
}
.titleFale a{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
.formFale{
	font-weight: bold;
	margin-bottom: 10px;
}
.formFale input{
	width: 100%;
	background: #eee;
	border: 1px solid gray;
	height: 30px;
	font-weight: initial;
}
.formFaleMsg textarea{
	width: 100%;
	background: #eee;
	border: 1px solid gray;
    height: 90px;
    font-weight: initial;
}
.btnFaleEnviar button{
	float: right;
    background: #724626;
    color: white;
    padding: 7px 25px 7px 25px;
    border-radius: 3px;
    border:none;
}
.faleConosco{
	font-size: 12px;
}
.formFaleConosco{
	font-size: 14px;	
}

@media screen and (max-width: 767px){
	.titleFale{
		margin-top:20px;
	}	

}