/* Redefinição de elementos para aproximar a renderiazação em múltiplos navegadores */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19.32px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	overflow: hidden;
}

pre {
	white-space: pre-wrap;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 18px;
}
/* /Redefinição de elementos para aproximar a renderiazação em múltiplos navegadores */

/* Elementos e classes gerais */
a, a:visited {
	color: #2a579a;
}

sup.numeral {
	font-size: 70%;
	text-decoration: underline;
}

.botao {
	font-size: 12px;
	background-color: #000;
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
	border: 1px solid #000;
	cursor: pointer;
}

.botao:hover {
	background-color: #666;
	border-color: #666;
}

sup, sub {
	font-size: 75%;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

li ul, li ol {
	margin: 1em 1.5em;
}

ul, ol {
	margin: 1em 1.5em;
}

ul {
	list-style-type: disc;
}

ul > li > ul {
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 0;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin: 10px 0;
}

cite {
	display: block;
	margin-left: 200px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.tituloDestaque {
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	padding: 5px;
	background-color: #c6c6c6;
}

fieldset.erro,
fieldset.sucesso {
	width: 400px;
	border-width: 1px;
	border-style: solid;
	margin: 10px auto;
	padding: 0 10px;
}

fieldset.erro {
	border-color: #900;
	background-color: #e6c0c0;
}

fieldset.sucesso {
	border-color: #060;
	background-color: #c0d9c0;
}

fieldset.erro > legend,
fieldset.sucesso > legend {
	color: #fff;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 6px 9px 6px 35px;
	margin-left: -11px;
}

fieldset.erro > legend {
	background-image: url(Imagens/Erro.png);
	background-color: #900;
}

fieldset.sucesso > legend {
	background-image: url(Imagens/Sucesso.png);
	background-color: #060;
}

.centralizado {
	text-align: center;
}

.direita {
	text-align: right;
}

.espacamentoInternoPadrao {
	padding: 15px 10px;
}

table.dados {
	margin: 10px auto;
}

table.dados td, table.dados th {
	padding: 3px 6px;
	border: 1px solid #2a579a;
	vertical-align: middle;
}

table.dados th {
	background-color: #2a579a;
	color: #fff;
	border-right-color: #fff;
	text-align: left;
}

table.dados > thead > tr > th:last-child {
	border-right-color: #2a579a;
}

table.dados > tbody > tr:nth-child(2n) {
	background-color: #d6e0eb;
}

table#resumoTeste {
	margin: 20px 10px 10px;
}

table#resumoTeste > tbody > tr:nth-child(4n+1),
table#resumoTeste > tbody > tr:nth-child(4n+2),
table#resumoTeste > tbody > tr:nth-child(4n+2) > td:nth-child(2) > div {
	background-color: #cbd5e0;
}

table#resumoTeste > tbody > tr:nth-child(4n+3),
table#resumoTeste > tbody > tr:nth-child(4n),
table#resumoTeste > tbody > tr:nth-child(4n) > td:nth-child(2) > div {
	background-color: #fff;
}

table#resumoTeste > tbody > tr > td:nth-last-child(-n+3) {
	text-align: center;
}

table#resumoTeste > tfoot > tr > td:nth-last-child(-n+3) {
	text-align: center;
	font-weight: bold;
}

table#resumoTeste > tbody > tr:nth-child(2n) > td,
table#resumoTeste > tfoot > tr:nth-child(2) > td {
	padding: 0;
	text-align: right;
	font-size: 11px;
	color: #666;
}

table#resumoTeste > tbody > tr:nth-child(2n) > td:first-child,
table#resumoTeste > tfoot > tr:nth-child(2) > td:first-child {
	padding: 0 6px;
}
	
table#resumoTeste > tbody > tr:nth-child(2n+1) > td:first-child,
table#resumoTeste > tfoot > tr > td:first-child {
	font-weight: bold;
	border-bottom-style: none;
}

table#resumoTeste > tbody > tr:nth-child(2n) > td:first-child,
table#resumoTeste > tfoot > tr:nth-child(2) > td:first-child {
	border-top-style: none;
}

table#resumoTeste > tbody > tr:nth-child(2n) > td:nth-child(2),
table#resumoTeste > tfoot > tr:nth-child(2) > td:nth-child(2) {
	background-image: linear-gradient(to right, #fdb913 0%, #006a44 100%);
}

table#resumoTeste > tbody > tr:nth-child(2n) > td:nth-child(2) > div,
table#resumoTeste > tfoot > tr:nth-child(2) > td:nth-child(2) > div {
	height: 20px;
	float: right;
}

table#resumoTeste > tfoot > tr:nth-child(2) > td:nth-child(2) > div {
	background-color: #f1f1f1;
}

table#resumoTeste > tfoot > tr > td:first-child {
	border-left-style: none;
	text-align: right;
}

table#participacaoTurmasTestes > thead > tr > th:nth-last-child(-n+4),
table#participacaoTurmasTestes > tbody > tr > td:nth-child(5) {
	text-align: center;
}

table#participacaoTurmasTestes > tbody > tr > td:nth-child(5) {
	white-space: nowrap;
}

table#participacaoTurmasTestes > tbody > tr > td:nth-last-child(-n+5) {
	text-align: right;
}

table#participacaoTurmasTestes > tbody > tr > td:nth-last-child(-2n+4) {
	font-size: 12px;
	color: #2a579a;
	border-left-style: dotted;
}

table#participacaoTurmasTestes > tbody > tr > td:nth-last-child(-2n+5) {
	border-right-style: dotted;
}

table#participacaoTurmasTestes > tbody > tr > td:last-child {
	border-right-style: solid;
}

table#participacaoTurmasTestes > tbody > tr:nth-child(4n+1) > td,
table#participacaoTurmasTestes > tbody > tr:nth-child(4n+2) > td > div {
	background-color: #fff;
}

table#participacaoTurmasTestes > tbody > tr:nth-child(4n+3) > td,
table#participacaoTurmasTestes > tbody > tr:nth-child(4n) > td > div {
	background-color: #d6e0eb;
}

table#participacaoTurmasTestes > tbody > tr:nth-child(2n) > td {
	height: 15px;
	padding: 0px;
	background-image: linear-gradient(to right, #c1272d 0%, #fdb913 50%, #006a44 100%);
}

table#participacaoTurmasTestes > tbody > tr:nth-child(2n) > td > div {
	height: 100%;
	float: right;
}

table#participacaoTestesPorDepartamentoRegional > thead > tr > th:nth-last-child(-n+4),
table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:nth-child(5) {
	text-align: center;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:nth-child(5) {
	white-space: nowrap;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:nth-last-child(-n+5) {
	text-align: right;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:nth-last-child(-2n+4) {
	font-size: 12px;
	color: #2a579a;
	border-left-style: dotted;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:nth-last-child(-2n+5) {
	border-right-style: dotted;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr > td:last-child {
	border-right-style: solid;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(4n+1) > td,
table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(4n+2) > td > div {
	background-color: #fff;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(4n+3) > td,
table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(4n) > td > div {
	background-color: #d6e0eb;
}

table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(2n) > td {
	height: 15px;
	padding: 0px;
	background-image: linear-gradient(to right, #c1272d 0%, #fdb913 50%, #006a44 100%);
}

	table#participacaoTestesPorDepartamentoRegional > tbody > tr:nth-child(2n) > td > div {
		height: 100%;
		float: right;
	}

table#participacaoExaminandosTurmaTestes > tbody > tr > td:first-child,
table#participacaoExaminandosTurmaTestes > tbody > tr > td:nth-child(3),
table#participacaoExaminandosTurmaTestes > tbody > tr > td:nth-child(4) {
	text-align: center;
}

table.dados td.sim,
table.dados td.nao {
	text-align: center;
}

table.dados td.sim {
	color: #008000;
}

table.dados td.nao {
	color: #800000;
}
/* /Elementos e classes gerais */

/* Layout */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 1000px;
}

header {
	background-color: #f1f1f1;
	border-bottom: 1px solid #c6c6c6;
}

header > #secaoSistema > h1 {
	font-size: 12px;
	background-color: #2a579a;
	color: #fff;
	padding: 5px;
	text-align: center;
}

header > #secaoAvaliacao {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

#logoEsquerda,
#logoDireita {
	background-repeat: no-repeat;
	min-height: 65px;
	max-height: 65px;
	min-width: 200px;
	max-width: 200px;
}

#logoEsquerda {
	background-image: url("Imagens/Logotipos/LogoEsquerda.png");
	background-position: left center;
}

#logoDireita {
	background-image: url("Imagens/Logotipos/LogoDireita.png");
	background-position: right center;
}

#tituloAvaliacaoUsuarioPerfil {
	padding: 0 10px;
}

#tituloAvaliacao {
	font-size: 18px;
	line-height: 1.3;
	width: 100%;
	text-align: center;
}

#usuarioPerfil {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 3px;
}

#menuItensRedacao {
	height: 30px;
	margin-left: 215px;
}

menu {
	display: flex;
	align-items: flex-end;
	border-bottom: solid 5px #f19827;
}

menu > menuitem {
	background-color: #c6c6c6;
	cursor: pointer;
	padding: 3px 9px;
	margin-right: 3px;
	white-space: nowrap;
}

menu > menuitem:hover {
	padding: 6px 9px;
}

menu > menuitem.ativo {
	background-color: #f19827;
	border-bottom-color: #f19827;
	padding: 6px 9px;
}

/* Teste */
#conteudo {
	display: flex;
	flex: 1 1 auto;
}

#navegacaoItens {
	background-color: #f1f1f1;
	min-width: 215px;
	max-width: 215px;
	border-right: solid 1px #c6c6c6;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#navegacaoNula {
	display: none;
}

#tempoRestante {
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 5px;
}

.tituloNavegacao {
	font-size: 12px;
	background-color: #2a579a;
	color: white;
	padding: 5px;
	text-align: center;
}

#conteinerBotoesNavegacaoItens {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-content: flex-start;
	align-items: flex-start;
	padding: 4px;
	flex-shrink: 1;
	overflow: auto;
	overflow-x: hidden;
}

.itemVisitado {
	background-color: #c6c6c6;
}

.itemAtivo {
	background-color: #f19827;
}

.circular {
	background-color: #f1f1f1;
	border: 1px solid #2a579a;
	font-weight: bold;
	color: #2a579a;
	min-height: 30px;
	max-height: 30px;
	min-width: 30px;
	max-width: 30px;
	margin: 4px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	outline: none;
}

.circular > span {
	line-height: 30px;
}

.itemRespondido {
	background-color: #2a579a;
	color: #fff;
}

.itensEmBranco {
	margin-top: 4px;
}

.itensRespondidos {
	margin-bottom: 4px;
}

.itensEmBranco,
.itensRespondidos,
.respostasItens {
	margin-left: 4px;
	display: flex;
	align-items: center;
}

#quantidadeItensEmBranco,
#quantidadeItensRespondidos,
#quantidadeRespostasCorretas,
#quantidadeRespostasErradas,
#quantidadeRespostasEmBranco {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#quantidadeRespostasCorretas {
	border-color: #080;
	background-color: #080;
	color: #fff;
}

#quantidadeRespostasCorretas,
#quantidadeRespostasErradas,
#quantidadeRespostasEmBranco {
	cursor: default;
}

#quantidadeRespostasErradas {
	border-color: #800;
	background-color: #800;
	color: #fff;
}

#secaoResumoCaderno .circular,
.secaoResumoCaderno .circular {
	cursor: default;
}

#secaoItem,
#secaoConteudo {
	width: 100vw;
}

#barraSuperiorItem {
	background-color: #f19827;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#barraSuperiorTitulo {
	display: flex;
	justify-content: space-between;
	height: 20px;
	background-color: #f19827;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

.botaoBarraSuperior, .botaoBarraSuperior:visited {
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 4px 6px 4px 24px;
	margin-bottom: 10px;
	color: #000;
}

.botaoBarraSuperior:hover {
	background-color: rgba(0, 0, 0, .2);
}

#botaoVoltar {
	background-image: url(Imagens/Voltar.png);
}

#botaoExportarExcel {
	background-image: url(Imagens/Excel.png);
}

