{"id":1445,"date":"2025-11-10T20:59:09","date_gmt":"2025-11-10T20:59:09","guid":{"rendered":"https:\/\/bioperfectus.com.br\/veterinary-product\/"},"modified":"2026-03-30T22:58:10","modified_gmt":"2026-03-30T22:58:10","slug":"veterinary-product","status":"publish","type":"page","link":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/","title":{"rendered":"Veterinary Product"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1445\" class=\"elementor elementor-1445 elementor-48\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b1bb0e3 e-flex e-con-boxed e-con e-parent\" data-id=\"4b1bb0e3\" 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-20f21ca3 elementor-widget elementor-widget-heading\" data-id=\"20f21ca3\" 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\">PRODUCTS<\/span>\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-59d8b4cc e-flex e-con-boxed e-con e-parent\" data-id=\"59d8b4cc\" 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-9d8f5e3 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"9d8f5e3\" 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=\"\/en\/wp-json\/wp\/v2\/pages\/1445\" \/><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-4f8b48b6 elementor-widget elementor-widget-html\" data-id=\"4f8b48b6\" 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-b743662 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"b743662\" 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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4232564e e-flex e-con-boxed e-con e-parent\" data-id=\"4232564e\" 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-6f89384 elementor-grid-4 elementor-grid-tablet-3 elementor-grid-mobile-2 elementor-products-grid elementor-wc-products elementor-widget elementor-widget-wc-categories\" data-id=\"6f89384\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wc-categories.default\">\n\t\t\t\t\t<div class=\"woocommerce columns-4\"><ul class=\"products elementor-grid columns-4\">\n<li class=\"product-category product first\">\n\t<a aria-label=\"Visit product category Aquatic Animals\" href=\"https:\/\/bioperfectus.com.br\/en\/product-category\/veterinary-diagnostics\/aquatic-animals\/\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aqua.webp\" alt=\"Aquatic Animals\" width=\"300\" height=\"300\" srcset=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aqua.webp 280w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aqua-150x150.webp 150w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aqua-100x100.webp 100w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tAquatic Animals\t\t<\/h2>\n\t\t<\/a><\/li>\n<li class=\"product-category product\">\n\t<a aria-label=\"Visit product category Birds\" href=\"https:\/\/bioperfectus.com.br\/en\/product-category\/veterinary-diagnostics\/birds\/\"><img decoding=\"async\" src=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aves.webp\" alt=\"Birds\" width=\"300\" height=\"300\" srcset=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aves.webp 280w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aves-150x150.webp 150w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_aves-100x100.webp 100w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tBirds <mark class=\"count\">(1)<\/mark>\t\t<\/h2>\n\t\t<\/a><\/li>\n<li class=\"product-category product\">\n\t<a aria-label=\"Visit product category Bovine\" href=\"https:\/\/bioperfectus.com.br\/en\/product-category\/veterinary-diagnostics\/bovine\/\"><img decoding=\"async\" src=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_bovinos.webp\" alt=\"Bovine\" width=\"300\" height=\"300\" srcset=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_bovinos.webp 280w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_bovinos-150x150.webp 150w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_bovinos-100x100.webp 100w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tBovine <mark class=\"count\">(1)<\/mark>\t\t<\/h2>\n\t\t<\/a><\/li>\n<li class=\"product-category product last\">\n\t<a aria-label=\"Visit product category Canine\" href=\"https:\/\/bioperfectus.com.br\/en\/product-category\/veterinary-diagnostics\/canine\/\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_caninos.webp\" alt=\"Canine\" width=\"300\" height=\"300\" srcset=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_caninos.webp 280w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_caninos-150x150.webp 150w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_caninos-100x100.webp 100w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tCanine <mark class=\"count\">(4)<\/mark>\t\t<\/h2>\n\t\t<\/a><\/li>\n<li class=\"product-category product first\">\n\t<a aria-label=\"Visit product category Feline\" href=\"https:\/\/bioperfectus.com.br\/en\/product-category\/veterinary-diagnostics\/feline\/\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_felinos.webp\" alt=\"Feline\" width=\"300\" height=\"300\" srcset=\"https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_felinos.webp 280w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_felinos-150x150.webp 150w, https:\/\/bioperfectus.com.br\/wp-content\/uploads\/2026\/02\/bp_min_felinos-100x100.webp 100w\" sizes=\"(max-width: 280px) 100vw, 280px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tFeline <mark class=\"count\">(1)<\/mark>\t\t<\/h2>\n\t\t<\/a><\/li>\n<\/ul>\n<\/div>\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-4aeed22a e-flex e-con-boxed e-con e-parent\" data-id=\"4aeed22a\" 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-74e112f7 elementor-widget elementor-widget-heading\" data-id=\"74e112f7\" 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\">Other categories<\/h2>\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-7ebd2e86 e-con-full e-flex e-con e-child\" data-id=\"7ebd2e86\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-4f2e407c e-con-full card-produto e-flex e-con e-child\" data-id=\"4f2e407c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/bioperfectus.com.br\/en\/equipment\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fffda74 card-title elementor-widget elementor-widget-heading\" data-id=\"5fffda74\" 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\">Equipment<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a43d8cc e-con-full card-link e-flex e-con e-child\" data-id=\"6a43d8cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20e5caff elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"20e5caff\" 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-230324cc elementor-widget elementor-widget-heading\" data-id=\"230324cc\" 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\">View products<\/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-2d82f1d e-con-full card-produto e-flex e-con e-child\" data-id=\"2d82f1d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/bioperfectus.com.br\/en\/products-for-humans\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54318204 card-title elementor-widget elementor-widget-heading\" data-id=\"54318204\" 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\">Human Diagnostics<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74e5ed4 e-con-full card-link e-flex e-con e-child\" data-id=\"74e5ed4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-203f55a9 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"203f55a9\" 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-15b181a5 elementor-widget elementor-widget-heading\" data-id=\"15b181a5\" 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\">View products<\/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","protected":false},"excerpt":{"rendered":"<p>PRODUCTS Other categories Equipment View products Human Diagnostics View products<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1637,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1445","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\/en\/products\/veterinary-product\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Bioperfectus Brasil\" \/>\n<meta property=\"og:description\" content=\"PRODUCTS Other categories Equipment View products Human Diagnostics View products\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/\" \/>\n<meta property=\"og:site_name\" content=\"Bioperfectus Brasil\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T22:58:10+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\\\/en\\\/products\\\/veterinary-product\\\/\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/products\\\/veterinary-product\\\/\",\"name\":\"- Bioperfectus Brasil\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/#website\"},\"datePublished\":\"2025-11-10T20:59:09+00:00\",\"dateModified\":\"2026-03-30T22:58:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/products\\\/veterinary-product\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/products\\\/veterinary-product\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/products\\\/veterinary-product\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/?lang=en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Products\",\"item\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/products\\\/?lang=en\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Veterinary Product\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/\",\"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\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/#organization\",\"name\":\"Bioperfectus Brasil\",\"url\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bioperfectus.com.br\\\/en\\\/#\\\/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\\\/en\\\/#\\\/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\/en\/products\/veterinary-product\/","og_locale":"en_US","og_type":"article","og_title":"- Bioperfectus Brasil","og_description":"PRODUCTS Other categories Equipment View products Human Diagnostics View products","og_url":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/","og_site_name":"Bioperfectus Brasil","article_modified_time":"2026-03-30T22:58:10+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/","url":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/","name":"- Bioperfectus Brasil","isPartOf":{"@id":"https:\/\/bioperfectus.com.br\/en\/#website"},"datePublished":"2025-11-10T20:59:09+00:00","dateModified":"2026-03-30T22:58:10+00:00","breadcrumb":{"@id":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bioperfectus.com.br\/en\/products\/veterinary-product\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bioperfectus.com.br\/en\/?lang=en"},{"@type":"ListItem","position":2,"name":"Products","item":"https:\/\/bioperfectus.com.br\/en\/products\/?lang=en"},{"@type":"ListItem","position":3,"name":"Veterinary Product"}]},{"@type":"WebSite","@id":"https:\/\/bioperfectus.com.br\/en\/#website","url":"https:\/\/bioperfectus.com.br\/en\/","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\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bioperfectus.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bioperfectus.com.br\/en\/#organization","name":"Bioperfectus Brasil","url":"https:\/\/bioperfectus.com.br\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bioperfectus.com.br\/en\/#\/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\/en\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/pages\/1445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/comments?post=1445"}],"version-history":[{"count":1,"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/pages\/1445\/revisions"}],"predecessor-version":[{"id":1447,"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/pages\/1445\/revisions\/1447"}],"up":[{"embeddable":true,"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/pages\/1637"}],"wp:attachment":[{"href":"https:\/\/bioperfectus.com.br\/en\/wp-json\/wp\/v2\/media?parent=1445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}