{"id":35467,"date":"2024-10-23T13:22:37","date_gmt":"2024-10-23T13:22:37","guid":{"rendered":"https:\/\/destinoseviajes.com\/?p=35467"},"modified":"2024-10-23T13:22:39","modified_gmt":"2024-10-23T13:22:39","slug":"vuela-con-avianca","status":"publish","type":"post","link":"https:\/\/destinoseviajes.com\/pt\/vuela-con-avianca\/","title":{"rendered":"Voos Avianca: Descubra ofertas a partir de $157.000!"},"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-explora-nuevos-destinos-con-la-comodidad-de-avianca\">Explore novos destinos com o conforto da Avianca<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na hora de escolher a companhia a\u00e9rea para sua pr\u00f3xima viagem, a Avianca se posiciona como uma excelente op\u00e7\u00e3o, oferecendo uma experi\u00eancia que alia conforto, bom atendimento e pre\u00e7os acess\u00edveis.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Os voos da Avianca s\u00e3o reconhecidos pela alta qualidade, tanto em rotas nacionais como internacionais.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al\u00e9m disso, a companhia a\u00e9rea oferece frequentemente promo\u00e7\u00f5es atrativas, permitindo-lhe desfrutar de tarifas competitivas para os seus destinos favoritos.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z2hMEjT\"><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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">\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          Passagens a\u00e9reas        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Avianca        <\/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              Nacional            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Internacional            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Aproveite as incr\u00edveis ofertas da Avianca e economize no seu pr\u00f3ximo voo!        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Voc\u00ea ser\u00e1 redirecionado para outro site        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">          \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                Aproveite as incr\u00edveis ofertas da Avianca e economize em tudo\u2026              <\/p>\n              <a href=\"https:\/\/www.avianca.com\/es_cl\/vuelos-baratos\" 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                    Comprar passagem                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea ser\u00e1 redirecionado para outro site              <\/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-es-viajar-con-la-aerolinea-avianca\">Como \u00e9 viajar com a companhia a\u00e9rea Avianca?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Viajar com a Avianca \u00e9 sin\u00f4nimo de conforto e bom atendimento.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A companhia a\u00e9rea oferece voos pontuais e seguros, gra\u00e7as \u00e0 sua frota moderna, garantindo uma experi\u00eancia tranquila.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Com mais de 1.300 destinos ao redor do mundo, a Avianca \u00e9 ideal tanto para turistas quanto para viajantes de neg\u00f3cios.\u00a0<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al\u00e9m disso, sua flexibilidade de hor\u00e1rios e conex\u00f5es facilita o planejamento de viagens.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oferece diferentes classes de servi\u00e7o, do econ\u00f4mico ao executivo, adaptando-se \u00e0s necessidades de cada passageiro, com uma tripula\u00e7\u00e3o sempre atenta para garantir uma experi\u00eancia agrad\u00e1vel.<\/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-descubre-los-servicios-ofrecidos\">Conhe\u00e7a os servi\u00e7os oferecidos<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A Avianca se esfor\u00e7a para oferecer uma ampla gama de servi\u00e7os tanto a bordo quanto em terra, tornando cada etapa da sua viagem confort\u00e1vel e descomplicada.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong><em>Entretenimento a bordo<\/em><\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Nos voos da Avianca, os passageiros t\u00eam acesso a um sistema de entretenimento de bordo muito completo, com variedade de filmes, s\u00e9ries e m\u00fasicas para todas as idades e gostos.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong><em>Lanches e refei\u00e7\u00f5es<\/em><\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Dependendo da dura\u00e7\u00e3o do voo e da classe em que voc\u00ea viaja, a Avianca oferece desde lanches gr\u00e1tis at\u00e9 card\u00e1pios completos.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Os passageiros da classe executiva podem desfrutar de uma sele\u00e7\u00e3o mais ampla de pratos gourmet, enquanto os passageiros da classe econ\u00f4mica t\u00eam op\u00e7\u00f5es mais simples, mas igualmente satisfat\u00f3rias.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong><em>Pol\u00edtica de bagagem<\/em><\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>A pol\u00edtica de bagagem da Avianca \u00e9 bastante generosa em compara\u00e7\u00e3o com outras companhias a\u00e9reas.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Na classe econ\u00f4mica, geralmente \u00e9 permitida uma bagagem de m\u00e3o e um item pessoal sem custo adicional, enquanto os passageiros da classe executiva podem trazer mais bagagem sem custo adicional.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Al\u00e9m disso, existem promo\u00e7\u00f5es regulares que permitem adicionar malas a baixo custo, principalmente se reservar com anteced\u00eancia.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong><em>Wi-Fi a bordo<\/em><\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Em alguns de seus voos internacionais, a Avianca oferece servi\u00e7o Wi-Fi para que os passageiros possam ficar conectados durante a viagem.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Este servi\u00e7o poder\u00e1 ter um custo adicional, dependendo da rota e pacote que escolher.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong><em>Avianca LifeMiles<\/em><\/strong><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Este programa de fidelidade permite que voc\u00ea acumule milhas sempre que voar com a companhia a\u00e9rea, que voc\u00ea pode trocar por voos, upgrades e outros benef\u00edcios.&nbsp;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>\u00c9 uma \u00f3tima op\u00e7\u00e3o para viajantes frequentes que desejam agregar mais valor \u00e0s suas viagens.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-1SxnG0\"><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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">\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          Passagens a\u00e9reas        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Avianca        <\/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              Nacional            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Internacional            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Aproveite as incr\u00edveis ofertas da Avianca e economize no seu pr\u00f3ximo voo!        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Voc\u00ea ser\u00e1 redirecionado para outro site        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">          \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                Aproveite as incr\u00edveis ofertas da Avianca e economize em tudo\u2026              <\/p>\n              <a href=\"https:\/\/www.avianca.com\/es_cl\/vuelos-baratos\" 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                    Comprar passagem                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea ser\u00e1 redirecionado para outro site              <\/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-paso-a-paso-sobre-como-comprar-un-boleto-con-avianca\">Passo a passo de como comprar passagem com a Avianca<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Comprar uma passagem com a Avianca \u00e9 um processo r\u00e1pido e f\u00e1cil gra\u00e7as ao seu site intuitivo e aplicativo m\u00f3vel.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deixamos aqui um passo a passo detalhado para que voc\u00ea possa adquirir seus ingressos com efici\u00eancia:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Entre no site da Avianca<\/strong>: Acesse o site da Avianca ou baixe o aplicativo oficial da companhia a\u00e9rea na loja de aplicativos do seu dispositivo m\u00f3vel.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Selecione sua rota e datas<\/strong>: Na p\u00e1gina principal voc\u00ea encontrar\u00e1 um formul\u00e1rio de pesquisa. Insira sua cidade de origem e destino, bem como as datas que deseja viajar. N\u00e3o se esque\u00e7a de conferir as promo\u00e7\u00f5es em vigor, pois a Avianca lan\u00e7a frequentemente descontos especiais.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Escolha seus voos<\/strong>: O sistema mostrar\u00e1 uma lista de voos dispon\u00edveis, com os pre\u00e7os e hor\u00e1rios correspondentes. Voc\u00ea pode comparar op\u00e7\u00f5es e escolher a que melhor se adapta ao seu or\u00e7amento e plano de viagem.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Selecione a classe de servi\u00e7o<\/strong>: A Avianca oferece diferentes classes de servi\u00e7o, como econ\u00f4mica, executiva e primeira classe em alguns voos. Voc\u00ea tamb\u00e9m pode personalizar sua experi\u00eancia adicionando servi\u00e7os adicionais, como sele\u00e7\u00e3o de assentos e bagagem extra.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Insira as informa\u00e7\u00f5es do passageiro<\/strong>: Preencha os campos obrigat\u00f3rios com os dados do passageiro, certificando-se de que tudo est\u00e1 correto antes de continuar.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Fa\u00e7a o pagamento<\/strong>: A Avianca oferece diversas op\u00e7\u00f5es de pagamento, incluindo cart\u00f5es de cr\u00e9dito, cart\u00f5es de d\u00e9bito e parcelamento. Escolha a op\u00e7\u00e3o mais conveniente para voc\u00ea e conclua o pagamento com seguran\u00e7a.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Receba seu bilhete eletr\u00f4nico<\/strong>: Assim que o pagamento for processado, voc\u00ea receber\u00e1 seu e-ticket no e-mail que forneceu. Certifique-se de guard\u00e1-lo com seguran\u00e7a, pois voc\u00ea precisar\u00e1 dele para fazer o check-in e embarcar em seu voo.<\/li>\n<\/div><\/ol>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-2scw4\"><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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">\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          Passagens a\u00e9reas        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Avianca        <\/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              Nacional            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Internacional            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Aproveite as incr\u00edveis ofertas da Avianca e economize no seu pr\u00f3ximo voo!        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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              Comprar passagem            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Voc\u00ea ser\u00e1 redirecionado para outro site        <\/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.avianca.com\/es_cl\/vuelos-baratos\" 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:\/\/destinoseviajes.com\/wp-content\/uploads\/2023\/10\/AdobeStock_516067720_Editorial_Use_Only-scaled.jpeg\">          \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                Aproveite as incr\u00edveis ofertas da Avianca e economize em tudo\u2026              <\/p>\n              <a href=\"https:\/\/www.avianca.com\/es_cl\/vuelos-baratos\" 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                    Comprar passagem                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea ser\u00e1 redirecionado para outro site              <\/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-encuentra-pasajes-avianca-facilmente-en-buscadores-de-vuelos\">Encontre passagens da Avianca facilmente nos motores de busca de voos<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ao procurar os melhores pre\u00e7os para os seus voos da Avianca, utilizar os motores de busca de voos \u00e9 uma excelente estrat\u00e9gia.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Estas plataformas permitem comparar rapidamente diferentes op\u00e7\u00f5es de bilhetes, facilitando a escolha da tarifa mais conveniente.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Com apenas alguns cliques voc\u00ea acessa promo\u00e7\u00f5es e rotas oferecidas pela Avianca, al\u00e9m de outras grandes companhias a\u00e9reas.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Abaixo, apresentamos algumas das ferramentas mais populares para encontrar passagens da Avianca pelo melhor pre\u00e7o.<\/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-google-flights\">Google Flights<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O Google Flights permite que voc\u00ea encontre voos rapidamente, comparando pre\u00e7os de companhias a\u00e9reas como Avianca, Latam Airlines e Sky Airlines.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al\u00e9m disso, oferece alertas de pre\u00e7os para ajud\u00e1-lo a reservar no melhor momento.<\/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-kayak\">Kayak<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O Kayak facilita a compara\u00e7\u00e3o de tarifas de v\u00e1rias companhias a\u00e9reas, incluindo voos da Avianca.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Voc\u00ea tamb\u00e9m pode buscar pacotes de viagens completos com hot\u00e9is e carros, otimizando suas op\u00e7\u00f5es de viagem.<\/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-skyscanner\">Skyscanner<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>O Skyscanner \u00e9 ideal para encontrar as melhores ofertas de passagens, permitindo que voc\u00ea pesquise voos em datas diferentes e compare pre\u00e7os entre companhias a\u00e9reas como Avianca, Sky Airlines e Latam Airlines.<\/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-al-final-vale-la-pena-viajar-con-avianca\">Afinal, vale a pena viajar com a Avianca?<\/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 size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" loading=\"lazy\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-1024x683.jpeg\" alt=\"vuelos Avianca\" class=\"w-full object-cover object-center border mx-auto wp-image-35470\" srcset=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-1024x683.jpeg 1024w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-300x200.jpeg 300w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-768x512.jpeg 768w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-1536x1024.jpeg 1536w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-2048x1365.jpeg 2048w, https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_365232583_Editorial_Use_Only-18x12.jpeg 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Afinal, vale a pena viajar com a Avianca? Fonte: Adobe Stock<\/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>Viajar com a Avianca definitivamente vale a pena, principalmente se voc\u00ea valoriza um bom equil\u00edbrio entre pre\u00e7o, conforto e qualidade de servi\u00e7o.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A companhia a\u00e9rea oferece uma experi\u00eancia s\u00f3lida em todos os aspectos importantes de uma viagem, desde a compra da passagem at\u00e9 o desembarque no destino.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Seus voos Avianca s\u00e3o ideais tanto para quem busca tarifas acess\u00edveis quanto para quem deseja uma experi\u00eancia de voo mais exclusiva.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Os passageiros valorizam muito a aten\u00e7\u00e3o personalizada que recebem a bordo e a flexibilidade na sele\u00e7\u00e3o de hor\u00e1rios e destinos.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Al\u00e9m disso, o programa LifeMiles acrescenta apelo extra, recompensando os viajantes frequentes com benef\u00edcios adicionais.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Resumindo, a Avianca \u00e9 uma excelente op\u00e7\u00e3o para voar pela Am\u00e9rica Latina e outros destinos internacionais.<\/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-buscas-mas-opciones-conoce-las-ofertas-de-sky-airlines\">Procurando mais op\u00e7\u00f5es? Conhe\u00e7a as ofertas da Sky Airlines<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Embora a Avianca ofere\u00e7a uma experi\u00eancia de voo de alta qualidade, \u00e9 sempre bom comparar as op\u00e7\u00f5es antes de tomar uma decis\u00e3o final.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sky Airlines \u00e9 uma companhia a\u00e9rea chilena de baixo custo que ganhou popularidade por oferecer pre\u00e7os competitivos e servi\u00e7os eficientes.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se voc\u00ea procura voos mais baratos, principalmente para destinos na Am\u00e9rica do Sul, a Sky Airlines pode ser uma \u00f3tima alternativa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>N\u00e3o hesite em explorar as suas ofertas e descobrir mais sobre o que esta companhia a\u00e9rea tem para oferecer. Compare e escolha a melhor op\u00e7\u00e3o para sua pr\u00f3xima viagem!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z23Sd6H\">\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\/pt\/vuela-con-sky\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Voos da Sky Airlines: Pre\u00e7os a partir de $4.990!\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_873593771_Editorial_Use_Only-scaled.jpeg\" alt=\"vuelos Sky Airlines\">\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\/pt\/vuela-con-sky\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Voos da Sky Airlines: Pre\u00e7os a partir de $4.990!\">\n            Voos da Sky Airlines: Pre\u00e7os a partir de $4.990!        <\/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            Descubra por que os voos da Sky Airlines s\u00e3o uma op\u00e7\u00e3o econ\u00f4mica e confi\u00e1vel para viajar pelo Chile e pela Am\u00e9rica do Sul.        <\/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\/pt\/vuela-con-sky\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continue lendo            <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\/pt\/vuela-con-sky\/\"  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\/10\/AdobeStock_873593771_Editorial_Use_Only-scaled.jpeg\">          \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                Voos da Sky Airlines: Pre\u00e7os a partir de $4.990!              <\/p>\n              <a href=\"https:\/\/destinoseviajes.com\/pt\/vuela-con-sky\/\"  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                    Continue lendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Voc\u00ea permanecer\u00e1 no mesmo site              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>A Avianca oferece voos confort\u00e1veis e servi\u00e7os de alta qualidade, com entretenimento a bordo, bom atendimento e m\u00faltiplos destinos.<\/p>","protected":false},"author":17,"featured_media":35469,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[810],"tags":[831],"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>Vuelos Avianca: \u00a1Descubre ofertas desde $157.000! - Destinos e Viajes<\/title>\n<meta name=\"description\" content=\"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.\" \/>\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\/pt\/vuela-con-avianca\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000!\" \/>\n<meta property=\"og:description\" content=\"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/destinoseviajes.com\/pt\/vuela-con-avianca\/\" \/>\n<meta property=\"og:site_name\" content=\"Destinos e Viajes\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-23T13:22:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-23T13:22:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1600\" \/>\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=\"Amanda Laet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutos\" \/>\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\":\"pt-BR\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#primaryimage\",\"url\":\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg\",\"contentUrl\":\"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg\",\"width\":2560,\"height\":1600,\"caption\":\"Fuente: Adobe Stock\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#webpage\",\"url\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/\",\"name\":\"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000! - Destinos e Viajes\",\"isPartOf\":{\"@id\":\"https:\/\/destinoseviajes.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#primaryimage\"},\"datePublished\":\"2024-10-23T13:22:37+00:00\",\"dateModified\":\"2024-10-23T13:22:39+00:00\",\"author\":{\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/32e714296fc05b9cac80630edc5497ec\"},\"description\":\"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.\",\"breadcrumb\":{\"@id\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/destinoseviajes.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/32e714296fc05b9cac80630edc5497ec\",\"name\":\"Amanda Laet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/destinoseviajes.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g\",\"caption\":\"Amanda Laet\"},\"url\":\"https:\/\/destinoseviajes.com\/pt\/author\/amandalaetgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000! - Destinos e Viajes","description":"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.","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\/pt\/vuela-con-avianca\/","og_locale":"pt_BR","og_type":"article","og_title":"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000!","og_description":"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.","og_url":"https:\/\/destinoseviajes.com\/pt\/vuela-con-avianca\/","og_site_name":"Destinos e Viajes","article_published_time":"2024-10-23T13:22:37+00:00","article_modified_time":"2024-10-23T13:22:39+00:00","og_image":[{"width":2560,"height":1600,"url":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amanda Laet","Est. reading time":"6 minutos"},"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":"pt-BR"},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#primaryimage","url":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg","contentUrl":"https:\/\/destinoseviajes.com\/wp-content\/uploads\/2024\/10\/AdobeStock_299294456_Editorial_Use_Only-scaled.jpeg","width":2560,"height":1600,"caption":"Fuente: Adobe Stock"},{"@type":"WebPage","@id":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#webpage","url":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/","name":"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000! - Destinos e Viajes","isPartOf":{"@id":"https:\/\/destinoseviajes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#primaryimage"},"datePublished":"2024-10-23T13:22:37+00:00","dateModified":"2024-10-23T13:22:39+00:00","author":{"@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/32e714296fc05b9cac80630edc5497ec"},"description":"Disfruta la experiencia de volar con Avianca: calidad, confort y buenos precios en una amplia red de destinos.","breadcrumb":{"@id":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/destinoseviajes.com\/vuela-con-avianca\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/destinoseviajes.com\/vuela-con-avianca\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/destinoseviajes.com\/"},{"@type":"ListItem","position":2,"name":"Vuelos Avianca: \u00a1Descubre ofertas desde $157.000!"}]},{"@type":"Person","@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/32e714296fc05b9cac80630edc5497ec","name":"Amanda Laet","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/destinoseviajes.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b309751207ecb9bf4933d961aebd09d?s=96&d=mm&r=g","caption":"Amanda Laet"},"url":"https:\/\/destinoseviajes.com\/pt\/author\/amandalaetgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/posts\/35467"}],"collection":[{"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/comments?post=35467"}],"version-history":[{"count":0,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/posts\/35467\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/media\/35469"}],"wp:attachment":[{"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/media?parent=35467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/categories?post=35467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/destinoseviajes.com\/pt\/wp-json\/wp\/v2\/tags?post=35467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}