{"id":1352,"date":"2021-12-03T12:27:45","date_gmt":"2021-12-03T12:27:45","guid":{"rendered":"http:\/\/localhost\/one-page\/"},"modified":"2026-07-10T07:40:11","modified_gmt":"2026-07-10T07:40:11","slug":"one-page","status":"publish","type":"page","link":"https:\/\/riobotcorp.com\/es\/","title":{"rendered":"One Page"},"content":{"rendered":"\t\t<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\">Menu<\/p><\/div><ul class=\"main-items\"><li><div class=\"scroll-to\" data-target=\"#intro\"><span class=\"icon icon-home1\"><\/span><p class=\"small\">Home<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#about\"><span class=\"ti-user\"><\/span><p class=\"small\">About us<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#team\"><span class=\"ti-align-left\"><\/span><p class=\"small\">Our Team<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#services\"><span class=\"ti-view-grid\"><\/span><p class=\"small\">Services<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#products\"><span class=\"ti-comments\"><\/span><p class=\"small\">Products<\/p><\/div><\/li><li><div class=\"scroll-to\" data-target=\"#contact\"><span class=\"ti-new-window\"><\/span><p class=\"small\">Contact us<\/p><\/div><\/li><\/ul><div class=\"head head-social-items\"><p class=\"small\">Social<\/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\">Technology that empowers humanity: <b style=\"color:#28e57d\">Smart prosthetics, lives without limits.<\/b><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acb9217 elementor-widget elementor-widget-image\" data-id=\"acb9217\" 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\t<a href=\"https:\/\/riobotcorp.com\/proam-venezuela\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"632\" src=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-9_07_2026-20_48_57.jpg\" class=\"attachment-full size-full wp-image-2675\" alt=\"\" srcset=\"https:\/\/riobotcorp.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-9_07_2026-20_48_57.jpg 1000w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-9_07_2026-20_48_57-300x190.jpg 300w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-9_07_2026-20_48_57-768x485.jpg 768w, https:\/\/riobotcorp.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-9_07_2026-20_48_57-18x12.jpg 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div 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-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-6d19c69 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"6d19c69\" 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-md\" href=\"https:\/\/riobotcorp.com\/proam-venezuela\/\">\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 Informaci\u00f3n disponible<\/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\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\">ABOUT US<\/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\">Where engineering meets humanity.\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;\"><span style=\"color: #ffffff;\">Founded in 2022 in Florida by engineer William Rodr\u00edguez, <b>Riobot Corp<\/b> was born from the Rodr\u00edguez family\u2019s legacy of over 30 years in the ortho-prosthetic sector. We are a technology clinic that combines artificial intelligence, 3D scanning, and robotic manufacturing to create unique prosthetics and orthotics, designed with precision and soul.<\/span><\/p> &nbsp; <p style=\"color: #d6d6d6;\"><span style=\"color: #ffffff;\">Our multidisciplinary team doesn\u2019t just restore mobility: it restores identity, confidence, and dignity. At <b>Riobot<\/b>, every piece is a testament to human resilience and how technology can change lives.<\/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 >vision<\/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 >Our vision is to be the leading company in smart prosthetics innovation, transforming the lives of our users by offering each person the freedom to live without physical limitations, supported by technologies that adapt and evolve with them.<\/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 >Mission<\/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 >To transform lives through personalized orthopedic solutions, integrating Artificial Intelligence, cutting-edge additive manufacturing, and human-centered care. Each device is a work of engineering that reflects the individuality, resilience, and dignity of the person who wears it.<\/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\">Our Management Team<\/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\">A family legacy defined by a commitment to service and technical innovation.\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\">See more<\/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\">See more<\/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\">See more<\/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\">See more<\/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\">See more<\/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\">SERVICES<\/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 loading=\"lazy\" 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\">Clinical and Technological Services<\/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>Personalized Evaluation and Diagnosis<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We offer comprehensive evaluations and accurate diagnoses to determine each patient's specific needs.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Process:<\/strong> Includes initial consultations, physical examinations, and detailed analyses to personalize orthopedic and prosthetic solutions.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Design of Smart Prosthetics<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We design custom prosthetics using advanced technology and high-quality materials to meet each patient\u2019s specific needs.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Features:<\/strong> Lightweight and durable materials, bioelectric control options, and customization based on the patient's needs.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Integration of Myoelectric Sensors<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We offer the integration of myoelectric sensors into prosthetics, allowing for more precise and natural control through muscle signals.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Future:<\/strong> We plan to work with brain sensors as this technology evolves, in order to provide even more advanced and functional solutions.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Support and Training<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We provide support and training programs to help users make the most of their new abilities.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Benefits:<\/strong> Improves adaptation and effective use of prosthetics and orthotics, enhancing patients\u2019 quality of life.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Mobile In-Home Manufacturing Unit<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We will have a mobile unit equipped with all the necessary equipment to manufacture a custom prosthesis on the same day, from the comfort of the patient\u2019s home or location.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Benefits:<\/strong> Convenience, time savings, personalized solutions, and attentive care to the patient\u2019s needs.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Rehabilitation and Follow-Up<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We provide comprehensive rehabilitation services to help patients adapt to their new devices and improve their quality of life.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Process:<\/strong> Includes physical therapy sessions, periodic device adjustments, and continuous follow-up to ensure long-term success.\n    <\/span>\n  <\/li>\n<\/ul>\n<\/div><\/li><li class=\"accordion-item\"><div><h5>Home Restoration and Adaptations<\/h5><div class=\"icon\"><\/div><\/div><div ><ul>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Description:<\/strong> We offer equipment restoration services and home adaptations, such as ramps, lifts, and staircases, to improve patients\u2019 accessibility and comfort.\n    <\/span>\n  <\/li><br>\n  <li>\n    <span style=\"font-family: Helvetica; font-size: 12pt; color: #ffffff;\">\n      <strong>Benefits:<\/strong> Enhances patients\u2019 mobility and independence in their daily environment.\n    <\/span>\n  <\/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\">Strategies to Stand Out<\/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\">PERSONALIZATION:<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Focus on delivering customized solutions tailored to the specific needs of each patient.<\/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\">CONSTANT INNOVATION:<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Stay at the forefront of technology and innovation in the field of orthotics and prosthetics.<\/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\">COMPREHENSIVE CARE:<\/p><div class=\"content\"><p><span style=\"color: #ffffff;\">Provide a full-service approach that includes evaluation, design, manufacturing, rehabilitation, and continuous follow-up.<\/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\">PRODUCTS<\/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\">Available Products:<\/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\">Upper Limb Prosthetics<\/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>Upper Limb Prostheses<\/h3><p><span style=\"color: #ffffff;\"><strong>Description:<\/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>Features:<\/strong> Lightweight and durable materials, myoelectric control options, and customization according to the patient\u2019s needs.<\/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\">Lower Limb Prosthetics<\/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>Lower Limb Prostheses<\/h3><p>Devices for weight-bearing, high mobility, and sports activities. Modular suspension and optimized performance.<\/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\">Adaptive Generation<\/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>High-Impact Sports Prostheses<\/h3><p>Designed for athletes, adaptive sports users, or active individuals. High resistance, lightweight, and efficient mechanical response.<\/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\">tech<\/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\">Technologies We Use:<\/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 >Myoelectric Sensors<\/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 >BOA Quick-Fit System<\/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 >Direct 3D Printing<\/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 >Clinical Automation and Digital Traceability<\/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 >CAD\/CAM Integration     Ask ChatGPT<\/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\">SOCIAL RESPONSIBILITY<\/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\">A Human and Spiritual Commitment\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\">At Riobot, we believe that a company without a social purpose is incomplete. That\u2019s why we donate 10% of our annual net profits to projects that help people with limited resources receive high-quality medical care and orthopedic devices.\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\">Collaborations with national and international medical NGOs<\/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\">Financial transparency reports available to investors<\/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\">Prosthetic donation programs for vulnerable communities<\/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\">Christian inspiration as a guiding principle<\/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\">A Channel of Blessing<\/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 was founded with faith and purpose. Beyond engineering, each prosthetic represents an act of compassion and a tool for restoring hope.<\/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\">Relevant Information<\/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\">Frequently Asked Questions<\/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>What are your core values?<\/h5><div class=\"icon\"><\/div><\/div><div ><ul class=\"custom-list\"><li><span style=\"font-size: 18pt;\"><strong>Genuine empathy:<\/strong> authentic emotional connection with every patient.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Technical excellence:<\/strong> outstanding quality in durability, aesthetics, and performance.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Total transparency:<\/strong> clear processes and thoroughly explained materials.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Ongoing innovation:<\/strong> continuously embracing cutting-edge technology.<\/span><\/li><li><span style=\"font-size: 18pt;\"><strong>Spiritual and human commitment:<\/strong> our choices are guided by faith and ethical values.<\/span><\/li><\/ul><\/div><\/li><li class=\"accordion-item\"><div><h5>What makes Riobot unique?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff; font-size: 18pt;\">At Riobot, we don\u2019t just build prosthetics and orthotics \u2014 we create personalized extensions of each individual\u2019s identity. Our customized approach empowers people to pursue their goals with confidence and freedom. Inspired by the creativity and innovation of Orlando, Florida, we design functional, stylish, and fully tailored devices \u2014 often drawing from the world of entertainment, including icons like Disney and Marvel.<\/span><br \/><br \/><span style=\"color: #ffffff; font-size: 18pt;\">We proudly serve both local and international patients, offering a complete experience that includes resort accommodations and access to theme parks \u2014 blending advanced healthcare with the magic of tourism. Additionally, our mobile unit provides in-home services such as fittings, adjustments, and repairs for individuals with limited mobility.<\/span><\/p><\/div><\/li><li class=\"accordion-item\"><div><h5>What is your client profile?<\/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>Patients with personalized needs:<\/strong> Individuals with medical conditions, injuries, or undergoing rehabilitation who seek tailored solutions, advanced technology, and personalized care.<\/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>Athletes and sports enthusiasts:<\/strong> Require high-performance prosthetics and specialized systems like BOA to maintain competitive physical levels.<\/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>High-demand patients:<\/strong> Need multiple devices or frequent replacements. They value fast delivery and high-volume production capacity.<\/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>Comprehensive rehabilitation patients:<\/strong> Seek complete care, including devices, rehabilitation services, and continuous follow-up.<\/p><\/li><\/ul><\/li><\/ul><ul class=\"client-list\"><li><p class=\"item-text\"><strong>Tech-savvy patients:<\/strong> Interested in cutting-edge prosthetics made with premium materials and offering high levels of innovation, performance, and durability.<\/p><\/li><\/ul><\/div><\/li><li class=\"accordion-item\"><div><h5>How will you encourage patient loyalty?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff;\"><br \/>We will implement referral programs that reward those who recommend our services. Personalized follow-up will ensure satisfaction and successful adaptation to our devices. Additionally, we\u2019ll offer exclusive discounts for returning patients, strengthening long-term relationships.<br \/><\/span><\/p><\/div><\/li><li class=\"accordion-item\"><div><h5>What benefits will the Mobile Unit offer?<\/h5><div class=\"icon\"><\/div><\/div><div ><p><span style=\"color: #ffffff;\"><br \/>Our mobile unit will be a competitive advantage, making prosthetics and orthotics more accessible for patients with limited mobility by providing personalized in-home services. We will also promote this offering at theme parks through packages that include accommodations and on-site prosthetic fabrication. Direct sales and an online scheduling system will be available for added convenience.<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\">Contact US<\/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\">Let's get in touch.<\/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;\">Fill out the form and we\u2019ll get back to you shortly.<\/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\"><input type=\"text\" name=\"name\" placeholder=\"* FULL NAME\"><input type=\"text\" name=\"email\" placeholder=\"* E-MAIL\"><input type=\"text\" name=\"phone\" placeholder=\"PHONE NUMBER\"><div class=\"hpc\"><input type=\"text\" id=\"contact-form-country\" name=\"taxid\" placeholder=\"* Tax ID\"><\/div><textarea id=\"contact-form-message\" name=\"message\" placeholder=\"* MESSAGE\"><\/textarea><div class=\"button-area\"><button type=\"submit\" class=\"default-button flex-button\"><span class=\"button-text\">SEND<\/span><span class=\"icon-button\"><span class=\"ti-arrow-right\"><\/span><\/span><\/button><p class=\"small info-text\">* All fields are required<\/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><\/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>\n\t\t","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. Ver Informaci\u00f3n disponible 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 legacy&#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":885,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages\/1352\/revisions"}],"predecessor-version":[{"id":2693,"href":"https:\/\/riobotcorp.com\/es\/wp-json\/wp\/v2\/pages\/1352\/revisions\/2693"}],"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}]}}