maralvic commited on
Commit
05952b1
·
verified ·
1 Parent(s): fd28911

Remover "Digite a sigla (AC, AL, AM...) ou o nome completo do estado brasileiro" e escrever "Você será redirecionado para o portal da Procuradoria da Fazenda - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +121 -68
index.html CHANGED
@@ -74,8 +74,8 @@
74
  <section class="text-white bg-cover bg-center" style="background-image: url('https://www.regularize.online/wp-content/uploads/2023/08/Sem-nome-680-×-456-px-1910-×-376-px-4.png')">
75
  <div class="bg-blue-900 bg-opacity-70 py-32">
76
  <div class="container mx-auto px-4 text-center py-8">
77
- <h1 class="text-4xl md:text-5xl mb-6">Transações Tributárias</h1>
78
- <p class="text-xl md:text-2xl mb-8">Nova Modalidade de Negociação</p>
79
  <a href="https://marcelovicente.prof/live1947" class="profmarcelovicente-btn px-8 py-3 rounded-lg font-bold text-white hover:shadow-lg transition inline-block">
80
  Quero garantir minha vaga!
81
  </a>
@@ -83,78 +83,54 @@
83
  </div>
84
  </section>
85
 
86
- <!-- Main Content -->
87
- <main class="container mx-auto px-4 py-12">
88
- <!-- Hero Section -->
89
- <div class="max-w-6xl mx-auto mb-16 text-center">
90
- <h1 class="profmarcelovicente-text text-4xl md:text-5xl mb-6">Transações Tributárias</h1>
91
- <h2 class="text-2xl md:text-3xl mb-8">Soluções estratégicas para desafios fiscais</h2>
92
- <div class="bg-white rounded-lg shadow-lg p-8 mb-12 text-left">
93
- <h3 class="profmarcelovicente-text text-2xl mb-4">Amplie sua atuação jurídica com Transações Tributárias</h3>
94
- <p class="text-gray-700 mb-4">Descubra uma oportunidade única de ampliar sua atuação jurídica e fortalecer seu escritório: especialize-se em Transações Tributárias! Com a Lei 13.988/2020, conhecida como a "Lei do Contribuinte Legal", você pode oferecer aos seus clientes uma solução eficiente para dívidas e discussões com a Fazenda Nacional.</p>
95
- <p class="text-gray-700 mb-4">A Transação Tributária é uma modalidade inovadora de negociação que permite resolver conflitos fiscais de forma mais rápida e vantajosa, com condições diferenciadas como descontos em juros, multas e parcelamentos facilitados.</p>
96
- </div>
97
-
98
- <!-- Modalidades Section -->
99
- <h2 id="modalidades" class="profmarcelovicente-text text-3xl mb-8">Modalidades de Transação Tributária no Brasil</h2>
100
- <div class="grid md:grid-cols-2 gap-8 mb-12">
101
- <div class="bg-gray-100 rounded-lg shadow-lg p-6">
102
- <h3 class="profmarcelovicente-text text-xl mb-4">Transação Individual</h3>
103
- <p class="text-gray-700">Voltada para contribuintes com débitos específicos, permitindo acordos personalizados e ajustados às particularidades de cada caso.</p>
104
- </div>
105
- <div class="bg-gray-100 rounded-lg shadow-lg p-6">
106
- <h3 class="profmarcelovicente-text text-xl mb-4">Transação por Adesão</h3>
107
- <p class="text-gray-700">Oferecida pela administração pública, na qual o contribuinte aceita condições previamente estabelecidas em programas ou instrumentos normativos.</p>
108
  </div>
 
 
 
 
109
  </div>
 
 
110
 
111
- <div class="bg-white rounded-lg shadow-lg p-8 mb-12">
112
- <p class="text-gray-700 mb-4">Essas modalidades estão disponíveis nos âmbitos federal, estadual, do Distrito Federal e municipal, ampliando as possibilidades de negociação e soluções fiscais em diferentes esferas de poder.</p>
113
- <p class="text-gray-700 mb-4">Ao dominar essa área, você se posiciona como um advogado estratégico, capaz de proporcionar benefícios reais aos seus clientes, ajudando-os a quitar suas pendências de maneira mais favorável.</p>
114
- <p class="text-gray-700 mb-4">Não perca a chance de se destacar no mercado jurídico! Invista na sua especialização em Transações Tributárias e transforme desafios fiscais em oportunidades de sucesso. Seja o profissional que oferece soluções inteligentes e diferenciadas — seu diferencial competitivo começa aqui!</p>
115
- <a href="https://marcelovicente.prof/master" class="profmarcelovicente-btn px-8 py-3 rounded-lg font-bold text-white hover:shadow-lg transition inline-block">
116
- Saiba mais sobre especialização
117
- </a>
118
  </div>
119
-
120
- <!-- Quick Access Section -->
121
- <div class="bg-white rounded-lg shadow-lg p-8">
122
- <h2 class="profmarcelovicente-text text-3xl mb-6">Acesso às Transações</h2>
123
- <div class="grid md:grid-cols-2 gap-4">
124
- <a href="https://www.gov.br/receitafederal/pt-br/servicos/regularizacao-de-impostos/fazer-acordo" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
125
- <span>Federais - RFB</span>
126
- <i class="fas fa-external-link-alt text-sm"></i>
127
- </a>
128
- <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
129
- <span>Federais - PGFN</span>
130
- <i class="fas fa-external-link-alt text-sm"></i>
131
- </a>
132
- <a href="https://www.gov.br/pt-br/servicos/transacao-de-dividas-das-autarquias-e-fundacoes-publicas-federais" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
133
- <span>Federais - AGU</span>
134
- <i class="fas fa-external-link-alt text-sm"></i>
135
- </a>
136
- <a href="https://www.regularize.online/programas-de-parcelamento-estados-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
137
- <span>Estaduais / DF</span>
138
- <i class="fas fa-external-link-alt text-sm"></i>
139
- </a>
140
- <a href="https://www.regularize.online/pesquisar-negociacoes-municipais-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
141
- <span>Municipais</span>
142
- <i class="fas fa-external-link-alt text-sm"></i>
143
- </a>
144
- <a href="https://www8.receita.fazenda.gov.br/SimplesNacional/Servicos/Grupo.aspx?grp=14" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
145
- <span>Simples Nacional - RFB</span>
146
- <i class="fas fa-external-link-alt text-sm"></i>
147
- </a>
148
- <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition flex items-center justify-center space-x-2">
149
- <span>Simples Nacional - PGFN</span>
150
- <i class="fas fa-external-link-alt text-sm"></i>
151
- </a>
152
- </div>
153
  </div>
154
  </div>
155
-
156
- </div>
157
- </main>
158
 
159
  <!-- Footer -->
160
  <footer class="profmarcelovicente-bg text-white py-8">
@@ -183,6 +159,83 @@
183
  </footer>
184
 
185
  <script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  // Smooth scrolling for anchor links
187
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
188
  anchor.addEventListener('click', function (e) {
 
74
  <section class="text-white bg-cover bg-center" style="background-image: url('https://www.regularize.online/wp-content/uploads/2023/08/Sem-nome-680-×-456-px-1910-×-376-px-4.png')">
75
  <div class="bg-blue-900 bg-opacity-70 py-32">
76
  <div class="container mx-auto px-4 text-center py-8">
77
+ <h1 class="text-4xl md:text-5xl mb-6">Negociações nos Estados e no DF</h1>
78
+ <p class="text-xl md:text-2xl mb-8">Pesquise as modalidades de Negociação de Débitos Inscritos na Dívida Ativa (Procuradorias das Fazendas)</p>
79
  <a href="https://marcelovicente.prof/live1947" class="profmarcelovicente-btn px-8 py-3 rounded-lg font-bold text-white hover:shadow-lg transition inline-block">
80
  Quero garantir minha vaga!
81
  </a>
 
83
  </div>
84
  </section>
85
 
86
+ <!-- State Search Form -->
87
+ <section class="container mx-auto px-4 py-12">
88
+ <div class="max-w-4xl mx-auto bg-white rounded-lg shadow-lg p-8">
89
+ <h1 class="profmarcelovicente-text text-3xl mb-6 text-center">Digite a sigla ou o nome do Estado</h1>
90
+
91
+ <form class="search-form" onsubmit="buscarEstado(event)">
92
+ <div class="flex">
93
+ <input
94
+ type="text"
95
+ id="estadoInput"
96
+ class="flex-grow px-4 py-3 border border-gray-300 rounded-l-lg focus:outline-none focus:ring-2 focus:ring-blue-500"
97
+ placeholder="Digite a sigla (ex: SP) ou nome do estado (ex: São Paulo)"
98
+ autocomplete="off"
99
+ >
100
+ <button
101
+ type="submit"
102
+ class="profmarcelovicente-btn px-6 py-3 rounded-r-lg font-bold text-white hover:shadow-lg transition"
103
+ >
104
+ Acessar
105
+ </button>
 
 
106
  </div>
107
+ </form>
108
+
109
+ <div class="text-gray-500 text-sm mt-2 text-center">
110
+ Você será redirecionado para o portal da Procuradoria da Fazenda
111
  </div>
112
+ </div>
113
+ </section>
114
 
115
+ <!-- Modal -->
116
+ <div id="errorModal" class="hidden fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center">
117
+ <div class="bg-white rounded-lg shadow-xl max-w-sm w-full">
118
+ <div class="profmarcelovicente-bg text-white px-6 py-4 rounded-t-lg">
119
+ <h3 class="text-lg font-bold">Resultado da pesquisa</h3>
 
 
120
  </div>
121
+ <div class="p-6">
122
+ <p>Unidade não encontrada. Tente novamente</p>
123
+ </div>
124
+ <div class="px-6 py-4 bg-gray-100 rounded-b-lg text-right">
125
+ <button
126
+ onclick="fecharModal()"
127
+ class="profmarcelovicente-btn px-4 py-2 rounded font-bold text-white hover:shadow-lg transition"
128
+ >
129
+ OK
130
+ </button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  </div>
132
  </div>
133
+ </div>
 
 
134
 
135
  <!-- Footer -->
136
  <footer class="profmarcelovicente-bg text-white py-8">
 
159
  </footer>
160
 
161
  <script>
162
+ // Dados dos estados brasileiros
163
+ const statesData = {
164
+ 'AC': 'www.pge.ac.gov.br/', 'ACRE': 'www.pge.ac.gov.br/',
165
+ 'AL': 'http://www.pge.al.gov.br/', 'ALAGOAS': 'http://www.pge.al.gov.br/',
166
+ 'AM': 'http://www.pge.am.gov.br/', 'AMAZONAS': 'http://www.pge.am.gov.br/',
167
+ 'AP': 'http://www.pge.ap.gov.br/', 'AMAPÁ': 'http://www.pge.ap.gov.br/', 'AMAPA': 'http://www.pge.ap.gov.br/',
168
+ 'BA': 'http://www.pge.ba.gov.br/', 'BAHIA': 'http://www.pge.ba.gov.br/',
169
+ 'CE': 'http://www.pge.ce.gov.br/', 'CEARÁ': 'http://www.pge.ce.gov.br/', 'CEARA': 'http://www.pge.ce.gov.br/',
170
+ 'DF': 'http://www.pg.df.gov.br/', 'DISTRITO FEDERAL': 'http://www.pg.df.gov.br/',
171
+ 'ES': 'http://www.pge.es.gov.br/', 'ESPÍRITO SANTO': 'http://www.pge.es.gov.br/', 'ESPIRITO SANTO': 'http://www.pge.es.gov.br/',
172
+ 'GO': 'http://www.procuradoria.go.gov.br/', 'GOIÁS': 'http://www.procuradoria.go.gov.br/', 'GOIAS': 'http://www.procuradoria.go.gov.br/',
173
+ 'MA': 'http://www.pge.ma.gov.br/', 'MARANHÃO': 'http://www.pge.ma.gov.br/', 'MARANHAO': 'http://www.pge.ma.gov.br/',
174
+ 'MG': 'http://www.pge.mg.gov.br/', 'MINAS GERAIS': 'http://www.pge.mg.gov.br/',
175
+ 'MS': 'http://www.pge.ms.gov.br/', 'MATO GROSSO DO SUL': 'http://www.pge.ms.gov.br/',
176
+ 'MT': 'http://www.pge.mt.gov.br/', 'MATO GROSSO': 'http://www.pge.mt.gov.br/',
177
+ 'PA': 'http://www.pge.pa.gov.br/', 'PARÁ': 'http://www.pge.pa.gov.br/', 'PARA': 'http://www.pge.pa.gov.br/',
178
+ 'PB': 'http://www.pge.pb.gov.br/', 'PARAÍBA': 'http://www.pge.pb.gov.br/', 'PARAIBA': 'http://www.pge.pb.gov.br/',
179
+ 'PE': 'http://www.pge.pe.gov.br/', 'PERNAMBUCO': 'http://www.pge.pe.gov.br/',
180
+ 'PI': 'http://www.pge.pi.gov.br/', 'PIAUÍ': 'http://www.pge.pi.gov.br/', 'PIAUI': 'http://www.pge.pi.gov.br/',
181
+ 'PR': 'http://www.pge.pr.gov.br/', 'PARANÁ': 'http://www.pge.pr.gov.br/', 'PARANA': 'http://www.pge.pr.gov.br/',
182
+ 'RJ': 'http://www.pge.rj.gov.br/', 'RIO DE JANEIRO': 'http://www.pge.rj.gov.br/',
183
+ 'RN': 'http://www.pge.rn.gov.br/', 'RIO GRANDE DO NORTE': 'http://www.pge.rn.gov.br/',
184
+ 'RO': 'http://www.pge.ro.gov.br/', 'RONDÔNIA': 'http://www.pge.ro.gov.br/', 'RONDONIA': 'http://www.pge.ro.gov.br/',
185
+ 'RR': 'http://www.pge.rn.gov.br/', 'RORAIMA': 'http://www.pge.rn.gov.br/',
186
+ 'RS': 'http://www.pge.rs.gov.br/', 'RIO GRANDE DO SUL': 'http://www.pge.rs.gov.br/',
187
+ 'SC': 'http://www.pge.sc.gov.br/', 'SANTA CATARINA': 'http://www.pge.sc.gov.br/',
188
+ 'SE': 'http://www.pge.se.gov.br/', 'SERGIPE': 'http://www.pge.se.gov.br/',
189
+ 'SP': 'http://www.pge.sp.gov.br/', 'SÃO PAULO': 'http://www.pge.sp.gov.br/', 'SAO PAULO': 'http://www.pge.sp.gov.br/',
190
+ 'TO': 'http://www.pge.to.gov.br/', 'TOCANTINS': 'http://www.pge.to.gov.br/'
191
+ };
192
+
193
+ function buscarEstado(event) {
194
+ event.preventDefault();
195
+
196
+ const input = document.getElementById('estadoInput');
197
+ const busca = input.value.trim().toUpperCase();
198
+
199
+ if (!busca) {
200
+ mostrarModal();
201
+ return;
202
+ }
203
+
204
+ const url = statesData[busca];
205
+
206
+ if (url) {
207
+ // Adiciona protocolo se não existir
208
+ const urlCompleta = url.startsWith('http') ? url : 'http://' + url;
209
+ window.open(urlCompleta, '_blank');
210
+ input.value = ''; // Limpa o campo após busca bem-sucedida
211
+ } else {
212
+ mostrarModal();
213
+ }
214
+ }
215
+
216
+ function mostrarModal() {
217
+ document.getElementById('errorModal').classList.remove('hidden');
218
+ }
219
+
220
+ function fecharModal() {
221
+ document.getElementById('errorModal').classList.add('hidden');
222
+ }
223
+
224
+ // Fechar modal ao clicar fora dele
225
+ window.onclick = function(event) {
226
+ const modal = document.getElementById('errorModal');
227
+ if (event.target === modal) {
228
+ fecharModal();
229
+ }
230
+ }
231
+
232
+ // Permitir busca ao pressionar Enter
233
+ document.getElementById('estadoInput').addEventListener('keypress', function(event) {
234
+ if (event.key === 'Enter') {
235
+ buscarEstado(event);
236
+ }
237
+ });
238
+
239
  // Smooth scrolling for anchor links
240
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
241
  anchor.addEventListener('click', function (e) {