{"id":166026,"date":"2026-01-06T17:45:18","date_gmt":"2026-01-06T16:45:18","guid":{"rendered":"https:\/\/dev.epg.com\/aura\/"},"modified":"2026-03-30T15:54:12","modified_gmt":"2026-03-30T13:54:12","slug":"aura","status":"publish","type":"page","link":"https:\/\/dev.epg.com\/es\/aura\/","title":{"rendered":"AURA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"166026\" class=\"elementor elementor-166026 elementor-162001\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db45ba4 e-flex e-con-boxed e-con e-parent\" data-id=\"db45ba4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-089408a elementor-widget elementor-widget-html\" data-id=\"089408a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Top Border Beam *\/\n.top-border-beam{\n  --beam-green: rgba(98, 133, 113, .95);\n  --beam-glow1: rgba(98, 133, 113, .35);\n  --beam-glow2: rgba(98, 133, 113, .18);\n\n  --base-line: rgba(255,255,255,.08);\n  --beam-height: 2px;\n  --beam-width: 16%;\n  --beam-duration: 12s;\n\n  position: relative;\n  overflow: hidden;\n}\n\n.top-border-beam::before{\n  content:\"\";\n  position:absolute;\n  left:0; right:0; top:0;\n  height: 1px;\n  background: var(--base-line);\n  z-index: 2;\n  pointer-events:none;\n}\n\n.top-border-beam::after{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left: calc(-1 * var(--beam-width));\n  width: var(--beam-width);\n  height: var(--beam-height);\n\n  background: linear-gradient(90deg,\n    transparent 0%,\n    rgba(0,0,0,0) 28%,\n    var(--beam-green) 50%,\n    rgba(0,0,0,0) 72%,\n    transparent 100%\n  );\n\n  filter:\n    blur(0.2px)\n    drop-shadow(0 0 8px var(--beam-glow1))\n    drop-shadow(0 0 16px var(--beam-glow2));\n\n  opacity: .95;\n  z-index: 3;\n  pointer-events:none;\n  animation: top-border-beam-scan var(--beam-duration) linear infinite;\n}\n\n@keyframes top-border-beam-scan{\n  0%   { left: calc(-1 * var(--beam-width)); }\n  100% { left: calc(100% + var(--beam-width)); }\n}\n\n@media (prefers-reduced-motion: reduce){\n  .top-border-beam::after{\n    animation: none;\n    opacity: .35;\n  }\n}\n\n\/* AURA Glass Cards *\/\n.aura-glass-grid{\n  gap: 18px;\n}\n\n.aura-glass-card{\n  --glass-bg: rgba(255,255,255,.06);\n  --glass-bg2: rgba(255,255,255,.03);\n  --glass-border: rgba(255,255,255,.10);\n  --glass-border-strong: rgba(255,255,255,.16);\n  --glass-shadow: rgba(0,0,0,.35);\n\n  position: relative;\n  overflow: hidden;\n  border-radius: 20px;\n  padding: 28px 22px;\n  background:\n    linear-gradient(180deg, var(--glass-bg), var(--glass-bg2));\n  border: 1px solid var(--glass-border);\n\n  -webkit-backdrop-filter: blur(14px) saturate(120%);\n  backdrop-filter: blur(14px) saturate(120%);\n\n  box-shadow:\n    0 18px 40px rgba(0,0,0,.18),\n    0 2px 0 rgba(255,255,255,.05) inset;\n\n  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;\n}\n.aura-glass-card::before{\n  content:\"\";\n  position:absolute;\n  inset:-1px;\n  border-radius: inherit;\n  pointer-events:none;\n\n  background:\n    radial-gradient(120% 90% at 20% 15%, rgba(255,255,255,.16), transparent 55%),\n    radial-gradient(100% 80% at 85% 0%, rgba(255,255,255,.08), transparent 50%);\n  opacity: .9;\n}\n\n.aura-glass-card::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n  border-radius: inherit;\n  background:\n    radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 70% 80%, rgba(0,0,0,.10) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 40% 60%, rgba(255,255,255,.04) 0 1px, transparent 1px 100%);\n  background-size: 18px 18px, 22px 22px, 26px 26px;\n  opacity: .22;\n  mix-blend-mode: overlay;\n}\n\n.aura-glass-card:hover{\n  transform: translateY(-2px);\n  border-color: var(--glass-border-strong);\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.22),\n    0 0 0 1px rgba(255,255,255,.06) inset;\n}\n\n.aura-glass-card h1,\n.aura-glass-card h2,\n.aura-glass-card h3,\n.aura-glass-card .elementor-heading-title{\n  color: rgba(255,255,255,.92);\n  letter-spacing: 0.2px;\n}\n\n.aura-glass-card,\n.aura-glass-card p,\n.aura-glass-card .elementor-widget-text-editor{\n  color: rgba(255,255,255,.80);\n}\n\n.aura-glass-card svg{\n  filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));\n}\n\n.aura-glass-card > *{\n  position: relative;\n  z-index: 2;\n}\n\n\/* Dot BG Pattern *\/\n.bg-dots {\n  position: relative;\n  background-color: inherit;\n}\n\n.bg-dots::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  background-image: radial-gradient(circle, rgba(88, 188, 230, 0.15) 1px, transparent 1px);\n  background-size: 22px 22px;\n  background-position: 0 0;\n  background-repeat: repeat;\n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<header class=\"elementor-element elementor-element-33370db e-con-full e-flex e-con e-parent\" data-id=\"33370db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;fixed&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35c4854 elementor-widget elementor-widget-off-canvas\" data-id=\"35c4854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"off-canvas.default\">\n\t\t\t\t\t\t\t<div id=\"off-canvas-35c4854\" class=\"e-off-canvas\" role=\"dialog\" aria-hidden=\"true\" aria-label=\"Off-Canvas-Mobile-Nav\" aria-modal=\"true\" inert=\"\" data-delay-child-handlers=\"true\">\n\t\t\t<div class=\"e-off-canvas__overlay\"><\/div>\n\t\t\t<div class=\"e-off-canvas__main\">\n\t\t\t\t<div class=\"e-off-canvas__content\">\n\t\t\t\t\t<div class=\"elementor-element elementor-element-3820da7 e-con-full mattiertesGlas e-flex e-con e-child\" data-id=\"3820da7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10bb643 elementor-widget-mobile__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"10bb643\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Aclose%26settings%3DeyJpZCI6IjM1YzQ4NTQiLCJkaXNwbGF5TW9kZSI6ImNsb3NlIn0%3D\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-xmark\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4f9693 jet-nav-align-flex-end jet-nav-mobile-align-flex-end elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-jet-nav-menu\" data-id=\"b4f9693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-aura-header-menu-spanish-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165811 jet-nav__item\"><a href=\"#evolution\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Evolution<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165812 jet-nav__item\"><a href=\"#nvidia\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NVIDIA<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165813 jet-nav__item\"><a href=\"#agents-and-caps\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Agents &#038; Caps<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165825 jet-nav__item\"><a href=\"#products\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Environment<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165826 jet-nav__item\"><a href=\"#contact\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Sneak Preview<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f708f7 elementor-icon-list--layout-inline elementor-widget__width-auto elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1f708f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.epg.com\/es\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-arrow-left-long\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Back to EPG<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-8991d24 e-con-full e-flex e-con e-child\" data-id=\"8991d24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d7685b elementor-icon-list--layout-inline elementor-absolute elementor-hidden-mobile elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4d7685b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.epg.com\/es\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-arrow-left-long\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Back to EPG<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-226833c e-con-full e-flex e-con e-child\" data-id=\"226833c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4e86d7 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"d4e86d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"572\" src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-scaled.png.webp\" class=\"attachment-large size-large wp-image-158032\" alt=\"\" srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-768x172.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-1536x343.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_landscape-01-2048x458.png.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5716314 elementor-widget-mobile__width-auto elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5716314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Atoggle%26settings%3DeyJpZCI6IjM1YzQ4NTQiLCJkaXNwbGF5TW9kZSI6InRvZ2dsZSJ9\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-bars\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae3547 jet-nav-align-flex-end elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-jet-nav-menu\" data-id=\"bae3547\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-aura-header-menu-spanish-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--horizontal\"><div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165811 jet-nav__item\"><a href=\"#evolution\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Evolution<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165812 jet-nav__item\"><a href=\"#nvidia\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NVIDIA<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165813 jet-nav__item\"><a href=\"#agents-and-caps\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Agents &#038; Caps<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165825 jet-nav__item\"><a href=\"#products\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Environment<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-165826 jet-nav__item\"><a href=\"#contact\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Sneak Preview<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/header>\n\t\t<main class=\"elementor-element elementor-element-491d187 e-con-full e-flex e-con e-parent\" data-id=\"491d187\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1c46027 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1c46027\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-734f622 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"734f622\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<section class=\"elementor-element elementor-element-f3ab3d7 e-con-full hero-video e-flex e-con e-child\" data-id=\"f3ab3d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dev.epg.com\\\/wp-content\\\/uploads\\\/EPG-AURA_Header_JZI_V2-0_16-9_2025-01-13-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-bfada75 elementor-widget elementor-widget-image\" data-id=\"bfada75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1536\" height=\"1024\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1.jpg.webp\" class=\"attachment-large size-large wp-image-163231 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1.jpg.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA_Opening_picture_v1-768x512.jpg.webp 768w\" data-sizes=\"(max-width: 1536px) 100vw, 1536px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1536px; --smush-placeholder-aspect-ratio: 1536\/1024;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-77916ca e-con-full hero-video elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop e-flex e-con e-child\" data-id=\"77916ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/dev.epg.com\\\/wp-content\\\/uploads\\\/EPG-AURA_Header_JZI_V2-0_9-16_2025-01-13-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-8d129b6 e-con-full aura-hero e-flex e-con e-child\" data-id=\"8d129b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f1bc55b e-con-full aura-beam aura-beam--free e-flex e-con e-child\" data-id=\"f1bc55b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c387ae e-con-full aura-beam aura-beam--grid e-flex e-con e-child\" data-id=\"0c387ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7460e31 e-flex e-con-boxed e-con e-child\" data-id=\"7460e31\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b528b19 e-con-full e-flex e-con e-child\" data-id=\"b528b19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b92a02f e-con-full e-flex e-con e-child\" data-id=\"b92a02f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44ec746 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"44ec746\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Una nueva era de<br><span class=\"gradient-text\">Supply Chain Intelligence<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5740fd elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c5740fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 es nuestro entorno impulsado por inteligencia artificial, que da forma a una nueva era de la cadena de suministro inteligente.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ab7d3d e-con-full e-flex e-con e-child\" data-id=\"6ab7d3d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15c86e5 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"15c86e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Nuestro entorno AURA impulsado por inteligencia artificial transforma la EPG ONE\u2122 Suite en una suite de Supply Chain Execution orientada a agentes, unificada y resiliente, con capacidades log\u00edsticas adaptativas e innovadoras, impulsadas por NVIDIA. AURA incluye capacidades listas para su uso y agentes especializados que analizan de manera independiente datos en tiempo real, detectan patrones e interdependencias relevantes y generan recomendaciones concretas para operaciones log\u00edsticas eficientes en costes y sostenibles. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0de028 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d0de028\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Cont\u00e1ctanos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2833f70 e-con-full e-flex e-con e-child\" data-id=\"2833f70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-4d3b9c1 e-con-full e-grid aura-content e-con e-child\" data-id=\"4d3b9c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c06b9f4 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"c06b9f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1c0baf elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f1c0baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 68.84 52.85\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_8);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_8\" data-name=\"Unbenannter Verlauf 8\" x1=\"1.21\" y1=\"84.94\" x2=\"97.55\" y2=\"-29.28\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".22\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".29\" stop-color=\"#f18a06\"><\/stop><stop offset=\".53\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".72\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".84\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M57.87,52.85l-7.82-13.12h-25.65l4.3-7.39h16.97l-11.62-19.5L10.4,52.85H0L29.97,2.94c1.08-1.79,2.44-2.94,4.45-2.94s3.3,1.15,4.37,2.94l30.05,49.91h-10.97Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-323a9e0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"323a9e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AGENTIC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6341894 elementor-widget elementor-widget-text-editor\" data-id=\"6341894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Impulsado por agentes de inteligencia artificial que act\u00faan de forma proactiva y apoyan la optimizaci\u00f3n continua de los procesos operativos.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d954591 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"d954591\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745df79 elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"745df79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 52.81 53\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_19);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_19\" data-name=\"Unbenannter Verlauf 19\" x1=\"23.61\" y1=\"98.51\" x2=\"28.58\" y2=\"-49.69\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".22\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".28\" stop-color=\"#f18a06\"><\/stop><stop offset=\".48\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".63\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".73\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M43.89,0h8.92v29.2c0,14.59-4.67,22.22-20.81,23.58-1.76.15-3.64.22-5.63.22s-3.81-.07-5.54-.22C4.74,51.44,0,43.8,0,29.2V0h9.42v29.2c0,9.69,2.16,14.11,14.06,14.74,1,.05,2.06.08,3.17.08,1.32,0,2.56-.04,3.71-.11,11.49-.73,13.52-5.17,13.52-14.71V0Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bcc5fa elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7bcc5fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UNIFIED<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45ff409 elementor-widget elementor-widget-text-editor\" data-id=\"45ff409\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Conectando todos los procesos, los datos y los actores implicados en un \u00fanico entorno inteligente.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f272c8 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"7f272c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-163786a elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"163786a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Ebene_2\" data-name=\"Ebene 2\" viewBox=\"0 0 57.34 52.68\"><defs><style>      .cls-1 {        fill: url(#Unbenannter_Verlauf_24);      }    <\/style><linearGradient id=\"Unbenannter_Verlauf_24\" data-name=\"Unbenannter Verlauf 24\" x1=\"26.58\" y1=\"93.84\" x2=\"31.69\" y2=\"-71.34\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0\" stop-color=\"#e5452f\"><\/stop><stop offset=\".13\" stop-color=\"#ef7d00\"><\/stop><stop offset=\".2\" stop-color=\"#f18a06\"><\/stop><stop offset=\".41\" stop-color=\"#f8b31b\"><\/stop><stop offset=\".57\" stop-color=\"#fdcc28\"><\/stop><stop offset=\".67\" stop-color=\"#ffd62d\"><\/stop><\/linearGradient><\/defs><g id=\"Ebene_1-2\" data-name=\"Ebene 1\"><path class=\"cls-1\" d=\"M44.3,52.68l-13.33-14.64H14.45l5.35-8.12h13.41c6.59,0,10.07-3.77,10.07-10.58s-3.77-10.14-10.07-10.14H9.13v43.47H0V0h33.21c12.03,0,19.13,7.46,19.13,19.2,0,8.69-4.06,14.85-10.87,17.46l15.87,16.01h-13.04Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2640e16 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"2640e16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RESILIENT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f168cb8 elementor-widget elementor-widget-text-editor\" data-id=\"f168cb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Garantizando estabilidad, agilidad y solidez dentro de las operaciones globales de la cadena de suministro.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aaacd2f e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"aaacd2f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fec9254 elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fec9254\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" zoomAndPan=\"magnify\" viewBox=\"0 0 375 287.25\" height=\"383\" preserveAspectRatio=\"xMidYMid meet\"><defs><clipPath id=\"26005fc66d\"><path d=\"M 2 0.75 L 373 0.75 L 373 285 L 2 285 Z M 2 0.75 \" clip-rule=\"nonzero\"><\/path><\/clipPath><clipPath id=\"5d2be3a42e\"><path d=\"M 313.609375 284.832031 L 271.621094 214.328125 L 133.34375 214.328125 L 156.457031 174.652344 L 248.101562 174.652344 L 185.667969 69.84375 L 58.492188 284.832031 L 2.601562 284.832031 L 163.679688 16.671875 C 169.460938 7.058594 176.773438 0.875 187.5625 0.875 C 198.351562 0.875 205.304688 7.058594 211.082031 16.671875 L 372.523438 284.832031 L 313.5625 284.832031 Z M 313.609375 284.832031 \" clip-rule=\"nonzero\"><\/path><\/clipPath><linearGradient x1=\"470.561326\" gradientTransform=\"matrix(4.514502, 0, 0, 4.513715, -1841.886441, -986.094002)\" y1=\"298.255393\" x2=\"405.873116\" gradientUnits=\"userSpaceOnUse\" y2=\"220.915705\" id=\"eae98e081c\"><stop stop-opacity=\"1\" stop-color=\"rgb(92.306519%, 41.065979%, 6.674194%)\" offset=\"0\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.33551%, 41.229248%, 6.536865%)\" offset=\"0.0078125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.393494%, 41.555786%, 6.263733%)\" offset=\"0.015625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.451477%, 41.882324%, 5.989075%)\" offset=\"0.0234375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.510986%, 42.208862%, 5.714417%)\" offset=\"0.03125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.56897%, 42.5354%, 5.439758%)\" offset=\"0.0390625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.626953%, 42.861938%, 5.166626%)\" offset=\"0.046875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.684937%, 43.190002%, 4.891968%)\" offset=\"0.0546875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.744446%, 43.516541%, 4.61731%)\" offset=\"0.0625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.802429%, 43.843079%, 4.342651%)\" offset=\"0.0703125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.860413%, 44.169617%, 4.069519%)\" offset=\"0.078125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.919922%, 44.496155%, 3.794861%)\" offset=\"0.0859375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(92.977905%, 44.822693%, 3.520203%)\" offset=\"0.09375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.035889%, 45.150757%, 3.245544%)\" offset=\"0.101563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.095398%, 45.477295%, 2.972412%)\" offset=\"0.109375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.153381%, 45.803833%, 2.697754%)\" offset=\"0.117188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.211365%, 46.130371%, 2.423096%)\" offset=\"0.125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.270874%, 46.456909%, 2.148438%)\" offset=\"0.132813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.328857%, 46.784973%, 1.875305%)\" offset=\"0.140625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.386841%, 47.111511%, 1.600647%)\" offset=\"0.148438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.44635%, 47.438049%, 1.325989%)\" offset=\"0.15625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.504333%, 47.764587%, 1.051331%)\" offset=\"0.164062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.562317%, 48.091125%, 0.778198%)\" offset=\"0.171875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.621826%, 48.417664%, 0.50354%)\" offset=\"0.179688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.67981%, 48.745728%, 0.228882%)\" offset=\"0.1875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.746948%, 49.150085%, 0.131226%)\" offset=\"0.191406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.786621%, 49.391174%, 0.170898%)\" offset=\"0.195312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.829346%, 49.671936%, 0.299072%)\" offset=\"0.199219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.87207%, 49.952698%, 0.428772%)\" offset=\"0.203125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.914795%, 50.233459%, 0.558472%)\" offset=\"0.207031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(93.95752%, 50.514221%, 0.688171%)\" offset=\"0.210938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.000244%, 50.794983%, 0.817871%)\" offset=\"0.214844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.044495%, 51.075745%, 0.947571%)\" offset=\"0.21875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.087219%, 51.356506%, 1.075745%)\" offset=\"0.222656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.129944%, 51.637268%, 1.205444%)\" offset=\"0.226562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.172668%, 51.91803%, 1.335144%)\" offset=\"0.230469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.215393%, 52.198792%, 1.464844%)\" offset=\"0.234375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.258118%, 52.479553%, 1.593018%)\" offset=\"0.238281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.300842%, 52.760315%, 1.722717%)\" offset=\"0.242188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.343567%, 53.041077%, 1.852417%)\" offset=\"0.246094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.387817%, 53.321838%, 1.982117%)\" offset=\"0.25\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.430542%, 53.6026%, 2.111816%)\" offset=\"0.253906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.473267%, 53.884888%, 2.241516%)\" offset=\"0.257812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.514465%, 54.136658%, 2.365112%)\" offset=\"0.261719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.555664%, 54.389954%, 2.488708%)\" offset=\"0.265625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.595337%, 54.623413%, 2.607727%)\" offset=\"0.269531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.63501%, 54.856873%, 2.726746%)\" offset=\"0.273438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.674683%, 55.088806%, 2.845764%)\" offset=\"0.277344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.714355%, 55.322266%, 2.966309%)\" offset=\"0.28125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.754028%, 55.554199%, 3.085327%)\" offset=\"0.285156\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.793701%, 55.787659%, 3.204346%)\" offset=\"0.289062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.833374%, 56.021118%, 3.323364%)\" offset=\"0.292969\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.873047%, 56.254578%, 3.443909%)\" offset=\"0.296875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.91272%, 56.486511%, 3.562927%)\" offset=\"0.300781\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.952393%, 56.719971%, 3.681946%)\" offset=\"0.304688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(94.992065%, 56.95343%, 3.800964%)\" offset=\"0.308594\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.031738%, 57.18689%, 3.921509%)\" offset=\"0.3125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.071411%, 57.418823%, 4.040527%)\" offset=\"0.316406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.111084%, 57.652283%, 4.159546%)\" offset=\"0.320312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.150757%, 57.884216%, 4.278564%)\" offset=\"0.324219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.19043%, 58.117676%, 4.399109%)\" offset=\"0.328125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.230103%, 58.351135%, 4.518127%)\" offset=\"0.332031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.269775%, 58.584595%, 4.637146%)\" offset=\"0.335938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.309448%, 58.816528%, 4.756165%)\" offset=\"0.339844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.349121%, 59.049988%, 4.876709%)\" offset=\"0.34375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.388794%, 59.283447%, 4.995728%)\" offset=\"0.347656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.428467%, 59.516907%, 5.114746%)\" offset=\"0.351562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.46814%, 59.74884%, 5.233765%)\" offset=\"0.355469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.507812%, 59.9823%, 5.354309%)\" offset=\"0.359375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.547485%, 60.214233%, 5.473328%)\" offset=\"0.363281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.587158%, 60.447693%, 5.592346%)\" offset=\"0.367188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.626831%, 60.681152%, 5.711365%)\" offset=\"0.371094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.666504%, 60.914612%, 5.831909%)\" offset=\"0.375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.706177%, 61.146545%, 5.950928%)\" offset=\"0.378906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.74585%, 61.380005%, 6.069946%)\" offset=\"0.382812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.785522%, 61.613464%, 6.188965%)\" offset=\"0.386719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.825195%, 61.846924%, 6.309509%)\" offset=\"0.390625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.864868%, 62.078857%, 6.428528%)\" offset=\"0.394531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.906067%, 62.312317%, 6.547546%)\" offset=\"0.398438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.94574%, 62.545776%, 6.666565%)\" offset=\"0.402344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(95.985413%, 62.779236%, 6.787109%)\" offset=\"0.40625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.025085%, 63.011169%, 6.906128%)\" offset=\"0.410156\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.064758%, 63.244629%, 7.025146%)\" offset=\"0.414062\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.104431%, 63.476562%, 7.144165%)\" offset=\"0.417969\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.144104%, 63.710022%, 7.264709%)\" offset=\"0.421875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.183777%, 63.943481%, 7.383728%)\" offset=\"0.425781\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.22345%, 64.176941%, 7.502747%)\" offset=\"0.429688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.263123%, 64.408875%, 7.621765%)\" offset=\"0.433594\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.302795%, 64.642334%, 7.74231%)\" offset=\"0.4375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.342468%, 64.875793%, 7.861328%)\" offset=\"0.441406\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.382141%, 65.109253%, 7.980347%)\" offset=\"0.445312\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.421814%, 65.341187%, 8.099365%)\" offset=\"0.449219\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.461487%, 65.574646%, 8.21991%)\" offset=\"0.453125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.50116%, 65.80658%, 8.338928%)\" offset=\"0.457031\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.540833%, 66.040039%, 8.457947%)\" offset=\"0.460938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.580505%, 66.273499%, 8.576965%)\" offset=\"0.464844\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.620178%, 66.506958%, 8.69751%)\" offset=\"0.46875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.659851%, 66.738892%, 8.816528%)\" offset=\"0.472656\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.699524%, 66.972351%, 8.935547%)\" offset=\"0.476562\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.739197%, 67.205811%, 9.054565%)\" offset=\"0.480469\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.77887%, 67.43927%, 9.17511%)\" offset=\"0.484375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.818542%, 67.671204%, 9.294128%)\" offset=\"0.488281\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.858215%, 67.904663%, 9.413147%)\" offset=\"0.492188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.897888%, 68.136597%, 9.532166%)\" offset=\"0.496094\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.937561%, 68.370056%, 9.65271%)\" offset=\"0.5\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(96.977234%, 68.603516%, 9.771729%)\" offset=\"0.503906\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.016907%, 68.836975%, 9.890747%)\" offset=\"0.507812\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.05658%, 69.068909%, 10.009766%)\" offset=\"0.511719\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.096252%, 69.302368%, 10.13031%)\" offset=\"0.515625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.135925%, 69.535828%, 10.249329%)\" offset=\"0.519531\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.175598%, 69.769287%, 10.368347%)\" offset=\"0.523438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.215271%, 69.998169%, 10.48584%)\" offset=\"0.527344\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.254944%, 70.228577%, 10.604858%)\" offset=\"0.53125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.293091%, 70.420837%, 10.704041%)\" offset=\"0.539063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.370911%, 70.806885%, 10.905457%)\" offset=\"0.546875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.44873%, 71.191406%, 11.105347%)\" offset=\"0.554688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.525024%, 71.577454%, 11.306763%)\" offset=\"0.5625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.602844%, 71.961975%, 11.506653%)\" offset=\"0.570313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.680664%, 72.348022%, 11.708069%)\" offset=\"0.578125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.758484%, 72.73407%, 11.907959%)\" offset=\"0.585938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.836304%, 73.118591%, 12.107849%)\" offset=\"0.59375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.912598%, 73.504639%, 12.309265%)\" offset=\"0.601563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(97.990417%, 73.88916%, 12.509155%)\" offset=\"0.609375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.068237%, 74.275208%, 12.710571%)\" offset=\"0.617188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.146057%, 74.661255%, 12.910461%)\" offset=\"0.625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.222351%, 75.045776%, 13.111877%)\" offset=\"0.632813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.300171%, 75.431824%, 13.311768%)\" offset=\"0.640625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.377991%, 75.817871%, 13.513184%)\" offset=\"0.648438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.455811%, 76.202393%, 13.713074%)\" offset=\"0.65625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.53363%, 76.58844%, 13.91449%)\" offset=\"0.664063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.609924%, 76.972961%, 14.11438%)\" offset=\"0.671875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.687744%, 77.359009%, 14.31427%)\" offset=\"0.679688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.765564%, 77.745056%, 14.515686%)\" offset=\"0.6875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.843384%, 78.129578%, 14.715576%)\" offset=\"0.695313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.919678%, 78.515625%, 14.916992%)\" offset=\"0.703125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(98.997498%, 78.900146%, 15.116882%)\" offset=\"0.710938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.075317%, 79.286194%, 15.318298%)\" offset=\"0.71875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.153137%, 79.672241%, 15.518188%)\" offset=\"0.726563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.221802%, 80.00946%, 15.692139%)\" offset=\"0.734375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.273682%, 80.274963%, 15.826416%)\" offset=\"0.742188\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.320984%, 80.514526%, 15.94696%)\" offset=\"0.75\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.369812%, 80.754089%, 16.065979%)\" offset=\"0.757813\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.417114%, 80.993652%, 16.186523%)\" offset=\"0.765625\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.464417%, 81.234741%, 16.307068%)\" offset=\"0.773438\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.511719%, 81.474304%, 16.426086%)\" offset=\"0.78125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.560547%, 81.713867%, 16.546631%)\" offset=\"0.789063\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.607849%, 81.95343%, 16.665649%)\" offset=\"0.796875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.655151%, 82.192993%, 16.786194%)\" offset=\"0.804688\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.702454%, 82.432556%, 16.906738%)\" offset=\"0.8125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.751282%, 82.673645%, 17.025757%)\" offset=\"0.820313\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.798584%, 82.913208%, 17.146301%)\" offset=\"0.828125\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.845886%, 83.152771%, 17.26532%)\" offset=\"0.835938\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.894714%, 83.392334%, 17.385864%)\" offset=\"0.84375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.942017%, 83.631897%, 17.506409%)\" offset=\"0.851563\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(99.983215%, 83.834839%, 17.607117%)\" offset=\"0.859375\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(100%, 83.918762%, 17.649841%)\" offset=\"0.875\"><\/stop><stop stop-opacity=\"1\" stop-color=\"rgb(100%, 83.918762%, 17.649841%)\" offset=\"1\"><\/stop><\/linearGradient><\/defs><g clip-path=\"url(#26005fc66d)\"><g clip-path=\"url(#5d2be3a42e)\"><path fill=\"url(#eae98e081c)\" d=\"M 2.601562 0.875 L 2.601562 284.832031 L 372.523438 284.832031 L 372.523438 0.875 Z M 2.601562 0.875 \" fill-rule=\"nonzero\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7654144 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7654144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ADAPTIVE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c96bb88 elementor-widget elementor-widget-text-editor\" data-id=\"c96bb88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Aprendiendo de forma continua, analizando requisitos din\u00e1micos de la cadena de suministro y permitiendo una adaptaci\u00f3n r\u00e1pida.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-8aa5e5d e-con-full e-flex e-con e-child\" data-id=\"8aa5e5d\" data-element_type=\"container\" data-e-type=\"container\" id=\"evolution\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c614d20 e-flex e-con-boxed e-con e-child\" data-id=\"c614d20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-36d4699 e-con-full e-flex e-con e-child\" data-id=\"36d4699\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96cc090 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"96cc090\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Evoluci\u00f3n de la Supply Chain Execution<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57f981e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"57f981e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Uniendo el mundo f\u00edsico de la log\u00edstica con el poder cognitivo de la inteligencia artificial generativa y orientada a agentes.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36d0169 e-con-full e-grid e-con e-child\" data-id=\"36d0169\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a4a4951 e-con-full e-flex e-con e-child\" data-id=\"a4a4951\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67e719e e-con-full e-flex e-con e-child\" data-id=\"67e719e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b09a9ea elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"b09a9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim.png.webp\" class=\"attachment-large size-large wp-image-164897 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-one_logo-without-claim-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e08782e e-con-full e-flex e-con e-child\" data-id=\"e08782e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efa1295 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"efa1295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG ONE es una suite completa de Supply Chain Execution para gestionar y optimizar la log\u00edstica y las operaciones de la cadena de suministro en toda la empresa.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ebcbcb elementor-widget elementor-widget-text-editor\" data-id=\"7ebcbcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Desde la gesti\u00f3n de almacenes y la automatizaci\u00f3n hasta la planificaci\u00f3n de rutas, la gesti\u00f3n del transporte, los env\u00edos, la planificaci\u00f3n de la fuerza laboral y la gesti\u00f3n de contratos y facturaci\u00f3n, EPG ONE unifica todos los procesos de ejecuci\u00f3n en una \u00fanica plataforma. Ofrece control de extremo a extremo, transparencia en tiempo real y ahorros medibles de costes y tiempo a lo largo de toda la cadena de suministro, con la confianza de empresas de todo el mundo. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1268f33 e-con-full e-flex e-con e-child\" data-id=\"1268f33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6796198 e-con-full e-flex e-con e-child\" data-id=\"6796198\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e03fcb elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"7e03fcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp\" class=\"attachment-large size-large wp-image-165084 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f18312 e-con-full e-flex e-con e-child\" data-id=\"5f18312\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a337d7d elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a337d7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Con AURA, la ONE Suite evoluciona hacia un entorno inteligente impulsado por inteligencia artificial, dise\u00f1ado para el futuro de la log\u00edstica aumentada y aut\u00f3noma.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd2d90f elementor-widget elementor-widget-text-editor\" data-id=\"cd2d90f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>AURA enriquece y ampl\u00eda la Supply Chain Execution Suite con inteligencia artificial orientada a agentes, inteligencia generativa y capacidades modulares que comprenden los procesos, generan recomendaciones y act\u00faan de forma proactiva. Lo que antes era una potente suite de software se convierte en una plataforma autooptimizable y adaptativa que conecta datos, procesos y decisiones en tiempo real. Nuestros clientes se benefician de operaciones m\u00e1s inteligentes, mayor resiliencia y una arquitectura de cadena de suministro preparada para la pr\u00f3xima era de la log\u00edstica.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-fc8024c e-con-full top-border-beam e-flex e-con e-child\" data-id=\"fc8024c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6f76cee e-flex e-con-boxed e-con e-child\" data-id=\"6f76cee\" data-element_type=\"container\" data-e-type=\"container\" id=\"nvidia\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fd24cec e-con-full e-flex e-con e-child\" data-id=\"fd24cec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f932571 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f932571\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 \u2013 <span class=\"gradient-text\">powered by NVIDIA<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3365fc6 elementor-widget elementor-widget-heading\" data-id=\"3365fc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG y NVIDIA se asocian para construir la pr\u00f3xima generaci\u00f3n de log\u00edstica inteligente preparada para el futuro.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-532e233 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"532e233\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Juntos combinamos la tecnolog\u00eda de computaci\u00f3n en inteligencia artificial l\u00edder a nivel mundial de NVIDIA con la profunda experiencia log\u00edstica de EPG para crear soluciones que comprenden procesos, detectan eventos y proponen acciones de forma proactiva. El objetivo compartido es crear sistemas que entienden y act\u00faan en tiempo real y abren el camino hacia una nueva generaci\u00f3n de inteligencia industrial. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17b8d05 e-con-full e-grid e-con e-child\" data-id=\"17b8d05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-cf07013 e-con-full e-flex e-con e-child\" data-id=\"cf07013\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e37bb4e e-con-full e-flex e-con e-child\" data-id=\"e37bb4e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87d6cbf e-con-full e-flex e-con e-child\" data-id=\"87d6cbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-91ad6d8 e-con-full e-flex e-con e-child\" data-id=\"91ad6d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d360898 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"d360898\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NVIDIA AI Enterprise<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38285cf elementor-widget elementor-widget-text-editor\" data-id=\"38285cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Construido sobre la plataforma NVIDIA AI Enterprise para una infraestructura de inteligencia artificial lista para producci\u00f3n, con soporte y seguridad de nivel empresarial.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e666ef e-con-full e-flex e-con e-child\" data-id=\"1e666ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6478e87 e-con-full e-flex e-con e-child\" data-id=\"6478e87\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0266df0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0266df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rendimiento acelerado por GPU<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9a1a99 elementor-widget elementor-widget-text-editor\" data-id=\"a9a1a99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Aprovechando las GPU de NVIDIA para inferencia y entrenamiento de inteligencia artificial a gran velocidad, con mejoras de rendimiento de hasta diez veces.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-6738f66 e-con-full aura-particles e-flex e-con e-child\" data-id=\"6738f66\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\" data-particles-count=\"44\" data-particles-link=\"160\" data-particles-hover=\"240\" data-particles-color=\"#247963\" data-particles-speed=\"0.14\" data-particles-dot=\"2\">\n\t\t<div class=\"elementor-element elementor-element-46b172b e-flex e-con-boxed e-con e-child\" data-id=\"46b172b\" data-element_type=\"container\" data-e-type=\"container\" id=\"agents-and-caps\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d3164fd e-con-full e-flex e-con e-child\" data-id=\"d3164fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8000c elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"ad8000c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Los <span class=\"gradient-text\">componentes fundamentales<\/span> de EPG AURA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a785fdb elementor-widget elementor-widget-heading\" data-id=\"a785fdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Agentes inteligentes y capacidades que trabajan conjuntamente<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c87fe4 e-con-full e-grid e-con e-child\" data-id=\"3c87fe4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-9cf5e33 e-con-full e-flex e-con e-child\" data-id=\"9cf5e33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-982b458 e-con-full e-flex e-con e-child\" data-id=\"982b458\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5e94fb elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e5e94fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA Agents<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce27f9b elementor-widget elementor-widget-heading\" data-id=\"ce27f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Agentes de inteligencia artificial especializados, dise\u00f1ados para funciones empresariales espec\u00edficas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8cf787 elementor-widget elementor-widget-text-editor\" data-id=\"c8cf787\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Los agentes toman decisiones en tiempo real y ejecutan acciones de forma independiente. Al optimizar continuamente los procesos sin intervenci\u00f3n humana, garantizan que la cadena de suministro funcione de manera m\u00e1s inteligente, r\u00e1pida y resiliente que nunca. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9535c3 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d9535c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-125d82d e-con-full e-flex e-con e-child\" data-id=\"125d82d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75cf048 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"75cf048\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-eye\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39082ff e-con-full e-flex e-con e-child\" data-id=\"39082ff\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9869e76 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9869e76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Observer Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e82ab2 elementor-widget elementor-widget-heading\" data-id=\"1e82ab2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Supervisa los sistemas y detecta anomal\u00edas en tiempo real<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36c3d43 e-con-full e-flex e-con e-child\" data-id=\"36c3d43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cac952d elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cac952d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-comment-alt\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1349c7d e-con-full e-flex e-con e-child\" data-id=\"1349c7d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07d3a3b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"07d3a3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Communicator Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d90f49 elementor-widget elementor-widget-heading\" data-id=\"5d90f49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gestiona la comunicaci\u00f3n multicanal y la coordinaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e95b864 e-con-full e-flex e-con e-child\" data-id=\"e95b864\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d9370c elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"3d9370c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-brain\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-252f33e e-con-full e-flex e-con e-child\" data-id=\"252f33e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1aaa1b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c1aaa1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Support Agent<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66f0fd0 elementor-widget elementor-widget-heading\" data-id=\"66f0fd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Prepara, organiza y hace que los datos sean efectivamente utilizables para la toma de decisiones<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc0c17e e-con-full e-flex e-con e-child\" data-id=\"cc0c17e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d6aa276 e-con-full e-flex e-con e-child\" data-id=\"d6aa276\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8c4e5e elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e8c4e5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AURA Caps<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45f334f elementor-widget elementor-widget-heading\" data-id=\"45f334f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Capacidades avanzadas de inteligencia artificial que impulsan la transformaci\u00f3n empresarial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fe65f6 elementor-widget elementor-widget-text-editor\" data-id=\"8fe65f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Las Caps ampl\u00edan de forma flexible el panorama de sistemas al a\u00f1adir nuevas capacidades y funcionalidades basadas en inteligencia artificial. Cada Cap se adapta autom\u00e1ticamente a la evoluci\u00f3n de los requisitos y a los cambios en las condiciones del mercado. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db70396 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"db70396\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-bf5cb62 e-con-full e-flex e-con e-child\" data-id=\"bf5cb62\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50115b5 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"50115b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-text\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f67f543 e-con-full e-flex e-con e-child\" data-id=\"f67f543\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6165878 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6165878\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Natural Language Processing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5eff379 elementor-widget elementor-widget-heading\" data-id=\"5eff379\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comprensi\u00f3n avanzada del lenguaje humano y la intenci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f2dcca e-con-full e-flex e-con e-child\" data-id=\"6f2dcca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7651e68 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"7651e68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-camera\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e245f0 e-con-full e-flex e-con e-child\" data-id=\"9e245f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2bf55d8 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"2bf55d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Computer Vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e80480b elementor-widget elementor-widget-heading\" data-id=\"e80480b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reconocimiento visual y an\u00e1lisis para la automatizaci\u00f3n de procesos\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c019bb e-con-full e-flex e-con e-child\" data-id=\"1c019bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-388aad9 elementor-view-framed elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"388aad9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"far fa-chart-bar\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8eec815 e-con-full e-flex e-con e-child\" data-id=\"8eec815\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3733790 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"3733790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Predictive Analytics<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f8f8d6 elementor-widget elementor-widget-heading\" data-id=\"0f8f8d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Predicci\u00f3n y optimizaci\u00f3n mediante aprendizaje autom\u00e1tico<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-973138d e-con-full e-flex e-con e-child\" data-id=\"973138d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-88bb98c e-con-full e-flex e-con e-child\" data-id=\"88bb98c\" data-element_type=\"container\" data-e-type=\"container\" id=\"products\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c4522c5 e-con-full e-flex e-con e-child\" data-id=\"c4522c5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3965dfd elementor-widget elementor-widget-heading\" data-id=\"3965dfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El entorno<br>AURA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc972fc elementor-widget elementor-widget-heading\" data-id=\"cc972fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Nuestro entorno est\u00e1 compuesto por m\u00faltiples herramientas impulsadas por inteligencia artificial que, en conjunto, crean una visi\u00f3n unificada de la cadena de suministro y ofrecen recomendaciones concretas y accionables. Cada m\u00f3dulo tiene un papel claramente definido y complementa a los dem\u00e1s, sin generar soluciones aisladas dentro del entorno de la EPG basado en inteligencia artificial para cadenas de suministro inteligentes. <\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43b017b elementor-widget elementor-widget-button\" data-id=\"43b017b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Cont\u00e1ctanos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-189a009 e-con-full e-flex e-con e-child\" data-id=\"189a009\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5354eda elementor-widget-mobile__width-initial elementor-widget__width-inherit e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"5354eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"87379674\" aria-label=\"Pesta\u00f1as. Abre elementos con Intro o Espacio, ci\u00e9rralos con Escape y navega con las fechas.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-873796741\" data-tab-title-id=\"e-n-tab-title-873796741\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-873796741\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Observer\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796742\" data-tab-title-id=\"e-n-tab-title-873796742\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796742\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Orchestrator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796743\" data-tab-title-id=\"e-n-tab-title-873796743\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796743\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Cognitive Core\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796744\" data-tab-title-id=\"e-n-tab-title-873796744\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796744\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Communicator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-873796745\" data-tab-title-id=\"e-n-tab-title-873796745\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-873796745\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAURA Creator\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-873796741\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796741\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-89ac727 e-con-full e-flex e-con e-child\" data-id=\"89ac727\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-0236ead e-con-full e-flex e-con e-child\" data-id=\"0236ead\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ce30b48 e-con-full e-flex e-con e-child\" data-id=\"ce30b48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cccb32 e-con-full glass e-flex e-con e-child\" data-id=\"5cccb32\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e907caf elementor-widget elementor-widget-text-editor\" data-id=\"e907caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Observer ofrece <span style=\"color: #ef7d00;\">Intelligent Document Processing (IDP)<\/span> e <span style=\"color: #ef7d00;\">Intelligent Video Analytics (IVA)<\/span> para la comprensi\u00f3n automatizada de documentos y el an\u00e1lisis avanzado de v\u00eddeo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796742\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796742\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-37525aa e-con-full e-flex e-con e-child\" data-id=\"37525aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c31eae0 e-con-full e-flex e-con e-child\" data-id=\"c31eae0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-afef66b e-con-full e-flex e-con e-child\" data-id=\"afef66b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47c2c45 e-con-full glass e-flex e-con e-child\" data-id=\"47c2c45\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4570655 elementor-widget elementor-widget-text-editor\" data-id=\"4570655\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Orchestrator permite la orquestaci\u00f3n de procesos <span style=\"color: #ef7d00;\">aumentados y aut\u00f3nomos.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796743\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796743\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-6ced34d e-con-full e-flex e-con e-child\" data-id=\"6ced34d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-2c5a900 e-con-full e-flex e-con e-child\" data-id=\"2c5a900\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1f4ff6b e-con-full e-flex e-con e-child\" data-id=\"1f4ff6b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-560568c e-con-full glass e-flex e-con e-child\" data-id=\"560568c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e363435 elementor-widget elementor-widget-text-editor\" data-id=\"e363435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Cognitive Core act\u00faa como la base de inteligencia artificial para inteligencia artificial generativa y orientada a agentes, incorporando un n\u00facleo sem\u00e1ntico para el razonamiento <span style=\"color: #ef7d00;\">inteligente y la toma de decisiones.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796744\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796744\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-17e0174 e-con-full e-flex e-con e-child\" data-id=\"17e0174\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6585613 e-con-full e-flex e-con e-child\" data-id=\"6585613\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3854029 e-con-full e-flex e-con e-child\" data-id=\"3854029\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b37d22 e-con-full glass e-flex e-con e-child\" data-id=\"4b37d22\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc58c75 elementor-widget elementor-widget-text-editor\" data-id=\"dc58c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Communicator proporciona<span style=\"color: #ef7d00;\"> inteligencia conversacional <\/span>e integraci\u00f3n <span style=\"color: #ef7d00;\">aut\u00f3noma para una interacci\u00f3n<\/span> fluida.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-873796745\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-873796745\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-6dd0cbf e-con-full e-flex e-con e-child\" data-id=\"6dd0cbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1f552b5 e-con-full e-flex e-con e-child\" data-id=\"1f552b5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-99e52dd e-con-full e-flex e-con e-child\" data-id=\"99e52dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c30d61 e-con-full glass e-flex e-con e-child\" data-id=\"8c30d61\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a9e0e9 elementor-widget elementor-widget-text-editor\" data-id=\"5a9e0e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>EPG AURA Creator da soporte a <span style=\"color: #ef7d00;\">Intelligent Configuration Management (ICM)<\/span> y a la ingenier\u00eda de <span style=\"color: #ef7d00;\">software orientada a agentes<\/span> para crear nuevas soluciones basadas en inteligencia artificial.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-9a5ef73 e-con-full top-border-beam e-flex e-con e-child\" data-id=\"9a5ef73\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6afc2de elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-child\" data-id=\"6afc2de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ed3a499 e-con-full e-flex e-con e-child\" data-id=\"ed3a499\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e54388d elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e54388d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El futuro de la Supply Chain est\u00e1 impulsado por la <span class=\"gradient-text\">inteligencia artificial<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae8d56 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"bae8d56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">AURA introduce un entorno de capacidades inteligentes y agentes de inteligencia artificial aut\u00f3nomos que leen, predicen y comprenden datos en tiempo real y generan recomendaciones optimizadas para la mejora empresarial. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b95a8b8 e-con-full e-flex e-con e-child\" data-id=\"b95a8b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c997d19 elementor-widget elementor-widget-image\" data-id=\"c997d19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1706\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-scaled.png.webp\" class=\"attachment-large size-large wp-image-161859 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-768x512.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-1536x1024.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Overview_AURA_v2-2048x1365.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1706;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-a2fe8df e-con-full bg-dots e-flex e-con e-child\" data-id=\"a2fe8df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-7f63636 e-flex e-con-boxed e-con e-child\" data-id=\"7f63636\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-299cf10 e-con-full e-flex e-con e-child\" data-id=\"299cf10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aebafed elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"aebafed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Por qu\u00e9 AURA es relevante <span class=\"gradient-text\">para ti<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e55979 elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4e55979\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">AURA est\u00e1 dise\u00f1ada en torno a tu realidad. En lugar de a\u00f1adir complejidad, simplifica la toma de decisiones, conecta los procesos de extremo a extremo y apoya activamente a tus equipos en tiempo real. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a6daf7 e-con-full e-flex e-con e-child\" data-id=\"6a6daf7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd73a64 elementor-widget elementor-widget-n-accordion\" data-id=\"dd73a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2320\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2320\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Decisiones m\u00e1s r\u00e1pidas y mejores <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2320\" class=\"elementor-element elementor-element-fa35250 e-con-full e-flex e-con e-child\" data-id=\"fa35250\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cd138b elementor-widget elementor-widget-text-editor\" data-id=\"1cd138b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEl an\u00e1lisis en tiempo real de datos operativos ofrece recomendaciones relevantes y conscientes del contexto cuando las decisiones m\u00e1s importan.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2321\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2321\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Transparencia de extremo a extremo <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2321\" class=\"elementor-element elementor-element-55fd6fd e-con-full e-flex e-con e-child\" data-id=\"55fd6fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d96633 elementor-widget elementor-widget-text-editor\" data-id=\"2d96633\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tUna vista unificada en tiempo real conecta procesos, sistemas y socios, eliminando silos en toda la Supply Chain.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2322\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2322\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Menor esfuerzo de formaci\u00f3n y f\u00e1cil de usar <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2322\" class=\"elementor-element elementor-element-5f9afc1 e-con-full e-flex e-con e-child\" data-id=\"5f9afc1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e09400c elementor-widget elementor-widget-text-editor\" data-id=\"e09400c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Las interfaces de usuario intuitivas, los flujos de trabajo guiados y las interacciones asistidas por inteligencia artificial reducen el tiempo de formaci\u00f3n y permiten una adopci\u00f3n r\u00e1pida en todos los equipos.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2323\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2323\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Menores costes operativos <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2323\" class=\"elementor-element elementor-element-64c5503 e-con-full e-flex e-con e-child\" data-id=\"64c5503\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a48965d elementor-widget elementor-widget-text-editor\" data-id=\"a48965d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa optimizaci\u00f3n impulsada por inteligencia artificial y las capacidades inteligentes reducen las ineficiencias, el esfuerzo manual y los costes de proceso evitables.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2324\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2324\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Adaptabilidad r\u00e1pida <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2324\" class=\"elementor-element elementor-element-971c10a e-con-full e-flex e-con e-child\" data-id=\"971c10a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a89f3f3 elementor-widget elementor-widget-text-editor\" data-id=\"a89f3f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa plataforma responde r\u00e1pidamente a los requisitos cambiantes, la demanda vol\u00e1til y las interrupciones a corto plazo.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2325\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2325\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Mayor eficiencia y productividad <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2325\" class=\"elementor-element elementor-element-e3841db e-con-full e-flex e-con e-child\" data-id=\"e3841db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5191343 elementor-widget elementor-widget-text-editor\" data-id=\"5191343\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tRecursos como mano de obra, espacio y transporte se utilizan de manera m\u00e1s efectiva, reduciendo cuellos de botella y desperdicios.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2326\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2326\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Detecci\u00f3n temprana de riesgos e interrupciones <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2326\" class=\"elementor-element elementor-element-a2d4ec2 e-con-full e-flex e-con e-child\" data-id=\"a2d4ec2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe65341 elementor-widget elementor-widget-text-editor\" data-id=\"fe65341\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tProblemas potenciales, cuellos de botella y oportunidades de optimizaci\u00f3n se identifican temprano para prevenir la escalada.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2327\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2327\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Reducci\u00f3n de errores y trabajo manual <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2327\" class=\"elementor-element elementor-element-3c308ec e-con-full e-flex e-con e-child\" data-id=\"3c308ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89dc989 elementor-widget elementor-widget-text-editor\" data-id=\"89dc989\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa captura y el procesamiento automatizados de datos mejoran la calidad de los datos y alivian a los equipos operativos.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2328\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2328\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Acceso sencillo a la log\u00edstica impulsada por inteligencia artificial <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2328\" class=\"elementor-element elementor-element-cf96c4f e-con-full e-flex e-con e-child\" data-id=\"cf96c4f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9baa31b elementor-widget elementor-widget-text-editor\" data-id=\"9baa31b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLas organizaciones se benefician de experiencia probada y capacidades listas para su uso, sin necesidad de desarrollar conocimientos internamente.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Decisiones m\\u00e1s r\\u00e1pidas y mejores\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"El an\\u00e1lisis en tiempo real de datos operativos ofrece recomendaciones relevantes y conscientes del contexto cuando las decisiones m\\u00e1s importan.\"}},{\"@type\":\"Question\",\"name\":\"Transparencia de extremo a extremo\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Una vista unificada en tiempo real conecta procesos, sistemas y socios, eliminando silos en toda la Supply Chain.\"}},{\"@type\":\"Question\",\"name\":\"Menor esfuerzo de formaci\\u00f3n y f\\u00e1cil de usar\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Las interfaces de usuario intuitivas, los flujos de trabajo guiados y las interacciones asistidas por inteligencia artificial reducen el tiempo de formaci\\u00f3n y permiten una adopci\\u00f3n r\\u00e1pida en todos los equipos.\"}},{\"@type\":\"Question\",\"name\":\"Menores costes operativos\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La optimizaci\\u00f3n impulsada por inteligencia artificial y las capacidades inteligentes reducen las ineficiencias, el esfuerzo manual y los costes de proceso evitables.\"}},{\"@type\":\"Question\",\"name\":\"Adaptabilidad r\\u00e1pida\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La plataforma responde r\\u00e1pidamente a los requisitos cambiantes, la demanda vol\\u00e1til y las interrupciones a corto plazo.\"}},{\"@type\":\"Question\",\"name\":\"Mayor eficiencia y productividad\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Recursos como mano de obra, espacio y transporte se utilizan de manera m\\u00e1s efectiva, reduciendo cuellos de botella y desperdicios.\"}},{\"@type\":\"Question\",\"name\":\"Detecci\\u00f3n temprana de riesgos e interrupciones\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Problemas potenciales, cuellos de botella y oportunidades de optimizaci\\u00f3n se identifican temprano para prevenir la escalada.\"}},{\"@type\":\"Question\",\"name\":\"Reducci\\u00f3n de errores y trabajo manual\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La captura y el procesamiento automatizados de datos mejoran la calidad de los datos y alivian a los equipos operativos.\"}},{\"@type\":\"Question\",\"name\":\"Acceso sencillo a la log\\u00edstica impulsada por inteligencia artificial\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Las organizaciones se benefician de experiencia probada y capacidades listas para su uso, sin necesidad de desarrollar conocimientos internamente.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ef1f652 e-con-full e-flex e-con e-child\" data-id=\"ef1f652\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41a16bb elementor-widget elementor-widget-image\" data-id=\"41a16bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2304\" height=\"1856\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01.webp\" class=\"attachment-large size-large wp-image-160097 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01.webp 2304w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-768x619.webp 768w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-1536x1237.webp 1536w, https:\/\/dev.epg.com\/wp-content\/uploads\/aura-ecosystem-01-2048x1650.webp 2048w\" data-sizes=\"(max-width: 2304px) 100vw, 2304px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2304px; --smush-placeholder-aspect-ratio: 2304\/1856;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-dcb1367 e-con-full e-flex e-con e-child\" data-id=\"dcb1367\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3109522 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-child\" data-id=\"3109522\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-67e4131 e-con-full e-flex e-con e-child\" data-id=\"67e4131\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-70bc8bb e-con-full e-flex e-con e-child\" data-id=\"70bc8bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-317a4c7 e-con-full e-flex e-con e-child\" data-id=\"317a4c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0689728 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0689728\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EPG ONE Suite x <span class=\"gradient-text\">EPG AURA<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ea2679 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"0ea2679\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>La EPG ONE Suite potenciada por AURA es nuestra plataforma integrada de Supply Chain Execution para el control estructurado de los procesos log\u00edsticos operativos. Combina soluciones de software especializadas para almacenaje, transporte, env\u00edos, gesti\u00f3n de la fuerza laboral, ground handling y log\u00edstica de instalaciones dentro de una arquitectura de sistema coherente y modular que se integra de forma fluida en los entornos de TI y automatizaci\u00f3n existentes. Con AURA, la EPG ONE Suite se transforma en una plataforma log\u00edstica orientada al futuro que integra la inteligencia artificial directamente en los procesos operativos.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9cc7f7 e-con-full e-flex e-con e-child\" data-id=\"e9cc7f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-781f05d elementor-widget elementor-widget-image\" data-id=\"781f05d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1920\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-scaled.png.webp\" class=\"attachment-large size-large wp-image-161930 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-768x576.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-1536x1152.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG_SES-Function-Graphics_2026-2048x1536.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1920;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-bbf5d18 e-con-full e-flex e-con e-child\" data-id=\"bbf5d18\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f8503ef e-flex e-con-boxed e-con e-child\" data-id=\"f8503ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eed9941 e-con-full e-flex e-con e-child\" data-id=\"eed9941\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38f87a5 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"38f87a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">La transformaci\u00f3n comienza ahora.<br><span class=\"gradient-text\">\u00bfEst\u00e1s preparado?<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a1b969 elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9a1b969\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Descubre c\u00f3mo EPG AURA\u2122 puede transformar tu cadena de suministro. Inicia la conversaci\u00f3n y da el siguiente paso hacia una log\u00edstica inteligente y aut\u00f3noma. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d1ea3b e-con-full e-flex e-con e-child\" data-id=\"7d1ea3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b9331b elementor-widget elementor-widget-button\" data-id=\"3b9331b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#sneak-preview\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Cont\u00e1ctanos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b084ede elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"b084ede\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Descargar ficha t\u00e9cnica<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-1d0e1de e-con-full epgcontainer e-flex e-con e-child\" data-id=\"1d0e1de\" data-element_type=\"container\" data-e-type=\"container\" id=\"sneak-preview\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;background_background&quot;:&quot;gradient&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-413d87b e-con-full e-flex e-con e-child\" data-id=\"413d87b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a66593f elementor-widget elementor-widget-image\" data-id=\"a66593f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"345\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark.png.webp\" class=\"attachment-full size-full wp-image-162818 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/official_AURA_wordmark-768x265.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/345;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8aab12d e-con-full e-flex e-con e-child\" data-id=\"8aab12d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b96d3d2 e-con-full e-flex e-con e-child\" data-id=\"b96d3d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eec401b elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"eec401b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Una nueva era de Supply Chain Intelligence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df01951 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"df01951\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 es nuestro entorno impulsado por inteligencia artificial, que da forma a una nueva era de la cadena de suministro inteligente.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-477c12d e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"477c12d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ec72981 e-con-full e-flex e-con e-child\" data-id=\"ec72981\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5703d8c elementor-widget elementor-widget-image\" data-id=\"5703d8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1.jpg.webp\" class=\"attachment-large size-large wp-image-164631 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1.jpg.webp 1024w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/AURA-Teaser_img-1-768x768.jpg.webp 768w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/1024;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-843836e e-con-full e-flex e-con e-child\" data-id=\"843836e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-d0fc614 e-con-full e-flex e-con e-child\" data-id=\"d0fc614\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e898701 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e898701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Estreno mundial de AURA: <span class=\"gradient-text\">vista previa exclusiva<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8777c18 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"8777c18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u00danete a nosotros los d\u00edas 25 y 26 de febrero de 2026 en el Logistics Solution Center de Boppard-Buchholz para un evento previo al lanzamiento exclusivo por invitaci\u00f3n. Descubre conocimientos y capacidades in\u00e9ditas que no se presentan en ferias comerciales ni en eventos p\u00fablicos y obt\u00e9n acceso anticipado exclusivo a AURA a trav\u00e9s de sesiones de profundizaci\u00f3n espec\u00edficas. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-210ac0d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"210ac0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Solicitar invitaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41d0579 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"41d0579\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tenga en cuenta que los insights detallados se compartir\u00e1n exclusivamente durante nuestro Sneak Preview.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-494bd5c e-con-full e-flex e-con e-child\" data-id=\"494bd5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-92cddbe e-con-full e-flex e-con e-child\" data-id=\"92cddbe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8f7e2f elementor-widget__width-inherit elementor-widget-laptop__width-initial elementor-widget elementor-widget-heading\" data-id=\"d8f7e2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Descubra EPG AURA en los principales eventos log\u00edsticos de todo el mundo.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34a32a9 elementor-widget__width-initial elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"34a32a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;62b3c7c&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;71c11be&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;d2446db&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;0bb44e0&quot;}],&quot;slides_to_show&quot;:&quot;4&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:25,&quot;sizes&quot;:[]},&quot;slides_to_show_laptop&quot;:&quot;3&quot;,&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afce6ec e-flex e-con-boxed e-con e-child\" data-id=\"afce6ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c0b094c e-con-full e-flex e-con e-child\" data-id=\"c0b094c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-85dc024 e-con-full e-flex e-con e-child\" data-id=\"85dc024\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c3f35a elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"8c3f35a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"59\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/intralogistex-logo.png.webp\" class=\"attachment-large size-large wp-image-161166 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 500px; --smush-placeholder-aspect-ratio: 500\/59;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4f05ed e-con-full e-flex e-con e-child\" data-id=\"f4f05ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-893803e elementor-widget elementor-widget-heading\" data-id=\"893803e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">INTRALOGISTEX<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bb0d8b e-con-full e-flex e-con e-child\" data-id=\"6bb0d8b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f447b90 elementor-widget elementor-widget-heading\" data-id=\"f447b90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">18 \u2013 19 DE MARZO<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6f6598 elementor-widget elementor-widget-heading\" data-id=\"f6f6598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">BIRMINGHAM<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf6526e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"bf6526e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Disponible pronto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40a1512 e-flex e-con-boxed e-con e-child\" data-id=\"40a1512\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a37f648 e-con-full e-flex e-con e-child\" data-id=\"a37f648\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3d0197b e-con-full e-flex e-con e-child\" data-id=\"3d0197b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa6d886 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"aa6d886\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1315\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/LogiMAT_Logo.png\" class=\"attachment-large size-large wp-image-51037 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/LogiMAT_Logo.png 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-768x395.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-1536x789.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/LogiMAT_Logo-2048x1052.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1315;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c8dbd0b e-con-full e-flex e-con e-child\" data-id=\"c8dbd0b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33004ca elementor-widget elementor-widget-heading\" data-id=\"33004ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">LogiMAT<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9cb176c e-con-full e-flex e-con e-child\" data-id=\"9cb176c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-595315e elementor-widget elementor-widget-heading\" data-id=\"595315e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">24 \u2013 26 MARZO<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57a37d2 elementor-widget elementor-widget-heading\" data-id=\"57a37d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">STUTTGART<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-747a96d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"747a96d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev.epg.com\/events\/logimat\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reg\u00edstrese ahora<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c83d03 e-flex e-con-boxed e-con e-child\" data-id=\"9c83d03\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fb03926 e-con-full e-flex e-con e-child\" data-id=\"fb03926\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-5d23f07 e-con-full e-flex e-con e-child\" data-id=\"5d23f07\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae5d1a1 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ae5d1a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1421\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg.png.webp\" class=\"attachment-large size-large wp-image-161212 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-768x426.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-1536x853.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Logo_SITL.svg-2048x1137.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1421;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb09a63 e-con-full e-flex e-con e-child\" data-id=\"eb09a63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cddd89 elementor-widget elementor-widget-heading\" data-id=\"0cddd89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">SITL<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6326170 e-con-full e-flex e-con e-child\" data-id=\"6326170\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b5390 elementor-widget elementor-widget-heading\" data-id=\"e8b5390\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">31 DE MARZO \u2013 2 DE ABRIL<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e411aad elementor-widget elementor-widget-heading\" data-id=\"e411aad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">PARIS<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e3004a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8e3004a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Disponible pronto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-86c65cd e-flex e-con-boxed e-con e-child\" data-id=\"86c65cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3a25bab e-con-full e-flex e-con e-child\" data-id=\"3a25bab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-9c607a4 e-con-full e-flex e-con e-child\" data-id=\"9c607a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2b349 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"ef2b349\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2000\" height=\"525\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo.png.webp\" class=\"attachment-large size-large wp-image-161231 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo.png.webp 2000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo-768x202.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/modex-logo-1536x403.png.webp 1536w\" data-sizes=\"(max-width: 2000px) 100vw, 2000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2000px; --smush-placeholder-aspect-ratio: 2000\/525;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0c3278 e-con-full e-flex e-con e-child\" data-id=\"b0c3278\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fe19ce elementor-widget elementor-widget-heading\" data-id=\"2fe19ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">MODEX<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec7988e e-con-full e-flex e-con e-child\" data-id=\"ec7988e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e7464b elementor-widget elementor-widget-heading\" data-id=\"9e7464b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">13 \u2013 16 DE ABRIL<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac246bb elementor-widget elementor-widget-heading\" data-id=\"ac246bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">ATLANTA<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a815924 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a815924\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Disponible pronto<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6eb4bc4 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6eb4bc4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-848a9ed e-con-full e-flex e-con e-child\" data-id=\"848a9ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-fc375c9 e-con-full e-flex e-con e-child\" data-id=\"fc375c9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af210d2 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"af210d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Estreno mundial de AURA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b13ddb4 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"b13ddb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Descubra EPG AURA en acci\u00f3n, en los principales eventos log\u00edsticos de todo el mundo o durante nuestro Sneak Preview Exclusivo en la sede de EPG.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b540ab e-con-full e-flex e-con e-child\" data-id=\"2b540ab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-f9f1070 e-con-full e-flex e-con e-child\" data-id=\"f9f1070\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c700455 e-flex e-con-boxed e-con e-child\" data-id=\"c700455\" data-element_type=\"container\" data-e-type=\"container\" id=\"contact\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aaa1c04 e-con-full e-flex e-con e-child\" data-id=\"aaa1c04\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-76bc9f0 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"76bc9f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fb19c24 e-con-full e-flex e-con e-child\" data-id=\"fb19c24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-75ababf e-con-full e-flex e-con e-child\" data-id=\"75ababf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a67fa65 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a67fa65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00bfListo para transformar su almac\u00e9n?<br> <span class=\"gradient-text\">Hable con nosotros.<br><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc7670d elementor-widget elementor-widget-heading\" data-id=\"bc7670d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Descubra c\u00f3mo AURA puede llevar sus operaciones de almac\u00e9n al siguiente nivel.<br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bca20e e-con-full e-flex e-con e-child\" data-id=\"6bca20e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dde4ee1 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"dde4ee1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1522\" height=\"1238\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1.png.webp\" class=\"attachment-large size-large wp-image-157942 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1.png.webp 1522w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/EPG-AURA_Logo_upright-1-768x625.png.webp 768w\" data-sizes=\"(max-width: 1522px) 100vw, 1522px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1522px; --smush-placeholder-aspect-ratio: 1522\/1238;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-094c137 e-con-full e-flex e-con e-child\" data-id=\"094c137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-525b890 e-con-full e-flex e-con e-child\" data-id=\"525b890\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d60cd9 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"5d60cd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Siguiente&quot;,&quot;step_previous_label&quot;:&quot;Anterior&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"ES Contact form AURA\" aria-label=\"ES Contact form AURA\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"166026\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5d60cd9\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-first_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tNombre\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[first_name]\" id=\"form-field-first_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Nombre*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-last_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-last_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tApellido\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[last_name]\" id=\"form-field-last_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Apellido*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCorreo electr\u00f3nico profesional\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Correo electr\u00f3nico profesional*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmpresa\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company]\" id=\"form-field-company\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Empresa*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-Jobtitel elementor-col-33\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-Jobtitel\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPuesto\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[Jobtitel]\" id=\"form-field-Jobtitel\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Puesto\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone_number elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone_number\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tTel\u00e9fono\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone_number]\" id=\"form-field-phone_number\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Tel\u00e9fono*\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Solo se aceptan n\u00fameros y caracteres de tel\u00e9fono (#,-,*,etc).\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMensaje\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"2\" placeholder=\"Mensaje\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-privacy_policy elementor-col-100\">\n\t\t\t\t\tAl enviar sus datos, usted da su consentimiento para que se procesen los datos que ha proporcionado en este formulario. Sus datos se procesan para responder a su consulta. Acepto la <a href=\"https:\/\/dev.epg.com\/es\/proteccion-de-datos\/\" style=\"color: #247963; font-weight: bold;\">pol\u00edtica de privacidad.<\/a>  \t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[honeypot]\" id=\"form-field-honeypot\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_current_url elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_current_url]\" id=\"form-field-track_current_url\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_country elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_country]\" id=\"form-field-track_country\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-p_intrested_in elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[p_intrested_in]\" id=\"form-field-p_intrested_in\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">ENVIAR<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-857c088 e-con-full bg-dots elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"857c088\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8fef738 e-flex e-con-boxed e-con e-child\" data-id=\"8fef738\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1b8bca2 e-con-full e-flex e-con e-child\" data-id=\"1b8bca2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2025ac elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f2025ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tus preguntas <span class=\"gradient-text\"> Respuestas claras.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13c977f elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"13c977f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Aqu\u00ed encontrar\u00e1s respuestas a las preguntas m\u00e1s frecuentes sobre EPG AURA\u2122: su prop\u00f3sito, sus capacidades y c\u00f3mo apoya una Supply Chain Execution m\u00e1s inteligente impulsada por inteligencia artificial.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ff43fd e-con-full e-flex e-con e-child\" data-id=\"0ff43fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca47d4 elementor-widget elementor-widget-n-accordion\" data-id=\"bca47d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1970\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1970\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfQu\u00e9 es EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1970\" class=\"elementor-element elementor-element-1f8dcb5 e-con-full e-flex e-con e-child\" data-id=\"1f8dcb5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bf2d73 elementor-widget elementor-widget-text-editor\" data-id=\"3bf2d73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA es un entorno de Supply Chain Execution impulsado por inteligencia artificial, dise\u00f1ado para preparar de forma sistem\u00e1tica las decisiones operativas. Interpreta situaciones operativas en tiempo real, identifica relaciones y dependencias y presenta opciones accionables de manera estructurada. Al utilizar AURA, las organizaciones mejoran la calidad de las decisiones y la capacidad de respuesta en procesos log\u00edsticos complejos, al tiempo que reducen costes y tiempo.  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1971\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1971\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfC\u00f3mo uso EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1971\" class=\"elementor-element elementor-element-29ea221 e-con-full e-flex e-con e-child\" data-id=\"29ea221\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cacb6fb elementor-widget elementor-widget-text-editor\" data-id=\"cacb6fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAURA es un entorno de inteligencia artificial en continua expansi\u00f3n y aprendizaje que ampl\u00eda los sistemas existentes con capacidades espec\u00edficas. Conecta datos, procesos y aplicaciones, ejecuta tareas definidas y proporciona anal\u00edtica inteligente y funciones de apoyo a la toma de decisiones. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1972\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1972\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfSustituye EPG AURA a los sistemas o procesos existentes? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1972\" class=\"elementor-element elementor-element-e7ee6c0 e-con-full e-flex e-con e-child\" data-id=\"e7ee6c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c30a5fd elementor-widget elementor-widget-text-editor\" data-id=\"c30a5fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. Los sistemas de almac\u00e9n, transporte y automatizaci\u00f3n siguen siendo responsables de la ejecuci\u00f3n operativa. EPG AURA complementa estos sistemas con una capa adicional de inteligencia y funciones concretas de inteligencia artificial para hacer los procesos m\u00e1s intuitivos, r\u00e1pidos y sencillos.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1973\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1973\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfSustituye EPG AURA a la EPG ONE Suite? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1973\" class=\"elementor-element elementor-element-97f1556 e-con-full e-flex e-con e-child\" data-id=\"97f1556\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f89ccf elementor-widget elementor-widget-text-editor\" data-id=\"2f89ccf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. AURA se basa en la EPG ONE Suite y ampl\u00eda sus m\u00f3dulos con anal\u00edtica avanzada y la capacidad de capturar y evaluar interdependencias operativas entre sistemas.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1974\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1974\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfToma EPG AURA decisiones aut\u00f3nomas? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1974\" class=\"elementor-element elementor-element-3fa1cd0 e-con-full e-flex e-con e-child\" data-id=\"3fa1cd0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e7ec5 elementor-widget elementor-widget-text-editor\" data-id=\"38e7ec5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. AURA no toma decisiones aut\u00f3nomas ni controla procesos de forma independiente. Prepara las decisiones haciendo transparentes la informaci\u00f3n, las dependencias y las opciones. Las personas mantienen siempre el control de las decisiones finales.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1975\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1975\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfPuedo decidir si y d\u00f3nde se utiliza la inteligencia artificial? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1975\" class=\"elementor-element elementor-element-569acea e-con-full e-flex e-con e-child\" data-id=\"569acea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b84633a elementor-widget elementor-widget-text-editor\" data-id=\"b84633a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tS\u00ed. El uso de la inteligencia artificial es opcional, transparente y totalmente trazable. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1976\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1976\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfC\u00f3mo s\u00e9 cu\u00e1ndo la inteligencia artificial est\u00e1 activa en segundo plano? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1976\" class=\"elementor-element elementor-element-1251d5f e-con-full e-flex e-con e-child\" data-id=\"1251d5f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd4d26a elementor-widget elementor-widget-text-editor\" data-id=\"fd4d26a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEl uso de la inteligencia artificial dentro de AURA es transparente y claramente comprensible en todo momento.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1977\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1977\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfQu\u00e9 datos utiliza EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1977\" class=\"elementor-element elementor-element-007793d e-con-full e-flex e-con e-child\" data-id=\"007793d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f346801 elementor-widget elementor-widget-text-editor\" data-id=\"f346801\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA procesa datos operativos, de eventos y de estado en tiempo real procedentes de sistemas de almac\u00e9n, transporte, automatizaci\u00f3n y planificaci\u00f3n. Se pueden integrar fuentes de datos adicionales seg\u00fan sea necesario. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1978\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1978\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfQu\u00e9 papel desempe\u00f1a la inteligencia artificial generativa en EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1978\" class=\"elementor-element elementor-element-a176ad0 e-con-full e-flex e-con e-child\" data-id=\"a176ad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0a728a elementor-widget elementor-widget-text-editor\" data-id=\"d0a728a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa inteligencia artificial generativa se utiliza para presentar la informaci\u00f3n de forma m\u00e1s clara y simplificar la interacci\u00f3n con sistemas complejos. El objetivo es aumentar la eficiencia y la usabilidad. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1979\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"10\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1979\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfQu\u00e9 significa Agentic AI en el contexto de EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1979\" class=\"elementor-element elementor-element-6da5025 e-con-full e-flex e-con e-child\" data-id=\"6da5025\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1b05e0 elementor-widget elementor-widget-text-editor\" data-id=\"f1b05e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAgentic AI se refiere a agentes de inteligencia artificial especializados que analizan tareas definidas y estructuran la informaci\u00f3n. Apoyan la evaluaci\u00f3n de situaciones complejas en m\u00faltiples \u00e1reas de proceso. Los agentes de inteligencia artificial operan dentro de reglas, directrices y objetivos claramente definidos. Las decisiones finales permanecen siempre en manos de las personas.   \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19710\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"11\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19710\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfC\u00f3mo se licencia EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19710\" class=\"elementor-element elementor-element-3c7c740 e-con-full e-flex e-con e-child\" data-id=\"3c7c740\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f8160b elementor-widget elementor-widget-text-editor\" data-id=\"7f8160b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa concesi\u00f3n de licencias se basa en los productos y funciones utilizados dentro del entorno. Las capacidades pueden a\u00f1adirse de forma gradual a medida que evolucionan los requisitos. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19711\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"12\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19711\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfSe requiere conocimiento especializado en inteligencia artificial por parte del cliente? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19711\" class=\"elementor-element elementor-element-bca307d e-con-full e-flex e-con e-child\" data-id=\"bca307d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4377f9 elementor-widget elementor-widget-text-editor\" data-id=\"f4377f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. EPG AURA est\u00e1 dise\u00f1ada para usuarios de negocio. No se requiere experiencia en inteligencia artificial para utilizar la plataforma.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19712\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"13\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19712\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfC\u00f3mo se garantizan la protecci\u00f3n de datos y la seguridad? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19712\" class=\"elementor-element elementor-element-22e86d9 e-con-full e-flex e-con e-child\" data-id=\"22e86d9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46bb977 elementor-widget elementor-widget-text-editor\" data-id=\"46bb977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLa protecci\u00f3n de datos, la separaci\u00f3n de tenants y la seguridad son partes integrales de la arquitectura. El entorno cumple los requisitos modernos de nivel empresarial y de cumplimiento normativo, y el desarrollo sigue los procesos de desarrollo certificados de EPG. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19713\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"14\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19713\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfD\u00f3nde est\u00e1 alojado EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19713\" class=\"elementor-element elementor-element-33152c7 e-con-full e-flex e-con e-child\" data-id=\"33152c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3e0a08 elementor-widget elementor-widget-text-editor\" data-id=\"c3e0a08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA est\u00e1 disponible en una arquitectura SaaS moderna y segura, por ejemplo operada por hyperscalers l\u00edderes. La arquitectura est\u00e1 dise\u00f1ada para ofrecer escalabilidad, disponibilidad y seguridad. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-19714\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"15\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-19714\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> \u00bfQui\u00e9n desarrolla y es responsable de EPG AURA? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-19714\" class=\"elementor-element elementor-element-d7550a4 e-con-full e-flex e-con e-child\" data-id=\"d7550a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aace29b elementor-widget elementor-widget-text-editor\" data-id=\"aace29b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEPG AURA es desarrollada y gestionada por Ehrhardt Partner Group. Su evoluci\u00f3n continua se basa en d\u00e9cadas de experiencia en sistemas de Supply Chain Execution. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"\\u00bfQu\\u00e9 es EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA es un entorno de Supply Chain Execution impulsado por inteligencia artificial, dise\\u00f1ado para preparar de forma sistem\\u00e1tica las decisiones operativas. Interpreta situaciones operativas en tiempo real, identifica relaciones y dependencias y presenta opciones accionables de manera estructurada. Al utilizar AURA, las organizaciones mejoran la calidad de las decisiones y la capacidad de respuesta en procesos log\\u00edsticos complejos, al tiempo que reducen costes y tiempo.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfC\\u00f3mo uso EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"AURA es un entorno de inteligencia artificial en continua expansi\\u00f3n y aprendizaje que ampl\\u00eda los sistemas existentes con capacidades espec\\u00edficas. Conecta datos, procesos y aplicaciones, ejecuta tareas definidas y proporciona anal\\u00edtica inteligente y funciones de apoyo a la toma de decisiones.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfSustituye EPG AURA a los sistemas o procesos existentes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Los sistemas de almac\\u00e9n, transporte y automatizaci\\u00f3n siguen siendo responsables de la ejecuci\\u00f3n operativa. EPG AURA complementa estos sistemas con una capa adicional de inteligencia y funciones concretas de inteligencia artificial para hacer los procesos m\\u00e1s intuitivos, r\\u00e1pidos y sencillos.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfSustituye EPG AURA a la EPG ONE Suite?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. AURA se basa en la EPG ONE Suite y ampl\\u00eda sus m\\u00f3dulos con anal\\u00edtica avanzada y la capacidad de capturar y evaluar interdependencias operativas entre sistemas.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfToma EPG AURA decisiones aut\\u00f3nomas?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. AURA no toma decisiones aut\\u00f3nomas ni controla procesos de forma independiente. Prepara las decisiones haciendo transparentes la informaci\\u00f3n, las dependencias y las opciones. Las personas mantienen siempre el control de las decisiones finales.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfPuedo decidir si y d\\u00f3nde se utiliza la inteligencia artificial?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"S\\u00ed. El uso de la inteligencia artificial es opcional, transparente y totalmente trazable.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfC\\u00f3mo s\\u00e9 cu\\u00e1ndo la inteligencia artificial est\\u00e1 activa en segundo plano?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"El uso de la inteligencia artificial dentro de AURA es transparente y claramente comprensible en todo momento.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfQu\\u00e9 datos utiliza EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA procesa datos operativos, de eventos y de estado en tiempo real procedentes de sistemas de almac\\u00e9n, transporte, automatizaci\\u00f3n y planificaci\\u00f3n. Se pueden integrar fuentes de datos adicionales seg\\u00fan sea necesario.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfQu\\u00e9 papel desempe\\u00f1a la inteligencia artificial generativa en EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La inteligencia artificial generativa se utiliza para presentar la informaci\\u00f3n de forma m\\u00e1s clara y simplificar la interacci\\u00f3n con sistemas complejos. El objetivo es aumentar la eficiencia y la usabilidad.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfQu\\u00e9 significa Agentic AI en el contexto de EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Agentic AI se refiere a agentes de inteligencia artificial especializados que analizan tareas definidas y estructuran la informaci\\u00f3n. Apoyan la evaluaci\\u00f3n de situaciones complejas en m\\u00faltiples \\u00e1reas de proceso. Los agentes de inteligencia artificial operan dentro de reglas, directrices y objetivos claramente definidos. Las decisiones finales permanecen siempre en manos de las personas.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfC\\u00f3mo se licencia EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La concesi\\u00f3n de licencias se basa en los productos y funciones utilizados dentro del entorno. Las capacidades pueden a\\u00f1adirse de forma gradual a medida que evolucionan los requisitos.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfSe requiere conocimiento especializado en inteligencia artificial por parte del cliente?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. EPG AURA est\\u00e1 dise\\u00f1ada para usuarios de negocio. No se requiere experiencia en inteligencia artificial para utilizar la plataforma.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfC\\u00f3mo se garantizan la protecci\\u00f3n de datos y la seguridad?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"La protecci\\u00f3n de datos, la separaci\\u00f3n de tenants y la seguridad son partes integrales de la arquitectura. El entorno cumple los requisitos modernos de nivel empresarial y de cumplimiento normativo, y el desarrollo sigue los procesos de desarrollo certificados de EPG.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfD\\u00f3nde est\\u00e1 alojado EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA est\\u00e1 disponible en una arquitectura SaaS moderna y segura, por ejemplo operada por hyperscalers l\\u00edderes. La arquitectura est\\u00e1 dise\\u00f1ada para ofrecer escalabilidad, disponibilidad y seguridad.\"}},{\"@type\":\"Question\",\"name\":\"\\u00bfQui\\u00e9n desarrolla y es responsable de EPG AURA?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPG AURA es desarrollada y gestionada por Ehrhardt Partner Group. Su evoluci\\u00f3n continua se basa en d\\u00e9cadas de experiencia en sistemas de Supply Chain Execution.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/main>\n\t\t<footer class=\"elementor-element elementor-element-9de7441 e-con-full e-flex e-con e-parent\" data-id=\"9de7441\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a83c5b elementor-widget elementor-widget-shortcode\" data-id=\"3a83c5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<footer data-elementor-type=\"footer\" data-elementor-id=\"59728\" class=\"elementor elementor-59728 elementor-694\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<footer class=\"elementor-element elementor-element-1078ec5 e-con-full e-flex e-con e-parent\" data-id=\"1078ec5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a65b1e2 e-con-full e-flex e-con e-child\" data-id=\"a65b1e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<section class=\"elementor-element elementor-element-621817a e-con-full e-flex e-con e-child\" data-id=\"621817a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-de383a2 e-con-full e-flex e-con e-child\" data-id=\"de383a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b374f81 e-con-full e-flex e-con e-child\" data-id=\"b374f81\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67237e1 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"67237e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"imprint\"><p>EPS &#8211; Ehrhardt + Partner\u00a0Solutions S.L.<br \/>Regus World Trade Centre,<br \/>Muelle de Barcelona, edif. Sur, 2\u00aa Planta,<br \/>08039 Barcelona<br \/>Espa\u00f1a<\/p><p>Tel\u00e9fono: (+34) 931 597 321<br \/>Mail: <span style=\"display:inline;unicode-bidi:bidi-override;direction:rtl;\" class=\"\">moc.gpe<span style=\"display:none;\">obfsctd-635ed1<\/span>&#64;se.ofni<\/span><\/p><\/div><nav class=\"footer-nav-left-small\"><\/nav>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c27c1b3 jet-nav-align-space-between elementor-widget__width-auto jet-nav-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"c27c1b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-footer_legal-spanish-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109715 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/aviso-legal\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Aviso legal<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109716 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/code-of-conduct\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Code of Conduct<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109727 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/proteccion-de-datos\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Pol\u00edtica de privacidad<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109728 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/whistleblower-system\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Whistleblower System<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5251413 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"5251413\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<a class=\"elementor-element elementor-element-24d421b e-con-full e-flex e-con e-child\" data-id=\"24d421b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\" href=\"https:\/\/dev.epg.com\/es\/know-how-logistico\/\">\n\t\t<div class=\"elementor-element elementor-element-911969c e-con-full e-flex e-con e-child\" data-id=\"911969c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cee970f elementor-widget elementor-widget-heading\" data-id=\"cee970f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conocimiento experto donde se necesita<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52a3f41 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"52a3f41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Amplios conocimientos en todos los \u00e1mbitos de la log\u00edstica del almac\u00e9n<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43d8a3b e-con-full e-flex e-con e-child\" data-id=\"43d8a3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-708322c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"708322c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-long-arrow-alt-right\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-8a7e1b7 e-con-full e-flex e-con e-child\" data-id=\"8a7e1b7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\" href=\"https:\/\/dev.epg.com\/es\/sala-de-prensa\/\">\n\t\t<div class=\"elementor-element elementor-element-b1f7829 e-con-full e-flex e-con e-child\" data-id=\"b1f7829\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ac5f2a elementor-widget elementor-widget-heading\" data-id=\"6ac5f2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sala de prensa EPG<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2e9f17 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a2e9f17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Conozca hechos relevantes sobre EPG<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba43c12 e-con-full e-flex e-con e-child\" data-id=\"ba43c12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08f4742 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"08f4742\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-long-arrow-alt-right\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<div class=\"elementor-element elementor-element-19e8ed5 e-con-full e-flex e-con e-child\" data-id=\"19e8ed5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b384ffa elementor-widget elementor-widget-heading\" data-id=\"b384ffa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ehrhardt Partner Group<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7df2bad e-con-full e-grid e-con e-child\" data-id=\"7df2bad\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-568e835 e-con-full e-flex e-con e-child\" data-id=\"568e835\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acde54c jet-nav-align-space-between elementor-widget__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"acde54c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-metanavigation-spanish-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94720 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/grupo-empresarial\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">SOBRE EPG<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94721 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/sala-de-prensa\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">NOT\u00cdCIAS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-94736 jet-nav__item\"><a href=\"https:\/\/academy.epg.com\/gb\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">EPG ACADEMY<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94737 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/soluciones-en-la-nube\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">SOLUCIONES EN LA NUBE<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94738 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/centro-de-soluciones-tecnicas\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">CENTRO DE SOLUCIONES TECNICAS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94739 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/alianzas\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">SOCIO<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-94798 jet-nav__item\"><a href=\"https:\/\/www.epg-jobs.com\/gb\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">JOBS<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-94800 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/contacto\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">CONTACTO<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad770a7 e-con-full e-flex e-con e-child\" data-id=\"ad770a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1165e4a jet-nav-align-space-between elementor-widget__width-inherit elementor-widget elementor-widget-jet-nav-menu\" data-id=\"1165e4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"jet-nav-wrap m-layout-mobile\"><div class=\"menu-footer_menu-spanish-1-container\"><div class=\"jet-nav m-layout-mobile jet-nav--vertical jet-nav--vertical-sub-right-side\"><div class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home jet-nav__item-109828 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">P\u00e1gina de inicio<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109829 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/software-de-logistica\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Soluciones para la cadena de suministro<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-custom menu-item-object-custom jet-nav__item-109848 jet-nav__item\"><a href=\"https:\/\/lydia-voice.com\/es\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Soluciones de voz<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109849 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/consultoria-logistica\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Consultor\u00eda log\u00edstica<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109850 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/aviation\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Aviaci\u00f3n<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109851 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/clientes\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Clientes<\/span><\/a><\/div>\n<div class=\"menu-item menu-item-type-post_type menu-item-object-page jet-nav__item-109892 jet-nav__item\"><a href=\"https:\/\/dev.epg.com\/es\/know-how-logistico\/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"><span class=\"jet-nav-link-text\">Experiencia log\u00edstica<\/span><\/a><\/div>\n<\/div><\/div><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35afde4 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"35afde4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.gartner.com\/reviews\/market\/warehouse-management-systems\/vendor\/ehrhardt-partner-group-epg?utm_source=ehrhardt-partner-group&#038;utm_medium=referral&#038;utm_campaign=widget&#038;utm_content=NTMyZDE2NGEtZWRhMi00OTNlLWJmNTQtMjMyYmY2ZTc2MTEw\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"245\" height=\"300\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/Gartner-Peer-Insights-Customer-First-Batch.png\" class=\"attachment-large size-large wp-image-74350 lazyload\" alt=\"Customer First badge from Gartner Peer Insights\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 245px; --smush-placeholder-aspect-ratio: 245\/300;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t<div class=\"elementor-element elementor-element-a90ddbd e-con-full epgcontainer e-flex e-con e-child\" data-id=\"a90ddbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-aff8ad0 e-con-full e-flex e-con e-child\" data-id=\"aff8ad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-64b92ac e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"64b92ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd73dc elementor-widget elementor-widget-text-editor\" data-id=\"2bd73dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00a9<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc27f9e elementor-widget elementor-widget-text-editor\" data-id=\"bc27f9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t2026\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a0eda1 elementor-widget elementor-widget-text-editor\" data-id=\"9a0eda1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEhrhardt + Partner GmbH &amp; Co. KG\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-545244e e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"545244e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b2d28fd e-con-full e-flex e-con e-child\" data-id=\"b2d28fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14f3ff5 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"14f3ff5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.linkedin.com\/company\/epg-ehrhardt-partner-group\/posts\/?feedView=all&#038;viewAsMember=true\" target=\"_blank\">\n\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-694b319 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"694b319\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.youtube.com\/@EhrhardtPartnerGroup\" target=\"_blank\">\n\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/footer>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview Back to EPG Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview Back to EPG Back to EPG Evolution NVIDIA Agents &#038; Caps Environment Sneak Preview Una nueva era deSupply Chain Intelligence EPG AURA\u2122 es nuestro entorno impulsado por inteligencia artificial, que da forma a una nueva era [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_seopress_titles_title":"EPG AURA\u2122 \u2013 Una nueva era de Supply Chain Intelligence","_seopress_titles_desc":"EPG AURA es nuestro entorno impulsado por inteligencia artificial que transforma la EPG ONE Suite en una suite de Supply Chain Execution orientada a agentes, unificada y resiliente.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"ambos","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","content-type":"","footnotes":""},"class_list":["post-166026","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/pages\/166026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/comments?post=166026"}],"version-history":[{"count":7,"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/pages\/166026\/revisions"}],"predecessor-version":[{"id":184572,"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/pages\/166026\/revisions\/184572"}],"wp:attachment":[{"href":"https:\/\/dev.epg.com\/es\/wp-json\/wp\/v2\/media?parent=166026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}