diff --git a/html/apoio/view/components/btn_avanca.php b/html/apoio/view/components/btn_avanca.php
new file mode 100644
index 00000000..35751f39
--- /dev/null
+++ b/html/apoio/view/components/btn_avanca.php
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/html/apoio/view/components/contribuicao_dia_vencimento.php b/html/apoio/view/components/contribuicao_dia_vencimento.php
new file mode 100644
index 00000000..de66b440
--- /dev/null
+++ b/html/apoio/view/components/contribuicao_dia_vencimento.php
@@ -0,0 +1,9 @@
+
+ Escolha uma data de vencimento *
+ 1
+ 5
+ 10
+ 15
+ 20
+ 25
+
\ No newline at end of file
diff --git a/html/apoio/view/components/contribuicao_parcelas.php b/html/apoio/view/components/contribuicao_parcelas.php
new file mode 100644
index 00000000..87c154be
--- /dev/null
+++ b/html/apoio/view/components/contribuicao_parcelas.php
@@ -0,0 +1,5 @@
+
+ Quantidade de parcelas *
+
+
+
\ No newline at end of file
diff --git a/html/apoio/view/components/contribuicao_valor.php b/html/apoio/view/components/contribuicao_valor.php
index 3be9c7a8..5e6b0f76 100644
--- a/html/apoio/view/components/contribuicao_valor.php
+++ b/html/apoio/view/components/contribuicao_valor.php
@@ -3,9 +3,3 @@
-
-
-
diff --git a/html/apoio/view/mensalidade.php b/html/apoio/view/mensalidade.php
new file mode 100644
index 00000000..d7e74686
--- /dev/null
+++ b/html/apoio/view/mensalidade.php
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/html/funcionario/profile_funcionario.php b/html/funcionario/profile_funcionario.php
index 239547ba..749215f8 100755
--- a/html/funcionario/profile_funcionario.php
+++ b/html/funcionario/profile_funcionario.php
@@ -1104,7 +1104,7 @@ class="form-control serie_reservista" maxlength="3"
for ($i = 0; $i < $tam; $i++) {
$dado = htmlspecialchars($infoAdd[$i]['dado']);
$desc_id = htmlspecialchars($infoAdd[$i]['funcionario_listainfo_idfuncionario_listainfo']);
- $idInfoAdicional = htmlspecialchars($infoAdd[$i]['idfunncionario_outrasinfo']);
+ $idInfoAdicional = $infoAdd[$i]['idfunncionario_outrasinfo'];
$descricao = $pdo->query("SELECT descricao FROM funcionario_listainfo WHERE idfuncionario_listainfo = '$desc_id';")->fetchAll(PDO::FETCH_ASSOC);
$nome_desc = htmlspecialchars($descricao[0]['descricao']);
echo