



{"id":15,"date":"2019-07-22T16:54:28","date_gmt":"2019-07-22T13:54:28","guid":{"rendered":"https:\/\/livresq.com\/?page_id=15"},"modified":"2026-02-02T17:18:49","modified_gmt":"2026-02-02T15:18:49","slug":"formacion","status":"publish","type":"page","link":"https:\/\/livresq.com\/es\/training\/","title":{"rendered":"Formaci\u00f3n"},"content":{"rendered":"\n\n\n\n\n<p><\/p>\n\n\n\n\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>LIVRESQ &#8211; Formaci\u00f3n y Recursos<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            important: '#livresq-app-container', \/* Critical for WP: Makes all Tailwind utility classes !important *\/\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',\n                            'fucsia-dark': '#b00e60',\n                            albastru: '#6fccf0',\n                            blond: '#faed87',\n                            darkblue: '#2c3e50',\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* --- WORDPRESS ISOLATION & RESET LAYER --- *\/\n        \n        \/* 1. Main Container Breakout - Attempts to force full width even inside boxed WP themes *\/\n        #livresq-app-container {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.5;\n            color: #334155; \n            background-color: #f8fafc;\n            \/* Break out logic *\/\n            width: 100vw; \n            position: relative; \n            left: 50%; \n            right: 50%; \n            margin-left: -50vw; \n            margin-right: -50vw;\n            overflow-x: hidden;\n            box-sizing: border-box;\n        }\n\n        \/* 2. Universal Reset within the container *\/\n        #livresq-app-container *, \n        #livresq-app-container *::before, \n        #livresq-app-container *::after {\n            box-sizing: border-box; \/* Critical for grid\/flex layouts *\/\n            margin: 0;\n            padding: 0;\n            border-width: 0;\n            border-style: solid;\n            border-color: #e5e7eb;\n        }\n\n        \/* 3. Link Resets - WP themes love to style links *\/\n        #livresq-app-container a {\n            text-decoration: none !important;\n            box-shadow: none !important;\n            border: none !important;\n            color: inherit; \n            transition: all 0.3s ease;\n        }\n        #livresq-app-container a:hover {\n            text-decoration: none !important;\n            color: inherit; \n        }\n\n        \/* 4. List Resets - Remove bullets added by WP themes *\/\n        #livresq-app-container ul,\n        #livresq-app-container ol,\n        #livresq-app-container li {\n            list-style: none !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            text-indent: 0 !important;\n            background: none !important; \n        }\n\n        \/* 5. Image Resets - Prevent WP from adding borders\/shadows to images *\/\n        #livresq-app-container img, \n        #livresq-app-container svg {\n            display: block;\n            vertical-align: middle;\n            max-width: 100%;\n            height: auto;\n            border: none !important;\n            box-shadow: none !important;\n            border-radius: 0; \/* Reset default WP radius if any *\/\n        }\n        \n        \/* Re-apply radius classes from Tailwind where needed manually if tailwind fails, \n           but 'important: #livresq-app-container' in config should handle it. *\/\n\n        \/* 6. Form Element Resets *\/\n        #livresq-app-container input[type=\"text\"] {\n            background-image: none !important;\n            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n            margin: 0 !important;\n            box-sizing: border-box !important;\n            color: #0F1623 !important;\n            height: auto !important;\n            appearance: none !important;\n            -webkit-appearance: none !important;\n        }\n        \n        #livresq-app-container h1, \n        #livresq-app-container h2, \n        #livresq-app-container h3, \n        #livresq-app-container h4, \n        #livresq-app-container h5, \n        #livresq-app-container h6 {\n            font-size: inherit;\n            font-weight: inherit;\n            margin: 0;\n            line-height: inherit;\n        }\n\n        \/* --- END ISOLATION LAYER --- *\/\n\n\n        #livresq-app-container input[type=\"text\"]:focus {\n            outline: 2px solid #D91278 !important;\n            outline-offset: -2px !important;\n            border-color: transparent !important;\n            box-shadow: none !important;\n        }\n\n        \/* Utility Helpers *\/\n        #livresq-app-container .text-white { color: #ffffff !important; }\n        #livresq-app-container .text-slate-900 { color: #0F1623 !important; }\n        #livresq-app-container .text-livresq-fucsia { color: #D91278 !important; }\n        #livresq-app-container .bg-white { background-color: #ffffff !important; }\n        #livresq-app-container .bg-midnight { background-color: #0F1623 !important; }\n        \n        \/* Hover Effects *\/\n        .watch-btn-hover:hover {\n            color: #ffffff !important;\n            background-color: #D91278 !important;\n            border-color: #D91278 !important;\n        }\n        .watch-btn-hover:hover svg {\n            stroke: #ffffff !important;\n        }\n\n        .cta-btn-hover:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 25px -5px rgba(217, 18, 120, 0.4);\n        }\n\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"livresq-app-container\" class=\"min-h-screen bg-slate-50 flex flex-col font-sans\">\n        \n        <!-- 1. HERO SECTION -->\n        <div class=\"relative bg-slate-50 overflow-hidden pt-24 pb-16 lg:pt-32\">\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-100\/50 rounded-full blur-[100px] animate-blob mix-blend-multiply filter pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[500px] h-[500px] bg-pink-100\/50 rounded-full blur-[100px] animate-blob animation-delay-2000 mix-blend-multiply filter pointer-events-none\"><\/div>\n\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center max-w-4xl mx-auto reveal\">\n                    <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-[#1379D1]\/20 bg-[#1379D1]\/5 text-[#1379D1] text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm transition-all hover:bg-[#1379D1]\/10 !no-underline\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg>\n                        CENTRO DE APRENDIZAJE\n                    <\/span>\n                    \n                    <h1 class=\"text-5xl md:text-6xl font-heading font-black !text-slate-900 leading-[1.1] tracking-tight mb-6\">\n                        Formaci\u00f3n y <span class=\"!text-livresq-fucsia\">Recursos<\/span>\n                    <\/h1>\n                    \n                    <p class=\"mt-4 text-xl !text-slate-600 leading-relaxed max-w-2xl mx-auto\">\n                        Encuentra recursos educativos creados tanto por el equipo de LIVRESQ como por los miembros de nuestra comunidad. Explora los cursos y seminarios web disponibles.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2. COURSES SECTION -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-600\/10 rounded-full blur-[100px] pointer-events-none translate-x-1\/2 -translate-y-1\/2 mix-blend-screen\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[600px] h-[600px] bg-livresq-fucsia\/10 rounded-full blur-[100px] pointer-events-none -translate-x-1\/2 translate-y-1\/2 mix-blend-screen\"><\/div>\n            \n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-livresq-fucsia\/30 bg-livresq-fucsia\/10 !text-livresq-fucsia text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm !no-underline\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\/><\/svg>\n                        ACADEMIA DIGITAL\n                    <\/span>\n                    <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-white tracking-tight leading-tight\">\n                        Cursos de Especializaci\u00f3n\n                    <\/h2>\n                    <p class=\"mt-4 !text-slate-400 max-w-2xl mx-auto\">\n                        Tu viaje completo desde la iniciaci\u00f3n t\u00e9cnica hasta la experiencia certificada en pedagog\u00eda digital y dise\u00f1o instruccional.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-3 gap-8 mb-16\">\n                    <!-- Course 1 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-emerald-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Nivel Principiante<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                4 Semanas\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Conceptos B\u00e1sicos de LIVRESQ<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Ideal para quienes utilizan la plataforma por primera vez. Aprende paso a paso la interfaz del editor, c\u00f3mo construir una estructura de lecci\u00f3n, a\u00f1adir elementos multimedia y publicar tu primer proyecto educativo funcional.<\/p>\n                            \n                            <!-- List Container -->\n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Interfaz del Editor\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Estructura de la Lecci\u00f3n\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Publicaci\u00f3n\n                                <\/li>\n                            <\/ul>\n\n                            <!-- Button Wrapper for Guaranteed Spacing -->\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/curs-bazele-utilizarii-livresq\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Detalles del Curso <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 2 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-PRLI.jpg?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-blue-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Nivel Intermedio<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                5 M\u00f3dulos Intensivos\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Dise\u00f1o y Creaci\u00f3n de Lecciones Interactivas<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Transforma el conocimiento t\u00e9cnico en experiencias de aprendizaje. Este curso intensivo de 5 d\u00edas te ense\u00f1a la metodolog\u00eda de dise\u00f1o instruccional para crear escenarios de ense\u00f1anza efectivos y lecciones con impacto real en el aula.<\/p>\n                            \n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Dise\u00f1o Instruccional\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Escenarios de Ense\u00f1anza\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Proyecto Pr\u00e1ctico\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/curs-proiectarea-si-realizarea-lectiilor-interactive\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Detalles del Curso <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 3 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-300\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/07\/NewsLetter.png?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-livresq-fucsia !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Nivel Intermedio<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                3 Semanas (52h)\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Dise\u00f1o, Creaci\u00f3n y Uso de REA (OER)<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Clase magistral para educadores. Aprende a desarrollar Recursos Educativos Abiertos (REA) conformes con los est\u00e1ndares DigCompEdu y SCORM. Incluye 12 horas s\u00edncronas y 40 horas as\u00edncronas de pr\u00e1ctica.<\/p>\n                            \n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Est\u00e1ndares REA\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    DigCompEdu\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Certificaci\u00f3n\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/pedagogie-digitala\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Detalles del Curso <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Featured Card -->\n                <div class=\"relative reveal delay-400 max-w-5xl mx-auto\">\n                    <div class=\"absolute -inset-1 bg-gradient-to-r from-amber-500\/20 to-transparent blur-2xl opacity-50 rounded-full\"><\/div>\n                    <div class=\"spotlight-card glass-panel-midnight group relative rounded-2xl overflow-hidden border border-amber-500\/30 hover:border-amber-500 transition-all duration-300 grid md:grid-cols-2 shadow-2xl\">\n                        <div class=\"relative h-full min-h-[320px] bg-gradient-to-br from-white\/5 to-transparent flex items-center justify-center p-8 md:p-10 border-r border-white\/5\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/03\/Screenshot-2025-03-17-130317.png?w=582&#038;ssl=1\" class=\"relative z-10 w-full h-auto rounded-lg shadow-2xl transform group-hover:scale-[1.02] transition-transform duration-500\" \/>\n                            <div class=\"absolute top-6 left-6 z-20\">\n                                <span class=\"px-4 py-1.5 bg-amber-500 !text-white text-xs font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-2\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"7\"\/><polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\/><\/svg>\n                                    Curso Acreditado\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 md:p-10 flex flex-col justify-center\">\n                            <div class=\"flex items-center gap-2 mb-4 text-xs font-bold !text-amber-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                13 Semanas\n                            <\/div>\n                            <h3 class=\"text-2xl md:text-3xl font-bold !text-white mb-4 leading-tight group-hover:!text-amber-400 transition-colors\">Curso Acreditado de Dise\u00f1ador Instruccional &#8211; COR: 235904<\/h3>\n                            <p class=\"!text-slate-300 text-base leading-relaxed mb-8 border-b border-white\/10 pb-8\">Curso acreditado por el Ministerio de Trabajo y el Ministerio de Educaci\u00f3n. Programa 100% online con 180 horas de instrucci\u00f3n. F\u00f3rmate como especialista en e-learning y dise\u00f1a programas educativos complejos.<\/p>\n                            \n                            <ul class=\"grid grid-cols-1 sm:grid-cols-2 gap-y-4 gap-x-6 mb-2\">\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Diploma Acreditado\n                                <\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    180 Horas de Formaci\u00f3n\n                                <\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Competencias E-learning\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"pt-8 w-full sm:w-auto\">\n                                <a href=\"https:\/\/www.livresq.com\/en\/curs-acreditat-designer-instructional\" class=\"inline-flex items-center justify-center w-full sm:w-auto px-8 py-4 bg-amber-500 hover:bg-amber-600 !text-white !no-underline font-bold text-sm rounded-lg shadow-lg transition-all duration-300\">\n                                    Detalles del Programa Acreditado <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 3. WEBINARS SECTION -->\n        <section class=\"py-24 bg-white border-t border-slate-200\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"text-center mb-12 reveal\">\n                    <h2 class=\"text-4xl font-heading font-black !text-slate-900 mb-4 tracking-tight\">Archivo de Seminarios Web y Tutoriales<\/h2>\n                    <p class=\"text-xl !text-slate-600 max-w-2xl mx-auto leading-relaxed\">Una lista completa de recursos de video para ayudarte a convertirte en un experto en LIVRESQ. El acceso es completamente gratuito.<\/p>\n                <\/div>\n\n                <div class=\"max-w-xl mx-auto mb-10 relative reveal delay-100\">\n                    <div class=\"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none z-10\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-slate-400\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n                    <\/div>\n                    <input type=\"text\" id=\"webinar-search\" class=\"block w-full !pl-10 pr-3 py-3 border border-slate-300 rounded-md leading-5 bg-slate-50 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-livresq-fucsia !text-slate-900\" placeholder=\"Buscar seminarios web por t\u00edtulo o n\u00famero...\"\/>\n                <\/div>\n\n                <div class=\"bg-white rounded-lg shadow-sm border border-slate-200 overflow-hidden reveal delay-200\">\n                    <div class=\"overflow-x-auto\">\n                        <table class=\"min-w-full divide-y divide-slate-200\">\n                            <thead class=\"bg-slate-50\">\n                                <tr>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">N\u00ba<\/th>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Fecha<\/th>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Asunto<\/th>\n                                    <th class=\"px-6 py-4 text-right text-xs font-bold !text-slate-500 uppercase tracking-wider\">Acci\u00f3n<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody id=\"webinar-table-body\" class=\"bg-white divide-y divide-slate-200\"><\/tbody>\n                        <\/table>\n                    <\/div>\n                    <div class=\"px-6 py-4 bg-slate-50 border-t border-slate-200 flex justify-between items-center\">\n                        <span id=\"webinar-count\" class=\"text-sm !text-slate-500\">Cargando&#8230;<\/span>\n                        <a href=\"https:\/\/www.youtube.com\/channel\/UC5QXjexch6DlnScx9CYPTXA\" target=\"_blank\" class=\"text-sm font-bold text-blue-600 hover:text-blue-800 !no-underline flex items-center\">Ver archivo completo en YouTube <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-1\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 4. COMMUNITY SECTION -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <h2 class=\"text-4xl font-heading font-black !text-white mb-4 tracking-tight\">Comunidades LIVRESQ<\/h2>\n                    <p class=\"text-xl !text-slate-400\">Un lugar para descubrir nuevas formas de usar LIVRESQ, compartidas directamente por otros usuarios.<\/p>\n                <\/div>\n                <div class=\"grid md:grid-cols-2 gap-8 max-w-4xl mx-auto\">\n                    <!-- Card 1: LinkedIn -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-500\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity pointer-events-none\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-24 h-24 text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-500\/10 border border-blue-500\/20 rounded-md flex items-center justify-center mb-6\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-7 h-7 text-blue-400\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">Especialistas en eLearning<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">Para dise\u00f1adores instruccionales y creadores de contenido corporativo.<\/p>\n                            <a href=\"https:\/\/www.linkedin.com\/groups\/8425275\/\" target=\"_blank\" class=\"cta-btn-hover inline-flex items-center justify-center w-full px-6 py-3 bg-[#0077b5] !text-white !no-underline font-bold rounded-md transition-all duration-300\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                                \u00danete al Grupo de LinkedIn\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Card 2: Facebook -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-600\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity pointer-events-none\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-24 h-24 text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-600\/10 border border-blue-600\/20 rounded-md flex items-center justify-center mb-6\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-7 h-7 text-blue-500\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">Profesores y Educadores<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">La comunidad de educadores que utilizan LIVRESQ en el aula.<\/p>\n                            <a href=\"https:\/\/www.facebook.com\/groups\/271356147081234\" target=\"_blank\" class=\"cta-btn-hover inline-flex items-center justify-center w-full px-6 py-3 bg-[#1877F2] !text-white !no-underline font-bold rounded-md transition-all duration-300\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                                \u00danete al Grupo de Facebook\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 5. CALL TO ACTION -->\n        <section class=\"bg-slate-50 py-24 border-t border-slate-200 text-center relative overflow-hidden\">\n            <div class=\"max-w-4xl mx-auto px-4 relative z-10 reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-slate-900 mb-8\">\u00dasalo <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-pink-600\">Gratis<\/span><\/h2>\n                <p class=\"text-xl !text-slate-600 mb-10 leading-relaxed\">Es todo lo que necesitas para crear y publicar cursos y lecciones interactivas.<br class=\"hidden md:block\"\/>No se requieren datos de tarjeta de cr\u00e9dito para usar la versi\u00f3n gratuita.<\/p>\n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center\">\n                    <a href=\"https:\/\/livresq.com\/en\/contul-meu\/\" class=\"cta-btn-hover inline-flex items-center justify-center px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] !text-white !no-underline font-bold text-lg rounded-md shadow-lg shadow-pink-100 transition-all duration-300\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .962L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z\"\/><path d=\"M20 3v4\"\/><path d=\"M22 5h-4\"\/><path d=\"M4 17v2\"\/><path d=\"M5 18H3\"\/><\/svg>\n                        Activar Cuenta\n                    <\/a>\n                    <a href=\"https:\/\/livresq.com\/en\/pricing\/\" class=\"cta-btn-hover inline-flex items-center justify-center px-8 py-4 bg-white border-2 border-slate-200 !text-slate-700 !no-underline font-bold text-lg rounded-md hover:border-[#D91278] hover:text-[#D91278] transition-all duration-300\">\n                        Ver Planes\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) entry.target.classList.add('active');\n                });\n            }, { threshold: 0.1, rootMargin: \"0px 0px -50px 0px\" });\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            document.addEventListener('mousemove', (e) => {\n                const cards = document.querySelectorAll('.spotlight-card');\n                cards.forEach(card => {\n                    const rect = card.getBoundingClientRect();\n                    card.style.setProperty('--mouse-x', `${e.clientX - rect.left}px`);\n                    card.style.setProperty('--mouse-y', `${e.clientY - rect.top}px`);\n                });\n            });\n\n            const webinarsData = [\n                { id: 50, date: \"15 Ene 2026\", title: \"\u00bfC\u00f3mo trabajar con im\u00e1genes en la nueva interfaz de LIVRESQ?\", link: \"https:\/\/youtu.be\/a--inA4dIGQ?si=2wO1s9tcao-5WlFh\" },\n                { id: 49, date: \"18 Dic 2025\", title: \"Crea y organiza texto f\u00e1cilmente en la nueva interfaz de LIVRESQ\", link: \"https:\/\/youtu.be\/SEO3HQSe41Y?si=_dtyRFGpRGfrD4Ik\" },\n                { id: 48, date: \"4 Dic 2025\", title: \"Formas pr\u00e1cticas en que los nuevos dise\u00f1os de LIVRESQ simplifican tu flujo de trabajo\", link: \"https:\/\/youtu.be\/3rWMxykGqF8?si=NNgVY4g4O0Wqdss4\" },\n                { id: 47, date: \"6 Nov 2025\", title: \"\u00a1Nuevas funciones emocionantes en LIVRESQ!\", link: \"https:\/\/youtu.be\/tKrsw13YS4s?si=em7ZT2mQOYtBEp_8\" },\n                { id: 46, date: \"9 Oct 2025\", title: \"\u00a1Descubre las nuevas plantillas dise\u00f1adas para LIVRESQ!\", link: \"https:\/\/youtu.be\/6JslWkrwZts?si=-o5ous6QFNiVUq-1\" },\n                { id: 45, date: \"25 Sep 2025\", title: \"Gestiona tus proyectos educativos de forma m\u00e1s inteligente con LIVRESQ\", link: \"https:\/\/youtu.be\/msb3zJ5Qv7U?si=tHmaEhAzwrAkdNiS\" },\n                { id: 44, date: \"11 Sep 2025\", title: \"Destaca y s\u00e9 encontrado: \u00a1consejos esenciales sobre metadatos!\", link: \"https:\/\/youtu.be\/DGtKl7Rlecs?si=lMRlGVpwXc1Cjyh4\" },\n                { id: 43, date: \"28 Ago 2025\", title: \"Del borrador a la entrega: control de calidad para REA\", link: \"https:\/\/youtu.be\/rjAcyftn-DU?si=umKMnyvDC-ShmnHM\" },\n                { id: 42, date: \"31 Jul 2025\", title: \"\u00a1Haz tus videos interactivos en LIVRESQ!\", link: \"https:\/\/youtu.be\/CGIMpnXHMOM?si=Ngz8LCcWzkFHoLtJ\" },\n                { id: 41, date: \"17 Jul 2025\", title: \"\u00a1Las im\u00e1genes importan! Descubre c\u00f3mo usar im\u00e1genes para enriquecer tus lecciones.\", link: \"https:\/\/youtu.be\/zkiApIsM9Bg?si=WfcllsfumBTjQ1yB\" },\n                { id: 40, date: \"19 Jun 2025\", title: \"\u00a1Descubre c\u00f3mo hacer tu texto interactivo con LIVRESQ!\", link: \"https:\/\/youtu.be\/b7D_BKBPxf8?si=T4EplHeIjZtpYB7z\" },\n                { id: 39, date: \"5 Jun 2025\", title: \"\u00a1Mejora tus REA con contenido de video potente usando LIVRESQ!\", link: \"https:\/\/youtu.be\/CD70HNmZhzY?si=DjllBQw6sOyo0Z5Y\" },\n                { id: 38, date: \"22 May 2025\", title: \"\u00a1Descubre las funciones m\u00e1s recientes de LIVRESQ!\", link: \"https:\/\/youtu.be\/9AKbXGmfuf0?si=pKUHjrlJ_2uSQ1MV\" },\n                { id: 37, date: \"8 May 2025\", title: \"Creaci\u00f3n y compartici\u00f3n de Recursos Educativos Abiertos (REA): Una gu\u00eda para ti\", link: \"https:\/\/youtu.be\/hUuebi2_k7I?si=-d49eEVmFviuJS2u\" },\n                { id: 36, date: \"24 Abr 2025\", title: \"Trabaja m\u00e1s inteligente: \u00a1Integra contenido entre proyectos en LIVRESQ!\", link: \"https:\/\/youtu.be\/fKd7_lMyCiE?si=pM3mjeJlnnBCC6HQ\" },\n                { id: 35, date: \"27 Mar 2025\", title: \"\u00a1Haz tus cuestionarios m\u00e1s atractivos y efectivos con estos consejos!\", link: \"https:\/\/youtu.be\/oR1OCGPzfaA?si=rfvxELl7ZoKSD5tk\" },\n                { id: 34, date: \"27 Feb 2025\", title: \"\u00a1Haz tus im\u00e1genes y textos interactivos con LIVRESQ!\", link: \"https:\/\/youtu.be\/J7Fb6on9wVA\" },\n                { id: 33, date: \"13 Feb 2025\", title: \"\u00a1Haz tus lecciones digitales accesibles para todos!\", link: \"https:\/\/youtu.be\/t2mJ6A_vxi0\" },\n                { id: 32, date: \"30 Ene 2025\", title: \"Dominando el texto en LIVRESQ: Edici\u00f3n avanzada e integraci\u00f3n de IA\", link: \"https:\/\/youtu.be\/YpkXTJFTNIg\" },\n                { id: 31, date: \"16 Ene 2025\", title: \"Aprende c\u00f3mo personalizar tus cursos en LIVRESQ\", link: \"https:\/\/youtu.be\/x1LK2sVSN7Q\" },\n                { id: 30, date: \"19 Dic 2024\", title: \"\u00bfC\u00f3mo hacer tus cursos m\u00e1s amigables para el usuario?\", link: \"https:\/\/youtu.be\/MqMYsgX1LBY\" },\n                { id: 29, date: \"5 Dic 2024\", title: \"Presentamos una nueva funci\u00f3n en LIVRESQ: Certificados descargables ya disponibles\", link: \"https:\/\/youtu.be\/XkvLoIXRTCg\" },\n                { id: 28, date: \"21 Nov 2024\", title: \"\u00a1Integra f\u00e1cilmente proyectos de Scratch en tus cursos de e-learning!\", link: \"https:\/\/youtu.be\/AgybP8bydLA\" },\n                { id: 27, date: \"7 Nov 2024\", title: \"\u00a1Desbloquea el poder de texto a voz en tus proyectos LIVRESQ!\", link: \"https:\/\/youtu.be\/1hyEQ13nonY\" },\n                { id: 26, date: \"24 Oct 2024\", title: \"\u00bfC\u00f3mo trabajar junto con tu equipo en LIVRESQ?\", link: \"https:\/\/youtu.be\/JL__Cqpb7H4\" },\n                { id: 25, date: \"10 Oct 2024\", title: \"Presentamos la nueva funci\u00f3n en LIVRESQ: Bancos de Preguntas\", link: \"https:\/\/youtu.be\/YjC9Y_y0LeE\" },\n                { id: 24, date: \"26 Sep 2024\", title: \"Nuevas funcionalidades de IA\", link: \"https:\/\/youtu.be\/SWcgOB_XzRE\" },\n                { id: 23, date: \"12 Sep 2024\", title: \"\u00a1Aprende c\u00f3mo agregar y editar im\u00e1genes f\u00e1cilmente en LIVRESQ!\", link: \"https:\/\/youtu.be\/z_SRT2SmCI0\" },\n                { id: 22, date: \"29 Ago 2024\", title: \"\u00a1Empieza a crear tus cursos en LIVRESQ con plantillas listas para usar!\", link: \"https:\/\/youtu.be\/HZ7g-ST5KjU\" },\n                { id: 21, date: \"1 Ago 2024\", title: \"\u00a1Desbloquea todo el potencial de los videos en tus lecciones con estos consejos \u00fatiles!\", link: \"https:\/\/youtu.be\/EbN_jBZcbGk\" },\n                { id: 20, date: \"18 Jul 2024\", title: \"\u00a1Haz tus lecciones atractivas e interactivas con estos consejos!\", link: \"https:\/\/youtu.be\/YXtSvXR5m-A\" },\n                { id: 19, date: \"4 Jul 2024\", title: \"\u00a1Descubre las \u00faltimas actualizaciones en cuestionarios con LIVRESQ!\", link: \"https:\/\/youtu.be\/tb_O3j1ZeVs\" },\n                { id: 18, date: \"20 Jun 2024\", title: \"Descubre el futuro de la ense\u00f1anza digital con nuestro Generador de Im\u00e1genes IA\", link: \"https:\/\/youtu.be\/hiYtbzANsFA\" },\n                { id: 17, date: \"6 Jun 2024\", title: \"Aprovecha el poder de las im\u00e1genes en tus cursos digitales\", link: \"https:\/\/youtu.be\/sDKI7aRYk0Y\" },\n                { id: 16, date: \"23 May 2024\", title: \"Descubre las m\u00faltiples formas de crear lecciones de e-learning atractivas\", link: \"https:\/\/youtu.be\/QRW1T0bGxL8\" },\n                { id: 15, date: \"9 May 2024\", title: \"\u00bfC\u00f3mo exportar proyectos con metadatos completos?\", link: \"https:\/\/youtu.be\/5eB48zpRyuY\" },\n                { id: 14, date: \"25 Abr 2024\", title: \"Aprende c\u00f3mo configurar preferencias generales para tus proyectos en LIVRESQ\", link: \"https:\/\/youtu.be\/3uey_DtTzrY\" },\n                { id: 13, date: \"11 Abr 2024\", title: \"Aprende c\u00f3mo organizar tus lecciones eficazmente usando marcadores\", link: \"https:\/\/youtu.be\/ocDk6ukzTfo\" },\n                { id: 12, date: \"28 Mar 2024\", title: \"\u00bfC\u00f3mo agregar varios recursos interactivos en lecciones de LIVRESQ?\", link: \"https:\/\/youtu.be\/MlwsPAJKFzw\" },\n                { id: 11, date: \"14 Mar 2024\", title: \"Gu\u00eda el progreso de tus estudiantes\", link: \"https:\/\/youtu.be\/L-MZ-hgZfr4\" },\n                { id: 10, date: \"29 Feb 2024\", title: \"Incrustando aplicaciones externas y recursos interactivos directamente en LIVRESQ\", link: \"https:\/\/youtu.be\/mhO95k03dMs\" },\n                { id: 9, date: \"15 Feb 2024\", title: \"\u00a1Lleva tus lecciones al siguiente nivel con videos e im\u00e1genes de stock!\", link: \"https:\/\/youtu.be\/lzL9Q2Q7YRA\" },\n                { id: 8, date: \"1 Feb 2024\", title: \"Presentamos el Generador de Lecciones IA de LIVRESQ\", link: \"https:\/\/youtu.be\/uP1oKWZRLt4\" },\n                { id: 7, date: \"18 Ene 2024\", title: \"Lo que hemos preparado para BETT\", link: \"https:\/\/youtu.be\/-jjSLDBuUBY\" },\n                { id: 6, date: \"7 Dic 2023\", title: \"Sumergi\u00e9ndose en el mundo de los cuestionarios\", link: \"https:\/\/youtu.be\/IioYCSF7l4s\" },\n                { id: 5, date: \"23 Nov 2023\", title: \"Mejora el aprendizaje con Cuestionarios de Video Interactivos\", link: \"https:\/\/youtu.be\/iuReASD55w0\" },\n                { id: 4, date: \"9 Nov 2023\", title: \"Agrega Fotos de Stock Directamente Desde LIVRESQ\", link: \"https:\/\/youtu.be\/l_zwaUdlSpM\" },\n                { id: 3, date: \"26 Oct 2023\", title: \"Dise\u00f1a, planifica y estructura tu contenido eLearning\", link: \"https:\/\/youtu.be\/1xaD6kZrEAk\" },\n                { id: 2, date: \"12 Oct 2023\", title: \"LIVRESQ: \u00a1Empodera tu Ense\u00f1anza! IA en Educaci\u00f3n: Consejos y Trucos\", link: \"https:\/\/youtu.be\/_FzaIw0u83M\" },\n                { id: 1, date: \"28 Sep 2023\", title: \"LIVRESQ: \u00a1Empodera tu Ense\u00f1anza!\", link: \"https:\/\/youtu.be\/uHLNX7nu8iA\" }\n            ];\n\n            const tableBody = document.getElementById('webinar-table-body');\n            const searchInput = document.getElementById('webinar-search');\n            const countLabel = document.getElementById('webinar-count');\n\n            function renderWebinars(filter = '') {\n                const filtered = webinarsData.filter(w => w.title.toLowerCase().includes(filter.toLowerCase()) || w.id.toString().includes(filter));\n                countLabel.textContent = `Mostrando ${filtered.length} seminarios web`;\n                tableBody.innerHTML = filtered.map(w => `\n                    <tr>\n                        <td class=\"px-6 py-4 text-sm font-medium !text-slate-900\">#${w.id}<\/td>\n                        <td class=\"px-6 py-4 text-sm !text-slate-500\">\n                            <div class=\"flex items-center gap-2\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-slate-400\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n                                ${w.date}\n                            <\/div>\n                        <\/td>\n                        <td class=\"px-6 py-4 text-sm !text-slate-700 font-medium\">${w.title}<\/td>\n                        <td class=\"px-6 py-4 text-right\">\n                            <a href=\"${w.link}\" target=\"_blank\" class=\"watch-btn-hover inline-flex items-center px-4 py-2 border border-[#D91278] text-[#D91278] hover:bg-[#D91278] hover:text-white text-xs font-bold rounded-md !no-underline transition-all\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-1.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polygon points=\"10 8 16 12 10 16 10 8\"\/><\/svg>\n                                Ver\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                `).join('');\n            }\n            renderWebinars();\n            searchInput.addEventListener('input', (e) => renderWebinars(e.target.value));\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Formaci\u00f3n y Recursos CENTRO DE APRENDIZAJE Formaci\u00f3n y Recursos Encuentra recursos educativos creados tanto por el equipo de LIVRESQ como por los miembros de nuestra comunidad. Explora los cursos y seminarios web disponibles. ACADEMIA DIGITAL Cursos de Especializaci\u00f3n Tu viaje completo desde la iniciaci\u00f3n t\u00e9cnica hasta la experiencia certificada en pedagog\u00eda digital y [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Training - LIVRESQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livresq.com\/es\/formacion\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Training - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Formaci\u00f3n y Recursos CENTRO DE APRENDIZAJE Formaci\u00f3n y Recursos Encuentra recursos educativos creados tanto por el equipo de LIVRESQ como por los miembros de nuestra comunidad. Explora los cursos y seminarios web disponibles. ACADEMIA DIGITAL Cursos de Especializaci\u00f3n Tu viaje completo desde la iniciaci\u00f3n t\u00e9cnica hasta la experiencia certificada en pedagog\u00eda digital y [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/es\/formacion\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-02T15:18:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/training\/\",\"url\":\"https:\/\/livresq.com\/training\/\",\"name\":\"Training - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"datePublished\":\"2019-07-22T13:54:28+00:00\",\"dateModified\":\"2026-02-02T15:18:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/training\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\/\/livresq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livresq.com\/en\/#website\",\"url\":\"https:\/\/livresq.com\/en\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\/\/livresq.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livresq.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livresq.com\/en\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\/\/livresq.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Formaci\u00f3n - LIVRESQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livresq.com\/es\/formacion\/","og_locale":"es_ES","og_type":"article","og_title":"Training - LIVRESQ","og_description":"LIVRESQ &#8211; Formaci\u00f3n y Recursos CENTRO DE APRENDIZAJE Formaci\u00f3n y Recursos Encuentra recursos educativos creados tanto por el equipo de LIVRESQ como por los miembros de nuestra comunidad. Explora los cursos y seminarios web disponibles. ACADEMIA DIGITAL Cursos de Especializaci\u00f3n Tu viaje completo desde la iniciaci\u00f3n t\u00e9cnica hasta la experiencia certificada en pedagog\u00eda digital y [&hellip;]","og_url":"https:\/\/livresq.com\/es\/formacion\/","og_site_name":"LIVRESQ","article_modified_time":"2026-02-02T15:18:49+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"10 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/training\/","url":"https:\/\/livresq.com\/training\/","name":"Formaci\u00f3n - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","datePublished":"2019-07-22T13:54:28+00:00","dateModified":"2026-02-02T15:18:49+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/training\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/training\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/livresq.com\/training\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1"},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Training"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"Herramienta de creaci\u00f3n de eLearning","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Herramienta de creaci\u00f3n","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":120,"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":484845,"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/pages\/15\/revisions\/484845"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/es\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}