.boxInfoAntedimento {
	background: #bd0a10;
	text-align: center;
}




/* FORM */
#FormContato {
	display: block;
	margin: 20px auto 0 auto;
	max-width: 960px;
}

#FormContato textarea {
	height: 160px;
}







/* ########## */
/* RESPONSIVE */
/* ########## */

/* 480px */
@media screen and (max-width: 480px) {
	#FormContato .button {
		width: 100%;
	}

	.boxFormLoading {
		font-size: 0.9rem;
		line-height: 1em;
	}
}