Skip to content Skip to sidebar Skip to footer
<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>W2 Films - Produtora de Vídeo Corporativo e Especializada | Florianópolis e Curitiba</title>
    <meta name="description" content="W2 Films - Há mais de 15 anos criando vídeos corporativos, institucionais, documentários e webseries. Especializada em agronegócio, máquinas pesadas e setor rural. Atuamos em Florianópolis, Curitiba e todo Brasil.">
    <meta name="keywords" content="produtora de vídeo, vídeo corporativo, vídeo institucional, documentários, webseries, agronegócio, máquinas pesadas, Florianópolis, Curitiba, produção audiovisual">
    
    <!-- External Libraries -->
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;60A0;700;800&display=swap" rel="stylesheet">
    
    <!-- WhatsApp Floating Button -->
    <div id="whatsapp-float" class="fixed bottom-6 right-6 z-50">
        <a href="https://wa.me/5548999999999?text=Olá! Gostaria de saber mais sobre os serviços da W2 Films" target="_blank" class="bg-green-500 hover:bg-green-600 text-white rounded-full p-4 shadow-2xl transition-all duration-300 transform hover:scale-110 flex items-center justify-center">
            <i class="fab fa-whatsapp text-2xl"></i>
        </a>
    </div>

    <style>
        * {
            font-family: 'Inter', sans-serif;
        }
        
        .gradient-bg {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        }
        
        .hero-overlay {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.5));
        }
        
        .service-card {
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            border-color: #f59e0b;
            box-shadow: 0 20px 40px rgba(245, 158, 11, 0.1);
        }
        
        .portfolio-item {
            transition: all 0.3s ease;
        }
        
        .portfolio-item:hover {
            transform: scale(1.02);
        }
        
        .btn-primary {
            background: linear-gradient(45deg, #f59e0b, #d97706);
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background: linear-gradient(45deg, #d97706, #b45309);
            transform: translateY(-2px);
        }
        
        .text-gradient {
            background: linear-gradient(45deg, #f59e0b, #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .stats-counter {
            font-weight: 800;
            font-size: 2.5rem;
        }
        
        @media (max-width: 768px) {
            .stats-counter {
                font-size: 2rem;
            }
        }
        
        .video-placeholder {
            background: linear-gradient(45deg, #374151, #4b5563);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 300px;
            border-radius: 8px;
        }
        
        .section-padding {
            padding: 80px 0;
        }
        
        @media (max-width: 768px) {
            .section-padding {
                padding: 60px 0;
            }
        }
    </style>
</head>
<body class="bg-gray-50">

    <!-- Header -->
    <header class="gradient-bg text-white sticky top-0 z-40">
        <div class="container mx-auto px-6 py-4">
            <div class="flex items-center justify-between">
                <div class="flex items-center space-x-3">
                    <div class="w-12 h-12 bg-gradient-to-r from-yellow-400 to-orange-500 rounded-lg flex items-center justify-center">
                        <span class="text-black font-bold text-xl">W2</span>
                    </div>
                    <div>
                        <h1 class="text-xl font-bold">W2 Films</h1>
                        <p class="text-sm text-gray-300">Produtora de Vídeo</p>
                    </div>
                </div>
                
                <nav class="hidden md:flex space-x-8">
                    <a href="#home" class="hover:text-yellow-400 transition-colors">Início</a>
                    <a href="#servicos" class="hover:text-yellow-400 transition-colors">Serviços</a>
                    <a href="#portfolio" class="hover:text-yellow-400 transition-colors">Portfolio</a>
                    <a href="#grandes-projetos" class="hover:text-yellow-400 transition-colors">Grandes Projetos</a>
                    <a href="#contato" class="hover:text-yellow-400 transition-colors">Contato</a>
                </nav>
                
                <div class="flex items-center space-x-4">
                    <a href="https://wa.me/5548999999999?text=Olá! Gostaria de um orçamento para produção de vídeo" 
                       target="_blank" 
                       class="btn-primary text-white px-6 py-2 rounded-full hover:shadow-lg transition-all duration-300">
                        <i class="fab fa-whatsapp mr-2"></i>Orçamento
                    </a>
                </div>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section id="home" class="relative min-h-screen flex items-center">
        <div class="absolute inset-0 hero-overlay z-10"></div>
        <div class="absolute inset-0 z-0">
            <div class="video-placeholder w-full h-full">
                <div class="text-center text-white">
                    <i class="fas fa-play-circle text-6xl mb-4 opacity-50"></i>
                    <p class="text-xl opacity-75">Vídeo Showcase - Série "Mais que Máquinas"</p>
                </div>
            </div>
        </div>
        
        <div class="relative z-20 container mx-auto px-6 text-center text-white">
            <h1 class="text-5xl md:text-7xl font-bold mb-6">
                Transformamos <span class="text-gradient">Visões</span><br>
                em Histórias que <span class="text-gradient">Inspiram</span>
            </h1>
            <p class="text-xl md:text-2xl mb-8 max-w-4xl mx-auto leading-relaxed">
                Há mais de 15 anos criando vídeos corporativos, institucionais, documentários, webseries e conteúdo especializado. Confiada por grandes empresas e especializada em diversos setores, incluindo agronegócio e máquinas pesadas.
            </p>
            
            <div class="flex flex-col sm:flex-row gap-4 justify-center items-center mb-12">
                <a href="https://wa.me/5548999999999?text=Olá! Gostaria de saber mais sobre os serviços da W2 Films" 
                   target="_blank" 
                   class="btn-primary text-white px-8 py-4 rounded-full text-lg hover:shadow-2xl transition-all duration-300 flex items-center">
                    <i class="fab fa-whatsapp mr-3 text-xl"></i>Falar no WhatsApp
                </a>
                <a href="#chatbot" 
                   class="border-2 border-white text-white px-8 py-4 rounded-full text-lg hover:bg-white hover:text-gray-900 transition-all duration-300 flex items-center">
                    <i class="fas fa-robot mr-3 text-xl"></i>Chat Online
                </a>
            </div>
            
            <!-- Stats -->
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mt-16">
                <div class="text-center">
                    <div class="stats-counter text-gradient">15+</div>
                    <p class="text-gray-300 text-lg">Anos de Experiência</p>
                </div>
                <div class="text-center">
                    <div class="stats-counter text-gradient">500+</div>
                    <p class="text-gray-300 text-lg">Projetos Entregues</p>
                </div>
                <div class="text-center">
                    <div class="stats-counter text-gradient">100+</div>
                    <p class="text-gray-300 text-lg">Grandes Clientes</p>
                </div>
                <div class="text-center">
                    <div class="stats-counter text-gradient">2</div>
                    <p class="text-gray-300 text-lg">Estados de Atuação</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Serviços -->
    <section id="servicos" class="section-padding bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                    Nossos <span class="text-gradient">Serviços</span>
                </h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">
                    Oferecemos soluções completas em produção audiovisual para empresas de todos os portes
                </p>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Vídeos Corporativos -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-blue-500 to-blue-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-building text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Vídeos Corporativos</h3>
                    <p class="text-gray-600 mb-6">Vídeos institucionais, treinamentos empresariais e comunicação interna que fortalecem sua marca e engajam colaboradores.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Vídeos institucionais impactantes</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Treinamentos corporativos</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Comunicação interna</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Apresentações de produtos</li>
                    </ul>
                </div>

                <!-- Agronegócio e Máquinas Pesadas -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-green-500 to-green-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-tractor text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Agronegócio e Máquinas Pesadas</h3>
                    <p class="text-gray-600 mb-6">Especialização em máquinas pesadas, agronegócio e setor rural com conhecimento técnico aprofundado do segmento.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Demonstrações de máquinas</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Documentários rurais</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Cases de sucesso no agro</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Coberturas de eventos do setor</li>
                    </ul>
                </div>

                <!-- Webseries -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-purple-500 to-purple-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-film text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Webseries</h3>
                    <p class="text-gray-600 mb-6">Produção de webseries corporativas e conteúdo seriado que engaja audiências e conta histórias marcantes.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Séries corporativas</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Conteúdo episódico</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Storytelling seriado</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Distribuição multiplataforma</li>
                    </ul>
                </div>

                <!-- Documentários -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-red-500 to-red-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-video text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Documentários</h3>
                    <p class="text-gray-600 mb-6">Documentários corporativos e históricos que preservam memórias e contam a trajetória de empresas e projetos.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Histórias corporativas</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Documentários de projetos</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Registro histórico</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Narrativas envolventes</li>
                    </ul>
                </div>

                <!-- Treinamentos -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-indigo-500 to-indigo-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-graduation-cap text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Treinamentos</h3>
                    <p class="text-gray-600 mb-6">Videoaulas e conteúdo educativo que capacitam equipes e disseminam conhecimento de forma eficiente.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Videoaulas profissionais</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Cursos corporativos</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Material educativo</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Treinamentos técnicos</li>
                    </ul>
                </div>

                <!-- Transmissões ao Vivo -->
                <div class="service-card bg-white rounded-2xl p-8 shadow-lg">
                    <div class="w-16 h-16 bg-gradient-to-r from-orange-500 to-orange-600 rounded-2xl flex items-center justify-center mb-6">
                        <i class="fas fa-broadcast-tower text-white text-2xl"></i>
                    </div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-4">Transmissões ao Vivo</h3>
                    <p class="text-gray-600 mb-6">Lives profissionais, eventos corporativos e transmissões que conectam sua empresa com o mundo todo.</p>
                    <ul class="text-gray-600 space-y-2">
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Lives empresariais</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Eventos corporativos</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Webinars e palestras</li>
                        <li><i class="fas fa-check text-green-500 mr-2"></i>Múltiplas plataformas</li>
                    </ul>
                </div>
            </div>
        </div>
    </section>

    <!-- Portfolio -->
    <section id="portfolio" class="section-padding bg-gray-100">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                    Nosso <span class="text-gradient">Portfolio</span>
                </h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto mb-8">
                    Conheça alguns dos nossos trabalhos mais recentes
                </p>
                
                <!-- Filtros -->
                <div class="flex flex-wrap justify-center gap-4 mb-12">
                    <button class="bg-yellow-500 text-white px-6 py-2 rounded-full hover:bg-yellow-600 transition-colors">Todos</button>
                    <button class="bg-white text-gray-700 px-6 py-2 rounded-full hover:bg-gray-50 transition-colors">Corporativo</button>
                    <button class="bg-white text-gray-700 px-6 py-2 rounded-full hover:bg-gray-50 transition-colors">Agronegócio</button>
                    <button class="bg-white text-gray-700 px-6 py-2 rounded-full hover:bg-gray-50 transition-colors">Webseries</button>
                    <button class="bg-white text-gray-700 px-6 py-2 rounded-full hover:bg-gray-50 transition-colors">Documentários</button>
                    <button class="bg-white text-gray-700 px-6 py-2 rounded-full hover:bg-gray-50 transition-colors">Treinamentos</button>
                </div>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Portfolio Item 1 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Vídeo Institucional</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm font-medium">Corporativo</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Empresa Tecnológica</h3>
                        <p class="text-gray-600 mb-4">Vídeo institucional showcasing company culture and innovation.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">2min 30s</span>
                            <a href="https://wa.me/5548999999999?text=Gostaria de ver mais detalhes do portfolio corporativo" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>

                <!-- Portfolio Item 2 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Documentário Rural</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-green-100 text-green-600 px-3 py-1 rounded-full text-sm font-medium">Agronegócio</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Fazenda Sustentável</h3>
                        <p class="text-gray-600 mb-4">Documentário sobre práticas sustentáveis no agronegócio moderno.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">15min</span>
                            <a href="https://wa.me/5548999999999?text=Gostaria de ver mais trabalhos do agronegócio" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>

                <!-- Portfolio Item 3 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Treinamento</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-purple-100 text-purple-600 px-3 py-1 rounded-full text-sm font-medium">Treinamento</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Segurança no Trabalho</h3>
                        <p class="text-gray-600 mb-4">Série de videoaulas sobre segurança industrial.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">8min</span>
                            <a href="https://wa.me/5548999999999?text=Interesse em videoaulas e treinamentos" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>

                <!-- Portfolio Item 4 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Webserie</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-pink-100 text-pink-600 px-3 py-1 rounded-full text-sm font-medium">Webserie</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Inovação Empresarial</h3>
                        <p class="text-gray-600 mb-4">Série de 6 episódios sobre transformação digital.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">6 episódios</span>
                            <a href="https://wa.me/5548999999999?text=Gostaria de saber mais sobre webseries" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>

                <!-- Portfolio Item 5 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Máquinas Pesadas</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-yellow-100 text-yellow-600 px-3 py-1 rounded-full text-sm font-medium">Máquinas</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Demonstração CAT</h3>
                        <p class="text-gray-600 mb-4">Vídeo técnico demonstrando máquinas Caterpillar em ação.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">5min</span>
                            <a href="https://wa.me/5548999999999?text=Interesse em vídeos de máquinas pesadas" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>

                <!-- Portfolio Item 6 -->
                <div class="portfolio-item bg-white rounded-2xl overflow-hidden shadow-lg">
                    <div class="video-placeholder h-48">
                        <div class="text-center text-white">
                            <i class="fas fa-play-circle text-4xl mb-2 opacity-70"></i>
                            <p class="opacity-70">Evento Corporativo</p>
                        </div>
                    </div>
                    <div class="p-6">
                        <span class="bg-indigo-100 text-indigo-600 px-3 py-1 rounded-full text-sm font-medium">Evento</span>
                        <h3 class="text-xl font-bold text-gray-900 mt-3 mb-2">Convenção Anual</h3>
                        <p class="text-gray-600 mb-4">Cobertura completa de grande evento corporativo.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-sm text-gray-500">20min</span>
                            <a href="https://wa.me/5548999999999?text=Interesse em cobertura de eventos" 
                               target="_blank" 
                               class="text-yellow-500 hover:text-yellow-600 font-medium">Ver mais</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Grandes Projetos -->
    <section id="grandes-projetos" class="section-padding bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                    Grandes <span class="text-gradient">Projetos</span>
                </h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">
                    Conheça nossos projetos mais marcantes e de maior impacto
                </p>
            </div>
            
            <!-- Série Mais que Máquinas -->
            <div class="mb-20">
                <div class="bg-gradient-to-r from-gray-900 to-gray-800 rounded-3xl overflow-hidden text-white">
                    <div class="grid lg:grid-cols-2 items-center">
                        <div class="p-8 lg:p-12">
                            <h3 class="text-3xl md:text-4xl font-bold mb-6">Série "Mais que Máquinas"</h3>
                            <p class="text-xl text-gray-300 mb-6">
                                Uma produção exclusiva para a Caterpillar que levou nossa equipe aos lugares mais remotos do mundo, 
                                capturando histórias extraordinárias de pessoas e máquinas trabalhando em harmonia.
                            </p>
                            <div class="space-y-4 mb-8">
                                <div class="flex items-center">
                                    <i class="fas fa-map-marker-alt text-yellow-500 mr-3"></i>
                                    <span>Locações: Brasil, Chile, Patagônia</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-video text-yellow-500 mr-3"></i>
                                    <span>8 episódios + making of</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-clock text-yellow-500 mr-3"></i>
                                    <span>2 anos de produção</span>
                                </div>
                            </div>
                            <a href="https://wa.me/5548999999999?text=Gostaria de saber mais sobre a série Mais que Máquinas" 
                               target="_blank" 
                               class="btn-primary text-white px-8 py-3 rounded-full inline-flex items-center hover:shadow-2xl transition-all duration-300">
                                <i class="fab fa-whatsapp mr-3"></i>Saiba Mais
                            </a>
                        </div>
                        <div class="h-80 lg:h-96">
                            <div class="video-placeholder w-full h-full">
                                <div class="text-center text-white">
                                    <i class="fas fa-play-circle text-6xl mb-4 opacity-70"></i>
                                    <p class="text-xl opacity-75">Trailer - Mais que Máquinas</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Webserie Unapel 50 Anos -->
            <div class="mb-20">
                <div class="bg-gradient-to-r from-blue-900 to-blue-800 rounded-3xl overflow-hidden text-white">
                    <div class="grid lg:grid-cols-2 items-center">
                        <div class="h-80 lg:h-96 order-2 lg:order-1">
                            <div class="video-placeholder w-full h-full">
                                <div class="text-center text-white">
                                    <i class="fas fa-play-circle text-6xl mb-4 opacity-70"></i>
                                    <p class="text-xl opacity-75">Webserie - Unapel 50 Anos</p>
                                </div>
                            </div>
                        </div>
                        <div class="p-8 lg:p-12 order-1 lg:order-2">
                            <h3 class="text-3xl md:text-4xl font-bold mb-6">Webserie Unapel 50 Anos</h3>
                            <p class="text-xl text-gray-300 mb-6">
                                Uma jornada emocional pelos 50 anos de história da Unapel, contando as transformações, 
                                desafios e conquistas que marcaram meio século de excelência.
                            </p>
                            <div class="space-y-4 mb-8">
                                <div class="flex items-center">
                                    <i class="fas fa-calendar text-blue-400 mr-3"></i>
                                    <span>50 anos de história documentada</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-users text-blue-400 mr-3"></i>
                                    <span>+30 entrevistas realizadas</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-film text-blue-400 mr-3"></i>
                                    <span>5 episódios temáticos</span>
                                </div>
                            </div>
                            <a href="https://wa.me/5548999999999?text=Interessado na webserie Unapel 50 anos" 
                               target="_blank" 
                               class="bg-blue-500 hover:bg-blue-600 text-white px-8 py-3 rounded-full inline-flex items-center hover:shadow-2xl transition-all duration-300">
                                <i class="fab fa-whatsapp mr-3"></i>Ver Projeto
                            </a>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Global Operator Challenge -->
            <div class="mb-20">
                <div class="bg-gradient-to-r from-green-900 to-green-800 rounded-3xl overflow-hidden text-white">
                    <div class="grid lg:grid-cols-2 items-center">
                        <div class="p-8 lg:p-12">
                            <h3 class="text-3xl md:text-4xl font-bold mb-6">Global Operator Challenge</h3>
                            <p class="text-xl text-gray-300 mb-6">
                                Cobertura exclusiva do maior evento de operadores de máquinas pesadas do mundo, 
                                realizado pela PESA CAT nas etapas do sul do Brasil.
                            </p>
                            <div class="space-y-4 mb-8">
                                <div class="flex items-center">
                                    <i class="fas fa-globe text-green-400 mr-3"></i>
                                    <span>Competição internacional</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-trophy text-green-400 mr-3"></i>
                                    <span>+200 operadores participantes</span>
                                </div>
                                <div class="flex items-center">
                                    <i class="fas fa-camera text-green-400 mr-3"></i>
                                    <span>Cobertura completa multi-câmera</span>
                                </div>
                            </div>
                            <a href="https://wa.me/5548999999999?text=Quero saber mais sobre a cobertura do Global Operator Challenge" 
                               target="_blank" 
                               class="bg-green-500 hover:bg-green-600 text-white px-8 py-3 rounded-full inline-flex items-center hover:shadow-2xl transition-all duration-300">
                                <i class="fab fa-whatsapp mr-3"></i>Ver Cobertura
                            </a>
                        </div>
                        <div class="h-80 lg:h-96">
                            <div class="video-placeholder w-full h-full">
                                <div class="text-center text-white">
                                    <i class="fas fa-play-circle text-6xl mb-4 opacity-70"></i>
                                    <p class="text-xl opacity-75">Global Operator Challenge</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Nosso Processo -->
    <section class="section-padding bg-gray-100">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                    Nosso <span class="text-gradient">Processo</span>
                </h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">
                    Um processo transparente e eficiente que garante resultados excepcionais
                </p>
            </div>
            
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                <div class="text-center">
                    <div class="w-20 h-20 bg-gradient-to-r from-blue-500 to-blue-600 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-lightbulb text-white text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-900 mb-4">1. Briefing</h3>
                    <p class="text-gray-600">Entendemos sua necessidade, público-alvo e objetivos para criar a estratégia perfeita.</p>
                </div>
                
                <div class="text-center">
                    <div class="w-20 h-20 bg-gradient-to-r from-green-500 to-green-600 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-pencil-ruler text-white text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-900 mb-4">2. Planejamento</h3>
                    <p class="text-gray-600">Desenvolvimento do roteiro, storyboard e planejamento completo da produção.</p>
                </div>
                
                <div class="text-center">
                    <div class="w-20 h-20 bg-gradient-to-r from-yellow-500 to-yellow-600 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-video text-white text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-900 mb-4">3. Produção</h3>
                    <p class="text-gray-600">Gravação com equipamentos de última geração e equipe especializada.</p>
                </div>
                
                <div class="text-center">
                    <div class="w-20 h-20 bg-gradient-to-r from-purple-500 to-purple-600 rounded-full flex items-center justify-center mx-auto mb-6">
                        <i class="fas fa-magic text-white text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold text-gray-900 mb-4">4. Finalização</h3>
                    <p class="text-gray-600">Edição, pós-produção e entrega do projeto final com máxima qualidade.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Localização -->
    <section class="section-padding bg-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                    Nossa <span class="text-gradient">Localização</span>
                </h2>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">
                    Atuamos estrategicamente no Sul do Brasil, com foco em Florianópolis e Curitiba
                </p>
            </div>
            
            <div class="grid lg:grid-cols-2 gap-12 items-center">
                <div>
                    <h3 class="text-3xl font-bold text-gray-900 mb-8">Cobertura Regional Estratégica</h3>
                    
                    <div class="space-y-8">
                        <div class="flex items-start space-x-4">
                            <div class="w-16 h-16 bg-blue-100 rounded-2xl flex items-center justify-center flex-shrink-0">
                                <i class="fas fa-map-marker-alt text-blue-600 text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold text-gray-900 mb-2">Florianópolis - SC</h4>
                                <p class="text-gray-600">Nossa base principal em Santa Catarina, atendendo toda a região da Grande Florianópolis e litoral catarinense com excelência.</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start space-x-4">
                            <div class="w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center flex-shrink-0">
                                <i class="fas fa-building text-green-600 text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold text-gray-900 mb-2">Curitiba - PR</h4>
                                <p class="text-gray-600">Escritório no Paraná para atender empresas da região metropolitana de Curitiba e interior paranaense.</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start space-x-4">
                            <div class="w-16 h-16 bg-yellow-100 rounded-2xl flex items-center justify-center flex-shrink-0">
                                <i class="fas fa-globe text-yellow-600 text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold text-gray-900 mb-2">Alcance Nacional</h4>
                                <p class="text-gray-600">Projetos especiais em todo o Brasil e internacional, como demonstrado na série "Mais que Máquinas".</p>
                            </div>
                        </div>
                    </div>
                    
                    <div class="mt-8">
                        <a href="https://wa.me/5548999999999?text=Gostaria de saber sobre atendimento na minha região" 
                           target="_blank" 
                           class="btn-primary text-white px-8 py-3 rounded-full inline-flex items-center hover:shadow-2xl transition-all duration-300">
                            <i class="fab fa-whatsapp mr-3"></i>Verificar Atendimento
                        </a>
                    </div>
                </div>
                
                <div>
                    <div class="bg-gray-200 rounded-3xl h-96 flex items-center justify-center">
                        <div class="text-center text-gray-600">
                            <i class="fas fa-map text-6xl mb-4 opacity-50"></i>
                            <p class="text-xl">Mapa Interativo</p>
                            <p class="text-sm opacity-75">Florianópolis & Curitiba</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contato -->
    <section id="contato" class="section-padding gradient-bg text-white">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl md:text-5xl font-bold mb-6">
                    Entre em <span class="text-gradient">Contato</span>
                </h2>
                <p class="text-xl max-w-3xl mx-auto mb-12">
                    Vamos conversar sobre seu próximo projeto e como podemos transformar sua visão em realidade
                </p>
            </div>
            
            <div class="grid lg:grid-cols-2 gap-12 items-center">
                <div>
                    <h3 class="text-3xl font-bold mb-8">Vamos Começar seu Projeto?</h3>
                    
                    <div class="space-y-6 mb-10">
                        <div class="flex items-center space-x-4">
                            <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center">
                                <i class="fab fa-whatsapp text-white text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold">WhatsApp Direto</h4>
                                <p class="text-gray-300">Resposta rápida e atendimento personalizado</p>
                            </div>
                        </div>
                        
                        <div class="flex items-center space-x-4">
                            <div class="w-12 h-12 bg-blue-500 rounded-full flex items-center justify-center">
                                <i class="fas fa-robot text-white text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold">Chat Inteligente</h4>
                                <p class="text-gray-300">Atendimento 24/7 com respostas instantâneas</p>
                            </div>
                        </div>
                        
                        <div class="flex items-center space-x-4">
                            <div class="w-12 h-12 bg-red-500 rounded-full flex items-center justify-center">
                                <i class="fas fa-envelope text-white text-xl"></i>
                            </div>
                            <div>
                                <h4 class="text-xl font-bold">E-mail Corporativo</h4>
                                <p class="text-gray-300"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ddbeb2b3a9bca9b29daaefbbb4b1b0aef3beb2b0f3bfaf">[email&#160;protected]</a></p>
                            </div>
                        </div>
                    </div>
                    
                    <div class="flex flex-col sm:flex-row gap-4">
                        <a href="https://wa.me/5548999999999?text=Olá! Gostaria de solicitar um orçamento para produção de vídeo" 
                           target="_blank" 
                           class="bg-green-500 hover:bg-green-600 text-white px-8 py-4 rounded-full text-lg inline-flex items-center justify-center transition-all duration-300 hover:shadow-2xl transform hover:scale-105">
                            <i class="fab fa-whatsapp mr-3 text-xl"></i>Falar no WhatsApp
                        </a>
                        
                        <a href="#chatbot" 
                           id="chatbot"
                           class="bg-blue-500 hover:bg-blue-600 text-white px-8 py-4 rounded-full text-lg inline-flex items-center justify-center transition-all duration-300 hover:shadow-2xl transform hover:scale-105">
                            <i class="fas fa-robot mr-3 text-xl"></i>Chat Online
                        </a>
                    </div>
                </div>
                
                <div>
                    <div class="bg-white/10 backdrop-blur-lg rounded-3xl p-8">
                        <h4 class="text-2xl font-bold mb-6">Informações de Contato</h4>
                        
                        <div class="space-y-6">
                            <div class="flex items-start space-x-4">
                                <i class="fas fa-map-marker-alt text-yellow-400 text-xl mt-1"></i>
                                <div>
                                    <h5 class="font-bold mb-1">Florianópolis - SC</h5>
                                    <p class="text-gray-300">Base principal para atendimento em Santa Catarina</p>
                                </div>
                            </div>
                            
                            <div class="flex items-start space-x-4">
                                <i class="fas fa-building text-yellow-400 text-xl mt-1"></i>
                                <div>
                                    <h5 class="font-bold mb-1">Curitiba - PR</h5>
                                    <p class="text-gray-300">Escritório para atendimento no Paraná</p>
                                </div>
                            </div>
                            
                            <div class="flex items-start space-x-4">
                                <i class="fas fa-phone text-yellow-400 text-xl mt-1"></i>
                                <div>
                                    <h5 class="font-bold mb-1">Telefone/WhatsApp</h5>
                                    <p class="text-gray-300">+55 (48) 99999-9999</p>
                                </div>
                            </div>
                            
                            <div class="flex items-start space-x-4">
                                <i class="fas fa-envelope text-yellow-400 text-xl mt-1"></i>
                                <div>
                                    <h5 class="font-bold mb-1">E-mail</h5>
                                    <p class="text-gray-300"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7c1f1312081d08133c0b4e1a1510110f521f1311521e0e">[email&#160;protected]</a></p>
                                </div>
                            </div>
                            
                            <div class="flex items-start space-x-4">
                                <i class="fab fa-instagram text-yellow-400 text-xl mt-1"></i>
                                <div>
                                    <h5 class="font-bold mb-1">Instagram</h5>
                                    <p class="text-gray-300">@w2.films</p>
                                </div>
                            </div>
                        </div>
                        
                        <div class="mt-8 pt-6 border-t border-white/20">
                            <h5 class="font-bold mb-3">Horário de Atendimento</h5>
                            <p class="text-gray-300">Segunda a Sexta: 8h às 18h</p>
                            <p class="text-gray-300">WhatsApp: 24h (resposta em até 2h)</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-6">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <div class="flex items-center space-x-3 mb-6">
                        <div class="w-12 h-12 bg-gradient-to-r from-yellow-400 to-orange-500 rounded-lg flex items-center justify-center">
                            <span class="text-black font-bold text-xl">W2</span>
                        </div>
                        <div>
                            <h1 class="text-xl font-bold">W2 Films</h1>
                            <p class="text-sm text-gray-400">Produtora de Vídeo</p>
                        </div>
                    </div>
                    <p class="text-gray-400 mb-4">
                        Transformando visões em histórias que inspiram há mais de 15 anos.
                    </p>
                    <div class="flex space-x-4">
                        <a href="https://instagram.com/w2.films" target="_blank" class="text-gray-400 hover:text-yellow-400 transition-colors">
                            <i class="fab fa-instagram text-xl"></i>
                        </a>
                        <a href="https://wa.me/5548999999999" target="_blank" class="text-gray-400 hover:text-green-400 transition-colors">
                            <i class="fab fa-whatsapp text-xl"></i>
                        </a>
                    </div>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Serviços</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li><a href="#servicos" class="hover:text-white transition-colors">Vídeos Corporativos</a></li>
                        <li><a href="#servicos" class="hover:text-white transition-colors">Agronegócio</a></li>
                        <li><a href="#servicos" class="hover:text-white transition-colors">Webseries</a></li>
                        <li><a href="#servicos" class="hover:text-white transition-colors">Documentários</a></li>
                        <li><a href="#servicos" class="hover:text-white transition-colors">Treinamentos</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Localizações</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li>Produtora Vídeo Florianópolis</li>
                        <li>Produtora Vídeo Curitiba</li>
                        <li>Vídeos Agronegócio</li>
                        <li>Máquinas Pesadas</li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-bold mb-4">Contato</h4>
                    <ul class="space-y-2 text-gray-400">
                        <li><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c3a0acadb7a2b7ac83b4f1a5aaafaeb0eda0acaeeda1b1">[email&#160;protected]</a></li>
                        <li>+55 (48) 99999-9999</li>
                        <li>Florianópolis - SC</li>
                        <li>Curitiba - PR</li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
                <p>&copy; 2024 W2 Films. Todos os direitos reservados. | Produtora de vídeo especializada em corporativo, agronegócio e máquinas pesadas.</p>
            </div>
        </div>
    </footer>

    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        // Smooth scrolling para links âncora
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute('href'));
                if (target) {
                    target.scrollIntoView({
                        behavior: 'smooth',
                        block: 'start'
                    });
                }
            });
        });

        // Filtros do portfolio
        document.querySelectorAll('[data-filter]').forEach(button => {
            button.addEventListener('click', function() {
                // Remove active class from all buttons
                document.querySelectorAll('[data-filter]').forEach(btn => {
                    btn.classList.remove('bg-yellow-500', 'text-white');
                    btn.classList.add('bg-white', 'text-gray-700');
                });
                
                // Add active class to clicked button
                this.classList.remove('bg-white', 'text-gray-700');
                this.classList.add('bg-yellow-500', 'text-white');
                
                const filter = this.getAttribute('data-filter');
                // Here you would implement the filtering logic
            });
        });

        // Chatbot functionality
        document.getElementById('chatbot').addEventListener('click', function(e) {
            e.preventDefault();
            // Simulate chatbot opening
            alert('Chat online em desenvolvimento. Por enquanto, entre em contato via WhatsApp para atendimento imediato!');
        });
    </script>