#botaoManualPdf {
	background-image: url(Imagens/Pdf.png);
}

#tituloNavegacaoItensEBotoesItensAnteriorEPosterior {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}

#tituloNavegacaoItens {
	width: 100vw;
}

#botoesItensAnteriorEPosterior {
	align-self: flex-end;
	white-space: nowrap;
}

#botaoItemAnterior, #botaoItemPosterior {
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
}

#botaoItemAnterior {
	border-right-color: #fff;
}

#botaoItemPosterior {
	border-left-color: #fff;
}

#botaoItemAnterior:hover {
	border-right-color: #f19827;
	cursor: pointer;
}

#botaoItemPosterior:hover {
	border-left-color: #f19827;
	cursor: pointer;
}

#finalizarTesteInstrucoes {
	border-top: 2px solid #2a579a;
	text-align: center;
}

#botaoFinalizarTeste {
	margin: 0 22px;
}

#tituloItem,
#tituloRedacao {
	font-size: 18px;
	padding: 5px;
}

#tituloRedacao,
#redacao {
	display: none;
}

#conteudoRedacao {
	background-repeat: no-repeat;
	background-image: url(Imagens/FundoRedacao.png);
	border-style: none;
	font-size: 18px;
	min-width: 720px;
	max-width: 720px;
	min-height: 735px;
	max-height: 735px;
	padding: 0 5px 0 25px;
	line-height: 24px;
	overflow: hidden;
}

#conteudoItem,
#conteudoInterno {
	overflow-y: auto;
	padding: 0 20px;
}

#situacaoEstimuloItem, #comandoItem, .opcaoItem, .entradaTexto {
	margin: 10px 0;
}

#situacaoEstimuloItem {
	margin-top: 20px;
}

#conteinerBotoesNavegacaoItens input.circular:hover,
#botaoInstrucoesTeste.circular:hover {
	background-color: rgba(42, 87, 154, .1);
}

#opcoesItem {
	margin-bottom: 20px;
}

#opcoesItem > div {
	display: flex;
	align-items: center;
}

#opcoesItem label.circular {
	background-color: #fff;
	border-color: #000;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#opcoesItem label.circular:hover {
	background-color: rgba(0, 0, 0, .1);
}

#opcoesItem input[type="radio"] {
	display: none;
}

#opcoesItem label {
	margin-right: 10px;
}

#opcoesItem input[type="radio"]:checked + label {
	background-color: #000;
	color: #fff;
}

#respostaEscrita {
	font-size: 18px;
	line-height: 24px;
}

#botaoApagarResposta {
	margin-bottom: 20px;
}

.quadroDialogo {
	min-width: 580px;
	max-width: 580px;
	z-index: 2;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#quadroDialogoInstrucoes > .formulario,
#quadroDialogoResumoTeste > .formulario {
	margin-left: 215px;
	min-width: 750px;
	max-width: 750px;
}

#quadroDialogoInstrucoes .ajusteContornoExternoBotao {
	padding: 10px 0;
}

.botaoFechar {
	float: right;
	border: 1px solid #2a579a;
	padding: 5px 10px;
	background-color: #2a579a;
	color: #fff;
	margin-top: -32px;
	margin-right: -11px;
	cursor: pointer;
}

.botaoFechar:hover {
	background-color: #666;
}

.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .5);
}

.oculto {
	display: none;
}

.invisivel {
	visibility: hidden;
}

#listaInstrucoes {
	margin-top: 10px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px dotted #2a579a;
}

#listaInstrucoes > div {
	display: flex;
	align-items: center;
}

#listaInstrucoes > div:nth-child(2n+1) {
	background-color: rgba(42, 87, 154, .2);
}

#listaInstrucoes > div > div {
	padding: 10px;
}

#listaInstrucoes > div > div > ul,
#listaInstrucoes > div > div > p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#listaInstrucoes > div > div:first-child {
	font-weight: bold;
	font-size: 18px;
	min-width: 20px;
	max-width: 20px;
	color: #2a579a;
	padding-left: 20px;
}

/* Teste */

footer {
	font-size: 11px;
	background-color: #2a579a;
	color: #fff;
	padding: 5px;
}

