Autorregularizacao
Publicado em
16/09/2026 15h58
Atualizado em
16/09/2026 15h59
Confia_Autorregularizacao.html
— 31 KB
Conteúdo do arquivo
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./assets/img/favicon.ico">
<link rel="stylesheet" href="https://cdngovbr-ds.estaleiro.serpro.gov.br/design-system/fonts/rawline/css/rawline.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./govbr/core.min.css" />
<script src="./govbr/core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js" integrity="sha512-BNaRQnYJYiPSqHHDb58B0yaPfCu+Wgds8Gp/gU33kqBtgNS4tSPHuGibyoeqMV/TJlSKda6FXzoEyYGjTe+vXA==" crossorigin="anonymous" referrerpolicy="no-referrer" defer></script>
<script src="./assets/pdf/jspdf.umd.min.js"></script>
<script src="./assets/core/utils.js" defer></script>
<script src="./assets/core/autorregularizacao-negocio.js" defer></script>
<title>Débitos a Regularizar — Confia</title>
<style>
@media print {
body * { display: none !important; }
body::before {
content: "Impressao desabilitada. Utilize o botao 'Gerar PDF'.";
display: block;
position: fixed;
inset: 0;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #b00020;
padding-top: 40vh;
background: white;
}
}
.table-responsive {
border-radius: 12px;
border: 1px solid #dcdcdc;
background-color: #ffffff;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
margin-bottom: 24px;
overflow-x: auto;
overflow-y: visible;
}
.table-responsive table {
border: none !important;
margin-bottom: 0 !important;
}
.table-responsive th {
background-color: #1351b4;
color: #ffffff;
white-space: nowrap;
}
.table-responsive td {
white-space: nowrap;
vertical-align: middle !important;
}
.br-input input.text-center { text-align: center; }
.br-input input.text-right { text-align: right; }
.br-card {
background: #ffffff;
border: 1px solid #e6e6e6;
border-radius: 1rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.br-section-card {
padding: 1.5rem;
}
@media (min-width: 992px) {
.br-section-card {
padding: 2rem;
}
}
/* ── Tooltips de ajuda ───────────────────────────── */
.cabecalho-com-ajuda {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
}
.tooltip-ajuda {
position: relative;
display: inline-flex;
align-items: center;
cursor: pointer;
margin-left: 4px;
}
.icone-ajuda {
color: #ffffff;
font-size: 0.85rem;
opacity: 0.9;
}
.tooltip-texto {
visibility: hidden;
opacity: 0;
width: 280px;
background-color: #1351b4;
color: #ffffff;
text-align: left;
border-radius: 6px;
padding: 10px 12px;
position: absolute;
z-index: 99999;
top: 150%;
left: 50%;
transform: translateX(-50%);
transition: opacity 0.25s ease;
font-size: 0.75rem;
font-weight: normal;
line-height: 1.4;
white-space: normal;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
pointer-events: none;
}
/* seta apontando para o ícone */
.tooltip-texto::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -6px;
border-width: 6px;
border-style: solid;
border-color:
transparent
transparent
#1351b4
transparent;
}
.tooltip-ajuda:hover .tooltip-texto,
.tooltip-ajuda:focus-within .tooltip-texto {
visibility: visible;
opacity: 1;
}
.box-total-geral {
width: 400px;
margin-left: auto;
margin-right: auto;
background-color: #dbe8fb;
border: 2px solid #1351b4;
border-radius: 8px;
padding: 1rem 1.5rem;
}
.linha-tipo-formulario-documento {
display: block;
margin-top: 0.5rem;
font-size: 1.25rem;
font-weight: 600;
text-transform: none;
color: #1b1b1b;
}
</style>
</head>
<body class="d-flex flex-column" style="background-color: #f8f8f8; min-height: 100vh;">
<template id="id-template-debito-pagamento-vista">
<tr>
<td class="p-2">
<div class="br-select">
<div class="br-input">
<select class="p-2" style="border: 1px solid #1351b4; border-radius: 4px; width: 100%;">
<option value="DCTF">DCTF</option>
<option value="DCTFWeb">DCTFWeb</option>
</select>
</div>
</div>
</td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" placeholder="Numero"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" oninput="aplicarMascaraCpfCnpj(this, 'CNPJ')" onchange="handleValidarCNPJDebito(this)" placeholder="CNPJ"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="7" oninput="aplicarMascaraCodigoReceita(this)" onchange="validarCodigoReceita(this)" placeholder="1234-01"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraPeriodoApuracao(this)" onchange="handleValidarPeriodoApuracao(this)" placeholder="AAAA ou MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input obrigatorio"><input type="text" class="text-right" data-campo="valor-principal" oninput="validarValorNaoNegativo(this)" onchange="handleValidarValorPrincipalDebito(this, 'PAGAMENTO_VISTA')" placeholder="0,00"></div></td>
<td class="p-2 acoes text-center">
<button class="br-button circle small" type="button" aria-label="Excluir" onclick="excluirLinhaDebito(this, 'PAGAMENTO_VISTA')"><i class="fas fa-trash-alt" aria-hidden="true"></i></button>
</td>
</tr>
</template>
<template id="id-template-debito-parcelamento">
<tr>
<td class="p-2">
<div class="br-select">
<div class="br-input">
<select class="p-2" style="border: 1px solid #1351b4; border-radius: 4px; width: 100%;">
<option value="DCTF">DCTF</option>
<option value="DCTFWeb">DCTFWeb</option>
</select>
</div>
</div>
</td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" placeholder="Numero"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" oninput="aplicarMascaraCpfCnpj(this, 'CNPJ')" onchange="handleValidarCNPJDebito(this)" placeholder="CNPJ"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="7" oninput="aplicarMascaraCodigoReceita(this)" onchange="validarCodigoReceita(this)" placeholder="1234-01"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraPeriodoApuracao(this)" onchange="handleValidarPeriodoApuracao(this)" placeholder="AAAA ou MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input obrigatorio"><input type="text" class="text-right" data-campo="valor-principal" oninput="validarValorNaoNegativo(this)" onchange="handleValidarValorPrincipalDebito(this, 'PARCELAMENTO')" placeholder="0,00"></div></td>
<td class="p-2 acoes text-center">
<button class="br-button circle small" type="button" aria-label="Excluir" onclick="excluirLinhaDebito(this, 'PARCELAMENTO')"><i class="fas fa-trash-alt" aria-hidden="true"></i></button>
</td>
</tr>
</template>
<template id="id-template-debito-compensacao">
<tr>
<td class="p-2">
<div class="br-select">
<div class="br-input">
<select class="p-2" style="border: 1px solid #1351b4; border-radius: 4px; width: 100%;">
<option value="DCTF">DCTF</option>
<option value="DCTFWeb">DCTFWeb</option>
</select>
</div>
</div>
</td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" placeholder="Numero"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" oninput="aplicarMascaraCpfCnpj(this, 'CNPJ')" onchange="handleValidarCNPJDebito(this)" placeholder="CNPJ"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="7" oninput="aplicarMascaraCodigoReceita(this)" onchange="validarCodigoReceita(this)" placeholder="1234-01"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraPeriodoApuracao(this)" onchange="handleValidarPeriodoApuracao(this)" placeholder="AAAA ou MM/AAAA"></div></td>
<td class="p-2"><div class="br-input"><input type="text" class="text-center" maxlength="10" oninput="aplicarMascaraData(this)" onchange="handleValidarDataDebito(this)" placeholder="DD/MM/AAAA"></div></td>
<td class="p-2"><div class="br-input obrigatorio"><input type="text" class="text-right" data-campo="valor-principal" oninput="validarValorNaoNegativo(this)" onchange="handleValidarValorPrincipalDebito(this, 'COMPENSACAO')" placeholder="0,00"></div></td>
<td class="p-2 acoes text-center">
<button class="br-button circle small" type="button" aria-label="Excluir" onclick="excluirLinhaDebito(this, 'COMPENSACAO')"><i class="fas fa-trash-alt" aria-hidden="true"></i></button>
</td>
</tr>
</template>
<!-- CONTEÚDO PRINCIPAL -->
<main class="flex-grow-1">
<!-- HEADER GOV.BR -->
<section id="id-cabecalho">
<header class="br-header">
<div class="container-lg">
<div class="header-top">
<div class="header-logo">
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 374.7 134.9" style="enable-background:new 0 0 374.7 134.9;" xml:space="preserve">
<style type="text/css">
.st0 { fill: #2864AE; }
.st1 { fill: #46AD44; }
.st2 { fill: #FABD10; }
</style>
<path class="st0" d="M40.1,84.7c8.9,0,16-7.5,16-18.7c0-8.1-4.8-17.2-16-17.2c-9.3,0-14.2,8.2-14.2,18.1C25.9,78.3,32.6,84.7,40.1,84.7zM80.4,95.5c0,29.8-14.5,39.4-43.8,39.4c-12,0-21.9-2.5-27.7-4.6l1.3-19.8c7.7,3.8,14.1,6,24.5,6c14.5,0,22.3-6.8,22.3-21.1v-3.9h-0.3c-6,8.5-14.4,12.4-24.4,12.4C12.4,104,0,88.9,0,67.4c0-21.6,10.2-37.8,32.8-37.8c10.7,0,19.4,5.9,24.7,14.8h0.3V31.3h22.7L80.4,95.5L80.4,95.5z" />
<polygon class="st1" points="181.6,103.9 209.5,103.9 235.8,31.7 211.4,31.7 196.6,83.1 196.3,83.1 181.6,31.7 155.3,31.7 " />
<path class="st2" d="M139,67.8c0-10.8-4.7-20.4-16.2-20.4c-11.5,0-16.2,9.6-16.2,20.4c0,10.7,4.7,20.2,16.2,20.2C134.3,88,139,78.5,139,67.8z M80.8,67.8c0-24,18.1-37.8,42-37.8s42,13.9,42,37.8c0,23.8-18.1,37.7-42,37.7C99,105.5,80.8,91.6,80.8,67.8z" />
<path class="st0" d="M238.6,93.7c0,6.5-5.3,11.8-11.8,11.8c-6.5,0-11.8-5.3-11.8-11.8c0-6.5,5.3-11.8,11.8-11.8 C233.3,81.8,238.6,87.1,238.6,93.7z" />
<path class="st0" d="M281,49.2c-9.1,0-15.2,8-15.2,18.8c0,10.5,6.9,18.4,15.2,18.4c9.4,0,15.1-7.9,15.1-19.4C296.1,57.5,290.7,49.2,281,49.2z M240.9,0h25.1v41h0.3c6.4-8,14.8-10.9,24.8-10.9c20,0,30.9,19,30.9,36.4c0,21.3-11.5,39.1-33,39.1c-11.5,0-21.6-6.5-24.8-14.6h-0.3v12.9h-23L240.9,0L240.9,0z" />
<path class="st2" d="M373.4,51.7c-2.8-0.8-5.5-0.8-8.5-0.8c-11.6,0-18.1,8.4-18.1,22.6v30.5h-24.9V31.7h22.7V45h0.3c4.3-9.1,10.5-15,21.3-15c2.9,0,6,0.4,8.5,0.8L373.4,51.7z" />
</svg>
</div>
</div>
<div class="header-bottom">
<div class="header-menu">
<div class="header-info">
<div class="header-title">Débitos a Regularizar</div>
<div class="header-subtitle">Receita Federal do Brasil (RFB)</div>
</div>
</div>
</div>
</div>
</header>
</section>
<div class="container-lg my-5" id="id-secao-identificacao-debitos">
<div class="br-card p-4 p-lg-5">
<section class="mb-2 br-section-card" id="id-pdf-debitos">
<h1 class="text-up-02 text-weight-bold mb-4 text-primary">
Débitos a Regularizar
<span id="id-tipo-formulario-documento" class="linha-tipo-formulario-documento">Tipo de Formulário: Confia</span>
</h1>
<h3 class="text-weight-semi-bold mt-5 mb-3 text-primary">Débitos — Pagamento à Vista</h3>
<div class="table-responsive">
<table class="br-table" name="tabela_pagamento_vista">
<thead>
<tr>
<th scope="col" class="text-center align-middle">Tipo de Declaração</th>
<th scope="col" class="text-center align-middle">Nº da Declaração</th>
<th scope="col" class="text-center align-middle">Data de Entrega<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">CNPJ do Débito</th>
<th scope="col" class="text-center align-middle">
Código Receita
<span class="tooltip-ajuda" tabindex="0" aria-label="Ajuda sobre Código de Receita">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
<strong>Formatos válidos:</strong><br>
• 1234<br>
• 1234-01
</span>
</span>
</th>
<th class="text-center align-middle">
Período de Apuração
<span class="tooltip-ajuda">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
Formatos válidos:<br>
• <strong>AAAA</strong> (2022)<br>
• <strong>MM/AAAA</strong> (13/2022)<br>
• <strong>DD/MM/AAAA</strong> (01/05/2022)
</span>
</span>
</th>
<th scope="col" class="text-center align-middle">Vencimento do Tributo<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">Valor Principal (R$)</th>
<th scope="col" class="text-center align-middle acoes">Ações</th>
</tr>
</thead>
<tbody id="id-corpo-tabela-pagamento-vista"></tbody>
<tfoot>
<tr>
<td colspan="7" class="text-right text-weight-semi-bold border-top p-3">Subtotal — Pagamento à Vista:</td>
<td class="text-right text-weight-bold border-top p-3" id="id-total-tabela-pagamento-vista">R$ 0,00</td>
<td class="border-top p-3 acoes"></td>
</tr>
</tfoot>
</table>
</div>
<div class="acoes-tabela">
<button type="button" class="br-button secondary" onclick="incluirLinhaDebito('PAGAMENTO_VISTA')"><i class="fas fa-plus mr-2"></i> Adicionar Débito à Vista</button>
</div>
<h3 class="text-weight-semi-bold mt-5 mb-3 text-primary">Débitos — Parcelamento</h3>
<div class="table-responsive">
<table class="br-table" name="tabela_parcelamento">
<thead>
<tr>
<th scope="col" class="text-center align-middle">Tipo de Declaração</th>
<th scope="col" class="text-center align-middle">Nº da Declaração</th>
<th scope="col" class="text-center align-middle">Data de Entrega<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">CNPJ do Débito</th>
<th scope="col" class="text-center align-middle">
Código Receita
<span class="tooltip-ajuda" tabindex="0" aria-label="Ajuda sobre Código de Receita">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
<strong>Formatos válidos:</strong><br>
• 1234<br>
• 1234-01
</span>
</span>
</th>
<th class="text-center align-middle">
Período de Apuração
<span class="tooltip-ajuda">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
Formatos válidos:<br>
• <strong>AAAA</strong> (2022)<br>
• <strong>MM/AAAA</strong> (13/2022)<br>
• <strong>DD/MM/AAAA</strong> (01/05/2022)
</span>
</span>
</th>
<th scope="col" class="text-center align-middle">Vencimento do Tributo<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">Valor Principal (R$)</th>
<th scope="col" class="text-center align-middle acoes">Ações</th>
</tr>
</thead>
<tbody id="id-corpo-tabela-parcelamento"></tbody>
<tfoot>
<tr>
<td colspan="7" class="text-right text-weight-semi-bold border-top p-3">Subtotal — Parcelamento:</td>
<td class="text-right text-weight-bold border-top p-3" id="id-total-tabela-parcelamento">R$ 0,00</td>
<td class="border-top p-3 acoes"></td>
</tr>
</tfoot>
</table>
</div>
<div class="acoes-tabela">
<button type="button" class="br-button secondary" onclick="incluirLinhaDebito('PARCELAMENTO')"><i class="fas fa-plus mr-2"></i> Adicionar Débito ao Parcelamento</button>
</div>
<h3 class="text-weight-semi-bold mt-5 mb-3 text-primary">Débitos — Compensação</h3>
<div class="table-responsive">
<table class="br-table" name="tabela_compensacao">
<thead>
<tr>
<th scope="col" class="text-center align-middle">Tipo de Declaração</th>
<th scope="col" class="text-center align-middle">Nº da Declaração</th>
<th scope="col" class="text-center align-middle">Data de Entrega<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">CNPJ do Débito</th>
<th scope="col" class="text-center align-middle">
Código Receita
<span class="tooltip-ajuda" tabindex="0" aria-label="Ajuda sobre Código de Receita">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
<strong>Formatos válidos:</strong><br>
• 1234<br>
• 1234-01
</span>
</span>
</th>
<th scope="col" class="text-center align-middle">
Período de Apuração<br><small>AAAA, MM/AAAA ou DD/MM/AAAA</small>
<span class="tooltip-ajuda" tabindex="0" aria-label="Ajuda sobre Período de Apuração">
<i class="fas fa-circle-info icone-ajuda"></i>
<span class="tooltip-texto">
Formatos válidos:<br>
• <strong>AAAA</strong> (ex: 2022)<br>
• <strong>MM/AAAA</strong> (ex: 13/2022 — mês de 01 a 13)<br>
• <strong>DD/MM/AAAA</strong> (ex: 01/05/2022)
</span>
</span>
</th>
<th scope="col" class="text-center align-middle">Vencimento do Tributo<br><small>DD/MM/AAAA</small></th>
<th scope="col" class="text-center align-middle">Valor Principal (R$)</th>
<th scope="col" class="text-center align-middle acoes">Ações</th>
</tr>
</thead>
<tbody id="id-corpo-tabela-compensacao"></tbody>
<tfoot>
<tr>
<td colspan="7" class="text-right text-weight-semi-bold border-top p-3">Subtotal — Compensação:</td>
<td class="text-right text-weight-bold border-top p-3" id="id-total-tabela-compensacao">R$ 0,00</td>
<td class="border-top p-3 acoes"></td>
</tr>
</tfoot>
</table>
</div>
<div class="acoes-tabela">
<button type="button" class="br-button secondary" onclick="incluirLinhaDebito('COMPENSACAO')"><i class="fas fa-plus mr-2"></i> Adicionar Débito à Compensação</button>
</div>
<div class="row justify-content-end mt-4">
<div class="col-sm-12 col-md-5">
<div class="box-total-geral">
<label for="id-total-divida-regularizar" class="text-weight-bold text-up-01 mb-2 d-block">Total Geral da Dívida a Regularizar (R$):</label>
<input id="id-total-divida-regularizar" class="text-weight-bold text-up-02 text-right bg-transparent border-0 w-100" type="text" name="total_geral_divida" readonly value="0,00" style="color: #1351b4; font-size: 1.25rem;">
</div>
</div>
</div>
</section>
</div>
</div>
<div class="container-lg text-center my-5 acoes pb-5">
<button class="br-button primary large" type="button" onclick="iniciarGeracaoDocumento()">
<i class="fas fa-file-pdf mr-2" aria-hidden="true"></i> Gerar PDF
</button>
<div id="id-aguardar" class="text-primary mt-3 d-none text-weight-semi-bold">
<i class="fas fa-spinner fa-spin mr-2"></i> Gerando PDF, por favor aguarde...
</div>
</div>
</main>
<!--FOOTER-->
<section id="id-rodape" class="mt-5xh">
<br-footer>
<footer role="contentinfo" aria-label="Footer" class="br-footer">
<div class="container">
<div class="logo text-sm-left">
<img alt="govbr" src="assets/img/logo_govbr_branco.png">
</div>
<section aria-label="Redes Sociais" class="d-sm-block secondary-info">
<div class="row align-items-end justify-content-between py-5">
<div role="list" class="col assigns text-right">
<span class="sr-only">Parceiros</span>
<a role="listitem" target="_blank" class="ml-4 partner"
href="https://www.gov.br/receitafederal/pt-br" aria-label="Receita Federal">
<img alt="receitafederal" src="assets/img/logo_rfb_branco.png">
</a>
<!-- <a role="listitem" target="_blank" class="ml-4 partner"
href="https://www.gov.br/empresas-e-negocios/pt-br/redesim"
aria-label="Empresas & Negócios">
<img alt="redesim" src="assets/img/logo_redesim_branco.svg">
</a> -->
<a role="listitem" target="_blank" class="ml-4 partner"
href="https://www.gov.br/acessoainformacao/pt-br" aria-label="Acesso à Informação">
<img alt="acessoainformacao" src="assets/img/logo_acesso_informacao.png">
</a>
</div>
</div>
</section>
</div>
<section aria-label="Informações Legais" class="container-fluid">
<span class="br-divider my-3"></span>
<div class="info">
<div class="text-down-01 text-medium pb-3">Versão 1.0.0 - Termo de uso e Política de Privacidade
</div>
</div>
</section>
</footer>
</br-footer>
</section>
<div class="br-scrim-util foco" id="modal-scrim" data-scrim="true">
<div class="div br-modal medium" id="id-modal-generico" aria-modal="true" role="dialog" aria-labelledby="modal-generico">
<div class="br-modal-header">
<div class="modal-title" id="id-modal-generico-titulo">Aviso</div>
<button class="br-button close circle" type="button" data-dismiss="true" aria-label="Fechar">
<i class="fas fa-times" aria-hidden="true"></i>
</button>
</div>
<div class="br-modal-body">
<p id="id-elemento-mensagem"></p>
</div>
<div class="br-modal-footer justify-content-end">
<button id="id-entendi" class="br-button primary" type="button" data-dismiss="true">Entendi</button>
</div>
</div>
</div>
</body>
</html>