{"id":380,"date":"2026-02-12T14:50:39","date_gmt":"2026-02-12T13:50:39","guid":{"rendered":"https:\/\/engidea.com.ve\/?page_id=380"},"modified":"2026-03-11T16:19:41","modified_gmt":"2026-03-11T15:19:41","slug":"engiteach","status":"publish","type":"page","link":"https:\/\/engidea.com.ve\/index.php\/engiteach\/","title":{"rendered":"EngiTeach"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>EngiTeach | Rutas de Formaci\u00f3n para Adultos<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;family=Space+Grotesk:wght@500;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        engidea: {\n                            yellow: '#FACC15',\n                            dark: '#111827',\n                            gray: '#374151',\n                            light: '#F9FAFB',\n                            white: '#FFFFFF'\n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        display: ['Space Grotesk', 'sans-serif'],\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        body { background-color: #FFFFFF; color: #111827; }\n        \n        .dot-pattern {\n            background-image: radial-gradient(#E5E7EB 1px, transparent 1px);\n            background-size: 24px 24px;\n        }\n\n        .route-card {\n            transition: all 0.4s ease;\n        }\n        .route-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.15);\n        }\n        \n        \/* Ocultar barra de desplazamiento en listas largas *\/\n        .no-scrollbar::-webkit-scrollbar {\n            display: none;\n        }\n        .no-scrollbar {\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n\n        \/* Animaci\u00f3n para los Pop-ups (Modales) *\/\n        .modal-enter {\n            animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        }\n        @keyframes modalFadeIn {\n            from { opacity: 0; transform: scale(0.95) translateY(10px); }\n            to { opacity: 1; transform: scale(1) translateY(0); }\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased font-sans\">\n\n    <!-- CABECERA HERO CON UNA SOLA IMAGEN -->\n    <header class=\"relative pt-32 pb-20 bg-engidea-dark overflow-hidden\">\n        <!-- Decoraci\u00f3n de fondo -->\n        <div class=\"absolute top-0 right-0 w-96 h-96 bg-engidea-yellow rounded-full blur-3xl opacity-20 transform translate-x-1\/3 -translate-y-1\/2\"><\/div>\n        <div class=\"absolute bottom-0 left-0 w-96 h-96 bg-blue-500 rounded-full blur-3xl opacity-20 transform -translate-x-1\/3 translate-y-1\/2\"><\/div>\n        \n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n            <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-12 items-center\">\n                \n                <div class=\"lg:col-span-7 text-left\">\n                    <span class=\"inline-flex items-center gap-2 py-1.5 px-4 rounded-full bg-white\/10 border border-white\/20 text-engidea-yellow text-sm font-bold uppercase tracking-widest mb-6 backdrop-blur-sm\">\n                        <i class=\"fas fa-graduation-cap\"><\/i> Programa para Adultos\n                    <\/span>\n                    <h1 class=\"text-5xl md:text-6xl font-bold font-display text-white mb-6\">\n                        Bienvenido a <span class=\"text-engidea-yellow\">EngiTeach<\/span>\n                    <\/h1>\n                    <p class=\"text-xl text-gray-300 leading-relaxed mb-10\">\n                        El mundo cambi\u00f3 y la forma de trabajar tambi\u00e9n. Actualiza tu perfil profesional, domina la Inteligencia Artificial y la Fabricaci\u00f3n Digital a trav\u00e9s de nuestras rutas de formaci\u00f3n especializadas.\n                    <\/p>\n                    <div class=\"flex flex-col sm:flex-row gap-4\">\n                        <a href=\"#rutas\" class=\"bg-engidea-yellow text-engidea-dark font-bold px-8 py-4 rounded-xl hover:bg-yellow-400 transition-colors shadow-lg flex items-center justify-center gap-2\">\n                            Explorar Rutas <i class=\"fas fa-arrow-down\"><\/i>\n                        <\/a>\n                        <a href=\"#inscripcion\" class=\"bg-white\/10 text-white font-bold px-8 py-4 rounded-xl hover:bg-white\/20 border border-white\/20 transition-colors flex items-center justify-center gap-2 backdrop-blur-sm\">\n                            Inscribirme Ahora\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"lg:col-span-5 relative hidden lg:block\">\n                    <div class=\"relative z-10 rounded-2xl overflow-hidden shadow-2xl border-4 border-white\">\n                        <!-- \u00danica imagen de la p\u00e1gina (Confiable desde Unsplash) -->\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573164713988-8665fc963095?ixlib=rb-1.2.1&#038;auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"\" class=\"w-full h-auto object-cover\">\n                    <\/div>\n                    <div class=\"absolute -top-4 -right-4 w-full h-full bg-engidea-yellow rounded-2xl -z-10\"><\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- INTRODUCCI\u00d3N -->\n    <section class=\"py-16 bg-white border-b border-gray-100\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-10\">\n                <div class=\"flex flex-col items-center text-center p-6\">\n                    <div class=\"w-16 h-16 bg-blue-50 text-blue-600 rounded-2xl flex items-center justify-center text-2xl mb-4\">\n                        <i class=\"fas fa-briefcase\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-engidea-dark mb-2\">Para Profesionales<\/h3>\n                    <p class=\"text-gray-500 text-sm\">Dise\u00f1ado para adultos que buscan reinventarse, optimizar su trabajo actual o emprender nuevos proyectos tecnol\u00f3gicos.<\/p>\n                <\/div>\n                <div class=\"flex flex-col items-center text-center p-6\">\n                    <div class=\"w-16 h-16 bg-engidea-yellow\/20 text-yellow-600 rounded-2xl flex items-center justify-center text-2xl mb-4\">\n                        <i class=\"fas fa-laptop-code\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-engidea-dark mb-2\">Aprende Haciendo<\/h3>\n                    <p class=\"text-gray-500 text-sm\">Metodolog\u00eda pr\u00e1ctica (Hands-on). No es solo teor\u00eda; crear\u00e1s proyectos reales que podr\u00e1s sumar a tu portafolio desde el d\u00eda uno.<\/p>\n                <\/div>\n                <div class=\"flex flex-col items-center text-center p-6\">\n                    <div class=\"w-16 h-16 bg-emerald-50 text-emerald-600 rounded-2xl flex items-center justify-center text-2xl mb-4\">\n                        <i class=\"fas fa-network-wired\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold text-engidea-dark mb-2\">Ecosistema Engidea<\/h3>\n                    <p class=\"text-gray-500 text-sm\">Al graduarte, entras a nuestra red de talento. Los mejores proyectos pueden ser incubados en nuestro Lab corporativo.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- NUEVO SEGMENTO MOTIVACIONAL PARA +55 -->\n    <section class=\"py-20 bg-engidea-yellow\/10 border-y border-yellow-200 relative overflow-hidden\">\n        <!-- Decoraci\u00f3n sutil -->\n        <div class=\"absolute right-0 top-1\/2 transform -translate-y-1\/2 opacity-5 text-[15rem] leading-none select-none pointer-events-none\">\n            <i class=\"fas fa-lightbulb\"><\/i>\n        <\/div>\n        \n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n            <div class=\"flex flex-col md:flex-row items-center gap-12\">\n                <div class=\"w-full md:w-1\/4 flex justify-center\">\n                    <div class=\"w-32 h-32 bg-engidea-yellow text-engidea-dark rounded-full flex items-center justify-center text-5xl shadow-lg border-4 border-white\">\n                        <i class=\"fas fa-user-graduate\"><\/i>\n                    <\/div>\n                <\/div>\n                <div class=\"w-full md:w-3\/4\">\n                    <span class=\"text-yellow-700 font-bold uppercase tracking-widest text-xs mb-2 block\">Programa Silver +55<\/span>\n                    <h2 class=\"text-3xl md:text-4xl font-bold font-display text-engidea-dark mb-6\">La innovaci\u00f3n no tiene l\u00edmite de edad<\/h2>\n                    <p class=\"text-gray-700 text-lg leading-relaxed mb-4\">\n                        Si Tienes m\u00e1s de 55 a\u00f1os, <strong>\u00a1Este es tu momento!<\/strong> En EngiTeach hemos dise\u00f1ado una experiencia de aprendizaje amigable, paciente y sin tecnicismos complejos para que te sientas como en casa.\n                    <\/p>\n                    <p class=\"text-gray-700 text-lg leading-relaxed\">\n                        No te quedes atr\u00e1s. Descubre c\u00f3mo utilizar la Inteligencia Artificial para simplificar tu d\u00eda a d\u00eda, organizar tus memorias, potenciar ese emprendimiento que siempre so\u00f1aste, o simplemente mantenerte conectado con las nuevas generaciones. <strong>Nunca es tarde para reinventarse.<\/strong>\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- RUTAS DE FORMACI\u00d3N DETALLADAS -->\n    <section id=\"rutas\" class=\"py-24 bg-gray-50 dot-pattern\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto mb-16\">\n                <h2 class=\"text-4xl font-bold font-display text-engidea-dark mb-4\">Nuestras Rutas Tecnol\u00f3gicas<\/h2>\n                <p class=\"text-lg text-gray-600\">Elige el camino que mejor se adapte a tus objetivos y domina las herramientas del presente.<\/p>\n            <\/div>\n\n            <!-- Ajustado a 2 columnas ya que quitamos la de profesores -->\n            <div class=\"grid grid-cols-1 md:grid-cols-2 gap-10 max-w-5xl mx-auto\">\n                \n                <!-- RUTA 1: Conexi\u00f3n IA -->\n                <div class=\"bg-white rounded-[2rem] border border-gray-100 shadow-xl route-card flex flex-col overflow-hidden relative\">\n                    <div class=\"absolute top-0 right-0 w-32 h-32 bg-blue-50 rounded-bl-full -z-10\"><\/div>\n                    \n                    <div class=\"p-10 flex flex-col flex-grow\">\n                        <div class=\"w-16 h-16 bg-blue-100 text-blue-600 rounded-2xl flex items-center justify-center text-3xl mb-6 shadow-sm border border-blue-200\">\n                            <i class=\"fas fa-robot\"><\/i>\n                        <\/div>\n                        \n                        <h3 class=\"text-3xl font-black text-engidea-dark mb-4\">Conexi\u00f3n IA<\/h3>\n                        \n                        <p class=\"text-gray-600 text-sm mb-8 leading-relaxed flex-grow\">\n                            Aprenda a crear soluciones tecnol\u00f3gicas reales combinando <strong>Design Thinking<\/strong> y <strong>Google Gemini<\/strong>. Desde la empat\u00eda con el usuario hasta la creaci\u00f3n de apps sin c\u00f3digo y chatbots para su equipo o negocio.\n                        <\/p>\n                        \n                        <div class=\"mb-10\">\n                            <h4 class=\"text-xs font-bold text-blue-600 uppercase tracking-wider mb-4 border-b border-gray-100 pb-2\">Plan de Estudios (16 Semanas)<\/h4>\n                            <div class=\"space-y-5\">\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">1<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">Inmersi\u00f3n y Empat\u00eda<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Fundamentos de Design Thinking, mapas de empat\u00eda y definici\u00f3n de retos con IA.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">2<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">Prototipado de Apps<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Apps con AppSheet, ofim\u00e1tica inteligente y gesti\u00f3n del conocimiento con NotebookLM.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-blue-100 text-blue-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">3<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">Herramientas de Impacto<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Creaci\u00f3n de Chatbots, Dashboards en Looker Studio y minutas automatizadas en reuniones.<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <button onclick=\"openModal('modal-ia')\" class=\"w-full text-center bg-gray-100 text-engidea-dark font-bold py-4 rounded-xl hover:bg-blue-600 hover:text-white transition-colors border border-gray-200 mt-auto\">\n                            Ver Temario Completo\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- RUTA 2: Fabricaci\u00f3n Digital para Emprendedores -->\n                <div class=\"bg-white rounded-[2rem] border-2 border-emerald-500 shadow-2xl route-card flex flex-col overflow-hidden relative\">\n                    <div class=\"absolute top-0 right-0 w-32 h-32 bg-emerald-50 rounded-bl-full -z-10\"><\/div>\n                    <div class=\"absolute top-6 right-6 bg-emerald-500 text-white text-[10px] font-bold uppercase px-3 py-1.5 rounded-full shadow-md z-20\">\n                        Especial Emprendedores\n                    <\/div>\n                    \n                    <div class=\"p-10 flex flex-col flex-grow\">\n                        <div class=\"w-16 h-16 bg-emerald-100 text-emerald-600 rounded-2xl flex items-center justify-center text-3xl mb-6 shadow-sm border border-emerald-200\">\n                            <i class=\"fas fa-cube\"><\/i>\n                        <\/div>\n                        \n                        <h3 class=\"text-3xl font-black text-engidea-dark mb-4 leading-tight\">Fabricaci\u00f3n Digital<\/h3>\n                        \n                        <p class=\"text-gray-600 text-sm mb-8 leading-relaxed flex-grow\">\n                            Crea tu propia marca y productos con Grabado L\u00e1ser e Impresi\u00f3n 3D usando Design Thinking. Convierte ideas de la mente en objetos f\u00edsicos reales y negocios rentables.\n                        <\/p>\n                        \n                        <div class=\"mb-10\">\n                            <h4 class=\"text-xs font-bold text-emerald-600 uppercase tracking-wider mb-4 border-b border-gray-100 pb-2\">Plan de Estudios (16 Semanas)<\/h4>\n                            <div class=\"space-y-5\">\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-emerald-100 text-emerald-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">1<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">El Concepto y la Marca<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Identificar la oportunidad de negocio, definir el reto de dise\u00f1o y creaci\u00f3n de identidad visual.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-emerald-100 text-emerald-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">2<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">Dise\u00f1o y Prototipado<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Dise\u00f1o 2D (L\u00e1ser), Modelado 3D, Slicing y fabricaci\u00f3n del primer prototipo beta.<\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"flex gap-4 items-start\">\n                                    <div class=\"w-6 h-6 rounded-full bg-emerald-100 text-emerald-600 flex items-center justify-center text-xs font-bold shrink-0 mt-0.5\">3<\/div>\n                                    <div>\n                                        <h5 class=\"text-sm font-bold text-gray-800\">Validaci\u00f3n Comercial<\/h5>\n                                        <p class=\"text-xs text-gray-500 mt-1\">Testeo en el mercado, iteraci\u00f3n de dise\u00f1o, storytelling y estructuraci\u00f3n del Pitch de ventas.<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <button onclick=\"openModal('modal-fabricacion')\" class=\"w-full text-center bg-emerald-500 text-white font-bold py-4 rounded-xl hover:bg-emerald-600 transition-colors shadow-md mt-auto\">\n                            Ver Temario Completo\n                        <\/button>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- COSTOS E INVERSI\u00d3N (NUEVA SECCI\u00d3N) -->\n    <section class=\"py-20 bg-white border-t border-gray-100\" id=\"inversion\">\n        <div class=\"max-w-5xl mx-auto px-4 text-center\">\n            <h2 class=\"text-3xl md:text-4xl font-bold font-display text-engidea-dark mb-4\">Inversi\u00f3n en tu Futuro<\/h2>\n            <p class=\"text-lg text-gray-600 mb-12\">Nuestros programas tienen una duraci\u00f3n de 16 semanas enfocados en resultados reales.<\/p>\n            \n            <div class=\"bg-gray-50 rounded-3xl shadow-xl border border-gray-200 p-8 md:p-12 max-w-2xl mx-auto relative transform hover:-translate-y-2 transition-transform duration-300\">\n                <div class=\"absolute top-0 right-0 bg-engidea-yellow text-engidea-dark font-bold uppercase tracking-widest text-[10px] sm:text-xs px-4 py-2 rounded-bl-2xl rounded-tr-3xl\">Todo Incluido<\/div>\n                \n                <div class=\"text-5xl font-black font-display text-engidea-dark mb-2\">$45<span class=\"text-xl text-gray-500 font-medium\"> \/ mes<\/span><\/div>\n                <p class=\"text-gray-600 mb-8 font-medium\">Mensualidad est\u00e1ndar para cualquiera de nuestras rutas.<\/p>\n                \n                <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-4 text-left mb-8\">\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fas fa-check-circle text-green-500\"><\/i> <span class=\"text-gray-700 text-sm\">Clases y mentor\u00edas en vivo<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fas fa-check-circle text-green-500\"><\/i> <span class=\"text-gray-700 text-sm\">Acceso a laboratorios<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fas fa-check-circle text-green-500\"><\/i> <span class=\"text-gray-700 text-sm\">Acompa\u00f1amiento docente<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fas fa-check-circle text-green-500\"><\/i> <span class=\"text-gray-700 text-sm\">Certificado final al culminar<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-yellow-50 border-2 border-engidea-yellow rounded-xl p-5 mb-8 text-left\">\n                    <div class=\"flex items-center gap-3 text-yellow-800 font-bold mb-2\">\n                        <div class=\"w-8 h-8 rounded-full bg-engidea-yellow flex items-center justify-center text-engidea-dark\"><i class=\"fas fa-gift\"><\/i><\/div> \n                        <span>Promoci\u00f3n Especial Cuatrimestre<\/span>\n                    <\/div>\n                    <p class=\"text-sm text-yellow-800 leading-relaxed ml-11\">\n                        Obt\u00e9n un <strong>descuento exclusivo<\/strong> al cancelar el programa completo (los 4 meses) por adelantado. \u00a1Pregunta a tu asesor por la tarifa promocional!\n                    <\/p>\n                <\/div>\n\n                <button onclick=\"document.getElementById('inscripcion').scrollIntoView({behavior: 'smooth'})\" class=\"block w-full py-4 bg-engidea-dark text-white font-bold rounded-xl hover:bg-gray-800 transition-colors shadow-lg\">\n                    Comenzar mi Inscripci\u00f3n\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FORMULARIO DE INSCRIPCI\u00d3N ACTUALIZADO -->\n    <section id=\"inscripcion\" class=\"py-24 bg-engidea-dark border-t border-gray-800\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"bg-white rounded-[2rem] shadow-2xl overflow-hidden flex flex-col lg:flex-row\">\n                \n                <!-- Info Izquierda -->\n                <div class=\"lg:w-5\/12 p-10 md:p-16 flex flex-col justify-between relative overflow-hidden bg-engidea-yellow text-engidea-dark\">\n                    <!-- Textura de fondo sutil -->\n                    <div class=\"absolute inset-0 bg-[url('https:\/\/www.transparenttextures.com\/patterns\/cubes.png')] opacity-10\"><\/div>\n                    <div class=\"relative z-10\">\n                        <div class=\"w-16 h-16 bg-white\/50 rounded-2xl flex items-center justify-center text-engidea-dark text-3xl mb-6 shadow-sm backdrop-blur-sm\">\n                            <i class=\"fas fa-paper-plane\"><\/i>\n                        <\/div>\n                        <h2 class=\"text-3xl font-bold font-display mb-4\">Postula a EngiTeach<\/h2>\n                        <p class=\"text-gray-800 mb-8 leading-relaxed font-medium\">\n                            Completa el formulario y un asesor acad\u00e9mico te contactar\u00e1 v\u00eda WhatsApp para confirmar tu cupo, procesar tu m\u00e9todo de pago y darte la bienvenida.\n                        <\/p>\n                        \n                        <div class=\"space-y-6\">\n                            <a href=\"https:\/\/wa.me\/584129395853\" target=\"_blank\" class=\"flex items-center gap-4 text-engidea-dark hover:text-blue-800 transition-colors group\">\n                                <div class=\"w-12 h-12 rounded-full bg-white flex items-center justify-center text-green-500 shadow-md group-hover:scale-110 transition-transform\"><i class=\"fab fa-whatsapp text-2xl\"><\/i><\/div>\n                                <div>\n                                    <p class=\"text-xs font-bold uppercase opacity-70\">Atenci\u00f3n Inmediata<\/p>\n                                    <p class=\"font-bold text-lg\">+58 412-9395853<\/p>\n                                <\/div>\n                            <\/a>\n                            <a href=\"mailto:info@engidea.com.ve\" class=\"flex items-center gap-4 text-engidea-dark hover:text-blue-800 transition-colors group\">\n                                <div class=\"w-12 h-12 rounded-full bg-white flex items-center justify-center text-engidea-dark shadow-md group-hover:scale-110 transition-transform\"><i class=\"far fa-envelope text-xl\"><\/i><\/div>\n                                <div>\n                                    <p class=\"text-xs font-bold uppercase opacity-70\">Correo Electr\u00f3nico<\/p>\n                                    <p class=\"font-bold text-lg\">info@engidea.com.ve<\/p>\n                                <\/div>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Formulario Derecha -->\n                <div class=\"lg:w-7\/12 bg-white p-10 md:p-16\">\n                    <form action=\"mailto:info@engidea.com\" method=\"POST\" enctype=\"text\/plain\" class=\"space-y-6\">\n                        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                            <div>\n                                <label class=\"block text-sm font-bold text-gray-700 mb-2\">Nombres *<\/label>\n                                <input type=\"text\" name=\"nombres\" required class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all\" placeholder=\"Ej. Carlos\">\n                            <\/div>\n                            <div>\n                                <label class=\"block text-sm font-bold text-gray-700 mb-2\">Apellidos *<\/label>\n                                <input type=\"text\" name=\"apellidos\" required class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all\" placeholder=\"Ej. P\u00e9rez\">\n                            <\/div>\n                        <\/div>\n                        \n                        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                            <div>\n                                <label class=\"block text-sm font-bold text-gray-700 mb-2\">Correo Electr\u00f3nico *<\/label>\n                                <input type=\"email\" name=\"correo\" required class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all\" placeholder=\"tucorreo@email.com\">\n                            <\/div>\n                            <div>\n                                <label class=\"block text-sm font-bold text-gray-700 mb-2\">Tel\u00e9fono (WhatsApp) *<\/label>\n                                <input type=\"tel\" name=\"telefono\" required class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all\" placeholder=\"+58 412 9395853\">\n                            <\/div>\n                        <\/div>\n\n                        <div>\n                            <label class=\"block text-sm font-bold text-gray-700 mb-2\">Ruta de Inter\u00e9s *<\/label>\n                            <div class=\"relative\">\n                                <select name=\"ruta\" required class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 appearance-none focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all text-gray-700 font-medium cursor-pointer\">\n                                    <option value=\"\" disabled selected>Selecciona una opci\u00f3n&#8230;<\/option>\n                                    <option value=\"Conexion_IA\">Ruta: Conexi\u00f3n IA (General \/ Programa Silver)<\/option>\n                                    <option value=\"Fabricacion_Digital\">Ruta: Fabricaci\u00f3n Digital (Emprendedores)<\/option>\n                                <\/select>\n                                <div class=\"absolute inset-y-0 right-4 flex items-center pointer-events-none text-gray-400\">\n                                    <i class=\"fas fa-chevron-down text-sm\"><\/i>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div>\n                            <label class=\"block text-sm font-bold text-gray-700 mb-2\">\u00bfQu\u00e9 esperas lograr en este programa?<\/label>\n                            <textarea name=\"objetivos\" rows=\"3\" class=\"w-full bg-gray-50 border border-gray-200 rounded-xl px-4 py-3 focus:outline-none focus:ring-2 focus:ring-engidea-yellow focus:border-transparent transition-all resize-none\" placeholder=\"Cu\u00e9ntanos un poco sobre ti y tus objetivos...\"><\/textarea>\n                        <\/div>\n\n                        <button type=\"submit\" class=\"w-full bg-engidea-dark text-white font-bold text-lg py-4 rounded-xl hover:bg-gray-800 transition-colors shadow-md flex items-center justify-center gap-2\">\n                            Enviar Solicitud <i class=\"fas fa-paper-plane\"><\/i>\n                        <\/button>\n                        <p class=\"text-xs text-center text-gray-400 mt-4\">Ser\u00e1s redirigido a tu gestor de correo para procesar la inscripci\u00f3n a info@engidea.com.<\/p>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FOOTER -->\n    <footer class=\"bg-gray-900 py-10 text-center border-t border-gray-800\">\n        <p class=\"text-gray-400 text-sm font-medium\">\u00a9 2026 Engidea. Innovaci\u00f3n Educativa. Todos los derechos reservados.<\/p>\n    <\/footer>\n\n    <!-- ========================================== -->\n    <!-- MODALES DE TEMARIOS (SOLO 2 RUTAS) -->\n    <!-- ========================================== -->\n\n    <!-- Modal 1: Conexi\u00f3n IA -->\n    <div id=\"modal-ia\" class=\"fixed inset-0 z-50 flex items-center justify-center bg-engidea-dark\/80 backdrop-blur-sm hidden opacity-0 transition-opacity duration-300 px-4\">\n        <div class=\"modal-content bg-white rounded-3xl shadow-2xl max-w-2xl w-full max-h-[90vh] flex flex-col relative border border-gray-100\">\n            <div class=\"p-6 md:p-8 border-b border-gray-100 flex justify-between items-center bg-blue-50\/50 rounded-t-3xl\">\n                <div class=\"flex items-center gap-4\">\n                    <div class=\"w-12 h-12 bg-blue-500 text-white rounded-xl flex items-center justify-center text-xl shadow-md\">\n                        <i class=\"fas fa-robot\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-2xl font-bold font-display text-engidea-dark leading-tight\">Temario Oficial<\/h3>\n                        <p class=\"text-blue-600 font-bold text-sm\">Ruta: Conexi\u00f3n IA<\/p>\n                    <\/div>\n                <\/div>\n                <button onclick=\"closeModal('modal-ia')\" class=\"w-10 h-10 bg-white border border-gray-200 rounded-full flex items-center justify-center text-gray-500 hover:text-red-500 hover:bg-red-50 transition-colors shadow-sm\">\n                    <i class=\"fas fa-times\"><\/i>\n                <\/button>\n            <\/div>\n            <div class=\"p-6 md:p-8 overflow-y-auto custom-scrollbar flex-grow\">\n                <ul class=\"space-y-6\">\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-blue-500 mr-2\">Mes 1:<\/span> Inmersi\u00f3n y Empat\u00eda<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Comenzamos con el \u00abDesembarco\u00bb y la creaci\u00f3n de la cuenta en Gemini. Aprenderemos la F\u00f3rmula del Prompt (Rol + Contexto + Tarea), mapas de empat\u00eda digital, t\u00e9cnica de los 5 Porqu\u00e9s y metodolog\u00edas \u00e1giles (Sprint Canvas) para definir el Reto de Dise\u00f1o.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-blue-500 mr-2\">Mes 2:<\/span> Datos, L\u00f3gica y Prototipado<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Generaci\u00f3n de datos sint\u00e9ticos con IA y creaci\u00f3n de una App funcional (MVP) usando Google AppSheet. Integraci\u00f3n con Google Docs para redacci\u00f3n automatizada, NotebookLM como segundo cerebro para res\u00famenes y Google Lens para digitalizaci\u00f3n multimodal.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-blue-500 mr-2\">Mes 3:<\/span> Herramientas de Impacto<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Dise\u00f1o de \u00abEmpleados Virtuales\u00bb (Chatbots) y entrenamiento con Knowledge Base. Creaci\u00f3n de formularios inteligentes, an\u00e1lisis de sentimiento de clientes, visualizaci\u00f3n de datos en Dashboards (Looker Studio) y automatizaci\u00f3n de minutas de reuniones con Google Meet.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-blue-500 mr-2\">Mes 4:<\/span> QA, Storytelling y Lanzamiento<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Fase de Testeo y QA (Quality Assurance) analizando errores con Gemini. Desarrollo del \u00abCanvas del Pitch\u00bb y guion persuasivo apoyado en IA. Ensayos generales y cierre con el \u00abDemo Day\u00bb donde cada equipo presenta su producto terminado.<\/p>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"p-6 border-t border-gray-100 bg-gray-50 rounded-b-3xl\">\n                <button onclick=\"closeModal('modal-ia'); document.getElementById('inscripcion').scrollIntoView({behavior: 'smooth'});\" class=\"w-full bg-engidea-dark text-white font-bold py-4 rounded-xl hover:bg-blue-600 transition-colors shadow-lg\">\n                    Llenar Solicitud de Inscripci\u00f3n\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Modal 2: Fabricaci\u00f3n Digital -->\n    <div id=\"modal-fabricacion\" class=\"fixed inset-0 z-50 flex items-center justify-center bg-engidea-dark\/80 backdrop-blur-sm hidden opacity-0 transition-opacity duration-300 px-4\">\n        <div class=\"modal-content bg-white rounded-3xl shadow-2xl max-w-2xl w-full max-h-[90vh] flex flex-col relative border border-gray-100\">\n            <div class=\"p-6 md:p-8 border-b border-gray-100 flex justify-between items-center bg-emerald-50\/50 rounded-t-3xl border-t-4 border-t-emerald-500\">\n                <div class=\"flex items-center gap-4\">\n                    <div class=\"w-12 h-12 bg-emerald-500 text-white rounded-xl flex items-center justify-center text-xl shadow-md\">\n                        <i class=\"fas fa-cube\"><\/i>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-2xl font-bold font-display text-engidea-dark leading-tight\">Temario Oficial<\/h3>\n                        <p class=\"text-emerald-600 font-bold text-sm\">Ruta: Fabricaci\u00f3n Digital para Emprendedores<\/p>\n                    <\/div>\n                <\/div>\n                <button onclick=\"closeModal('modal-fabricacion')\" class=\"w-10 h-10 bg-white border border-gray-200 rounded-full flex items-center justify-center text-gray-500 hover:text-red-500 hover:bg-red-50 transition-colors shadow-sm\">\n                    <i class=\"fas fa-times\"><\/i>\n                <\/button>\n            <\/div>\n            <div class=\"p-6 md:p-8 overflow-y-auto custom-scrollbar flex-grow\">\n                <ul class=\"space-y-6\">\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-emerald-500 mr-2\">Mes 1:<\/span> Empat\u00eda, Definici\u00f3n e Ideaci\u00f3n<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Descubrimiento de la oportunidad de negocio. Transformamos un problema cotidiano en un \u00abReto de Dise\u00f1o\u00bb. Realizamos bocetado, definimos la identidad visual de tu futuro negocio, psicolog\u00eda del color y la conceptualizaci\u00f3n de la marca del producto.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-emerald-500 mr-2\">Mes 2:<\/span> Dise\u00f1o Digital y Prototipado<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Paso de la idea a la materia. Aprender\u00e1s dise\u00f1o digital 2D con vectores para Grabado y Corte L\u00e1ser, y modelado 3D preciso. Dominio de software de laminado (Slicing\/Cura), configuraci\u00f3n de m\u00e1quinas y fabricaci\u00f3n del \u00abPrototipo Beta\u00bb.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-emerald-500 mr-2\">Mes 3:<\/span> Validaci\u00f3n y Narrativa<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Testeo del prototipo en el mercado utilizando matrices de feedback. Iteraci\u00f3n y ajustes de dise\u00f1o (engrosar paredes, ensambles eficaces). Construcci\u00f3n del \u00abStorytelling\u00bb de la marca, estructurando el Pitch comercial para vender tu soluci\u00f3n empresarial.<\/p>\n                    <\/li>\n                    <li class=\"bg-gray-50 rounded-xl p-5 border border-gray-100\">\n                        <h4 class=\"font-bold text-engidea-dark text-lg mb-2\"><span class=\"text-emerald-500 mr-2\">Mes 4:<\/span> Lanzamiento y Graduaci\u00f3n<\/h4>\n                        <p class=\"text-gray-600 text-sm\">Oratoria, grabaci\u00f3n y ensayo del Pitch comercial ante inversionistas\/clientes. Control de Calidad (QA) y acabados finales del producto. Creaci\u00f3n de portafolio y exhibici\u00f3n de tu producto en el Showcase (Demo Day).<\/p>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"p-6 border-t border-gray-100 bg-gray-50 rounded-b-3xl\">\n                <button onclick=\"closeModal('modal-fabricacion'); document.getElementById('inscripcion').scrollIntoView({behavior: 'smooth'});\" class=\"w-full bg-emerald-500 text-white font-bold py-4 rounded-xl hover:bg-emerald-600 transition-colors shadow-lg\">\n                    Llenar Solicitud de Inscripci\u00f3n\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- SCRIPT PARA MODALES -->\n    <script>\n        function openModal(id) {\n            const modal = document.getElementById(id);\n            modal.classList.remove('hidden');\n            void modal.offsetWidth; \n            modal.classList.remove('opacity-0');\n            modal.querySelector('.modal-content').classList.add('modal-enter');\n            document.body.style.overflow = 'hidden';\n        }\n\n        function closeModal(id) {\n            const modal = document.getElementById(id);\n            modal.classList.add('opacity-0');\n            modal.querySelector('.modal-content').classList.remove('modal-enter');\n            setTimeout(() => {\n                modal.classList.add('hidden');\n                document.body.style.overflow = 'auto';\n            }, 300);\n        }\n\n        window.onclick = function(event) {\n            if (event.target.classList.contains('fixed') && event.target.id.startsWith('modal-')) {\n                closeModal(event.target.id);\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>EngiTeach | Rutas de Formaci\u00f3n para Adultos Programa para Adultos Bienvenido a EngiTeach El mundo cambi\u00f3 y la forma de trabajar tambi\u00e9n. Actualiza tu perfil profesional, domina la Inteligencia Artificial y la Fabricaci\u00f3n Digital a trav\u00e9s de nuestras rutas de formaci\u00f3n especializadas. Explorar Rutas Inscribirme Ahora Para Profesionales Dise\u00f1ado para adultos que buscan reinventarse, optimizar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_eb_attr":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-380","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"engideadesign","author_link":"https:\/\/engidea.com.ve\/index.php\/author\/engideadesign\/"},"uagb_comment_info":0,"uagb_excerpt":"EngiTeach | Rutas de Formaci\u00f3n para Adultos Programa para Adultos Bienvenido a EngiTeach El mundo cambi\u00f3 y la forma de trabajar tambi\u00e9n. Actualiza tu perfil profesional, domina la Inteligencia Artificial y la Fabricaci\u00f3n Digital a trav\u00e9s de nuestras rutas de formaci\u00f3n especializadas. Explorar Rutas Inscribirme Ahora Para Profesionales Dise\u00f1ado para adultos que buscan reinventarse, optimizar&hellip;","_links":{"self":[{"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/pages\/380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/comments?post=380"}],"version-history":[{"count":4,"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/pages\/380\/revisions"}],"predecessor-version":[{"id":413,"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/pages\/380\/revisions\/413"}],"wp:attachment":[{"href":"https:\/\/engidea.com.ve\/index.php\/wp-json\/wp\/v2\/media?parent=380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}