</body>
</html>
    <script id="html_badge_script1">
        window.__genspark_remove_badge_link = "https://www.genspark.ai/api/html_badge/" +
            "remove_badge?token=To%2FBnjzloZ3UfQdcSaYfDhMqYpFdcm%2BaqmBoiGKFa%2BQy4ip3KTPl9ExeEmf4b02SAu4ZO7Y9Ow%2FhsR757ILozaVinM2ueDkCpNmRS5v1Q5ekVnxJG1xEvfWiSslh3WxSUJxpayax3n1Zz1pA1YeeWkH4jSJNKd9aBF1Sfry1w2Nh%2FB%2BssbZ0pULIyB%2FTwq5z3GnvlCnQrSXyaKilAKua%2BWC3rPE%2Bv7ih3bqLwgf3psolo58BRFbL3hN1Ywpxl951MbeYOWZKKwidtebdA6JWEbOCpaINzyxQk0b%2FDFVJzIwxSyjbqR%2FJeIognHbviPfDQ4v7rKpl%2BBOYl1jzdzxkwfvzae4%2FiYRQMiA3jIe4DISCP6L48U%2FTK1BSBhCpirN39Si8Hv5grfKNhXxzyJAo7EXjEWqYG2Ir8Jx5T2iqGlufwKQaOfVJ2JuMokyZGNoY9qzz8oqxt%2BAoEcWauM3pWNMhzspXVq2ClOtSvB1IXVZ3nk2WhaThNHEgaG%2FZlbQbZ1bChz%2FY%2Ftk8NYkkjaou9Q%3D%3D";
        window.__genspark_locale = "pt-BR";
        window.__genspark_token = "To/BnjzloZ3UfQdcSaYfDhMqYpFdcm+aqmBoiGKFa+Qy4ip3KTPl9ExeEmf4b02SAu4ZO7Y9Ow/hsR757ILozaVinM2ueDkCpNmRS5v1Q5ekVnxJG1xEvfWiSslh3WxSUJxpayax3n1Zz1pA1YeeWkH4jSJNKd9aBF1Sfry1w2Nh/B+ssbZ0pULIyB/Twq5z3GnvlCnQrSXyaKilAKua+WC3rPE+v7ih3bqLwgf3psolo58BRFbL3hN1Ywpxl951MbeYOWZKKwidtebdA6JWEbOCpaINzyxQk0b/DFVJzIwxSyjbqR/JeIognHbviPfDQ4v7rKpl+BOYl1jzdzxkwfvzae4/iYRQMiA3jIe4DISCP6L48U/TK1BSBhCpirN39Si8Hv5grfKNhXxzyJAo7EXjEWqYG2Ir8Jx5T2iqGlufwKQaOfVJ2JuMokyZGNoY9qzz8oqxt+AoEcWauM3pWNMhzspXVq2ClOtSvB1IXVZ3nk2WhaThNHEgaG/ZlbQbZ1bChz/Y/tk8NYkkjaou9Q==";
    </script>
    
    <script id="html_notice_dialog_script" src="https://www.genspark.ai/notice_dialog.js"></script>
    

Criando impacto, um vídeo de cada vez - W2 Films

Escritórios

Curitiba / PR
Florianópolis / SC

Entre em contato

contato@w2films.com.br

Descontos exclusivos

W2 Films © 2025. Todos os direitos reservados.