{"id":10450,"date":"2025-01-27T16:20:25","date_gmt":"2025-01-27T16:20:25","guid":{"rendered":"https:\/\/thetraveldiscovery.com\/public-trips\/?page_id=10450"},"modified":"2025-01-27T16:20:26","modified_gmt":"2025-01-27T16:20:26","slug":"1027-2","status":"publish","type":"page","link":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/","title":{"rendered":"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Trip Planner<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" integrity=\"sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f0f2f5; \/* Light gray background *\/\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff; \/* White container *\/\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            transition: box-shadow 0.3s ease;\n        }\n\n         .container:hover {\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n        }\n\n        .header {\n            background: #007bff; \/* Modern blue *\/\n            color: white;\n            padding: 25px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 10px;\n        }\n        .header h1{\n             font-size: 2.2em;\n             margin-bottom: 5px;\n        }\n\n        .action-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 15px;\n        }\n\n        .btn {\n            padding: 10px 20px;\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n            font-weight: 500;\n            transition: background-color 0.3s, transform 0.2s;\n            color: white;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.95rem;\n        }\n\n          .btn:hover {\n            transform: scale(1.05);\n        }\n\n        .btn-share {\n            background-color: #28a745; \/* Green share *\/\n        }\n\n        .btn-share:hover {\n            background-color: #218838; \/* Darker green *\/\n        }\n\n        .btn-download {\n            background-color: #17a2b8; \/* Teal download *\/\n        }\n\n        .btn-download:hover {\n            background-color: #138496; \/* Darker teal *\/\n        }\n\n        .day-header {\n            background: #e9ecef; \/* Light gray day header *\/\n            color: #343a40;\n            padding: 18px 25px;\n            font-size: 1.4em;\n            font-weight: 600;\n            border-bottom: 2px solid #ddd;\n           \n        }\n\n        .itinerary {\n            padding: 25px;\n        }\n\n        .time-section {\n            margin-bottom: 35px;\n        }\n\n        .time-header {\n            color: #343a40;\n            font-size: 1.3em;\n            font-weight: 500;\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #ddd;\n        }\n\n        .activity {\n            margin-bottom: 20px;\n            padding: 20px;\n            background: #f8f9fa; \/* Light background for activity *\/\n            border-radius: 8px;\n            transition: transform 0.2s, box-shadow 0.2s;\n            border: 1px solid #eee;\n        }\n\n         .activity:hover {\n           transform: translateY(-3px);\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n        }\n\n        .activity-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n\n        .activity-description {\n            color: #555;\n            line-height: 1.6;\n             font-size: 0.97em;\n        }\n\n         .travel-tip {\n            background: #f0f9f7;\n            padding: 20px;\n            margin-top: 25px;\n            border-left: 4px solid #28a745;\n            border-radius: 5px;\n        }\n\n        .travel-tip-header {\n            font-weight: 600;\n            color: #218838;\n            margin-bottom: 8px;\n             font-size: 1.1em;\n        }\n\n        .day-container {\n            margin-bottom: 35px;\n        }\n\n        .day-container:last-child {\n            margin-bottom: 0;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 30px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: #343a40;\n            color: white;\n            padding: 12px 25px;\n            border-radius: 8px;\n            display: none;\n            animation: fadeIn 0.3s;\n            z-index: 1000;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translate(-50%, 20px); }\n            to { opacity: 1; transform: translate(-50%, 0); }\n        }\n\n       .image-container {\n          width: 100%;\n          overflow: hidden;\n          border-bottom: 1px solid #ddd;\n         }\n         \n        .image-container img{\n          width: 100%;\n          height: 250px;\n          object-fit: cover;\n          display: block;\n        }\n\n        @media (max-width: 600px) {\n            .container {\n                margin: 0;\n                border-radius: 0;\n            }\n            \n            .activity {\n                padding: 15px;\n            }\n            \n            .day-header {\n                padding: 15px 20px;\n                font-size: 1.3em;\n            }\n\n            .action-buttons {\n                flex-direction: column;\n                padding: 0 20px;\n            }\n\n             .header{\n                padding: 20px;\n             }\n              .header h1{\n             font-size: 1.8em;\n           }\n\n            .btn {\n                width: 100%;\n                justify-content: center;\n                font-size: 0.9em;\n            }\n\n            .itinerary {\n               padding: 15px;\n           }\n\n             .time-header {\n                font-size: 1.2em;\n                padding-bottom: 5px;\n           }\n            .activity-description {\n                 font-size: 0.9em;\n            }\n            .travel-tip{\n                 padding: 15px;\n            }\n            .travel-tip-header{\n                font-size: 1em;\n            }\n\n            .image-container img{\n               height: 200px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>Rio de Janeiro Trip<\/h1>\n            <div class=\"action-buttons\">\n                <button class=\"btn btn-share\" onclick=\"shareItinerary()\">\n                  <i class=\"fas fa-share-alt\"><\/i>\n                    Share Itinerary\n                <\/button>\n                <button class=\"btn btn-download\" onclick=\"downloadItinerary()\">\n                     <i class=\"fas fa-download\"><\/i>\n                    Download PDF\n                <\/button>\n            <\/div>\n        <\/div>\n        \n        <div class=\"image-container\">\n           <img decoding=\"async\" src=\"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg\">\n        <\/div>\n        \n        <!-- Day 1 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 1 &#8211; Historic City Center<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Visit the Museu Historico Nacional<\/div>\n                        <div class=\"activity-description\">Explore Brazil&#8217;s history through artifacts and exhibits.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Stroll through the Arcos da Lapa<\/div>\n                        <div class=\"activity-description\">Marvel at the iconic aqueduct and its surrounding bohemian scene.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Discover the Centro Cultural Banco do Brasil<\/div>\n                        <div class=\"activity-description\">Immerse in art, music, and culture at this vibrant venue.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Take a guided tour of the Theatro Municipal<\/div>\n                        <div class=\"activity-description\">Admire the opulent architecture and learn about its rich history.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Dine at Restaurante Apraz\u00edvel<\/div>\n                        <div class=\"activity-description\">Enjoy panoramic city views while savoring traditional Brazilian cuisine.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Attend a Samba show at Pedra do Sal<\/div>\n                        <div class=\"activity-description\">Witness the vibrant energy and infectious rhythms of live Samba music.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Travel Tip:<\/div>\n                    <div class=\"activity-description\">Use the inexpensive and reliable metro system to navigate the city center.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Day 2 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 2 &#8211; Copacabana and Ipanema<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Sunbathe and swim at Copacabana Beach<\/div>\n                        <div class=\"activity-description\">Relax and soak up the sun on Rio&#8217;s famous beach.<\/div>\n                    <\/div>\n                      <div class=\"activity\">\n                        <div class=\"activity-title\">Walk the mosaic promenade along Ipanema Beach<\/div>\n                         <div class=\"activity-description\">Admire the iconic black-and-white wave pattern and enjoy the chic atmosphere.<\/div>\n                     <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                    <div class=\"activity\">\n                         <div class=\"activity-title\">Visit the Museu de Favela<\/div>\n                         <div class=\"activity-description\">Gain insights into the history and culture of Rio&#8217;s favelas.<\/div>\n                     <\/div>\n                      <div class=\"activity\">\n                         <div class=\"activity-title\">Explore the bohemian neighborhood of Santa Teresa<\/div>\n                         <div class=\"activity-description\">Stroll through charming streets, admire street art, and visit local galleries.<\/div>\n                     <\/div>\n                <\/div>\n\n                   <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Have dinner at Bar Urca<\/div>\n                        <div class=\"activity-description\">Relish seafood and local dishes while enjoying breathtaking views of Sugarloaf Mountain.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Take the cable car to Morro da Urca<\/div>\n                        <div class=\"activity-description\">Ascend to the mountaintop for panoramic city and sunset views.<\/div>\n                    <\/div>\n                <\/div>\n\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Travel Tip:<\/div>\n                    <div class=\"activity-description\">Purchase a Rio City Pass for discounted access to attractions and transportation.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n           <!-- Day 3 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 3 &#8211; Nature and Adventure<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Hike to Pedra Bonita<\/div>\n                        <div class=\"activity-description\">Embark on a scenic trail and witness stunning views of Tijuca National Park.<\/div>\n                    <\/div>\n                     <div class=\"activity\">\n                        <div class=\"activity-title\">Hang glide over Rio&#8217;s coastline<\/div>\n                        <div class=\"activity-description\">Experience the thrill of soaring above the city and beaches.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                      <div class=\"activity\">\n                         <div class=\"activity-title\">Explore the Tijuca National Park<\/div>\n                         <div class=\"activity-description\">Discover lush rainforests, waterfalls, and abundant wildlife.<\/div>\n                     <\/div>\n                      <div class=\"activity\">\n                         <div class=\"activity-title\">Visit the Jardim Bot\u00e2nico<\/div>\n                        <div class=\"activity-description\">Admire exotic plants, sculptures, and the iconic Palm Tree Alley.<\/div>\n                     <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Have dinner at Churrascaria Palace<\/div>\n                        <div class=\"activity-description\">Indulge in an authentic Brazilian barbecue experience.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                         <div class=\"activity-title\">Attend a football match at Maracan\u00e3 Stadium<\/div>\n                         <div class=\"activity-description\">Catch the electrifying atmosphere and cheer for local teams.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Travel Tip:<\/div>\n                    <div class=\"activity-description\">Book hang gliding and hiking tours in advance, especially during peak season.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n           <!-- Day 4 -->\n        <div class=\"day-container\">\n            <div class=\"day-header\">Day 4 &#8211; Urban Exploring and Nightlife<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Explore the Lapa Red Light District<\/div>\n                        <div class=\"activity-description\">Delve into the vibrant nightlife and street art of this historic neighborhood.<\/div>\n                    <\/div>\n                     <div class=\"activity\">\n                        <div class=\"activity-title\">Visit the Museu do Amanh\u00e3<\/div>\n                       <div class=\"activity-description\">Engage with interactive exhibits on science, sustainability, and the future.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                      <div class=\"activity\">\n                        <div class=\"activity-title\">Attend a Capoeira class<\/div>\n                         <div class=\"activity-description\">Learn the rhythmic martial art and dance form that originated in Brazil.<\/div>\n                     <\/div>\n                     <div class=\"activity\">\n                        <div class=\"activity-title\">Shop for souvenirs and local crafts at Feira Hippie de Ipanema<\/div>\n                       <div class=\"activity-description\">Browse handmade goods, artwork, and traditional Brazilian products.<\/div>\n                     <\/div>\n                <\/div>\n\n                 <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                   <div class=\"activity\">\n                        <div class=\"activity-title\">Have dinner at Restaurante Aconchego Carioca<\/div>\n                        <div class=\"activity-description\">Savor traditional Brazilian dishes in a cozy and lively setting.<\/div>\n                    <\/div>\n                   <div class=\"activity\">\n                        <div class=\"activity-title\">Experience the nightlife at Rio Scenarium<\/div>\n                       <div class=\"activity-description\">Enjoy live music performances in a restored historic venue.<\/div>\n                     <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Travel Tip:<\/div>\n                    <div class=\"activity-description\">Be mindful of your belongings in crowded areas, especially at night.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n          <!-- Day 5 -->\n         <div class=\"day-container\">\n            <div class=\"day-header\">Day 5 &#8211; Christ the Redeemer and Farewell<\/div>\n            <div class=\"itinerary\">\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Morning<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Ascend to Christ the Redeemer<\/div>\n                         <div class=\"activity-description\">Marvel at the iconic statue and panoramic city views.<\/div>\n                     <\/div>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Visit the Santa Teresa Convent<\/div>\n                       <div class=\"activity-description\">Explore the historic convent and enjoy its peaceful gardens and art exhibits.<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-section\">\n                    <h2 class=\"time-header\">Afternoon<\/h2>\n                     <div class=\"activity\">\n                        <div class=\"activity-title\">Stroll through the Parque Lage<\/div>\n                       <div class=\"activity-description\">Admire the lush gardens, waterfalls, and the iconic art deco mansion.<\/div>\n                    <\/div>\n                    <div class=\"activity\">\n                         <div class=\"activity-title\">Have farewell lunch at Garota da Tijuca<\/div>\n                         <div class=\"activity-description\">Relish traditional Brazilian cuisine with a stunning view of Tijuca National Park.<\/div>\n                     <\/div>\n                <\/div>\n\n                 <div class=\"time-section\">\n                    <h2 class=\"time-header\">Evening<\/h2>\n                    <div class=\"activity\">\n                        <div class=\"activity-title\">Enjoy a sunset stroll along Leblon Beach<\/div>\n                        <div class=\"activity-description\">Relax and reflect on your urban exploration of Rio.<\/div>\n                    <\/div>\n                     <div class=\"activity\">\n                         <div class=\"activity-title\">Depart from Rio de Janeiro<\/div>\n                         <div class=\"activity-description\">Bid farewell to the vibrant city and its unforgettable experiences.<\/div>\n                     <\/div>\n                <\/div>\n\n                <div class=\"travel-tip\">\n                    <div class=\"travel-tip-header\">Travel Tip:<\/div>\n                    <div class=\"activity-description\">Arrive early at Christ the Redeemer to avoid crowds and secure a spot for the best views.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\"><\/div>\n     <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\n    <script>\n        function showToast(message) {\n            const toast = document.getElementById('toast');\n            toast.textContent = message;\n            toast.style.display = 'block';\n            setTimeout(() => {\n                toast.style.display = 'none';\n            }, 3000);\n        }\n\n        function shareItinerary() {\n            if (navigator.share) {\n                navigator.share({\n                    title: 'Rio de Janeiro Trip Planner',\n                    text: 'Check out this amazing 5-day itinerary for Rio de Janeiro!',\n                    url: window.location.href\n                })\n                .then(() => showToast('Itinerary shared successfully!'))\n                .catch(() => showToast('Error sharing itinerary'));\n            } else {\n                const dummy = document.createElement('textarea');\n                dummy.value = window.location.href;\n                document.body.appendChild(dummy);\n                dummy.select();\n                document.execCommand('copy');\n                document.body.removeChild(dummy);\n                showToast('Link copied to clipboard!');\n            }\n        }\n\n       function downloadItinerary() {\n        showToast('Generating PDF...');\n\n        setTimeout(() => {\n            const { jsPDF } = window.jspdf;\n\n            const doc = new jsPDF();\n            doc.setFontSize(18);\n             doc.text(\"Rio de Janeiro Trip Planner\", 20, 20);\n\n            let yPos = 35;\n             document.querySelectorAll('.day-container').forEach((dayContainer) => {\n                const dayHeader = dayContainer.querySelector('.day-header').textContent;\n                 doc.setFontSize(16);\n                doc.text(dayHeader, 20, yPos);\n                yPos += 10;\n\n            dayContainer.querySelectorAll('.time-section').forEach(timeSection => {\n                const timeHeader = timeSection.querySelector('.time-header').textContent;\n                   doc.setFontSize(14);\n                doc.text(timeHeader, 20, yPos);\n                yPos += 8;\n\n                timeSection.querySelectorAll('.activity').forEach(activity =>{\n                     const activityTitle = activity.querySelector('.activity-title').textContent;\n                     const activityDescription = activity.querySelector('.activity-description').textContent;\n                     doc.setFontSize(12);\n                    doc.text(activityTitle, 20, yPos);\n                    yPos += 6;\n                    const textLines = doc.splitTextToSize(activityDescription, 160);\n                     doc.setFontSize(10);\n                     textLines.forEach(line =>{\n                          doc.text(line, 25, yPos);\n                          yPos += 5;\n                     });\n\n                     yPos += 6;\n                })\n                  \n            });\n            const travelTip = dayContainer.querySelector('.travel-tip');\n            if(travelTip) {\n                const travelTipHeader = travelTip.querySelector('.travel-tip-header').textContent;\n                const travelTipDescription = travelTip.querySelector('.activity-description').textContent;\n                   doc.setFontSize(14);\n                 doc.text(travelTipHeader, 20, yPos);\n                 yPos += 6;\n                const tipLines = doc.splitTextToSize(travelTipDescription, 160);\n                doc.setFontSize(10);\n                     tipLines.forEach(line =>{\n                          doc.text(line, 25, yPos);\n                          yPos += 5;\n                     });\n                yPos += 6;\n\n            }\n\n            yPos += 10;\n        });\n\n            doc.save('Rio-de-Janeiro-Trip-Planner.pdf');\n        }, 1000);\n\n    }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Trip Planner Rio de Janeiro Trip Share Itinerary Download PDF Day 1 &#8211; Historic City Center Morning Visit the Museu [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-10450","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure\" \/>\n<meta property=\"og:description\" content=\"Trip Planner Rio de Janeiro Trip Share Itinerary Download PDF Day 1 &#8211; Historic City Center Morning Visit the Museu [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/\" \/>\n<meta property=\"og:site_name\" content=\"public-trips\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-27T16:20:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/\",\"name\":\"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/beach-9027513_640.jpg\",\"datePublished\":\"2025-01-27T16:20:25+00:00\",\"dateModified\":\"2025-01-27T16:20:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/beach-9027513_640.jpg\",\"contentUrl\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/beach-9027513_640.jpg\",\"width\":640,\"height\":428,\"caption\":\"Rio de Janeiro, Brazil\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1027-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\",\"name\":\"public-trips\",\"description\":\"public-trips\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure","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:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/","og_locale":"en_US","og_type":"article","og_title":"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure","og_description":"Trip Planner Rio de Janeiro Trip Share Itinerary Download PDF Day 1 &#8211; Historic City Center Morning Visit the Museu [&hellip;]","og_url":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/","og_site_name":"public-trips","article_modified_time":"2025-01-27T16:20:26+00:00","og_image":[{"url":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/","url":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/","name":"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure","isPartOf":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/#primaryimage"},"image":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/#primaryimage"},"thumbnailUrl":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg","datePublished":"2025-01-27T16:20:25+00:00","dateModified":"2025-01-27T16:20:26+00:00","breadcrumb":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/#primaryimage","url":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg","contentUrl":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-content\/uploads\/2025\/01\/beach-9027513_640.jpg","width":640,"height":428,"caption":"Rio de Janeiro, Brazil"},{"@type":"BreadcrumbList","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1027-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thetraveldiscovery.com\/public-trips\/"},{"@type":"ListItem","position":2,"name":"5-Day Budget Rio de Janeiro Trip: Solo Nightlife Adventure"}]},{"@type":"WebSite","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website","url":"https:\/\/thetraveldiscovery.com\/public-trips\/","name":"public-trips","description":"public-trips","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thetraveldiscovery.com\/public-trips\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10450","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/comments?post=10450"}],"version-history":[{"count":2,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10450\/revisions"}],"predecessor-version":[{"id":10453,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10450\/revisions\/10453"}],"wp:attachment":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/media?parent=10450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}