| <!DOCTYPE html> |
| <html lang="pt-BR"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Gerar Relatório DEBCAD / Dívida Ativa Previdenciária</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| .dropdown-menu { |
| display: none; |
| } |
| .dropdown:hover .dropdown-menu { |
| display: block; |
| z-index: 1000; |
| min-width: 160px; |
| box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); |
| border-radius: 4px; |
| } |
| .video-thumbnail { |
| position: relative; |
| width: 100%; |
| height: 0; |
| padding-bottom: 56.25%; |
| overflow: hidden; |
| border-radius: 16px; |
| } |
| .video-thumbnail img { |
| width: 100%; |
| height: 100%; |
| object-fit: cover; |
| position: absolute; |
| top: 0; |
| left: 0; |
| } |
| .play-button { |
| position: absolute; |
| top: 50%; |
| left: 50%; |
| transform: translate(-50%, -50%); |
| width: 68px; |
| height: 48px; |
| background-color: rgba(255, 0, 0, 0.9); |
| border-radius: 10px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| transition: all 0.3s ease; |
| } |
| .play-button:hover { |
| background-color: rgba(255, 0, 0, 1); |
| transform: translate(-50%, -50%) scale(1.05); |
| } |
| .play-button i { |
| color: white; |
| font-size: 24px; |
| } |
| @import url('https://fonts.cdnfonts.com/css/arial-rounded-mt'); |
| |
| body { |
| font-family: 'Arial Rounded MT', sans-serif; |
| font-weight: normal; |
| } |
| |
| .profmarcelovicente-bg { |
| background-color: #5466DD; |
| } |
| |
| .profmarcelovicente-text { |
| color: #5466DD; |
| } |
| |
| .profmarcelovicente-border { |
| border-color: #5466DD; |
| } |
| |
| .profmarcelovicente-btn { |
| background-color: #5466DD; |
| color: white; |
| } |
| |
| .profmarcelovicente-btn:hover { |
| background-color: #3a4fc7; |
| } |
| |
| .dropdown:hover .dropdown-menu { |
| display: block; |
| } |
| |
| html { |
| scroll-behavior: smooth; |
| } |
| |
| .hero-pattern { |
| background-image: radial-gradient(#2b6cb0 1px, transparent 1px); |
| background-size: 20px 20px; |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50"> |
| |
| <header class="profmarcelovicente-bg text-white shadow-lg"> |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
| <div class="text-xl">@profmarcelovicente</div> |
| <div class="flex space-x-4"> |
| <a href="https://instagram.com/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-instagram text-2xl"></i> |
| </a> |
| <a href="https://facebook.com/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-facebook text-2xl"></i> |
| </a> |
| <a href="https://youtube.com/@profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-youtube text-2xl"></i> |
| </a> |
| <a href="https://www.linkedin.com/company/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-linkedin text-2xl"></i> |
| </a> |
| </div> |
| |
| </header> |
|
|
| |
| <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')"> |
| <div class="bg-blue-900 bg-opacity-70 py-32"> |
| <div class="container mx-auto px-4 text-center py-8"> |
| <h1 class="text-4xl md:text-5xl mb-6">Novos clientes e contratos</h1> |
| <p class="text-xl md:text-2xl mb-8">Aprenda a superar a barreira da prospecção</p> |
| <div class="mt-8 text-center"> |
| <a href="https://marcelovicente.prof/live1947" target="_blank" class="inline-block profmarcelovicente-btn text-xl font-semibold px-8 py-3 rounded-full hover:shadow-md transition-all" style="color: white;"> |
| Quero me tornar expert! |
| </a> |
| </div> |
|
|
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="container mx-auto px-4 py-12"> |
| <div class="max-w-5xl mx-auto"> |
| <div class="bg-white rounded-xl shadow-lg overflow-hidden mb-8"> |
| <div class="md:flex"> |
| <div class="md:w-1/3 bg-gradient-to-br from-blue-500 to-blue-600 p-6 flex flex-col justify-center"> |
| <h2 class="text-2xl md:text-3xl font-bold text-white mb-4">Domine a Arte da Captação em Gestão de Passivo Fiscal</h2> |
| </div> |
| <div class="md:w-2/3 p-6"> |
| <div class="grid md:grid-cols-2 gap-6"> |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <div class="text-blue-600 text-2xl mb-3"><i class="fas fa-search"></i></div> |
| <h3 class="text-xl font-semibold mb-2">Diagnóstico Gratuito que Gera Valor</h3> |
| <p class="text-gray-700">Ofereça uma análise preliminar sem custo, revelando ao cliente problemas que ele nem sabia existir. Essa é a isca perfeita para quem está desesperado por soluções.</p> |
| </div> |
| |
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <div class="text-blue-600 text-2xl mb-3"><i class="fas fa-file-alt"></i></div> |
| <h3 class="text-xl font-semibold mb-2">Relatório Sintético</h3> |
| <p class="text-gray-700">Substitua jargões jurídicos por um documento claro que mostre: O tamanho real do problema, riscos imediatos e consequências pessoais para gestores.</p> |
| </div> |
|
|
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <div class="text-blue-600 text-2xl mb-3"><i class="fas fa-users"></i></div> |
| <h3 class="text-xl font-semibold mb-2">Abordagem Segmentada</h3> |
| <p class="text-gray-700">Pessoas Físicas: IPTU, IPVA e IRPF. Microempresas: Soluções para Simples Nacional. Grandes Empresas: Gestão completa de contencioso.</p> |
| </div> |
|
|
| <div class="bg-gray-50 p-4 rounded-lg"> |
| <div class="text-blue-600 text-2xl mb-3"><i class="fas fa-gift"></i></div> |
| <h3 class="text-xl font-semibold mb-2">Gatilho de Reciprocidade</h3> |
| <p class="text-gray-700">Ao presentear com uma análise inicial detalhada, você cria uma dívida psicológica que naturalmente leva à contratação.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="rounded-xl p-6 text-white shadow-lg my-8" style="background-color: #00CC88;"> |
| <h3 class="text-xl font-bold mb-4"><i class="fas fa-lightbulb mr-2"></i> Processo em 3 Etapas Irresistíveis</h3> |
| <p class="mb-4">1) Pesquisa gratuita → 2) Pré-avaliação → 3) Proposta de solução. Cada etapa aumenta o comprometimento do cliente.</p> |
| <p class="mb-4 font-semibold">Dica Ouro: Utilize procurações digitais para agilizar o processo e demonstrar profissionalismo desde o primeiro contato.</p> |
| <p class="mb-4">Por Que Isso Funciona? Clientes em dificuldades fiscais estão vulneráveis e dispostos a pagar por quem: |
| <br>✔ Mostra o problema claramente |
| <br>✔ Apresenta um caminho viável |
| <br>✔ Dá segurança jurídica |
| </p> |
| <p class="font-semibold">Quer descobrir como transformar essa metodologia em um fluxo constante de clientes?</p> |
| <div class="text-center mt-6"> |
| <a href="https://marcelovicente.prof/ebook2" target="_blank" class="inline-block bg-blue-600 text-white text-lg font-bold px-8 py-2 rounded-full hover:shadow-md transition-all mr-4"> |
| Baixar E-Book |
| </a> |
| <a href="https://marcelovicente.prof/live1947" target="_blank" class="inline-block bg-white text-[#00CC88] text-lg font-bold px-8 py-2 rounded-full hover:shadow-md transition-all"> |
| Quero me tornar expert! |
| </a> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
|
|
| |
| <footer class="profmarcelovicente-bg text-white py-8"> |
| <div class="container mx-auto px-4"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <div class="mb-4 md:mb-0"> |
| <h3 class="text-xl">@profmarcelovicente</h3> |
| <p class="text-white">Especialista em Transações Tributárias</p> |
| </div> |
| <div class="flex space-x-6"> |
| <a href="https://instagram.com/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-instagram text-2xl"></i> |
| </a> |
| <a href="https://facebook.com/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-facebook text-2xl"></i> |
| </a> |
| <a href="https://youtube.com/@profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-youtube text-2xl"></i> |
| </a> |
| <a href="https://www.linkedin.com/company/profmarcelovicente" target="_blank" class="transition"> |
| <i class="fab fa-linkedin text-2xl"></i> |
| </a> |
| </div> |
| </div> |
| <div class="border-t border-[#5466DD] mt-6 pt-6 text-center text-white"> |
| <p>© 2025 ECJ - Educação Corporativa e Jurídica SS Ltda. Todos os direitos reservados.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maralvic/tt2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p><p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maralvic/novopmv" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |