{"id":1631,"date":"2025-11-10T20:56:14","date_gmt":"2025-11-10T20:56:14","guid":{"rendered":"https:\/\/bioperfectus.com.br\/productos\/"},"modified":"2026-04-06T20:32:57","modified_gmt":"2026-04-06T20:32:57","slug":"productos","status":"publish","type":"page","link":"https:\/\/bioperfectus.com.br\/es\/productos\/","title":{"rendered":"Productos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1631\" class=\"elementor elementor-1631 elementor-41\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49a2bb6 e-flex e-con-boxed e-con e-parent\" data-id=\"49a2bb6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e06c0d elementor-widget elementor-widget-heading\" data-id=\"9e06c0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">PRODUCTOS<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06364bb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"06364bb\" 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\">Soluciones diagn\u00f3sticas para diferentes necesidades, con la misma precisi\u00f3n.<\/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-50bb554 e-flex e-con-boxed e-con e-parent\" data-id=\"50bb554\" 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-ef5ae0f e-con-full e-flex e-con e-child\" data-id=\"ef5ae0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43c8aa8 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"43c8aa8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n\t\t\t\t<form action=\"\" method=\"post\" class=\"searchandfilter sf-custom\">\n\t\t\t\t\t<div><input type=\"hidden\" name=\"ofpost_types[]\" value=\"product\" \/><ul><li><input type=\"text\" name=\"ofsearch\" placeholder=\"Pesquise um produto\" value=\"\"><\/li><li><input type=\"hidden\" name=\"ofadd_search_param\" value=\"1\" \/><input type=\"hidden\" id=\"_searchandfilter_nonce\" name=\"_searchandfilter_nonce\" value=\"906d11f324\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/es\/wp-json\/wp\/v2\/pages\/1631\" \/><input type=\"hidden\" name=\"ofsubmitted\" value=\"1\"><input type=\"submit\" value=\"Buscar\"><\/li><\/ul><\/div><\/form>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3de5931 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"3de5931\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function(){\r\n\r\n  \/\/ pega o form do Search & Filter (ajuste o seletor se necess\u00e1rio)\r\n  var form = document.querySelector('.searchandfilter.sf-custom');\r\n  if (!form) return;\r\n\r\n  var searchInput = form.querySelector('input[name=\"ofsearch\"], input[name=\"s\"]');\r\n  var selectProd  = form.querySelector('select[name=\"ofproduct_cat\"], select[name=\"product_cat\"]');\r\n  var selectBlog  = form.querySelector('select[name=\"ofcategory\"], select[name=\"category\"]');\r\n\r\n  \/\/ garante existencia de par\u00e2metro s= sempre\r\n  function forceSearchParam(){\r\n      if (!searchInput) {\r\n          searchInput = document.createElement('input');\r\n          searchInput.type = \"hidden\";\r\n          searchInput.name = \"s\";\r\n          searchInput.value = \"\";\r\n          form.appendChild(searchInput);\r\n      }\r\n  }\r\n  forceSearchParam();\r\n\r\n  \/\/ \ud83d\udd25 Fun\u00e7\u00e3o que monta a URL de busca SEMPRE\r\n  function buildSearchUrl(){\r\n      var base = \"\/\";  \/\/ ajuste se WP estiver em subpasta\r\n\r\n      var params = new URLSearchParams();\r\n\r\n      \/\/ termo da busca\r\n      var valSearch = searchInput ? searchInput.value : \"\";\r\n      params.set(\"s\", valSearch);\r\n\r\n      \/\/ categoria de produtos\r\n      if (selectProd && selectProd.value && selectProd.value !== \"0\"){\r\n          params.set(\"product_cat\", selectProd.value);\r\n          params.set(\"post_type\", \"product\");\r\n      }\r\n\r\n      \/\/ categoria do blog\r\n      if (selectBlog && selectBlog.value && selectBlog.value !== \"0\"){\r\n          params.set(\"category\", selectBlog.value);\r\n          params.set(\"post_type\", \"post\");\r\n      }\r\n\r\n      return base + \"?\" + params.toString();\r\n  }\r\n\r\n  \/\/ \u274c Impede SUBMIT normal do plugin e substitui pelo nosso\r\n  form.addEventListener(\"submit\", function(e){\r\n      e.preventDefault();\r\n      e.stopPropagation();\r\n\r\n      var url = buildSearchUrl();\r\n      window.location.href = url;\r\n  }, true); \/\/ capture para interceptar ANTES do Search & Filter\r\n\r\n  \/\/ \u274c Impede auto-submit do plugin ao trocar categoria\r\n  \/\/   \u2192 Agora o usu\u00e1rio escolhe categoria e DIGITA antes de buscar\r\n  function preventAutoSubmit(select){\r\n      if (!select) return;\r\n      select.addEventListener(\"change\", function(e){\r\n          e.stopImmediatePropagation();\r\n          \/\/ ap\u00f3s selecionar a categoria, focar no campo de busca (UX melhor)\r\n          if (searchInput) searchInput.focus();\r\n          \/\/ N\u00c3O submit aqui!\r\n      }, true);\r\n  }\r\n\r\n  preventAutoSubmit(selectProd);\r\n  preventAutoSubmit(selectBlog);\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-258fa28 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"258fa28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ad52e0 e-flex e-con-boxed e-con e-parent\" data-id=\"7ad52e0\" 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-d3c8d9d e-con-full e-flex e-con e-child\" data-id=\"d3c8d9d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-056f232 e-con-full e-flex e-con e-child\" data-id=\"056f232\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-6095452 e-con-full card-produto e-flex e-con e-child\" data-id=\"6095452\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" aria-label=\"Acessar diagn\u00f3stico para humanos\" href=\"https:\/\/bioperfectus.com.br\/productos\/productos-para-humanos\/?lang=es\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37317ea card-title elementor-widget elementor-widget-heading\" data-id=\"37317ea\" 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\">Diagn\u00f3stico para Humanos<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4778ae2 e-con-full card-link e-flex e-con e-child\" data-id=\"4778ae2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f60d450 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"f60d450\" 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-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/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-9c98225 elementor-widget elementor-widget-heading\" data-id=\"9c98225\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ver productos<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-2ff5248 e-con-full card-produto e-flex e-con e-child\" data-id=\"2ff5248\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" aria-label=\"Acessar diagn\u00f3stico veterin\u00e1rio\" href=\"https:\/\/bioperfectus.com.br\/productos\/producto-para-veterinaria\/?lang=es\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6415c7a card-title elementor-widget elementor-widget-heading\" data-id=\"6415c7a\" 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\">Diagn\u00f3stico Veterinario<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c40fa31 e-con-full card-link e-flex e-con e-child\" data-id=\"c40fa31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9aedeb elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"f9aedeb\" 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-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/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-cc6b27e elementor-widget elementor-widget-heading\" data-id=\"cc6b27e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ver productos<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-e66e09a e-con-full card-produto e-flex e-con e-child\" data-id=\"e66e09a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" aria-label=\"Ver equipamentos dispon\u00edveis\" href=\"https:\/\/bioperfectus.com.br\/productos\/equipos\/?lang=es\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4e2cb3 card-title elementor-widget elementor-widget-heading\" data-id=\"b4e2cb3\" 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\">Equipos<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1130d48 e-con-full card-link e-flex e-con e-child\" data-id=\"1130d48\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27b88d0 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"27b88d0\" 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-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/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-df71dfd elementor-widget elementor-widget-heading\" data-id=\"df71dfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ver productos<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-4463072 e-con-full card-produto e-flex e-con e-child\" data-id=\"4463072\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" aria-label=\"Ver equipamentos dispon\u00edveis\" href=\"https:\/\/bioperfectus.com.br\/product-category\/resistencia-a-los-medicamentos\/?lang=es\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e13131 card-title elementor-widget elementor-widget-heading\" data-id=\"5e13131\" 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\">Resistencia a F\u00e1rmacos<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccf3ed9 e-con-full card-link e-flex e-con e-child\" data-id=\"ccf3ed9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b101248 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"b101248\" 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-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/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-91d6db6 elementor-widget elementor-widget-heading\" data-id=\"91d6db6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ver productos<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-a4f706e e-con-full card-produto e-flex e-con e-child\" data-id=\"a4f706e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" aria-label=\"Ver equipamentos dispon\u00edveis\" href=\"https:\/\/bioperfectus.com.br\/product-category\/deteccion-de-especies\/?lang=es\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b595b5 card-title elementor-widget elementor-widget-heading\" data-id=\"9b595b5\" 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\">Detecci\u00f3n de Especies<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e927d1 e-con-full card-link e-flex e-con e-child\" data-id=\"7e927d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0140f9c elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"0140f9c\" 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-long-arrow-alt-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"><\/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-86379ff elementor-widget elementor-widget-heading\" data-id=\"86379ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ver productos<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PRODUCTOS Soluciones diagn\u00f3sticas para diferentes necesidades, con la misma precisi\u00f3n. Diagn\u00f3stico para Humanos Ver productos Diagn\u00f3stico Veterinario Ver productos Equipos Ver productos Resistencia a F\u00e1rmacos Ver productos Detecci\u00f3n de Especies Ver productos<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1631","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Bioperfectus Brasil<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bioperfectus.com.br\/es\/productos\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Bioperfectus Brasil\" \/>\n<meta property=\"og:description\" content=\"PRODUCTOS Soluciones diagn\u00f3sticas para diferentes necesidades, con la misma precisi\u00f3n. Diagn\u00f3stico para Humanos Ver productos Diagn\u00f3stico Veterinario Ver productos Equipos Ver productos Resistencia a F\u00e1rmacos Ver productos Detecci\u00f3n de Especies Ver productos\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bioperfectus.com.br\/es\/productos\/\" \/>\n<meta property=\"og:site_name\" content=\"Bioperfectus Brasil\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-06T20:32:57+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/productos\\\/\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/productos\\\/\",\"name\":\"- Bioperfectus Brasil\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#website\"},\"datePublished\":\"2025-11-10T20:56:14+00:00\",\"dateModified\":\"2026-04-06T20:32:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/productos\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/productos\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/productos\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/pagina-de-inicio\\\/?lang=es\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Productos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/\",\"name\":\"Bioperfectus Brasil\",\"description\":\"Unimos ci\u00eancia molecular, tecnologia de ponta e cuidado humano para oferecer diagn\u00f3sticos precisos, seguros e confi\u00e1veis.\",\"publisher\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#organization\",\"name\":\"Bioperfectus Brasil\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/bp-logo-color.webp\",\"contentUrl\":\"https:\\\/\\\/bioperfectus.com.br\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/bp-logo-color.webp\",\"width\":995,\"height\":251,\"caption\":\"Bioperfectus Brasil\"},\"image\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Bioperfectus Brasil","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:\/\/bioperfectus.com.br\/es\/productos\/","og_locale":"es_ES","og_type":"article","og_title":"- Bioperfectus Brasil","og_description":"PRODUCTOS Soluciones diagn\u00f3sticas para diferentes necesidades, con la misma precisi\u00f3n. Diagn\u00f3stico para Humanos Ver productos Diagn\u00f3stico Veterinario Ver productos Equipos Ver productos Resistencia a F\u00e1rmacos Ver productos Detecci\u00f3n de Especies Ver productos","og_url":"https:\/\/bioperfectus.com.br\/es\/productos\/","og_site_name":"Bioperfectus Brasil","article_modified_time":"2026-04-06T20:32:57+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bioperfectus.com.br\/es\/productos\/","url":"https:\/\/bioperfectus.com.br\/es\/productos\/","name":"- Bioperfectus Brasil","isPartOf":{"@id":"https:\/\/bioperfectus.com.br\/es\/#website"},"datePublished":"2025-11-10T20:56:14+00:00","dateModified":"2026-04-06T20:32:57+00:00","breadcrumb":{"@id":"https:\/\/bioperfectus.com.br\/es\/productos\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bioperfectus.com.br\/es\/productos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bioperfectus.com.br\/es\/productos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bioperfectus.com.br\/es\/pagina-de-inicio\/?lang=es"},{"@type":"ListItem","position":2,"name":"Productos"}]},{"@type":"WebSite","@id":"https:\/\/bioperfectus.com.br\/es\/#website","url":"https:\/\/bioperfectus.com.br\/es\/","name":"Bioperfectus Brasil","description":"Unimos ci\u00eancia molecular, tecnologia de ponta e cuidado humano para oferecer diagn\u00f3sticos precisos, seguros e confi\u00e1veis.","publisher":{"@id":"https:\/\/bioperfectus.com.br\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bioperfectus.com.br\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/bioperfectus.com.br\/es\/#organization","name":"Bioperfectus Brasil","url":"https:\/\/bioperfectus.com.br\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/bioperfectus.com.br\/es\/#\/schema\/logo\/image\/","url":"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2025\/10\/bp-logo-color.webp","contentUrl":"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2025\/10\/bp-logo-color.webp","width":995,"height":251,"caption":"Bioperfectus Brasil"},"image":{"@id":"https:\/\/bioperfectus.com.br\/es\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/pages\/1631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/comments?post=1631"}],"version-history":[{"count":5,"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/pages\/1631\/revisions"}],"predecessor-version":[{"id":1864,"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/pages\/1631\/revisions\/1864"}],"wp:attachment":[{"href":"https:\/\/bioperfectus.com.br\/es\/wp-json\/wp\/v2\/media?parent=1631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}