{"id":9928,"date":"2024-01-25T18:08:28","date_gmt":"2024-01-25T18:08:28","guid":{"rendered":"https:\/\/100t.com.br\/?p=9928"},"modified":"2024-01-25T18:08:30","modified_gmt":"2024-01-25T18:08:30","slug":"gol-linhas-aereas","status":"publish","type":"post","link":"https:\/\/100t.com.br\/hu\/gol-linhas-aereas\/","title":{"rendered":"Gol Linhas A\u00e9reas: olcs\u00f3 rep\u00fcl\u0151jegyek ak\u00e1r 12-szeres\u00e9re!"},"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 id=\"h-encontre-passagens-aereas-em-promocao-direto-no-site-da-gol-e-ainda-parcele-sem-se-preocupar-com-juros\">Tal\u00e1lj kedvezm\u00e9nyes rep\u00fcl\u0151jegyeket k\u00f6zvetlen\u00fcl a Gol weboldal\u00e1n, \u00e9s fizess r\u00e9szletekben kamatok n\u00e9lk\u00fcl!<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol Linhas A\u00e9reas prom\u00f3ci\u00f3s rep\u00fcl\u0151jegyeket k\u00edn\u00e1l, hogy felejthetetlenn\u00e9 tegye h\u00e9tv\u00e9g\u00e9it! Sz\u00e1mos paradicsomi \u00fati c\u00e9l k\u00f6z\u00fcl v\u00e1laszthat verhetetlen \u00e1ron!\u00a0<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Val\u00f3j\u00e1ban a l\u00e9git\u00e1rsas\u00e1g megfizethet\u0151 \u00e1rair\u00f3l ismert, minden k\u00f6lts\u00e9gvet\u00e9shez illeszked\u0151 j\u00e1ratokat k\u00edn\u00e1lva. T\u00f6bb mint 140 \u00fati c\u00e9l k\u00f6z\u00fcl v\u00e1laszthat! <\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-gkU8I\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-6.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          L\u00e9git\u00e1rsas\u00e1g        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Gol Airlines        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Prom\u00f3ci\u00f3k            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Kedvezm\u00e9nyek            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          N\u00e9zd meg a legjobb aj\u00e1nlatokat a Gol weboldal\u00e1n!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/www.voegol.com.br\/\" rel=\"sponsored\" 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:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-6.jpg\">          \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                N\u00e9zd meg a legjobb aj\u00e1nlatokat a Gol weboldal\u00e1n!              <\/p>\n              <a href=\"https:\/\/www.voegol.com.br\/\" rel=\"sponsored\" 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                    N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sz\u00f3val, mi\u00e9rt ne haszn\u00e1ln\u00e1 ki ezeket a lehet\u0151s\u00e9geket, hogy m\u00e9g t\u00f6bb strat\u00e9gi\u00e1t fedezzen fel, amelyek seg\u00edtenek a lehet\u0151 legt\u00f6bbet megtakar\u00edtani a k\u00f6vetkez\u0151 rep\u00fcl\u0151jegy\u00e9n? Fedezze fel, hogyan szerezhet kedvezm\u00e9nyeket k\u00fcl\u00f6nf\u00e9le m\u00f3dokon al\u00e1bb!<\/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>Hogyan v\u00e1s\u00e1rolhatok olcs\u00f3bb rep\u00fcl\u0151jegyet a Gol Linhas A\u00e9reas-szal?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol sz\u00e1mos \u00fati c\u00e9lt k\u00edn\u00e1l szuperkedvez\u0151 \u00e1ron. Ha olyan utaz\u00e1st szeretne, amely megfelel a k\u00f6lts\u00e9gvet\u00e9s\u00e9nek, \u00edme n\u00e9h\u00e1ny tipp a weboldalon vagy az alkalmaz\u00e1son kereszt\u00fcli v\u00e1s\u00e1rl\u00e1shoz.<\/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 id=\"h-pelo-site\">Az oldalr\u00f3l <\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>El\u0151sz\u00f6r is, miel\u0151tt megv\u00e1s\u00e1roln\u00e1d a jegyed, hasonl\u00edtsd \u00f6ssze a k\u00fcl\u00f6nb\u00f6z\u0151 l\u00e9git\u00e1rsas\u00e1gok \u00e1rait \u00e9s rep\u00fcl\u00e9si id\u0151pontjait. Erre a c\u00e9lra haszn\u00e1lhatsz dedik\u00e1lt weboldalakat, mint p\u00e9ld\u00e1ul a Google Flights vagy a Skyscanner.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Teh\u00e1t, ha lehets\u00e9ges, haszn\u00e1ld ki a legolcs\u00f3bb j\u00e1ratokat. \u00c1ltal\u00e1ban k\u00fcl\u00f6nb\u00f6z\u0151 napokon \u00e9s id\u0151pontokban k\u00f6zlekednek. Ker\u00fcld az utaz\u00e1st a f\u0151szezonokban, p\u00e9ld\u00e1ul \u00fcnnepnapokon \u00e9s iskolai sz\u00fcnetekben. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ezenk\u00edv\u00fcl haszn\u00e1ld ki a Gol honlapj\u00e1n tal\u00e1lhat\u00f3 prom\u00f3ci\u00f3s r\u00e9szt is. A l\u00e9git\u00e1rsas\u00e1g tucatnyi \u00fati c\u00e9lra k\u00edn\u00e1l j\u00e1ratokat jelent\u0151sen alacsonyabb \u00e1ron. Ha el\u00e9rhet\u0151, \u00e9rdemes kihaszn\u00e1lni.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>V\u00e9g\u00fcl haszn\u00e1ld a b\u00f6ng\u00e9sz\u0151det inkognit\u00f3m\u00f3dban, vagy t\u00f6r\u00f6ld a s\u00fctiket; ez is nagyszer\u0171 m\u00f3dja annak, hogy olcs\u00f3bb rep\u00fcl\u0151jegyeket tal\u00e1lj.\u00a0<\/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 id=\"h-pelo-app\">Az alkalmaz\u00e1son kereszt\u00fcl <\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol Linhas A\u00e9reas alkalmaz\u00e1s sz\u00e1mos el\u0151nnyel j\u00e1r, p\u00e9ld\u00e1ul online becsekkolhat, helyet foglalhat \u00e9s nyomon k\u00f6vetheti j\u00e1rata \u00e1llapot\u00e1t.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ezenk\u00edv\u00fcl az alkalmaz\u00e1s gyakran exkluz\u00edv kedvezm\u00e9nyeket k\u00edn\u00e1l a felhaszn\u00e1l\u00f3knak.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Haszn\u00e1lja a r\u00e9szletes keres\u0151eszk\u00f6zt a legjobb aj\u00e1nlatok megtal\u00e1l\u00e1s\u00e1hoz. Ez lehet\u0151v\u00e9 teszi a d\u00e1tumok, id\u0151pontok, \u00fati c\u00e9lok \u00e9s egy\u00e9b, \u00e1ltalad v\u00e1lasztott krit\u00e9riumok megad\u00e1s\u00e1t.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>V\u00e9g\u00fcl, ne felejtsd el bekapcsolni az alkalmaz\u00e1s\u00e9rtes\u00edt\u00e9seket. \u00cdgy amikor k\u00fcl\u00f6nleges prom\u00f3ci\u00f3 van, te leszel az els\u0151, aki \u00e9rtes\u00fcl r\u00f3la!<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-128PYe\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-6.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          L\u00e9git\u00e1rsas\u00e1g        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Gol Airlines        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Prom\u00f3ci\u00f3k            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Kedvezm\u00e9nyek            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          N\u00e9zd meg a legjobb aj\u00e1nlatokat a Gol weboldal\u00e1n!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/www.voegol.com.br\/\" rel=\"sponsored\" 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:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-6.jpg\">          \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                N\u00e9zd meg a legjobb aj\u00e1nlatokat a Gol weboldal\u00e1n!              <\/p>\n              <a href=\"https:\/\/www.voegol.com.br\/\" rel=\"sponsored\" 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                    N\u00e9zze meg, hogyan v\u00e1s\u00e1rolhat!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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-baixar-o-aplicativo-da-gol-linhas-aereas\">Hogyan lehet let\u00f6lteni a Gol Linhas A\u00e9reas alkalmaz\u00e1st?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>El\u0151sz\u00f6r is nyisd meg az \u201eApp Store\u201d vagy a \u201eGoogle Play Store\u201d alkalmaz\u00e1st a telefonodon, \u00e9s keresd meg a \u201eGol Linhas A\u00e9reas\u201d kifejez\u00e9st a keres\u0151mez\u0151ben.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ezut\u00e1n kattintson a \u201eGet\u201d vagy a \u201eDownload\u201d gombra a let\u00f6lt\u00e9shez. A meger\u0151s\u00edt\u00e9shez meg kell adnia Apple ID jelszav\u00e1t, vagy ujjlenyomat-hiteles\u00edt\u00e9st vagy Face ID-t kell haszn\u00e1lnia.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De ha Android-eszk\u00f6z\u00e9t haszn\u00e1lja, a Google Play \u00c1ruh\u00e1z n\u00e9h\u00e1ny sz\u00fcks\u00e9ges enged\u00e9lyt k\u00e9r, \u00e9s a folytat\u00e1shoz meg kell \u00e9rintenie az \u201eElfogad\u00e1s\u201d gombot.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>V\u00e9g\u00fcl a Gol Linhas A\u00e9reas alkalmaz\u00e1s let\u00f6lt\u0151dik \u00e9s telep\u00fcl az eszk\u00f6z\u00f6dre. Ezut\u00e1n egyszer\u0171en nyisd meg a platformot, regisztr\u00e1lj \u00e9s \u00e9lvezd!<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-ZF8gj2\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.voegol.com.br\/servicos-gol\/aplicativo-gol\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-app-6.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Alkalmaz\u00e1s        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Gol Airlines        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              android            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              iOS            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          T\u00f6ltsd le az alkalmaz\u00e1st \u00e9s kapcsold be az \u00e9rtes\u00edt\u00e9seket, hogy hihetetlen kedvezm\u00e9nyekhez f\u00e9rj hozz\u00e1!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/servicos-gol\/aplicativo-gol\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan kell let\u00f6lteni!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.voegol.com.br\/servicos-gol\/aplicativo-gol\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan kell let\u00f6lteni!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/www.voegol.com.br\/servicos-gol\/aplicativo-gol\" rel=\"sponsored\" 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:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/offer-app-6.jpg\">          \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                T\u00f6ltsd le az alkalmaz\u00e1st \u00e9s kapcsold be az \u00e9rtes\u00edt\u00e9seket a kedvezm\u00e9nyek el\u00e9r\u00e9s\u00e9hez\u2026              <\/p>\n              <a href=\"https:\/\/www.voegol.com.br\/servicos-gol\/aplicativo-gol\" rel=\"sponsored\" 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                    N\u00e9zze meg, hogyan kell let\u00f6lteni!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                A rendszer \u00e1tir\u00e1ny\u00edt egy m\u00e1sik webhelyre              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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-encontrar-passagens-com-descontos-na-gol-linhas-aereas\">Hogyan tal\u00e1lok kedvezm\u00e9nyes jegyeket a Gol Linhas A\u00e9reas-on?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Szeretn\u00e9d megtudni, hogyan sp\u00f3rolhatsz p\u00e9nzt rep\u00fcl\u0151jegy v\u00e1s\u00e1rl\u00e1sakor? \u00cdme n\u00e9h\u00e1ny szuper fontos tipp, hogy a legjobb aj\u00e1nlatokat kapd meg a Gol \u00e9s m\u00e1s l\u00e9git\u00e1rsas\u00e1gok rep\u00fcl\u0151jegyeire!<\/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 id=\"h-viaje-fora-de-temporada\">Utaz\u00e1s szezonon k\u00edv\u00fcl<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ha lehets\u00e9ges, ker\u00fclje az utaz\u00e1st a cs\u00facsid\u0151szakokban, p\u00e9ld\u00e1ul \u00fcnnepek \u00e9s iskolai sz\u00fcnetek alatt. A nagy kereslet miatt a jegy\u00e1rak \u00e1ltal\u00e1ban magasabbak ezekben az id\u0151szakokban.<\/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 id=\"h-seja-flexivel-com-as-datas-e-horarios-de-voo\">L\u00e9gy rugalmas a rep\u00fcl\u00e9si d\u00e1tumokkal \u00e9s id\u0151pontokkal kapcsolatban<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ha rugalmas vagy, olcs\u00f3bb rep\u00fcl\u0151jegyeket is tal\u00e1lhatsz. P\u00e9ld\u00e1ul, ha hajland\u00f3 vagy a h\u00e9t egy m\u00e1sik napj\u00e1n vagy egy kev\u00e9sb\u00e9 n\u00e9pszer\u0171 j\u00e1ratid\u0151pontban utazni, p\u00e9nzt takar\u00edthatsz meg.<\/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 id=\"h-aproveite-as-promocoes\">Haszn\u00e1ld ki az akci\u00f3kat<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol gyakran k\u00edn\u00e1l prom\u00f3ci\u00f3kat a weboldal\u00e1n, ez\u00e9rt \u00e9rdemes figyelni a l\u00e9git\u00e1rsas\u00e1g platformjait a legjobb aj\u00e1nlatok megtal\u00e1l\u00e1sa \u00e9rdek\u00e9ben.<\/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 id=\"h-inscreva-se-no-programa-de-fidelidade\">Regisztr\u00e1ljon a h\u0171s\u00e9gprogramba <\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol&#039;s Smiles h\u0171s\u00e9gprogramja sz\u00e1mos lehet\u0151s\u00e9get k\u00edn\u00e1l m\u00e9rf\u00f6ldek gy\u0171jt\u00e9s\u00e9re, ha a l\u00e9git\u00e1rsas\u00e1ggal \u00e9s partnereivel rep\u00fcl.\u00a0<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00cdgy a m\u00e9rf\u00f6ldjeidet rep\u00fcl\u0151jegyekre, kabinfelmin\u0151s\u00edt\u00e9sekre \u00e9s egy\u00e9b juttat\u00e1sokra v\u00e1lthatod be.<\/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-conheca-o-programa-de-milhas-da-gol-linhas-aereas\">Fedezze fel Gol Linhas A\u00e9reas m\u00e9rf\u00f6ldprogramj\u00e1t<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Gol m\u00e9rf\u00f6ldprogramja a Smiles. Ingyenes a regisztr\u00e1ci\u00f3, \u00e9s sz\u00e1mos m\u00f3dot k\u00edn\u00e1l a m\u00e9rf\u00f6ldek gy\u0171jt\u00e9s\u00e9re, p\u00e9ld\u00e1ul rep\u00fcl\u00e9st a Gol l\u00e9git\u00e1rsas\u00e1ggal.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S\u0151t, m\u00e9rf\u00f6ldeket gy\u0171jthetsz a Smiles partnerein\u00e9l t\u00f6rt\u00e9n\u0151 v\u00e1s\u00e1rl\u00e1ssal, s\u0151t, ak\u00e1r mindennapi feladatok elv\u00e9gz\u00e9s\u00e9vel is, p\u00e9ld\u00e1ul online bejelentkez\u00e9ssel.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ebben az \u00e9rtelemben ahhoz, hogy m\u00e9rf\u00f6ldeket gy\u0171jts\u00f6n a Gol-lal rep\u00fclve, meg kell adnia a Smiles-sz\u00e1m\u00e1t a v\u00e1s\u00e1rl\u00e1s vagy az utasfelv\u00e9tel sor\u00e1n.\u00a0<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A megszerzett m\u00e9rf\u00f6ldek sz\u00e1ma a v\u00e1lasztott d\u00edjszab\u00e1st\u00f3l \u00e9s az utaz\u00e1s hossz\u00e1t\u00f3l f\u00fcgg.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Smiles m\u00e9rf\u00f6ldek rep\u00fcl\u0151jegyek, kabinfelmin\u0151s\u00edt\u00e9sek, partner\u00fczletekben k\u00edn\u00e1lt term\u00e9kek \u00e9s szolg\u00e1ltat\u00e1sok bev\u00e1lt\u00e1s\u00e1ra, s\u0151t rep\u00fcl\u0151t\u00e9ri szolg\u00e1ltat\u00e1sok kifizet\u00e9s\u00e9re is felhaszn\u00e1lhat\u00f3k.<\/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>V\u00e1s\u00e1rolj kedvezm\u00e9nyes rep\u00fcl\u0151jegyeket az Azul Linhas A\u00e9reas-n\u00e1l is!<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sz\u00f3val, szeretn\u00e9l egy m\u00e1sik brazil l\u00e9gik\u00f6zleked\u00e9si \u00f3ri\u00e1st is kipr\u00f3b\u00e1lni megfizethet\u0151 jegyekkel? Tudj meg mindent az Azul Linhas A\u00e9reasr\u00f3l! <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Az al\u00e1bbiakban n\u00e9h\u00e1ny m\u00f3dszert mutatunk be, hogyan rep\u00fclhetsz a l\u00e9git\u00e1rsas\u00e1ggal, \u00e9s hogyan sp\u00f3rolhatsz a jegyeden egyszer\u0171 strat\u00e9gi\u00e1kkal!<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-eBLl4\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/100t.com.br\/hu\/rec-azul-linhas-aereas\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-4.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          L\u00e9git\u00e1rsas\u00e1g        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Azul Linhas A\u00e9reas        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              \u00c1tj\u00e1r\u00f3k            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Kihagyhatatlan            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Hihetetlen rep\u00fcl\u0151jegy-aj\u00e1nlatok Eur\u00f3p\u00e1ban, D\u00e9l-Amerik\u00e1ban \u00e9s \u00c9szak-Amerik\u00e1ban!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\"  href=\"https:\/\/100t.com.br\/hu\/rec-azul-linhas-aereas\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan sp\u00f3rolhat!            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\"  href=\"https:\/\/100t.com.br\/hu\/rec-azul-linhas-aereas\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              N\u00e9zze meg, hogyan sp\u00f3rolhat!            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Ugyanazon a webhelyen marad        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/100t.com.br\/hu\/rec-azul-linhas-aereas\/\"  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:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-4.jpg\">          \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                Hihetetlen rep\u00fcl\u0151jegy-aj\u00e1nlatok Eur\u00f3p\u00e1ban, D\u00e9l-Amerik\u00e1ban \u00e9s\u2026              <\/p>\n              <a href=\"https:\/\/100t.com.br\/hu\/rec-azul-linhas-aereas\/\"  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                    N\u00e9zze meg, hogyan sp\u00f3rolhat!                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ugyanazon a webhelyen marad              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div>","protected":false},"excerpt":{"rendered":"<p>A Gol weboldal\u00e1n vagy alkalmaz\u00e1s\u00e1n kereszt\u00fcl vill\u00e1m akci\u00f3kat \u00e9s exkluz\u00edv kedvezm\u00e9nyeket tal\u00e1lhatsz belf\u00f6ldi \u00e9s nemzetk\u00f6zi j\u00e1ratokra! Tal\u00e1ld meg a k\u00f6lts\u00e9gvet\u00e9sednek megfelel\u0151 jegyet!<\/p>","protected":false},"author":9,"featured_media":10761,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[19,299,94],"tags":[611],"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>Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!<\/title>\n<meta name=\"description\" content=\"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/100t.com.br\/hu\/gol-linhas-aereas\/\" \/>\n<meta property=\"og:locale\" content=\"hu_HU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!\" \/>\n<meta property=\"og:description\" content=\"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/100t.com.br\/hu\/gol-linhas-aereas\/\" \/>\n<meta property=\"og:site_name\" content=\"100 Tech\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-25T18:08:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-25T18:08:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\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=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Samantha Scorbaioli\" \/>\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:\/\/100t.com.br\/#website\",\"url\":\"https:\/\/100t.com.br\/\",\"name\":\"100 Tech\",\"description\":\"Tecnologia e Informa\u00e7\u00e3o\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/100t.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"hu-HU\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"hu-HU\",\"@id\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/#primaryimage\",\"url\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg\",\"contentUrl\":\"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Fonte: Gol Linhas A\u00e9reas.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/#webpage\",\"url\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/\",\"name\":\"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!\",\"isPartOf\":{\"@id\":\"https:\/\/100t.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/#primaryimage\"},\"datePublished\":\"2024-01-25T18:08:28+00:00\",\"dateModified\":\"2024-01-25T18:08:30+00:00\",\"author\":{\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/685085ffe2febe9e5532008abb0bc221\"},\"description\":\"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!\",\"breadcrumb\":{\"@id\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/#breadcrumb\"},\"inLanguage\":\"hu-HU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/100t.com.br\/gol-linhas-aereas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/100t.com.br\/gol-linhas-aereas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/100t.com.br\/hu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/685085ffe2febe9e5532008abb0bc221\",\"name\":\"Samantha Scorbaioli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hu-HU\",\"@id\":\"https:\/\/100t.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g\",\"caption\":\"Samantha Scorbaioli\"},\"url\":\"https:\/\/100t.com.br\/hu\/author\/samantha-scorbaioli\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!","description":"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!","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:\/\/100t.com.br\/hu\/gol-linhas-aereas\/","og_locale":"hu_HU","og_type":"article","og_title":"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!","og_description":"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!","og_url":"https:\/\/100t.com.br\/hu\/gol-linhas-aereas\/","og_site_name":"100 Tech","article_published_time":"2024-01-25T18:08:28+00:00","article_modified_time":"2024-01-25T18:08:30+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Samantha Scorbaioli","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/100t.com.br\/#website","url":"https:\/\/100t.com.br\/","name":"100 Tech","description":"Tecnologia e Informa\u00e7\u00e3o","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/100t.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"hu-HU"},{"@type":"ImageObject","inLanguage":"hu-HU","@id":"https:\/\/100t.com.br\/gol-linhas-aereas\/#primaryimage","url":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg","contentUrl":"https:\/\/100t.com.br\/wp-content\/uploads\/2024\/01\/1-5.jpg","width":1280,"height":720,"caption":"Fonte: Gol Linhas A\u00e9reas."},{"@type":"WebPage","@id":"https:\/\/100t.com.br\/gol-linhas-aereas\/#webpage","url":"https:\/\/100t.com.br\/gol-linhas-aereas\/","name":"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!","isPartOf":{"@id":"https:\/\/100t.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/100t.com.br\/gol-linhas-aereas\/#primaryimage"},"datePublished":"2024-01-25T18:08:28+00:00","dateModified":"2024-01-25T18:08:30+00:00","author":{"@id":"https:\/\/100t.com.br\/#\/schema\/person\/685085ffe2febe9e5532008abb0bc221"},"description":"A Gol Linhas A\u00e9reas oferece um app que te d\u00e1 v\u00e1rias oportunidades de economizar na hora de comprar passagens para viajar!","breadcrumb":{"@id":"https:\/\/100t.com.br\/gol-linhas-aereas\/#breadcrumb"},"inLanguage":"hu-HU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/100t.com.br\/gol-linhas-aereas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/100t.com.br\/gol-linhas-aereas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/100t.com.br\/hu\/"},{"@type":"ListItem","position":2,"name":"Gol Linhas A\u00e9reas: voos baratos em at\u00e9 12x!"}]},{"@type":"Person","@id":"https:\/\/100t.com.br\/#\/schema\/person\/685085ffe2febe9e5532008abb0bc221","name":"Samantha Scorbaioli","image":{"@type":"ImageObject","inLanguage":"hu-HU","@id":"https:\/\/100t.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a087ecec51f980b678c50a15d4c223f2?s=96&d=mm&r=g","caption":"Samantha Scorbaioli"},"url":"https:\/\/100t.com.br\/hu\/author\/samantha-scorbaioli\/"}]}},"_links":{"self":[{"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/posts\/9928"}],"collection":[{"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/comments?post=9928"}],"version-history":[{"count":0,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/posts\/9928\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/media\/10761"}],"wp:attachment":[{"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/media?parent=9928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/categories?post=9928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/100t.com.br\/hu\/wp-json\/wp\/v2\/tags?post=9928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}