{"id":6182,"date":"2025-10-20T15:06:19","date_gmt":"2025-10-20T13:06:19","guid":{"rendered":"https:\/\/dev.fundacionwhynot.org\/?page_id=6182"},"modified":"2025-11-12T14:28:22","modified_gmt":"2025-11-12T13:28:22","slug":"collaborate","status":"publish","type":"page","link":"https:\/\/fundacionwhynot.org\/en\/collaborate\/","title":{"rendered":"Collaborate"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Header desde plantilla&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;5b273e77-e4b2-4a5a-aba2-da76f3a39652&#8243; background_color_gradient_stops=&#8221;gcid-d119accd-44d7-4f2f-b9d7-599c8463324b 0%|rgba(255,255,255,0) 25%|rgba(41,14,0,0.59) 75%|gcid-470dfbcc-0c18-4886-9fb9-01c535cd77d6 100%&#8221; background_image=&#8221;https:\/\/fundacionwhynot.org\/wp-content\/uploads\/non-profit-03.jpg&#8221; da_disable_devices=&#8221;off|off|off&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-1f1bf5fb-a99d-4acc-8d9e-ddac074c158c%22:%91%22background_color_gradient_stops%22,%22background_color_gradient_stops%22,%22background_color_gradient_stops%22%93,%22gcid-4c79ba3d-a281-4fb6-9b14-02f9a4c793f2%22:%91%22background_color_gradient_stops%22,%22background_color_gradient_stops%22,%22background_color_gradient_stops%22%93,%22gcid-688c464a-d6f2-4296-b592-395352c71c79%22:%91%22background_color_gradient_stops%22,%22background_color_gradient_stops%22,%22background_color_gradient_stops%22%93,%22gcid-d119accd-44d7-4f2f-b9d7-599c8463324b%22:%91%22background_color_gradient_stops%22,%22background_color_gradient_stops%22,%22background_color_gradient_stops%22%93,%22gcid-2352d280-fe84-43b1-a71e-f400c35a526a%22:%91%22background_color_gradient_stops%22%93,%22gcid-9e22d70d-67ee-4430-bed3-4bc105d4ef1e%22:%91%22background_color_gradient_stops%22%93,%22gcid-470dfbcc-0c18-4886-9fb9-01c535cd77d6%22:%91%22background_color_gradient_stops%22%93}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;How can I contribute?&#8221; admin_label=&#8221;T\u00edtulo \u00bfC\u00f3mo colaborar?&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;76d8c0a7-33fa-4ab6-8702-12fb567fce89&#8243; title_text_align=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_code admin_label=&#8221;C\u00f3digo &#8211; funciones javascript para ocultar\/mostrar y estilos&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->\/*<!-- [et_pb_line_break_holder] -->C\u00f3mo funciona:<!-- [et_pb_line_break_holder] -->Recibe como par\u00e1metro el id del elemento que quieres mostrar.<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->Recorre todos los elementos unete, bizum y voluntario.<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->Oculta todos menos el que coincide con el id recibido, que se muestra usando style.display = 'block'.<!-- [et_pb_line_break_holder] -->*\/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function Press(id) {<!-- [et_pb_line_break_holder] -->    const elementos = ['unete', 'bizum', 'voluntario'];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    elementos.forEach(function(el) {<!-- [et_pb_line_break_holder] -->        const elemento = document.getElementById(el);<!-- [et_pb_line_break_holder] -->        if (elemento) {<!-- [et_pb_line_break_holder] -->            elemento.style.display = (el === id) ? 'block' : 'none';<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->    document.getElementById('botonVerUnete').onclick = function() {Press('unete');}<!-- [et_pb_line_break_holder] -->    document.getElementById('botonVerBizum').onclick = function() {Press('bizum');}<!-- [et_pb_line_break_holder] -->    document.getElementById('botonVerVoluntario').onclick = function() {Press('voluntario');}<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->.botonVer {<!-- [et_pb_line_break_holder] -->  text-align: center;<!-- [et_pb_line_break_holder] -->  padding-top: 20px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;f180c643-32ff-48e9-b12c-7765c6534e01&#8243; background_color=&#8221;#e04f00&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Join as a member&#8221; admin_label=&#8221;T\u00edtulo \u00danete&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;13745f6f-d976-40d5-b95a-307dff699f6d&#8221; title_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;a1aeec54-065b-450c-8ec9-eca4d005d819&#8243;]<\/p>\n<p>Join Why Not and contribute with a donation, no matter how small, to support a new approach to mental health that transforms lives.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;#unete&#8221; button_text=&#8221;JOIN&#8221; module_id=&#8221;botonVerUnete&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;6272730f-32ef-48df-bd86-1f56ace41e9e&#8221; button_bg_color=&#8221;gcid-9980555a-2562-4531-9d36-d6230ace6951&#8243; global_colors_info=&#8221;{%22gcid-9980555a-2562-4531-9d36-d6230ace6951%22:%91%22button_bg_color%22%93}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;815a7ead-9846-4348-b663-ec81d87d4e18&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Bizum&#8221; admin_label=&#8221;T\u00edtulo Bizum&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;13745f6f-d976-40d5-b95a-307dff699f6d&#8221; title_text_color=&#8221;gcid-primary-color&#8221; custom_margin=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22title_text_color%22%93}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;1bcf3502-47f2-4082-a319-330150fd7644&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Donate with Bizum and join a different approach to mental health that changes lives.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;#bizum&#8221; button_text=&#8221;DONATE&#8221; module_id=&#8221;botonVerBizum&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;b89f1cc1-4e2d-40d6-9599-aab503b15e13&#8243; button_bg_color=&#8221;gcid-primary-color&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22button_bg_color%22%93}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;1f4f9f3d-6fb2-4dce-943f-a73c81d8d184&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Volunteer&#8221; admin_label=&#8221;T\u00edtulo Voluntario&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;13745f6f-d976-40d5-b95a-307dff699f6d&#8221; title_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;a1aeec54-065b-450c-8ec9-eca4d005d819&#8243; locked=&#8221;off&#8221;]<\/p>\n<p>We believe in a different way of caring for mental health. Will you join us?<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;#voluntario&#8221; button_text=&#8221;I AM IN&#8221; module_id=&#8221;botonVerVoluntario&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;4761661f-5cd7-4a44-a05e-5c0ec4422f6b&#8221; locked=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Bloque \u00daNETE&#8221; module_id=&#8221;unete&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;068d2342-3bd4-49ba-963e-257beee45b96&#8243; custom_css_main_element=&#8221;display: none;&#8221; da_disable_devices=&#8221;off|off|off&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Join Us&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;559264d1-2867-46b2-832f-7ba57461c9ef&#8221; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;1bcf3502-47f2-4082-a319-330150fd7644&#8243; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A small donation can make a big difference, and every contribution, no matter the amount, matters. By joining Why Not, you\u2019re not only supporting financially \u2014 you\u2019re also becoming part of a project that believes there is another way of approaching mental health, and that different approach can change lives. <\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/fundacionwhynot.org\/wp-content\/uploads\/Portada.jpg&#8221; title_text=&#8221;Cover&#8221; align=&#8221;center&#8221; force_fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; border_radii=&#8221;on|30px|30px|30px|30px&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dvppl_cf7_styler cf7=&#8221;322&#8243; cr_custom_styles=&#8221;on&#8221; cr_background_color=&#8221;RGBA(255,255,255,0)&#8221; admin_label=&#8221;FORMULARIO \u00danete&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_submit_button=&#8221;on&#8221; submit_button_bg_color=&#8221;gcid-primary-color&#8221; submit_button_border_width=&#8221;0px&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22submit_button_bg_color%22%93}&#8221;][\/dvppl_cf7_styler][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Texto Aceptaci\u00f3n formularios&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;12px&#8221; text_line_height=&#8221;1.2em&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Terms and conditions of acceptance<\/h2>\n<p>In accordance with current regulations on Personal Data Protection, we inform you that your data will be incorporated into the processing system owned by FUNDACION WHY NOT with Tax ID number G75026104 and registered office at Avda. Navarra 25, Gros, 20013, DONOSTIA (GUIP\u00daZCOA), for the purpose of managing the conditions of membership of our organization. In compliance with current regulations, FUNDACION WHY NOT informs you that your data will be kept for THE LEGALLY ESTABLISHED PERIOD.  <\/p>\n<p>With this clause, you are hereby informed that your data will be communicated, if necessary, to banks and savings banks, public administrations, and all other entities with which communication is necessary, for the purpose of complying with the provision of the aforementioned service.<\/p>\n<p>Failure to provide data to the aforementioned entities means that the aforementioned purposes cannot be fulfilled.<\/p>\n<p>In turn, we inform you that you can contact the Data Protection Officer of FUNDACION WHY NOT by writing to the email address dpo.cliente@conversia.es or by calling 902877192.<\/p>\n<p>FUNDACION WHY NOT informs you that it will process your data in a lawful, fair, transparent, adequate, relevant, limited, accurate, and up-to-date manner. That is why FUNDACION WHY NOT undertakes to take all reasonable measures to ensure that any inaccurate data is deleted or rectified without delay. <\/p>\n<p>In accordance with the rights conferred by current data protection legislation, you may exercise your rights of access, rectification, restriction of processing, erasure, portability, and objection to the processing of your personal data, as well as the consent given for the processing thereof, by sending your request to the postal address indicated above or to the email address INFO@FUNDACIONWHYNOT.ORG.<\/p>\n<p>You may contact the competent Supervisory Authority to submit any complaint you deem appropriate.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Secci\u00f3n BIZUM&#8221; module_id=&#8221;bizum&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: none;&#8221; da_disable_devices=&#8221;off|off|off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Bizum&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;559264d1-2867-46b2-832f-7ba57461c9ef&#8221; custom_margin=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;gcid-primary-color&#8221; text_font_size=&#8221;19px&#8221; text_line_height=&#8221;-2.3em&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<p>YOU CAN NOW DONATE WITH BIZUM<\/p>\n<p>IDENTIFIER: 05955<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|700|||||||&#8221; global_colors_info=&#8221;{}&#8221;]There is another way to approach mental health, and that other way changes people&#8217;s lives.<\/p>\n<p>Will you join us?[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>HOW TO MAKE A DONATION WITH BIZUM<\/p>\n<ul>\n<li>Activate Bizum: Download your bank&#8217;s app, register, and look for the Bizum option. You will find the option to send money to an NGO inside. <\/li>\n<li>Shipping code: Select the NGO you want to donate to or enter the shipping code found in the list.<\/li>\n<li>Enter an amount: Select the amount you want to contribute and click send. Your money will reach the NGO immediately. <\/li>\n<\/ul>\n<p>TAX CERTIFICATE<\/p>\n<p>To request your tax certificate after making a donation with Bizum, please contact us to provide us with your details.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/fundacionwhynot.org\/wp-content\/uploads\/pagomovil2.webp&#8221; title_text=&#8221;Usa Bizum&#8221; align=&#8221;center&#8221; force_fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; locked=&#8221;off&#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; admin_label=&#8221;Secci\u00f3n VOLUNTARIO&#8221; module_id=&#8221;voluntario&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: none;&#8221; da_disable_devices=&#8221;off|off|off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px|||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Volunteer&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;559264d1-2867-46b2-832f-7ba57461c9ef&#8221; custom_margin=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Join our project, where we believe there\u2019s a different way of approaching mental health \u2014 and that different way can change people\u2019s lives.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;align-self: center;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/fundacionwhynot.org\/wp-content\/uploads\/voluntarios.jpg&#8221; title_text=&#8221;Voluntarios&#8221; align=&#8221;center&#8221; force_fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; border_radii=&#8221;on|30px|30px|30px|30px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dvppl_cf7_styler cf7=&#8221;374&#8243; cr_custom_styles=&#8221;on&#8221; cr_background_color=&#8221;RGBA(255,255,255,0)&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_submit_button=&#8221;on&#8221; submit_button_bg_color=&#8221;gcid-primary-color&#8221; submit_button_border_width=&#8221;0px&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22submit_button_bg_color%22%93}&#8221;][\/dvppl_cf7_styler][et_pb_text disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Texto Aceptaci\u00f3n formularios&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;12px&#8221; text_line_height=&#8221;1.2em&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Terms and conditions of acceptance<\/h2>\n<p>In accordance with current regulations on Personal Data Protection, we inform you that your data will be incorporated into the processing system owned by FUNDACION WHY NOT with Tax ID number G75026104 and registered office at Avda. Navarra 25, Gros, 20013, DONOSTIA (GUIP\u00daZCOA), for the purpose of managing the conditions of membership of our organization. In compliance with current regulations, FUNDACION WHY NOT informs you that your data will be kept for THE LEGALLY ESTABLISHED PERIOD.  <\/p>\n<p>With this clause, you are hereby informed that your data will be communicated, if necessary, to banks and savings banks, public administrations, and all other entities with which communication is necessary, for the purpose of complying with the provision of the aforementioned service.<\/p>\n<p>Failure to provide data to the aforementioned entities means that the aforementioned purposes cannot be fulfilled.<\/p>\n<p>In turn, we inform you that you can contact the Data Protection Officer of FUNDACION WHY NOT by writing to the email address dpo.cliente@conversia.es or by calling 902877192.<\/p>\n<p>FUNDACION WHY NOT informs you that it will process your data in a lawful, fair, transparent, adequate, relevant, limited, accurate, and up-to-date manner. That is why FUNDACION WHY NOT undertakes to take all reasonable measures to ensure that any inaccurate data is deleted or rectified without delay. <\/p>\n<p>In accordance with the rights conferred by current data protection legislation, you may exercise your rights of access, rectification, restriction of processing, erasure, portability, and objection to the processing of your personal data, as well as the consent given for the processing thereof, by sending your request to the postal address indicated above or to the email address INFO@FUNDACIONWHYNOT.ORG.<\/p>\n<p>You may contact the competent Supervisory Authority to submit any complaint you deem appropriate.<\/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;off|off|off&#8221; admin_label=&#8221;Secci\u00f3n FISCALIDAD&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;068d2342-3bd4-49ba-963e-257beee45b96&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_type=&#8221;circular&#8221; background_color_gradient_direction_radial=&#8221;left&#8221; background_color_gradient_stops=&#8221;rgba(255,255,255,0) 0%|gcid-470dfbcc-0c18-4886-9fb9-01c535cd77d6 23%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/fundacionwhynot.org\/wp-content\/uploads\/moneda.webp&#8221; background_size=&#8221;contain&#8221; background_position=&#8221;center_left&#8221; da_disable_devices=&#8221;off|off|off&#8221; border_color_all=&#8221;RGBA(255,255,255,0)&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{%22gcid-2352d280-fe84-43b1-a71e-f400c35a526a%22:%91%22background_color_gradient_stops%22%93,%22gcid-470dfbcc-0c18-4886-9fb9-01c535cd77d6%22:%91%22background_color_gradient_stops%22%93}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.25.2&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;900px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;_initial&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Taxation&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h4&#8243; title_font=&#8221;Urbanist|700||on|||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;gcid-4c79ba3d-a281-4fb6-9b14-02f9a4c793f2&#8243; title_font_size=&#8221;14px&#8221; title_letter_spacing=&#8221;0.2em&#8221; title_line_height=&#8221;1.6em&#8221; custom_margin=&#8221;||10px||false|false&#8221; title_font_size_tablet=&#8221;14px&#8221; title_font_size_phone=&#8221;13px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{%22gcid-4c79ba3d-a281-4fb6-9b14-02f9a4c793f2%22:%91%22title_text_color%22%93}&#8221;][\/et_pb_heading][et_pb_heading title=&#8221;Donations to the Why Not Foundation may be tax deductible, depending on the donor&#039;s place of residence and whether the donor is an individual or a legal entity.&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;_initial&#8221; title_level=&#8221;h3&#8243; title_font=&#8221;Urbanist||||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;36px&#8221; title_line_height=&#8221;1.2em&#8221; title_font_size_tablet=&#8221;24px&#8221; title_font_size_phone=&#8221;18px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_accordion _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|30px|30px|30px|30px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_accordion_item title=&#8221;VAC\u00cdO&#8221; open=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: none;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;State-owned&#8221; open_toggle_text_color=&#8221;gcid-primary-color&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22open_toggle_text_color%22%93}&#8221; toggle_level=&#8221;h1&#8243; toggle_font=&#8221;|700|||||||&#8221; open=&#8221;off&#8221;]<\/p>\n<p><strong>Individuals (Personal Income Tax)<\/strong><\/p>\n<p>The first \u20ac250 of donations will be deducted at 80%. Any amount exceeding \u20ac250 will be deducted at 40%. <\/p>\n<p>Starting in the third consecutive year of donations, the first \u20ac250 of the donation will be deducted at 80% and the amount exceeding \u20ac250 will be deducted at 45%, provided that the donation is equal to or greater than the donations made in the previous two years.<\/p>\n<p><strong>Legal Entities (Corporate Tax)<\/strong><\/p>\n<p>40% deduction on the total tax liability, provided that the donation is equal to or greater than the donations made in the previous two years.<\/p>\n<p><strong>Regulations<\/strong><\/p>\n<p>Law 49\/2002<\/p>\n<p>Art. 19 IRPF (modification that applies from January 1, 2020 note from the tax agency)<\/p>\n<p>Art. 20 I. Companies<\/p>\n<p><strong>Calculator<\/strong><\/p>\n<p>You can simulate the deductions at the following link.<\/p>\n<div class=\"et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_module \"><a style=\"display: inline-block!important;\" class=\"et_pb_button et_pb_button_3 et_pb_bg_layout_light\" target=\"_blank\" href=\"https:\/\/fundacionlealtad.org\/para-colaborar-con-ong\/deducciones-fiscales\/\" data-icon=\"\uf35d\" rel=\"noopener\">Calculator<\/a><\/div>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Araba&#8221; open_toggle_text_color=&#8221;gcid-primary-color&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22open_toggle_text_color%22%93}&#8221; toggle_level=&#8221;h1&#8243; toggle_font=&#8221;|700|||||||&#8221; open=&#8221;off&#8221;]<strong>Individuals (IRPF)<\/strong><\/p>\n<p>45% deduction on total tax liability.<\/p>\n<p><strong>Legal entities (corporate income tax)<\/strong><\/p>\n<p>45% deduction on net tax liability.<\/p>\n<p><strong>Regulations<\/strong><\/p>\n<p>Provincial Regulation 35\/2021 Art.31<\/p>\n<p>DECLARED PRIORITY ACTIVITY 2022 (by reciprocity with the Provincial Council of Gipuzkoa)[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Bizkaia&#8221; open_toggle_text_color=&#8221;gcid-primary-color&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22open_toggle_text_color%22%93}&#8221; toggle_level=&#8221;h1&#8243; toggle_font=&#8221;|700|||||||&#8221; open=&#8221;off&#8221;]<strong>Individuals (Personal Income Tax)<\/strong><\/p>\n<p>45% deduction on total tax liability.<\/p>\n<p><strong>Legal Entities (Corporate Tax)<\/strong><\/p>\n<p>45% deduction on net tax liability.<\/p>\n<p><strong>Regulations<\/strong><\/p>\n<p>Provincial Regulation 4\/2019 Art. 42 Priority activity <\/p>\n<p>DECLARED PRIORITY ACTIVITY for the 2022 fiscal year[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Gipuzkoa&#8221; open_toggle_text_color=&#8221;gcid-primary-color&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22open_toggle_text_color%22%93}&#8221; toggle_level=&#8221;h1&#8243; toggle_font=&#8221;|700|||||||&#8221; open=&#8221;off&#8221;]<\/p>\n<p><strong>Individuals (Personal Income Tax)<\/strong><\/p>\n<p>30% deduction on total tax liability<\/p>\n<p><strong>Legal Entities (Corporate Tax)<\/strong><\/p>\n<p>Deductible expense for taxable income<\/p>\n<p>18% deduction on net tax liability<\/p>\n<p><strong>Regulations<\/strong><\/p>\n<p>Provincial Regulation 3\/2004 Art. 29<\/p>\n<p>DECLARED PRIORITY ACTIVITY for the 2022 fiscal year<\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Navarra&#8221; open_toggle_text_color=&#8221;gcid-primary-color&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22open_toggle_text_color%22%93}&#8221; toggle_level=&#8221;h1&#8243; toggle_font=&#8221;|700|||||||&#8221; open=&#8221;off&#8221;]<strong>Individuals (Personal Income Tax)<\/strong><\/p>\n<p>The first \u20ac250 of donations will be deducted at 80%. Any amount exceeding \u20ac250 will be deducted at 40%. <\/p>\n<p><strong>Legal Entities (Corporate Tax)<\/strong><\/p>\n<p>Deductible expense for taxable income<\/p>\n<p>20% deduction on net tax liability<\/p>\n<p><strong>Regulations<\/strong><\/p>\n<p>Tenth additional provision of Regional Law 10\/1996: Social patronage entity[\/et_pb_accordion_item][\/et_pb_accordion][et_pb_button button_url=&#8221;https:\/\/fundacionlealtad.org\/para-colaborar-con-ong\/deducciones-fiscales\/&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;ESTILOS BOTON&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Bot\u00f3n para estilos&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;b89f1cc1-4e2d-40d6-9599-aab503b15e13&#8243; button_bg_color=&#8221;gcid-primary-color&#8221; button_icon=&#8221;&#xf35d;||fa||900&#8243; custom_margin=&#8221;20px||||false|false&#8221; custom_css_main_element=&#8221;display: none!important;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{%22gcid-primary-color%22:%91%22button_bg_color%22%93}&#8221;][\/et_pb_button][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>In any case, deductions are subject to limitations. Please consult the regulations. <\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Join Why Not and contribute with a donation, no matter how small, to support a new approach to mental health that transforms lives.Donate with Bizum and join a different approach to mental health that changes lives.We believe in a different way of caring for mental health. Will you join us?A small donation can make a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-6182","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/pages\/6182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/comments?post=6182"}],"version-history":[{"count":8,"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/pages\/6182\/revisions"}],"predecessor-version":[{"id":6554,"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/pages\/6182\/revisions\/6554"}],"wp:attachment":[{"href":"https:\/\/fundacionwhynot.org\/en\/wp-json\/wp\/v2\/media?parent=6182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}