{"id":2569,"date":"2023-04-20T07:07:11","date_gmt":"2023-04-20T07:07:11","guid":{"rendered":"https:\/\/wp.createlli.com\/inicio\/"},"modified":"2026-03-09T15:07:54","modified_gmt":"2026-03-09T15:07:54","slug":"inicio","status":"publish","type":"page","link":"https:\/\/createlli.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2569\" class=\"elementor elementor-2569 elementor-16\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05332ec e-con-full e-flex e-con e-parent\" data-id=\"05332ec\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1be46a4 elementor-widget elementor-widget-html\" data-id=\"1be46a4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"slider\">\n  <div class=\"slide active\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n  <div class=\"slide\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n  <div class=\"slide\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n  <div class=\"slide\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n  <div class=\"slide\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n  <div class=\"slide\">\n    <div class=\"overlay\"><\/div>\n    <div class=\"content\">\n      <h1>Socios para el conocimiento y el compromiso<\/h1>\n      <button class=\"scroll-btn\">Sigue leyendo<\/button>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .slider {\n    position: relative;\n    width: 100%;\n    height:87vh;\n    overflow: hidden;\n  }\n\n  .slide {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    opacity: 0.0;\n    transition: opacity 1s ease-in-out;\n    background-position: center;\n    background-size: cover;\n    background-repeat: no-repeat;\n  }\n\n  \/* Backgrounds *\/\n  .slide:nth-child(1) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/Participation_dialoogmarkt_Peterbos-scaled.jpg');\n  }\n  .slide:nth-child(2) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/09\/IMG_4781-scaled.jpg');\n  }\n  .slide:nth-child(3) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/Participation_elderly_WNZ-scaled.jpg');\n  }\n  .slide:nth-child(4) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/Participation_WNZ_map-scaled.jpg');\n  }\n  .slide:nth-child(5) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/09\/digital-participation-scaled.jpg');\n  }\n  .slide:nth-child(6) {\n    background-image: url('https:\/\/createlli.com\/wp-content\/uploads\/2024\/09\/IMG_20200624_165228-1.jpg');\n  }\n\n  .slide.active {\n    opacity: 1;\n  }\n\n  .overlay {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background: rgba(0,0,0,0.1);\n    top: 0;\n    left: 0;\n    z-index: 1;\n  }\n\n  .content {\n    position: absolute;\n    bottom: 50px;\n    left: 40px;\n    z-index: 2;\n    color: #fff;\n    max-width: 90%;\n  }\n\n  h1 {\n    font-size: 50px;\n    color: #fff;\n    font-weight: 600;\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n\n  button {\n    background: #f1c40f;\n    border: none;\n    padding: 18px 40px;\n    font-size: 16px;\n    font-weight: 700;\n    cursor: pointer;\n    border-radius: 8px;\n  }\n\n  @media (max-width: 768px) {\n    h1 {\n      font-size: 32px;\n    }\n    button {\n      padding: 14px 28px;\n      font-size: 16px;\n    }\n    .content {\n      bottom: 30px;\n      left: 20px;\n    }\n    .slider {\n      height: 70vh;\n    }\n  }\n\n  @media (max-width: 480px) {\n    h1 {\n      font-size: 24px;\n    }\n    .slider {\n      height: 70vh;\n    }\n    button {\n      padding: 12px 24px;\n      font-size: 16px;\n    }\n    .content {\n      bottom: 40px;\n      left: 15px;\n    }\n  }\n<\/style>\n\n<script>\n  let slides = document.querySelectorAll(\".slide\");\n  let index = 0;\n\n  setInterval(() =&gt; {\n    slides[index].classList.remove(\"active\");\n    index = (index + 1) % slides.length;\n    slides[index].classList.add(\"active\");\n  }, 4000);\n\n  \/\/ Scroll button functionality\n  document.querySelectorAll(\".scroll-btn\").forEach(btn =&gt; {\n    btn.addEventListener(\"click\", () =&gt; {\n      document.querySelector(\"#service\").scrollIntoView({ behavior: \"smooth\" });\n    });\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3127cd1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3127cd1d\" data-element_type=\"section\" id=\"service\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4763d2d2\" data-id=\"4763d2d2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1da2ba31 elementor-widget elementor-widget-heading\" data-id=\"1da2ba31\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PARA QUE UN PROCESO DE PARTICIPACI\u00d3N TENGA \u00c9XITO ES NECESARIO ...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bbe66f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7bbe66f0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-72b5533e\" data-id=\"72b5533e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18aba0a2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"18aba0a2\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-shrink\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-link\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dffc13f elementor-widget elementor-widget-heading\" data-id=\"5dffc13f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CONECTAR E INTEGRAR<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad83478 elementor-widget elementor-widget-text-editor\" data-id=\"ad83478\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Necesitas implicar a muchos grupos de interesados y ciudadanos. Llega a ellos e inicia el di\u00e1logo, con varios canales de comunicaci\u00f3n digitales y presenciales. Te ayudaremos en ello y los mantendremos a todos juntos en UN proceso, de forma asequible.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ffb177b\" data-id=\"ffb177b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e6984d1 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3e6984d1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-shrink\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6553266d elementor-widget elementor-widget-heading\" data-id=\"6553266d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">COMPRENSI\u00d3N Y CONFIANZA <br><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e223c7 elementor-widget elementor-widget-text-editor\" data-id=\"8e223c7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Los buenos proyectos se construyen sobre una comprensi\u00f3n profunda y una visi\u00f3n com\u00fan a trav\u00e9s de la visualizaci\u00f3n y la colaboraci\u00f3n en fuentes de datos compartidas y de confianza, como los mapas. Te proporcionamos herramientas digitales y f\u00edsicas de visualizaci\u00f3n y participaci\u00f3n muy eficaces. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3812866c\" data-id=\"3812866c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-337879cf elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"337879cf\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-shrink\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cogs\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-693ae1e0 elementor-widget elementor-widget-heading\" data-id=\"693ae1e0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">UN PROCESO TRANSPARENTE <br><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0041a4d elementor-widget elementor-widget-text-editor\" data-id=\"0041a4d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Los buenos procesos implican a menudo a las partes interesadas, de forma predecible y transparente, est\u00e1n abiertos a opiniones y emociones, se ocupan de gestionar los conflictos y crean apoyo. Aportamos la experiencia necesaria para dise\u00f1ar y guiar el proceso, incluyendo a todos los grupos interesados <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2cc9f2f4\" data-id=\"2cc9f2f4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f716fe0 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7f716fe0\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon elementor-animation-shrink\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-thumbs-up\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-133a8a5 elementor-widget elementor-widget-heading\" data-id=\"133a8a5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CREAR LA MEJOR SOLUCI\u00d3N<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de15569 elementor-widget elementor-widget-text-editor\" data-id=\"de15569\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Encontrar el resultado que mejor satisfaga todas las necesidades pasa por un proceso creativo y varias interacciones. Aportamos herramientas eficaces que interact\u00faan y co-crean con las partes interesadas en todas las fases para encontrar la mejor soluci\u00f3n. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-8a817c4 e-flex e-con-boxed e-con e-parent\" data-id=\"8a817c4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-caeb492 premium-testimonial__skin1 elementor-widget elementor-widget-premium-addon-testimonials\" data-id=\"caeb492\" data-element_type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;skin1&quot;,&quot;img_position&quot;:&quot;relative&quot;,&quot;arrows_lq_effect&quot;:&quot;none&quot;}\" data-widget_type=\"premium-addon-testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\n\t\t<div class=\"premium-testimonial-box\">\n\n\t\t\t\n\t\t\t\t<div class=\"premium-testimonial-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-testimonial-upper-quote\">\n\t\t\t\t\t\t\t<svg id=\"Layer_1\" class=\"premium-testimonial-quote\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"37\" viewBox=\"0 0 48 37\"><path d=\"m37,37c6.07,0,11-4.93,11-11s-4.93-11-11-11c-.32,0-.63.02-.94.05.54-4.81,2.18-9.43,4.79-13.52.19-.31.2-.7.03-1.01-.18-.32-.51-.52-.88-.52h-2c-.27,0-.54.11-.73.31-5.14,5.41-11.27,14.26-11.27,25.69,0,6.07,4.93,10.99,11,11h0Zm-26,0c6.07,0,11-4.93,11-11s-4.93-11-11-11c-.32,0-.63.02-.94.05.54-4.81,2.18-9.43,4.79-13.52.19-.31.2-.7.03-1.01-.18-.32-.51-.52-.87-.52h-2c-.27,0-.54.11-.73.31C6.13,5.72,0,14.57,0,26c0,6.07,4.93,10.99,11,11h0Zm0,0\"\/><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"premium-testimonial-content-wrapper\">\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"premium-testimonial-text-wrapper\">\n\t\t\t\t\t\t\t<div >\n\t\t\t\t\t\t\t\tCreatelli utiliza m\u00e9todos de participaci\u00f3n muy orientados a los resultados. Primero piensas detenidamente en lo que necesitamos y en lo que queremos hacer con el resultado, y a partir de ah\u00ed desarrollas los m\u00e9todos de forma orientada. Sois creativos y pens\u00e1is de forma innovadora para llegar al material adecuado. Eso es un activo real, porque hace que la participaci\u00f3n sea m\u00e1s \u00fatil. De este modo, Createlli sabe valorar la experiencia de los ciudadanos m\u00e1s que otros.    \t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t<div class=\"premium-testimonial-author-info\">\n\t\t\t\t\t\t\t\t<h3 class=\"premium-testimonial-person-name\">\n\t\t\t\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\tAline Vercruyssen\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"premium-testimonial-job\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a target=\"_blank\" class=\"premium-testimonial-company-link\">\n\t\t\t\t\t\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\tCoordinador de Proyectos - Provincia de Flandes Oriental\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-testimonial-lower-quote\">\n\t\t\t\t\t\t\t<svg id=\"Layer_1\" class=\"premium-testimonial-quote\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"37\" viewBox=\"0 0 48 37\"><path d=\"m37,37c6.07,0,11-4.93,11-11s-4.93-11-11-11c-.32,0-.63.02-.94.05.54-4.81,2.18-9.43,4.79-13.52.19-.31.2-.7.03-1.01-.18-.32-.51-.52-.88-.52h-2c-.27,0-.54.11-.73.31-5.14,5.41-11.27,14.26-11.27,25.69,0,6.07,4.93,10.99,11,11h0Zm-26,0c6.07,0,11-4.93,11-11s-4.93-11-11-11c-.32,0-.63.02-.94.05.54-4.81,2.18-9.43,4.79-13.52.19-.31.2-.7.03-1.01-.18-.32-.51-.52-.87-.52h-2c-.27,0-.54.11-.73.31C6.13,5.72,0,14.57,0,26c0,6.07,4.93,10.99,11,11h0Zm0,0\"\/><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9624f6 elementor-widget elementor-widget-spacer\" data-id=\"c9624f6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1671b5a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1671b5a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f3c01f\" data-id=\"3f3c01f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9460068 elementor-widget elementor-widget-heading\" data-id=\"9460068\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SOCIOS PARA TUS RETOS DE PARTICIPACI\u00d3N  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e1c3c8 elementor-widget elementor-widget-text-editor\" data-id=\"0e1c3c8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Experiencia y herramientas para ayudarte de principio a fin: Servicios y soluciones flexibles para complementarte.<br>Somos pensadores, dise\u00f1adores y hacedores.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-419d90e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"419d90e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e13235c\" data-id=\"e13235c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13c5e0e elementor-widget elementor-widget-image\" data-id=\"13c5e0e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"570\" height=\"650\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg\" class=\"elementor-animation-shrink attachment-large size-large wp-image-2570\" alt=\"Digital participation\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg 570w, https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB-263x300.jpg 263w\" sizes=\"(max-width: 570px) 100vw, 570px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-adb8c3e\" data-id=\"adb8c3e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eee6709 e-flex e-con-boxed e-con e-parent\" data-id=\"eee6709\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-df7f087 e-con-full e-flex e-con e-child\" data-id=\"df7f087\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb316ca elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cb316ca\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comments\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\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-917e043 e-con-full e-flex e-con e-child\" data-id=\"917e043\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc46621 elementor-widget elementor-widget-heading\" data-id=\"dc46621\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ESTRATEGIA DE PARTICIPACI\u00d3N<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f6eb6d elementor-widget elementor-widget-text-editor\" data-id=\"6f6eb6d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00bfBuscas el mejor enfoque para implicar a las partes interesadas en tu proyecto, tu misi\u00f3n, tu comunidad?<\/p>\t\t\t\t\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-3b1e9ac e-flex e-con-boxed e-con e-parent\" data-id=\"3b1e9ac\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7d4c7af e-con-full e-flex e-con e-child\" data-id=\"7d4c7af\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47551e0 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"47551e0\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-tablet-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\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-5f8cc8c e-con-full e-flex e-con e-child\" data-id=\"5f8cc8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9b830 elementor-widget elementor-widget-heading\" data-id=\"9d9b830\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Createlli-Lab  \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6609094 elementor-widget elementor-widget-text-editor\" data-id=\"6609094\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00bfBuscas una aplicaci\u00f3n flexible y potente para implicar a las comunidades digitales y potenciar tus actividades de participaci\u00f3n f\u00edsica?<\/p>\t\t\t\t\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-d8b0b9b e-flex e-con-boxed e-con e-parent\" data-id=\"d8b0b9b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ce73be4 e-con-full e-flex e-con e-child\" data-id=\"ce73be4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3752ea4 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3752ea4\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-laptop\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\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-36acad9 e-con-full e-flex e-con e-child\" data-id=\"36acad9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a653ad elementor-widget elementor-widget-heading\" data-id=\"6a653ad\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SERVICIOS TECNOL\u00d3GICOS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd982b0 elementor-widget elementor-widget-text-editor\" data-id=\"dd982b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00bfQuieres incluir procesos de participaci\u00f3n y cocreaci\u00f3n en tus herramientas electr\u00f3nicas? \u00bfBuscas un uso avanzado de datos abiertos, mapas, SIG y 3D? <\/p>\t\t\t\t\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\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1397e280 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1397e280\" data-element_type=\"section\" id=\"portfolio\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2808414a\" data-id=\"2808414a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b543adb elementor-widget elementor-widget-heading\" data-id=\"3b543adb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">proyectos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c83ff52 elementor-widget elementor-widget-shortcode\" data-id=\"4c83ff52\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n\t\t\t\t<div id=\"portfolio-304\" class=\"portfolio-entries clr tablet-col mobile-col tablet-2-col mobile-1-col\">\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"portfolio-wrap \" data-layout=\"fitRows\" itemscope itemtype=\"http:\/\/schema.org\/ImageGallery\">\r\n\r\n\t\t\t\t\t\t<figure id=\"post-7030\" class=\"portfolio-entry clr col column-5 col-1 has-title\" itemprop=\"associatedMedia\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\">\n<div class=\"portfolio-entry-inner clr\">\n\n    \n        <div class=\"portfolio-entry-thumbnail\">\n\n            <a href=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen_Stuivenbergplein.jpg\" class=\"thumbnail-link portfolio-lightbox no-lightbox\" target=\"_self\" data-size=\"648x680\" itemprop=\"contentUrl\">\n\n                <img decoding=\"async\" width=\"648\" height=\"680\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen_Stuivenbergplein.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Una calle residencial segura alrededor de la Plaza Stuivenberg\" itemprop=\"image\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen_Stuivenbergplein.jpg 648w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen_Stuivenbergplein-286x300.jpg 286w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/>\n                <div class=\"overlay\"><\/div>\n\n            <\/a>\n\n                            <div class=\"portfolio-overlay-content\">\n                                            <ul class=\"portfolio-overlay-icons\">\n                                                            <li>\n                                    <a href=\"https:\/\/createlli.com\/es\/portfolio\/una-calle-residencial-segura-alrededor-de-la-plaza-stuivenberg\/\" class=\"op-link\" target=\"_self\" itemprop=\"contentUrl\"><i class=\" fas fa-link\" aria-hidden=\"true\" role=\"img\"><\/i><\/a>\n                                <\/li>\n                                                    <\/ul>\n                                    <\/div>\n            \n                            <div class=\"triangle-wrap\"><\/div>\n            \n        <\/div>\n\n    \n        <div class=\"portfolio-content clr\">\n                            <h3 class=\"portfolio-entry-title entry-title\">\n                                            <a href=\"https:\/\/createlli.com\/es\/portfolio\/una-calle-residencial-segura-alrededor-de-la-plaza-stuivenberg\/\" class=\"op-link\" title=\"Una calle residencial segura alrededor de la Plaza Stuivenberg\" rel=\"bookmark\" target=\"_self\" itemprop=\"contentUrl\">\n                    Una calle residencial segura alrededor de la Plaza Stuivenberg                        <\/a>\n                                    <\/h3>\n                                <div class=\"categories\"><a href=\"https:\/\/createlli.com\/es\/portfolio-category\/espacio\/\" class=\"op-link\" title=\"Espacio\">Espacio<\/a><span class=\"owp-sep\">,<\/span> <a href=\"https:\/\/createlli.com\/es\/portfolio-category\/movilidad\/\" class=\"op-link\" title=\"Movilidad\">Movilidad<\/a><span class=\"owp-sep\">,<\/span> <a href=\"https:\/\/createlli.com\/es\/portfolio-category\/vida-y-entorno-vital\/\" class=\"op-link\" title=\"Vida y entorno vital\">Vida y entorno vital<\/a><\/div>\n                        <\/div>\n\n    \n<\/div>\n<\/figure><figure id=\"post-6985\" class=\"portfolio-entry clr col column-5 col-2 has-title\" itemprop=\"associatedMedia\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\">\n<div class=\"portfolio-entry-inner clr\">\n\n    \n        <div class=\"portfolio-entry-thumbnail\">\n\n            <a href=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-scaled.jpg\" class=\"thumbnail-link portfolio-lightbox no-lightbox\" target=\"_self\" data-size=\"768x576\" itemprop=\"contentUrl\">\n\n                <img decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-768x576.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"La Plaza Hortensia Sillis, verde y sin pavimentar\" itemprop=\"image\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-768x576.jpg 768w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-300x225.jpg 300w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-1024x768.jpg 1024w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-1536x1152.jpg 1536w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/12\/Burgerbegroting_Antwerpen-2048x1536.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\n                <div class=\"overlay\"><\/div>\n\n            <\/a>\n\n                            <div class=\"portfolio-overlay-content\">\n                                            <ul class=\"portfolio-overlay-icons\">\n                                                            <li>\n                                    <a href=\"https:\/\/createlli.com\/es\/portfolio\/la-plaza-hortensia-sillis-verde-y-sin-pavimentar\/\" class=\"op-link\" target=\"_self\" itemprop=\"contentUrl\"><i class=\" fas fa-link\" aria-hidden=\"true\" role=\"img\"><\/i><\/a>\n                                <\/li>\n                                                    <\/ul>\n                                    <\/div>\n            \n                            <div class=\"triangle-wrap\"><\/div>\n            \n        <\/div>\n\n    \n        <div class=\"portfolio-content clr\">\n                            <h3 class=\"portfolio-entry-title entry-title\">\n                                            <a href=\"https:\/\/createlli.com\/es\/portfolio\/la-plaza-hortensia-sillis-verde-y-sin-pavimentar\/\" class=\"op-link\" title=\"La Plaza Hortensia Sillis, verde y sin pavimentar\" rel=\"bookmark\" target=\"_self\" itemprop=\"contentUrl\">\n                    La Plaza Hortensia Sillis, verde y sin pavimentar                        <\/a>\n                                    <\/h3>\n                                <div class=\"categories\"><a href=\"https:\/\/createlli.com\/es\/portfolio-category\/clima-medio-ambiente-y-naturaleza\/\" class=\"op-link\" title=\"Clima, medio ambiente y naturaleza\">Clima, medio ambiente y naturaleza<\/a><span class=\"owp-sep\">,<\/span> <a href=\"https:\/\/createlli.com\/es\/portfolio-category\/espacio\/\" class=\"op-link\" title=\"Espacio\">Espacio<\/a><\/div>\n                        <\/div>\n\n    \n<\/div>\n<\/figure><figure id=\"post-6188\" class=\"portfolio-entry clr col column-5 col-3 has-title\" itemprop=\"associatedMedia\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\">\n<div class=\"portfolio-entry-inner clr\">\n\n    \n        <div class=\"portfolio-entry-thumbnail\">\n\n            <a href=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-scaled.jpg\" class=\"thumbnail-link portfolio-lightbox no-lightbox\" target=\"_self\" data-size=\"768x586\" itemprop=\"contentUrl\">\n\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"586\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-768x586.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Geraardsbergen a bordo\" itemprop=\"image\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-768x586.jpg 768w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-300x229.jpg 300w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-1024x782.jpg 1024w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-1536x1172.jpg 1536w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/08\/BEWERKT-13-2048x1563.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\n                <div class=\"overlay\"><\/div>\n\n            <\/a>\n\n                            <div class=\"portfolio-overlay-content\">\n                                            <ul class=\"portfolio-overlay-icons\">\n                                                            <li>\n                                    <a href=\"https:\/\/createlli.com\/es\/portfolio\/geraardsbergen-a-bordo\/\" class=\"op-link\" target=\"_self\" itemprop=\"contentUrl\"><i class=\" fas fa-link\" aria-hidden=\"true\" role=\"img\"><\/i><\/a>\n                                <\/li>\n                                                    <\/ul>\n                                    <\/div>\n            \n                            <div class=\"triangle-wrap\"><\/div>\n            \n        <\/div>\n\n    \n        <div class=\"portfolio-content clr\">\n                            <h3 class=\"portfolio-entry-title entry-title\">\n                                            <a href=\"https:\/\/createlli.com\/es\/portfolio\/geraardsbergen-a-bordo\/\" class=\"op-link\" title=\"Geraardsbergen a bordo\" rel=\"bookmark\" target=\"_self\" itemprop=\"contentUrl\">\n                    Geraardsbergen a bordo                        <\/a>\n                                    <\/h3>\n                                <div class=\"categories\"><a href=\"https:\/\/createlli.com\/es\/portfolio-category\/espacio\/\" class=\"op-link\" title=\"Espacio\">Espacio<\/a><\/div>\n                        <\/div>\n\n    \n<\/div>\n<\/figure><figure id=\"post-6141\" class=\"portfolio-entry clr col column-5 col-4 has-title\" itemprop=\"associatedMedia\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\">\n<div class=\"portfolio-entry-inner clr\">\n\n    \n        <div class=\"portfolio-entry-thumbnail\">\n\n            <a href=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner.png\" class=\"thumbnail-link portfolio-lightbox no-lightbox\" target=\"_self\" data-size=\"768x655\" itemprop=\"contentUrl\">\n\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"655\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner-768x655.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Bilboko Doinuak &#8211; Abusu\/La Pe\u00f1a\" itemprop=\"image\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner-768x655.png 768w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner-300x256.png 300w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner-1024x873.png 1024w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/headliner.png 1073w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\n                <div class=\"overlay\"><\/div>\n\n            <\/a>\n\n                            <div class=\"portfolio-overlay-content\">\n                                            <ul class=\"portfolio-overlay-icons\">\n                                                            <li>\n                                    <a href=\"https:\/\/createlli.com\/es\/portfolio\/bilboko-doinuak-abusu-la-pena\/\" class=\"op-link\" target=\"_self\" itemprop=\"contentUrl\"><i class=\" fas fa-link\" aria-hidden=\"true\" role=\"img\"><\/i><\/a>\n                                <\/li>\n                                                    <\/ul>\n                                    <\/div>\n            \n                            <div class=\"triangle-wrap\"><\/div>\n            \n        <\/div>\n\n    \n        <div class=\"portfolio-content clr\">\n                            <h3 class=\"portfolio-entry-title entry-title\">\n                                            <a href=\"https:\/\/createlli.com\/es\/portfolio\/bilboko-doinuak-abusu-la-pena\/\" class=\"op-link\" title=\"Bilboko Doinuak &#8211; Abusu\/La Pe\u00f1a\" rel=\"bookmark\" target=\"_self\" itemprop=\"contentUrl\">\n                    Bilboko Doinuak &#8211; Abusu\/La Pe\u00f1a                        <\/a>\n                                    <\/h3>\n                                <div class=\"categories\"><a href=\"https:\/\/createlli.com\/es\/portfolio-category\/cultura-y-ocio\/\" class=\"op-link\" title=\"Cultura y ocio\">Cultura y ocio<\/a><\/div>\n                        <\/div>\n\n    \n<\/div>\n<\/figure><figure id=\"post-6116\" class=\"portfolio-entry clr col column-5 col-5 has-title\" itemprop=\"associatedMedia\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\">\n<div class=\"portfolio-entry-inner clr\">\n\n    \n        <div class=\"portfolio-entry-thumbnail\">\n\n            <a href=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-scaled.jpg\" class=\"thumbnail-link portfolio-lightbox no-lightbox\" target=\"_self\" data-size=\"768x578\" itemprop=\"contentUrl\">\n\n                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"578\" src=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-768x578.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Plan de Movilidad Sostenible de Trapagaran\" itemprop=\"image\" srcset=\"https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-768x578.jpg 768w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-300x226.jpg 300w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-1024x771.jpg 1024w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-1536x1157.jpg 1536w, https:\/\/createlli.com\/wp-content\/uploads\/2025\/07\/wijkwandeling-1-2048x1542.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\n                <div class=\"overlay\"><\/div>\n\n            <\/a>\n\n                            <div class=\"portfolio-overlay-content\">\n                                            <ul class=\"portfolio-overlay-icons\">\n                                                            <li>\n                                    <a href=\"https:\/\/createlli.com\/es\/portfolio\/plan-de-movilidad-urbana-sostenible-trapagaran\/\" class=\"op-link\" target=\"_self\" itemprop=\"contentUrl\"><i class=\" fas fa-link\" aria-hidden=\"true\" role=\"img\"><\/i><\/a>\n                                <\/li>\n                                                    <\/ul>\n                                    <\/div>\n            \n                            <div class=\"triangle-wrap\"><\/div>\n            \n        <\/div>\n\n    \n        <div class=\"portfolio-content clr\">\n                            <h3 class=\"portfolio-entry-title entry-title\">\n                                            <a href=\"https:\/\/createlli.com\/es\/portfolio\/plan-de-movilidad-urbana-sostenible-trapagaran\/\" class=\"op-link\" title=\"Plan de Movilidad Sostenible de Trapagaran\" rel=\"bookmark\" target=\"_self\" itemprop=\"contentUrl\">\n                    Plan de Movilidad Sostenible de Trapagaran                        <\/a>\n                                    <\/h3>\n                                <div class=\"categories\"><a href=\"https:\/\/createlli.com\/es\/portfolio-category\/movilidad\/\" class=\"op-link\" title=\"Movilidad\">Movilidad<\/a><\/div>\n                        <\/div>\n\n    \n<\/div>\n<\/figure>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t    \r\n\t\t\t\t\t\t\t\t\t\t\t<style type=\"text\/css\">@media (max-width:480px){#portfolio-304.portfolio-entries .portfolio-filters li{width:100%}}#portfolio-304.portfolio-entries .portfolio-content{padding:15px}#portfolio-304.portfolio-entries .portfolio-entry-title{font-size:19px;font-weight:600}<\/style>\r\n\t\t\t\t\t\r\n\t\t\t\t<\/div><!-- .portfolio-entries -->\r\n\r\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-691ec4a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"691ec4a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md elementor-animation-shrink\" href=\"https:\/\/createlli.com\/es\/cartera-2\/\">\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\">Ver todos los proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-cfa888a e-flex e-con-boxed e-con e-parent\" data-id=\"cfa888a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f08adb5 elementor-widget elementor-widget-heading\" data-id=\"f08adb5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Nuestro equipo<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-96b399f e-con-full e-flex e-con e-child\" data-id=\"96b399f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-132fc49 e-con-full img-hover e-flex e-con e-child\" data-id=\"132fc49\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c0b89d6 e-con-full show-hover e-flex e-con e-child\" data-id=\"c0b89d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37b3357 elementor-widget elementor-widget-heading\" data-id=\"37b3357\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Jan De Kezel<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a18ba0e elementor-widget elementor-widget-text-editor\" data-id=\"a18ba0e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Socio, <\/span><span style=\"font-weight: 400;\">Estrategia y Orientaci\u00f3n de Procesos, Herramientas Digitales<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a050212 elementor-widget elementor-widget-text-editor\" data-id=\"a050212\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">jan.dekezel@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-472295b elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"472295b\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/jan-de-kezel-861727\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-a11de8e e-con-full img-hover e-flex e-con e-child\" data-id=\"a11de8e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a17fae2 e-con-full show-hover e-flex e-con e-child\" data-id=\"a17fae2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44f22fc elementor-widget elementor-widget-heading\" data-id=\"44f22fc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Jan Vincke<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-071433c elementor-widget elementor-widget-text-editor\" data-id=\"071433c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Socio, <\/span><span style=\"font-weight: 400;\">Estrategia y Facilitaci\u00f3n de Procesos, Coordinaci\u00f3n de \u00c1reas<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed89ab5 elementor-widget elementor-widget-text-editor\" data-id=\"ed89ab5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">jan.vincke@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff72839 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"ff72839\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/jan-vincke-1344a04\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-9eafb9c e-con-full img-hover e-flex e-con e-child\" data-id=\"9eafb9c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-33f2484 e-con-full show-hover e-flex e-con e-child\" data-id=\"33f2484\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e346f1f elementor-widget elementor-widget-heading\" data-id=\"e346f1f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Guillaume Herr-Zekanowski<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f0684b elementor-widget elementor-widget-text-editor\" data-id=\"8f0684b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Estrategia y orientaci\u00f3n del proceso<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b01d73b elementor-widget elementor-widget-text-editor\" data-id=\"b01d73b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">guillaume.<\/span><\/p><p><span style=\"font-weight: 400;\">herrzekanowski<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e30b66e elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"e30b66e\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/guillaume-herr-zekanowski-9a985b39\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-579d9a8 e-con-full img-hover e-flex e-con e-child\" data-id=\"579d9a8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67bd2dd e-con-full show-hover e-flex e-con e-child\" data-id=\"67bd2dd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ccc998 elementor-widget elementor-widget-heading\" data-id=\"6ccc998\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Fabio Morales<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f60bc0 elementor-widget elementor-widget-text-editor\" data-id=\"0f60bc0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Gesti\u00f3n de Procesos, Facilitaci\u00f3n de Conversaciones, Dise\u00f1o<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dcd42b elementor-widget elementor-widget-text-editor\" data-id=\"3dcd42b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Fabio.Morales<\/span><\/p><p><span style=\"font-weight: 400;\">@createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9a930d elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a9a930d\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/fabio-jaime-morales\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-82540f5 e-con-full e-flex e-con e-child\" data-id=\"82540f5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-94319c1 e-con-full img-hover e-flex e-con e-child\" data-id=\"94319c1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8d4b210 e-con-full show-hover e-flex e-con e-child\" data-id=\"8d4b210\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06815f2 elementor-widget elementor-widget-heading\" data-id=\"06815f2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.linkedin.com\/in\/fien-joos-2a081521b\/\">Fien Joos<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39e15d6 elementor-widget elementor-widget-text-editor\" data-id=\"39e15d6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Gesti\u00f3n de procesos, medios digitales, dise\u00f1o<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2e0abd elementor-widget elementor-widget-text-editor\" data-id=\"d2e0abd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">fien.joos<\/span><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-daaf17d elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"daaf17d\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/fien-joos-2a081521b\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-20ef619 e-con-full img-hover e-flex e-con e-child\" data-id=\"20ef619\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c067f9f e-con-full show-hover e-flex e-con e-child\" data-id=\"c067f9f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-65364b5 elementor-widget elementor-widget-heading\" data-id=\"65364b5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Iris Vande Walle<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-030c2d4 elementor-widget elementor-widget-text-editor\" data-id=\"030c2d4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Orientaci\u00f3n sobre proyectos y procesos<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60c1540 elementor-widget elementor-widget-text-editor\" data-id=\"60c1540\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">iris.vandewalle<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-167fb10 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"167fb10\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/irisvandewalle\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-cd1e929 e-con-full img-hover e-flex e-con e-child\" data-id=\"cd1e929\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2d2b457 e-con-full show-hover e-flex e-con e-child\" data-id=\"2d2b457\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78acb3c elementor-widget elementor-widget-heading\" data-id=\"78acb3c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Jone Belausteguigoitia<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be587dd elementor-widget elementor-widget-text-editor\" data-id=\"be587dd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Experto en Estrategia y Orientaci\u00f3n, G\u00e9nero e Impacto de la Participaci\u00f3n<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b63d6ce elementor-widget elementor-widget-text-editor\" data-id=\"b63d6ce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">jone.<\/span><\/p><p><span style=\"font-weight: 400;\">belaustequigoitia<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56d2bfe elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"56d2bfe\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/jone-belausteguigoitia-37a1b849\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-2941d98 e-con-full img-hover e-flex e-con e-child\" data-id=\"2941d98\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-53ba464 e-con-full show-hover e-flex e-con e-child\" data-id=\"53ba464\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-712cee8 elementor-widget elementor-widget-heading\" data-id=\"712cee8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Irati Alonso<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccc7edd elementor-widget elementor-widget-text-editor\" data-id=\"ccc7edd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Estrategia y Orientaci\u00f3n de Procesos, Herramientas Digitales<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e34a4cb elementor-widget elementor-widget-text-editor\" data-id=\"e34a4cb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">irati.alonso<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68fa1e1 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"68fa1e1\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/iratialonso\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-3f0c502 e-con-full e-flex e-con e-child\" data-id=\"3f0c502\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-845fe11 e-con-full img-hover e-flex e-con e-child\" data-id=\"845fe11\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-42ac400 e-con-full show-hover e-flex e-con e-child\" data-id=\"42ac400\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27f8691 elementor-widget elementor-widget-heading\" data-id=\"27f8691\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.linkedin.com\/in\/luna-peeters-53a549187\/\">Luna Peeters<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4fb258 elementor-widget elementor-widget-text-editor\" data-id=\"a4fb258\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Gesti\u00f3n de Procesos, Herramientas Digitales, Herramientas de An\u00e1lisis Espacial<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e59e6cc elementor-widget elementor-widget-text-editor\" data-id=\"e59e6cc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Luna.Peeters<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84c64d3 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"84c64d3\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/luna-peeters-53a549187\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-5ce371a e-con-full img-hover e-flex e-con e-child\" data-id=\"5ce371a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a22c34a e-con-full show-hover e-flex e-con e-child\" data-id=\"a22c34a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-695f2f2 elementor-widget elementor-widget-heading\" data-id=\"695f2f2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Mirte De Ganck<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f547247 elementor-widget elementor-widget-text-editor\" data-id=\"f547247\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Coordinaci\u00f3n y facilitaci\u00f3n de procesos, Herramientas digitales, Herramientas de an\u00e1lisis espacial<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c5c317 elementor-widget elementor-widget-text-editor\" data-id=\"7c5c317\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Mirte.deganck<\/span><br><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61520e3 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"61520e3\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c43c4d5\" href=\"https:\/\/www.linkedin.com\/in\/mirte-de-ganck\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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-d24a3cd e-con-full img-hover e-flex e-con e-child\" data-id=\"d24a3cd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8cd9905 e-con-full show-hover e-flex e-con e-child\" data-id=\"8cd9905\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b1f472 elementor-widget elementor-widget-heading\" data-id=\"3b1f472\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Ashish Verma<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93f4804 elementor-widget elementor-widget-text-editor\" data-id=\"93f4804\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Desarrollador<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\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-df382e9 e-con-full img-hover e-flex e-con e-child\" data-id=\"df382e9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-059f42d e-con-full show-hover e-flex e-con e-child\" data-id=\"059f42d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e97fb7 elementor-widget elementor-widget-heading\" data-id=\"9e97fb7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"http:\/\/139.162.173.150\/team\/\">Ashish Verma<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71a713d elementor-widget elementor-widget-text-editor\" data-id=\"71a713d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Desarrollador principal<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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-afa25a7 e-con-full e-flex e-con e-child\" data-id=\"afa25a7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fecfb6e e-con-full img-hover e-flex e-con e-child\" data-id=\"fecfb6e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5edb4fd e-con-full show-hover e-flex e-con e-child\" data-id=\"5edb4fd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7ba414 elementor-widget elementor-widget-heading\" data-id=\"f7ba414\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.linkedin.com\/in\/luna-peeters-53a549187\/\">Irene P\u00e9rez-Mallaina<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cfe62b elementor-widget elementor-widget-text-editor\" data-id=\"3cfe62b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Becaria 2026<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-396263e elementor-widget elementor-widget-text-editor\" data-id=\"396263e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Irene.mallaina<\/span><\/p><p><span style=\"font-weight: 400;\">@<\/span><span style=\"font-weight: 400;\">createlli.com<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\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-a35cdcd e-con-full img-hover e-flex e-con e-child\" data-id=\"a35cdcd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f867f87 e-con-full img-hover e-flex e-con e-child\" data-id=\"f867f87\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bc5dc30 e-con-full img-hover e-flex e-con e-child\" data-id=\"bc5dc30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-39d87d6 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"39d87d6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3331c74f\" data-id=\"3331c74f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3589a7fb elementor-widget elementor-widget-text-editor\" data-id=\"3589a7fb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Creemos que la participaci\u00f3n tiene que implicar a todos los grupos de interesados, empezando por generar confianza y comprensi\u00f3n. Tiene que ser transparente, flexible y estar bien organizada<br>para lograr soluciones eficaces creadas conjuntamente. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75107cf2 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"75107cf2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md elementor-animation-shrink\" href=\"https:\/\/createlli.com\/es\/ponte-en-contacto-con\/\">\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\">contacta con nosotros<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-09e6b4f e-flex e-con-boxed e-con e-parent\" data-id=\"09e6b4f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Socios para el conocimiento y el compromiso Sigue leyendo Socios para el conocimiento y el compromiso Sigue leyendo Socios para el conocimiento y el compromiso Sigue leyendo Socios para el conocimiento y el compromiso Sigue leyendo Socios para el conocimiento y el compromiso Sigue leyendo Socios para el conocimiento y el compromiso Sigue leyendo PARA [&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,"ocean_post_layout":"full-screen","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"on","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","ofc_meta_disable_footer_callout":"","ofc_meta_callout_button_url":"","ofc_meta_callout_button_txt":"","ofc_meta_callout_text":"","ofc_enable_fullscreen":"disable","ofc_fullscreen_speed":0,"ofc_fullscreen_nav":"enable","ofc_fullscreen_nav_pos":"right","ofc_fullscreen_nav_color":"","ofc_fullscreen_nav_tooltip_color":"","ofc_fullscreen_responsive":0,"osh_disable_topbar_sticky":"default","osh_disable_header_sticky":"default","osh_sticky_header_style":"default","osh_sticky_header_effect":"","osh_custom_sticky_logo":0,"osh_custom_retina_sticky_logo":0,"osh_custom_sticky_logo_height":0,"osh_background_color":"","osh_links_color":"","osh_links_hover_color":"","osh_links_active_color":"","osh_links_bg_color":"","osh_links_hover_bg_color":"","osh_links_active_bg_color":"","osh_menu_social_links_color":"","osh_menu_social_hover_links_color":"","footnotes":""},"class_list":["post-2569","page","type-page","status-publish","hentry","entry","has-media"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico<\/title>\n<meta name=\"description\" content=\"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/createlli.com\/es\/inicio\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\" \/>\n<meta property=\"og:description\" content=\"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/createlli.com\/es\/inicio\/\" \/>\n<meta property=\"og:site_name\" content=\"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T15:07:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"570\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/createlli.com\/es\/inicio\/\",\"url\":\"https:\/\/createlli.com\/es\/inicio\/\",\"name\":\"Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\",\"isPartOf\":{\"@id\":\"https:\/\/createlli.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/createlli.com\/es\/inicio\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/createlli.com\/es\/inicio\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg\",\"datePublished\":\"2023-04-20T07:07:11+00:00\",\"dateModified\":\"2026-03-09T15:07:54+00:00\",\"description\":\"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.\",\"breadcrumb\":{\"@id\":\"https:\/\/createlli.com\/es\/inicio\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/createlli.com\/es\/inicio\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/createlli.com\/es\/inicio\/#primaryimage\",\"url\":\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg\",\"contentUrl\":\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/createlli.com\/es\/inicio\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/createlli.com\/es\/inicio\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inicio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/createlli.com\/#website\",\"url\":\"https:\/\/createlli.com\/\",\"name\":\"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\",\"description\":\"Createlli sparks change through participation and co-creation, shaping society in spatial planning, mobility, climate, sustainability, and quality of life.\",\"publisher\":{\"@id\":\"https:\/\/createlli.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/createlli.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/createlli.com\/#organization\",\"name\":\"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\",\"url\":\"https:\/\/createlli.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/createlli.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/cropped-Createlli-logo-white_2.png\",\"contentUrl\":\"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/cropped-Createlli-logo-white_2.png\",\"width\":144,\"height\":31,\"caption\":\"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico\"},\"image\":{\"@id\":\"https:\/\/createlli.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","description":"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.","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:\/\/createlli.com\/es\/inicio\/","og_locale":"es_ES","og_type":"article","og_title":"Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","og_description":"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.","og_url":"https:\/\/createlli.com\/es\/inicio\/","og_site_name":"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","article_modified_time":"2026-03-09T15:07:54+00:00","og_image":[{"width":570,"height":650,"url":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/createlli.com\/es\/inicio\/","url":"https:\/\/createlli.com\/es\/inicio\/","name":"Inicio - Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","isPartOf":{"@id":"https:\/\/createlli.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/createlli.com\/es\/inicio\/#primaryimage"},"image":{"@id":"https:\/\/createlli.com\/es\/inicio\/#primaryimage"},"thumbnailUrl":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg","datePublished":"2023-04-20T07:07:11+00:00","dateModified":"2026-03-09T15:07:54+00:00","description":"Createlli impulsa el cambio mediante la participaci\u00f3n y la cocreaci\u00f3n, dando forma a la sociedad en materia de ordenaci\u00f3n del territorio, movilidad, clima, sostenibilidad y calidad de vida.","breadcrumb":{"@id":"https:\/\/createlli.com\/es\/inicio\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/createlli.com\/es\/inicio\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/createlli.com\/es\/inicio\/#primaryimage","url":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg","contentUrl":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/WEB.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/createlli.com\/es\/inicio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/createlli.com\/es\/inicio\/"},{"@type":"ListItem","position":2,"name":"Inicio"}]},{"@type":"WebSite","@id":"https:\/\/createlli.com\/#website","url":"https:\/\/createlli.com\/","name":"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","description":"Createlli sparks change through participation and co-creation, shaping society in spatial planning, mobility, climate, sustainability, and quality of life.","publisher":{"@id":"https:\/\/createlli.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/createlli.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/createlli.com\/#organization","name":"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico","url":"https:\/\/createlli.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/createlli.com\/#\/schema\/logo\/image\/","url":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/cropped-Createlli-logo-white_2.png","contentUrl":"https:\/\/createlli.com\/wp-content\/uploads\/2024\/08\/cropped-Createlli-logo-white_2.png","width":144,"height":31,"caption":"Createlli | Participaci\u00f3n y co-creaci\u00f3n para el dise\u00f1o del espacio p\u00fablico"},"image":{"@id":"https:\/\/createlli.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/pages\/2569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/comments?post=2569"}],"version-history":[{"count":28,"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/pages\/2569\/revisions"}],"predecessor-version":[{"id":7421,"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/pages\/2569\/revisions\/7421"}],"wp:attachment":[{"href":"https:\/\/createlli.com\/es\/wp-json\/wp\/v2\/media?parent=2569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}