{"id":2214,"date":"2026-04-18T00:20:17","date_gmt":"2026-04-18T00:20:17","guid":{"rendered":"https:\/\/hexa.artchiado.pt\/?page_id=2214"},"modified":"2026-05-07T14:20:54","modified_gmt":"2026-05-07T14:20:54","slug":"news","status":"publish","type":"page","link":"https:\/\/hexa.artchiado.pt\/pt\/news\/","title":{"rendered":"news"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2214\" class=\"elementor elementor-2214\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d80d3c2 e-con-full e-flex e-con e-parent\" data-id=\"d80d3c2\" 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-f5d8546 e-flex e-con-boxed e-con e-child\" data-id=\"f5d8546\" 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-6a0c235 elementor-widget elementor-widget-heading\" data-id=\"6a0c235\" 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\">What\u2019s shaping tomorrow, \n<br>today.<\/h1>\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-0be3305 e-flex e-con-boxed e-con e-parent\" data-id=\"0be3305\" 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-20b9937 e-con-full e-flex e-con e-child\" data-id=\"20b9937\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f218e7 elementor-widget elementor-widget-heading\" data-id=\"2f218e7\" 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\">What's new<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0de0b9b elementor-widget elementor-widget-heading\" data-id=\"0de0b9b\" 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\">A space where we share perspectives, industry insights, company updates and events that reflect how we see technology, talent and transformation evolving in a fast-changing world.<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9923f5a e-con-full e-flex e-con e-child\" data-id=\"9923f5a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07bfc00 elementor-widget elementor-widget-html\" data-id=\"07bfc00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"filters\">\r\n    <button class=\"filter-btn\" data-filter=\"how-we-see-it\">how we see it<\/button>\r\n    <button class=\"filter-btn\" data-filter=\"eventos\">eventos<\/button>\r\n    <button class=\"filter-btn\" data-filter=\"noticias\">not\u00edcias<\/button>\r\n    <button class=\"filter-btn active\" data-filter=\"all\">All<\/button>\r\n<\/div>\r\n\r\n<style>\r\n    .filters {\r\n    display: flex;\r\n    gap: 12px;\r\n    margin-bottom: 30px;\r\n}\r\n\r\n\/* bot\u00e3o base *\/\r\n.filter-btn {\r\n    padding: 7px;\r\n    border-radius: 25px;\r\n    border: 1px solid #1c2368;\r\n    background: transparent;\r\n    color: #1c2368;\r\n    font-size: 14px;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n}\r\n\r\n\/* ativo (primeiro bot\u00e3o da imagem) *\/\r\n.filter-btn.active {\r\n    background: transparent;\r\n    border: 1px solid #1c2368;\r\n}\r\n\r\n\/* restantes (estilo filled) *\/\r\n.filter-btn:not(.active) {\r\n    background: #333;\r\n    color: #fff;\r\n    border: none;\r\n}\r\n\r\n\/* hover *\/\r\n.filter-btn:hover {\r\n    opacity: 0.8;\r\n}\r\n\r\n.elementor-widget-premium-addon-banner {\r\n    transition: all 0.3s ease;\r\n}\r\n\r\n\/* esconder *\/\r\n.is-hidden {\r\n    opacity: 0;\r\n    transform: scale(0.95);\r\n    pointer-events: none;\r\n    position: absolute;\r\n}\r\n\r\n\/* mostrar *\/\r\n.is-visible {\r\n    opacity: 1;\r\n    transform: scale(1);\r\n    position: relative;\r\n}\r\n<\/style>\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n\r\n    const buttons = document.querySelectorAll('.filter-btn');\r\n    const items = document.querySelectorAll('.elementor-widget-premium-addon-banner');\r\n\r\n    if (!buttons.length || !items.length) return;\r\n\r\n    \/\/ estado inicial\r\n    items.forEach(item => item.classList.add('is-visible'));\r\n\r\n    buttons.forEach(button => {\r\n\r\n        button.addEventListener('click', function () {\r\n\r\n            \/\/ active state\r\n            buttons.forEach(btn => btn.classList.remove('active'));\r\n            this.classList.add('active');\r\n\r\n            const filter = this.getAttribute('data-filter');\r\n\r\n            items.forEach(item => {\r\n\r\n                if (filter === 'all') {\r\n                    item.classList.remove('is-hidden');\r\n                    item.classList.add('is-visible');\r\n                    return;\r\n                }\r\n\r\n                if (item.classList.contains(filter)) {\r\n                    item.classList.remove('is-hidden');\r\n                    item.classList.add('is-visible');\r\n                } else {\r\n                    item.classList.remove('is-visible');\r\n                    item.classList.add('is-hidden');\r\n                }\r\n\r\n            });\r\n\r\n        });\r\n\r\n    });\r\n\r\n});\r\n<\/script>\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-7040229 e-grid e-con-boxed e-con e-parent\" data-id=\"7040229\" 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 data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-7099293 elementor-widget__width-initial how-we-see-it premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"7099293\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">How we see it 1<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-how-we-see-it\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-9abc798 elementor-widget__width-initial noticias premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"9abc798\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">Noticia 1<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-eventos\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-91af134 elementor-widget__width-initial how-we-see-it premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"91af134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">How we see it 2<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-how-we-see-it\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-how-we-see-it\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-adc9c63 elementor-widget__width-initial how-we-see-it premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"adc9c63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">How we see it 3<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-how-we-see-it\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-8022b4c elementor-widget__width-initial eventos premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"8022b4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">Evento 1<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-eventos\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-aa444a6 elementor-widget__width-initial noticias premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"aa444a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">Noticia 2<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-eventos\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-d907af9 elementor-widget__width-initial noticias premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"d907af9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">Noticia 3<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-eventos\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-premium-element-link=\"{&quot;type&quot;:&quot;url&quot;,&quot;link&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;href&quot;:&quot;https:\\\/\\\/hexa.artchiado.pt\\\/news-eventos\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-bfe967e elementor-widget__width-initial eventos premium-wrapper-link-yes elementor-widget elementor-widget-premium-addon-banner\" data-id=\"bfe967e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-banner.default\">\n\t\t\t\t\t\t\t<div class=\"premium-banner-ib premium-banner-min-height premium-banner-animation6 none premium-banner__effect-type1\">\r\n\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"463\" height=\"600\" src=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png\" class=\"attachment-full size-full wp-image-1489\" alt=\"\" srcset=\"https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2.png 463w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-232x300.png 232w, https:\/\/hexa.artchiado.pt\/wp-content\/uploads\/2026\/04\/8-2-9x12.png 9w\" sizes=\"(max-width: 463px) 100vw, 463px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-desc\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-title premium_banner_title\">\r\n\t\t\t\t\t\t<h5 class=\"how-he-see-it-title\">Evento 2<\/h5> <p>combines scale, comercial alignment and ongoing support...<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-ib-content premium_banner_content\">\r\n\t\t\t\t\t\t<p>Mission-critical programs have become the backbone of modern en- terprises.\u00a0 regulated opera- tional systems increasingly determine competitiveness, resilience and market trust.<\/p>\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"premium-banner-read-more\">\r\n\t\t\t\t\t\t<a href=\"https:\/\/hexa.artchiado.pt\/pt\/news-eventos\/\" class=\"premium-banner-link premium-button-none\" data-text=\"see more\">\r\n\t\t\t\t\t\t\t<div class=\"premium-button-text-icon-wrapper\">\r\n\t\t\t\t\t\t\t\t<span>see more<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\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-e068bcb e-flex e-con-boxed e-con e-parent\" data-id=\"e068bcb\" 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-3d96ffc elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3d96ffc\" 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=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">see more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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-740fbce elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"740fbce\" 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-cdb49c4 elementor-widget elementor-widget-html\" data-id=\"cdb49c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .premium-banner-animation6 .premium-banner-ib-desc:hover {\n    padding-left: 15px;\n    padding-top: 80px;\n    padding-bottom: 20px;\n    background: #07266bb3;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>What\u2019s shaping tomorrow, today. What&#8217;s new A space where we share perspectives, industry insights, company updates and events that reflect how we see technology, talent and transformation evolving in a fast-changing world. how we see it eventos not\u00edcias All How we see it 1 combines scale, comercial alignment and ongoing support&#8230; Mission-critical programs have become [&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,"footnotes":""},"class_list":["post-2214","page","type-page","status-publish","hentry"],"blocksy_meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/pages\/2214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/comments?post=2214"}],"version-history":[{"count":126,"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/pages\/2214\/revisions"}],"predecessor-version":[{"id":3586,"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/pages\/2214\/revisions\/3586"}],"wp:attachment":[{"href":"https:\/\/hexa.artchiado.pt\/pt\/wp-json\/wp\/v2\/media?parent=2214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}