{"id":212,"date":"2025-12-16T22:23:41","date_gmt":"2025-12-16T22:23:41","guid":{"rendered":"https:\/\/femexrobotica.org\/eir2025-2026\/?page_id=212"},"modified":"2026-01-23T17:47:48","modified_gmt":"2026-01-23T17:47:48","slug":"cursos","status":"publish","type":"page","link":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/cursos\/","title":{"rendered":"Registro"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!-- SECCI\u00d3N DE REGISTRO INVERNAL -->\n<section id=\"registro\" class=\"registro-invernal\">\n\n  <!-- FONDO -->\n  <div class=\"fondo-registro\"><\/div>\n\n  <!-- CONTENIDO -->\n  <div class=\"contenido-registro\">\n\n    <h2>\u00a1Reg\u00edstrate para el Evento de Invierno!<\/h2>\n\n    <p>\n      Asegura tu lugar y forma parte de esta experiencia \u00fanica en rob\u00f3tica.\n    <\/p>\n\n    <!-- DIVISI\u00d3N -->\n    <div class=\"linea-divisoria\"><\/div>\n\n    <!-- AVISO IMPORTANTE -->\n    <div class=\"aviso-importante\">\n      <p>\n        Una vez realizado el pago, no se realizar\u00e1n devoluciones bajo ninguna circunstancia.\n        Asimismo, no se permitir\u00e1 el cambio de modalidad de participaci\u00f3n de presencial a virtual despu\u00e9s de efectuado el pago.\n      <\/p>\n    <\/div>\n\n    <!-- BOT\u00d3N FORMULARIO -->\n    <a href=\"https:\/\/conferences.registrofmr.org\/attendee_details\/eir2025_2026\"\n       target=\"_blank\"\n       class=\"btn-formulario\">\n      Ir al Formulario\n    <\/a>\n\n    <!-- BOT\u00d3N QR -->\n    <button id=\"btnQR\" class=\"btn-qr\" onclick=\"toggleQR()\">\n      Ocultar QR\n    <\/button>\n\n    <!-- SECCI\u00d3N QR -->\n    <div id=\"qrSection\" class=\"qr-section\">\n      <p>Escanea el QR para registrarte<\/p>\n      <img decoding=\"async\" src=\"https:\/\/femexrobotica.org\/eir2025-2026\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2026-01-02-at-5.39.03-PM.jpeg\"\n           alt=\"QR Registro Evento\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ESTILOS -->\n<style>\n\/* CONTENEDOR PRINCIPAL *\/\n.registro-invernal {\n  position: relative;\n  overflow: hidden;\n  padding: 120px 20px;\n  text-align: center;\n  font-family: 'Segoe UI', sans-serif;\n}\n\n\/* FONDO *\/\n.fondo-registro {\n  position: absolute;\n  inset: 0;\n  background:\n    linear-gradient(rgba(0,0,50,0.35), rgba(0,0,50,0.35)),\n    url('https:\/\/femexrobotica.org\/eir2025-2026\/wp-content\/uploads\/2025\/12\/OIG3-_1_.jpg')\n    center\/cover no-repeat;\n  z-index: 1;\n}\n\n\/* CONTENIDO *\/\n.contenido-registro {\n  position: relative;\n  z-index: 2;\n  max-width: 720px;\n  margin: auto;\n}\n\n\/* FORZAR TEXTO BLANCO *\/\n.registro-invernal,\n.registro-invernal * {\n  color: #ffffff !important;\n}\n\n\/* T\u00cdTULO *\/\n.registro-invernal h2 {\n  font-size: 2.6rem;\n  margin-bottom: 20px;\n  text-shadow: 0 3px 8px rgba(0,0,0,0.6);\n}\n\n\/* TEXTO *\/\n.registro-invernal p {\n  font-size: 1.15rem;\n  margin-bottom: 30px;\n  opacity: 0.95;\n}\n\n\/* DIVISI\u00d3N VISUAL *\/\n.linea-divisoria {\n  width: 80px;\n  height: 3px;\n  margin: 25px auto 25px auto;\n  background: linear-gradient(to right, transparent, #ffffff, transparent);\n  opacity: 0.7;\n  border-radius: 4px;\n}\n\n\/* AVISO IMPORTANTE *\/\n.aviso-importante {\n  margin-bottom: 35px;\n  padding: 18px 20px;\n  background: rgba(0, 0, 0, 0.45);\n  border-radius: 12px;\n  max-width: 650px;\n  margin-left: auto;\n  margin-right: auto;\n  backdrop-filter: blur(4px);\n}\n\n.aviso-importante p {\n  font-size: 0.95rem;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* BOTONES *\/\n.btn-formulario,\n.btn-qr {\n  display: block !important;\n  width: 280px;\n  margin: 0 auto 18px auto;\n  padding: 16px 0;\n  font-size: 1.1rem;\n  border-radius: 10px;\n  text-align: center;\n  cursor: pointer;\n}\n\n\/* BOT\u00d3N FORMULARIO *\/\n.btn-formulario {\n  background-color: #4DA8DA !important;\n  text-decoration: none !important;\n  transition: transform 0.3s ease, background 0.3s ease;\n}\n\n.btn-formulario:hover {\n  background-color: #297ACC !important;\n  transform: scale(1.06);\n}\n\n\/* BOT\u00d3N QR *\/\n.btn-qr {\n  background: transparent !important;\n  border: 2px solid #ffffff !important;\n  color: #ffffff !important;\n  outline: none !important;\n  box-shadow: none !important;\n  appearance: none;\n  transition: background 0.3s ease, color 0.3s ease;\n}\n\n.btn-qr:hover {\n  background: #ffffff !important;\n  color: #000000 !important;\n}\n\n\/* SECCI\u00d3N QR *\/\n.qr-section {\n  display: block;\n  margin-top: 25px;\n  animation: fadeIn 0.4s ease-in-out;\n}\n\n.qr-section img {\n  max-width: 280px;\n  width: 100%;\n  border-radius: 14px;\n  box-shadow: 0 0 25px rgba(0,0,0,0.6);\n}\n\n\/* ANIMACI\u00d3N *\/\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(12px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n<\/style>\n\n<!-- SCRIPT -->\n<script>\nfunction toggleQR() {\n  const qr = document.getElementById(\"qrSection\");\n  const btn = document.getElementById(\"btnQR\");\n\n  if (qr.style.display === \"none\") {\n    qr.style.display = \"block\";\n    btn.textContent = \"Ocultar QR\";\n  } else {\n    qr.style.display = \"none\";\n    btn.textContent = \"Mostrar QR\";\n  }\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>\u00a1Reg\u00edstrate para el Evento de Invierno! Asegura tu lugar y forma parte de esta experiencia \u00fanica en rob\u00f3tica. Una vez realizado el pago, no se realizar\u00e1n devoluciones bajo ninguna circunstancia. Asimismo, no se permitir\u00e1 el cambio de modalidad de participaci\u00f3n de presencial a virtual despu\u00e9s de efectuado el pago. Ir al Formulario Ocultar QR Escanea [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":false,"footnotes":""},"class_list":["post-212","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_links":{"self":[{"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/pages\/212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/comments?post=212"}],"version-history":[{"count":12,"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/pages\/212\/revisions"}],"predecessor-version":[{"id":364,"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/pages\/212\/revisions\/364"}],"wp:attachment":[{"href":"https:\/\/femexrobotica.org\/eir2025-2026\/index.php\/wp-json\/wp\/v2\/media?parent=212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}