{"id":24406,"date":"2026-03-06T17:59:06","date_gmt":"2026-03-06T17:59:06","guid":{"rendered":"https:\/\/assist.com.co\/?page_id=24406"},"modified":"2026-03-06T17:59:08","modified_gmt":"2026-03-06T17:59:08","slug":"latam-healthtech-forum-2026-bogota","status":"publish","type":"page","link":"https:\/\/assist.com.co\/en\/latam-healthtech-forum-2026-bogota\/","title":{"rendered":"Interoperabilidad en salud con ARIA"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section preset--module--divi-section--default\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- ============================================================\n     ARIA \u00d7 LHTF 2026 \u2014 Bloque de c\u00f3digo para Divi Builder\n     Prefijo de clases: aria-lhtf-\n     Sin dependencias externas salvo Google Fonts + Google Forms\n     ============================================================ -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* \u2500\u2500\u2500 RESET AISLADO \u2500\u2500\u2500 *\/\n.aria-lhtf-wrap,\n.aria-lhtf-wrap * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.aria-lhtf-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: #1A2B4A;\n  overflow-x: hidden;\n  --navy:  #071A39;\n  --red:   #FF2E38;\n  --teal:  #0ABFBC;\n  --sky:   #E8F7FF;\n  --mint:  #D6F5F4;\n  --gray:  #F4F6FA;\n  --muted: #6B7A99;\n  --border:#DDE4F0;\n}\n\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n.aria-lhtf-hero {\n  position: relative;\n  min-height: 100vh;\n  background: linear-gradient(135deg, #071A39 0%, #0d2a58 50%, #071A39 100%);\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n}\n\n.aria-lhtf-canvas {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 0;\n}\n\n.aria-lhtf-hero-inner {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 80px 40px 80px;\n  display: grid;\n  grid-template-columns: 1fr 420px;\n  gap: 56px;\n  align-items: center;\n}\n\n\/* ARIA hero logo *\/\n.aria-lhtf-hero-logo {\n  display: block;\n  height: 58px;\n  margin-bottom: 28px;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.1s forwards;\n  filter: brightness(0) invert(1);\n}\n\n\/* Event badge *\/\n.aria-lhtf-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  background: rgba(10,191,188,0.14);\n  border: 1px solid rgba(10,191,188,0.38);\n  color: #0ABFBC;\n  padding: 7px 18px;\n  border-radius: 100px;\n  font-size: 0.76rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  margin-bottom: 24px;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.2s forwards;\n}\n.aria-lhtf-badge-dot {\n  width: 7px; height: 7px;\n  background: #0ABFBC;\n  border-radius: 50%;\n  animation: aria-lhtf-pulse 2s infinite;\n}\n\n\/* Stand badge *\/\n\/* Stand badge \u2014 destacado con animaci\u00f3n *\/\n.aria-lhtf-stand {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: linear-gradient(135deg, #FF2E38 0%, #c7000a 100%);\n  color: #fff;\n  padding: 8px 18px 8px 10px;\n  border-radius: 100px;\n  font-size: 0.78rem;\n  font-weight: 800;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  margin-left: 10px;\n  position: relative;\n  box-shadow: 0 4px 18px rgba(255,46,56,0.45);\n  animation: aria-lhtf-stand-glow 2.4s ease-in-out infinite;\n}\n\n\/* Ping ring *\/\n.aria-lhtf-stand::before {\n  content: '';\n  position: absolute;\n  inset: -4px;\n  border-radius: 100px;\n  border: 2px solid rgba(255,46,56,0.5);\n  animation: aria-lhtf-ping 2.4s ease-out infinite;\n}\n\n\/* Inner icon wrapper *\/\n.aria-lhtf-stand-icon {\n  width: 22px; height: 22px;\n  background: rgba(255,255,255,0.2);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 0.75rem;\n  flex-shrink: 0;\n}\n\n@keyframes aria-lhtf-stand-glow {\n  0%, 100% { box-shadow: 0 4px 18px rgba(255,46,56,0.45); }\n  50%       { box-shadow: 0 4px 32px rgba(255,46,56,0.75); }\n}\n\n@keyframes aria-lhtf-ping {\n  0%   { transform: scale(1);   opacity: 0.7; }\n  70%  { transform: scale(1.18); opacity: 0; }\n  100% { transform: scale(1.18); opacity: 0; }\n}\n\n.aria-lhtf-eyebrow {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: #0ABFBC;\n  margin-bottom: 14px;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.25s forwards;\n}\n\n.aria-lhtf-h1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(2.6rem, 4.5vw, 4.2rem);\n  line-height: 1.08;\n  color: #fff;\n  margin-bottom: 22px;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.35s forwards;\n}\n.aria-lhtf-h1 em { font-style: italic; color: #0ABFBC; }\n\n.aria-lhtf-subtitle {\n  font-size: 1rem;\n  line-height: 1.72;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 30px;\n  max-width: 520px;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.45s forwards;\n}\n\n.aria-lhtf-meta {\n  display: flex;\n  gap: 24px;\n  flex-wrap: wrap;\n  opacity: 0;\n  animation: aria-lhtf-fadeup 0.7s 0.55s forwards;\n}\n.aria-lhtf-meta-item {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  color: rgba(255,255,255,0.82);\n  font-size: 0.86rem;\n  font-weight: 500;\n}\n.aria-lhtf-meta-item svg { width: 17px; height: 17px; fill: #0ABFBC; flex-shrink: 0; }\n\n\/* \u2500\u2500\u2500 FORM CARD \u2500\u2500\u2500 *\/\n.aria-lhtf-form-card {\n  background: rgba(255,255,255,0.97);\n  border-radius: 22px;\n  padding: 38px 34px;\n  box-shadow: 0 28px 72px rgba(0,0,0,0.32);\n  position: relative;\n  overflow: hidden;\n  opacity: 0;\n  animation: aria-lhtf-fadein 0.9s 0.6s forwards;\n}\n.aria-lhtf-form-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #071A39, #0ABFBC, #FF2E38);\n}\n\n.aria-lhtf-form-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: #E8F7FF;\n  color: #071A39;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 100px;\n  margin-bottom: 14px;\n}\n.aria-lhtf-form-title {\n  font-size: 1.28rem;\n  font-weight: 800;\n  color: #071A39;\n  line-height: 1.3;\n  margin-bottom: 5px;\n}\n.aria-lhtf-form-sub {\n  font-size: 0.82rem;\n  color: #6B7A99;\n  margin-bottom: 20px;\n  line-height: 1.5;\n}\n.aria-lhtf-form-logobar {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  background: #071A39;\n  padding: 11px 15px;\n  border-radius: 11px;\n  margin-bottom: 18px;\n}\n.aria-lhtf-form-logobar img { height: 26px; }\n.aria-lhtf-form-logobar span {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.65);\n  font-weight: 500;\n}\n.aria-lhtf-iframe-wrap {\n  border-radius: 11px;\n  overflow: hidden;\n  border: 1px solid #DDE4F0;\n}\n.aria-lhtf-iframe-wrap iframe {\n  width: 100%;\n  border: none;\n  display: block;\n}\n\n\/* \u2500\u2500\u2500 COUNTDOWN \u2500\u2500\u2500 *\/\n.aria-lhtf-countdown {\n  background: #071A39;\n  padding: 18px 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n.aria-lhtf-cd-label {\n  color: rgba(255,255,255,0.55);\n  font-size: 0.82rem;\n  font-weight: 500;\n  margin-right: 6px;\n}\n.aria-lhtf-cd-units { display: flex; gap: 10px; align-items: center; }\n.aria-lhtf-cd-unit { text-align: center; }\n.aria-lhtf-cd-num {\n  display: block;\n  font-size: 1.7rem;\n  font-weight: 800;\n  color: #0ABFBC;\n  line-height: 1;\n  min-width: 46px;\n  font-variant-numeric: tabular-nums;\n}\n.aria-lhtf-cd-lbl {\n  font-size: 0.62rem;\n  color: rgba(255,255,255,0.4);\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  font-weight: 600;\n}\n.aria-lhtf-cd-sep {\n  font-size: 1.4rem;\n  color: rgba(255,255,255,0.18);\n  line-height: 1.2;\n}\n\n\/* \u2500\u2500\u2500 SECCIONES COMPARTIDAS \u2500\u2500\u2500 *\/\n.aria-lhtf-section {\n  padding: 88px 40px;\n}\n.aria-lhtf-section-light { background: #fff; }\n.aria-lhtf-section-gray  { background: #F4F6FA; }\n.aria-lhtf-section-dark  {\n  background: linear-gradient(135deg, #071A39 0%, #0d2a5f 100%);\n  position: relative;\n  overflow: hidden;\n}\n.aria-lhtf-section-dark::before {\n  content: '';\n  position: absolute;\n  top: -80px; right: -80px;\n  width: 440px; height: 440px;\n  background: radial-gradient(circle, rgba(10,191,188,0.07) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.aria-lhtf-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.aria-lhtf-sec-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n  color: #0ABFBC;\n  margin-bottom: 12px;\n}\n.aria-lhtf-sec-label::before {\n  content: '';\n  width: 22px; height: 2px;\n  background: #0ABFBC;\n  display: block;\n}\n\n.aria-lhtf-sec-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(1.75rem, 2.8vw, 2.65rem);\n  line-height: 1.2;\n  color: #071A39;\n  margin-bottom: 14px;\n}\n.aria-lhtf-sec-title-white { color: #fff; }\n\n.aria-lhtf-sec-desc {\n  font-size: 0.96rem;\n  color: #6B7A99;\n  line-height: 1.76;\n  max-width: 580px;\n}\n.aria-lhtf-sec-desc-light { color: rgba(255,255,255,0.62); }\n\n\/* \u2500\u2500\u2500 ARIA SECTION \u2500\u2500\u2500 *\/\n.aria-lhtf-aria-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n}\n\n.aria-lhtf-card-dark {\n  background: #071A39;\n  border-radius: 20px;\n  padding: 38px;\n  position: relative;\n  overflow: hidden;\n}\n.aria-lhtf-card-dark::after {\n  content: '';\n  position: absolute;\n  bottom: -40px; right: -40px;\n  width: 160px; height: 160px;\n  background: radial-gradient(circle, rgba(10,191,188,0.18) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.aria-lhtf-card-dark img { height: 44px; margin-bottom: 22px; display: block; }\n.aria-lhtf-card-tagline {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: #fff;\n  line-height: 1.4;\n  margin-bottom: 16px;\n}\n.aria-lhtf-card-body {\n  font-size: 0.87rem;\n  color: rgba(255,255,255,0.62);\n  line-height: 1.76;\n  margin-bottom: 24px;\n}\n\n.aria-lhtf-pillars {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n.aria-lhtf-pillar {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  padding: 11px 13px;\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.09);\n  border-radius: 11px;\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.82);\n  font-weight: 500;\n}\n.aria-lhtf-dot {\n  width: 8px; height: 8px;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n.aria-lhtf-features { display: grid; gap: 16px; }\n.aria-lhtf-feature {\n  display: flex;\n  gap: 15px;\n  align-items: flex-start;\n  padding: 20px 22px;\n  border-radius: 15px;\n  border: 1px solid #DDE4F0;\n  background: #fff;\n  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;\n}\n.aria-lhtf-feature:hover {\n  border-color: #0ABFBC;\n  box-shadow: 0 8px 28px rgba(10,191,188,0.1);\n  transform: translateX(4px);\n}\n.aria-lhtf-feature-icon {\n  width: 42px; height: 42px;\n  border-radius: 11px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1.15rem;\n  flex-shrink: 0;\n}\n.aria-lhtf-feature h4 {\n  font-size: 0.92rem;\n  font-weight: 700;\n  color: #071A39;\n  margin-bottom: 4px;\n}\n.aria-lhtf-feature p {\n  font-size: 0.8rem;\n  color: #6B7A99;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500\u2500 NORMATIVA \u2500\u2500\u2500 *\/\n.aria-lhtf-norm-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: center;\n}\n.aria-lhtf-norm-cards { display: grid; gap: 13px; }\n.aria-lhtf-norm-card {\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  padding: 17px 20px;\n  background: #fff;\n  border-radius: 13px;\n  border-left: 4px solid #0ABFBC;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.04);\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n.aria-lhtf-norm-card:hover {\n  transform: translateX(6px);\n  box-shadow: 0 8px 26px rgba(10,191,188,0.13);\n}\n.aria-lhtf-norm-icon {\n  width: 38px; height: 38px;\n  background: #E8F7FF;\n  border-radius: 10px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1rem;\n  flex-shrink: 0;\n}\n.aria-lhtf-norm-card h5 {\n  font-size: 0.85rem;\n  font-weight: 700;\n  color: #071A39;\n}\n.aria-lhtf-norm-card p {\n  font-size: 0.76rem;\n  color: #6B7A99;\n  margin-top: 2px;\n}\n\n\/* \u2500\u2500\u2500 BTN \u2500\u2500\u2500 *\/\n.aria-lhtf-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  background: #071A39;\n  color: #fff;\n  padding: 14px 28px;\n  border-radius: 100px;\n  font-size: 0.88rem;\n  font-weight: 700;\n  text-decoration: none;\n  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;\n  box-shadow: 0 8px 22px rgba(7,26,57,0.22);\n  margin-top: 28px;\n  cursor: pointer;\n}\n.aria-lhtf-btn:hover {\n  background: #0d2a5f;\n  transform: translateY(-2px);\n  box-shadow: 0 14px 32px rgba(7,26,57,0.3);\n}\n.aria-lhtf-btn-outline {\n  background: transparent;\n  color: #071A39;\n  border: 2px solid #071A39;\n  box-shadow: none;\n}\n.aria-lhtf-btn-outline:hover {\n  background: #071A39;\n  color: #fff;\n}\n\n\/* \u2500\u2500\u2500 IMPLEMENTACI\u00d3N \u2500\u2500\u2500 *\/\n.aria-lhtf-impl-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: start;\n}\n\n.aria-lhtf-section-sublabel {\n  font-size: 0.75rem;\n  font-weight: 700;\n  color: #6B7A99;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  margin-bottom: 24px;\n}\n\n.aria-lhtf-timeline { position: relative; padding-left: 30px; }\n.aria-lhtf-timeline::before {\n  content: '';\n  position: absolute;\n  left: 10px; top: 8px; bottom: 8px;\n  width: 2px;\n  background: linear-gradient(to bottom, #0ABFBC, #071A39);\n}\n.aria-lhtf-tl-item { position: relative; margin-bottom: 26px; }\n.aria-lhtf-tl-item:last-child { margin-bottom: 0; }\n.aria-lhtf-tl-dot {\n  position: absolute;\n  left: -29px; top: 3px;\n  width: 20px; height: 20px;\n  border-radius: 50%;\n  background: #fff;\n  border: 2px solid #0ABFBC;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 0.6rem;\n  font-weight: 800;\n  color: #0ABFBC;\n}\n.aria-lhtf-tl-item h4 {\n  font-size: 0.92rem;\n  font-weight: 700;\n  color: #071A39;\n  margin-bottom: 4px;\n}\n.aria-lhtf-tl-duration {\n  display: inline-block;\n  background: #D6F5F4;\n  color: #0a8a88;\n  font-size: 0.7rem;\n  font-weight: 700;\n  padding: 2px 10px;\n  border-radius: 100px;\n  margin-bottom: 5px;\n}\n.aria-lhtf-tl-item p {\n  font-size: 0.8rem;\n  color: #6B7A99;\n  line-height: 1.6;\n}\n\n.aria-lhtf-ans-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 13px;\n}\n.aria-lhtf-ans-card {\n  padding: 20px;\n  border-radius: 13px;\n  background: #071A39;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.aria-lhtf-ans-card::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, rgba(10,191,188,0.14) 0%, transparent 60%);\n}\n.aria-lhtf-ans-val {\n  font-size: 1.55rem;\n  font-weight: 800;\n  color: #0ABFBC;\n  line-height: 1;\n  margin-bottom: 4px;\n  position: relative;\n}\n.aria-lhtf-ans-metric {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.55);\n  font-weight: 500;\n  position: relative;\n}\n.aria-lhtf-security-note {\n  margin-top: 18px;\n  padding: 22px;\n  background: #E8F7FF;\n  border-radius: 14px;\n  border: 1px solid #DDE4F0;\n}\n.aria-lhtf-security-note p:first-child {\n  font-size: 0.8rem;\n  font-weight: 700;\n  color: #071A39;\n  margin-bottom: 6px;\n}\n.aria-lhtf-security-note p:last-child {\n  font-size: 0.77rem;\n  color: #6B7A99;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500\u2500 EVENTO \u2500\u2500\u2500 *\/\n.aria-lhtf-event-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: center;\n  position: relative;\n  z-index: 1;\n}\n.aria-lhtf-event-stats {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-top: 32px;\n}\n.aria-lhtf-event-stat {\n  padding: 18px;\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 14px;\n  text-align: center;\n  transition: background 0.3s, border-color 0.3s;\n}\n.aria-lhtf-event-stat:hover {\n  background: rgba(10,191,188,0.1);\n  border-color: rgba(10,191,188,0.28);\n}\n.aria-lhtf-stat-num {\n  font-size: 1.7rem;\n  font-weight: 800;\n  color: #0ABFBC;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.aria-lhtf-stat-lbl {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.5);\n  font-weight: 500;\n}\n\n.aria-lhtf-event-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 20px;\n  padding: 34px;\n}\n.aria-lhtf-event-row {\n  display: flex;\n  gap: 13px;\n  align-items: flex-start;\n  margin-bottom: 20px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid rgba(255,255,255,0.07);\n}\n.aria-lhtf-event-row:last-child {\n  margin-bottom: 0;\n  padding-bottom: 0;\n  border-bottom: none;\n}\n.aria-lhtf-event-icon {\n  width: 40px; height: 40px;\n  background: rgba(10,191,188,0.14);\n  border-radius: 11px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1rem;\n  flex-shrink: 0;\n}\n.aria-lhtf-event-row h5 {\n  font-size: 0.72rem;\n  color: #0ABFBC;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  margin-bottom: 4px;\n}\n.aria-lhtf-event-row p {\n  font-size: 0.9rem;\n  color: rgba(255,255,255,0.82);\n  font-weight: 500;\n  line-height: 1.4;\n}\n\n.aria-lhtf-stand-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: rgba(255,46,56,0.16);\n  border: 1px solid rgba(255,46,56,0.35);\n  color: #FF6B74;\n  padding: 5px 13px;\n  border-radius: 100px;\n  font-size: 0.72rem;\n  font-weight: 800;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  margin-top: 10px;\n  display: inline-block;\n}\n\n\/* \u2500\u2500\u2500 CTA FOOTER \u2500\u2500\u2500 *\/\n.aria-lhtf-cta {\n  padding: 70px 40px;\n  background: #F4F6FA;\n  text-align: center;\n}\n.aria-lhtf-cta-box { max-width: 660px; margin: 0 auto; }\n.aria-lhtf-cta-box .aria-lhtf-sec-label { justify-content: center; }\n.aria-lhtf-cta-box .aria-lhtf-sec-label::before { display: none; }\n.aria-lhtf-cta-box .aria-lhtf-sec-title,\n.aria-lhtf-cta-box .aria-lhtf-sec-desc { text-align: center; margin: 0 auto; }\n.aria-lhtf-cta-actions {\n  display: flex;\n  gap: 14px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-top: 32px;\n}\n\n\/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n.aria-lhtf-footer {\n  background: #071A39;\n  padding: 28px 40px;\n}\n.aria-lhtf-footer-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 14px;\n}\n.aria-lhtf-footer-logos {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.aria-lhtf-footer-logos img { height: 26px; filter: brightness(0) invert(1); }\n.aria-lhtf-footer-sep { width: 1px; height: 18px; background: rgba(255,255,255,0.2); }\n.aria-lhtf-footer-copy {\n  font-size: 0.76rem;\n  color: rgba(255,255,255,0.28);\n}\n.aria-lhtf-footer-tagline {\n  font-size: 0.79rem;\n  color: rgba(255,255,255,0.45);\n}\n\n\/* \u2500\u2500\u2500 SCROLL REVEAL \u2500\u2500\u2500 *\/\n.aria-lhtf-reveal {\n  opacity: 0;\n  transform: translateY(26px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.aria-lhtf-reveal.aria-lhtf-visible {\n  opacity: 1;\n  transform: none;\n}\n.aria-lhtf-d1 { transition-delay: 0.1s; }\n.aria-lhtf-d2 { transition-delay: 0.2s; }\n.aria-lhtf-d3 { transition-delay: 0.3s; }\n.aria-lhtf-d4 { transition-delay: 0.4s; }\n\n\/* \u2500\u2500\u2500 ANIMATIONS \u2500\u2500\u2500 *\/\n@keyframes aria-lhtf-fadeup {\n  from { opacity: 0; transform: translateY(28px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes aria-lhtf-fadein {\n  from { opacity: 0; transform: translateY(18px) scale(0.98); }\n  to   { opacity: 1; transform: translateY(0) scale(1); }\n}\n@keyframes aria-lhtf-pulse {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50%       { opacity: 0.45; transform: scale(1.5); }\n}\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .aria-lhtf-hero-inner   { grid-template-columns: 1fr; padding: 80px 28px 60px; }\n  .aria-lhtf-form-card    { max-width: 500px; margin: 0 auto; }\n  .aria-lhtf-aria-grid,\n  .aria-lhtf-norm-grid,\n  .aria-lhtf-impl-grid,\n  .aria-lhtf-event-grid   { grid-template-columns: 1fr; gap: 38px; }\n}\n@media (max-width: 768px) {\n  .aria-lhtf-section       { padding: 56px 22px; }\n  .aria-lhtf-meta          { gap: 14px; }\n  .aria-lhtf-event-stats,\n  .aria-lhtf-ans-grid,\n  .aria-lhtf-pillars       { grid-template-columns: 1fr 1fr; }\n  .aria-lhtf-countdown     { padding: 14px 22px; }\n  .aria-lhtf-cta           { padding: 52px 22px; }\n  .aria-lhtf-footer        { padding: 22px; }\n}\n<\/style>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MARKUP\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"aria-lhtf-wrap\">\n\n  <!-- HERO -->\n  <div class=\"aria-lhtf-hero\" id=\"aria-lhtf-top\">\n    <canvas class=\"aria-lhtf-canvas\" id=\"aria-lhtf-canvas\"><\/canvas>\n\n    <div class=\"aria-lhtf-hero-inner\">\n\n      <!-- Left -->\n      <div>\n        <img decoding=\"async\"\n          src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2026\/03\/Aria_Logo_Blanco.png\"\n          alt=\"ARIA\"\n          class=\"aria-lhtf-hero-logo\">\n\n        <div>\n          <span class=\"aria-lhtf-badge\">\n            <span class=\"aria-lhtf-badge-dot\"><\/span>\n            Sponsor Oficial \u00b7 LHTF 2026\n          <\/span>\n          <span class=\"aria-lhtf-stand\">\n            <span class=\"aria-lhtf-stand-icon\">\ud83d\udccd<\/span>\n            Stand S15\n          <\/span>\n        <\/div>\n\n        <p class=\"aria-lhtf-eyebrow\" style=\"margin-top:20px;\">Plataforma de Interoperabilidad en Salud<\/p>\n\n        <h1 class=\"aria-lhtf-h1\">\n          Conecta, transforma<br>\n          y <em>gobierna<\/em> tu informaci\u00f3n<br>\n          cl\u00ednica con HL7 \/ FHIR\n        <\/h1>\n\n        <p class=\"aria-lhtf-subtitle\">\n          ARIA es la plataforma SaaS que permite a EPS, IPS y prestadores cumplir la Resoluci\u00f3n 1888 de 2025 con intercambio de datos seguro, trazable y escalable bajo est\u00e1ndares internacionales.\n        <\/p>\n\n        <div class=\"aria-lhtf-meta\">\n          <div class=\"aria-lhtf-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg>\n            Compensar \u00b7 Av 68 #49-47, Bogot\u00e1\n          <\/div>\n          <div class=\"aria-lhtf-meta-item\">\n            <svg viewbox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z\"\/><\/svg>\n            19 y 20 de Marzo 2026\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Form card -->\n      <div class=\"aria-lhtf-form-card\">\n        <div class=\"aria-lhtf-form-tag\">\ud83c\udfaf Agenda una Demo<\/div>\n        <h3 class=\"aria-lhtf-form-title\">Encu\u00e9ntranos en el Stand S15<\/h3>\n        <p class=\"aria-lhtf-form-sub\">Completa el formulario y nuestro equipo te contactar\u00e1 para coordinar tu visita al stand en el LHTF 2026.<\/p>\n\n        <div class=\"aria-lhtf-form-logobar\">\n          <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2026\/03\/Aria_Logo_Blanco.png\" alt=\"ARIA\">\n          <span>Interoperabilidad en Salud \u00b7 HL7 \/ FHIR<\/span>\n        <\/div>\n\n        <div class=\"aria-lhtf-iframe-wrap\">\n          <iframe\n            src=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdplJbh27zrrg7HrFH38kijxxpCZTwg_Vs6yK4X08nUDLLsgg\/viewform?embedded=true\"\n            height=\"520\"\n            loading=\"lazy\">\n            Cargando formulario\u2026\n          <\/iframe>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- COUNTDOWN -->\n  <div class=\"aria-lhtf-countdown\">\n    <span class=\"aria-lhtf-cd-label\">\u23f3 El evento comienza en:<\/span>\n    <div class=\"aria-lhtf-cd-units\">\n      <div class=\"aria-lhtf-cd-unit\">\n        <span class=\"aria-lhtf-cd-num\" id=\"aria-lhtf-days\">--<\/span>\n        <span class=\"aria-lhtf-cd-lbl\">d\u00edas<\/span>\n      <\/div>\n      <span class=\"aria-lhtf-cd-sep\">:<\/span>\n      <div class=\"aria-lhtf-cd-unit\">\n        <span class=\"aria-lhtf-cd-num\" id=\"aria-lhtf-hours\">--<\/span>\n        <span class=\"aria-lhtf-cd-lbl\">horas<\/span>\n      <\/div>\n      <span class=\"aria-lhtf-cd-sep\">:<\/span>\n      <div class=\"aria-lhtf-cd-unit\">\n        <span class=\"aria-lhtf-cd-num\" id=\"aria-lhtf-mins\">--<\/span>\n        <span class=\"aria-lhtf-cd-lbl\">minutos<\/span>\n      <\/div>\n      <span class=\"aria-lhtf-cd-sep\">:<\/span>\n      <div class=\"aria-lhtf-cd-unit\">\n        <span class=\"aria-lhtf-cd-num\" id=\"aria-lhtf-secs\">--<\/span>\n        <span class=\"aria-lhtf-cd-lbl\">segundos<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u00bfQU\u00c9 ES ARIA? -->\n  <div class=\"aria-lhtf-section aria-lhtf-section-light\">\n    <div class=\"aria-lhtf-container\">\n      <div class=\"aria-lhtf-aria-grid\">\n\n        <!-- Visual card -->\n        <div class=\"aria-lhtf-card-dark aria-lhtf-reveal\">\n          <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2026\/03\/Aria_Logo_Blanco.png\" alt=\"ARIA\">\n          <p class=\"aria-lhtf-card-tagline\">Plataforma SaaS de Interoperabilidad en Salud<\/p>\n          <p class=\"aria-lhtf-card-body\">\n            Conecta, transforma y gobierna la informaci\u00f3n cl\u00ednica entre todos los actores del ecosistema de salud. Dise\u00f1ada para facilitar el cumplimiento regulatorio colombiano con intercambio de datos seguro, escalable y sostenible bajo est\u00e1ndares HL7 v2.x y FHIR R4.\n          <\/p>\n          <div class=\"aria-lhtf-pillars\">\n            <div class=\"aria-lhtf-pillar\"><div class=\"aria-lhtf-dot\" style=\"background:#0ABFBC;\"><\/div>Trazabilidad Completa<\/div>\n            <div class=\"aria-lhtf-pillar\"><div class=\"aria-lhtf-dot\" style=\"background:#FF2E38;\"><\/div>Env\u00edo Seguro<\/div>\n            <div class=\"aria-lhtf-pillar\"><div class=\"aria-lhtf-dot\" style=\"background:#F9C846;\"><\/div>Validaciones Normativas<\/div>\n            <div class=\"aria-lhtf-pillar\"><div class=\"aria-lhtf-dot\" style=\"background:#4CAF82;\"><\/div>Transformaci\u00f3n HL7\/FHIR<\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Features -->\n        <div>\n          <p class=\"aria-lhtf-sec-label\">\u00bfQu\u00e9 es ARIA?<\/p>\n          <h2 class=\"aria-lhtf-sec-title aria-lhtf-reveal\">Interoperabilidad cl\u00ednica real para el sistema de salud colombiano<\/h2>\n          <p class=\"aria-lhtf-sec-desc aria-lhtf-reveal aria-lhtf-d1\" style=\"margin-bottom:28px;\">\n            La plataforma transforma datos cl\u00ednicos fragmentados en informaci\u00f3n estandarizada, garantizando integridad y confiabilidad en cada intercambio de datos con el sistema de salud.\n          <\/p>\n          <div class=\"aria-lhtf-features\">\n            <div class=\"aria-lhtf-feature aria-lhtf-reveal aria-lhtf-d1\">\n              <div class=\"aria-lhtf-feature-icon\" style=\"background:#E8F7FF;\">\ud83d\udd17<\/div>\n              <div>\n                <h4>Transformaci\u00f3n de Datos Cl\u00ednicos<\/h4>\n                <p>Convierte registros fragmentados a est\u00e1ndares HL7 FHIR R4 con soporte para CIE10, SNOMED y LOINC.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"aria-lhtf-feature aria-lhtf-reveal aria-lhtf-d2\">\n              <div class=\"aria-lhtf-feature-icon\" style=\"background:#D6F5F4;\">\ud83d\udee1\ufe0f<\/div>\n              <div>\n                <h4>Validaciones Normativas Autom\u00e1ticas<\/h4>\n                <p>Verificaci\u00f3n del cumplimiento con la Resoluci\u00f3n 1888 de 2025 y lineamientos del MinSalud.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"aria-lhtf-feature aria-lhtf-reveal aria-lhtf-d3\">\n              <div class=\"aria-lhtf-feature-icon\" style=\"background:#FFF0F0;\">\ud83d\udd12<\/div>\n              <div>\n                <h4>Env\u00edo Seguro a APIs Externas<\/h4>\n                <p>Transmisi\u00f3n cifrada con TLS, control de acceso granular y backups diarios automatizados.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"aria-lhtf-feature aria-lhtf-reveal aria-lhtf-d4\">\n              <div class=\"aria-lhtf-feature-icon\" style=\"background:#F0FFF7;\">\ud83d\udcca<\/div>\n              <div>\n                <h4>Trazabilidad y Auditor\u00eda Completa<\/h4>\n                <p>Registro inmutable de cada intercambio con reportes de auditor\u00eda en tiempo real.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- MARCO NORMATIVO -->\n  <div class=\"aria-lhtf-section aria-lhtf-section-gray\">\n    <div class=\"aria-lhtf-container\">\n      <div class=\"aria-lhtf-norm-grid\">\n\n        <div>\n          <p class=\"aria-lhtf-sec-label\">Marco Normativo<\/p>\n          <h2 class=\"aria-lhtf-sec-title aria-lhtf-reveal\">Cumplimiento regulatorio garantizado<\/h2>\n          <p class=\"aria-lhtf-sec-desc aria-lhtf-reveal aria-lhtf-d1\">\n            ARIA est\u00e1 alineada con el marco regulatorio vigente del sistema de salud colombiano. Implemente desde el primer d\u00eda con la tranquilidad de estar dentro de la norma.\n          <\/p>\n          <a href=\"#aria-lhtf-top\" class=\"aria-lhtf-btn aria-lhtf-reveal aria-lhtf-d2\">\n            Solicitar informaci\u00f3n\n            <svg width=\"15\" height=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <div class=\"aria-lhtf-norm-cards aria-lhtf-reveal\">\n          <div class=\"aria-lhtf-norm-card\">\n            <div class=\"aria-lhtf-norm-icon\">\ud83d\udccb<\/div>\n            <div>\n              <h5>Resoluci\u00f3n 1888 de 2025 \u2013 RDA<\/h5>\n              <p>Resumen Digital de Atenci\u00f3n en Salud<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-norm-card\">\n            <div class=\"aria-lhtf-norm-icon\">\ud83c\udfe5<\/div>\n            <div>\n              <h5>Lineamientos MinSalud<\/h5>\n              <p>Resoluci\u00f3n 866 de 2021 \u00b7 Decreto 780 de 2016<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-norm-card\">\n            <div class=\"aria-lhtf-norm-icon\">\ud83d\udd37<\/div>\n            <div>\n              <h5>HL7 v2.x y HL7 FHIR R4<\/h5>\n              <p>Est\u00e1ndares internacionales de interoperabilidad<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-norm-card\">\n            <div class=\"aria-lhtf-norm-icon\">\ud83c\udde8\ud83c\uddf4<\/div>\n            <div>\n              <h5>Gu\u00edas HL7 Colombia<\/h5>\n              <p>HAPI FHIR \u00b7 RIPS \u00b7 CIE10 \u00b7 SNOMED \u00b7 LOINC<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-norm-card\">\n            <div class=\"aria-lhtf-norm-icon\">\ud83d\udd10<\/div>\n            <div>\n              <h5>Ley 1581 de 2012<\/h5>\n              <p>Protecci\u00f3n de datos personales y privacidad<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-norm-card\" style=\"border-left-color:#FF2E38;\">\n            <div class=\"aria-lhtf-norm-icon\" style=\"background:#FFF0F0;\">\ud83d\udee1\ufe0f<\/div>\n            <div>\n              <h5>Principios de Seguridad CIA<\/h5>\n              <p>Confidencialidad, Integridad y Disponibilidad<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- IMPLEMENTACI\u00d3N -->\n  <div class=\"aria-lhtf-section aria-lhtf-section-light\">\n    <div class=\"aria-lhtf-container\">\n\n      <div style=\"text-align:center;margin-bottom:52px;\">\n        <p class=\"aria-lhtf-sec-label\" style=\"justify-content:center;\"><span><\/span>Implementation<\/p>\n        <h2 class=\"aria-lhtf-sec-title aria-lhtf-reveal\" style=\"margin:0 auto;\">En producci\u00f3n en 3 a 4 semanas<\/h2>\n        <p class=\"aria-lhtf-sec-desc aria-lhtf-reveal aria-lhtf-d1\" style=\"margin:10px auto 0;\">Un proceso \u00e1gil y estructurado con acompa\u00f1amiento t\u00e9cnico completo de Assist Consultores.<\/p>\n      <\/div>\n\n      <div class=\"aria-lhtf-impl-grid\">\n\n        <div>\n          <p class=\"aria-lhtf-section-sublabel\">Fases del proyecto<\/p>\n          <div class=\"aria-lhtf-timeline\">\n            <div class=\"aria-lhtf-tl-item aria-lhtf-reveal\">\n              <div class=\"aria-lhtf-tl-dot\">1<\/div>\n              <span class=\"aria-lhtf-tl-duration\">3 \u2013 5 d\u00edas<\/span>\n              <h4>Kickoff y Levantamiento<\/h4>\n              <p>Definici\u00f3n de fuentes de datos, sistemas HIS\/ERP, APIs y responsables t\u00e9cnicos del cliente.<\/p>\n            <\/div>\n            <div class=\"aria-lhtf-tl-item aria-lhtf-reveal aria-lhtf-d1\">\n              <div class=\"aria-lhtf-tl-dot\">2<\/div>\n              <span class=\"aria-lhtf-tl-duration\">5 \u2013 7 d\u00edas<\/span>\n              <h4>Configuraci\u00f3n de Plataforma<\/h4>\n              <p>Setup del entorno SaaS, mapeo de campos cl\u00ednicos y configuraci\u00f3n de validaciones normativas.<\/p>\n            <\/div>\n            <div class=\"aria-lhtf-tl-item aria-lhtf-reveal aria-lhtf-d2\">\n              <div class=\"aria-lhtf-tl-dot\">3<\/div>\n              <span class=\"aria-lhtf-tl-duration\">7 \u2013 10 d\u00edas<\/span>\n              <h4>Integraciones y Pruebas<\/h4>\n              <p>Conexi\u00f3n con sistemas existentes, pruebas de transformaci\u00f3n HL7\/FHIR y validaci\u00f3n de datos.<\/p>\n            <\/div>\n            <div class=\"aria-lhtf-tl-item aria-lhtf-reveal aria-lhtf-d3\">\n              <div class=\"aria-lhtf-tl-dot\">4<\/div>\n              <span class=\"aria-lhtf-tl-duration\">5 \u2013 7 d\u00edas<\/span>\n              <h4>Certificaci\u00f3n y Producci\u00f3n<\/h4>\n              <p>Validaci\u00f3n regulatoria final y puesta en marcha con soporte 24\/7 desde el d\u00eda uno.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div>\n          <p class=\"aria-lhtf-section-sublabel\">Acuerdos de servicio (ANS)<\/p>\n          <div class=\"aria-lhtf-ans-grid\">\n            <div class=\"aria-lhtf-ans-card aria-lhtf-reveal aria-lhtf-d1\">\n              <div class=\"aria-lhtf-ans-val\">99.5%<\/div>\n              <div class=\"aria-lhtf-ans-metric\">Disponibilidad<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-ans-card aria-lhtf-reveal aria-lhtf-d2\">\n              <div class=\"aria-lhtf-ans-val\">&lt;2s<\/div>\n              <div class=\"aria-lhtf-ans-metric\">Latencia<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-ans-card aria-lhtf-reveal aria-lhtf-d3\">\n              <div class=\"aria-lhtf-ans-val\">24\/7<\/div>\n              <div class=\"aria-lhtf-ans-metric\">Support<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-ans-card aria-lhtf-reveal aria-lhtf-d4\">\n              <div class=\"aria-lhtf-ans-val\">&lt;4h<\/div>\n              <div class=\"aria-lhtf-ans-metric\">Atenci\u00f3n cr\u00edtica<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-security-note aria-lhtf-reveal\">\n            <p>Seguridad de nivel empresarial<\/p>\n            <p>Cifrado TLS en tr\u00e1nsito \u00b7 Control de acceso granular \u00b7 Backups autom\u00e1ticos diarios \u00b7 Principios CIA de seguridad de la informaci\u00f3n<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- EL EVENTO -->\n  <div class=\"aria-lhtf-section aria-lhtf-section-dark\">\n    <div class=\"aria-lhtf-container\">\n      <div class=\"aria-lhtf-event-grid\">\n\n        <div>\n          <p class=\"aria-lhtf-sec-label\">Latam HealthTech Forum 2026<\/p>\n          <h2 class=\"aria-lhtf-sec-title aria-lhtf-sec-title-white aria-lhtf-reveal\">La tecnolog\u00eda que cuida al cuidador<\/h2>\n          <p class=\"aria-lhtf-sec-desc aria-lhtf-sec-desc-light aria-lhtf-reveal aria-lhtf-d1\">\n            El evento de innovaci\u00f3n en salud m\u00e1s importante de LATAM. Assist Consultores participa como <strong style=\"color:#0ABFBC;\">Sponsor Oficial<\/strong> con demostraci\u00f3n de ARIA en vivo.\n          <\/p>\n          <div class=\"aria-lhtf-event-stats\">\n            <div class=\"aria-lhtf-event-stat aria-lhtf-reveal aria-lhtf-d1\">\n              <div class=\"aria-lhtf-stat-num\">+1.800<\/div>\n              <div class=\"aria-lhtf-stat-lbl\">Registrados 2025<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-event-stat aria-lhtf-reveal aria-lhtf-d2\">\n              <div class=\"aria-lhtf-stat-num\">+40<\/div>\n              <div class=\"aria-lhtf-stat-lbl\">Speakers<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-event-stat aria-lhtf-reveal aria-lhtf-d3\">\n              <div class=\"aria-lhtf-stat-num\">+15<\/div>\n              <div class=\"aria-lhtf-stat-lbl\">Pa\u00edses<\/div>\n            <\/div>\n            <div class=\"aria-lhtf-event-stat aria-lhtf-reveal aria-lhtf-d4\">\n              <div class=\"aria-lhtf-stat-num\">+250<\/div>\n              <div class=\"aria-lhtf-stat-lbl\">Citas de negocios<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"aria-lhtf-event-card aria-lhtf-reveal\">\n          <div class=\"aria-lhtf-event-row\">\n            <div class=\"aria-lhtf-event-icon\">\ud83d\udcc5<\/div>\n            <div>\n              <h5>Fechas<\/h5>\n              <p>19 y 20 de Marzo, 2026<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-event-row\">\n            <div class=\"aria-lhtf-event-icon\">\ud83d\udccd<\/div>\n            <div>\n              <h5>Lugar<\/h5>\n              <p>Compensar \u00b7 Av 68 #49-47, Bogot\u00e1, Colombia<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-event-row\">\n            <div class=\"aria-lhtf-event-icon\">\ud83c\udfaf<\/div>\n            <div>\n              <h5>Audiencia<\/h5>\n              <p>EPS \u00b7 IPS \u00b7 Gobierno \u00b7 Academia \u00b7 Startups HealthTech \u00b7 Industria Farmac\u00e9utica<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"aria-lhtf-event-row\">\n            <div class=\"aria-lhtf-event-icon\">\ud83c\udfc6<\/div>\n            <div>\n              <h5>Rol de Assist Consultores<\/h5>\n              <p>Sponsor Oficial con demostraci\u00f3n de ARIA en vivo<\/p>\n              <span class=\"aria-lhtf-stand-badge\">\ud83d\udccd Stand S15 \u2014 Vis\u00edtanos<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA FINAL -->\n  <div class=\"aria-lhtf-cta\">\n    <div class=\"aria-lhtf-cta-box\">\n      <p class=\"aria-lhtf-sec-label\">\u00bfListo para conectar?<\/p>\n      <h2 class=\"aria-lhtf-sec-title aria-lhtf-reveal\">Vis\u00edtanos en el Stand S15<br>del LHTF 2026<\/h2>\n      <p class=\"aria-lhtf-sec-desc aria-lhtf-reveal aria-lhtf-d1\">\n        Agenda una demostraci\u00f3n de ARIA o cont\u00e1ctanos directamente para conocer c\u00f3mo cumplir la normativa de interoperabilidad en salud.\n      <\/p>\n      <div class=\"aria-lhtf-cta-actions aria-lhtf-reveal aria-lhtf-d2\">\n        <a href=\"#aria-lhtf-top\" class=\"aria-lhtf-btn\">\ud83d\udccb Completar formulario<\/a>\n        <a href=\"https:\/\/latamhealthtechforum.com\/\" target=\"_blank\" rel=\"noopener\" class=\"aria-lhtf-btn aria-lhtf-btn-outline\">\ud83c\udf10 Ver el evento<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <div class=\"aria-lhtf-footer\">\n    <div class=\"aria-lhtf-footer-inner\">\n      <div class=\"aria-lhtf-footer-logos\">\n        <img decoding=\"async\" src=\"https:\/\/assist.com.co\/wp-content\/uploads\/2026\/03\/Aria_Logo_Blanco.png\" alt=\"ARIA\">\n        <div class=\"aria-lhtf-footer-sep\"><\/div>\n        <span class=\"aria-lhtf-footer-tagline\">Powered by Assist Consultores \u00b7 24 a\u00f1os de experiencia en tecnolog\u00eda<\/span>\n      <\/div>\n      <span class=\"aria-lhtf-footer-copy\">\u00a9 2026 Assist Consultores \u00b7 assist.com.co<\/span>\n    <\/div>\n  <\/div>\n\n<\/div>\n<!-- \/.aria-lhtf-wrap -->\n\n<script>\n(function () {\n  'use strict';\n\n  \/* \u2500\u2500\u2500 PARTICLE CANVAS \u2500\u2500\u2500 *\/\n  var canvas = document.getElementById('aria-lhtf-canvas');\n  var ctx    = canvas.getContext('2d');\n  var W, H, particles = [];\n  var mouse  = { x: -9999, y: -9999 };\n\n  function resize() {\n    var hero = canvas.parentElement;\n    W = canvas.width  = hero.offsetWidth;\n    H = canvas.height = hero.offsetHeight;\n  }\n\n  function Particle() { this.reset(); }\n  Particle.prototype.reset = function () {\n    this.x  = Math.random() * W;\n    this.y  = Math.random() * H;\n    this.sz = Math.random() * 1.6 + 0.4;\n    this.vx = (Math.random() - 0.5) * 0.38;\n    this.vy = (Math.random() - 0.5) * 0.38;\n    this.op = Math.random() * 0.45 + 0.1;\n    this.c  = Math.random() < 0.28 ? '#0ABFBC' : '#ffffff';\n    this.pulse = Math.random() * Math.PI * 2;\n  };\n  Particle.prototype.update = function () {\n    this.pulse += 0.018;\n    this.x += this.vx;\n    this.y += this.vy;\n    var dx = this.x - mouse.x, dy = this.y - mouse.y;\n    var d  = Math.sqrt(dx * dx + dy * dy);\n    if (d < 90) { this.x += (dx \/ d) * 1.4; this.y += (dy \/ d) * 1.4; }\n    if (this.x < 0 || this.x > W) this.vx *= -1;\n    if (this.y < 0 || this.y > H) this.vy *= -1;\n  };\n  Particle.prototype.draw = function () {\n    ctx.globalAlpha = this.op * (0.8 + 0.2 * Math.sin(this.pulse));\n    ctx.beginPath();\n    ctx.arc(this.x, this.y, this.sz, 0, Math.PI * 2);\n    ctx.fillStyle = this.c;\n    ctx.fill();\n    ctx.globalAlpha = 1;\n  };\n\n  function initParticles() {\n    particles = [];\n    var n = Math.min(Math.floor(W * H \/ 7500), 180);\n    for (var i = 0; i < n; i++) particles.push(new Particle());\n  }\n\n  function drawLines() {\n    var max = 105;\n    for (var i = 0; i < particles.length; i++) {\n      for (var j = i + 1; j < particles.length; j++) {\n        var dx = particles[i].x - particles[j].x;\n        var dy = particles[i].y - particles[j].y;\n        var d  = Math.sqrt(dx * dx + dy * dy);\n        if (d < max) {\n          ctx.globalAlpha = (1 - d \/ max) * 0.11;\n          ctx.strokeStyle = '#0ABFBC';\n          ctx.lineWidth   = 0.7;\n          ctx.beginPath();\n          ctx.moveTo(particles[i].x, particles[i].y);\n          ctx.lineTo(particles[j].x, particles[j].y);\n          ctx.stroke();\n        }\n      }\n    }\n    ctx.globalAlpha = 1;\n  }\n\n  function animate() {\n    ctx.clearRect(0, 0, W, H);\n    drawLines();\n    particles.forEach(function (p) { p.update(); p.draw(); });\n    requestAnimationFrame(animate);\n  }\n\n  resize();\n  initParticles();\n  animate();\n\n  window.addEventListener('resize', function () { resize(); initParticles(); });\n\n  document.getElementById('aria-lhtf-canvas').parentElement.addEventListener('mousemove', function (e) {\n    var r  = canvas.getBoundingClientRect();\n    mouse.x = e.clientX - r.left;\n    mouse.y = e.clientY - r.top;\n  });\n\n  \/* \u2500\u2500\u2500 COUNTDOWN \u2500\u2500\u2500 *\/\n  var target = new Date('2026-03-19T08:00:00-05:00');\n  function tick() {\n    var diff = target - new Date();\n    if (diff < 0) diff = 0;\n    var d = Math.floor(diff \/ 86400000);\n    var h = Math.floor((diff % 86400000) \/ 3600000);\n    var m = Math.floor((diff % 3600000)  \/ 60000);\n    var s = Math.floor((diff % 60000)    \/ 1000);\n    function pad(n) { return String(n).padStart(2, '0'); }\n    document.getElementById('aria-lhtf-days').textContent  = pad(d);\n    document.getElementById('aria-lhtf-hours').textContent = pad(h);\n    document.getElementById('aria-lhtf-mins').textContent  = pad(m);\n    document.getElementById('aria-lhtf-secs').textContent  = pad(s);\n  }\n  tick();\n  setInterval(tick, 1000);\n\n  \/* \u2500\u2500\u2500 SCROLL REVEAL \u2500\u2500\u2500 *\/\n  var revealEls = document.querySelectorAll('.aria-lhtf-reveal');\n  var observer  = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('aria-lhtf-visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.1 });\n  revealEls.forEach(function (el) { observer.observe(el); });\n\n}());\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template-blank.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-24406","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.2 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Interoperabilidad en salud con ARIA - Assist Consultores<\/title>\n<meta name=\"description\" content=\"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/assist.com.co\/en\/latam-healthtech-forum-2026-bogota\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Interoperabilidad en salud con ARIA\" \/>\n<meta property=\"og:description\" content=\"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/assist.com.co\/en\/latam-healthtech-forum-2026-bogota\/\" \/>\n<meta property=\"og:site_name\" content=\"Assist Consultores\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-06T17:59:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/latam-healthtech-forum-2026-bogota\\\/\",\"url\":\"https:\\\/\\\/assist.com.co\\\/latam-healthtech-forum-2026-bogota\\\/\",\"name\":\"Interoperabilidad en salud con ARIA - Assist Consultores\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/#website\"},\"datePublished\":\"2026-03-06T17:59:06+00:00\",\"dateModified\":\"2026-03-06T17:59:08+00:00\",\"description\":\"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/assist.com.co\\\/latam-healthtech-forum-2026-bogota\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/assist.com.co\\\/latam-healthtech-forum-2026-bogota\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/latam-healthtech-forum-2026-bogota\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/assist.com.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Interoperabilidad en salud con ARIA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/assist.com.co\\\/#website\",\"url\":\"https:\\\/\\\/assist.com.co\\\/\",\"name\":\"Assist Consultores\",\"description\":\"Transformando Capacidades Empresariales en Sistemas Innovadores\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/assist.com.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Interoperabilidad en salud con ARIA - Assist Consultores","description":"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/assist.com.co\/en\/latam-healthtech-forum-2026-bogota\/","og_locale":"en_US","og_type":"article","og_title":"Interoperabilidad en salud con ARIA","og_description":"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.","og_url":"https:\/\/assist.com.co\/en\/latam-healthtech-forum-2026-bogota\/","og_site_name":"Assist Consultores","article_modified_time":"2026-03-06T17:59:08+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/assist.com.co\/latam-healthtech-forum-2026-bogota\/","url":"https:\/\/assist.com.co\/latam-healthtech-forum-2026-bogota\/","name":"Interoperabilidad en salud con ARIA - Assist Consultores","isPartOf":{"@id":"https:\/\/assist.com.co\/#website"},"datePublished":"2026-03-06T17:59:06+00:00","dateModified":"2026-03-06T17:59:08+00:00","description":"Descubre ARIA en el Latam HealthTech Forum 2026 en Bogot\u00e1. Conoce c\u00f3mo nuestra soluci\u00f3n de interoperabilidad transforma la gesti\u00f3n cl\u00ednica y conecta el ecosistema de salud en Latinoam\u00e9rica.","breadcrumb":{"@id":"https:\/\/assist.com.co\/latam-healthtech-forum-2026-bogota\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/assist.com.co\/latam-healthtech-forum-2026-bogota\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/assist.com.co\/latam-healthtech-forum-2026-bogota\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/assist.com.co\/"},{"@type":"ListItem","position":2,"name":"Interoperabilidad en salud con ARIA"}]},{"@type":"WebSite","@id":"https:\/\/assist.com.co\/#website","url":"https:\/\/assist.com.co\/","name":"Assist Consultores","description":"Transformando Capacidades Empresariales en Sistemas Innovadores","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/assist.com.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/24406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/comments?post=24406"}],"version-history":[{"count":3,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/24406\/revisions"}],"predecessor-version":[{"id":24409,"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/pages\/24406\/revisions\/24409"}],"wp:attachment":[{"href":"https:\/\/assist.com.co\/en\/wp-json\/wp\/v2\/media?parent=24406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}