{"id":1352,"date":"2021-12-03T12:27:45","date_gmt":"2021-12-03T12:27:45","guid":{"rendered":"http:\/\/localhost\/one-page\/"},"modified":"2025-08-26T08:57:25","modified_gmt":"2025-08-26T08:57:25","slug":"one-page","status":"publish","type":"page","link":"https:\/\/riobotcorp.com\/es\/","title":{"rendered":"One Page"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1352\" class=\"elementor elementor-1352\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e318f50 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"5e318f50\" data-element_type=\"section\" data-e-type=\"section\" id=\"intro\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13c5d9aa\" data-id=\"13c5d9aa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ddaa601 elementor-widget elementor-widget-html\" data-id=\"ddaa601\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ESTILOS -->\n<style>\n  .right-content {\n    position: relative;\n    overflow: hidden;\n   \n  }\n\n  .right-content canvas {\n    position: absolute !important;\n    top: 0;\n    left: 0;\n    width: 100% !important;\n    height: 150% !important;\n    z-index: 0;\n    display: block;\n    pointer-events: none;\n  }\n\n  .right-content > *:not(canvas) {\n    position: relative;\n    z-index: 1;\n  }\n  \/* Ocultar en dispositivos m\u00f3viles *\/\n  @media (max-width: 768px) {\n    .right-content canvas {\n      display: none; \/* Oculta el canvas en pantallas peque\u00f1as *\/\n    }\n    \n    .right-content {\n    position: relative;\n    overflow: hidden;\n    background-color: none !important; \/* Fondo gris oscuro *\/ \n  }\n.right-content canvas {\n    position: fixed !important;\n    top: 0;\n    left: 0;\n    width: 100% !important;\n    height: 100px !important;\n    z-index: 0;\n    display: none !important;\n    pointer-events: none;\n  }\n  \n  }\n<\/style>\n\n<!-- THREE.JS -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/r128\/three.min.js\"><\/script>\n\n<!-- SCRIPT DE PART\u00cdCULAS -->\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const container = document.querySelector('.right-content');\n    if (!container) return;\n\n    let scene, camera, renderer, particles = [], clock;\n    const rows = 95;\n    const cols = 150;\n    const spacing = 0.9;\n\n    init();\n    animate();\n\n    function init() {\n      scene = new THREE.Scene();\n\n      camera = new THREE.PerspectiveCamera(75, container.offsetWidth \/ container.offsetHeight, 0.1, 1000);\n      camera.position.z = 50;\n\n      renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true });\n      renderer.setSize(container.offsetWidth, container.offsetHeight);\n      container.appendChild(renderer.domElement);\n\n      clock = new THREE.Clock();\n\n      const geometry = new THREE.SphereGeometry(0.05, 8, 8);\n      const material = new THREE.MeshBasicMaterial({ color: 0x555555 });\n\n      for (let i = 0; i < rows; i++) {\n        for (let j = 0; j < cols; j++) {\n          const sphere = new THREE.Mesh(geometry, material);\n          sphere.position.x = (j - cols \/ 2) * spacing;\n          sphere.position.z = (i - rows \/ 2) * spacing;\n          scene.add(sphere);\n          particles.push(sphere);\n        }\n      }\n\n      window.addEventListener('resize', onWindowResize, false);\n    }\n\n    function onWindowResize() {\n      if (!container) return;\n      camera.aspect = container.offsetWidth \/ container.offsetHeight;\n      camera.updateProjectionMatrix();\n      renderer.setSize(container.offsetWidth, container.offsetHeight);\n    }\n\n    function animate() {\n      requestAnimationFrame(animate);\n      const time = clock.getElapsedTime();\n\n      for (let i = 0; i < rows; i++) {\n        for (let j = 0; j < cols; j++) {\n          const index = i * cols + j;\n          const particle = particles[index];\n          particle.position.y = Math.sin((i + time * 4) * 0.3) * 0.5 + Math.cos((j + time * 4) * 0.3) * 0.5;\n        }\n      }\n\n      renderer.render(scene, camera);\n    }\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae98ec7 elementor-widget elementor-widget-rfpp_one_page_menu\" data-id=\"ae98ec7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"rfpp_one_page_menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"menu-content-data widget-one-page-nav\" data-autoclose=\"yes\"><div class=\"head head-main-items\"><p class=\"small\">MEN\u00da<\/p><\/div><ul class=\"main-items\"><li><div class=\"scroll-to\" data-target=\"#intro\"><span class=\"icon icon-home1\"><\/span><p class=\"small\">INICIO<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#about\"><span class=\"ti-user\"><\/span><p class=\"small\">SOBRE NOSOTROS<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#team\"><span class=\"ti-align-left\"><\/span><p class=\"small\">NUESTRO EQUIPO<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#services\"><span class=\"ti-view-grid\"><\/span><p class=\"small\">SERVICIOS<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#products\"><span class=\"ti-comments\"><\/span><p class=\"small\">PRODUCTOS<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#contact\"><span class=\"ti-new-window\"><\/span><p class=\"small\">CONTACTOS<\/p><\/div><\/li><\/ul><div class=\"head head-social-items\"><p class=\"small\">REDES SOCIALES<\/p><\/div><div class=\"social-items\"> <div class=\"item\"><a href=\"https:\/\/www.instagram.com\/riobot.corp\/\" target=\"_blank\"><span class=\"ti-instagram\"><\/span><\/a><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20f16d7 elementor-widget elementor-widget-rfpp_scroll_indicator\" data-id=\"20f16d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"rfpp_scroll_indicator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"scroll-indicator-content\"><div class=\"fill\"><div class=\"inner\"><\/div><\/div><div class=\"text\"><p class=\"tag\">SCROLL<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0f636e elementor-widget elementor-widget-image\" data-id=\"a0f636e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1304\" height=\"359\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1.png\" class=\"attachment-full size-full wp-image-1356\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1.png 1304w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-300x83.png 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-1024x282.png 1024w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-768x211.png 768w\" sizes=\"(max-width: 1304px) 100vw, 1304px\" \/>\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 class=\"elementor-element elementor-element-8d6a4d1 elementor-widget elementor-widget-spacer\" data-id=\"8d6a4d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-4e7103e5 elementor-widget elementor-widget-heading\" data-id=\"4e7103e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Tecnolog\u00eda que potencia la humanidad: <b style=\"color:#28e57d\">Pr\u00f3tesis inteligentes, vidas sin l\u00edmites.<\/b><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4555973 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-image\" data-id=\"4555973\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2450\" height=\"2347\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png\" class=\"attachment-full size-full wp-image-1773\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png 2450w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-300x287.png 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1024x981.png 1024w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-768x736.png 768w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1536x1471.png 1536w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-2048x1962.png 2048w\" sizes=\"(max-width: 2450px) 100vw, 2450px\" \/>\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 class=\"elementor-element elementor-element-1294cceb elementor-widget elementor-widget-rfpp_sperator\" data-id=\"1294cceb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2085ff1 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"2085ff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">INFORMACI\u00d3N PARA INVERSORES<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-061068a elementor-widget elementor-widget-spacer\" data-id=\"061068a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-34713b8 elementor-widget elementor-widget-button\" data-id=\"34713b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/riobotcorp.com\/es\/form\/\" target=\"_blank\">\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\">ENTRAR AHORA<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4820a32 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-spacer\" data-id=\"4820a32\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-532f8af8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"532f8af8\" data-element_type=\"section\" data-e-type=\"section\" id=\"about\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-18cae16\" data-id=\"18cae16\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c25f39f scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"c25f39f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">SOBRE NOSOTROS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2900496b scroll-animation elementor-widget elementor-widget-heading\" data-id=\"2900496b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Donde la ingenier\u00eda se encuentra con la humanidad.\n\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-794d5a71 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"794d5a71\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-634089e1 scroll-animation elementor-widget elementor-widget-text-editor\" data-id=\"634089e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: #d6d6d6;\" class=\"translation-block\"><span style=\"color: #ffffff\">Fundada en 2022 en Florida por el ingeniero William Rodr\u00edguez, <b>Riobot Corp<\/b> nace del legado de m\u00e1s de 30 a\u00f1os de la familia Rodr\u00edguez en el sector ortoprot\u00e9sico. Somos una cl\u00ednica tecnol\u00f3gica que fusiona inteligencia artificial, escaneo 3D y fabricaci\u00f3n rob\u00f3tica para crear pr\u00f3tesis y \u00f3rtesis \u00fanicas, dise\u00f1adas con precisi\u00f3n y alma.<\/span><\/p> &nbsp; <p style=\"color: #d6d6d6;\" class=\"translation-block\"><span style=\"color: #ffffff\">Nuestro equipo multidisciplinario no solo restaura la movilidad: tambi\u00e9n devuelve la identidad, la confianza y la dignidad. En <b>Riobot<\/b>, cada pieza es un testimonio de la resiliencia humana y de c\u00f3mo la tecnolog\u00eda puede transformar vidas.<\/span><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b27bc9 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"7b27bc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54c32492 scroll-animation elementor-widget elementor-widget-rfpp_pricing_extended\" data-id=\"54c32492\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_pricing_extended.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"pricing-accordion\" data-active-index=\"false\" data-slide-speed=\"200\"><li class=\"accordion-item pricing-item\"><div class=\"head\"><div class=\"content\"><p class=\"small color-white label\"><\/p><div class=\"price\"><h2 >visi\u00f3n<\/h2><p ><\/p><\/div><div class=\"seperator-line\"><\/div><\/div><div class=\"icon\"><\/div><\/div><div class=\"content\"><div class=\"features m-t-3 m-b-3\"><div class=\"feature-item\"><span class=\"\" ><\/span><p >Nuestra visi\u00f3n es ser la empresa l\u00edder en innovaci\u00f3n de pr\u00f3tesis inteligentes, transformando la vida de nuestros usuarios, ofreciendo a cada persona la libertad de vivir sin limitaciones f\u00edsicas, apoyados por tecnolog\u00edas que se adaptan y evolucionan con ellos.<\/p><\/div><\/div><\/div><\/li><\/ul>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef9c1e0 scroll-animation elementor-widget elementor-widget-rfpp_pricing_extended\" data-id=\"ef9c1e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_pricing_extended.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"pricing-accordion\" data-active-index=\"false\" data-slide-speed=\"200\"><li class=\"accordion-item pricing-item\"><div class=\"head\"><div class=\"content\"><p class=\"small color-white label\"><\/p><div class=\"price\"><h2 >Misi\u00f3n<\/h2><p ><\/p><\/div><div class=\"seperator-line\"><\/div><\/div><div class=\"icon\"><\/div><\/div><div class=\"content\"><div class=\"features m-t-3 m-b-3\"><div class=\"feature-item\"><span class=\"\" ><\/span><p >Transformar vidas mediante soluciones ortop\u00e9dicas personalizadas, integrando Inteligencia Artificial, fabricaci\u00f3n aditiva de ultima tecnolog\u00eda y atenci\u00f3n humana. Cada dispositivo es una obra de ingenier\u00eda que refleja la individualidad, resiliencia y dignidad de la persona que lo lleva.<\/p><\/div><\/div><\/div><\/li><\/ul>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-74b50972 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"74b50972\" data-element_type=\"section\" data-e-type=\"section\" id=\"team\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79613b64\" data-id=\"79613b64\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f71ce42 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"f71ce42\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">Nuestro equipo directivo<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38f681be scroll-animation elementor-widget elementor-widget-heading\" data-id=\"38f681be\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Un legado familiar definido por el compromiso con el servicio y la innovaci\u00f3n t\u00e9cnica.\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60d5f8a0 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"60d5f8a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c55e7c4 e-con-full e-flex e-con e-parent\" data-id=\"c55e7c4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6ef30fb e-con-full e-flex e-con e-child\" data-id=\"6ef30fb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0ab763 elementor-widget elementor-widget-heading\" data-id=\"b0ab763\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">CEO<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c33f5e elementor-widget elementor-widget-text-editor\" data-id=\"2c33f5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWilliam Rodr\u00edguez\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c16652 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"0c16652\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91b09d4 e-con-full e-flex e-con e-parent\" data-id=\"91b09d4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-03ea86d e-con-full e-flex e-con e-child\" data-id=\"03ea86d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab1984a elementor-widget elementor-widget-heading\" data-id=\"ab1984a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">COO<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6095d2 elementor-widget elementor-widget-text-editor\" data-id=\"f6095d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWilliam Segundo<br> Chirinos\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae1b4d2 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ae1b4d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MzEiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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-af07ce1 e-con-full e-flex e-con e-child\" data-id=\"af07ce1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bccb3fc elementor-widget elementor-widget-heading\" data-id=\"bccb3fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">CFO<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b8fc83 elementor-widget elementor-widget-text-editor\" data-id=\"0b8fc83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThayriany <br>Ag\u00fcero\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-457257e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"457257e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1MzciLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eda609a e-con-full e-flex e-con e-parent\" data-id=\"eda609a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8c2bd90 e-con-full e-flex e-con e-child\" data-id=\"8c2bd90\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c39bad elementor-widget elementor-widget-heading\" data-id=\"0c39bad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">CMO<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8854361 elementor-widget elementor-widget-text-editor\" data-id=\"8854361\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMar\u00eda Gabriela <br>Hern\u00e1ndez\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c409f08 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c409f08\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1NDMiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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-3b5b56e e-con-full e-flex e-con e-child\" data-id=\"3b5b56e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45db497 elementor-widget elementor-widget-heading\" data-id=\"45db497\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0MzkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">CIO<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad199da elementor-widget elementor-widget-text-editor\" data-id=\"ad199da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tJos\u00e9 Gregorio<br> Wilchez\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90f758f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"90f758f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE1NDkiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\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\">Ver m\u00e1s<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1eb43530 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1eb43530\" data-element_type=\"section\" data-e-type=\"section\" id=\"services\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2faf3b3c\" data-id=\"2faf3b3c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b664c6 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"8b664c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">SERVICIOS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb9b9e0 elementor-widget elementor-widget-image\" data-id=\"fb9b9e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"607\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titdewulo-4.jpg\" class=\"attachment-full size-full wp-image-1768\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titdewulo-4.jpg 1000w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titdewulo-4-300x182.jpg 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titdewulo-4-768x466.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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 class=\"elementor-element elementor-element-558afe1 elementor-widget elementor-widget-spacer\" data-id=\"558afe1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-e3c1329 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"e3c1329\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Servicios Cl\u00ednicos y Tecnol\u00f3gicos<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-145cc55f scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"145cc55f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24689f95 scroll-animation elementor-widget elementor-widget-rfpp_accordion\" data-id=\"24689f95\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"accordion\" data-slide-speed=\"200\" data-close-able=\"true\" data-close-other=\"true\"><li class=\"accordion-item\"><div><h5>Evaluaci\u00f3n y Diagn\u00f3stico Personalizado<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Ofrecemos evaluaciones integrales y diagn\u00f3sticos precisos para identificar las necesidades espec\u00edficas de cada paciente.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Proceso:<\/strong> Incluye consultas iniciales, ex\u00e1menes f\u00edsicos y an\u00e1lisis detallados para personalizar soluciones ortop\u00e9dicas y prot\u00e9sicas.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Dise\u00f1o de Pr\u00f3tesis Inteligentes<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Dise\u00f1amos pr\u00f3tesis personalizadas utilizando tecnolog\u00eda avanzada y materiales de alta calidad para satisfacer las necesidades espec\u00edficas de cada paciente.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Caracter\u00edsticas:<\/strong> Materiales ligeros y duraderos, opciones de control bioel\u00e9ctrico y personalizaci\u00f3n seg\u00fan las necesidades del paciente.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Integraci\u00f3n de Sensores Mioel\u00e9ctricos<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Ofrecemos la integraci\u00f3n de sensores mioel\u00e9ctricos en las pr\u00f3tesis, lo que permite un control m\u00e1s preciso y natural a trav\u00e9s de las se\u00f1ales musculares.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Futuro:<\/strong> Planeamos trabajar con sensores cerebrales a medida que esta tecnolog\u00eda evolucione, con el fin de ofrecer soluciones a\u00fan m\u00e1s avanzadas y funcionales.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Soporte y Capacitaci\u00f3n<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Brindamos programas de apoyo y capacitaci\u00f3n para ayudar a los usuarios a aprovechar al m\u00e1ximo sus nuevas habilidades.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Beneficios:<\/strong> Mejora la adaptaci\u00f3n y el uso efectivo de pr\u00f3tesis y \u00f3rtesis, elevando la calidad de vida de los pacientes.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Unidad M\u00f3vil de Fabricaci\u00f3n a Domicilio<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Contaremos con una unidad m\u00f3vil equipada con todo lo necesario para fabricar una pr\u00f3tesis personalizada el mismo d\u00eda, desde la comodidad del hogar o ubicaci\u00f3n del paciente.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Beneficios:<\/strong> Comodidad, ahorro de tiempo, soluciones personalizadas y atenci\u00f3n enfocada en las necesidades del paciente.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Rehabilitaci\u00f3n y Capacitaci\u00f3n<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Ofrecemos servicios integrales de rehabilitaci\u00f3n para ayudar a los pacientes a adaptarse a sus nuevos dispositivos y mejorar su calidad de vida.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Proceso:<\/strong> Incluye sesiones de fisioterapia, ajustes peri\u00f3dicos del dispositivo y seguimiento continuo para garantizar el \u00e9xito a largo plazo.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Adaptaciones en el Hogar<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Descripci\u00f3n:<\/strong> Ofrecemos servicios de restauraci\u00f3n de equipos y adaptaciones en el hogar, como rampas, elevadores y escaleras, para mejorar la accesibilidad y comodidad de los pacientes.\n<\/span><\/li><br>\n  <li class=\"translation-block\"><span style=\"font-family: Helvetica;font-size: 12pt;color: #ffffff\">\n  <strong>Beneficios:<\/strong> Mejora la movilidad y la independencia de los pacientes en su entorno diario.\n<\/span><\/li>\n<\/ul>\n<\/div><\/li><\/ul>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7dc90f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7dc90f0\" data-element_type=\"section\" data-e-type=\"section\" id=\"resume\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d30054e\" data-id=\"6d30054e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a70dc4 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"8a70dc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">riobotcorp<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51a884d1 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"51a884d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Estrategias para Destacarse<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57ebbbfb scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"57ebbbfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd4f159 scroll-animation elementor-widget elementor-widget-rfpp_timeline\" data-id=\"cd4f159\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_timeline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"timeline\"><div class=\"item\"><div class=\"info-line\"><p class=\"color-white small company\"><\/p><p class=\"color-white small date\"><\/p><\/div><p class=\"color-white position\">PERSONALIZACI\u00d3N<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Enfocarse en ofrecer soluciones personalizadas que se adapten a las necesidades espec\u00edficas de cada paciente.<\/span><\/p><\/div><\/div><div class=\"item\"><div class=\"info-line\"><p class=\"color-white small company\"><\/p><p class=\"color-white small date\"><\/p><\/div><p class=\"color-white position\">Innovaci\u00f3n Constante:<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Mantenerse a la vanguardia de la tecnolog\u00eda y las innovaciones en el campo de la ort\u00e9sis y pr\u00f3tesis.<\/span><\/p><\/div><\/div><div class=\"item\"><div class=\"info-line\"><p class=\"color-white small company\"><\/p><p class=\"color-white small date\"><\/p><\/div><p class=\"color-white position\">Atenci\u00f3n Integral:<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Proporcionar un servicio integral que incluya evaluaci\u00f3n, dise\u00f1o, fabricaci\u00f3n, rehabilitaci\u00f3n y seguimiento continuo.<\/span><\/p><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ba6f625 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ba6f625\" data-element_type=\"section\" data-e-type=\"section\" id=\"products\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7421695c\" data-id=\"7421695c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb48f21 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"fb48f21\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">PRODUCTOS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7ea652 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"e7ea652\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PRODUCTOS DISPONIBLES<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17de0cb7 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"17de0cb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ae8c02 scroll-animation elementor-widget elementor-widget-rfpp_portfolio\" data-id=\"6ae8c02\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_portfolio.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"work-grid\"><div class=\"item noselect work-lightbox\"\"><div class=\"icon-button\"><span class=\"ti-arrow-right\"><\/span><\/div><div class=\"info\"><p class=\"color-white\">Pr\u00f3tesis de Extremidades Superiores<\/p><div class=\"seperator-line\"><\/div><\/div><div class=\"cover\" style=\"background-image: url(https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-37.jpg);\"><\/div><div class=\"lightbox-content\"><div class=\"lightbox-images\"><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editafreble.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-39.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-38.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-37-1.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-35.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-36.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-28.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-34.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-31.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editadcable.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/c056d331e37c55fbef5d0c2d25960ed0.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-30.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-riobot-29.jpg\"><\/div><\/div><div class=\"info-content\"><h3>Pr\u00f3tesis de Extremidades Superiores<\/h3><p><span style=\"color: #ffffff;\"><strong>Descripci\u00f3n:<\/strong> Prostheses designed to partially or completely replace an upper limb,<\/span><br \/><span style=\"color: #ffffff;\">providing both functionality and aesthetics.<\/span><\/p><p><span style=\"color: #ffffff;\"><strong>Caracter\u00edsticas:<\/strong> Materiales ligeros y duraderos, opciones de control mioel\u00e9ctrico, y personalizaci\u00f3n seg\u00fan las necesidades del paciente.<\/span><\/p><\/div><\/div><\/div><div class=\"item noselect work-lightbox\"\"><div class=\"icon-button\"><span class=\"ti-arrow-right\"><\/span><\/div><div class=\"info\"><p class=\"color-white\">Pr\u00f3tesis de Extremidades Inferiores<\/p><div class=\"seperator-line\"><\/div><\/div><div class=\"cover\" style=\"background-image: url(https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-29.jpg);\"><\/div><div class=\"lightbox-content\"><div class=\"lightbox-images\"><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editabfvle.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-32.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editabfffle.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logdeo-editable.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-31.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-30.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-29-1.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rdiobot-28.jpg\"><\/div><\/div><div class=\"info-content\"><h3>Pr\u00f3tesis de Extremidades Inferiores<\/h3><p>Dispositivos para carga de peso, alta movilidad, actividades deportivas. Suspensi\u00f3n modular y rendimiento optimizado.<\/p><\/div><\/div><\/div><div class=\"item noselect work-lightbox\"\"><div class=\"icon-button\"><span class=\"ti-arrow-right\"><\/span><\/div><div class=\"info\"><p class=\"color-white\">Pr\u00f3tesis Deportivas de Alto Impacto<\/p><div class=\"seperator-line\"><\/div><\/div><div class=\"cover\" style=\"background-image: url(http:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/ossur-cheetah-xcel-prosthetic-running-blade-ntando-mahlangu-launching-horizon-track.webp);\"><\/div><div class=\"lightbox-content\"><div class=\"lightbox-images\"><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editabcxle.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-editaqsblesq.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-ediqwtable.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logreo-editable.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-35.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-36.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/logo-ediretable.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-34.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-33.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-32.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-31.jpg\"><\/div><div class=\"item\" data-image=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-marca-rfriobot-30.jpg\"><\/div><\/div><div class=\"info-content\"><h3>Pr\u00f3tesis Deportivas de Alto Impacto<\/h3><p>Dise\u00f1adas para atletas, deportistas adaptados o personas activas. Alta resistencia, ligereza y respuesta mec\u00e1nica eficiente.<\/p><\/div><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ef89890 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ef89890\" data-element_type=\"section\" data-e-type=\"section\" id=\"skills\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5c125e89\" data-id=\"5c125e89\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-673143e scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"673143e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">TECNOLOG\u00cdA<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48459056 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"48459056\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">TECNOLOG\u00cdAS QUE USAMOS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b8df22 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"2b8df22\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9f701a scroll-animation elementor-widget elementor-widget-rfpp_progress_bar\" data-id=\"f9f701a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_progress_bar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"skills\"><div class=\"skill-bar elementor-repeater-item-1e0c774\"><div class=\"head noselect\"><h5 >Sensores mioel\u00e9ctricos<\/h5><\/div><div class=\"bar\"><div class=\"fill\"><\/div><div class=\"number-tag noselect\"><p class=\"small\">100%<\/p><\/div><\/div><\/div><div class=\"skill-bar elementor-repeater-item-23262f8\"><div class=\"head noselect\"><h5 >Sistema BOA de ajuste r\u00e1pido<\/h5><\/div><div class=\"bar\"><div class=\"fill\"><\/div><div class=\"number-tag noselect\"><p class=\"small\">100%<\/p><\/div><\/div><\/div><div class=\"skill-bar elementor-repeater-item-d58a467\"><div class=\"head noselect\"><h5 >Impresi\u00f3n 3D directa<\/h5><\/div><div class=\"bar\"><div class=\"fill\"><\/div><div class=\"number-tag noselect\"><p class=\"small\">100%<\/p><\/div><\/div><\/div><div class=\"skill-bar elementor-repeater-item-434ffb6\"><div class=\"head noselect\"><h5 >Automatizaci\u00f3n cl\u00ednica y trazabilidad digital<\/h5><\/div><div class=\"bar\"><div class=\"fill\"><\/div><div class=\"number-tag noselect\"><p class=\"small\">100%<\/p><\/div><\/div><\/div><div class=\"skill-bar elementor-repeater-item-04b7372\"><div class=\"head noselect\"><h5 >Integraci\u00f3n CAD\/CAM<\/h5><\/div><div class=\"bar\"><div class=\"fill\"><\/div><div class=\"number-tag noselect\"><p class=\"small\">100%<\/p><\/div><\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7cffad5b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7cffad5b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7e9691e5\" data-id=\"7e9691e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8e77024 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"8e77024\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">RESPONSABILIDAD SOCIAL<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a016e8 elementor-widget elementor-widget-image\" data-id=\"0a016e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"984\" height=\"597\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titulodewed-4-1.jpg\" class=\"attachment-full size-full wp-image-1823\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titulodewed-4-1.jpg 984w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titulodewed-4-1-300x182.jpg 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/Sin-titulodewed-4-1-768x466.jpg 768w\" sizes=\"(max-width: 984px) 100vw, 984px\" \/>\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 class=\"elementor-element elementor-element-1c531f8 elementor-widget elementor-widget-spacer\" data-id=\"1c531f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-1943b7d9 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"1943b7d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Compromiso humano y espiritual\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16518d72 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"16518d72\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63c1362b scroll-animation elementor-widget elementor-widget-rfpp_testimonial_carousel\" data-id=\"63c1362b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_testimonial_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"testimonial-carousel\" data-speed=\"250\" data-infinite=\"false\" data-arrows=\"true\" data-draggable=\"true\"><div class=\"item\"><p class=\"quote\">En Riobot, creemos que una empresa sin prop\u00f3sito social est\u00e1 incompleta. Por eso, donamos el 10% de nuestras ganancias netas anuales a proyectos que ayudan a personas con escasos recursos a recibir atenci\u00f3n m\u00e9dica y dispositivos ortop\u00e9dicos de calidad.\n\n<\/p><p class=\"name color-white\"><\/p><p class=\"position\"><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76b66b9 elementor-widget elementor-widget-elementskit-category-list\" data-id=\"76b66b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-category-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t<a href=\"https:\/\/riobotcorp.com\/es\/category\/uncategorized\/\" >\n                                                    <span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>                            <\/span>\n                                                <span class=\"elementor-icon-list-text\">Colaboraciones con ONGs m\u00e9dicas nacionales e internacionales<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t<a href=\"https:\/\/riobotcorp.com\/es\/category\/uncategorized\/\" >\n                                                    <span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>                            <\/span>\n                                                <span class=\"elementor-icon-list-text\">Informes de transparencia financiera disponibles para inversionistas<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t<a href=\"https:\/\/riobotcorp.com\/es\/category\/uncategorized\/\" >\n                                                    <span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>                            <\/span>\n                                                <span class=\"elementor-icon-list-text\">Programas de donaci\u00f3n de pr\u00f3tesis a comunidades vulnerables<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t<a href=\"https:\/\/riobotcorp.com\/es\/category\/uncategorized\/\" >\n                                                    <span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>                            <\/span>\n                                                <span class=\"elementor-icon-list-text\">Inspiraci\u00f3n cristiana como principio rector<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3189a44 elementor-widget elementor-widget-spacer\" data-id=\"3189a44\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-15c1baf elementor-widget elementor-widget-image\" data-id=\"15c1baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1304\" height=\"359\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1.png\" class=\"attachment-full size-full wp-image-1356\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1.png 1304w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-300x83.png 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-1024x282.png 1024w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/riobot-LOGO-08-1-768x211.png 768w\" sizes=\"(max-width: 1304px) 100vw, 1304px\" \/>\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 class=\"elementor-element elementor-element-09f758f elementor-widget elementor-widget-heading\" data-id=\"09f758f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UN CANAL DE BENDICI\u00d3N<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d3b042 elementor-widget elementor-widget-text-editor\" data-id=\"0d3b042\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #ffffff;\">Riobot Corp fue fundado con fe y prop\u00f3sito. M\u00e1s all\u00e1 de la ingenier\u00eda, cada pr\u00f3tesis representa un acto de compasi\u00f3n y una herramienta para restaurar la esperanza.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f894211 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"f894211\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2450\" height=\"2347\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png\" class=\"attachment-full size-full wp-image-1773\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png 2450w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-300x287.png 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1024x981.png 1024w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-768x736.png 768w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1536x1471.png 1536w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-2048x1962.png 2048w\" sizes=\"(max-width: 2450px) 100vw, 2450px\" \/>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3cfb0395 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3cfb0395\" data-element_type=\"section\" data-e-type=\"section\" id=\"faq\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a23e2c4\" data-id=\"4a23e2c4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d4011a scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"2d4011a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">INFORMACI\u00d3N IMPORTANTE<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57ec3505 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"57ec3505\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PREGUNTAS FRECUENTES<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-355802b1 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"355802b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-660ce0d scroll-animation elementor-widget elementor-widget-rfpp_accordion\" data-id=\"660ce0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"accordion\" data-slide-speed=\"200\" data-close-able=\"true\" data-close-other=\"true\"><li class=\"accordion-item\"><div><h5>\u00bfCUALES SON SUS PRINCIPALES VALORES?<\/h5><div class=\"icon\"><\/div><\/div><div ><ul class=\"custom-list\"><li><span style=\"font-size: 18pt;\"><strong>Empat\u00eda Genuina<\/strong> Conexi\u00f3n aut\u00e9ntica con cada paciente.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Excelencia t\u00e9cnica:<\/strong> calidad excepcional en durabilidad, est\u00e9tica y rendimiento.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Transparencia total:<\/strong> procesos claros y materiales explicados en detalle.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Innovaci\u00f3n continua:<\/strong> adopci\u00f3n constante de tecnolog\u00eda de vanguardia.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Compromiso espiritual y humano:<\/strong> nuestras decisiones est\u00e1n guiadas por la fe y los valores \u00e9ticos.<\/span><\/li><\/ul><\/div><\/li><li class=\"accordion-item\"><div><h5>\u00bfQUE HACE QUE RIOBOT SEA \u00daNICA?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff; font-size: 18pt;\">En Riobot, no solo fabricamos pr\u00f3tesis y ortesis \u2014 creamos extensiones personalizadas de la identidad de cada individuo. Nuestro enfoque personalizado empodera a las personas para que persigan sus metas con confianza y libertad. Inspirados por la creatividad e innovaci\u00f3n de Orlando, Florida, dise\u00f1amos dispositivos funcionales, con estilo y totalmente a medida \u2014 a menudo inspirados en el mundo del entretenimiento, incluyendo \u00edconos como Disney y Marvel.<\/span><br \/><br \/><span style=\"color: #ffffff; font-size: 18pt;\">Con orgullo atendemos a pacientes tanto locales como internacionales, ofreciendo una experiencia completa que incluye alojamiento en resorts y acceso a parques tem\u00e1ticos \u2014 fusionando atenci\u00f3n m\u00e9dica de vanguardia con la magia del turismo. Adem\u00e1s, nuestra unidad m\u00f3vil brinda servicios a domicilio, como adaptaciones, ajustes y reparaciones para personas con movilidad reducida.<\/span><\/p><\/div><\/li><li class=\"accordion-item\"><div><h5>\u00bfCU\u00c1L ES EL PERFIL DE CLIENTE?<\/h5><div class=\"icon\"><\/div><\/div><div ><ul class=\"client-list\"><li style=\"list-style-type: none;\"><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Pacientes con necesidades personalizadas:<\/strong> Personas con condiciones m\u00e9dicas, lesiones o en proceso de rehabilitaci\u00f3n que buscan soluciones personalizadas, tecnolog\u00eda avanzada y atenci\u00f3n individualizada.<\/p><\/li><\/ul><\/li><\/ul><ul class=\"client-list\"><li style=\"list-style-type: none;\"><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Atletas y aficionados al deporte:<\/strong> requieren pr\u00f3tesis de alto rendimiento y sistemas especializados como BOA para mantener niveles f\u00edsicos competitivos.<\/p><\/li><\/ul><\/li><\/ul><ul class=\"client-list\"><li style=\"list-style-type: none;\"><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Pacientes con alta demanda:<\/strong> necesitan m\u00faltiples dispositivos o reemplazos frecuentes. Valoran la entrega r\u00e1pida y la capacidad de producci\u00f3n en grandes vol\u00famenes.<\/p><\/li><\/ul><\/li><\/ul><ul class=\"client-list\"><li style=\"list-style-type: none;\"><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Pacientes de rehabilitaci\u00f3n integral:<\/strong> buscan una atenci\u00f3n completa, que incluya dispositivos, servicios de rehabilitaci\u00f3n y seguimiento continuo.<\/p><\/li><\/ul><\/li><\/ul><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Pacientes expertos en tecnolog\u00eda:<\/strong> interesados en pr\u00f3tesis de \u00faltima generaci\u00f3n fabricadas con materiales premium que ofrecen altos niveles de innovaci\u00f3n, rendimiento y durabilidad.<\/p><\/li><\/ul><\/div><\/li><li class=\"accordion-item\"><div><h5>\u00bfC\u00d3MO PIENSAN FIDELIZAR A SUS PACIENTES?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff;\"><br \/>Implementaremos programas de referidos que recompensen a quienes recomienden nuestros servicios. Un seguimiento personalizado garantizar\u00e1 la satisfacci\u00f3n y una adaptaci\u00f3n exitosa a nuestros dispositivos. Adem\u00e1s, ofreceremos descuentos exclusivos para pacientes recurrentes, fortaleciendo as\u00ed las relaciones a largo plazo.<br \/><\/span><\/p><\/div><\/li><li class=\"accordion-item\"><div><h5>\u00bfCU\u00c1LES SON LOS BENEFICIOS DE LA UNIDAD M\u00d3VIL?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff;\"><br \/>Nuestra unidad m\u00f3vil ser\u00e1 una ventaja competitiva, al hacer que las pr\u00f3tesis y ortesis sean m\u00e1s accesibles para pacientes con movilidad limitada mediante servicios personalizados a domicilio. Tambi\u00e9n promocionaremos esta oferta en parques tem\u00e1ticos a trav\u00e9s de paquetes que incluyan alojamiento y la fabricaci\u00f3n de pr\u00f3tesis en el lugar. Para mayor comodidad, ofreceremos ventas directas y un sistema de programaci\u00f3n en l\u00ednea.<br \/><\/span><\/p><\/div><\/li><\/ul>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-30870442 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"30870442\" data-element_type=\"section\" data-e-type=\"section\" id=\"contact\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d0bbb16\" data-id=\"2d0bbb16\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-35a14f6 scroll-animation elementor-widget elementor-widget-rfpp_tagline\" data-id=\"35a14f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_tagline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"tag\">CONTACTANOS<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f16e07 scroll-animation elementor-widget elementor-widget-heading\" data-id=\"2f16e07\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">HABLEMOS...<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f9288c2 scroll-animation elementor-widget elementor-widget-rfpp_sperator\" data-id=\"6f9288c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_sperator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"seperator-box\"><div class=\"seperator-line\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bf71dbf scroll-animation elementor-widget elementor-widget-text-editor\" data-id=\"6bf71dbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #ffffff;\">COMPLETA EL FORMULARIO DE ABAJO Y RESPONDEREMOS EN BREVE.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e230238 elementor-widget elementor-widget-spacer\" data-id=\"e230238\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 class=\"elementor-element elementor-element-413206c7 scroll-animation elementor-widget elementor-widget-rfpp_contact_form\" data-id=\"413206c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-animation-ease=\"power4.out\" data-animation-duration=\"1.2\" data-animation=\"fade_from_bottom\" data-widget_type=\"rfpp_contact_form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"contact-form\" data-admin-url=\"https:\/\/riobotcorp.com\/wp-admin\/admin-ajax.php\" method=\"post\" enctype=\"multipart\/form-data\" data-targetmail=\"B8ppsyM2cu9TC70PcSECHzplZ09mKfDz4LDtT1IK\/C8=\" autocomplete=\"off\" action=\"\"><input type=\"text\" name=\"name\" placeholder=\"* NOMBRE COMPLETO\"><input type=\"text\" name=\"email\" placeholder=\"* E-MAIL\"><input type=\"text\" name=\"phone\" placeholder=\"TEL\u00c9FONO\"><div class=\"hpc\"><input type=\"text\" id=\"contact-form-country\" name=\"taxid\" placeholder=\"* Tax ID\"><\/div><textarea id=\"contact-form-message\" name=\"message\" placeholder=\"* MENSAJE\"><\/textarea><div class=\"button-area\"><button type=\"submit\" class=\"default-button flex-button\"><span class=\"button-text\">ENVIAR<\/span><span class=\"icon-button\"><span class=\"ti-arrow-right\"><\/span><\/span><\/button><p class=\"small info-text\">* TODOS LOS CAMPOS SON REQUERIDOS<\/p><\/div><div class=\"success-box\"><div class=\"icon-button m-r-2\"><span class=\"ti-check\"><\/span><\/div><p>Your message was sent successfully!<\/p><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d808bc elementor-widget elementor-widget-elementskit-stylish-list\" data-id=\"1d808bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-stylish-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\">\t\t<ul class=\"ekit-stylish-list\" >\n\t\t\t\t\t\t\t<li class=\"ekit-stylish-list-content-wrapper elementor-repeater-item-8ed006c\" >\n\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content-text\">\n\t\t\t\t\t\t\t<span class=\"ekit-stylish-list-content-title\">info@riobotcorp.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"ekit-stylish-list-content-wrapper elementor-repeater-item-2e74c4a\" >\n\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content-icon\">\t\t\t\n\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-whatsapp-1\"><\/i>\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content-text\">\n\t\t\t\t\t\t\t<span class=\"ekit-stylish-list-content-title\">+1 (407) 751 0223<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"ekit-stylish-list-content-wrapper elementor-repeater-item-274f064\" >\n\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content-icon\">\t\t\t\n\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-map-marker\"><\/i>\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ekit-stylish-list-content-text\">\n\t\t\t\t\t\t\t<span class=\"ekit-stylish-list-content-title\">Orlando Florida, EE.UU.<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t<\/div>\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<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-68756e0 e-con-full e-flex e-con e-parent\" data-id=\"68756e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-838cc0e elementor-absolute elementor-widget elementor-widget-image\" data-id=\"838cc0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2450\" height=\"2347\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png\" class=\"attachment-full size-full wp-image-1773\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot.png 2450w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-300x287.png 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1024x981.png 1024w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-768x736.png 768w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-1536x1471.png 1536w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2025\/07\/manual-de-mdewarca-riobot-2048x1962.png 2048w\" sizes=\"(max-width: 2450px) 100vw, 2450px\" \/>\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>","protected":false},"excerpt":{"rendered":"<p>Menu Home About us Our Team Services Products Contact us Social SCROLL Technology that empowers humanity: Smart prosthetics, lives without limits. Investor Information ENTER NOW ABOUT US Where engineering meets humanity. Founded in 2022 in Florida by engineer William Rodr\u00edguez, Riobot Corp was born from the Rodr\u00edguez family\u2019s&#8230;<\/p>","protected":false},"author":1,"featured_media":1440,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-one-page.php","meta":{"footnotes":""},"class_list":["post-1352","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages\/1352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/comments?post=1352"}],"version-history":[{"count":876,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages\/1352\/revisions"}],"predecessor-version":[{"id":2566,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages\/1352\/revisions\/2566"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/media\/1440"}],"wp:attachment":[{"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/media?parent=1352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}