.obrigatorio:after {
	content: " (*)";
	color: red;
}

.control-label {
	font-weight: 700;
}

.imagem img {
	width: 100%;
	height: auto;
}

.destaque {
	/*text-align: center;*/
	text-align: justify;
	white-space: pre-wrap;
}

.paragrafo {
	/*font-size: medium;
	font-style: normal;
	font-weight: 500;
	text-align: center;*/
	text-align: justify;
	white-space: pre-wrap;

}

.campo{
	margin-bottom: 35px !important;
}

.checkbox label, .radio label {
	padding-right: 10px;
}

table th, table td {
	text-align: center;
}

table th.pergunta, table td.pergunta {
	text-align: left;
}

.erro{
	color: red;
}

.descricaoFormulario {
	font-size: 19px; 
	font-weight: normal;
}

.formatacaoSpanFormulario {
	font-style: italic;
	font-weight: normal;
	color: #999;
	text-indent: 2px;
	font-size: 0.9em;
}

#content p.agradecimento, .container p.agradecimento {
    color: #276C4D;
    font-size: 1.9em !important;
    font-weight: 600;
    margin-top:100px;
    text-align:  center;
}