{"id":23209,"date":"2025-09-26T21:15:40","date_gmt":"2025-09-26T21:15:40","guid":{"rendered":"https:\/\/assist.com.co\/?page_id=23209"},"modified":"2026-02-25T15:41:50","modified_gmt":"2026-02-25T15:41:50","slug":"assist-technical-summit-webinar-edition-2025","status":"publish","type":"page","link":"https:\/\/assist.com.co\/en\/assist-technical-summit-webinar-edition-2025\/","title":{"rendered":"Assist Technical Summit \u2013 Webinar Edition"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section section_has_divider et_pb_bottom_divider preset--module--divi-section--default\"><div class=\"et_pb_row_0 et_pb_row et_block_row\"><div class=\"et_pb_column_0 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_image_0 et_pb_image et_pb_module et_block_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/09\/15_Logo_horizontal_Assist.png\" width=\"1000\" height=\"354\" srcset=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/09\/15_Logo_horizontal_Assist.png 1000w, https:\/\/assist.com.co\/wp-content\/uploads\/2025\/09\/15_Logo_horizontal_Assist-980x347.png 980w, https:\/\/assist.com.co\/wp-content\/uploads\/2025\/09\/15_Logo_horizontal_Assist-480x170.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" class=\"wp-image-23016\" title=\"15_Logo_horizontal_Assist\" \/><\/span><\/div><div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>\u00danete al <strong data-start=\"730\" data-end=\"772\">webinar de innovaci\u00f3n tecnol\u00f3gica 2025<\/strong> con expertos, demos en vivo y networking. Evento online gratuito. \u00a1Inscr\u00edbete hoy!<\/h2>\n<\/div><\/div><div class=\"et_pb_divider_0 et_pb_divider et_pb_space et_pb_divider_position_top et_pb_module\"><div class=\"et_pb_divider_internal\"><\/div><\/div><div class=\"et_pb_code_0 et_pb_code et_pb_module\"><\/div><div class=\"et_pb_code_1 et_pb_code et_pb_text_align_center et_pb_module\"><div class=\"et_pb_code_inner\"><!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>Assist Technical Summit - Webinar Edition<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n       body {\n    font-family: 'Arial', sans-serif;\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    min-height: 100vh;\n    \/* ELIMINAR estas 3 l\u00edneas:\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    *\/\n    overflow-x: hidden;\n    padding: 0;\n    margin: 0;\n}\n        \n        .summit-container {\n            text-align: center;\n            padding: 60px 40px;\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(20px);\n            border-radius: 30px;\n            border: 2px solid rgba(255, 255, 255, 0.2);\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n            max-width: 900px;\n            width: 90%;\n            position: relative;\n            overflow: hidden;\n            animation: slideIn 1s ease-out;\n        }\n        \n        .summit-container::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            animation: rotate 20s linear infinite;\n            pointer-events: none;\n        }\n        \n        .main-title {\n            font-size: 3.5rem;\n            font-weight: bold;\n            color: #ffffff;\n            text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            margin-bottom: 10px;\n            letter-spacing: 2px;\n            animation: glow 2s ease-in-out infinite alternate;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .subtitle {\n            font-size: 1.8rem;\n            color: #f0f0ff;\n            margin-bottom: 30px;\n            font-weight: 300;\n            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n            position: relative;\n            z-index: 2;\n        }\n        \n        .webinar-badge {\n            display: inline-block;\n            background: linear-gradient(45deg, #ff6b6b, #ee5a52);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            margin-bottom: 40px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 0 10px 25px rgba(238, 90, 82, 0.3);\n            animation: pulse 2s infinite;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .feature-card {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 25px 15px;\n            border-radius: 20px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.3s ease;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px) scale(1.05);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n            background: rgba(255, 255, 255, 0.25);\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            display: block;\n            animation: bounce 2s infinite;\n        }\n        \n        .feature-text {\n            color: #ffffff;\n            font-size: 1rem;\n            font-weight: 500;\n        }\n        \n        .cta-section {\n            margin-top: 50px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .cta-button {\n            background: linear-gradient(45deg, #4ecdc4, #44a08d);\n            color: white;\n            border: none;\n            padding: 18px 40px;\n            font-size: 1.2rem;\n            font-weight: bold;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 0 15px 35px rgba(68, 160, 141, 0.4);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 25px 50px rgba(68, 160, 141, 0.6);\n            background: linear-gradient(45deg, #44a08d, #4ecdc4);\n        }\n        \n        @keyframes slideIn {\n            from {\n                opacity: 0;\n                transform: translateY(50px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @keyframes glow {\n            from {\n                text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n            }\n            to {\n                text-shadow: 0 5px 25px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.1);\n            }\n        }\n        \n        @keyframes pulse {\n            0% {\n                transform: scale(1);\n            }\n            50% {\n                transform: scale(1.05);\n            }\n            100% {\n                transform: scale(1);\n            }\n        }\n        \n        @keyframes rotate {\n            from {\n                transform: rotate(0deg);\n            }\n            to {\n                transform: rotate(360deg);\n            }\n        }\n        \n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% {\n                transform: translateY(0);\n            }\n            40% {\n                transform: translateY(-10px);\n            }\n            60% {\n                transform: translateY(-5px);\n            }\n        }\n        \n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .main-title {\n                font-size: 2.5rem;\n            }\n            \n            .subtitle {\n                font-size: 1.3rem;\n            }\n            \n            .summit-container {\n                padding: 40px 20px;\n                margin: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"summit-container\">\n        <h1 class=\"main-title\">ASSIST<\/h1>\n        <h2 class=\"main-title\" style=\"font-size: 2.8rem; margin-top: -10px;\">TECHNICAL SUMMIT<\/h2>\n        \n        <div class=\"webinar-badge\">\n            \ud83c\udf10 WEBINAR EDITION\n        <\/div>\n        \n        <p class=\"subtitle\">El evento t\u00e9cnico m\u00e1s importante del a\u00f1o<\/p>\n        \n        <div class=\"features-grid\">\n            <div class=\"feature-card\" style=\"animation-delay: 0.2s;\">\n                <span class=\"feature-icon\">\ud83d\ude80<\/span>\n                <div class=\"feature-text\">Innovaci\u00f3n y Tecnolog\u00eda<\/div>\n            <\/div>\n            <div class=\"feature-card\" style=\"animation-delay: 0.4s;\">\n                <span class=\"feature-icon\">\ud83d\udc65<\/span>\n                <div class=\"feature-text\">Expertos de la Industria<\/div>\n            <\/div>\n            <div class=\"feature-card\" style=\"animation-delay: 0.6s;\">\n                <span class=\"feature-icon\">\ud83d\udca1<\/span>\n                <div class=\"feature-text\">Soluciones Avanzadas<\/div>\n            <\/div>\n            <div class=\"feature-card\" style=\"animation-delay: 0.8s;\">\n                <span class=\"feature-icon\">\ud83c\udfaf<\/span>\n                <div class=\"feature-text\">Networking Global<\/div>\n            <\/div>\n            <div class=\"feature-card\" style=\"animation-delay: 1.0s;\">\n                <span class=\"feature-icon\">\ud83c\udfaf<\/span>\n                <div class=\"feature-text\">Casos de \u00c9xito Reales<\/div>\n            <\/div>\n            <div class=\"feature-card\" style=\"animation-delay: 1.2s;\">\n                <span class=\"feature-icon\">\ud83d\udd17<\/span>\n                <div class=\"feature-text\">Integraci\u00f3n de APIs<\/div>\n            <\/div>\n        <\/div>\n        \n\n    <\/div>\n<\/body>\n<\/html><\/div><\/div><\/div><div class=\"et_pb_column_1 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><iframe loading=\"lazy\" src=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeWbzKxCtGWDsb1_D0oG99tMD7srTJPafAjw0c63N9hHPWglw\/viewform?embedded=true\" width=\"640\" height=\"900\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Cargando\u2026<\/iframe><\/div><\/div><div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>REVISA LA AGENDA COMPLETA<\/h2>\n<\/div><\/div><div class=\"et_pb_icon_0 et_pb_icon et_animated et_pb_module et_block_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">?<\/span><\/span><\/div><\/div><\/div><div class=\"et_pb_bottom_inside_divider et-no-transition\"><\/div><\/div><div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section section_has_divider et_pb_top_divider preset--module--divi-section--default\"><div class=\"et_pb_top_inside_divider et-no-transition\"><\/div><div class=\"et_pb_row_1 et_pb_row et_block_row\"><div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Assist Technical Summit 2025<\/title>\n    \n    <!-- Open Graph \/ Facebook -->\n    <meta property=\"og:type\" content=\"website\" \/>\n    <meta property=\"og:url\" content=\"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/\" \/>\n    <meta property=\"og:title\" content=\"Assist Technical Summit \u2013 Webinar Edition\" \/>\n    <meta property=\"og:description\" content=\"El evento busca inspirar, conectar y educar a los asistentes mediante charlas, demos en vivo, interacci\u00f3n directa con expertos y entrega de kits exclusivos y muestra de demos a quienes permanezcan hasta el final.\" \/>\n    <meta property=\"og:image\" content=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/TU_IMAGEN_CORRECTA.jpg\" \/>\n    <meta property=\"og:image:width\" content=\"1200\" \/>\n    <meta property=\"og:image:height\" content=\"630\" \/>\n    \n    <!-- Twitter Cards -->\n    <meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n    <meta name=\"twitter:url\" content=\"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/\" \/>\n    <meta name=\"twitter:title\" content=\"Assist Technical Summit \u2013 Webinar Edition\" \/>\n    <meta name=\"twitter:description\" content=\"El evento busca inspirar, conectar y educar a los asistentes mediante charlas, demos en vivo, interacci\u00f3n directa con expertos y entrega de kits exclusivos.\" \/>\n    <meta name=\"twitter:image\" content=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/TU_IMAGEN_CORRECTA.jpg\" \/>\n    \n    <style>\n        \/* \u2705 ANIMACI\u00d3N FLOAT - Para hacer flotar elementos *\/\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        \/* \u2705 ANIMACI\u00d3N GLOW - Para el brillo de los botones de tiempo *\/\n        @keyframes glow {\n            0%, 100% { box-shadow: 0 0 5px rgba(255, 46, 56, 0.5), 0 0 10px rgba(255, 46, 56, 0.3); }\n            50% { box-shadow: 0 0 20px rgba(255, 46, 56, 0.8), 0 0 30px rgba(255, 46, 56, 0.5); }\n        }\n        \n        \/* \u2705 Aplicar animaciones a los badges de tiempo *\/\n        .time-badge {\n            animation: float 3s ease-in-out infinite, glow 2s ease-in-out infinite;\n        }\n        \n        \/* \u2705 Animaci\u00f3n hover para las tarjetas de speakers *\/\n        .speaker-card {\n            transition: all 0.3s ease;\n        }\n        \n        .speaker-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(255, 46, 56, 0.4) !important;\n        }\n\n        \/* \u2705 CORRECCI\u00d3N RESPONSIVE *\/\n        .speakers-grid {\n            max-width: 100%;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            padding: 0 20px;\n        }\n\n        \/* Responsive para tablets *\/\n        @media (min-width: 768px) {\n            .speakers-grid {\n                grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n                padding: 0 40px;\n            }\n        }\n\n        \/* Responsive para desktop *\/\n        @media (min-width: 1024px) {\n            .speakers-grid {\n                grid-template-columns: repeat(2, 1fr);\n                max-width: 1400px;\n            }\n        }\n\n        \/* Ajuste para contenedor de foto\/avatar en m\u00f3vil *\/\n        @media (max-width: 640px) {\n            .speaker-header {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .speaker-info {\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif;\">\n    \n    <!-- Container Principal -->\n    <div style=\"background: linear-gradient(135deg, rgb(7, 26, 57), rgb(15, 23, 42), rgb(7, 26, 57)); color: white !important; padding: 80px 20px;\">\n        \n        <!-- Header -->\n        <div style=\"text-align: center; margin-bottom: 60px;\">\n            <h1 style=\"font-size: clamp(2rem, 5vw, 3.5rem); font-weight: bold; margin-bottom: 20px; background: linear-gradient(to right, rgb(255, 46, 56), rgb(236, 72, 153), rgb(7, 26, 57)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: white;\">\n                Agenda del Summit\n            <\/h1>\n            <p style=\"font-size: clamp(1rem, 3vw, 1.5rem); color: rgb(209, 213, 219) !important; margin: 0; padding: 0 20px;\">\n                6 charlas magistrales con expertos de la industria\n            <\/p>\n        <\/div>\n        \n        <!-- Grid de Speakers -->\n        <div class=\"speakers-grid\">\n            \n            <!-- Speaker 1: Luis Fernando Caicedo -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/LF.jpg\" alt=\"Luis Fernando Caicedo\" style=\"width: 90px; height: 90px; border-radius: 15px; object-fit: cover; flex-shrink: 0;\"> \n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Luis Fernando Caicedo<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Apertura & Panel Principal<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 8:00 - 8:45 AM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">Tendencias en IA y Automatizaci\u00f3n 2026<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    Bienvenida oficial y conclusiones sobre las tendencias en inteligencia artificial y automatizaci\u00f3n. Pron\u00f3stico del mercado de la IA para el 2026.\n                <\/p>\n            <\/div>\n\n            <!-- Speaker 2: Camilo Guevara -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/Gemini_Generated_Image_3wotb23wotb23wot.png\" alt=\"Camilo Guevara\" style=\"width: 90px; height: 90px; border-radius: 15px; object-fit: cover; flex-shrink: 0;\">\n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Camilo Guevara<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Integraci\u00f3n Tecnol\u00f3gica<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 8:50 - 9:25 AM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">Integraci\u00f3n con Agentes y Sistemas<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    C\u00f3mo la integraci\u00f3n de agentes humanos y tecnol\u00f3gicos transforma la productividad empresarial.\n                <\/p>\n            <\/div>\n\n            <!-- Speaker 3: Arnold Sandoval -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <div style=\"width: 90px; height: 90px; border-radius: 15px; background: linear-gradient(135deg, rgb(255, 46, 56), rgb(7, 26, 57)); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: bold; flex-shrink: 0; color: white !important;\">\n                        AS\n                    <\/div>\n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Arnold Sandoval<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Data & Analytics<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 9:30 - 10:15 AM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">La IA agentica, catalizadora de la productividad\u00a0empresarial<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    El poder de los datos para tomar decisiones estrat\u00e9gicas y anticipar tendencias del mercado.\n                <\/p>\n            <\/div>\n\n            <!-- Speaker 4: Carlos Mart\u00edn -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <div style=\"width: 90px; height: 90px; border-radius: 15px; background: linear-gradient(135deg, rgb(7, 26, 57), rgb(255, 46, 56)); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: bold; flex-shrink: 0; color: white !important;\">\n                        CM\n                    <\/div>\n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Carlos Mart\u00edn Parra<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Automation<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 10:20 - 10:55 AM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">Pron\u00f3stico Automatizaci\u00f3n Inteligente 2026<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    Las tendencias de automatizaci\u00f3n que definir\u00e1n el pr\u00f3ximo a\u00f1o y c\u00f3mo prepararse para ellas.\n                <\/p>\n            <\/div>\n\n            <!-- Speaker 5: Andr\u00e9s Guevara -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/Andres-Guevara-1.jpg\" alt=\"Andr\u00e9s Guevara\" style=\"width: 90px; height: 90px; border-radius: 15px; object-fit: cover; flex-shrink: 0;\">\n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Andr\u00e9s Guevara<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Software Factory<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 11:00 - 11:35 AM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">Ciclo del software y evoluci\u00f3n con IA<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    C\u00f3mo la IA est\u00e1 transformando la gesti\u00f3n de desarrolladores y el futuro de las f\u00e1bricas de software.\n                <\/p>\n            <\/div>\n\n            <!-- Speaker 6: Yair -->\n            <div class=\"speaker-card\" style=\"background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 46, 56, 0.3); border-radius: 20px; padding: 30px;\">\n                <div class=\"speaker-header\" style=\"display: flex; align-items: center; gap: 20px; margin-bottom: 25px;\">\n                    <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/Yair.jpg\" alt=\"Yair\" style=\"width: 90px; height: 90px; border-radius: 15px; object-fit: cover; flex-shrink: 0;\">\n                    <div class=\"speaker-info\">\n                        <h3 style=\"font-size: 1.6rem; font-weight: bold; margin: 0 0 8px 0; color: white !important;\">Yair Sosa<\/h3>\n                        <p style=\"color: rgb(255, 46, 56) !important; font-weight: 600; margin: 0; font-size: 1.1rem;\">Soporte TI - ManageEngine<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"time-badge\" style=\"display: inline-block; padding: 12px 20px; background: linear-gradient(to right, rgb(7, 26, 57), rgba(255, 46, 56, 0.5)); border: 1px solid rgba(255, 46, 56, 0.5); border-radius: 30px; font-size: 0.9rem; font-weight: bold; margin-bottom: 20px; color: white !important;\">\n                    \u23f0 11:40 - 12:35 PM\n                <\/div>\n                <h4 style=\"font-size: 1.2rem; font-weight: bold; margin: 0 0 12px 0; color: white !important;\">Tendencias 2025 y Pron\u00f3stico 2026<\/h4>\n                <p style=\"color: rgb(209, 213, 219) !important; font-size: 0.95rem; line-height: 1.6; margin: 0;\">\n                    C\u00f3mo cierran las tendencias en soporte TI en 2025 y qu\u00e9 esperar para 2026. Cierre del evento.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":23367,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-23209","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Assist Technical Summit \u2013 Webinar Edition - Assist Consultores<\/title>\n<meta name=\"description\" content=\"\u201cAsiste al Assist Technical Summit 2025 (webinar): descubre innovaci\u00f3n, networking con expertos, casos reales y demos en vivo. \u00a1Reg\u00edstrate gratis hoy!\u201d\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/assist.com.co\/en\/assist-technical-summit-webinar-edition-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Assist Technical Summit 2025 \ud83c\udf93 Demos en vivo, expertos y kits exclusivos \u2013 \u00a1Reserva tu lugar hoy! Assist Consultores\" \/>\n<meta property=\"og:description\" content=\"Descubre las \u00faltimas tendencias tecnol\u00f3gicas con expertos en vivo, acceso a demos especiales y experiencias interactivas. \u00a1No te lo pierdas!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/assist.com.co\/en\/assist-technical-summit-webinar-edition-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"Assist Consultores\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T15:41:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/para-imagenes-destacadas-web-social.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Assist Technical Summit \u2013 Webinar Edition\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/\",\"url\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/\",\"name\":\"Assist Technical Summit \u2013 Webinar Edition - Assist Consultores\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assist.com.co\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/para-imagenes-destacadas-web-social.jpg\",\"datePublished\":\"2025-09-26T21:15:40+00:00\",\"dateModified\":\"2026-02-25T15:41:50+00:00\",\"description\":\"\u201cAsiste al Assist Technical Summit 2025 (webinar): descubre innovaci\u00f3n, networking con expertos, casos reales y demos en vivo. \u00a1Reg\u00edstrate gratis hoy!\u201d\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assist.com.co\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/para-imagenes-destacadas-web-social.jpg\",\"contentUrl\":\"https:\\\/\\\/assist.com.co\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/para-imagenes-destacadas-web-social.jpg\",\"width\":1200,\"height\":628},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/assist-technical-summit-webinar-edition-2025\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/assist.com.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Assist Technical Summit \u2013 Webinar Edition\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/#website\",\"url\":\"https:\\\/\\\/assist.com.co\\\/\",\"name\":\"Assist Consultores\",\"description\":\"Transformando Capacidades Empresariales en Sistemas Innovadores\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/assist.com.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Assist Technical Summit \u2013 Webinar Edition - Assist Consultores","description":"\u201cAsiste al Assist Technical Summit 2025 (webinar): descubre innovaci\u00f3n, networking con expertos, casos reales y demos en vivo. \u00a1Reg\u00edstrate gratis hoy!\u201d","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:\/\/assist.com.co\/en\/assist-technical-summit-webinar-edition-2025\/","og_locale":"en_US","og_type":"article","og_title":"Assist Technical Summit 2025 \ud83c\udf93 Demos en vivo, expertos y kits exclusivos \u2013 \u00a1Reserva tu lugar hoy! Assist Consultores","og_description":"Descubre las \u00faltimas tendencias tecnol\u00f3gicas con expertos en vivo, acceso a demos especiales y experiencias interactivas. \u00a1No te lo pierdas!","og_url":"https:\/\/assist.com.co\/en\/assist-technical-summit-webinar-edition-2025\/","og_site_name":"Assist Consultores","article_modified_time":"2026-02-25T15:41:50+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/para-imagenes-destacadas-web-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Assist Technical Summit \u2013 Webinar Edition","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/","url":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/","name":"Assist Technical Summit \u2013 Webinar Edition - Assist Consultores","isPartOf":{"@id":"https:\/\/assist.com.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/#primaryimage"},"image":{"@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/para-imagenes-destacadas-web-social.jpg","datePublished":"2025-09-26T21:15:40+00:00","dateModified":"2026-02-25T15:41:50+00:00","description":"\u201cAsiste al Assist Technical Summit 2025 (webinar): descubre innovaci\u00f3n, networking con expertos, casos reales y demos en vivo. \u00a1Reg\u00edstrate gratis hoy!\u201d","breadcrumb":{"@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/#primaryimage","url":"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/para-imagenes-destacadas-web-social.jpg","contentUrl":"https:\/\/assist.com.co\/wp-content\/uploads\/2025\/10\/para-imagenes-destacadas-web-social.jpg","width":1200,"height":628},{"@type":"BreadcrumbList","@id":"https:\/\/assist.com.co\/assist-technical-summit-webinar-edition-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/assist.com.co\/"},{"@type":"ListItem","position":2,"name":"Assist Technical Summit \u2013 Webinar Edition"}]},{"@type":"WebSite","@id":"https:\/\/assist.com.co\/#website","url":"https:\/\/assist.com.co\/","name":"Assist Consultores","description":"Transformando Capacidades Empresariales en Sistemas Innovadores","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/assist.com.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/23209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/comments?post=23209"}],"version-history":[{"count":32,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/23209\/revisions"}],"predecessor-version":[{"id":24308,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/23209\/revisions\/24308"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/media\/23367"}],"wp:attachment":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/media?parent=23209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}