/* /Layout */

/* Formulário */
fieldset.formulario {
	border: 1px solid #2a579a;
	margin: 10px;
	padding: 0 10px;
	background-color: #f1f1f1
}

fieldset.formulario > legend {
	border: 1px solid #2a579a;
	background-color: #2a579a;
	color: #fff;
	padding: 6px 9px;
	margin-left: -11px;
}

fieldset.formulario > section > div {
	margin-top: 10px;
}

fieldset.formulario input[type="text"],
fieldset.formulario input[type="password"],
fieldset.formulario input[type="submit"] {
	border: 1px solid #777;
}

fieldset.formulario .barraBotoes input[type="submit"],
fieldset.formulario .barraBotoes input[type="button"] {
	background-color: #f2f6f8;
	background-image: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
}

fieldset.formulario > section.barraBotoes {
	background-color: #2a579a;
	padding: 10px;
	margin: 10px -10px 0;
	text-align: center;
}

fieldset.formulario span.erro {
	font-size: 12px;
	color: #c00;
}

fieldset.formulario.blocoInline {
	display: inline-block;
	text-align: left;
}

fieldset.formulario > section > label {
	margin-top: 10px;
	display: block;
}

fieldset.formulario > section > select:last-child {
	margin-bottom: 10px;
}

fieldset.formulario #DescricaoOcorrencia {
	width: 600px;
	height: 100px;
}

#autenticacao {
	width: 400px;
	margin: 10px auto;
}

#termo {
	width: 70%;
	margin: 10px auto;
}

#NomeUsuario, #NomeCompleto, #Senha {
	width: 400px;
}

#Cpf {
	width: 100px;
}

#filtragemParticipacaoTurmasTestes {
	width: 400px;
	margin: 10px auto 20px;
	padding-bottom: 10px;
}

#dataAgendamento {
	display: block;
	width: 100%;
}

#filtragemParticipacaoTestesPorDepartamentoRegional {
	width: 400px;
	margin: 10px auto 20px;
	padding-bottom: 10px;
}

#IdCategoriaOcorrencia > option:nth-child(2),
#IdCategoriaOcorrencia > option:last-child {
	font-weight: bold;
}


/* /Formulário */

/* Questionário */
#questionario {
	margin-left: auto;
	margin-right: auto;
}

#questionario > .introducao {
	margin: 15px;
}

#questionario > .secao {
	margin: 20px 10px;
	border: 1px dotted #2a579a;
}

#questionario > .secao > div:first-child {
	margin: 0;
	background-color: #2a579a;
	color: #fff;
	padding: 5px 10px;
}

#questionario > .secao > div:nth-child(2) {
	margin-top: 0;
	padding: 20px;
}

#questionario .pergunta,
#questionario .grupoPerguntasRelacionadas {
	margin-bottom: 20px;
}

#questionario .pergunta > div:first-child,
#questionario .grupoPerguntasRelacionadas > div:first-child {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted #2a579a;
	margin-bottom: 8px;
}

#questionario .pergunta > div:first-child > div:first-child,
#questionario .grupoPerguntasRelacionadas > div:first-child > div:first-child {
	max-width: 25px;
	min-width: 25px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}

#questionario .opcoesPergunta,
#questionario .grupoPerguntasRelacionadas > div:nth-child(2) {
	margin-left: 35px;
}

#questionario .grupoPerguntasRelacionadas .pergunta > div:first-child > div:first-child {
	max-width: 45px;
	min-width: 45px;
}

#questionario .grupoPerguntasRelacionadas .opcoesPergunta {
	margin-left: 55px;
}

#questionario .opcoesPergunta > div {
	padding: 4px 0;
	display: flex;
	align-items: flex-start;
}

#questionario .opcoesPergunta.horizontal {
	display: flex;
}

#questionario .opcoesPergunta.horizontal > div {
	margin-right: 20px;
}

#questionario .opcoesPergunta > div > div:first-child {
	max-width: 25px;
	min-width: 25px;
}

#resultado,
#aviso {
	min-width: 430px;
	max-width: 430px;
	margin: 10px auto;
}
/* /Questionário */
