{"id":3923,"date":"2022-06-01T23:00:00","date_gmt":"2022-06-01T23:00:00","guid":{"rendered":"https:\/\/senhorviagens.com\/?p=3923"},"modified":"2022-06-01T21:44:12","modified_gmt":"2022-06-01T21:44:12","slug":"guia-aeroporto-galeao","status":"publish","type":"post","link":"https:\/\/senhorviagens.com\/en\/guia-aeroporto-galeao\/","title":{"rendered":"Gale\u00e3o Airport Guide: see before you travel!"},"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><a><\/a>Travel hassle-free through Gale\u00e3o airport: one of the largest airports in Brazil!<\/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-full\"><img width=\"960\" height=\"656\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-4120835_960_720.jpg\" alt=\"Pessoas andando em aeroporto\" class=\"w-full object-cover object-center border mx-auto wp-image-3926\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-4120835_960_720.jpg 960w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-4120835_960_720-300x205.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-4120835_960_720-768x525.jpg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-4120835_960_720-150x103.jpg 150w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >So, check out our tips for Gale\u00e3o Airport. Source: Pixabay.<\/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>Located in the state of Rio de Janeiro, Gale\u00e3o Airport is the second largest in the country when it comes to international flight movements. Meanwhile, it ranks seventh when we talk about domestic flights. In other words, it is one of the main airports in Brazil. Therefore, a guide to Gale\u00e3o Airport can help many travelers understand how it works.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In this sense, we have prepared special content with the main tips and characteristics of this airport so that you can better position yourself if you need to pass through it on your trips. So, check out our guide to Gale\u00e3o Airport below for a little about its history, the flights it receives and even some of the services you can find.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-qqebD\">\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:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Traveling to South Korea: what you need and how much does it cost?\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar.jpg\" alt=\"Seoul\">\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:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Traveling to South Korea: what you need and how much does it cost?\">\n            Traveling to South Korea: what you need and how much does it cost?        <\/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            Although it is not very popular with Westerners, South Korea is increasingly desired by tourists. See here how to enjoy this country!        <\/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:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/Capturar.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                Traveling to South Korea: what you need and how much does it cost?              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/en\/viajar-para-a-coreia-do-sul\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\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>Tom Jobim\/Gale\u00e3o International Airport<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>First of all, this airport emerged in the 1920s and is located on Ilha do Governador, in the city of Rio de Janeiro. In fact, it is the main airport in the state, being just 16km from the center of Rio and 24km from Copacabana. In other words, it is a great location for travelers who need to stop by.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In addition, it connects flight routes from North, Central and South America, as well as Europe, Africa and the Middle East. In total, there are 26 different airlines that operate at Gale\u00e3o Airport, which has the largest airport site in Brazil. Furthermore, the movement of national and international flights is large, which is why it is one of the largest airports in the country.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>While passengers going to and arriving at Gale\u00e3o can opt for apps like Uber or 99 to get around, it is worth noting that there are also bus and BRT lines that make the journey to different terminals. After being granted to the private sector in 2014, the airport underwent several works and improvements in both its infrastructure and administration.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Therefore, currently all Gale\u00e3o flights depart from Terminal 2, as Terminal 1 is deactivated for this purpose. However, both offer a food court, renowned brand stores and different Rio products for local users. So, check out a more detailed guide to Gale\u00e3o Airport below about the services it offers.<\/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><a><\/a>Types of flights on Gale\u00e3o<\/h3>\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-full\"><img width=\"960\" height=\"720\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-5387490_960_720.jpg\" alt=\"Espera para embarque em aeroporto\" class=\"w-full object-cover object-center border mx-auto wp-image-3927\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-5387490_960_720.jpg 960w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-5387490_960_720-300x225.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-5387490_960_720-768x576.jpg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/airport-5387490_960_720-150x113.jpg 150w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >But, what are the types of flights? Source: Pixabay.<\/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>Well, Gale\u00e3o has the largest landing and take-off runway in Brazil, serving to connect national and international routes. In this sense, passengers can choose direct flights from this airport to 18 other countries. In addition, there are countless other flight connections around the world.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Meanwhile, there are more than 20 domestic destinations that Gale\u00e3o Airport serves. This, of course, without also counting the connections. In other words, through it passengers can reach basically anywhere in Brazil without any major problems. Furthermore, the airport is a strong investor in low cost companies in Brazil.<\/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><a><\/a>How many gates does Gale\u00e3o have?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>As we already mentioned in our guide to Gale\u00e3o Airport, it was in 2014 that the airport was granted to the private sector. Thus, since then, its entire structure and administration have undergone renovations, making everything more organized and improving service to the public. In addition, many boarding bridges were also opened.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In fact, most of them took place around the time of the 2016 Olympics. However, the objective has always been to modernize and increase the quality of the services provided. Currently, there are 58 boarding bridges available. In other words, it is important to keep an eye on our Gale\u00e3o Airport guide to find your way around the more than 100,000 square meters of structure!<\/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>What is there at Gale\u00e3o airport?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In 2016, with the end of the renovation, Gale\u00e3o had one of the most modern pier in terms of infrastructure and services, the South Pier. More than 1km long, the area has elevators, treadmills, comfortable seats and a lot of modernity. In addition to the new Pier, other services such as shops, restaurants, pharmacies and other establishments were opened.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In this sense, the airport has dozens of stores such as chocolate shops, souvenir shops, emporiums, Havaianas stores, jewelry and semi-jewelry stores. In addition, it also has renowned brands such as L&#039;Occitane, Hugo Boss and Michael Kors. Although they are stores with higher prices, Gale\u00e3o seeks to be part of the \u201cSame price in the city\u201d movement.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Thus, dozens of stores charge prices according to what consumers find in the center of Rio. In other words, they do not adhere to the famous high prices that are common at airports. Meanwhile, the same applies to the local restaurants and cafes, which have the \u201cO Bargao do Gale\u00e3o\u201d seal.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This way, consumers can find food options for all budgets! At the airport you can find snack bars such as Casa do P\u00e3o de Queijo and TGI Friday&#039;s, to Divino Fog\u00e3o and Piola. In fact, after the renovation, consumers can also find typical Rio foods, attracting even more public attention.<\/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><a><\/a>Is it possible to shower at Gale\u00e3o airport?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Because with so much modernity and establishment options that you saw in the Gale\u00e3o Airport guide, it is difficult to think that the structure could improve even further. However, Gale\u00e3o was the pioneer in the state of Rio that brought an Aerotel, a hotel inside the airport.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In fact, the Gale\u00e3o Aerotel is located within the boarding area, the only one with access to the gates! The objective was to offer better comfort and accommodation for those who fly early in the morning or even have longer connections. After all, remember that the airport connects flights all over the world.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>This way, the traveler can rent a room and take the opportunity to take a shower and take advantage of the accommodation to rest. In this sense, the facilities are very modern and comfortable, offering TV, air conditioning and amenities. Service is available 24 hours a day, making life easier for those who need to use it.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, Gal\u00e3o also has several VIP lounges such as GOL Premium Lounge, Admirals Club, Star Alliance Lounge, among others. Depending on what they offer, passengers who have access can take the opportunity to relax, enjoy food and drinks and, of course, also take a shower.<\/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><a><\/a>3 extra tips for travelers to Gale\u00e3o<\/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-full\"><img width=\"960\" height=\"640\" loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/baggage-hall-775540_960_720.jpg\" alt=\"Sala de embarque\" class=\"w-full object-cover object-center border mx-auto wp-image-3928\" srcset=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/baggage-hall-775540_960_720.jpg 960w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/baggage-hall-775540_960_720-300x200.jpg 300w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/baggage-hall-775540_960_720-768x512.jpg 768w, https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/baggage-hall-775540_960_720-150x100.jpg 150w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >So, check out our tips! Source: Pixabay.<\/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>If you are going to travel by plane, it is common to be unsure when carrying out procedures at the airport. After all, such a large structure can seem confusing and scary, even if you&#039;ve traveled by plane before. Therefore, we have included 3 tips in our guide to Gale\u00e3o Airport to make your trip easier and more comfortable if you need to go there.<\/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>Organization<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Firstly, it is important that you know the steps you will need to take to board your flight. In this sense, confirm your airline ticket information in advance, such as departure terminal, flight time and routes to the airport. In addition, try to leave important documents in a separate bag that is easily accessible.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In fact, if you need to check in your luggage, it&#039;s a good idea to arrive at the airport a few minutes early. It is worth remembering that, after privatization and reform, Gale\u00e3o&#039;s service delivery is much more agile. This way, passengers can arrive at their gates on time without any major inconvenience.<\/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>Online check-in<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>If you are looking to make your life even easier when boarding, then online check-in is essential to save your time. There are companies that offer the check-in procedure via the internet or app up to 30 hours before your flight departure time!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Furthermore, you will be able to avoid queues and even speed up when checking in luggage. In fact, checking in online also reduces the risk of missing your flight, as you are confirming your presence when carrying out the procedure. So don&#039;t be afraid to use technology!<\/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>Security control<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Finally, another more time-consuming process that could cost you your flight is the security control that everyone must go through with their hand luggage. So, pay attention to the rules of what you can and cannot take in your bag before going to the airport. Remember that your luggage will go through security X-ray.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Also, wear comfortable clothes that are easy to put on and take off, as you will need to take off your shoes to go through the search. Furthermore, metallic and electronic accessories must be removed from hand luggage to undergo X-ray outside. In other words, avoid this type of material in your hand luggage to save time!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>So, did you like our guide to Gale\u00e3o Airport? How about checking out more airport tips to avoid headaches and start your trip in a peaceful and pleasant way? So just access our content below to see everything you need to organize before a plane trip. Check out!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-DARub\">\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:\/\/senhorviagens.com\/en\/dicas-de-aeroporto-para-viagem\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Ultimate airport guide: 10 tips for a smooth trip!\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/02\/airport-1515448_1280.jpg\" alt=\"Aeroporto lotado\">\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:\/\/senhorviagens.com\/en\/dicas-de-aeroporto-para-viagem\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Ultimate airport guide: 10 tips for a smooth trip!\">\n            Ultimate airport guide: 10 tips for a smooth trip!        <\/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            Airports are places with a lot of movement of people, even during a pandemic. Therefore, we have prepared some airport travel tips for you to avoid problems!        <\/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:\/\/senhorviagens.com\/en\/dicas-de-aeroporto-para-viagem\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorviagens.com\/en\/dicas-de-aeroporto-para-viagem\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/02\/airport-1515448_1280.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                The Ultimate Airport Guide: 10 Tips for a Smooth Travel\u2026              <\/p>\n              <a href=\"https:\/\/senhorviagens.com\/en\/dicas-de-aeroporto-para-viagem\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The largest airport in the state of Rio de Janeiro, Gale\u00e3o is the second largest in Brazil and connects flights from all over the world. So, find out everything about this modern airport with dozens of stores here!<\/p>","protected":false},"author":6,"featured_media":4088,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[6,5],"tags":[352,684,387,710],"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>Guia do Aeroporto de Gale\u00e3o: veja antes de viajar! - Senhor Viagens<\/title>\n<meta name=\"description\" content=\"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/senhorviagens.com\/en\/guia-aeroporto-galeao\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar!\" \/>\n<meta property=\"og:description\" content=\"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorviagens.com\/en\/guia-aeroporto-galeao\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Viagens\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-01T23:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-01T21:44:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sam.scorbaioli@gmail.com\" \/>\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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorviagens.com\/#website\",\"url\":\"https:\/\/senhorviagens.com\/\",\"name\":\"Senhor Viagens\",\"description\":\"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorviagens.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#primaryimage\",\"url\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png\",\"contentUrl\":\"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png\",\"width\":1200,\"height\":900,\"caption\":\"Fonte: Pixabay.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#webpage\",\"url\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/\",\"name\":\"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar! - Senhor Viagens\",\"isPartOf\":{\"@id\":\"https:\/\/senhorviagens.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#primaryimage\"},\"datePublished\":\"2022-06-01T23:00:00+00:00\",\"dateModified\":\"2022-06-01T21:44:12+00:00\",\"author\":{\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\"},\"description\":\"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!\",\"breadcrumb\":{\"@id\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorviagens.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc\",\"name\":\"Samantha Scorbaioli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/senhorviagens.com\/#\/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\"},\"description\":\"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.\",\"sameAs\":[\"https:\/\/twitter.com\/sam.scorbaioli@gmail.com\"],\"url\":\"https:\/\/senhorviagens.com\/en\/author\/sam-scorbaioligmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar! - Senhor Viagens","description":"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!","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:\/\/senhorviagens.com\/en\/guia-aeroporto-galeao\/","og_locale":"en_US","og_type":"article","og_title":"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar!","og_description":"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!","og_url":"https:\/\/senhorviagens.com\/en\/guia-aeroporto-galeao\/","og_site_name":"Senhor Viagens","article_published_time":"2022-06-01T23:00:00+00:00","article_modified_time":"2022-06-01T21:44:12+00:00","og_image":[{"width":1200,"height":900,"url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@sam.scorbaioli@gmail.com","twitter_misc":{"Written by":"Samantha Scorbaioli","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/senhorviagens.com\/#website","url":"https:\/\/senhorviagens.com\/","name":"Senhor Viagens","description":"As melhores dicas para voc\u00ea planejar sua pr\u00f3xima viagem","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorviagens.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#primaryimage","url":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png","contentUrl":"https:\/\/senhorviagens.com\/wp-content\/uploads\/2022\/05\/guia-aeroporto-galeao.png","width":1200,"height":900,"caption":"Fonte: Pixabay."},{"@type":"WebPage","@id":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#webpage","url":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/","name":"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar! - Senhor Viagens","isPartOf":{"@id":"https:\/\/senhorviagens.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#primaryimage"},"datePublished":"2022-06-01T23:00:00+00:00","dateModified":"2022-06-01T21:44:12+00:00","author":{"@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc"},"description":"Veja nosso guia de Gale\u00e3o e saiba tudo sobre o aeroporto mais famoso do Rio de Janeiro! Sabia que dentro dele tem um hotel? Conhe\u00e7a aqui!","breadcrumb":{"@id":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/senhorviagens.com\/guia-aeroporto-galeao\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorviagens.com\/"},{"@type":"ListItem","position":2,"name":"Guia do Aeroporto de Gale\u00e3o: veja antes de viajar!"}]},{"@type":"Person","@id":"https:\/\/senhorviagens.com\/#\/schema\/person\/795218c132bfce4c13f94ff73dfad5fc","name":"Samantha Scorbaioli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/senhorviagens.com\/#\/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"},"description":"Apaixonada por viver novas experi\u00eancias, culturas e sempre em busca de conhecimento e novos desafios. Possui experi\u00eancia em Hotelaria e Turismo e h\u00e1 alguns anos atua na \u00e1rea de produ\u00e7\u00e3o de conte\u00fado.","sameAs":["https:\/\/twitter.com\/sam.scorbaioli@gmail.com"],"url":"https:\/\/senhorviagens.com\/en\/author\/sam-scorbaioligmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts\/3923"}],"collection":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/comments?post=3923"}],"version-history":[{"count":0,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/posts\/3923\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/media\/4088"}],"wp:attachment":[{"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/media?parent=3923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/categories?post=3923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/senhorviagens.com\/en\/wp-json\/wp\/v2\/tags?post=3923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}