{"id":451,"date":"2026-05-11T14:50:45","date_gmt":"2026-05-11T14:50:45","guid":{"rendered":"https:\/\/agrosystems.co.ao\/produtos\/?page_id=451"},"modified":"2026-08-10T15:19:41","modified_gmt":"2026-08-10T15:19:41","slug":"barai","status":"publish","type":"page","link":"https:\/\/agrosystems.co.ao\/produtos\/barai\/","title":{"rendered":"Barai"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uag-hide-mob uagb-block-1170d42f alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0ff69760\"><h2 class=\"uagb-heading-text\">Barai, WG<\/h2><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-31511e5c alignfull uagb-is-root-container\">\n<div class=\"wp-block-uagb-image uagb-block-b9e55169 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" src=\"https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BARAIWG03.png\" alt=\"\" class=\"uag-image-755\" width=\"1208\" height=\"1902\" title=\"BARAIWG03\" loading=\"lazy\" role=\"img\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-image uagb-block-0b0558ed wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" src=\"https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BARAIWG3B.png\" alt=\"\" class=\"uag-image-756\" width=\"1198\" height=\"1579\" title=\"BARAIWG3B\" loading=\"lazy\" role=\"img\" \/><\/figure><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uag-hide-mob uagb-block-3b2b18d8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-7d9fc56f\">\n<div class=\"wp-block-uagb-image uagb-block-7aa1ac85 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" src=\"https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BaraiWG01c.png\" alt=\"\" class=\"uag-image-716\" width=\"513\" height=\"811\" title=\"BaraiWG01c\" loading=\"lazy\" role=\"img\" \/><\/figure><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-c19440ea\">\n<div class=\"wp-block-uagb-image uagb-block-232ac446 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" src=\"https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BaraiWG02b.png\" alt=\"\" class=\"uag-image-707\" width=\"514\" height=\"676\" title=\"BaraiWG02b\" loading=\"lazy\" role=\"img\" \/><\/figure><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uag-hide-mob uagb-block-c2302d54 alignfull uagb-is-root-container\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uag-hide-mob uagb-block-74098971 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><p>[pes_pdf_scrollable_embed url=&#8221;https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BARAIWG.pdf&#8221; scale=&#8221;2&#8243; height=&#8221;100vh&#8221; toolbar=&#8221;true&#8221; download=&#8221;false&#8221; zoom=&#8221;true&#8221; loader=&#8221;spinner&#8221; start-page=&#8221;1&#8243; lazy-load=&#8221;true&#8221; dark-mode=&#8221;false&#8221;]<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uag-hide-mob uagb-block-cde19626 alignfull uagb-is-root-container\">\n<div id=\"pdf-viewer-baraiwg\" style=\"width:100%; max-width:900px; margin:0 auto;\"><\/div>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pdf.js\/3.11.174\/pdf.min.js\"><\/script>\n<script>\n(function() {\n  const url = \"https:\/\/agrosystems.co.ao\/produtos\/wp-content\/uploads\/2026\/08\/BARAIWG.pdf\";\n  const container = document.getElementById('pdf-viewer-baraiwg');\n\n  pdfjsLib.GlobalWorkerOptions.workerSrc = \"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pdf.js\/3.11.174\/pdf.worker.min.js\";\n\n  pdfjsLib.getDocument(url).promise.then(function(pdf) {\n    for (let pageNum = 1; pageNum <= pdf.numPages; pageNum++) {\n      pdf.getPage(pageNum).then(function(page) {\n        const containerWidth = container.clientWidth || 900;\n        const baseViewport = page.getViewport({ scale: 1 });\n        const scale = (containerWidth \/ baseViewport.width) * (window.devicePixelRatio || 1) * 1.5;\n        const viewport = page.getViewport({ scale: scale });\n\n        const canvas = document.createElement('canvas');\n        canvas.style.width = '100%';\n        canvas.style.display = 'block';\n        canvas.style.marginBottom = pageNum < pdf.numPages ? '2px' : '0';\n        canvas.height = viewport.height;\n        canvas.width = viewport.width;\n\n        page.render({ canvasContext: canvas.getContext('2d'), viewport: viewport });\n        container.appendChild(canvas);\n      }).catch(function(err) {\n        container.innerHTML += '<p style=\"color:red;\">Erro ao desenhar p\u00e1gina ' + pageNum + '<\/p>';\n      });\n    }\n  }).catch(function(err) {\n    container.innerHTML = '<p style=\"text-align:center;\">N\u00e3o foi poss\u00edvel carregar o documento. <a href=\"' + url + '\" target=\"_blank\">Clique aqui para abrir o PDF?.<\/a><\/p>';\n  });\n})();\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Barai, WG<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-451","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"soba_adm_agrosystemshost","author_link":"https:\/\/agrosystems.co.ao\/produtos\/author\/soba_adm_agrosystemshost\/"},"uagb_comment_info":0,"uagb_excerpt":"Barai, WG","_links":{"self":[{"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/pages\/451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/comments?post=451"}],"version-history":[{"count":63,"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/pages\/451\/revisions"}],"predecessor-version":[{"id":758,"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/pages\/451\/revisions\/758"}],"wp:attachment":[{"href":"https:\/\/agrosystems.co.ao\/produtos\/wp-json\/wp\/v2\/media?parent=451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}