{"id":22438,"date":"2026-03-31T10:09:46","date_gmt":"2026-03-31T08:09:46","guid":{"rendered":"https:\/\/wego.eus\/inicio\/"},"modified":"2026-06-24T16:55:42","modified_gmt":"2026-06-24T14:55:42","slug":"hasiera","status":"publish","type":"page","link":"https:\/\/wego.eus\/eu\/","title":{"rendered":"Hasiera"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.27.6&#8243; custom_padding=&#8221;||0px||false|false&#8221; custom_css_main_element=&#8221;display:flex;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|desktop&#8221; custom_css_main_element_phone=&#8221;display:flex;||align-items:center;||.et_pb_section_video_bg {||  opacity: 0.7;||}||.et_pb_background_mask {||||\tbackground-position: center bottom -210px!important;||}||video {||  transform: translatex(-240px);||}&#8221; custom_css_main_element_tablet=&#8221;display:flex;||align-items:center;||.et_pb_section_video_bg {||\topacity: 0.7;||}||.et_pb_background_mask {||||\tbackground-position: center bottom -210px!important;||}||video {||  transform: translatex(-240px);||}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;row&#8221; _builder_version=&#8221;4.27.6&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;align-items:center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"video-wrapper\" style=\"position: relative; width: 100%; max-width: fit-content; margin: 0 auto;\"><!-- [et_pb_line_break_holder] -->  <video id=\"custom-video\"<!-- [et_pb_line_break_holder]-->         autoplay<!-- [et_pb_line_break_holder] -->         muted<!-- [et_pb_line_break_holder] -->         playsinline<!-- [et_pb_line_break_holder] -->         loop<!-- [et_pb_line_break_holder] -->         style=&#8221;width: 100%; height: auto; display: block;&#8221;><!-- [et_pb_line_break_holder] --><source src=\"https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/wego-servicios-estrategia-empresarial-sobre-nosotros.mp4\" type=\"video\/mp4\"><!-- [et_pb_line_break_holder] -->    Tu navegador no soporta el v\u00eddeo HTML5.<!-- [et_pb_line_break_holder] --><\/video><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <button id=\"toggle-sound\" class=\"sound-button et_pb_font_icon muted\">x<\/button><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->.sound-button {<!-- [et_pb_line_break_holder] -->  font-family: 'ETmodules'; \/* Usa iconos nativos de Divi *\/<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  top: 20px;<!-- [et_pb_line_break_holder] -->  right: 20px;<!-- [et_pb_line_break_holder] -->  z-index: 10;<!-- [et_pb_line_break_holder] -->  padding: 12px;<!-- [et_pb_line_break_holder] -->  font-size: 18px;<!-- [et_pb_line_break_holder] -->  border: none;<!-- [et_pb_line_break_holder] -->  border-radius: 0;<!-- [et_pb_line_break_holder] -->  background-color: transparent;<!-- [et_pb_line_break_holder] -->  color: #fff;<!-- [et_pb_line_break_holder] -->  cursor: pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->  const video = document.getElementById(\"custom-video\");<!-- [et_pb_line_break_holder] -->  const button = document.getElementById(\"toggle-sound\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function tryPlay() {<!-- [et_pb_line_break_holder] -->    const promise = video.play();<!-- [et_pb_line_break_holder] -->    if (promise !== undefined) {<!-- [et_pb_line_break_holder] -->      promise.catch((err) => {<!-- [et_pb_line_break_holder] -->        console.warn(\"Error al reproducir:\", err);<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Inicia el v\u00eddeo en silencio tras breve retardo<!-- [et_pb_line_break_holder] -->  setTimeout(() => {<!-- [et_pb_line_break_holder] -->    video.muted = true;<!-- [et_pb_line_break_holder] -->    tryPlay();<!-- [et_pb_line_break_holder] -->  }, 600);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Bot\u00f3n de alternancia de sonido<!-- [et_pb_line_break_holder] -->  button.addEventListener(\"click\", function () {<!-- [et_pb_line_break_holder] -->    video.muted = !video.muted;<!-- [et_pb_line_break_holder] -->    tryPlay();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    if (video.muted) {<!-- [et_pb_line_break_holder] -->      this.classList.add(\"muted\");<!-- [et_pb_line_break_holder] -->      this.innerHTML = \"x\";<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->      this.classList.remove(\"muted\");<!-- [et_pb_line_break_holder] -->      this.innerHTML = \"z\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Refuerzo del bucle: vuelve a reproducir cuando termina<!-- [et_pb_line_break_holder] -->  video.addEventListener(\"ended\", () => {<!-- [et_pb_line_break_holder] -->    video.currentTime = 0;<!-- [et_pb_line_break_holder] -->    tryPlay();<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; custom_padding=&#8221;|4%||4%|false|true&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dsm_gradient_text gradient_text=&#8221;Egiturarekin haztea, zure bereizgarriak galdu gabe&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_text_align=&#8221;left&#8221; header_font_size=&#8221;64px&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#b2b2b2 0%|#3c3c3b 100%&#8221; custom_margin=&#8221;||1rem||false|false&#8221; custom_margin_tablet=&#8221;||1rem||false|false&#8221; custom_margin_phone=&#8221;1rem||1rem||true|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_direction=&#8221;right&#8221; header_font_size_tablet=&#8221;64px&#8221; header_font_size_phone=&#8221;11vw&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_gradient_text][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; max_width=&#8221;620px&#8221; animation_direction=&#8221;right&#8221; header_2_font_size_tablet=&#8221;24px&#8221; header_2_font_size_phone=&#8221;21px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Erakundeen eraldaketan espezializatutako <strong>aholkularitza-enpresa<\/strong> estrategiko bat gara.<\/h3>\n<p><strong><b>Estrategia- eta berrikuntza-<\/b><\/strong>proiektuetan, <strong><b>kudeaketa-prozesu eta -sistemen<\/b><\/strong>\u00a0hobekuntzan eta pertsonekin lerrokatutako <strong><b>antolakunde-kulturen<\/b><\/strong>\u00a0garapenean lagun egiten dugu.<\/p>\n<p>Euskadiko erakundeen <strong><em><b><i>bidelagun<\/i><\/b><\/em><\/strong>\u00a0gara aldaketa-prozesuetan, definizio estrategikotik hasi eta kultura- eta eragiketa-eraldaketaraino.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||8px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_gradient_text gradient_text=&#8221;Zein da gure ekarpena?&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#b2b2b2 0%|#3c3c3b 100%&#8221; custom_margin=&#8221;||2rem||false|false&#8221; header_font_size_tablet=&#8221;48px&#8221; header_font_size_phone=&#8221;36px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_gradient_text][et_pb_divider color=&#8221;#BDBD3C&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; text_orientation=&#8221;center&#8221; header_2_font_size_tablet=&#8221;24px&#8221; header_2_font_size_phone=&#8221;21px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Ez dugu konplexutasuna areagotzen. Murriztu egiten dugu.<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;||4rem||false|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; border_width_all=&#8221;8px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_card_carousel autoplay=&#8221;off&#8221; space_between=&#8221;8&#8243; infinite=&#8221;off&#8221; equal_height=&#8221;on&#8221; arrows=&#8221;off&#8221; arrow_position=&#8221;inside&#8221; arrow_prev=&#8221;on&#8221; arrow_prev_font_icon=&#8221;&#x23;||divi||400&#8243; arrow_next=&#8221;on&#8221; arrow_next_font_icon=&#8221;&#x24;||divi||400&#8243; arrow_size=&#8221;24px&#8221; dots=&#8221;off&#8221; grab=&#8221;off&#8221; badge_position=&#8221;top_left&#8221; badge_background_color=&#8221;RGBA(255,255,255,0)&#8221; arrows_tablet=&#8221;on&#8221; arrows_phone=&#8221;on&#8221; arrows_last_edited=&#8221;on|phone&#8221; dots_tablet=&#8221;on&#8221; dots_phone=&#8221;on&#8221; dots_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; badge_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; badge_text_color=&#8221;#3b3b3c&#8221; badge_font_size=&#8221;36px&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#3D3C3D&#8221; header_font_size=&#8221;32px&#8221; body_text_align=&#8221;center&#8221; subhead_text_color=&#8221;#3D3C3D&#8221; subhead_font_size=&#8221;24px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||1px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][dsm_card_carousel_child title=&#8221;Norabidea&#8221; subtitle=&#8221;ingurunearen presiopean gaudenean&#8221; badge_text=&#8221;1&#8243; content_padding=&#8221;120px|20px|120px|20px|true|false&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3D3C3D&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Egitura&#8221; subtitle=&#8221;hazkundeak desoreka sortzen duenean&#8221; badge_text=&#8221;2&#8243; content_padding=&#8221;120px|20px|120px|20px|true|false&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; border_width_all=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Argitasuna&#8221; subtitle=&#8221;erabakiek pisu handia dutenean&#8221; badge_text=&#8221;3&#8243; content_padding=&#8221;120px|20px|120px|20px|true|false&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; border_width_all=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][\/dsm_card_carousel][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;94%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||1rem||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Estrategia, prozesuak, pertsonak eta teknologia lerrokatzen ditugu, enpresak koherentziaz jardun dezan.&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h3&#8243; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#3D3C3D&#8221; title_font_size=&#8221;32px&#8221; max_width=&#8221;820px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; title_font_size_tablet=&#8221;30px&#8221; title_font_size_phone=&#8221;24px&#8221; title_font_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; text_orientation=&#8221;center&#8221; header_2_font_size_tablet=&#8221;24px&#8221; header_2_font_size_phone=&#8221;21px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;h4 {margin-top:2rem;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Gure helburua ez da aldaketa estetikoak egitea. <br \/>Denboran irauten duten eraldaketak lortzea baizik.<\/h2>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;Zer lortu nahi dugu gure lanaren bidez?&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h3&#8243; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#3D3C3D&#8221; title_font_size=&#8221;32px&#8221; max_width=&#8221;820px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; title_font_size_tablet=&#8221;30px&#8221; title_font_size_phone=&#8221;24px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(61,60,61,0.6)&#8221; background_image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/04\/wego-fondo-corporativo-principal.webp&#8221; background_position=&#8221;top_center&#8221; background_blend=&#8221;overlay&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; animation_style=&#8221;fade&#8221; animation_direction=&#8221;left&#8221; animation_duration=&#8221;1200ms&#8221; custom_css_main_element=&#8221;.et_pb_column {||  padding:120px 0 !important;||}&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_phone=&#8221;.et_pb_column {||  padding:60px 0 !important;||}&#8221; custom_css_main_element_tablet=&#8221;.et_pb_column {||  width:100%!important;||  padding:40px 0 !important;||}&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; animation_direction=&#8221;bottom&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Estrategia behar bezala gauzatzea&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|5%||5%|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; animation_direction=&#8221;bottom&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Prozesuak arinak izatea&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; animation_direction=&#8221;bottom&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Erabakiak datuetan oinarrituta hartzea&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;280px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|14%||14%|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; animation_direction=&#8221;bottom&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Ziurtagiriek benetako balioa ematea&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;280px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|14%||14%|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; animation_direction=&#8221;bottom&#8221; border_width_all=&#8221;4px&#8221; border_color_all=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Lantaldeak norabidearekin bat etortzea&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h2&#8243; title_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|10%||10%|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_padding=&#8221;0px|0%|0px|0%|true|true&#8221; custom_padding_tablet=&#8221;|0%||0%|true|true&#8221; custom_padding_phone=&#8221;0px|0%|0px|0%|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_gradient_text gradient_text=&#8221;Zer egiten dugu?&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#b2b2b2 0%|#3c3c3b 100%&#8221; custom_margin=&#8221;||2rem||false|false&#8221; header_font_size_tablet=&#8221;48px&#8221; header_font_size_phone=&#8221;36px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_gradient_text][et_pb_divider color=&#8221;#BDBD3C&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][dsm_card_carousel slide_to_show=&#8221;2&#8243; multiple_slide_row=&#8221;on&#8221; slide_row=&#8221;2&#8243; autoplay=&#8221;off&#8221; equal_height=&#8221;on&#8221; arrows=&#8221;off&#8221; arrow_position=&#8221;inside&#8221; arrow_prev=&#8221;on&#8221; arrow_prev_font_icon=&#8221;&#x23;||divi||400&#8243; arrow_next=&#8221;on&#8221; arrow_next_font_icon=&#8221;&#x24;||divi||400&#8243; arrow_size=&#8221;24px&#8221; dots=&#8221;off&#8221; grab=&#8221;off&#8221; badge_position=&#8221;top_left&#8221; badge_show_on_hover=&#8221;on&#8221; slide_to_show_tablet=&#8221;1&#8243; slide_to_show_phone=&#8221;1&#8243; slide_to_show_last_edited=&#8221;on|phone&#8221; slide_row_tablet=&#8221;1&#8243; slide_row_phone=&#8221;1&#8243; slide_row_last_edited=&#8221;on|tablet&#8221; arrows_tablet=&#8221;on&#8221; arrows_phone=&#8221;on&#8221; arrows_last_edited=&#8221;on|phone&#8221; dots_tablet=&#8221;on&#8221; dots_phone=&#8221;on&#8221; dots_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; header_text_color=&#8221;#3D3C3D&#8221; header_font_size=&#8221;28px&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#a0a774&#8243; button_border_width=&#8221;0px&#8221; button_icon=&#8221;&#x24;||divi||400&#8243; button_icon_placement=&#8221;left&#8221; button_on_hover=&#8221;off&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;1px|8px|1px|8px|true|true&#8221; hover_enabled=&#8221;0&#8243; custom_css_main_element=&#8221;.et_pb_button {||\tpadding-left: 1.4em!important;||}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#7D7D47&#8243; admin_label=&#8221;Supreme Card Carousel&#8221; sticky_enabled=&#8221;0&#8243;][dsm_card_carousel_child title=&#8221;Estrategia eta berrikuntza&#8221; subtitle=&#8221;Norabidea, lehentasunak eta ekintza-planak definitzen ditugu.&#8221; image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/consultoria-estrategica-wego-scaled.jpg&#8221; image_background_height=&#8221;320px&#8221; content_padding=&#8221;90px|60px|90px|60px|true|true&#8221; button_text=&#8221;info&#8221; button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE3MSJ9fQ==@&#8221; button_url_new_window=&#8221;1&#8243; content_padding_tablet=&#8221;90px|60px|90px|60px|true|true&#8221; content_padding_phone=&#8221;20px|20px|20px|20px|true|true&#8221; content_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; subhead_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; hover_enabled=&#8221;0&#8243; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3D3C3D&#8221; global_colors_info=&#8221;{}&#8221; title_text=&#8221;consultoria-estrategica-wego&#8221; sticky_enabled=&#8221;0&#8243;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Pertsonak eta kultura&#8221; subtitle=&#8221;Lidergoa, egitura eta talentua estrategiarekin uztartzen ditugu.&#8221; image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/05\/servicios-estrategia-empresarial-wego-017.webp&#8221; image_background_height=&#8221;320px&#8221; image_background_position=&#8221;top&#8221; content_padding=&#8221;90px|60px|90px|60px|true|true&#8221; button_text=&#8221;info&#8221; button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE3MyJ9fQ==@&#8221; button_url_new_window=&#8221;1&#8243; content_padding_tablet=&#8221;90px|60px|90px|60px|true|true&#8221; content_padding_phone=&#8221;20px|20px|20px|20px|true|true&#8221; content_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; subhead_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3D3C3D&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Kudeaketa-sistemak&#8221; subtitle=&#8221;Eragiketak antolatzen eta profesionalizatzen dituzten arauak ezartzen ditugu.&#8221; image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/servicios-estrategia-empresarial-wego-san-sebastian-sistemas-de-gestion.webp&#8221; image_background_height=&#8221;320px&#8221; content_padding=&#8221;90px|60px|90px|60px|true|true&#8221; button_text=&#8221;info&#8221; button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE3NSJ9fQ==@&#8221; button_url_new_window=&#8221;1&#8243; content_padding_tablet=&#8221;90px|60px|90px|60px|true|true&#8221; content_padding_phone=&#8221;20px|20px|20px|20px|true|true&#8221; content_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; subhead_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3D3C3D&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Prozesuen optimizazioa&#8221; subtitle=&#8221;Tentsioak murrizten eta emaitzak hobetzen dituzten egitura operatiboak diseinatzen ditugu.&#8221; image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/servicios-estrategia-empresarial-wego-san-sebastian-proyectos-innovacion.webp&#8221; image_background_height=&#8221;320px&#8221; content_padding=&#8221;90px|60px|90px|60px|true|true&#8221; button_text=&#8221;info&#8221; button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE3NyJ9fQ==@&#8221; button_url_new_window=&#8221;1&#8243; content_padding_tablet=&#8221;90px|60px|90px|60px|true|true&#8221; content_padding_phone=&#8221;20px|20px|20px|20px|true|true&#8221; content_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.6&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; subhead_font=&#8221;&#8211;et_global_body_font|500|||||||&#8221; custom_css_main_element=&#8221;.dsm_card_carousel_child_image_background {||\tbackground-position: center top 36%;||}&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3D3C3D&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_card_carousel_child][\/dsm_card_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||8rem||false|false&#8221; custom_padding_tablet=&#8221;||2rem||false|false&#8221; custom_padding_phone=&#8221;||2rem||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;94%&#8221; width_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_gradient_text gradient_text=&#8221;Bidelagun&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_text_align=&#8221;center&#8221; header_font_size=&#8221;72px&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#b2b2b2 0%|#3c3c3b 100%&#8221; custom_margin=&#8221;||2rem||false|false&#8221; header_font_size_tablet=&#8221;72px&#8221; header_font_size_phone=&#8221;56px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_gradient_text][et_pb_divider color=&#8221;#BDBD3C&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_heading title=&#8221;Bidean laguntzen zaituena.&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; title_level=&#8221;h3&#8243; title_font=&#8221;&#8211;et_global_heading_font|500|||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;28px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4%||4%||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;#3D3C3D&#8221; header_4_font=&#8221;&#8211;et_global_body_font||||||||&#8221; header_4_text_color=&#8221;#3D3C3D&#8221; header_4_font_size=&#8221;28px&#8221; header_4_line_height=&#8221;1.1em&#8221; max_width=&#8221;640px&#8221; module_alignment=&#8221;center&#8221; text_font_size_tablet=&#8221;&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_4_font_size_tablet=&#8221;26px&#8221; header_4_font_size_phone=&#8221;24px&#8221; header_4_font_size_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;em {font-size:110%;}||h4 {margin-bottom:2rem;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>1997az geroztik, benetako eboluzio-prozesuetan lagun egiten diegu Euskadiko erakundeei.<\/h4>\n<p>ISO sistemak ezartzen hasi ginen.<\/p>\n<p>Enpresa industrialen premiekin batera, hazi egin ginen. Teknologia, estrategia eta erakunde-kultura integratzen ditugu.<\/p>\n<p>Gaur egun, osotasunean lantzen dugu eraldaketa: <br \/><strong>estrategikoa, operatiboa eta kulturala.<\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/wego.eus\/wp-content\/uploads\/2026\/04\/wego-fondo-corporativo-secundario.webp&#8221; background_size=&#8221;custom&#8221; background_image_height=&#8221;100%&#8221; background_position=&#8221;center_left&#8221; background_horizontal_offset=&#8221;520px&#8221; custom_padding=&#8221;4%|4%|4%|4%|true|true&#8221; background_last_edited=&#8221;on|phone&#8221; background_enable_image_phone=&#8221;off&#8221; background_horizontal_offset_tablet=&#8221;440px&#8221; border_width_all=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;background-position: center left 460px!important;&#8221; custom_css_main_element_phone=&#8221;background-position: center left 460px!important;&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#3D3C3D&#8221; header_4_font=&#8221;&#8211;et_global_body_font||||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.1em&#8221; max_width=&#8221;800px&#8221; module_alignment=&#8221;center&#8221; custom_css_main_element=&#8221;em {font-size:110%;}||strong {color:#3c3c3b;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>Lana ez dugu kanpotik egiten.<\/strong><br \/><em>Inplikatu egiten gara.<\/em><\/p>\n<p><strong>Entzun egiten dugu.<\/strong><br \/><em>Galdetu.<\/em><\/p>\n<p><strong>Egituratu.<\/strong><br \/><em>Lagun egiten dugu,<br \/>\ndenak behar bezala funtzionatzen duen arte.<\/em><\/p>\n<p><strong>Bidelagun<\/strong><\/p>\n<p><em>Bizirik dauden enpresetan sinesten dugu.<\/em><br \/><em>Eta irauten duten emaitzetan.<\/em><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;4rem||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_gradient_text gradient_text=&#8221;29 urte erakundeen eboluzioa bultzatzen&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h2&#8243; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#b2b2b2 0%|#3c3c3b 100%&#8221; max_width=&#8221;720px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||2rem||false|false&#8221; header_font_size_tablet=&#8221;48px&#8221; header_font_size_phone=&#8221;36px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_gradient_text][et_pb_divider color=&#8221;#BDBD3C&#8221; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||1rem||false|false&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;4rem|1rem|4rem|1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>25<\/strong>\u00a0<strong>profesionaleko lantaldea<\/strong>\u00a0dugu, enpresa bezero bakoitzaren garapenarekin eta arrakastarekin konprometituta.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;|1rem||1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>2.500 enpresa bezero baino gehiago <\/strong>artatu ditugu Gipuzkoan, Bizkaian, Araban eta Nafarroan.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;2rem|1rem|2rem|1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>4.500 proiektu baino gehiago <\/strong>garatu ditugu industriaren eta zerbitzuen arloetan.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; custom_padding=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;2rem|1rem|2rem|1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><strong>Urtero, gure denboraren %\u00a020<\/strong>\u00a0bideratzen dugu gure lantaldeak garatzera eta indartzera.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;2rem|1rem|2rem|1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Konpromiso irmoa daukagu <strong>jasangarritasunaren<\/strong><strong>\u00a0eta gizarte-erantzukizunaren alde<\/strong>, eta horren erakusle dira <strong>berdintasunaren eta kontziliazioaren<\/strong>\u00a0arloko ziurtagiriak eta <strong>Bai Euskarari<\/strong>\u00a0aitorpena.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_tablet=&#8221;4rem|4rem|4rem|4rem|true|true&#8221; custom_padding_phone=&#8221;2rem|1rem|2rem|1rem|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#3c3c3b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; custom_css_main_element=&#8221;strong {||  font-size:115%;||  color:#3c3c3b;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>2024an eta 2025ean, <em>Euskadiko Enpresa Konprometituaren Atlasak<\/em><strong> aitortutako lehenengo enpresa<\/strong>\u00a0izan gara, <strong>Pertsonen<\/strong>\u00a0kategorian lider gisa.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dsm_gradient_text dsm_gradient_text_0 \">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<h1 class=\"dsm-gradient-text et_pb_module_header\">Egiturarekin haztea, zure bereizgarriak galdu gabe<\/h1>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Erakundeen eraldaketan espezializatutako aholkularitza-enpresa estrategiko bat gara. Estrategia- eta berrikuntza-proiektuetan, kudeaketa-prozesu eta -sistemen\u00a0hobekuntzan eta pertsonekin lerrokatutako antolakunde-kulturen\u00a0garapenean lagun egiten dugu. Euskadiko erakundeen bidelagun\u00a0gara aldaketa-prozesuetan, definizio estrategikotik hasi eta kultura- eta eragiketa-eraldaketaraino.<div class=\"et_pb_module dsm_gradient_text dsm_gradient_text_1 \">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<h2 class=\"dsm-gradient-text et_pb_module_header\">Zein da gure ekarpena?<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Ez dugu konplexutasuna areagotzen. Murriztu egiten dugu.<div class=\"et_pb_module dsm_card_carousel dsm_card_carousel_0 dsm_card_carousel_layout_stacked  dsm_card_carousel_equal_height dsm_card_carousel_arrow_inside dsm_card_carousel_arrow_mobile_inside\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t\n\t\t\t\n\t\t\t<div class=\"swiper-container dsm_card_carousel_wrapper\" dir=\"ltr\" data-params=\"[{&quot;direction&quot;:&quot;horizontal&quot;,&quot;effect&quot;:&quot;default&quot;,&quot;slider_effect_shadows&quot;:false,&quot;slider_effect_coverflow_rotate&quot;:&quot;30&quot;,&quot;slider_effect_coverflow_depth&quot;:&quot;0&quot;,&quot;loop&quot;:false,&quot;infinite_smooth_scrolling&quot;:false,&quot;slide_to_show&quot;:&quot;3&quot;,&quot;slide_to_show_tablet&quot;:&quot;1&quot;,&quot;slide_to_show_phone&quot;:&quot;1&quot;,&quot;slide_to_scroll&quot;:&quot;1&quot;,&quot;slide_to_scroll_tablet&quot;:&quot;1&quot;,&quot;slide_to_scroll_phone&quot;:&quot;1&quot;,&quot;space_between&quot;:&quot;8&quot;,&quot;space_between_tablet&quot;:&quot;8&quot;,&quot;space_between_phone&quot;:&quot;8&quot;,&quot;centered_slides&quot;:false,&quot;multiple_slide_row&quot;:&quot;off&quot;,&quot;slide_row&quot;:&quot;1&quot;,&quot;slide_row_tablet&quot;:&quot;1&quot;,&quot;slide_row_phone&quot;:&quot;1&quot;,&quot;speed&quot;:&quot;300&quot;,&quot;autoplay&quot;:false,&quot;autoplay_speed&quot;:&quot;3000&quot;,&quot;autoplay_viewport&quot;:&quot;&quot;,&quot;touch_move&quot;:true,&quot;grab&quot;:false,&quot;pause_on_hover&quot;:false,&quot;mousewheel&quot;:false,&quot;auto_height&quot;:true,&quot;equal_height&quot;:true,&quot;equal_height_tablet&quot;:true,&quot;equal_height_phone&quot;:true}]\">\n\t\t\t<div class=\"swiper-wrapper\"><div class=\"et_pb_with_border dsm_card_carousel_child dsm_card_carousel_child_0 swiper-slide\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"dsm_card_wrapper et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\t<h4 class=\"dsm_card_title et_pb_module_header\">Norabidea<\/h4>\n\t\t\t\t\t<div class=\"dsm_card_carousel_child_subtitle\">ingurunearen presiopean gaudenean<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_with_border dsm_card_carousel_child dsm_card_carousel_child_1 swiper-slide\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"dsm_card_wrapper et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\t<h4 class=\"dsm_card_title et_pb_module_header\">Egitura<\/h4>\n\t\t\t\t\t<div class=\"dsm_card_carousel_child_subtitle\">hazkundeak desoreka sortzen duenean<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_with_border dsm_card_carousel_child dsm_card_carousel_child_2 swiper-slide\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"dsm_card_wrapper et_pb_text_align_center et_pb_bg_layout_light\">\n\t\t\t\t\t<h4 class=\"dsm_card_title et_pb_module_header\">Argitasuna<\/h4>\n\t\t\t\t\t<div class=\"dsm_card_carousel_child_subtitle\">erabakiek pisu handia dutenean<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\n\t\t\t<\/div><div class=\"swiper-button-prev dsm_card_carousel_arrow\" data-icon=\"&#x23;\"><\/div><div class=\"swiper-button-next dsm_card_carousel_arrow\" data-icon=\"&#x24;\"><\/div><div class=\"swiper-pagination dsm_card_carousel_pagination\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Gure helburua ez da aldaketa estetikoak egitea. Denboran irauten duten eraldaketak lortzea baizik.<div class=\"et_pb_module dsm_gradient_text dsm_gradient_text_2 \">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<h2 class=\"dsm-gradient-text et_pb_module_header\">Zer egiten dugu?<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dsm_card_carousel dsm_card_carousel_1 dsm_card_carousel_layout_stacked  dsm_card_carousel_badge_hover dsm_card_carousel_equal_height dsm_card_carousel_arrow_&#8221;inside&#8221; dsm_card_carousel_arrow_mobile_inside\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t\n\t\t\t\n\t\t\t<div class=\"swiper-container dsm_card_carousel_wrapper\" dir=\"ltr\" data-params=\"[{&quot;direction&quot;:&quot;horizontal&quot;,&quot;effect&quot;:&quot;default&quot;,&quot;slider_effect_shadows&quot;:false,&quot;slider_effect_coverflow_rotate&quot;:&quot;30&quot;,&quot;slider_effect_coverflow_depth&quot;:&quot;0&quot;,&quot;loop&quot;:false,&quot;infinite_smooth_scrolling&quot;:false,&quot;slide_to_show&quot;:&quot;&amp;#8221;2&amp;#8243;&quot;,&quot;slide_to_show_tablet&quot;:&quot;1&quot;,&quot;slide_to_show_phone&quot;:&quot;1&quot;,&quot;slide_to_scroll&quot;:&quot;1&quot;,&quot;slide_to_scroll_tablet&quot;:&quot;1&quot;,&quot;slide_to_scroll_phone&quot;:&quot;1&quot;,&quot;space_between&quot;:&quot;15&quot;,&quot;space_between_tablet&quot;:&quot;15&quot;,&quot;space_between_phone&quot;:&quot;15&quot;,&quot;centered_slides&quot;:false,&quot;multiple_slide_row&quot;:&quot;&amp;#8221;on&amp;#8221;&quot;,&quot;slide_row&quot;:&quot;&amp;#8221;2&amp;#8243;&quot;,&quot;slide_row_tablet&quot;:&quot;&amp;#8221;2&amp;#8243;&quot;,&quot;slide_row_phone&quot;:&quot;&amp;#8221;2&amp;#8243;&quot;,&quot;speed&quot;:&quot;300&quot;,&quot;autoplay&quot;:true,&quot;autoplay_speed&quot;:&quot;3000&quot;,&quot;autoplay_viewport&quot;:&quot;80%&quot;,&quot;touch_move&quot;:true,&quot;grab&quot;:true,&quot;pause_on_hover&quot;:false,&quot;mousewheel&quot;:false,&quot;auto_height&quot;:false,&quot;equal_height&quot;:false,&quot;equal_height_tablet&quot;:false,&quot;equal_height_phone&quot;:false}]\">\n\t\t\t<div class=\"swiper-wrapper\"><\/div>\n\t\t\t<\/div><div class=\"swiper-button-prev dsm_card_carousel_arrow\" data-icon=\"\"><\/div><div class=\"swiper-button-next dsm_card_carousel_arrow\" data-icon=\"\"><\/div><div class=\"swiper-pagination dsm_card_carousel_pagination\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-22438","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Aholkularitza Estrategikoa eta Eraldaketa | We Go<\/title>\n<meta name=\"description\" content=\"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wego.eus\/eu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aholkularitza Estrategikoa eta Eraldaketa | We Go\" \/>\n<meta property=\"og:description\" content=\"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wego.eus\/eu\/\" \/>\n<meta property=\"og:site_name\" content=\"We|Go\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T14:55:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/Logo-WeGo-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1769\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutua\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/\",\"url\":\"https:\\\/\\\/wego.eus\\\/eu\\\/\",\"name\":\"Aholkularitza Estrategikoa eta Eraldaketa | We Go\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#website\"},\"datePublished\":\"2026-03-31T08:09:46+00:00\",\"dateModified\":\"2026-06-24T14:55:42+00:00\",\"description\":\"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#breadcrumb\"},\"inLanguage\":\"eu\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wego.eus\\\/eu\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/wego.eus\\\/eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hasiera\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#website\",\"url\":\"https:\\\/\\\/wego.eus\\\/eu\\\/\",\"name\":\"We|Go\",\"description\":\"Consultor\u00eda Bidelagun\",\"publisher\":{\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#organization\"},\"alternateName\":\"We|Go\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wego.eus\\\/eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"eu\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#organization\",\"name\":\"We|Go\",\"alternateName\":\"We|Go\",\"url\":\"https:\\\/\\\/wego.eus\\\/eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"eu\",\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wego.eus\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Logo-WeGo-scaled.png\",\"contentUrl\":\"https:\\\/\\\/wego.eus\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Logo-WeGo-scaled.png\",\"width\":2560,\"height\":1769,\"caption\":\"We|Go\"},\"image\":{\"@id\":\"https:\\\/\\\/wego.eus\\\/eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Aholkularitza Estrategikoa eta Eraldaketa | We Go","description":"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.","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:\/\/wego.eus\/eu\/","og_locale":"en_US","og_type":"article","og_title":"Aholkularitza Estrategikoa eta Eraldaketa | We Go","og_description":"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.","og_url":"https:\/\/wego.eus\/eu\/","og_site_name":"We|Go","article_modified_time":"2026-06-24T14:55:42+00:00","og_image":[{"width":2560,"height":1769,"url":"https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/Logo-WeGo-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutua"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wego.eus\/eu\/","url":"https:\/\/wego.eus\/eu\/","name":"Aholkularitza Estrategikoa eta Eraldaketa | We Go","isPartOf":{"@id":"https:\/\/wego.eus\/eu\/#website"},"datePublished":"2026-03-31T08:09:46+00:00","dateModified":"2026-06-24T14:55:42+00:00","description":"Estrategian, berrikuntzan, prozesuen hobekuntzan, kudeaketa sistemetan eta pertsonekin lerrokatutako erakunde-kulturetan oinarritutako proiektuak babesten ditugu.","breadcrumb":{"@id":"https:\/\/wego.eus\/eu\/#breadcrumb"},"inLanguage":"eu","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wego.eus\/eu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wego.eus\/eu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/wego.eus\/eu\/"},{"@type":"ListItem","position":2,"name":"Hasiera"}]},{"@type":"WebSite","@id":"https:\/\/wego.eus\/eu\/#website","url":"https:\/\/wego.eus\/eu\/","name":"We|Go","description":"Consultor\u00eda Bidelagun","publisher":{"@id":"https:\/\/wego.eus\/eu\/#organization"},"alternateName":"We|Go","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wego.eus\/eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"eu"},{"@type":"Organization","@id":"https:\/\/wego.eus\/eu\/#organization","name":"We|Go","alternateName":"We|Go","url":"https:\/\/wego.eus\/eu\/","logo":{"@type":"ImageObject","inLanguage":"eu","@id":"https:\/\/wego.eus\/eu\/#\/schema\/logo\/image\/","url":"https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/Logo-WeGo-scaled.png","contentUrl":"https:\/\/wego.eus\/wp-content\/uploads\/2026\/06\/Logo-WeGo-scaled.png","width":2560,"height":1769,"caption":"We|Go"},"image":{"@id":"https:\/\/wego.eus\/eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/pages\/22438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/comments?post=22438"}],"version-history":[{"count":11,"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/pages\/22438\/revisions"}],"predecessor-version":[{"id":22766,"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/pages\/22438\/revisions\/22766"}],"wp:attachment":[{"href":"https:\/\/wego.eus\/eu\/wp-json\/wp\/v2\/media?parent=22438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}