{"id":33966,"date":"2024-02-21T22:47:52","date_gmt":"2024-02-21T22:47:52","guid":{"rendered":"https:\/\/destinoseviajes.com\/?p=33966"},"modified":"2024-06-15T03:20:45","modified_gmt":"2024-06-15T03:20:45","slug":"too-good-to-go","status":"publish","type":"post","link":"https:\/\/destinoseviajes.com\/en\/too-good-to-go\/","title":{"rendered":"Too Good To Go \u2013 Understand the famous anti-waste service in Europe!"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Food is sacred, all people need to eat to survive<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"996\" height=\"664\" loading=\"lazy\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-33983\" srcset=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png 996w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5-300x200.png 300w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5-768x512.png 768w\" sizes=\"(max-width: 996px) 100vw, 996px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Too Good To Go \u2013 Source: Freepik.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Seeing the amount of food waste, Europe could not stand by and watch tons of food being thrown away every day. That&#039;s why the Too Good To Go app was created. This is an application that will ensure that several companies that have leftover food at the end of the day are not wasted.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The company will operate in most places in Europe and hopefully all places in the world before long. <\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1N5Df\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"TAP Stopover \">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-6.png\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"TAP Stopover \">\n            TAP Stopover         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Do you want to travel to Portugal spending less? So, understand how Tap Stopover works and what places to visit.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-6.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                TAP Stopover              <\/p>\n              <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain in the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This service helps all countries also have a little more awareness about food waste and it is completely normal that you, as an activist, want to know more about it, so find out more about Too Good To Go.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>What is Too Good To Go?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Well, in case you don&#039;t know, this is a company created by Europe not only to help our environment, but also for all that food that goes to waste when stores really get to the end of their day. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>It is a service that will have a mobile application and is connected to various stores and clients. When a store reaches a limit where it would have to throw away food, customers can step in and order it.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Meanwhile, this service will cover more European cities and more parts of Europe, and will also be available in North America. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This will allow you to reuse, save and reduce food waste not only in Europe, but also in certain parts of North America. This is a very important project.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Why is the Too Good To Go project important?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>When you request something, you do it because you want it. For example, if you want meat or lettuce, you will buy them, since these things do not grow from nothing. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To get meat, animals will be slaughtered so you can eat, and that&#039;s okay, it&#039;s human nature. But there comes a point where when there is waste, we are sacrificing animals for nothing.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This is completely different because it is one thing to kill animals to feed ourselves, it is another thing to kill them so that they end up in the trash. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This is a very complicated dilemma for people to follow because many times companies do it without thinking, and this is one of the reasons why this project is so important.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>How does Too Good To Go work?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This is a very easy to use application, you can access it and search for your favorite stores within it. Then you will be able to see all the available stores that are part of this program and where you can buy something at a much lower price. You will also be able to use various payment methods, so you won&#039;t have to worry about that.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>You can place the order and then receive a bag with several products that will not be used that day. And to combat waste, you went to the store and bought them so you can use them at home. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Now, if you are thinking of giving this app a try, I am sure you will not regret it as it will not only help you but also the environment.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>What causes does Too Good To Go protect?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A company of this type is not something that appears every day. Because no matter how noble it is to have them, it will always be a thousand times more complicated than running a completely normal company without worrying too much about the environment. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Anyway, you can see that all these little worries will have a very positive effect.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Living beings<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>For example, if you are buying things that would normally go in the trash, like meat or some vegetables, you will simply be saving an animal from dying. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This is because you will be buying foods that would technically go into the trash and would have to be replaced with new ones. Of course, this is just one of the benefits.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Greater care for the environment<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Another cause that will protect is living beings. Not only will you be protecting the animals from being needlessly slaughtered, but the system will also be protecting yourself. Did you know that cows contribute a lot to global warming? <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This makes everything worse because if food continues to be wasted, people will continue to raise cows at the same rate while meat that should technically be consumed ends up in the trash.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>And well, if you continue buying something that technically should be wasted, you will cause the number of cows to decrease. This is because you will be buying the meat that was going to be wasted and you will not have to continue raising more to satisfy all the needs that sometimes are not even met.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-como-funciona\">How does it work?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To use this application it will be very easy, you will just have to download it and open it. In it, you will have to look for the \u201csurprise bags\u201d option in restaurants and stores near you. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Then, you can choose an option and schedule a time to pick up your order in the store. Finally, you will only have to pick up the order and that&#039;s it.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-ZpsLVm\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"TAP Stopover \">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-6.png\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"TAP Stopover \">\n            TAP Stopover         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Do you want to travel to Portugal spending less? So, understand how Tap Stopover works and what places to visit.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-6.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                TAP Stopover              <\/p>\n              <a href=\"https:\/\/destinoseviajes.com\/en\/tap-stopover-todo-sobre-la-modalidad\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain in the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Food is sacred, all people need to eat to survive Seeing the amount of food waste, Europe could not stand by and watch tons of food being thrown away every day. That&#039;s why the Too Good To Go app was created. This is an application that will make several\u2026 <a class=\"more-link\" href=\"https:\/\/destinoseviajes.com\/en\/too-good-to-go\/\">Continue reading <span class=\"screen-reader-text\">Too Good To Go \u2013 Understand the famous anti-waste service in Europe!<\/span><\/a><\/p>","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[811],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa! - Destinos e Viajes<\/title>\n<meta name=\"description\" content=\"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/destinoseviajes.com\/en\/too-good-to-go\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa!\" \/>\n<meta property=\"og:description\" content=\"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/destinoseviajes.com\/en\/too-good-to-go\/\" \/>\n<meta property=\"og:site_name\" content=\"Destinos e Viajes\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-21T22:47:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-15T03:20:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pedro Saynovich\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/destinoseviajes.com\/#website\",\"url\":\"https:\/\/destinoseviajes.com\/\",\"name\":\"Destinos e Viajes\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/destinoseviajes.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/#primaryimage\",\"url\":\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png\",\"contentUrl\":\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png\",\"width\":996,\"height\":664},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/#webpage\",\"url\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/\",\"name\":\"Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa! - Destinos e Viajes\",\"isPartOf\":{\"@id\":\"https:\/\/destinoseviajes.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/#primaryimage\"},\"datePublished\":\"2024-02-21T22:47:52+00:00\",\"dateModified\":\"2024-06-15T03:20:45+00:00\",\"author\":{\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/e462ee71eefee6bc435cb45d3b46a541\"},\"description\":\"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.\",\"breadcrumb\":{\"@id\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/destinoseviajes.com\/too-good-to-go\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/destinoseviajes.com\/too-good-to-go\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/destinoseviajes.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Too Good To Go &#8211; \u00a1Entiende el famoso servicio contra el desperdicio en Europa!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/e462ee71eefee6bc435cb45d3b46a541\",\"name\":\"Pedro Saynovich\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g\",\"caption\":\"Pedro Saynovich\"},\"url\":\"https:\/\/destinoseviajes.com\/en\/author\/pedrosaynovich\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa! - Destinos e Viajes","description":"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.","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:\/\/destinoseviajes.com\/en\/too-good-to-go\/","og_locale":"en_US","og_type":"article","og_title":"Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa!","og_description":"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.","og_url":"https:\/\/destinoseviajes.com\/en\/too-good-to-go\/","og_site_name":"Destinos e Viajes","article_published_time":"2024-02-21T22:47:52+00:00","article_modified_time":"2024-06-15T03:20:45+00:00","og_image":[{"url":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pedro Saynovich","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/destinoseviajes.com\/#website","url":"https:\/\/destinoseviajes.com\/","name":"Destinos e Viajes","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/destinoseviajes.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/destinoseviajes.com\/too-good-to-go\/#primaryimage","url":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png","contentUrl":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/02\/image-5.png","width":996,"height":664},{"@type":"WebPage","@id":"https:\/\/destinoseviajes.com\/too-good-to-go\/#webpage","url":"https:\/\/destinoseviajes.com\/too-good-to-go\/","name":"Too Good To Go - \u00a1Entiende el famoso servicio contra el desperdicio en Europa! - Destinos e Viajes","isPartOf":{"@id":"https:\/\/destinoseviajes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/destinoseviajes.com\/too-good-to-go\/#primaryimage"},"datePublished":"2024-02-21T22:47:52+00:00","dateModified":"2024-06-15T03:20:45+00:00","author":{"@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/e462ee71eefee6bc435cb45d3b46a541"},"description":"Toneladas de comida son desperdiciadas por tiendas alrededor del mundo. Conoce Too Good To Go, el servicio contra el desperdicio alimentario.","breadcrumb":{"@id":"https:\/\/destinoseviajes.com\/too-good-to-go\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/destinoseviajes.com\/too-good-to-go\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/destinoseviajes.com\/too-good-to-go\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/destinoseviajes.com\/"},{"@type":"ListItem","position":2,"name":"Too Good To Go &#8211; \u00a1Entiende el famoso servicio contra el desperdicio en Europa!"}]},{"@type":"Person","@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/e462ee71eefee6bc435cb45d3b46a541","name":"Pedro Saynovich","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g","caption":"Pedro Saynovich"},"url":"https:\/\/destinoseviajes.com\/en\/author\/pedrosaynovich\/"}]}},"_links":{"self":[{"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/posts\/33966"}],"collection":[{"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/comments?post=33966"}],"version-history":[{"count":0,"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/posts\/33966\/revisions"}],"wp:attachment":[{"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/media?parent=33966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/categories?post=33966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/destinoseviajes.com\/en\/wp-json\/wp\/v2\/tags?post=33966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}