WORKSHOP
EFEITO OCEANO
LUCRATIVO
Descubra como criar um negócio de artesanato em resina e faturar R$ 3 mil por mês em casa, mesmo sem experiência.
📅 25, 27 e 28 de Maio | 100% online e gratuito
Ao tocar no botão, você aceita nossos Termos de Uso e Política de Privacidade, incluindo cookies e envio de comunicações.

Pra quem é esse workshop
Pra você que quer começar na resina, mas não faz ideia de por onde começar
Pra quem já tentou mexer com resina, mas não conseguiu ter resultado
Pra quem está sem renda ou precisa de uma renda extra trabalhando de casa
Pra quem hoje faz por hobby, mas quer transformar isso em dinheiro de verdade
O que vai aprender no workshop
Técnicas de Criação (Efeito Oceano)
Conheça as técnicas para criar o efeito oceano corretamente e produzir peças com acabamento profissional.
Aulas Práticas
Vamos fazer nas próprias aulas as técnicas de criação na resina. Assim você vai entender na prática como essas técnicas fazem você criar peças que realmente vendem e podem te gerar até R$3 a R$5 mil por mês.
Técnicas de Vendas
Quais as técnicas para ter mais clientes, vender mais, cobrar o preço certo e faturar com as suas peças de resina!
Quem vai conduzir esse evento?
Gutemberg Motta Jr.
Em 2019 eu comecei na resina. De lá pra cá, foram centenas de peças produzidas. Produzi muito, acertei muito, errei muito, vendi muito, participo de feiras, eventos, podcast, lives e programas de televisão.
Resolvi ensinar e hoje tenho mais de 500 alunos produzindo e vendendo peças de arte oceânica pelo mundo. Você pode ter ouvido falar que o brasileiro não dá valor ao artesanato, mas é porque o artesão não tem um plano de venda do seu produto.
Por aqui é diferente. Essa arte é vendável e lucrativa. Ela mudou a minha vida e a de centenas de alunos. Pode mudar a sua também!

'); document.getElementById('el-hero-desc').innerHTML = c.hero_description; document.getElementById('el-section2-title').textContent = c.section2_title; document.getElementById('el-section3-title').textContent = c.section3_title; document.getElementById('el-instructor-name').textContent = c.instructor_name; document.getElementById('btn-hero-text').textContent = c.button_text; document.getElementById('btn-instructor-text').textContent = c.button_text;document.getElementById('hero-section').style.backgroundColor = c.background_color; document.querySelectorAll('.cta-btn').forEach(btn => { btn.style.background = `linear-gradient(135deg, ${c.primary_action_color} 0%, ${c.primary_action_color}dd 100%)`; });document.body.style.fontFamily = fontStack; document.querySelectorAll('.font-display').forEach(el => { el.style.fontFamily = `'Playfair Display', ${fontStack}`; });document.getElementById('el-hero-desc').style.fontSize = `clamp(22px, 3.5vw, 30px)`; document.querySelectorAll('h2').forEach(h => h.style.fontSize = `clamp(${base * 1.75}px, 4vw, ${base * 2.5}px)`); }if (window.elementSdk) { window.elementSdk.init({ defaultConfig, onConfigChange: async (config) => applyConfig(config), mapToCapabilities: (config) => ({ recolorables: [ { get: () => config.background_color || defaultConfig.background_color, set: v => { config.background_color = v; window.elementSdk.setConfig({ background_color: v }); } }, { get: () => config.surface_color || defaultConfig.surface_color, set: v => { config.surface_color = v; window.elementSdk.setConfig({ surface_color: v }); } }, { get: () => config.text_color || defaultConfig.text_color, set: v => { config.text_color = v; window.elementSdk.setConfig({ text_color: v }); } }, { get: () => config.primary_action_color || defaultConfig.primary_action_color, set: v => { config.primary_action_color = v; window.elementSdk.setConfig({ primary_action_color: v }); } }, { get: () => config.secondary_action_color || defaultConfig.secondary_action_color, set: v => { config.secondary_action_color = v; window.elementSdk.setConfig({ secondary_action_color: v }); } } ], borderables: [], fontEditable: { get: () => config.font_family || defaultConfig.font_family, set: v => { config.font_family = v; window.elementSdk.setConfig({ font_family: v }); } }, fontSizeable: { get: () => config.font_size || defaultConfig.font_size, set: v => { config.font_size = v; window.elementSdk.setConfig({ font_size: v }); } } }), mapToEditPanelValues: (config) => new Map([ ['super_headline', config.super_headline || defaultConfig.super_headline], ['headline', config.headline || defaultConfig.headline], ['hero_description', config.hero_description || defaultConfig.hero_description], ['hero_dates', config.hero_dates || defaultConfig.hero_dates], ['section2_title', config.section2_title || defaultConfig.section2_title], ['section3_title', config.section3_title || defaultConfig.section3_title], ['instructor_name', config.instructor_name || defaultConfig.instructor_name], ['button_text', config.button_text || defaultConfig.button_text] ]) }); }let currentCount = 0; if (window.dataSdk) { const dataHandler = { onDataChanged(data) { currentCount = data.length; } }; (async () => { const r = await window.dataSdk.init(dataHandler); if (!r.isOk) console.error('Data SDK init failed'); })(); }document.getElementById('capture-form').addEventListener('submit', async (e) => { e.preventDefault(); const email = document.getElementById('input-email').value.trim(); const phone = document.getElementById('input-phone').value.trim(); if (!email || !phone) return;const btn = document.getElementById('btn-cta-hero'); const txtSpan = document.getElementById('btn-hero-text'); const loadSpan = document.getElementById('btn-hero-loading'); const msg = document.getElementById('form-message');btn.disabled = true; txtSpan.classList.add('hidden'); loadSpan.classList.remove('hidden');if (window.dataSdk) { if (currentCount >= 999) { msg.textContent = 'Limite de inscrições atingido. Tente novamente mais tarde.'; msg.className = 'text-center text-sm py-2 rounded-lg bg-red-500/20 text-red-300'; btn.disabled = false; txtSpan.classList.remove('hidden'); loadSpan.classList.add('hidden'); return; }const result = await window.dataSdk.create({ email, phone, created_at: new Date().toISOString() });if (result.isOk) { msg.textContent = '✅ Inscrição confirmada! Verifique seu e-mail.'; msg.className = 'toast-enter text-center text-sm py-2 rounded-lg bg-green-500/20 text-green-300'; document.getElementById('input-email').value = ''; document.getElementById('input-phone').value = ''; } else { msg.textContent = 'Erro ao inscrever. Tente novamente.'; msg.className = 'text-center text-sm py-2 rounded-lg bg-red-500/20 text-red-300'; } } else { msg.textContent = '✅ Inscrição confirmada! Verifique seu e-mail.'; msg.className = 'toast-enter text-center text-sm py-2 rounded-lg bg-green-500/20 text-green-300'; }btn.disabled = false; txtSpan.classList.remove('hidden'); loadSpan.classList.add('hidden'); msg.classList.remove('hidden'); });lucide.createIcons();
