|
<!DOCTYPE html> |
|
<html lang="pt-br"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>3 Vídeos Gratuitos - Imposto de Renda Sem Complicação</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet"> |
|
|
|
|
|
<script> |
|
tailwind.config = { |
|
theme: { |
|
extend: { |
|
colors: { |
|
primary: { |
|
50: '#f0f9ff', |
|
100: '#e0f2fe', |
|
500: '#3b82f6', |
|
600: '#2563eb', |
|
700: '#1d4ed8', |
|
}, |
|
secondary: { |
|
500: '#10b981', |
|
} |
|
}, |
|
fontFamily: { |
|
sans: ['Inter', 'sans-serif'], |
|
}, |
|
} |
|
} |
|
} |
|
</script> |
|
|
|
<style> |
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); |
|
|
|
|
|
@font-face { |
|
font-display: block; |
|
font-family: Roboto; |
|
src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff"); |
|
} |
|
@font-face { |
|
font-display: fallback; |
|
font-family: Roboto; |
|
font-weight: 600; |
|
src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff"); |
|
} |
|
@font-face { |
|
font-display: fallback; |
|
font-family: Roboto; |
|
font-weight: 700; |
|
src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff"); |
|
} |
|
|
|
|
|
.pulse-animation { |
|
animation: pulse 2s infinite; |
|
} |
|
@keyframes pulse { |
|
0% { transform: scale(1); } |
|
50% { transform: scale(1.05); } |
|
100% { transform: scale(1); } |
|
} |
|
|
|
.float-animation { |
|
animation: float 6s ease-in-out infinite; |
|
} |
|
@keyframes float { |
|
0% { transform: translateY(0px); } |
|
50% { transform: translateY(-15px); } |
|
100% { transform: translateY(0px); } |
|
} |
|
|
|
.gradient-text { |
|
background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%); |
|
-webkit-background-clip: text; |
|
background-clip: text; |
|
color: transparent; |
|
} |
|
|
|
.gradient-bg { |
|
background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(29, 78, 216, 0.9) 100%), url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); |
|
background-size: cover; |
|
background-position: center; |
|
} |
|
|
|
|
|
.aspect-w-16 { |
|
position: relative; |
|
padding-bottom: 56.25%; |
|
} |
|
|
|
.aspect-h-9 iframe { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.video-card { |
|
transition: all 0.3s ease; |
|
} |
|
.video-card:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
|
} |
|
|
|
.testimonial-card { |
|
transition: all 0.3s ease; |
|
} |
|
.testimonial-card:hover { |
|
transform: scale(1.02); |
|
} |
|
</style> |
|
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css"> |
|
</head> |
|
<body class="bg-gray-50 min-h-screen font-sans antialiased"> |
|
|
|
<nav class="bg-white shadow-sm"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="flex justify-between h-16"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 flex items-center"> |
|
<i class="fas fa-file-invoice-dollar text-primary-600 text-2xl mr-2"></i> |
|
<span class="text-xl font-bold text-gray-900">IR Sem Complicação</span> |
|
</div> |
|
</div> |
|
<div class="hidden md:ml-6 md:flex md:items-center space-x-8"> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 px-3 py-2 text-sm font-medium">Início</a> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 px-3 py-2 text-sm font-medium">Sobre</a> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 px-3 py-2 text-sm font-medium">Depoimentos</a> |
|
<a href="#form" class="bg-primary-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-primary-700 transition duration-200">Acesso Gratuito</a> |
|
</div> |
|
<div class="-mr-2 flex items-center md:hidden"> |
|
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-primary-500" aria-controls="mobile-menu" aria-expanded="false" onclick="toggleMobileMenu()"> |
|
<span class="sr-only">Abrir menu</span> |
|
<i class="fas fa-bars"></i> |
|
</button> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="hidden md:hidden" id="mobile-menu"> |
|
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 block px-3 py-2 rounded-md text-base font-medium">Início</a> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 block px-3 py-2 rounded-md text-base font-medium">Sobre</a> |
|
<a href="#" class="text-gray-500 hover:text-primary-600 block px-3 py-2 rounded-md text-base font-medium">Depoimentos</a> |
|
<a href="#form" class="bg-primary-600 text-white block px-3 py-2 rounded-md text-base font-medium hover:bg-primary-700 transition duration-200">Acesso Gratuito</a> |
|
</div> |
|
</div> |
|
</nav> |
|
|
|
|
|
<section class="gradient-bg text-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 lg:py-24"> |
|
<div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center"> |
|
<div class="mb-12 lg:mb-0"> |
|
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6"> |
|
Domine o <span class="gradient-text">Imposto de Renda</span> em 2023 |
|
</h1> |
|
<p class="text-xl mb-8 text-blue-100"> |
|
Aprenda com especialistas como declarar seu IR de forma simples e segura. Receba nossos 3 vídeos gratuitos e evite erros comuns que podem custar caro. |
|
</p> |
|
|
|
<div class="space-y-4 mb-8"> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 bg-primary-500 rounded-full p-1 mr-3"> |
|
<i class="fas fa-check text-white text-xs"></i> |
|
</div> |
|
<p class="text-blue-100">Entenda quais documentos você precisa</p> |
|
</div> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 bg-primary-500 rounded-full p-1 mr-3"> |
|
<i class="fas fa-check text-white text-xs"></i> |
|
</div> |
|
<p class="text-blue-100">Aprenda a preencher corretamente cada campo</p> |
|
</div> |
|
<div class="flex items-center"> |
|
<div class="flex-shrink-0 bg-primary-500 rounded-full p-1 mr-3"> |
|
<i class="fas fa-check text-white text-xs"></i> |
|
</div> |
|
<p class="text-blue-100">Descubra como economizar pagando menos impostos</p> |
|
</div> |
|
</div> |
|
|
|
<div class="flex items-center space-x-4"> |
|
<div class="flex -space-x-2"> |
|
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/44.jpg" alt="Aluna satisfeita"> |
|
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Aluno satisfeito"> |
|
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Aluna satisfeita"> |
|
</div> |
|
<div> |
|
<p class="text-sm text-blue-100">Mais de <span class="font-bold">5.000 pessoas</span> já aprenderam com nossos vídeos</p> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="form" class="w-full bg-white rounded-xl shadow-xl overflow-hidden border border-gray-200"> |
|
<div class="bg-gradient-to-r from-primary-600 to-primary-700 p-6 text-white"> |
|
<h3 class="text-2xl font-bold mb-2">Acesso Imediato aos Vídeos</h3> |
|
<div class="flex items-center space-x-2 text-sm"> |
|
<div class="flex-shrink-0 bg-white/20 rounded-full p-1"> |
|
<i class="fas fa-lock text-xs"></i> |
|
</div> |
|
<p>Cadastro 100% seguro e sem spam</p> |
|
</div> |
|
</div> |
|
|
|
<div class="aspect-w-16 aspect-h-9 w-full"> |
|
<iframe |
|
class="w-full h-full min-h-[400px]" |
|
src="https://6046817e.sibforms.com/serve/MUIFAIJQGzGrPpUR5Cu_Pn3LAN2dU5Oi_AVUqOApfGuJjhbVakAZqccsLgvJe71EJU7B1MymP0koexo8L2dMHur-Ftrhm2nMmlO7a0DcFW5xqGF_W18EuoU0lOeN_XvWTAzfsBKqUPjRETYnOisTsdpeiUiyGNtZbXllTil_9ONTAsuqeEauU7u5rIqNViDGHOBBLU5J_bGg77_c" |
|
frameborder="0" |
|
scrolling="no" |
|
allowfullscreen |
|
loading="lazy" |
|
title="Formulário de Cadastro para Vídeos Gratuitos" |
|
></iframe> |
|
</div> |
|
|
|
<div class="p-6 bg-gray-50 border-t border-gray-200"> |
|
<div class="flex items-start space-x-3 mb-4"> |
|
<div class="flex-shrink-0 mt-1"> |
|
<i class="fas fa-shield-alt text-primary-600"></i> |
|
</div> |
|
<p class="text-sm text-gray-600"> |
|
<span class="font-medium">Protegemos sua privacidade.</span> Seus dados nunca serão compartilhados com terceiros. |
|
</p> |
|
</div> |
|
<p class="text-center text-sm text-gray-500"> |
|
Se o formulário não carregar, <a href="https://6046817e.sibforms.com/serve/MUIFAIJQGzGrPpUR5Cu_Pn3LAN2dU5Oi_AVUqOApfGuJjhbVakAZqccsLgvJe71EJU7B1MymP0koexo8L2dMHur-Ftrhm2nMmlO7a0DcFW5xqGF_W18EuoU0lOeN_XvWTAzfsBKqUPjRETYnOisTsdpeiUiyGNtZbXllTil_9ONTAsuqeEauU7u5rIqNViDGHOBBLU5J_bGg77_c" class="text-primary-600 hover:underline font-medium" target="_blank">acesse aqui</a>. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="text-center mb-16"> |
|
<h2 class="text-3xl font-bold text-gray-900 mb-4">O que você vai aprender</h2> |
|
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Conteúdo prático e direto ao ponto para você dominar o Imposto de Renda</p> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-3 gap-8"> |
|
|
|
<div class="video-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-100"> |
|
<div class="relative pt-[56.25%] bg-gray-200"> |
|
<div class="absolute inset-0 flex items-center justify-center"> |
|
<div class="w-20 h-20 bg-primary-600/90 hover:bg-primary-700 rounded-full flex items-center justify-center text-white text-3xl transition-all duration-300 transform hover:scale-110 shadow-lg"> |
|
<i class="fas fa-play ml-1"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<div class="flex items-center mb-3"> |
|
<div class="bg-primary-100 text-primary-600 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
|
<span class="font-bold">1</span> |
|
</div> |
|
<h3 class="text-lg font-bold text-gray-900">Documentos Necessários</h3> |
|
</div> |
|
<p class="text-gray-600">Aprenda quais documentos você precisa ter em mãos antes de começar sua declaração para não esquecer nada importante.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="video-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-100"> |
|
<div class="relative pt-[56.25%] bg-gray-200"> |
|
<div class="absolute inset-0 flex items-center justify-center"> |
|
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-center justify-center text-white text-2xl float-animation"> |
|
<i class="fas fa-play"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<div class="flex items-center mb-3"> |
|
<div class="bg-primary-100 text-primary-600 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
|
<span class="font-bold">2</span> |
|
</div> |
|
<h3 class="text-lg font-bold text-gray-900">Passo a Passo Completo</h3> |
|
</div> |
|
<p class="text-gray-600">Veja como preencher cada campo do programa da Receita Federal sem erros e com segurança.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="video-card bg-white rounded-xl shadow-md overflow-hidden border border-gray-100"> |
|
<div class="relative pt-[56.25%] bg-gray-200"> |
|
<div class="absolute inset-0 flex items-center justify-center"> |
|
<div class="w-16 h-16 bg-primary-600 rounded-full flex items-center justify-center text-white text-2xl float-animation"> |
|
<i class="fas fa-play"></i> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="p-6"> |
|
<div class="flex items-center mb-3"> |
|
<div class="bg-primary-100 text-primary-600 rounded-full w-8 h-8 flex items-center justify-center mr-3"> |
|
<span class="font-bold">3</span> |
|
</div> |
|
<h3 class="text-lg font-bold text-gray-900">Economizando no IR</h3> |
|
</div> |
|
<p class="text-gray-600">Descubra estratégias legais para reduzir seu imposto devido e aumentar sua restituição.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-gray-50"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="text-center mb-16"> |
|
<h2 class="text-3xl font-bold text-gray-900 mb-4">O que dizem nossos alunos</h2> |
|
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Veja como nossos vídeos gratuitos já ajudaram milhares de pessoas</p> |
|
</div> |
|
|
|
<div class="grid md:grid-cols-3 gap-8"> |
|
|
|
<div class="testimonial-card bg-white p-8 rounded-xl shadow-sm border border-gray-100"> |
|
<div class="flex items-center mb-4"> |
|
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Depoimento de Maria"> |
|
<div> |
|
<h4 class="font-bold text-gray-900">Maria Silva</h4> |
|
<p class="text-primary-600 text-sm">Contadora</p> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 mb-4">"Os vídeos são extremamente claros e objetivos. Mesmo sendo da área, aprendi dicas valiosas que uso com meus clientes agora."</p> |
|
<div class="flex text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-8 rounded-xl shadow-sm border border-gray-100"> |
|
<div class="flex items-center mb-4"> |
|
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/54.jpg" alt="Depoimento de Carlos"> |
|
<div> |
|
<h4 class="font-bold text-gray-900">Carlos Oliveira</h4> |
|
<p class="text-primary-600 text-sm">Autônomo</p> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 mb-4">"Sempre tive medo de errar na declaração. Com esses vídeos consegui fazer sozinho e ainda recebi restituição pela primeira vez!"</p> |
|
<div class="flex text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white p-8 rounded-xl shadow-sm border border-gray-100"> |
|
<div class="flex items-center mb-4"> |
|
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Depoimento de Ana"> |
|
<div> |
|
<h4 class="font-bold text-gray-900">Ana Paula</h4> |
|
<p class="text-primary-600 text-sm">Professora</p> |
|
</div> |
|
</div> |
|
<p class="text-gray-600 mb-4">"Finalmente entendi como declarar meus investimentos corretamente. Os vídeos explicam de forma simples o que antes parecia complicado."</p> |
|
<div class="flex text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star-half-alt"></i> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-primary-700 text-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
|
<h2 class="text-3xl font-bold mb-6">Não perca tempo com dúvidas sobre o Imposto de Renda</h2> |
|
<p class="text-xl mb-8 max-w-3xl mx-auto">Receba agora mesmo nossos 3 vídeos gratuitos e aprenda como declarar seu IR com segurança e sem complicações.</p> |
|
<a href="#form" class="inline-block bg-white text-primary-600 font-bold py-3 px-8 rounded-lg hover:bg-gray-100 transition duration-200 pulse-animation"> |
|
<i class="fas fa-download mr-2"></i> Quero meus vídeos gratuitos |
|
</a> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-white"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="text-center mb-16"> |
|
<h2 class="text-3xl font-bold text-gray-900 mb-4">Perguntas Frequentes</h2> |
|
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Tire suas dúvidas sobre nossos vídeos gratuitos</p> |
|
</div> |
|
|
|
<div class="max-w-3xl mx-auto"> |
|
|
|
<div class="mb-6 border-b border-gray-200 pb-6"> |
|
<button class="flex justify-between items-center w-full text-left font-medium text-gray-900" onclick="toggleFAQ(1)"> |
|
<span>Quanto custa para acessar os vídeos?</span> |
|
<i class="fas fa-chevron-down text-primary-600 transition-transform duration-200" id="faq-icon-1"></i> |
|
</button> |
|
<div class="hidden mt-4 text-gray-600" id="faq-content-1"> |
|
<p>Absolutamente nada! Nossos 3 vídeos sobre Imposto de Renda são 100% gratuitos. Basta se cadastrar com seu e-mail para receber o acesso imediato.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="mb-6 border-b border-gray-200 pb-6"> |
|
<button class="flex justify-between items-center w-full text-left font-medium text-gray-900" onclick="toggleFAQ(2)"> |
|
<span>Por quanto tempo terei acesso aos vídeos?</span> |
|
<i class="fas fa-chevron-down text-primary-600 transition-transform duration-200" id="faq-icon-2"></i> |
|
</button> |
|
<div class="hidden mt-4 text-gray-600" id="faq-content-2"> |
|
<p>Você terá acesso vitalício aos vídeos! Assim que se cadastrar, enviaremos um e-mail com links permanentes para assistir quando e quantas vezes quiser.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="mb-6 border-b border-gray-200 pb-6"> |
|
<button class="flex justify-between items-center w-full text-left font-medium text-gray-900" onclick="toggleFAQ(3)"> |
|
<span>Os vídeos são atualizados para 2023?</span> |
|
<i class="fas fa-chevron-down text-primary-600 transition-transform duration-200" id="faq-icon-3"></i> |
|
</button> |
|
<div class="hidden mt-4 text-gray-600" id="faq-content-3"> |
|
<p>Sim! Todos os anos atualizamos nosso conteúdo para refletir as mudanças na legislação. Os vídeos que você receberá estão totalmente atualizados para a declaração do IR 2023 (ano-base 2022).</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="mb-6 border-b border-gray-200 pb-6"> |
|
<button class="flex justify-between items-center w-full text-left font-medium text-gray-900" onclick="toggleFAQ(4)"> |
|
<span>Vou receber spam depois de me cadastrar?</span> |
|
<i class="fas fa-chevron-down text-primary-600 transition-transform duration-200" id="faq-icon-4"></i> |
|
</button> |
|
<div class="hidden mt-4 text-gray-600" id="faq-content-4"> |
|
<p>Não! Respeitamos sua privacidade. Você receberá apenas os vídeos prometidos e, ocasionalmente, conteúdos relevantes sobre impostos e finanças. Pode cancelar a qualquer momento com um clique.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<footer class="bg-gray-900 text-white pt-16 pb-8"> |
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
<div class="grid md:grid-cols-4 gap-8 mb-12"> |
|
<div> |
|
<div class="flex items-center mb-4"> |
|
<i class="fas fa-file-invoice-dollar text-primary-500 text-2xl mr-2"></i> |
|
<span class="text-xl font-bold">IR Sem Complicação</span> |
|
</div> |
|
<p class="text-gray-400">Ajudamos você a dominar o Imposto de Renda de forma simples e sem medo.</p> |
|
</div> |
|
|
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">Links Rápidos</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Início</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Sobre</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Depoimentos</a></li> |
|
<li><a href="#form" class="text-gray-400 hover:text-white transition">Vídeos Gratuitos</a></li> |
|
</ul> |
|
</div> |
|
|
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">Legal</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Termos de Uso</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Política de Privacidade</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Cookies</a></li> |
|
</ul> |
|
</div> |
|
|
|
<div> |
|
<h3 class="text-lg font-semibold mb-4">Contato</h3> |
|
<ul class="space-y-2"> |
|
<li class="flex items-center"> |
|
<i class="fas fa-envelope text-gray-400 mr-2"></i> |
|
<span class="text-gray-400">[email protected]</span> |
|
</li> |
|
<li class="flex items-center"> |
|
<i class="fas fa-phone-alt text-gray-400 mr-2"></i> |
|
<span class="text-gray-400">(11) 98765-4321</span> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
<div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> |
|
<p class="text-gray-400 mb-4 md:mb-0">© 2023 IR Sem Complicação. Todos os direitos reservados.</p> |
|
<div class="flex space-x-6"> |
|
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-youtube"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a> |
|
</div> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
|
|
<script> |
|
|
|
function toggleMobileMenu() { |
|
const menu = document.getElementById('mobile-menu'); |
|
menu.classList.toggle('hidden'); |
|
} |
|
|
|
|
|
function toggleFAQ(id) { |
|
const content = document.getElementById(`faq-content-${id}`); |
|
const icon = document.getElementById(`faq-icon-${id}`); |
|
|
|
content.classList.toggle('hidden'); |
|
icon.classList.toggle('transform'); |
|
icon.classList.toggle('rotate-180'); |
|
} |
|
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
|
anchor.addEventListener('click', function (e) { |
|
e.preventDefault(); |
|
|
|
document.querySelector(this.getAttribute('href')).scrollIntoView({ |
|
behavior: 'smooth' |
|
}); |
|
}); |
|
}); |
|
</script> |
|
|
|
|
|
<script> |
|
window.REQUIRED_CODE_ERROR_MESSAGE = 'Escolha um código de país'; |
|
window.LOCALE = 'pt'; |
|
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "A informação fornecida não é valida. Verifique o formato do campo e tente novamente."; |
|
window.REQUIRED_ERROR_MESSAGE = "Este campo não pode ser deixado em branco. "; |
|
window.GENERIC_INVALID_MESSAGE = "A informação fornecida não é valida. Verifique o formato do campo e tente novamente."; |
|
window.translation = { |
|
common: { |
|
selectedList: '{quantity} lista selecionada', |
|
selectedLists: '{quantity} listas selecionadas', |
|
selectedOption: '{quantity} selecionado', |
|
selectedOptions: '{quantity} selecionados', |
|
} |
|
}; |
|
var AUTOHIDE = Boolean(0); |
|
</script> |
|
<script defer src="https://sibforms.com/forms/end-form/build/main.js"></script> |
|
<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=Xacodavt/https-huggingface-co-spaces-xacodavt-acesso-imediato-tree-main" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |