{"id":52422,"date":"2021-05-12T18:50:20","date_gmt":"2021-05-12T16:50:20","guid":{"rendered":"https:\/\/fundesplai.org\/meet\/mission-and-values\/"},"modified":"2025-11-28T10:44:06","modified_gmt":"2025-11-28T09:44:06","slug":"mission-and-values","status":"publish","type":"page","link":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/","title":{"rendered":"Mission and values"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section Som Fundesplai&#8221; _builder_version=&#8221;4.17.4&#8243; custom_margin=&#8221;50px||50px||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;30px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Row&#8221; _builder_version=&#8221;4.16&#8243; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;T\u00edtol SOM FUNDESPLAI&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>We are Fundesplai<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.21.0&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center\">We are a <strong>non-profit organization<\/strong> with a team of committed and enthusiastic people to make a better world. To this end, <g id=\"gid_1\">we have been educating for coexistence and sustainability<\/g> for <g id=\"gid_2\">more than 50 years<\/g> , in a wide variety of social and territorial areas. As our <a href=\"#missi%C3%B3\">mission<\/a> indicates, we want to transform society through our action in the educational, social and environmental fields.  <\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.19.0&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div>\n<div style=\"text-align: center\"><button id=\"confetti\" onclick=\"throwConfetti()\">\ud83c\udf89 FOR\u00c7A FUNDESPLAI!<\/button>\r\n\r\n<style>      \r\n      button {\r\n        padding: 1rem;\r\n        font-size: 30px;\r\n        background-color: #dcdc1c;\r\n        border: none;\r\n        border-radius: 6px;\r\n        font-weight: bold;\r\n        color: #fff;\r\n        font-family: 'Roboto';\r\n        text-align: center;\r\n        align-items: center;\r\n        margin-top: 50px;\r\n      }\r\n<\/style>\r\n\r\n<script>\r\n \r\n   var defaultColors = ['#98bf24', '#47a632', '#065d2a', '#00782e', '#dcdc1c'];\r\n\r\nfunction createElements(root, elementCount, colors, width, height) {\r\n  return Array.from({\r\n    length: elementCount,\r\n  }).map(function(_, index) {\r\n    var element = document.createElement('div');\r\n    var color = colors[index % colors.length];\r\n    element.style['background-color'] = color; \r\n\r\n    element.style.width = width;\r\n    element.style.height = height;\r\n    element.style.position = 'absolute';\r\n    element.style.willChange = 'transform, opacity';\r\n    element.style.visibility = 'hidden';\r\n    root.appendChild(element);\r\n    return element;\r\n  });\r\n}\r\n\r\nfunction randomPhysics(angle, spread, startVelocity, random) {\r\n  var radAngle = angle * (Math.PI \/ 180);\r\n  var radSpread = spread * (Math.PI \/ 180);\r\n  return {\r\n    x: 0,\r\n    y: 0,\r\n    z: 0,\r\n    wobble: random() * 10,\r\n    wobbleSpeed: 0.1 + random() * 0.1,\r\n    velocity: startVelocity * 0.5 + random() * startVelocity,\r\n    angle2D: -radAngle + (0.5 * radSpread - random() * radSpread),\r\n    angle3D: -(Math.PI \/ 4) + random() * (Math.PI \/ 2),\r\n    tiltAngle: random() * Math.PI,\r\n    tiltAngleSpeed: 0.1 + random() * 0.3,\r\n  };\r\n}\r\n\r\nfunction updateFetti(fetti, progress, dragFriction, decay) {\r\n  fetti.physics.x += Math.cos(fetti.physics.angle2D) * fetti.physics.velocity;\r\n  fetti.physics.y += Math.sin(fetti.physics.angle2D) * fetti.physics.velocity;\r\n  fetti.physics.z += Math.sin(fetti.physics.angle3D) * fetti.physics.velocity;\r\n  fetti.physics.wobble += fetti.physics.wobbleSpeed; \r\n  if (decay) {\r\n    fetti.physics.velocity *= decay;\r\n  } else {\r\n    fetti.physics.velocity -= fetti.physics.velocity * dragFriction;\r\n  }\r\n\r\n  fetti.physics.y += 3;\r\n  fetti.physics.tiltAngle += fetti.physics.tiltAngleSpeed;\r\n  var _fetti$physics = fetti.physics;\r\n  var x = _fetti$physics.x;\r\n  var y = _fetti$physics.y;\r\n  var z = _fetti$physics.z;\r\n  var tiltAngle = _fetti$physics.tiltAngle;\r\n  var wobble = _fetti$physics.wobble;\r\n\r\n  var wobbleX = x + 10 * Math.cos(wobble);\r\n  var wobbleY = y + 10 * Math.sin(wobble);\r\n  var transform =\r\n    'translate3d(' +\r\n    wobbleX +\r\n    'px, ' +\r\n    wobbleY +\r\n    'px, ' +\r\n    z +\r\n    'px) rotate3d(1, 1, 1, ' +\r\n    tiltAngle +\r\n    'rad)';\r\n  fetti.element.style.visibility = 'visible';\r\n  fetti.element.style.transform = transform;\r\n  fetti.element.style.opacity = 1 - progress;\r\n \r\n}\r\n\r\nfunction animate(root, fettis, dragFriction, decay, duration, stagger) {\r\n  var startTime = void 0;\r\n  return new Promise(function(resolve) {\r\n    function update(time) {\r\n      if (!startTime) startTime = time;\r\n      var elapsed = time - startTime;\r\n      var progress = startTime === time ? 0 : (time - startTime) \/ duration;\r\n      fettis.slice(0, Math.ceil(elapsed \/ stagger)).forEach(function(fetti) {\r\n        updateFetti(fetti, progress, dragFriction, decay);\r\n      });\r\n\r\n      if (time - startTime < duration) {\r\n        requestAnimationFrame(update);\r\n      } else {\r\n        fettis.forEach(function(fetti) {\r\n          if (fetti.element.parentNode === root) {\r\n            return root.removeChild(fetti.element);\r\n          }\r\n        });\r\n        resolve();\r\n      }\r\n    }\r\n\r\n    requestAnimationFrame(update);\r\n  });\r\n}\r\n\r\nvar defaults = {\r\n  angle: 90,\r\n  spread: 45,\r\n  startVelocity: 45,\r\n  elementCount: 50,\r\n  width: '10px',\r\n  height: '10px',\r\n  perspective: '',\r\n  colors: defaultColors,\r\n  duration: 3000,\r\n  stagger: 0,\r\n  dragFriction: 0.1,\r\n  random: Math.random,\r\n};\r\n\r\nfunction backwardPatch(config) {\r\n  if (!config.stagger && config.delay) {\r\n    config.stagger = config.delay;\r\n  }\r\n\r\n  return config;\r\n}\r\n\r\nwindow.confetti = function(root) {\r\n  var config = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];\r\n\r\n  var _Object$assign = Object.assign({}, defaults, backwardPatch(config));\r\n\r\n  var elementCount = _Object$assign.elementCount;\r\n  var colors = _Object$assign.colors;\r\n  var width = _Object$assign.width;\r\n  var height = _Object$assign.height;\r\n  var perspective = _Object$assign.perspective;\r\n  var angle = _Object$assign.angle;\r\n  var spread = _Object$assign.spread;\r\n  var startVelocity = _Object$assign.startVelocity;\r\n  var decay = _Object$assign.decay;\r\n  var dragFriction = _Object$assign.dragFriction;\r\n  var duration = _Object$assign.duration;\r\n  var stagger = _Object$assign.stagger;\r\n  var random = _Object$assign.random;\r\n\r\n  root.style.perspective = perspective;\r\n  var elements = createElements(root, elementCount, colors, width, height);\r\n  var fettis = elements.map(function(element) {\r\n    return {\r\n      element: element,\r\n      physics: randomPhysics(angle, spread, startVelocity, random),\r\n    };\r\n  });\r\n  return animate(root, fettis, dragFriction, decay, duration, stagger);\r\n};\r\n\r\n\r\nfunction throwConfetti(e) {\r\n        \/\/confeti\r\n        window.confetti(\r\n          document.getElementById('confetti'), \r\n          { angle: 90, spread: 280, startVelocity: 150, elementCount: 200, decay: 0.7 }\r\n        );\r\n      } \r\n\r\n\r\n\r\n<\/script><\/div>\n<\/div>\n<div id=\"mouseposition-extension-element-full-container\" style=\"font-weight: 400\">\n<div id=\"mouseposition-extension-element-rect-display\" style=\"display: none;font-size: 12px;justify-content: center;align-items: center;cursor: default;color: #000000;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;width: 0px;height: 0px\">\n<pre style=\"flex: 1 1 0%;text-align: center;color: #000000;min-width: 42px;min-height: 12px\"> <\/pre>\n<\/div>\n<pre id=\"mouseposition-extension-element-coordinate-display\" style=\"display: none;background: #ffffff;font-size: 12px;line-height: 14px;border-radius: 3px;border-width: 1px;border-color: #222222 black #333333;border-style: solid;padding: 3px;color: #222222;cursor: default;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif\"> <\/pre>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_6,1_6,1_6,1_6,1_6,1_6&#8243; module_class=&#8221;llista-icones-blurb-awesome&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;50px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;MISSION and VISION&#8221; url=&#8221;#missi\u00f3&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe027;||fa||900&#8243; admin_label=&#8221;Missi\u00f3&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;VALUES&#8221; url=&#8221;#valors&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf77e;||fa||900&#8243; admin_label=&#8221;Valors&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;WHAT WE DO&#8221; url=&#8221;#fem&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe443;||fa||900&#8243; admin_label=&#8221;Qu\u00e8 fem&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;IMPACT&#8221; url=&#8221;#xifres&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf640;||fa||900&#8243; admin_label=&#8221;Xifres&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;HISTORY&#8221; url=&#8221;#historia&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf66f;||fa||900&#8243; admin_label=&#8221;Hist\u00f2ria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;TEAM&#8221; url=&#8221;#equip&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe533;||fa||900&#8243; admin_label=&#8221;Equip&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;30px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=VKFMQycb6NQ&amp;list=PLuUk2XdXcigUqhm9Q0gjE4qxTw2tTsAxk&amp;index=9&#8243; image_src=&#8221;https:\/\/fundesplai.org\/wp-content\/uploads\/2022\/05\/colonies-angles-Fundesplai.jpg&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section: Missi\u00f3&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#007c37&#8243; background_image=&#8221;https:\/\/fundesplai.org\/wp-content\/uploads\/2022\/06\/MicrosoftTeams-image-1.png&#8221; background_size=&#8221;contain&#8221; background_position=&#8221;bottom_right&#8221; background_horizontal_offset=&#8221;-10%&#8221; background_vertical_offset=&#8221;-80px&#8221; custom_margin=&#8221;50px||50px||false|false&#8221; custom_margin_tablet=&#8221;||50px||false|false&#8221; custom_margin_phone=&#8221;30px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_enable_image=&#8221;off&#8221; background_size=&#8221;custom&#8221; background_image_width=&#8221;19%&#8221; background_position=&#8221;bottom_right&#8221; background_horizontal_offset=&#8221;-2%&#8221; background_vertical_offset=&#8221;58%&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;80px|30px|80px|30px|false|false&#8221; custom_padding_tablet=&#8221;80px|30px|80px|30px|false|false&#8221; custom_padding_phone=&#8221;80px|30px|80px|30px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;T\u00edtol MISSI\u00d3&#8221; module_id=&#8221;missi\u00f3&#8221; _builder_version=&#8221;4.17.4&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"invertit\">Our mission<\/h2>\n<p>[\/et_pb_text][et_pb_testimonial quote_icon=&#8221;off&#8221; quote_icon_color=&#8221;#FFFFFF&#8221; admin_label=&#8221;Testimonial: Missi\u00f3&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; body_text_color=&#8221;#FFFFFF&#8221; body_font_size=&#8221;30px&#8221; use_background_color=&#8221;off&#8221; text_orientation=&#8221;center&#8221; width=&#8221;80%&#8221; max_width=&#8221;1200px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; custom_css_before=&#8221;left:-280px;||top:-120px;||margin-left:0;||transform:scaleX(-1);||font-size:300px;||opacity:0.5;&#8221; custom_css_main_element=&#8221;font-weight:400;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Educate children and young people, strengthen leisure organizations and the Third Sector, improve the environment and promote citizenship and social inclusion, with a transformative will.<\/p>\n<p>[\/et_pb_testimonial][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;VISI\u00d3&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center\">Vision<\/h2>\n<p style=\"text-align: center\">We want to be a recognized and sustainable organization, which combines local and global logic in its actions with territorial presence; characterized by quality and innovation and by establishing strategic alliances, especially with city councils and the local world in general.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||100px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.17.4&#8243; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;T\u00edtol VALORS&#8221; module_id=&#8221;valors&#8221; _builder_version=&#8221;4.21.0&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center\">Our values<\/h2>\n<p style=\"text-align: center\">There are <strong>9 fundamental values<\/strong> \u200b\u200bthat are the pillars of the organization, which form the ethical basis and underpin all our projects and actions. These are <strong style=\"font-size: 120%;color: #065d2a\">human values<\/strong> \u200b\u200b( <em>Utopia, Solidarity, Initiative, Happiness<\/em> , which guide our mission and objectives) and <strong style=\"font-size: 120%;color: #47a632\">organizational values<\/strong> \u200b\u200b( <em>Independence, Transparency, Pluralism, Sustainability, Coherence<\/em> , which mark the identity traits of the entity and how we work). <\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;Pinya valors&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||100px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Pine cone values&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Code: Pinya valors desktop&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n         <link\r\n           rel=\"stylesheet\"\r\n           href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\r\n         >\r\n        <div class=\"pinya-div\">\r\n            <svg\r\n   version=\"1.1\"\r\n   id=\"svg2\"\r\n   width=\"400\"\r\n   height=\"400\"\r\n   viewBox=\"0 0 400 400\"\r\n   xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n   xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\">\r\n  <defs\r\n     id=\"defs6\" \/>\r\n  <g\r\n     id=\"g8\">\r\n    <g\r\n       id=\"g67722\"\r\n       transform=\"translate(182.73196,13.057748)\">\r\n      <path class=\"path01\"\r\n         d=\"M 10.406888,59.817744 C 4.3004981,58.501891 -0.69278189,55.764455 -4.7774919,51.493303 c -6.4013301,-6.693498 -7.7805501,-18.249018 -3.13099,-26.23219 3.71484,-6.37826 30.1566899,-34.0878579 32.5283099,-34.0878579 2.10462,0 1.6508,-0.4306542 18.28076,17.3475064 14.134513,15.1104045 15.144913,16.5341515 16.555303,23.3279925 2.66611,12.842586 -6.85407,25.152579 -21.835653,28.234409 -6.77427,1.393521 -20.11883,1.263368 -27.21335,-0.265419 z\"\r\n         id=\"path386\" \/>\r\n      <path\r\n      class=\"path02\"\r\n         d=\"m 98.494651,119.10726 c -12.10964,-2.43408 -25.02702,-8.2969 -30.73747,-13.95082 -9.1811,-9.090236 -9.27007,-25.267288 -0.18504,-33.648711 1.29103,-1.191039 6.39732,-4.292122 11.34732,-6.891294 4.95,-2.599172 13.3924,-7.137185 18.76088,-10.084474 5.368479,-2.947288 10.420609,-5.358706 11.226949,-5.358706 2.12082,0 3.46206,2.437338 12.65658,23 7.39339,16.534596 8.27184,19.137434 8.26871,24.499999 -0.004,7.306106 -2.66978,12.963256 -8.12529,17.244626 -6.07371,4.76651 -15.18393,6.80318 -23.212639,5.18938 z\"\r\n         id=\"path384\" \/>\r\n      <path class=\"path03\"\r\n         d=\"m -62.080541,119.49715 c -19.814237,-4.39974 -25.52949,-19.43784 -15.515187,-40.823895 2.317896,-4.95 5.969546,-12.738671 8.114776,-17.308157 2.14523,-4.569487 3.90041,-8.741634 3.90041,-9.271439 0,-0.529805 1.0629,-1.44757 2.36199,-2.039478 1.982351,-0.903219 3.388751,-0.523849 8.750001,2.360277 3.51341,1.890061 11.74403,6.282906 18.290279,9.76188 6.54625,3.478973 13.47939,7.710136 15.40698,9.402584 10.19173,8.948463 9.33079,24.564732 -1.94195,35.223938 -4.80099,4.5397 -16.43478,9.53388 -27.842839,11.95244 -6.69937,1.4203 -8.07131,1.50862 -11.52446,0.74185 z\"\r\n         id=\"path382\" \/>\r\n      <path class=\"path04\"\r\n         d=\"m 14.419458,147.27745 c -9.4577899,-1.60347 -12.9073699,-3.14382 -17.8737499,-7.98123 -5.38738,-5.24747 -7.1114201,-9.46342 -7.1206701,-17.41281 -0.008,-6.722 2.8215401,-11.62812 12.7913201,-22.180076 4.69252,-4.96654 11.1955599,-11.842579 14.4511899,-15.280079 3.5043,-3.700055 6.75379,-6.25 7.96462,-6.25 2.10963,0 5.0866,2.865832 21.90131,21.083709 11.563913,12.528896 13.211423,15.437526 13.263493,23.416286 0.0683,10.46541 -7.21033,19.87487 -17.833833,23.05477 -5.94261,1.77877 -21.14631,2.63404 -27.54368,1.54943 z\"\r\n         id=\"path380\" \/>\r\n      <path class=\"path05\"\r\n         d=\"m 93.263641,198.77957 c -9.79879,-3.50021 -25.32541,-16.56252 -30.0876,-25.31224 -5.01946,-9.22239 -4.53355,-19.12399 1.32975,-27.09683 4.72814,-6.42927 9.2873,-7.93656 31.04094,-10.26234 23.801259,-2.5447 25.977609,-2.42477 27.016519,1.48876 0.42688,1.60802 0.90665,12.63302 1.06617,24.5 0.27858,20.72384 0.20151,21.74196 -1.95073,25.7684 -5.12328,9.58472 -18.14018,14.58453 -28.415049,10.91425 z\"\r\n         id=\"path378\" \/>\r\n      <path class=\"path06\"\r\n         d=\"m -69.080542,199.29304 c -7.43664,-1.94642 -13.236216,-6.86099 -16.072426,-13.61979 -1.48165,-3.53083 -1.59459,-6.63905 -0.96291,-26.5 0.45635,-14.34819 1.12867,-22.99992 1.85568,-23.87983 1.28901,-1.56012 8.150646,-1.24297 32.161796,1.48658 14.83006,1.68585 19.02467,3.11001 23.71481,8.05167 8.02346,8.45373 7.70849,23.53465 -0.70023,33.52785 -1.38055,1.64069 -2.20994,3.50747 -1.84308,4.1484 0.36686,0.64093 0.29877,0.83173 -0.15131,0.42401 -1.11957,-1.01424 -3.6378,1.21311 -2.83681,2.50914 0.35488,0.5742 0.16491,0.74541 -0.42355,0.38173 -0.58687,-0.36271 -3.46612,1.38834 -6.39832,3.89123 -9.494209,8.10411 -20.180389,11.71561 -28.34365,9.57901 z\"\r\n         id=\"path376\" \/>\r\n      <path class=\"path07\"\r\n         d=\"m 143.80802,205.26848 c -5.74162,-3.50114 -11.38856,-14.45438 -11.38856,-22.09014 0,-5.35627 6.06223,-12.00509 10.94594,-12.00509 3.53585,0 24.00568,5.64055 25.42665,7.00642 0.78845,0.75788 -2.61818,11.40677 -6.76926,21.16025 -3.10272,7.29022 -11.49971,10.02328 -18.21477,5.92856 z\"\r\n         id=\"path374\" \/>\r\n      <path class=\"path08\"\r\n         d=\"m -118.78571,205.44222 c -3.94313,-2.44561 -13.3851,-25.1571 -11.27505,-27.12072 1.50516,-1.40071 20.92391,-7.14873 24.13653,-7.14451 4.23662,0.006 9.252295,3.53327 11.012175,7.74525 1.293261,3.09521 1.354492,4.57048 0.371924,8.96106 -0.646914,2.89071 -1.595652,5.51508 -2.108307,5.83191 -0.512655,0.31684 -0.9321,1.41399 -0.9321,2.43811 0,1.02412 -2.060526,3.92256 -4.578942,6.44098 -4.14652,4.14651 -5.02009,4.57644 -9.25,4.55234 -2.58649,-0.0147 -5.8783,-0.77537 -7.37623,-1.70442 z\"\r\n         id=\"path372\" \/>\r\n      <path class=\"path09\"\r\n         d=\"m 11.826168,227.14258 c -9.5567599,-1.89472 -16.7844599,-6.98675 -20.3387799,-14.329 -3.8925501,-8.04094 -1.9990901,-19.74356 4.16525,-25.74362 1.35428,-1.31819 7.97615,-8.35921 14.7152599,-15.64671 6.7391,-7.2875 12.99971,-13.25 13.91246,-13.25 2.05807,0 3.68771,1.52276 18.6391,17.41664 15.017003,15.96363 16.846033,18.88285 16.894413,26.96433 0.0749,12.51383 -8.06842,21.50188 -22.193633,24.49582 -5.97555,1.26656 -19.62545,1.31553 -25.79407,0.0925 z\"\r\n         id=\"path370\" \/>\r\n      <path class=\"path10\"\r\n         d=\"m 122.64708,276.59939 c -6.83705,-3.40705 -12.22289,-10.03735 -17.91611,-22.05585 -5.901199,-12.45756 -6.857869,-20.90491 -3.30328,-29.16779 3.70837,-8.62034 11.65035,-14.20188 20.20965,-14.20312 2.36181,-3.5e-4 13.60471,2.7933 25.07069,6.22958 23.7286,7.11131 23.60428,7.01051 19.89994,16.13465 -1.14694,2.82502 -4.38277,11.43639 -7.19074,19.13639 -5.41339,14.84456 -6.7319,17.42233 -10.87566,21.26263 -6.36631,5.9001 -17.16956,7.01132 -25.89449,2.66351 z\"\r\n         id=\"path368\" \/>\r\n      <path class=\"path11\"\r\n         d=\"m -98.522572,276.98627 c -7.017018,-3.65384 -9.492908,-7.81166 -17.624688,-29.59757 -5.85095,-15.67533 -7.30549,-20.5857 -6.52814,-22.03819 0.59652,-1.11461 3.74364,-2.70772 7.79753,-3.94722 23.905293,-7.30913 34.802402,-10.23004 38.165428,-10.23004 13.13169,0 22.604281,10.52071 22.509401,25 -0.049,7.47584 -3.94512,17.95741 -10.303901,27.72006 -7.13161,10.94919 -12.512656,14.4578 -23.073596,15.04473 -5.308752,0.29504 -7.314087,-0.0627 -10.942034,-1.95177 z\"\r\n         id=\"path366\" \/>\r\n      <path class=\"path12\"\r\n         d=\"m 54.419461,290.30124 c -15.331013,-5.04219 -22.151643,-9.71918 -26.534783,-18.19525 -2.21409,-4.28157 -2.88514,-11.67543 -1.51924,-16.73941 2.0203,-7.49016 6.52442,-11.18411 26.982553,-22.12908 10.34655,-5.53534 19.53493,-10.06425 20.41863,-10.06425 0.88371,0 2.26306,1.0125 3.06524,2.25 2.51701,3.88293 17.28662,38.08863 17.93424,41.53485 1.02062,5.43103 -1.08531,12.54984 -5.10009,17.24022 -7.92407,9.25749 -19.53967,11.26873 -35.24655,6.10292 z\"\r\n         id=\"path364\" \/>\r\n      <path class=\"path13\"\r\n         d=\"m -37.580542,291.86589 c -1.925,-0.60675 -5.807019,-3.40098 -8.626709,-6.2094 -4.06029,-4.04407 -5.344461,-6.13349 -6.173561,-10.04473 -1.678419,-7.91793 -1.229399,-9.48984 9.551801,-33.43851 8.032479,-17.84283 8.705419,-19 11.049329,-19 0.85578,0 9.97897,4.50625 20.27375,10.0139 24.62034,13.17173 28.93324,17.93199 27.63586,30.50241 -1.32084,12.79769 -9.4124399,20.41136 -28.03109,26.37545 -10.35047,3.31555 -18.95862,3.91923 -25.67938,1.80088 z\"\r\n         id=\"path362\" \/>\r\n      <path class=\"path14\"\r\n         d=\"m 171.19182,297.19997 c -3.11155,-0.96027 -20.77236,-16.76614 -20.77236,-18.59061 0,-1.41589 15.08945,-15.32235 18.77037,-17.29879 1.56078,-0.83806 4.22662,-1.17233 6.92432,-0.86827 8.0674,0.90932 11.3062,6.19535 11.30376,18.44883 -0.001,5.4323 -0.5295,8.81749 -1.75,11.21104 -3.0181,5.91884 -8.91983,8.81253 -14.47609,7.0978 z\"\r\n         id=\"path360\" \/>\r\n      <path class=\"path15\"\r\n         d=\"m -141.1181,297.08478 c -4.80327,-1.35773 -8.29437,-5.75918 -9.47976,-11.95174 -2.01407,-10.52168 0.98981,-20.61534 7.04734,-23.68048 3.53485,-1.78866 9.0305,-1.55596 12.17135,0.51536 4.9997,3.29721 16.79863,15.24072 16.79863,17.00448 0,1.48813 -14.05264,15.48911 -17.37979,17.3159 -2.34046,1.28504 -6.232,1.6235 -9.15777,0.79648 z\"\r\n         id=\"path358\" \/>\r\n      <path class=\"path16\"\r\n         d=\"m 125.22296,351.32375 c -9.73307,-3.69714 -19.45301,-7.70929 -21.59986,-8.91589 -7.874999,-4.426 -12.204919,-14.33859 -10.248339,-23.4618 1.39075,-6.48482 3.10166,-9.59447 7.941839,-14.43466 3.861,-3.861 18.67884,-11.99841 26.00208,-14.27939 5.99162,-1.86622 15.08085,-1.28441 20.60078,1.31866 6.07924,2.86684 8.72976,5.6271 11.57091,12.04998 3.19756,7.22862 2.90657,8.7598 -8.3759,44.0726 -2.87392,8.99504 -3.44625,10.01872 -5.69501,10.18629 -1.375,0.10246 -10.46342,-2.83865 -20.1965,-6.53579 z\"\r\n         id=\"path356\" \/>\r\n      <path class=\"path17\"\r\n         d=\"m -114.39594,357.3085 c -2.26152,-1.43408 -13.51853,-39.87721 -13.51325,-46.14828 0.014,-16.60389 17.27536,-26.37024 35.515874,-20.09458 14.403108,4.95539 27.055934,14.09576 30.458645,22.00323 3.57856,8.31614 1.78263,19.78123 -4.004961,25.56731 -3.90849,3.90748 -5.34162,4.59372 -25.249231,12.09038 -20.746627,7.8126 -21.105727,7.91445 -23.207077,6.58194 z\"\r\n         id=\"path354\" \/>\r\n      <path class=\"path18\"\r\n         d=\"m 44.616238,359.42325 c -24.69759,-26.40413 -25.10007,-26.96851 -25.13841,-35.25 -0.0316,-6.82403 2.72922,-12.09215 8.73941,-16.67627 6.0598,-4.62196 10.67502,-5.567 25.242283,-5.16876 12.01126,0.32837 12.85657,0.491 17.50932,3.36869 2.68882,1.66301 6.25268,4.966 7.91969,7.33998 2.64123,3.76135 3.03071,5.1743 3.02921,10.98931 -0.002,7.97614 -0.74102,9.30459 -11.99828,21.5695 -4.4,4.79385 -7.87635,9.16836 -7.72522,9.72115 0.15112,0.55278 -0.11183,0.76612 -0.58435,0.47409 -0.47252,-0.29203 -2.82736,1.47452 -5.23299,3.92567 -2.40562,2.45115 -5.03621,4.45664 -5.84576,4.45664 -0.80955,0 -3.471263,-2.1375 -5.914903,-4.75 z\"\r\n         id=\"path352\" \/>\r\n      <path class=\"path19\"\r\n         d=\"m -28.941322,357.92325 c -17.589059,-18.61736 -22.64126,-24.9129 -23.35279,-29.09989 -1.312279,-7.72216 -0.19801,-12.22513 4.335801,-17.52188 6.025729,-7.0397 9.963039,-8.4944 24.216009,-8.94697 18.8322301,-0.59797 26.8865301,2.73496 31.7256101,13.12834 5.1705699,11.10534 3.4858199,15.21511 -13.85041,33.78674 -7.6517401,8.19701 -14.6451201,14.90366 -15.5408401,14.90366 -0.89572,0 -4.28575,-2.8125 -7.53338,-6.25 z\"\r\n         id=\"path350\" \/>\r\n      <path class=\"path20\"\r\n         d=\"m 80.919461,377.68594 c -6.17993,-2.90256 -7,-4.1383 -7,-10.54816 v -5.94938 l 8.27675,-8.25757 8.27676,-8.25758 7.88824,8.5 c 4.399919,4.74114 8.135889,9.7161 8.448249,11.25 1.3227,6.4954 -1.6584,11.39057 -8.289219,13.61148 -4.63165,1.5513 -13.94832,1.36668 -17.60078,-0.34879 z\"\r\n         id=\"path348\" \/>\r\n      <path class=\"path21\"\r\n         d=\"m 8.4927981,378.44437 c -7.63465999,-1.43628 -12.21539,-9.78908 -8.76919999,-15.99033 0.6783,-1.22056 4.53803999,-5.65819 8.57721999,-9.86139 l 7.3439399,-7.64218 6.96139,6.86139 c 7.75645,7.64504 9.81331,10.84449 9.81331,15.26468 0,9.29927 -9.90564,14.00555 -23.9266599,11.36783 z\"\r\n         id=\"path346\" \/>\r\n      <path class=\"path22\"\r\n         d=\"m -68.165352,377.75184 c -4.43737,-1.93203 -7.4219,-6.16367 -7.37975,-10.46345 0.047,-4.79784 1.21782,-6.68814 9.30857,-15.02916 5.451491,-5.62012 7.190361,-6.87036 8.546221,-6.14473 2.0494,1.09681 13.11466,13.32781 14.82433,16.38612 2.978659,5.32826 -0.48216,13.20767 -6.74919,15.36619 -4.65824,1.60441 -14.744791,1.5419 -18.550181,-0.11497 z\"\r\n         id=\"path206\" \/>\r\n    <\/g>\r\n  <\/g>\r\n<\/svg>\r\n\r\n\r\n\r\n        <\/div>\r\n\r\n        <div class=\"lletres-div\">\r\n         <svg\r\n         width=\"900px\"\r\n         height=\"auto\"\r\n         viewBox=\"0 0 226.584 226.58406\"\r\n         version=\"1.1\"\r\n         id=\"svg-amb-els-valors\"\r\n         sodipodi:docname=\"valors-s (1).svg\"\r\n         inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\"\r\n         xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\"\r\n         xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\"\r\n         xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"\r\n         xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n         xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\">\r\n       \r\n        <defs\r\n           id=\"defs4450\" \/>\r\n        <g\r\n           id=\"layer1\"\r\n           transform=\"translate(6.987915,-74.3972)\">\r\n          <path\r\n             id=\"path4479\":sans-serif\r\n             style=\"fill:none;fill-opacity:1;stroke:none;stroke-width:0.314823;stroke-opacity:0.912391\"\r\n             d=\"m 189.59608,187.6892 a 83.292013,83.292013 0 0 1 -83.292,83.29206 83.292013,83.292013 0 0 1 -83.291995,-83.29206 83.292013,83.292013 0 0 1 83.291995,-83.292 83.292013,83.292013 0 0 1 83.292,83.292 z\" \/>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:black;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"utopia\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath67805\">UTOPIA<tspan\r\n         id=\"tspan45159\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:black;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"solidaritat\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72439\"\r\n               startOffset=\"40\">SOLIDARITAT<tspan\r\n         id=\"tspan46021\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:black;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"iniciativa\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72433\"\r\n               startOffset=\"98\">INICIATIVA<tspan\r\n         id=\"tspan55379\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:black;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"felicitat\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72436\"\r\n               startOffset=\"150\">FELICITAT<tspan\r\n         id=\"tspan56109\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"independencia\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72448\"\r\n               startOffset=\"195\">INDEPEND\u00c8NCIA<tspan\r\n         id=\"tspan57355\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"transparencia\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72442\"\r\n               startOffset=\"268\">TRANSPAR\u00c8NCIA<tspan\r\n         id=\"tspan59669\"\r\n         style=\"font-size:7.05555556px;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-family:sans-serif;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal\" \/><\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"pluralisme\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72445\"\r\n               startOffset=\"340\">PLURALISME<\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"sostenibilitat\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72451\"\r\n               startOffset=\"398\">SOSTENIBILITAT<\/textPath><\/text>\r\n          <text\r\n             xml:space=\"preserve\"\r\n             style=\"font-style:normal;font-weight:normal;font-size:7.05555556px;line-height:1.25;font-family:sans-serif;fill:#545454;fill-opacity:1;stroke:none;stroke-width:0.264583;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;cursor:pointer\"\r\n             id=\"coherencia\"><textPath\r\n               xlink:href=\"#path4479\"\r\n               id=\"textPath72454\"\r\n               startOffset=\"465\">COHER\u00c8NCIA<\/textPath><\/text>\r\n        <\/g>\r\n      <\/svg>\r\n      \r\n\r\n        <\/div>\r\n\r\n        <!--textos valors-->\r\n        <div class=\"intro_text animate__animated animate__bounce animate__infinite\" id=\"intro_text\">\r\n         <p>Omple la pinya de Fundesplai fent clic als nostres valors<\/p>\r\n      <\/div>\r\n\r\n        <div class=\"utopia_text\" id=\"utopia_text\">\r\n           <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Utopia<\/p>\r\n           <p>Avancem cap a un m\u00f3n m\u00e9s just, basat en la pau, democr\u00e0cia i fraternitat<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"solidaritat_text\" id=\"solidaritat_text\">\r\n         <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Solidaritat<\/p>\r\n         <p>Optem per una cultura basada en el respecte a la dignitat, als drets humans i a la diversitat<\/p>\r\n         <\/div>\r\n\r\n         <div class=\"iniciativa_text\" id=\"iniciativa_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Iniciativa<\/p>\r\n            <p>Fomentar la participaci\u00f3, l'autonomia i l'esfor\u00e7 individual i col\u00b7lectiu<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"felicitat_text\" id=\"felicitat_text\">\r\n            <p style=\"margin-bottom: -35px; font-size: 60px; font-family: 'Sophia';\">Felicitat<\/p>\r\n            <p>Cerquem la formaci\u00f3 de persones que aspirin a una vida feli\u00e7<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"independencia_text\" id=\"independencia_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Indep\u00e8ndencia<\/p>\r\n            <p>Treballem sense subordinaci\u00f3 econ\u00f2mica, pol\u00edtica ni institucional<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"transparencia_text\" id=\"transparencia_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Transpar\u00e8ncia<\/p>\r\n            <p>Treballem amb claredat en els objectius i en la gesti\u00f3 de recursos<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"pluralisme_text\" id=\"pluralisme_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Pluralisme<\/p>\r\n            <p>Volem l'aportaci\u00f3 de la pluralitat, diversitat i participaci\u00f3, tant interna com externa<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"sostenibilitat_text\" id=\"sostenibilitat_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Sostenibilitat<\/p>\r\n            <p>Actuem aplicant criteris d'efici\u00e8ncia en la gesti\u00f3, amb el m\u00ednim impacte ambiental<\/p>\r\n         <\/div>\r\n         \r\n         <div class=\"coherencia_text\" id=\"coherencia_text\">\r\n            <p style=\"margin-bottom: -50px; font-size: 60px; font-family: 'Sophia';\">Coher\u00e8ncia<\/p>\r\n            <p>Que la nostra activitat i funcionament sigui reflex dels valors<\/p>\r\n         <\/div>\r\n\r\n    <\/body>\r\n\r\n    <script>\r\n\r\n      \/\/ varibles valors\r\n\r\n        let valor1 = document.getElementById('utopia');\r\n        let valor2 = document.getElementById('solidaritat');\r\n        let valor3 = document.getElementById('iniciativa');\r\n        let valor4 = document.getElementById('felicitat');\r\n        let valor5 = document.getElementById('independencia');\r\n        let valor6 = document.getElementById('transparencia');\r\n        let valor7 = document.getElementById('pluralisme');\r\n        let valor8 = document.getElementById('sostenibilitat');\r\n        let valor9 = document.getElementById('coherencia');\r\n\r\n\r\n      \/\/ varibles petals\r\n\r\n        let path01 = document.getElementById('path206');\r\n        let path02 = document.getElementById('path346');\r\n        let path03 = document.getElementById('path348');\r\n        let path04 = document.getElementById('path350');\r\n        let path05 = document.getElementById('path352');\r\n        let path06 = document.getElementById('path354');\r\n        let path07 = document.getElementById('path356');\r\n        let path08 = document.getElementById('path358');\r\n        let path09 = document.getElementById('path360');\r\n        let path10 = document.getElementById('path362');\r\n        let path11 = document.getElementById('path364');\r\n        let path12 = document.getElementById('path366');\r\n        let path13 = document.getElementById('path368');\r\n        let path14 = document.getElementById('path370');\r\n        let path15 = document.getElementById('path372');\r\n        let path16 = document.getElementById('path374');\r\n        let path17 = document.getElementById('path376');\r\n        let path18 = document.getElementById('path378');\r\n        let path19 = document.getElementById('path380');\r\n        let path20 = document.getElementById('path382');\r\n        let path21 = document.getElementById('path384');\r\n        let path22 = document.getElementById('path386');\r\n      \r\n        \/\/variables textos valores\r\n       \r\n        let intro_text = document.getElementById('intro_text');\r\n        let utopia_text = document.getElementById('utopia_text');\r\n        let solidaritat_text = document.getElementById('solidaritat_text');\r\n        let iniciativa_text = document.getElementById('iniciativa_text');\r\n        let felicitat_text = document.getElementById('felicitat_text');\r\n        let independencia_text = document.getElementById('independencia_text');\r\n        let transparencia_text = document.getElementById('transparencia_text');\r\n        let pluralisme_text = document.getElementById('pluralisme_text');\r\n        let sostenibilitat_text = document.getElementById('sostenibilitat_text');\r\n        let coherencia_text = document.getElementById('coherencia_text');\r\n\r\n\r\n      \/\/ funci\u00f3 js\r\n\r\n         valor1.addEventListener('click', function() {\r\n            console.info(\"valor1\");\r\n            path01.style.fill = \"#98bf24\";\r\n            path02.style.fill = \"#98bf24\";\r\n            utopia_text.style.display = \"block\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor1.style.fill = \"#005c2d\";\r\n            valor1.style.fontWeight = \"bold\";\r\n   \r\n         });\r\n\r\n         valor2.addEventListener('click', function() {\r\n            console.info(\"valor2\");\r\n\r\n            path03.style.fill = \"#98bf24\";\r\n            path04.style.fill = \"#065d2a\";\r\n            path21.style.fill = \"#47a632\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"block\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor2.style.fill = \"#005c2d\";\r\n            valor2.style.fontWeight = \"bold\";\r\n\r\n            \r\n         });\r\n\r\n         valor3.addEventListener('click', function() {\r\n            console.info(\"valor3\");\r\n\r\n            path05.style.fill = \"#065d2a\";\r\n            path06.style.fill = \"#47a632\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"block\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor3.style.fill = \"#005c2d\";\r\n            valor3.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor4.addEventListener('click', function() {\r\n            console.info(\"valor4\");\r\n\r\n            path07.style.fill = \"#47a632\";\r\n            path08.style.fill = \"#47a632\";\r\n            path22.style.fill = \"#98bf24\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"block\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor4.style.fill = \"#005c2d\";\r\n            valor4.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor5.addEventListener('click', function() {\r\n            console.info(\"valor5\");\r\n\r\n            path09.style.fill = \"#47a632\";\r\n            path10.style.fill = \"#00782e\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"block\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor5.style.fill = \"#47A632\";\r\n            valor5.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor6.addEventListener('click', function() {\r\n            console.info(\"valor6\");\r\n\r\n            path11.style.fill = \"#00782e\";\r\n            path12.style.fill = \"#47a632\";\r\n            path20.style.fill = \"#47a632\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"block\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor6.style.fill = \"#47A632\";\r\n            valor6.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor7.addEventListener('click', function() {\r\n            console.info(\"valor7\");\r\n\r\n            path13.style.fill = \"#47a632\";\r\n            path14.style.fill = \"#065d2a\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"block\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor7.style.fill = \"#47A632\";\r\n            valor7.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor8.addEventListener('click', function() {\r\n            console.info(\"valor8\");\r\n\r\n            path15.style.fill = \"#98bf24\";\r\n            path16.style.fill = \"#98bf24\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"block\";\r\n            coherencia_text.style.display = \"none\";\r\n            valor8.style.fill = \"#47A632\";\r\n            valor8.style.fontWeight = \"bold\";\r\n\r\n\r\n         });\r\n\r\n         valor9.addEventListener('click', function() {\r\n            console.info(\"valor9\");\r\n\r\n            path17.style.fill = \"#065d2a\";\r\n            path18.style.fill = \"#065d2a\";\r\n            path19.style.fill = \"#98bf24\";\r\n            utopia_text.style.display = \"none\";\r\n            intro_text.style.display = \"none\";\r\n            solidaritat_text.style.display = \"none\";\r\n            iniciativa_text.style.display = \"none\";\r\n            felicitat_text.style.display = \"none\";\r\n            independencia_text.style.display = \"none\";\r\n            transparencia_text.style.display = \"none\";\r\n            pluralisme_text.style.display = \"none\";\r\n            sostenibilitat_text.style.display = \"none\";\r\n            coherencia_text.style.display = \"block\";\r\n            valor9.style.fill = \"#47A632\";\r\n            valor9.style.fontWeight = \"bold\";\r\n\r\n         });\r\n\r\n    <\/script>\r\n\r\n<style>\r\n   \r\n   body{\r\n    background: white;\r\n}\r\n\r\n.pinya-div{\r\n  \r\npadding-top: 150px;\r\n    display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n}\r\n\r\n.lletres-div {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    margin-top: -550px;\r\n    margin-left: 20px;\r\n    font-family: 'Roboto Condensed';\r\n\r\n}\r\n\r\n.path01 {\r\n    fill: #8D8D8D;\r\n    fill-opacity: 1;\r\n}\r\n\r\n.path02 {\r\n    \r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path03 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path04 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n.path05 {\r\n    fill:#5A5A5A;fill-opacity:1\r\n}\r\n.path06 {\r\n    fill:#5A5A5A;fill-opacity:1\r\n}\r\n.path07 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n.path08 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n.path09 {\r\n    fill:#4E4E4E;fill-opacity:1\r\n}\r\n.path10 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path11 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path12 {\r\n    fill:#767676;fill-opacity:1\r\n}\r\n.path13 {\r\n    fill:#767676;fill-opacity:1\r\n}\r\n.path14 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path15 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path16 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path17 {\r\n    fill:#B9B9B9;fill-opacity:1\r\n}\r\n.path18 {\r\n    fill:#5A5A5A;fill-opacity:1\r\n}\r\n.path19 {\r\n    fill:#5A5A5A;fill-opacity:1\r\n}\r\n.path20 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n.path21 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n.path22 {\r\n    fill:#8D8D8D;fill-opacity:1\r\n}\r\n\r\ntext :hover {\r\n    stroke: black;\r\n}\r\n\r\ntext :visited {\r\n    color: green;\r\n  }\r\n\r\n.intro_text {\r\n   font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -300px;\r\n   justify-content: center !important;\r\n   display: block;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n   margin-right: auto;\r\n  color: #005c2d;\r\n   animation: bounce; \/* referring directly to the animation's @keyframe declaration *\/\r\n  animation-duration: 2s; \/* don't forget to set a duration! *\/\r\n  --animate-repeat: 2;\r\n\r\n  \r\n}\r\n.utopia_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.solidaritat_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.iniciativa_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.felicitat_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.independencia_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.transparencia_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.pluralisme_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.sostenibilitat_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n.coherencia_text{\r\n    display:none;\r\n    font-size: 25px;\r\n   text-align: center;\r\n   margin-top: -330px;\r\n   justify-content: center !important;\r\n   max-width: 320px;\r\n   margin-left: auto;\r\n  margin-right: auto;\r\n\r\n}\r\n\r\n@keyframes rotate360 {\r\n    from {\r\n        transform    : rotate(0deg);\r\n    }\r\n    \r\n    to {\r\n        transform    : rotate(360deg);\r\n    }\r\n}\r\n\r\n#svg-amb-els-valors {\r\n    animation-duration: 70s;\r\n    animation-name: rotate360;\r\n    animation-iteration-count: infinite;\r\n    animation-timing-function: linear;\r\n    margin-left : -25px;\r\n}\r\n\r\n#svg-amb-els-valors:hover {\r\n\tanimation-play-state\t: paused;\r\n}\r\n<\/style>\r\n\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|on&#8221; admin_label=&#8221;Valors responsive&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;200px||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Independence&#8221; url=&#8221;https:\/\/escoles.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf549;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Independ\u00e8ncia&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/escoles.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We work without economic, political or institutional subordination<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Transparency&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf4bf;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Transpar\u00e8ncia&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We work with clarity in objectives and resource management.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Pluralism&#8221; url=&#8221;https:\/\/escoles.fundesplai.org\/serveis\/serveis-per-a-la-petita-infancia\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf77c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Plurarisme&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/escoles.fundesplai.org\/serveis\/serveis-per-a-la-petita-infancia\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We want the contribution of plurality, diversity and participation, both internal and external.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Sustainability&#8221; url=&#8221;https:\/\/formacio.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf63d;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Sostenibilitat&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/formacio.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We act by applying efficiency criteria in management, with minimal environmental impact.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Coherence&#8221; url=&#8221;https:\/\/fundesplai.org\/igualtat-doportunitats\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf2bd;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Coher\u00e8ncia&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/igualtat-doportunitats\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>That our activity and operation reflect the values<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Utopia&#8221; url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Utopia&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Let&#8217;s move towards a more just world, based on peace, democracy and fraternity.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Solidarity&#8221; url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Solidaritat&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We opt for a culture based on respect for dignity, human rights and diversity.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Initiative&#8221; url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Iniciativa&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Promote participation, autonomy and individual and collective effort<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Happiness&#8221; url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Felicitat&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We seek the training of people who aspire to a happy life<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section: Qu\u00e8 fem&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;200px||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.17.4&#8243; custom_margin=&#8221;||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;t\u00edtol Qu\u00c8 FEM&#8221; module_id=&#8221;fem&#8221; _builder_version=&#8221;4.19.0&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center\">What we do<\/h2>\n<p style=\"text-align: center\">All our projects and actions respond to <a href=\"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/\">our mission<\/a> and aim to <strong>transform society through education for coexistence and sustainability<\/strong> . As defined by our <a href=\"https:\/\/fundesplai.org\/marc-estrategic\/\">strategic framework<\/a> , we have several lines of action and develop specific programs for various groups and for <strong>all age groups<\/strong> , as we understand education throughout life. <\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;School educational leisure&#8221; url=&#8221;https:\/\/escoles.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf549;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;M\u00f3n escolar&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/escoles.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Educational leisure services in the school environment: educational lunchtime, after-school activities, workshops, outings, summer camps, camps,&#8230;<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Educational leisure in summer camps&#8221; url=&#8221;https:\/\/cases.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe010;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Cases col\u00f2nies&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/cases.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Camp houses, hostels and camping grounds where we carry out educational programs in the middle of nature and with sustainable facilities.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Environmental and emotional education&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf4bf;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Educaci\u00f3 ambiental i emocional&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Environmental and emotional education to promote life skills in children and young people as well as the care of nature and sustainability.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Educational leisure in playgrounds&#8221; url=&#8221;https:\/\/fundesplai.org\/en\/recreation-esplai\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf6f4;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Esplais&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/en\/recreation-esplai\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Educational leisure in the company&#8217;s own play areas and support for the play areas of the Catalan Play Area Federation with pedagogical and management support.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Programs for young children&#8221; url=&#8221;https:\/\/escoles.fundesplai.org\/serveis\/serveis-per-a-la-petita-infancia\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf77c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Programes amb la petita inf\u00e0ncia&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/escoles.fundesplai.org\/serveis\/serveis-per-a-la-petita-infancia\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Nursery schools, family spaces 0-6, summer cribs, support for AFAs and training for early childhood professionals.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Social and youth programs&#8221; url=&#8221;https:\/\/fundesplai.org\/accio-social-i-joves\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf0c0;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Programes socials i per a joves&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/accio-social-i-joves\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We develop training and socio-labor insertion projects for young people and people in vulnerable situations.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Training and Research&#8221; url=&#8221;https:\/\/formacio.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf63d;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Formaci\u00f3 i Recerca&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/formacio.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Research projects, conferences and face-to-face and online courses for social change through the training and empowerment of people.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Support for the Third Sector&#8221; url=&#8221;https:\/\/suport.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf5fc;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Suport tercer sector&#8221; _builder_version=&#8221;4.21.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/suport.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Support for Third Sector entities in management with our legal, economic, IT, labor services&#8230;<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Programs for inclusion and equal opportunities&#8221; url=&#8221;https:\/\/fundesplai.org\/igualtat-doportunitats\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf2bd;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Inclusi\u00f3 i igualtat&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/igualtat-doportunitats\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Our projects, facilities and services are aimed at the inclusion of all people for real equal opportunities.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Vacation activities&#8221; url=&#8221;https:\/\/estiu.fundesplai.org\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf185;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Activitats de vacances&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/estiu.fundesplai.org\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Summer camps, summer camps, work camps, summer daycares, family vacations&#8230; educational leisure during the holidays.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; module_class=&#8221;graella-icona-circular-giratoria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Actions and programs for sustainability&#8221; url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; admin_label=&#8221;Vetllem per la sostenibilitat&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/sostenibilitat\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Our DNA incorporates the care of nature and sustainability across the board, from educational programs to facilities.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Resources and publications&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQ5IiwiZW5hYmxlX2h0bWwiOiJvZmYifX0=@&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf5db;||fa||900&#8243; icon_color=&#8221;#333333&#8243; icon_placement=&#8221;left&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Recursos&#8221; _builder_version=&#8221;4.19.0&#8243; _dynamic_attributes=&#8221;url&#8221; custom_margin=&#8221;||0px|&#8221; link_option_url=&#8221;https:\/\/fundesplai.org\/en\/resources\/&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Pedagogical projects, activities, reflection materials, and publications related to leisure education and the Third Sector.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;30px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE3IiwiZW5hYmxlX2h0bWwiOiJvZmYifX0=@&#8221; button_text=&#8221;Discover our projects and services&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.17.4&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Section: Impacte&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;40px||||false|false&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; custom_margin=&#8221;||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;T\u00edtol Secci\u00f3&#8221; module_id=&#8221;xifres&#8221; _builder_version=&#8221;4.19.0&#8243; custom_margin=&#8221;||50px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>IMPACT OF PROJECTS AND SERVICES<\/h2>\n<p>[\/et_pb_text][et_pb_code disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]\r\n<section id=\"slide-resum-impacte\">\r\n\t\r\n\t<div class=\"resum-impacte-any\">\r\n\t\t2024\t<\/div>\r\n\t\r\n\t<div class=\"resum-impacte\">\r\n\t\t\r\n\t\t<div class=\"item-central\">\r\n\t\t\t<div class=\"indicador\">417,664<\/div>\r\n\t\t\t<div class=\"descripcio\" style=\"line-height: 1.5rem;margin-top: 15px;\">\r\n\t\t\t\tParticipants a les quals arriba la nostra acci\u00f3\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-1\">\r\n\t\t\t<i class=\"fas fa-kite\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-1\">\r\n\t\t\t<div class=\"indicador\">143<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tEsplais i projectes de lleure\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-2\">\r\n\t\t\t\t<i class=\"fas fa-display-code\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-2\">\r\n\t\t\t<div class=\"indicador\">1,065<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tEntitats Club Suport\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-3\">\r\n\t\t\t\t<i class=\"fas fa-school\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-3\">\r\n\t\t\t<div class=\"indicador\">1,596<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tEscoles on treballem\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-4\">\r\n\t\t\t<i class=\"fas fa-sun\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-4\">\r\n\t\t\t<div class=\"indicador\">100,822<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tParticipants a les activitats d'estiu\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-5\">\r\n\t\t\t<i class=\"fas fa-users-class\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-5\">\r\n\t\t\t<div class=\"indicador\">8,894<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tParticipants en cursos de formaci\u00f3\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-6\">\r\n\t\t\t<i class=\"fas fa-leaf\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-6\">\r\n\t\t\t<div class=\"indicador\">66,206<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\t\tParticipants en programes\r\n\t\t\t\t\t<br \/>\r\n\t\t\t\t\teducaci\u00f3 ambiental\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-7\">\r\n\t\t\t\t<i class=\"fas fa-baby\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-7\">\r\n\t\t\t<div class=\"indicador\">8,211<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tParticipants en projectes de <\/br> petita inf\u00e0ncia\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-8\">\r\n\t\t<i class=\"fas fa-people-group\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-8\">\r\n\t\t\t<div class=\"indicador\">1,092<\/div>\r\n\t\t\t<div class=\"descripcio\">\r\n\t\t\t\tParticipants en programes <\/br> d'intervenci\u00f3 social\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"icona icona-9\">\r\n\t\t\t<i class=\"fas fa-backpack\"><\/i>\r\n\t\t<\/div>\r\n\t\t<div class=\"item item-9\">\r\n\t\t\t<div class=\"indicador\">159,558<\/div>\r\n\t\t\t<div class=\"descripcio\" style=\"margin-right: 17px;\">\r\n\t\t\t\t\tParticipants en\r\n\t\t\t\t\t<br \/>\r\n\t\t\t\t\tprojectes escolars\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\r\n\t<\/div>\r\n\t\r\n<\/section>\r\n\r\n[\/et_pb_code][et_pb_image src=&#8221;https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/07\/impacte_img_responsive.png&#8221; title_text=&#8221;impacte_img_responsive&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.21.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Section: La nostra hist\u00f2ria&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; custom_margin=&#8221;||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;T\u00edtol Secci\u00f3&#8221; module_id=&#8221;historia&#8221; _builder_version=&#8221;4.17.4&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Our history<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Timeline&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]\t\t\t<!-- Cool Timeline PRO V4.9.1 -->\r\n\t\t\t<div class=\"ctl-wrapper\" role=\"region\" aria-label=\"Timeline\">\r\n\t\t\t\t\t\t\t\t<div id=\"cool_timeline_1\" class=\"cool-timeline-wrapper ctl-horizontal ctl-horizontal-wrapper ctl-horizontal-timeline ctl-design-7\" data-items=\"3\" data-start-on=\"0\" data-autoplay=\"false\" data-autoplay-speed=\"3000\" data-load=\"\" data-nav=\"\" data-line-filling=\"false\" data-nav-pos=\"right\" role=\"region\" aria-label=\"Timeline\">\r\n\t\t\t\t\t<div class=\"ctl-wrapper-inside\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"ctl-slider-container\" class=\"ctl-slider-container swiper-container ctl-line-filler swiper-container-horizontal\" aria-live=\"polite\">\r\n\t\t\t\t\t\t\t<!-- Timeline Container -->\r\n\t\t\t\t\t\t\t<div class=\"ctl-slider-wrapper ctl-timeline-container swiper-wrapper\">\r\n\t\t\t\t\t\t\t\t<div class=\"no-content\"><h4>Sorry,You have not added any story yet<\/h4><\/div>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"><\/span>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Next button -->\r\n\t\t\t\t\t<div class=\"ctl-button-prev swiper-button-disabled\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\" aria-disabled=\"true\">\r\n\t\t\t\t\t\t<i class=\"fas fa-chevron-left\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Previous Button -->\r\n\t\t\t\t\t<div class=\"ctl-button-next\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\" aria-disabled=\"false\">\r\n\t\t\t\t\t\t<i class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Horizontal line -->\r\n\t\t\t\t\t<div class=\"ctl-h-line\"><\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t[\/et_pb_code][et_pb_code admin_label=&#8221;Timeline&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]\t\t\t<!-- Cool Timeline PRO V4.9.1 -->\r\n\t\t\t<div class=\"ctl-wrapper\" role=\"region\" aria-label=\"Timeline\">\r\n\t\t\t\t\t\t\t\t<div id=\"cool_timeline_2\" class=\"cool-timeline-wrapper ctl-horizontal ctl-horizontal-wrapper ctl-horizontal-timeline ctl-design-2\" data-items=\"3\" data-start-on=\"0\" data-autoplay=\"false\" data-autoplay-speed=\"3000\" data-load=\"\" data-nav=\"\" data-line-filling=\"false\" data-nav-pos=\"right\" role=\"region\" aria-label=\"Timeline\">\r\n\t\t\t\t\t<div class=\"ctl-wrapper-inside\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"ctl-slider-container\" class=\"ctl-slider-container swiper-container ctl-line-filler swiper-container-horizontal\" aria-live=\"polite\">\r\n\t\t\t\t\t\t\t<!-- Timeline Container -->\r\n\t\t\t\t\t\t\t<div class=\"ctl-slider-wrapper ctl-timeline-container swiper-wrapper\">\r\n\t\t\t\t\t\t\t\t<div class=\"no-content\"><h4>Sorry,You have not added any story yet<\/h4><\/div>\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"><\/span>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Next button -->\r\n\t\t\t\t\t<div class=\"ctl-button-prev swiper-button-disabled\" tabindex=\"0\" role=\"button\" aria-label=\"Previous slide\" aria-disabled=\"true\">\r\n\t\t\t\t\t\t<i class=\"fas fa-chevron-left\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Previous Button -->\r\n\t\t\t\t\t<div class=\"ctl-button-next\" tabindex=\"0\" role=\"button\" aria-label=\"Next slide\" aria-disabled=\"false\">\r\n\t\t\t\t\t\t<i class=\"fas fa-chevron-right\"><\/i>\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Swiper Horizontal line -->\r\n\t\t\t\t\t<div class=\"ctl-h-line\"><\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t[\/et_pb_code][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEwMyIsImVuYWJsZV9odG1sIjoib2ZmIn19@&#8221; button_text=&#8221;Follow the thread of the story&#8230;&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section: El nostre equip&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#007c37&#8243; custom_margin=&#8221;||50px||false|false&#8221; custom_margin_tablet=&#8221;||50px||false|false&#8221; custom_margin_phone=&#8221;50px||50px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#007c37&#8243; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; custom_padding=&#8221;80px|30px|30px|30px|false|false&#8221; custom_padding_tablet=&#8221;80px|30px|80px|30px|false|false&#8221; custom_padding_phone=&#8221;80px|30px|80px|30px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;T\u00edtol El nostre equip&#8221; module_id=&#8221;equip&#8221; _builder_version=&#8221;4.17.4&#8243; custom_padding=&#8221;||||false|false&#8221; z_index_tablet=&#8221;500&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"invertit\">Our team<\/h2>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/02\/Equip-treballadores-Fundesplai-2022_Sau_estreta.jpg&#8221; alt=&#8221;Fundesplai team at Sau 2022&#8243; title_text=&#8221;Fundesplai team at Sau 2022&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;30px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_button button_url=&#8221;https:\/\/fundesplai.org\/en\/meet\/our-team\/&#8221; button_text=&#8221;Discover the team&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Section: bot\u00f3 transpar\u00e8ncia&#8221; _builder_version=&#8221;4.17.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;40px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;https:\/\/fundesplai.org\/en\/meet\/transparency\/&#8221; button_text=&#8221;Visit the transparency portal to immerse yourself in the entity.&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.19.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.  <\/p>\n","protected":false},"author":1,"featured_media":51028,"parent":52420,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-52422","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mission and values - Fundesplai<\/title>\n<meta name=\"description\" content=\"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mission and values - Fundesplai\" \/>\n<meta property=\"og:description\" content=\"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/\" \/>\n<meta property=\"og:site_name\" content=\"Fundesplai\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-28T09:44:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/03\/Fundesplai_missio_pinya.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/\",\"url\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/\",\"name\":\"Mission and values - Fundesplai\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/fundesplai.org\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Fundesplai_missio_pinya.jpg\",\"datePublished\":\"2021-05-12T16:50:20+00:00\",\"dateModified\":\"2025-11-28T09:44:06+00:00\",\"description\":\"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/#primaryimage\",\"url\":\"https:\\\/\\\/fundesplai.org\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Fundesplai_missio_pinya.jpg\",\"contentUrl\":\"https:\\\/\\\/fundesplai.org\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Fundesplai_missio_pinya.jpg\",\"width\":1000,\"height\":750,\"caption\":\"Fundesplai_mission_pineapple\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/mission-and-values\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inici\",\"item\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\",\"item\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/meet\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mission and values\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/\",\"name\":\"Fundesplai\",\"description\":\"Eduquem per la conviv\u00e8ncia i la sostenibilitat\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fundesplai.org\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mission and values - Fundesplai","description":"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.","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:\/\/fundesplai.org\/en\/meet\/mission-and-values\/","og_locale":"en_US","og_type":"article","og_title":"Mission and values - Fundesplai","og_description":"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.","og_url":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/","og_site_name":"Fundesplai","article_modified_time":"2025-11-28T09:44:06+00:00","og_image":[{"width":1000,"height":750,"url":"https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/03\/Fundesplai_missio_pinya.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/","url":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/","name":"Mission and values - Fundesplai","isPartOf":{"@id":"https:\/\/fundesplai.org\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/#primaryimage"},"image":{"@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/#primaryimage"},"thumbnailUrl":"https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/03\/Fundesplai_missio_pinya.jpg","datePublished":"2021-05-12T16:50:20+00:00","dateModified":"2025-11-28T09:44:06+00:00","description":"We are a non-profit organization with a team of committed and enthusiastic people with the mission of making the world a better place.","breadcrumb":{"@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/#primaryimage","url":"https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/03\/Fundesplai_missio_pinya.jpg","contentUrl":"https:\/\/fundesplai.org\/wp-content\/uploads\/2023\/03\/Fundesplai_missio_pinya.jpg","width":1000,"height":750,"caption":"Fundesplai_mission_pineapple"},{"@type":"BreadcrumbList","@id":"https:\/\/fundesplai.org\/en\/meet\/mission-and-values\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inici","item":"https:\/\/fundesplai.org\/en\/"},{"@type":"ListItem","position":2,"name":"About","item":"https:\/\/fundesplai.org\/en\/meet\/"},{"@type":"ListItem","position":3,"name":"Mission and values"}]},{"@type":"WebSite","@id":"https:\/\/fundesplai.org\/en\/#website","url":"https:\/\/fundesplai.org\/en\/","name":"Fundesplai","description":"Eduquem per la conviv\u00e8ncia i la sostenibilitat","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fundesplai.org\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/pages\/52422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/comments?post=52422"}],"version-history":[{"count":31,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/pages\/52422\/revisions"}],"predecessor-version":[{"id":79509,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/pages\/52422\/revisions\/79509"}],"up":[{"embeddable":true,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/pages\/52420"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/media\/51028"}],"wp:attachment":[{"href":"https:\/\/fundesplai.org\/en\/wp-json\/wp\/v2\/media?parent=52422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}