{"id":29067,"date":"2025-08-18T09:42:15","date_gmt":"2025-08-18T08:42:15","guid":{"rendered":"http:\/\/web02.ms-entwicklung.de\/espirometria\/"},"modified":"2026-07-22T14:46:05","modified_gmt":"2026-07-22T13:46:05","slug":"espirometria","status":"publish","type":"page","link":"https:\/\/www.customed.de\/es\/espirometria\/","title":{"rendered":"Espirometr\u00eda"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"29067\" class=\"elementor elementor-29067 elementor-21\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-337add7 e-con-full e-flex e-con e-parent\" data-id=\"337add7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e8ae021 e-flex e-con-boxed e-con e-child\" data-id=\"e8ae021\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c9d1b93 e-con-full e-flex e-con e-child\" data-id=\"c9d1b93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e54ff14 e-con-full e-flex e-con e-child\" data-id=\"e54ff14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cc44355 e-con-full e-flex e-con e-child\" data-id=\"cc44355\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f9b8661 e-con-full e-flex e-con e-child\" data-id=\"f9b8661\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3492cc elementor-widget elementor-widget-heading\" data-id=\"f3492cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Soluciones para el diagn\u00f3stico de <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57270bf elementor-widget elementor-widget-heading\" data-id=\"57270bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Espirometr\u00eda <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1528c8e elementor-widget elementor-widget-heading\" data-id=\"1528c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Respire tranquilo en la pr\u00e1ctica diaria: diagn\u00f3stico de la funci\u00f3n pulmonar preciso y conforme a las directrices con custo spiro mobile: inal\u00e1mbrico, m\u00f3vil y perfectamente integrado. En combinaci\u00f3n con custo diagnostic vit, surge una potente soluci\u00f3n completa para el diagn\u00f3stico, el seguimiento y la documentaci\u00f3n. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b430912 e-flex e-con-boxed e-con e-child\" data-id=\"b430912\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f4c37 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"c1f4c37\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4\" autoplay=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8611ffe elementor-widget elementor-widget-html\" data-id=\"8611ffe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function () {\n  const video = document.querySelector('video');\n  const target = document.getElementById('next-section');\n  let hasScrolled = false;\n  let hasPlayedOnce = false;\n\n function smoothScrollTo(element, duration = 1500) {\n  const start = window.scrollY || document.documentElement.scrollTop;\n  const target = element.getBoundingClientRect().top + start;\n  const distance = target - start;\n  const startTime = performance.now();\n\n  function easeInOutCubic(t) {\n    return t < 0.5\n      ? 4 * t * t * t\n      : 1 - Math.pow(-2 * t + 2, 3) \/ 2;\n  }\n\n  function animation(currentTime) {\n    const elapsed = currentTime - startTime;\n    const progress = Math.min(elapsed \/ duration, 1);\n    const easedProgress = easeInOutCubic(progress);\n\n    window.scrollTo(0, start + distance * easedProgress);\n\n    if (elapsed < duration) {\n      requestAnimationFrame(animation);\n    }\n  }\n\n  requestAnimationFrame(animation);\n}\n\n  \/\/ Scroll nur beim ersten vollst\u00e4ndigen Abspielen\n  if (video && target) {\n    video.addEventListener('ended', function () {\n      if (!hasScrolled) {\n        hasScrolled = true;\n        hasPlayedOnce = true;\n        smoothScrollTo(target, 1500);\n      }\n    });\n  }\n\n  \/\/ Observer: Nur wenn Video vollst\u00e4ndig abgespielt wurde, darf es neu starten\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting && hasPlayedOnce) {\n        \/\/ Video erneut starten, aber NICHT scrollen\n        video.currentTime = 3;\n        video.play();\n      }\n    });\n  }, {\n    threshold: 0.1\n  });\n\n  if (video) {\n    observer.observe(video);\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbe7628 e-con-full e-flex e-con e-child\" data-id=\"fbe7628\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8492037 e-flex e-con-boxed e-con e-child\" data-id=\"8492037\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e360896 elementor-widget elementor-widget-heading\" data-id=\"e360896\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Funci\u00f3n pulmonar <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-daa67ff elementor-widget elementor-widget-heading\" data-id=\"daa67ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Medici\u00f3n y an\u00e1lisis \u00f3ptimamente combinados<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd9858d e-con-full e-flex e-con e-child\" data-id=\"cd9858d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b61f0e elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"6b61f0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:28620,&quot;slides_to_show&quot;:&quot;2&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t<style id=\"loop-28620\">.elementor-28620 .elementor-element.elementor-element-6583c66d{--display:flex;}.elementor-28620 .elementor-element.elementor-element-6583c66d.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-28620 .elementor-element.elementor-element-6c551b47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-28620 .elementor-element.elementor-element-6c551b47:not(.elementor-motion-effects-element-type-background), .elementor-28620 .elementor-element.elementor-element-6c551b47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9cfc55e );}.elementor-28620 .elementor-element.elementor-element-6c551b47.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-28620 .elementor-element.elementor-element-67615f45{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-28620 .elementor-element.elementor-element-67615f45.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-28620 .elementor-element.elementor-element-6599cc91{--display:flex;--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-28620 .elementor-element.elementor-element-39813e7d img{width:100%;height:280px;object-fit:contain;object-position:center center;}.elementor-28620 .elementor-element.elementor-element-620cc236{--display:flex;--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-28620 .elementor-element.elementor-element-3370e5c{text-align:start;}.elementor-28620 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-family:var( --e-global-typography-4e2fa15-font-family ), Sans-serif;font-size:var( --e-global-typography-4e2fa15-font-size );font-weight:var( --e-global-typography-4e2fa15-font-weight );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );color:var( --e-global-color-85db428 );}.elementor-28620 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-family:var( --e-global-typography-06c054e-font-family ), Sans-serif;font-size:var( --e-global-typography-06c054e-font-size );font-weight:var( --e-global-typography-06c054e-font-weight );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );color:var( --e-global-color-85db428 );}.elementor-28620 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-family:var( --e-global-typography-738428d-font-family ), Sans-serif;font-size:var( --e-global-typography-738428d-font-size );font-weight:var( --e-global-typography-738428d-font-weight );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );color:var( --e-global-color-e930203 );}.elementor-28620 .elementor-element.elementor-element-4ed48c23{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-28620 .elementor-element.elementor-element-4ed48c23.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-28620 .elementor-element.elementor-element-269d0087{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-28620 .elementor-element.elementor-element-26321cc6 .elementor-button{font-family:var( --e-global-typography-856e5bd-font-family ), Sans-serif;font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );background-color:var( --e-global-color-primary );}.elementor-28620 .elementor-element.elementor-element-3eb5f9c9 .elementor-button{fill:var( --e-global-color-29a836a );color:var( --e-global-color-29a836a );background-color:var( --e-global-color-text );}@media(max-width:1280px){.elementor-28620 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-28620 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-28620 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-28620 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}@media(min-width:768px){.elementor-28620 .elementor-element.elementor-element-6c551b47{--width:100%;}}@media(max-width:767px){.elementor-28620 .elementor-element.elementor-element-6c551b47{--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-28620 .elementor-element.elementor-element-3370e5c .elementor-heading-title{font-size:var( --e-global-typography-4e2fa15-font-size );line-height:var( --e-global-typography-4e2fa15-line-height );letter-spacing:var( --e-global-typography-4e2fa15-letter-spacing );word-spacing:var( --e-global-typography-4e2fa15-word-spacing );}.elementor-28620 .elementor-element.elementor-element-5a893f99 .elementor-heading-title{font-size:var( --e-global-typography-06c054e-font-size );line-height:var( --e-global-typography-06c054e-line-height );letter-spacing:var( --e-global-typography-06c054e-letter-spacing );word-spacing:var( --e-global-typography-06c054e-word-spacing );}.elementor-28620 .elementor-element.elementor-element-7a95efef .elementor-heading-title{font-size:var( --e-global-typography-738428d-font-size );line-height:var( --e-global-typography-738428d-line-height );letter-spacing:var( --e-global-typography-738428d-letter-spacing );word-spacing:var( --e-global-typography-738428d-word-spacing );}.elementor-28620 .elementor-element.elementor-element-26321cc6 .elementor-button{font-size:var( --e-global-typography-856e5bd-font-size );line-height:var( --e-global-typography-856e5bd-line-height );letter-spacing:var( --e-global-typography-856e5bd-letter-spacing );word-spacing:var( --e-global-typography-856e5bd-word-spacing );}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"28620\" class=\"elementor elementor-28620 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-29073 post-29073 product-card type-product-card status-publish hentry product-card-context-custo-spiro-mobile product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/es\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"720\" height=\"720\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png\" class=\"attachment-large size-large wp-image-29076\" alt=\"Vista lateral del custo spiro mobile\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite.png 720w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-300x300.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2026\/03\/custo-spiro-mobile_Seite-150x150.png 150w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/>\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<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo spiro mobile<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Espirometr\u00eda f\u00e1cil <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Moderno espir\u00f3metro para un diagn\u00f3stico preciso de la funci\u00f3n pulmonar. El dispositivo custo spiro mobile permite realizar todos los ex\u00e1menes espirom\u00e9tricos est\u00e1ndar de forma r\u00e1pida y precisa.  <\/p>\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-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/custo-spiro-mobile\/\">\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\">M\u00e1s informaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/buscar-un-distribuidor-especializado\/\">\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\">Oferta<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"28620\" class=\"elementor elementor-28620 elementor-11818 elementor-11818 swiper-slide e-loop-item e-loop-item-29074 post-29074 product-card type-product-card status-publish hentry product-card-context-page-spiro-list\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-6583c66d e-con-full e-flex e-con e-parent\" data-id=\"6583c66d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c551b47 e-con-full shadow e-flex e-con e-child\" data-id=\"6c551b47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67615f45 e-con-full e-flex e-con e-child\" data-id=\"67615f45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6599cc91 e-con-full e-flex e-con e-child\" data-id=\"6599cc91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39813e7d no-select elementor-widget elementor-widget-image\" data-id=\"39813e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/es\/custo-diagnostic-vit\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"741\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png\" class=\"attachment-large size-large wp-image-29532\" alt=\"Pantalla que muestra el m\u00f3dulo de software custo diagnostic vit para espirometr\u00eda en la versi\u00f3n custo diagnostic client para macOS.\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-1024x948.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-300x278.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion-768x711.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/Bildschirm-Uebersicht_Lungenfunktion.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<div class=\"elementor-element elementor-element-620cc236 e-con-full e-flex e-con e-child\" data-id=\"620cc236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3370e5c elementor-widget elementor-widget-heading\" data-id=\"3370e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a893f99 elementor-widget elementor-widget-heading\" data-id=\"5a893f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Software para espirometr\u00eda (Windows y macOS)<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a95efef elementor-widget elementor-widget-heading\" data-id=\"7a95efef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">custo diagnostic vit es el potente m\u00f3dulo de software para el an\u00e1lisis, la evaluaci\u00f3n y la valoraci\u00f3n de ex\u00e1menes espirom\u00e9tricos. Permite una interpretaci\u00f3n y visualizaci\u00f3n precisas de los resultados de las mediciones, as\u00ed como una integraci\u00f3n perfecta en los sistemas de las consultas o cl\u00ednicas existentes. <\/p>\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-4ed48c23 e-con-full e-flex e-con e-child\" data-id=\"4ed48c23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-269d0087 e-con-full e-flex e-con e-child\" data-id=\"269d0087\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26321cc6 elementor-widget elementor-widget-button\" data-id=\"26321cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/custo-diagnostic-vit\/\">\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\">M\u00e1s informaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb5f9c9 elementor-widget elementor-widget-button\" data-id=\"3eb5f9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/buscar-un-distribuidor-especializado\/\">\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\">Oferta<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Siguiente\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44effb9 e-con-full e-flex e-con e-child\" data-id=\"44effb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-169ba7d e-con-full e-flex e-con e-child\" data-id=\"169ba7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b5a78d elementor-widget elementor-widget-heading\" data-id=\"2b5a78d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">spiro protect<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f1ea0d elementor-widget elementor-widget-heading\" data-id=\"3f1ea0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seguridad en la funci\u00f3n pulmonar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc86afa e-con-full e-flex e-con e-child\" data-id=\"fc86afa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c15817c e-flex e-con-boxed e-con e-child\" data-id=\"c15817c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e749f24 e-con-full e-flex e-con e-child\" data-id=\"e749f24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cd7b41a e-con-full e-flex e-con e-child\" data-id=\"cd7b41a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-223a701 elementor-widget elementor-widget-heading\" data-id=\"223a701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Filtro de virus y bacterias de alta eficacia<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e959ca0 e-con-full e-flex e-con e-child\" data-id=\"e959ca0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3094d9f elementor-widget elementor-widget-heading\" data-id=\"3094d9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Para un uso higi\u00e9nico y una larga vida \u00fatil: protege tanto al custo spiro mobile como a la persona examinada.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d339d70 e-con-full e-flex e-con e-child\" data-id=\"d339d70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da2d2a0 elementor-widget elementor-widget-button\" data-id=\"da2d2a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/custo-spiro-mobile\/\">\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\">M\u00e1s informaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f05bd63 e-con-full e-flex e-con e-child\" data-id=\"f05bd63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3c69b1 elementor-widget elementor-widget-image\" data-id=\"a3c69b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.customed.de\/es\/custo-spiro-mobile\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" class=\"attachment-large size-large wp-image-28748\" alt=\"Filtro antiviral y antibacteriano \u00abcusto spiro protect\u00bb de custo med\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-300x169.png 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-768x432.png 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web.png 1152w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dafaa51 e-con-full e-flex e-con e-child\" data-id=\"dafaa51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a49c8fb e-con-full e-flex e-con e-child\" data-id=\"a49c8fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da26fed elementor-widget elementor-widget-heading\" data-id=\"da26fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Animaci\u00f3n infantil<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4853246 elementor-widget elementor-widget-heading\" data-id=\"4853246\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El drag\u00f3n \"Schnaufi\"<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c611f8 e-con-full shadow e-flex e-con e-child\" data-id=\"9c611f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53f556f e-con-full e-flex e-con e-child\" data-id=\"53f556f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5a6356 elementor-widget elementor-widget-image\" data-id=\"c5a6356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg\" class=\"attachment-large size-large wp-image-28749\" alt=\"Examen espirom\u00e9trico con un ni\u00f1o; como apoyo, se proyecta en una pantalla la serie infantil \u00abSchnaufi, el drag\u00f3n\u00bb.\" srcset=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1024x576.jpg 1024w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-300x169.jpg 300w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-768x432.jpg 768w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder-1536x864.jpg 1536w, https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/webLungenfunktion_Kinder.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-46f06d0 e-con-full e-flex e-con e-child\" data-id=\"46f06d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ddba0 elementor-widget elementor-widget-heading\" data-id=\"71ddba0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Para la espirometr\u00eda en ni\u00f1os<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2467f13 e-con-full e-flex e-con e-child\" data-id=\"2467f13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b75a8a8 elementor-widget elementor-widget-heading\" data-id=\"b75a8a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">La animaci\u00f3n de ni\u00f1os en custo diagnostic vit favorece la comprensi\u00f3n y garantiza diagn\u00f3sticos eficaces y reproducibles <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8604fb8 elementor-widget elementor-widget-button\" data-id=\"8604fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.customed.de\/es\/custo-diagnostic-vit\/\">\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\">M\u00e1s informaci\u00f3n<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e09f320 e-flex e-con-boxed e-con e-child\" data-id=\"e09f320\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8be54ea elementor-widget elementor-widget-heading\" data-id=\"8be54ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">M\u00e1s informaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52db6e4 e-con-full e-flex e-con e-child\" data-id=\"52db6e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-618607b elementor-arrows-position-outside elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"618607b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;c9523a5&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;65a1bc0&quot;},{&quot;slide_title&quot;:&quot;Slide 1&quot;,&quot;_id&quot;:&quot;7cf9466&quot;}],&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Karussell\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-febc659 e-flex e-con-boxed e-con e-child\" data-id=\"febc659\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a8ac1ff e-con-full e-flex e-con e-child\" data-id=\"a8ac1ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75ed79a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"75ed79a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-893e408 elementor-widget elementor-widget-heading\" data-id=\"893e408\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">custo med v\u00eddeos<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7d5a1 elementor-widget elementor-widget-heading\" data-id=\"0e7d5a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Nuestros v\u00eddeos sobre custo med ofrecen una visi\u00f3n pr\u00e1ctica de nuestras soluciones para la pr\u00e1ctica cl\u00ednica diaria.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a78d2f7 elementor-widget elementor-widget-text-editor\" data-id=\"a78d2f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/es\/videos\/\">Ir a los v\u00eddeos<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cf42aa6 e-flex e-con-boxed e-con e-child\" data-id=\"cf42aa6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8fae3ee e-con-full e-flex e-con e-child\" data-id=\"8fae3ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aad4e1e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aad4e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69f7132 elementor-widget elementor-widget-heading\" data-id=\"69f7132\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Folletos <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c48e77a elementor-widget elementor-widget-heading\" data-id=\"c48e77a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Aqu\u00ed encontrar\u00e1 todos los folletos, tr\u00edpticos y cat\u00e1logos relacionados con nuestras aplicaciones.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f84917 elementor-widget elementor-widget-text-editor\" data-id=\"8f84917\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/es\/descargas\/#marketing\/brochures\">Ir a los folletos<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fdd331 e-flex e-con-boxed e-con e-child\" data-id=\"3fdd331\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fc29276 e-con-full e-flex e-con e-child\" data-id=\"fc29276\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc02cfe elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cc02cfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c84b840 elementor-widget elementor-widget-heading\" data-id=\"c84b840\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Documentaci\u00f3n para el usuario<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9349e0 elementor-widget elementor-widget-heading\" data-id=\"f9349e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Aqu\u00ed encontrar\u00e1 instrucciones de uso, instrucciones breves y fichas t\u00e9cnicas sobre espirometr\u00eda<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5df8e99 elementor-widget elementor-widget-text-editor\" data-id=\"5df8e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.customed.de\/es\/descargas\/#technical-documentation\/operating-manuals\/SPIROMETRY\">Ir a la documentaci\u00f3n del usuario<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Siguiente\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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>Soluciones para el diagn\u00f3stico de Espirometr\u00eda Respire tranquilo en la pr\u00e1ctica diaria: diagn\u00f3stico de la funci\u00f3n pulmonar preciso y conforme a las directrices con custo spiro mobile: inal\u00e1mbrico, m\u00f3vil y perfectamente integrado. En combinaci\u00f3n con custo diagnostic vit, surge una potente soluci\u00f3n completa para el diagn\u00f3stico, el seguimiento y la documentaci\u00f3n. https:\/\/www.customed.de\/wp-content\/uploads\/2026\/05\/Rendering_spiroNEU_9-zu-16_final.mp4 Funci\u00f3n pulmonar Medici\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-29067","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med<\/title>\n<meta name=\"description\" content=\"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.customed.de\/es\/espirometria\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med\" \/>\n<meta property=\"og:description\" content=\"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.customed.de\/es\/espirometria\/\" \/>\n<meta property=\"og:site_name\" content=\"customed\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T13:46:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/\",\"name\":\"Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"datePublished\":\"2025-08-18T08:42:15+00:00\",\"dateModified\":\"2026-07-22T13:46:05+00:00\",\"description\":\"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/custo-Spiro-protec-web-1024x576.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/espirometria\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.customed.de\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Espirometr\u00eda\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/www.customed.de\\\/es\\\/\",\"name\":\"customed\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.customed.de\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#organization\",\"name\":\"customed\",\"url\":\"https:\\\/\\\/www.customed.de\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-3.png\",\"contentUrl\":\"https:\\\/\\\/www.customed.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custo-med-Logo-mit-Claim-EN-26-SB-3.png\",\"width\":1543,\"height\":337,\"caption\":\"customed\"},\"image\":{\"@id\":\"https:\\\/\\\/www.customed.de\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med","description":"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.customed.de\/es\/espirometria\/","og_locale":"es_ES","og_type":"article","og_title":"Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med","og_description":"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb","og_url":"https:\/\/www.customed.de\/es\/espirometria\/","og_site_name":"customed","article_modified_time":"2026-07-22T13:46:05+00:00","og_image":[{"url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.customed.de\/es\/espirometria\/","url":"https:\/\/www.customed.de\/es\/espirometria\/","name":"Diagn\u00f3stico mediante espirometr\u00eda: soluciones de custo med","isPartOf":{"@id":"https:\/\/www.customed.de\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.customed.de\/es\/espirometria\/#primaryimage"},"image":{"@id":"https:\/\/www.customed.de\/es\/espirometria\/#primaryimage"},"thumbnailUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","datePublished":"2025-08-18T08:42:15+00:00","dateModified":"2026-07-22T13:46:05+00:00","description":"Diagn\u00f3stico moderno mediante espirometr\u00eda: medici\u00f3n sencilla con \u00abcusto spiro mobile\u00bb y an\u00e1lisis preciso con \u00abcusto diagnostic vit\u00bb","breadcrumb":{"@id":"https:\/\/www.customed.de\/es\/espirometria\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.customed.de\/es\/espirometria\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.customed.de\/es\/espirometria\/#primaryimage","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2025\/10\/custo-Spiro-protec-web-1024x576.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.customed.de\/es\/espirometria\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.customed.de\/es\/"},{"@type":"ListItem","position":2,"name":"Espirometr\u00eda"}]},{"@type":"WebSite","@id":"https:\/\/www.customed.de\/es\/#website","url":"https:\/\/www.customed.de\/es\/","name":"customed","description":"","publisher":{"@id":"https:\/\/www.customed.de\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.customed.de\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.customed.de\/es\/#organization","name":"customed","url":"https:\/\/www.customed.de\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.customed.de\/es\/#\/schema\/logo\/image\/","url":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-3.png","contentUrl":"https:\/\/www.customed.de\/wp-content\/uploads\/2026\/06\/custo-med-Logo-mit-Claim-EN-26-SB-3.png","width":1543,"height":337,"caption":"customed"},"image":{"@id":"https:\/\/www.customed.de\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/pages\/29067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/comments?post=29067"}],"version-history":[{"count":11,"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/pages\/29067\/revisions"}],"predecessor-version":[{"id":33201,"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/pages\/29067\/revisions\/33201"}],"wp:attachment":[{"href":"https:\/\/www.customed.de\/es\/wp-json\/wp\/v2\/media?parent=29067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}