{"id":32498,"date":"2025-02-17T19:06:47","date_gmt":"2025-02-18T00:06:47","guid":{"rendered":"https:\/\/dreamy.tours\/?page_id=32498"},"modified":"2025-10-02T18:20:23","modified_gmt":"2025-10-02T23:20:23","slug":"machu-picchu-circuits-and-visiting-routes","status":"publish","type":"page","link":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/","title":{"rendered":"Machu Picchu Circuits and Visiting Routes"},"content":{"rendered":"\n<p>In 2021, 05 circuits were established in order to visit the inka city of Machupicchu. Through Ministerial Resolution 528-2023-MC, the Peruvian Ministry of Culture has modified these circuits. In that sense, since June 1, 2024, 03 new circuits (grouping 10 routes) have come into effect.<\/p>\n\n\n\n<div class=\"wp-block-advgb-columns advgb-columns-wrapper\" id=\"advgb-cols-df49cd6f-02d5-43a6-8fb2-55f01a1c2853\"><div class=\"advgb-columns-container\"><div class=\"advgb-columns advgb-columns-row advgb-is-mobile advgb-columns-3 layout-13-13-13 mbl-layout-stacked gutter-20 vgutter-10\">\n<div class=\"wp-block-advgb-column advgb-column\" id=\"advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">                <div class=\"my-8\">\n                    <div class=\"imagen-modal-container inline-block cursor-pointer group\">\n                        <div class=\"relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 group-hover:shadow-xl\">\n                            <img decoding=\"async\" \n                                src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/MINIATURA-PANEL-DE-CIRCUITO-1.webp\" \n                                alt=\"Imagen principal\" \n                                class=\"imagen-principal w-full h-auto transform transition-transform duration-300 group-hover:scale-105\"\n                                data-modal-image=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Mapa-del-Circuito-Uno-Machupicchu.webp\"\n                                data-modal-alt=\"Imagen ampliada\"\n                                title=\"Haz click para ver imagen ampliada\"\n                                loading=\"lazy\"\n                            >\n                            <!-- Overlay con icono -->\n                            <div class=\"absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-30 transition-all duration-300 flex items-center justify-center\">\n                                <div class=\"opacity-0 group-hover:opacity-100 transition-opacity duration-300 transform scale-90 group-hover:scale-100\">\n                                    <svg class=\"w-12 h-12 text-white drop-shadow-lg\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <!-- <p class=\"text-sm text-gray-600 mt-2 text-center font-medium\">Click para ver imagen completa<\/p> -->\n                    <\/div>\n                <\/div>\n            \n\n<!-- Modal para imagen -->\n<div class=\"imagen-modal fixed inset-0 z-[9999] hidden opacity-0 transition-opacity duration-300\" role=\"dialog\" aria-modal=\"true\">\n    <div class=\"modal-overlay flex items-center justify-center min-h-screen px-4 py-8 bg-black bg-opacity-90 backdrop-blur-sm\">\n        <div class=\"modal-content relative max-w-7xl max-h-full transform scale-95 transition-transform duration-300\">\n            <!-- Bot\u00f3n cerrar -->\n            <button class=\"modal-close absolute -top-12 -right-2 md:-top-16 md:-right-4 text-white hover:text-gray-300 transition-colors duration-200 z-10 p-2 rounded-full hover:bg-white hover:bg-opacity-20\" aria-label=\"Cerrar modal\">\n                <svg class=\"w-8 h-8 md:w-10 md:h-10\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path>\n                <\/svg>\n            <\/button>\n            \n            <!-- Imagen del modal -->\n            <img decoding=\"async\" \n                src=\"\" \n                alt=\"\" \n                class=\"modal-image max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl\"\n            >\n            <h2 class=\"sr-only\">Imagen ampliada<\/h2>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n    \n    \/\/ Funci\u00f3n para encontrar el modal correspondiente a un contenedor\n    function findModalForContainer(container) {\n        let nextSibling = container.nextElementSibling;\n        \n        \/\/ Buscar el pr\u00f3ximo elemento que sea un modal\n        while (nextSibling) {\n            if (nextSibling.classList && nextSibling.classList.contains('imagen-modal')) {\n                return nextSibling;\n            }\n            nextSibling = nextSibling.nextElementSibling;\n        }\n        \n        \/\/ Si no encontramos hacia adelante, buscar en todo el documento\n        const allModals = document.querySelectorAll('.imagen-modal');\n        const allContainers = document.querySelectorAll('.imagen-modal-container');\n        \n        \/\/ Encontrar el \u00edndice de este contenedor\n        const containerIndex = Array.from(allContainers).indexOf(container);\n        \n        \/\/ Devolver el modal en la misma posici\u00f3n\n        return allModals[containerIndex] || null;\n    }\n    \n    \/\/ Funci\u00f3n para inicializar un modal espec\u00edfico\n    function initializeModal(container) {\n        \/\/ Verificar si ya est\u00e1 inicializado\n        if (container.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modal = findModalForContainer(container);\n        \n        if (!modal) {\n            console.error('No modal found for container');\n            return;\n        }\n        \n        \/\/ Verificar si el modal ya est\u00e1 inicializado\n        if (modal.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modalImage = modal.querySelector('.modal-image');\n        const modalContent = modal.querySelector('.modal-content');\n        const closeBtn = modal.querySelector('.modal-close');\n        const overlay = modal.querySelector('.modal-overlay');\n        \n        if (!modalImage || !modalContent) {\n            console.error('Modal elements not found');\n            return;\n        }\n        \n        \/\/ Marcar como inicializados\n        container.dataset.initialized = 'true';\n        modal.dataset.initialized = 'true';\n        \n        \/\/ Asignar ID \u00fanico al modal\n        const modalId = 'modal-' + Date.now() + '-' + Math.random().toString(36).substr(2, 5);\n        modal.id = modalId;\n        \n        console.log('Initializing modal:', modalId);\n        \n        \/\/ Event listener para abrir modal\n        container.addEventListener('click', function(e) {\n            e.preventDefault();\n            console.log('Opening modal:', modalId);\n            \n            const img = this.querySelector('.imagen-principal');\n            \n            if (img) {\n                const imageSrc = img.dataset.modalImage;\n                const imageAlt = img.dataset.modalAlt;\n                \n                console.log('Image source:', imageSrc);\n                \n                if (imageSrc) {\n                    modalImage.src = imageSrc;\n                    modalImage.alt = imageAlt || 'Imagen ampliada';\n                    \n                    \/\/ Mostrar modal\n                    modal.classList.remove('hidden');\n                    document.body.style.overflow = 'hidden';\n                    \n                    \/\/ Animaci\u00f3n de entrada\n                    requestAnimationFrame(() => {\n                        modal.classList.remove('opacity-0');\n                        modalContent.classList.remove('scale-95');\n                        modalContent.classList.add('scale-100');\n                    });\n                }\n            }\n        });\n        \n        \/\/ Funci\u00f3n para cerrar modal\n        function closeModal() {\n            console.log('Closing modal:', modalId);\n            modal.classList.add('opacity-0');\n            modalContent.classList.remove('scale-100');\n            modalContent.classList.add('scale-95');\n            \n            setTimeout(() => {\n                modal.classList.add('hidden');\n                document.body.style.overflow = '';\n                modalImage.src = '';\n                modalImage.alt = '';\n            }, 300);\n        }\n        \n        \/\/ Event listeners para cerrar\n        if (closeBtn) {\n            closeBtn.addEventListener('click', function(e) {\n                e.stopPropagation();\n                closeModal();\n            });\n        }\n        \n        if (overlay) {\n            overlay.addEventListener('click', function(e) {\n                if (e.target === overlay) {\n                    closeModal();\n                }\n            });\n        }\n        \n        \/\/ Listener para ESC\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape' && !modal.classList.contains('hidden')) {\n                closeModal();\n            }\n        });\n        \n        \/\/ Prevenir scroll\n        modal.addEventListener('wheel', function(e) {\n            e.preventDefault();\n        }, { passive: false });\n    }\n    \n    \/\/ Funci\u00f3n para inicializar todos los contenedores no inicializados\n    function initializeAllModals() {\n        const containers = document.querySelectorAll('.imagen-modal-container:not([data-initialized=\"true\"])');\n        console.log('Found containers to initialize:', containers.length);\n        \n        containers.forEach(function(container, index) {\n            console.log('Initializing container', index + 1);\n            initializeModal(container);\n        });\n    }\n    \n    \/\/ Inicializar inmediatamente\n    initializeAllModals();\n    \n    \/\/ Tambi\u00e9n cuando el DOM est\u00e9 listo\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initializeAllModals);\n    }\n    \n    \/\/ Timeout para asegurar inicializaci\u00f3n\n    setTimeout(initializeAllModals, 100);\n})();\n<\/script>\n\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column\" id=\"advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">                <div class=\"my-8\">\n                    <div class=\"imagen-modal-container inline-block cursor-pointer group\">\n                        <div class=\"relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 group-hover:shadow-xl\">\n                            <img decoding=\"async\" \n                                src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/MINIATURA-PANEL-DE-CIRCUITO-2.webp\" \n                                alt=\"Imagen principal\" \n                                class=\"imagen-principal w-full h-auto transform transition-transform duration-300 group-hover:scale-105\"\n                                data-modal-image=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Mapa-Circuito-2-Machupicchu.webp\"\n                                data-modal-alt=\"Imagen ampliada\"\n                                title=\"Haz click para ver imagen ampliada\"\n                                loading=\"lazy\"\n                            >\n                            <!-- Overlay con icono -->\n                            <div class=\"absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-30 transition-all duration-300 flex items-center justify-center\">\n                                <div class=\"opacity-0 group-hover:opacity-100 transition-opacity duration-300 transform scale-90 group-hover:scale-100\">\n                                    <svg class=\"w-12 h-12 text-white drop-shadow-lg\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <!-- <p class=\"text-sm text-gray-600 mt-2 text-center font-medium\">Click para ver imagen completa<\/p> -->\n                    <\/div>\n                <\/div>\n            \n\n<!-- Modal para imagen -->\n<div class=\"imagen-modal fixed inset-0 z-[9999] hidden opacity-0 transition-opacity duration-300\" role=\"dialog\" aria-modal=\"true\">\n    <div class=\"modal-overlay flex items-center justify-center min-h-screen px-4 py-8 bg-black bg-opacity-90 backdrop-blur-sm\">\n        <div class=\"modal-content relative max-w-7xl max-h-full transform scale-95 transition-transform duration-300\">\n            <!-- Bot\u00f3n cerrar -->\n            <button class=\"modal-close absolute -top-12 -right-2 md:-top-16 md:-right-4 text-white hover:text-gray-300 transition-colors duration-200 z-10 p-2 rounded-full hover:bg-white hover:bg-opacity-20\" aria-label=\"Cerrar modal\">\n                <svg class=\"w-8 h-8 md:w-10 md:h-10\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path>\n                <\/svg>\n            <\/button>\n            \n            <!-- Imagen del modal -->\n            <img decoding=\"async\" \n                src=\"\" \n                alt=\"\" \n                class=\"modal-image max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl\"\n            >\n            <h2 class=\"sr-only\">Imagen ampliada<\/h2>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n    \n    \/\/ Funci\u00f3n para encontrar el modal correspondiente a un contenedor\n    function findModalForContainer(container) {\n        let nextSibling = container.nextElementSibling;\n        \n        \/\/ Buscar el pr\u00f3ximo elemento que sea un modal\n        while (nextSibling) {\n            if (nextSibling.classList && nextSibling.classList.contains('imagen-modal')) {\n                return nextSibling;\n            }\n            nextSibling = nextSibling.nextElementSibling;\n        }\n        \n        \/\/ Si no encontramos hacia adelante, buscar en todo el documento\n        const allModals = document.querySelectorAll('.imagen-modal');\n        const allContainers = document.querySelectorAll('.imagen-modal-container');\n        \n        \/\/ Encontrar el \u00edndice de este contenedor\n        const containerIndex = Array.from(allContainers).indexOf(container);\n        \n        \/\/ Devolver el modal en la misma posici\u00f3n\n        return allModals[containerIndex] || null;\n    }\n    \n    \/\/ Funci\u00f3n para inicializar un modal espec\u00edfico\n    function initializeModal(container) {\n        \/\/ Verificar si ya est\u00e1 inicializado\n        if (container.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modal = findModalForContainer(container);\n        \n        if (!modal) {\n            console.error('No modal found for container');\n            return;\n        }\n        \n        \/\/ Verificar si el modal ya est\u00e1 inicializado\n        if (modal.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modalImage = modal.querySelector('.modal-image');\n        const modalContent = modal.querySelector('.modal-content');\n        const closeBtn = modal.querySelector('.modal-close');\n        const overlay = modal.querySelector('.modal-overlay');\n        \n        if (!modalImage || !modalContent) {\n            console.error('Modal elements not found');\n            return;\n        }\n        \n        \/\/ Marcar como inicializados\n        container.dataset.initialized = 'true';\n        modal.dataset.initialized = 'true';\n        \n        \/\/ Asignar ID \u00fanico al modal\n        const modalId = 'modal-' + Date.now() + '-' + Math.random().toString(36).substr(2, 5);\n        modal.id = modalId;\n        \n        console.log('Initializing modal:', modalId);\n        \n        \/\/ Event listener para abrir modal\n        container.addEventListener('click', function(e) {\n            e.preventDefault();\n            console.log('Opening modal:', modalId);\n            \n            const img = this.querySelector('.imagen-principal');\n            \n            if (img) {\n                const imageSrc = img.dataset.modalImage;\n                const imageAlt = img.dataset.modalAlt;\n                \n                console.log('Image source:', imageSrc);\n                \n                if (imageSrc) {\n                    modalImage.src = imageSrc;\n                    modalImage.alt = imageAlt || 'Imagen ampliada';\n                    \n                    \/\/ Mostrar modal\n                    modal.classList.remove('hidden');\n                    document.body.style.overflow = 'hidden';\n                    \n                    \/\/ Animaci\u00f3n de entrada\n                    requestAnimationFrame(() => {\n                        modal.classList.remove('opacity-0');\n                        modalContent.classList.remove('scale-95');\n                        modalContent.classList.add('scale-100');\n                    });\n                }\n            }\n        });\n        \n        \/\/ Funci\u00f3n para cerrar modal\n        function closeModal() {\n            console.log('Closing modal:', modalId);\n            modal.classList.add('opacity-0');\n            modalContent.classList.remove('scale-100');\n            modalContent.classList.add('scale-95');\n            \n            setTimeout(() => {\n                modal.classList.add('hidden');\n                document.body.style.overflow = '';\n                modalImage.src = '';\n                modalImage.alt = '';\n            }, 300);\n        }\n        \n        \/\/ Event listeners para cerrar\n        if (closeBtn) {\n            closeBtn.addEventListener('click', function(e) {\n                e.stopPropagation();\n                closeModal();\n            });\n        }\n        \n        if (overlay) {\n            overlay.addEventListener('click', function(e) {\n                if (e.target === overlay) {\n                    closeModal();\n                }\n            });\n        }\n        \n        \/\/ Listener para ESC\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape' && !modal.classList.contains('hidden')) {\n                closeModal();\n            }\n        });\n        \n        \/\/ Prevenir scroll\n        modal.addEventListener('wheel', function(e) {\n            e.preventDefault();\n        }, { passive: false });\n    }\n    \n    \/\/ Funci\u00f3n para inicializar todos los contenedores no inicializados\n    function initializeAllModals() {\n        const containers = document.querySelectorAll('.imagen-modal-container:not([data-initialized=\"true\"])');\n        console.log('Found containers to initialize:', containers.length);\n        \n        containers.forEach(function(container, index) {\n            console.log('Initializing container', index + 1);\n            initializeModal(container);\n        });\n    }\n    \n    \/\/ Inicializar inmediatamente\n    initializeAllModals();\n    \n    \/\/ Tambi\u00e9n cuando el DOM est\u00e9 listo\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initializeAllModals);\n    }\n    \n    \/\/ Timeout para asegurar inicializaci\u00f3n\n    setTimeout(initializeAllModals, 100);\n})();\n<\/script>\n\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-advgb-column advgb-column\" id=\"advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f\"><div class=\"advgb-column-inner\" style=\"border-style:none;border-width:1px\">                <div class=\"my-8\">\n                    <div class=\"imagen-modal-container inline-block cursor-pointer group\">\n                        <div class=\"relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 group-hover:shadow-xl\">\n                            <img decoding=\"async\" \n                                src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/MINIATURA-PANEL-DE-CIRCUITO-3.webp\" \n                                alt=\"Imagen principal\" \n                                class=\"imagen-principal w-full h-auto transform transition-transform duration-300 group-hover:scale-105\"\n                                data-modal-image=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Mapa-Circuito-tres-Machupicchu.webp\"\n                                data-modal-alt=\"Imagen ampliada\"\n                                title=\"Haz click para ver imagen ampliada\"\n                                loading=\"lazy\"\n                            >\n                            <!-- Overlay con icono -->\n                            <div class=\"absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-30 transition-all duration-300 flex items-center justify-center\">\n                                <div class=\"opacity-0 group-hover:opacity-100 transition-opacity duration-300 transform scale-90 group-hover:scale-100\">\n                                    <svg class=\"w-12 h-12 text-white drop-shadow-lg\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <!-- <p class=\"text-sm text-gray-600 mt-2 text-center font-medium\">Click para ver imagen completa<\/p> -->\n                    <\/div>\n                <\/div>\n            \n\n<!-- Modal para imagen -->\n<div class=\"imagen-modal fixed inset-0 z-[9999] hidden opacity-0 transition-opacity duration-300\" role=\"dialog\" aria-modal=\"true\">\n    <div class=\"modal-overlay flex items-center justify-center min-h-screen px-4 py-8 bg-black bg-opacity-90 backdrop-blur-sm\">\n        <div class=\"modal-content relative max-w-7xl max-h-full transform scale-95 transition-transform duration-300\">\n            <!-- Bot\u00f3n cerrar -->\n            <button class=\"modal-close absolute -top-12 -right-2 md:-top-16 md:-right-4 text-white hover:text-gray-300 transition-colors duration-200 z-10 p-2 rounded-full hover:bg-white hover:bg-opacity-20\" aria-label=\"Cerrar modal\">\n                <svg class=\"w-8 h-8 md:w-10 md:h-10\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path>\n                <\/svg>\n            <\/button>\n            \n            <!-- Imagen del modal -->\n            <img decoding=\"async\" \n                src=\"\" \n                alt=\"\" \n                class=\"modal-image max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl\"\n            >\n            <h2 class=\"sr-only\">Imagen ampliada<\/h2>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n    \n    \/\/ Funci\u00f3n para encontrar el modal correspondiente a un contenedor\n    function findModalForContainer(container) {\n        let nextSibling = container.nextElementSibling;\n        \n        \/\/ Buscar el pr\u00f3ximo elemento que sea un modal\n        while (nextSibling) {\n            if (nextSibling.classList && nextSibling.classList.contains('imagen-modal')) {\n                return nextSibling;\n            }\n            nextSibling = nextSibling.nextElementSibling;\n        }\n        \n        \/\/ Si no encontramos hacia adelante, buscar en todo el documento\n        const allModals = document.querySelectorAll('.imagen-modal');\n        const allContainers = document.querySelectorAll('.imagen-modal-container');\n        \n        \/\/ Encontrar el \u00edndice de este contenedor\n        const containerIndex = Array.from(allContainers).indexOf(container);\n        \n        \/\/ Devolver el modal en la misma posici\u00f3n\n        return allModals[containerIndex] || null;\n    }\n    \n    \/\/ Funci\u00f3n para inicializar un modal espec\u00edfico\n    function initializeModal(container) {\n        \/\/ Verificar si ya est\u00e1 inicializado\n        if (container.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modal = findModalForContainer(container);\n        \n        if (!modal) {\n            console.error('No modal found for container');\n            return;\n        }\n        \n        \/\/ Verificar si el modal ya est\u00e1 inicializado\n        if (modal.dataset.initialized === 'true') {\n            return;\n        }\n        \n        const modalImage = modal.querySelector('.modal-image');\n        const modalContent = modal.querySelector('.modal-content');\n        const closeBtn = modal.querySelector('.modal-close');\n        const overlay = modal.querySelector('.modal-overlay');\n        \n        if (!modalImage || !modalContent) {\n            console.error('Modal elements not found');\n            return;\n        }\n        \n        \/\/ Marcar como inicializados\n        container.dataset.initialized = 'true';\n        modal.dataset.initialized = 'true';\n        \n        \/\/ Asignar ID \u00fanico al modal\n        const modalId = 'modal-' + Date.now() + '-' + Math.random().toString(36).substr(2, 5);\n        modal.id = modalId;\n        \n        console.log('Initializing modal:', modalId);\n        \n        \/\/ Event listener para abrir modal\n        container.addEventListener('click', function(e) {\n            e.preventDefault();\n            console.log('Opening modal:', modalId);\n            \n            const img = this.querySelector('.imagen-principal');\n            \n            if (img) {\n                const imageSrc = img.dataset.modalImage;\n                const imageAlt = img.dataset.modalAlt;\n                \n                console.log('Image source:', imageSrc);\n                \n                if (imageSrc) {\n                    modalImage.src = imageSrc;\n                    modalImage.alt = imageAlt || 'Imagen ampliada';\n                    \n                    \/\/ Mostrar modal\n                    modal.classList.remove('hidden');\n                    document.body.style.overflow = 'hidden';\n                    \n                    \/\/ Animaci\u00f3n de entrada\n                    requestAnimationFrame(() => {\n                        modal.classList.remove('opacity-0');\n                        modalContent.classList.remove('scale-95');\n                        modalContent.classList.add('scale-100');\n                    });\n                }\n            }\n        });\n        \n        \/\/ Funci\u00f3n para cerrar modal\n        function closeModal() {\n            console.log('Closing modal:', modalId);\n            modal.classList.add('opacity-0');\n            modalContent.classList.remove('scale-100');\n            modalContent.classList.add('scale-95');\n            \n            setTimeout(() => {\n                modal.classList.add('hidden');\n                document.body.style.overflow = '';\n                modalImage.src = '';\n                modalImage.alt = '';\n            }, 300);\n        }\n        \n        \/\/ Event listeners para cerrar\n        if (closeBtn) {\n            closeBtn.addEventListener('click', function(e) {\n                e.stopPropagation();\n                closeModal();\n            });\n        }\n        \n        if (overlay) {\n            overlay.addEventListener('click', function(e) {\n                if (e.target === overlay) {\n                    closeModal();\n                }\n            });\n        }\n        \n        \/\/ Listener para ESC\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape' && !modal.classList.contains('hidden')) {\n                closeModal();\n            }\n        });\n        \n        \/\/ Prevenir scroll\n        modal.addEventListener('wheel', function(e) {\n            e.preventDefault();\n        }, { passive: false });\n    }\n    \n    \/\/ Funci\u00f3n para inicializar todos los contenedores no inicializados\n    function initializeAllModals() {\n        const containers = document.querySelectorAll('.imagen-modal-container:not([data-initialized=\"true\"])');\n        console.log('Found containers to initialize:', containers.length);\n        \n        containers.forEach(function(container, index) {\n            console.log('Initializing container', index + 1);\n            initializeModal(container);\n        });\n    }\n    \n    \/\/ Inicializar inmediatamente\n    initializeAllModals();\n    \n    \/\/ Tambi\u00e9n cuando el DOM est\u00e9 listo\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initializeAllModals);\n    }\n    \n    \/\/ Timeout para asegurar inicializaci\u00f3n\n    setTimeout(initializeAllModals, 100);\n})();\n<\/script>\n\n\n\n<\/div><\/div>\n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-ps2id-block-target\" id=\"Circuit1\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-1-panoramic-route-1-a-machupicchu-mountain-route\">Circuit 1 (Panoramic) &#8211; Route 1-A: Machupicchu Mountain Route<\/h2>\n\n\n\n<p>Circuit 1 (Panoramic) &#8211; Route 1-A: Machupicchu Mountain Route is one of the tour options within the Historic Sanctuary of Machu Picchu. This route focuses on offering a panoramic experience and connection with nature, combining the exploration of the Inca citadel with a hike to Machupicchu Mountain, one of the elevations surrounding the archaeological site. Below, I will explain what it consists of:<\/p>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-2b0f0cd8-3386-4567-854b-369dbb5746ab advgb-list advgb-list-star-filled\">\n<li>It begins with a tour of the main areas of Machu Picchu, where you can appreciate the agricultural, urban and religious sectors, such as the Temple of the Sun, the Main Square and the Guardian&#8217;s House.<\/li>\n\n\n\n<li>This circuit is less extensive than others, making it ideal for those looking for a shorter but equally impressive visit.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Ascent to Machupicchu Mountain:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-6f63d6a4-a13b-4149-afb7-e92bcbcf9c8f advgb-list advgb-list-star-filled\">\n<li>After exploring the citadel, the route continues with the ascent to Machupicchu Mountain, which is located at an altitude of approximately 3,082 meters above sea level.<\/li>\n\n\n\n<li>The trail is a well-marked path, but involves a moderate to intense physical effort, as it includes stone stairs and a considerable slope.<\/li>\n\n\n\n<li>The hike lasts between 2 to 3 hours (depending on the pace) and offers spectacular views of the citadel, the surrounding mountains and the Urubamba River valley.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Panoramic views:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-8bfe1637-e6d6-4b05-aad7-7b47049ae9f0 advgb-list advgb-list-star-filled\">\n<li>Once at the top, you will be rewarded with a unique panoramic view of Machu Picchu and the Andean landscape. It is an ideal place to take pictures and enjoy the immensity of the surroundings.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-8e3ed200-3253-4080-9fe1-ee8edd2651a1 advgb-list advgb-list-star-filled\">\n<li>The complete circuit (citadel + Machupicchu Mountain) can take between 4 to 6 hours, depending on the pace of each visitor.<\/li>\n\n\n\n<li>It is necessary to purchase a specific ticket that includes access to Machupicchu Mountain, since the entrance is regulated to control the number of visitors.<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen and appropriate footwear for walking.<\/li>\n<\/ul><\/div>\n\n\n\n<p>In summary, this route is perfect for those who wish to combine archaeological exploration with a trekking experience and enjoy breathtaking views from an elevated perspective. However, it is important to be in good physical condition due to the effort involved in the ascent.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-map-route-1-a\">Map Route 1-A<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-A-scaled.webp\" alt=\"\" class=\"wp-image-32454\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-A-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-A-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-A-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-A-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-loop-1-panoramic-route-1-b-upper-terrace-route\">Loop 1 (Panoramic) &#8211; Route 1-B: Upper Terrace Route<\/h2>\n\n\n\n<p>Circuit 1 (Panoramic) &#8211; Route 1-B: Upper Terrace Route is another tour option inside the Machu Picchu Historic Sanctuary. This circuit is designed for those who are looking for a shorter and less physically demanding experience, but still allows you to enjoy the panoramic views and the main attractions of the Inca citadel. Below, I detail what it consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-loop-1-panoramic-route-1-b-upper-terrace-route\"><strong>Characteristics of Loop 1 (Panoramic) &#8211; Route 1-B: Upper Terrace Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-67726cbc-8b7f-4cae-b8ba-9cd167bd2fd8 advgb-list advgb-list-star-filled\">\n<li>This circuit focuses on the most emblematic areas of Machu Picchu, but with a focus on the upper areas and agricultural terraces.<\/li>\n\n\n\n<li>It includes a visit to the <strong>upper terraces<\/strong>, from where there are impressive panoramic views of the citadel, the surrounding mountains and the Urubamba River valley.<\/li>\n\n\n\n<li>You will also visit sectors such as the <strong>Guardian&#8217;s House<\/strong> (from where the classic postcard photo of Machu Picchu is taken), the <strong>agricultural terraces<\/strong> and some urban areas.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Difficulty:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-c79fb754-6957-4c29-ba41-5e86e68d3b06 advgb-list advgb-list-star-filled\">\n<li>This circuit is shorter and less physically demanding compared to other routes, such as Route 1-A (Machupicchu Mountain) or Route 2 (Classic).<\/li>\n\n\n\n<li>The tour lasts approximately 2 to 3 hours, depending on the visitor&#8217;s pace and the time spent taking pictures or admiring the scenery.<\/li>\n\n\n\n<li>It is ideal for people with reduced mobility, families with children or those who prefer a quieter tour.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Panoramic views:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-5ee1f482-3ce7-43d6-984f-9ea9ecca29ca advgb-list advgb-list-star-filled\">\n<li>The Upper Terrace Route offers spectacular views of the citadel from elevated angles.<\/li>\n\n\n\n<li>It is an excellent option for those who want to capture memorable photographs without the need for long hikes or ascents.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Access and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-8dadf7c4-3251-489e-a3e5-2e8c3a45134a advgb-list advgb-list-star-filled\">\n<li>To access this circuit, it is necessary to purchase the entrance ticket to Machu Picchu that includes Circuit 1.<\/li>\n\n\n\n<li>No additional permit is required, as in the case of Machupicchu Mountain or Huayna Picchu.<\/li>\n\n\n\n<li>It is recommended to bring water, sunscreen, a hat and comfortable shoes, as the terrain can be uneven in some areas.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-6cb3b0b4-4116-4c55-9314-4a0406d2d71d advgb-list advgb-list-star-filled\">\n<li><strong>Travelers with little time:<\/strong> If you have a tight itinerary, this route allows you to enjoy the highlights of Machu Picchu in a relatively short time.<\/li>\n\n\n\n<li><strong>People with reduced mobility or limited physical condition:<\/strong> Being less demanding, it is accessible to a wide variety of visitors.<\/li>\n\n\n\n<li><strong>Photography lovers:<\/strong> The panoramic views from the upper terraces are ideal for capturing incredible images.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, <strong>Circuit 1 (Panoramic) &#8211; Route 1-B: Upper Terrace Route<\/strong> is an excellent option for those who wish to enjoy the most iconic views of Machu Picchu without making a significant physical effort. It is an accessible route and perfect for a first visit to the sanctuary.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-route-map-1-b\">Route Map 1-B<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-B-scaled.webp\" alt=\"\" class=\"wp-image-32459\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-B-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-B-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-B-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-B-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-1-panoramic-route-1-c-portada-intipunku-route-available-only-in-high-season\">Circuit 1 (Panoramic) &#8211; Route 1-C: Portada Intipunku Route (available only in High Season)<\/h2>\n\n\n\n<p>Circuit 1 (Panoramic) &#8211; Route 1-C: Intipunku Gateway Route is a tour option within the Machu Picchu Historic Sanctuary that is available only during the High Season (generally from April to October). This route combines the exploration of the Inca citadel with a hike to the Portada de Intipunku (also known as the Sun Gate), a historic and symbolic place that offers spectacular views of Machu Picchu and its surroundings. Below, I detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-1-panoramic-route-1-c-portada-intipunku-route\"><strong>Characteristics of Circuit 1 (Panoramic) &#8211; Route 1-C: Portada Intipunku Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-591b8f54-2f50-4cd2-91b1-8f1ee2a36c08 advgb-list advgb-list-star-filled\">\n<li>Like other routes of Circuit 1, this tour begins with a visit to the main areas of Machu Picchu, such as the agricultural terraces, the Guardian&#8217;s House (from where you get the classic panoramic view of the citadel) and some urban and religious sectors.<\/li>\n\n\n\n<li>This circuit is ideal for those who wish to have an overview of the citadel before starting the hike to Intipunku.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Hike to the Portada de Intipunku:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-acad0fa2-e442-46da-bb93-bb270a2beef3 advgb-list advgb-list-star-filled\">\n<li>The Portada de Intipunku (Sun Gate) is an archaeological site located at 2,720 meters above sea level, in the eastern part of Machu Picchu.<\/li>\n\n\n\n<li>This place was the main entry point to the citadel for travelers arriving on the Inca Trail. Historically, it was the first place from where Inca pilgrims and messengers could see Machu Picchu.<\/li>\n\n\n\n<li>The hike from the citadel to Intipunku takes approximately 1 to 1.5 hours (depending on the pace) and is of moderate difficulty, as it includes a climb up cobblestone paths and stairs.<\/li>\n\n\n\n<li>Along the way, you will enjoy breathtaking views of the Urubamba River valley and the surrounding mountains.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Panoramic views from Intipunku:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-f310f9c8-9538-4d72-b804-4e0d6c47bcd7 advgb-list advgb-list-star-filled\">\n<li>Once at the Portada de Intipunku, you will be rewarded with a unique and privileged view of Machu Picchu from the top.<\/li>\n\n\n\n<li>This natural viewpoint is perfect for taking pictures and contemplating the majesty of the Inca citadel framed by the Andean landscape.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-1dc5b35a-9e33-40c8-8d0e-2e8a2c17536d advgb-list advgb-list-star-filled\">\n<li>The complete circuit (citadel + hike to Intipunku) can take between 3 to 4 hours, depending on the visitor&#8217;s pace.<\/li>\n\n\n\n<li>It is necessary to purchase an entrance ticket to Machu Picchu that includes Circuit 1. No additional permit is required, but it is important to book in advance, especially in high season.<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen, a hat and appropriate footwear for walking, as the terrain can be uneven and steep in some parts.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-0\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-dd0e3716-68ce-45e5-8cb1-6db0376685cf advgb-list advgb-list-star-filled\">\n<li><strong>Hiking enthusiasts:<\/strong> If you enjoy hiking and want to combine archaeological exploration with an outdoor experience, this route is perfect for you.<\/li>\n\n\n\n<li><strong>Travelers interested in history:<\/strong> The Portada de Intipunku has an important historical significance, as it was the ceremonial entry point to Machu Picchu.<\/li>\n\n\n\n<li><strong>Photographers:<\/strong> The views from Intipunku are unique and offer a different perspective of the citadel.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-2c7ffa51-f20e-44b8-8fef-7b4f9b91c7c7 advgb-list advgb-list-star-filled\">\n<li><strong>Availability:<\/strong> This route is only available during the High Season (April to October), when weather conditions are more favorable.<\/li>\n\n\n\n<li><strong>Physical effort:<\/strong> Although it is not as demanding as the Machupicchu or Huayna Picchu Mountain Route, it does require a moderate level of physical condition due to the ascent.<\/li>\n\n\n\n<li><strong>Schedule:<\/strong> It is advisable to start early in order to make the most of the experience and avoid the busiest times of the day.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 1 (Panoramic) &#8211; Route 1-C: Portada Intipunku Route is an excellent option for those who wish to combine the exploration of Machu Picchu with a historical and panoramic hike. It is a route that offers a unique perspective of the citadel and its surroundings, ideal for those seeking a more complete and enriching experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-route-map-1-c\">Route Map 1-C<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-C-scaled.webp\" alt=\"\" class=\"wp-image-32465\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-C-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-C-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-C-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-C-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-1-panoramic-route-1-d-inka-bridge-route-only-available-in-high-season\">Circuit 1 (Panoramic) &#8211; Route 1-D: Inka Bridge Route (only available in High Season)<\/h2>\n\n\n\n<p>Circuit 1 (Panoramic) &#8211; Route 1-D: Inka Bridge Route is another tour option inside the Machu Picchu Historic Sanctuary, available only during the High Season (generally from April to October). This route combines the exploration of the Inca citadel with a hike to the Inca Bridge, an impressive Inca engineering structure that demonstrates the skill and dexterity of this civilization. Below, I detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-1-panoramic-route-1-d-inka-bridge-route\"><strong>Characteristics of Circuit 1 (Panoramic) &#8211; Route 1-D: Inka Bridge Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-71317da1-a5e3-4a33-9db9-b3e6b007986c advgb-list advgb-list-star-filled\">\n<li>Like other routes of Circuit 1, this tour begins with a visit to the main areas of Machu Picchu, such as the agricultural terraces, the Guardian&#8217;s House (from where you get the classic panoramic view of the citadel) and some urban and religious sectors.<\/li>\n\n\n\n<li>This circuit is ideal for those who wish to have an overview of the citadel before starting the hike to the Inka Bridge.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Hike to the Inca Bridge:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-5df8536a-3f40-4d46-9fd1-e9e0abb912bd advgb-list advgb-list-star-filled\">\n<li>The Inca Bridge is a structure built by the Incas on a cliff, using advanced engineering techniques for the time. It is located at the western end of Machu Picchu, in an area surrounded by vegetation and with impressive views of the Urubamba River canyon.<\/li>\n\n\n\n<li>The hike from the citadel to the Inca Bridge takes approximately 1 to 1.5 hours (depending on the pace) and is of moderate difficulty. The trail is narrow in places and is bordered by cliffs, so caution is advised.<\/li>\n\n\n\n<li>During the journey, you will enjoy panoramic views of the mountainous landscape and tropical vegetation surrounding Machu Picchu.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>The Inca Bridge:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-ce370c38-c60c-4cb8-8e6b-108aa8c3118a advgb-list advgb-list-star-filled\">\n<li>The bridge itself is a masterpiece of Inca engineering. It is built with stones and logs, and its main function was to serve as a strategic control point to protect the citadel from possible invaders.<\/li>\n\n\n\n<li>Although the bridge is not open for visitors to cross (for safety and conservation reasons), its location and design are impressive and offer a clear idea of Inca construction skill.<\/li>\n\n\n\n<li>This place is ideal for taking pictures and appreciating the integration of Inca architecture with the natural environment.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-977df8e0-f48e-49db-8041-3fb667231f11 advgb-list advgb-list-star-filled\">\n<li>The complete circuit (citadel + hike to the Inca Bridge) can take between 3 to 4 hours, depending on the visitor&#8217;s pace.<\/li>\n\n\n\n<li>It is necessary to purchase an entrance ticket to Machu Picchu that includes Circuit 1. No additional permit is required, but it is important to book in advance, especially in high season.<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen, a hat and appropriate footwear for walking, as the terrain can be uneven and steep in some parts.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-1\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-75ba68dc-057f-4dc2-afda-0a4d2ee163b1 advgb-list advgb-list-star-filled\">\n<li><strong>History and engineering lovers: <\/strong>If you are interested in the architecture and construction techniques of the Incas, this route will allow you to appreciate one of their most impressive works.<\/li>\n\n\n\n<li><strong>Travelers who enjoy nature<\/strong>: The hike to the Inca Bridge offers the opportunity to enjoy a lush natural environment and spectacular views.<\/li>\n\n\n\n<li><strong>Photographers:<\/strong> The Inca Bridge and its surroundings are a perfect setting for capturing unique images.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-0\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-a96bba18-6dec-4168-8281-4a833b0d5fc1 advgb-list advgb-list-star-filled\">\n<li><strong>Availability:<\/strong> This route is only available during the High Season (April to October), when weather conditions are more favorable.<\/li>\n\n\n\n<li><strong>Physical effort:<\/strong> Although it is not as demanding as the Machupicchu Mountain Route or Huayna Picchu, it does require a moderate level of physical fitness due to the uneven terrain and slopes.<\/li>\n\n\n\n<li><strong>Safety:<\/strong> The trail to the Inca Bridge is narrow and close to cliffs, so caution is recommended, especially on rainy or foggy days.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 1 (Panoramic) &#8211; Route 1-D: Inka Bridge Route is an excellent option for those who wish to combine the exploration of Machu Picchu with a hike to one of the most fascinating and least known structures of the citadel. It is a route that offers a perfect blend of history, nature and adventure, ideal for those seeking a more complete and enriching experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-route-map-1-d\">Route Map 1-D<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-D-scaled.webp\" alt=\"\" class=\"wp-image-32471\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-D-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-D-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-D-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-1-D-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-ps2id-block-target\" id=\"Circuit2\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-2-classic-machupicchu-route-2-a-designed-route\">Circuit 2 (Classic Machupicchu) &#8211; Route 2-A: Designed route<\/h2>\n\n\n\n<p>Circuit 2 (Classic Machupicchu) &#8211; Route 2-A: Designed route is one of the most popular and complete tours within the Historic Sanctuary of Machu Picchu. This circuit is designed to offer a classic and detailed experience of the Inca citadel, allowing visitors to explore the agricultural, urban and religious areas. Below, I detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-2-machupicchu-classic-route-2-a-designed-route\"><strong>Characteristics of Circuit 2 (Machupicchu Classic) &#8211; Route 2-A: Designed route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-60cbef73-1e5f-4536-8e8a-01ff9d1ea60c advgb-list advgb-list-star-filled\">\n<li>This circuit is more extensive than Circuit 1 and covers most of the main areas of Machu Picchu, offering a complete view of the citadel.<\/li>\n\n\n\n<li>It includes a visit to the agricultural terraces, which demonstrate the ingenuity of the Incas to cultivate in mountainous terrain.<\/li>\n\n\n\n<li>The urban areas are also visited, where structures such as the Temple of the Sun, the Temple of the Three Windows, the Main Plaza and the Intihuatana (sundial) are found.<\/li>\n\n\n\n<li>In addition, the religious and ceremonial areas are explored, revealing the spiritual importance of Machu Picchu for the Incas.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Difficulty:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-ef85164c-b62a-477e-88a5-77850a8e6cd7 advgb-list advgb-list-star-filled\">\n<li>This circuit lasts approximately 2.5 to 3.5 hours, depending on the visitor&#8217;s pace and the time spent exploring each area.<\/li>\n\n\n\n<li>It is of moderate difficulty, as it includes walking on cobblestone paths, going up and down stairs, and traversing uneven terrain. However, it is accessible to most visitors with basic fitness.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Main Sights and Attractions:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-d5020b89-83dc-435a-b374-cd8be1c978b1 advgb-list advgb-list-controls-play\">\n<li><strong>Temple of the Sun<\/strong>: One of the most important structures, dedicated to the cult of the sun.<\/li>\n\n\n\n<li><strong>Intihuatana<\/strong>: A carved stone that served as a sundial and astronomical marker.<\/li>\n\n\n\n<li><strong>Temple of the Three Windows:<\/strong> A ceremonial building with impressive views.<\/li>\n\n\n\n<li><strong>Main Plaza<\/strong>: The heart of the citadel, where social and ceremonial activities took place.<\/li>\n\n\n\n<li><strong>Residential Zone<\/strong>: Where the inhabitants of Machu Picchu lived.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Access and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-b253917d-21f4-4b63-ad9c-d96899cd58e5 advgb-list advgb-list-star-filled\">\n<li>To access this circuit, it is necessary to purchase the entrance ticket to Machu Picchu that includes Circuit 2.<\/li>\n\n\n\n<li>No additional permit is required, but it is advisable to book in advance, especially in high season.<\/li>\n\n\n\n<li>It is recommended to bring water, sunscreen, a hat and comfortable shoes, as the tour involves walking for several hours.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-2\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-0fd9478b-74a3-4722-8e89-5f4007143b0c advgb-list advgb-list-star-filled\">\n<li><strong>First time visitors<\/strong>: If this is your first time in Machu Picchu, this route is ideal because it allows you to explore the main attractions of the citadel.<\/li>\n\n\n\n<li><strong>History and archeology buffs<\/strong>: This circuit offers a detailed view of Inca architecture, engineering and spirituality.<\/li>\n\n\n\n<li><strong>Photographers<\/strong>: The views from different points along the circuit are spectacular and offer unique opportunities to capture memorable images.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-1\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-a7d86ea2-31c3-40b9-996e-f8be0aabc2b8 advgb-list advgb-list-star-filled\">\n<li><strong>Schedule<\/strong>: It is advisable to start early to avoid the busiest times of the day and enjoy a quieter experience.<\/li>\n\n\n\n<li><strong>Guide<\/strong>: Hiring a guide can enrich the experience, as it will allow you to better understand the history and significance of each structure.<\/li>\n\n\n\n<li><strong>Physical condition<\/strong>: Although it is not extremely demanding, it is important to be prepared to walk for several hours and face uneven terrain.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 2 (Classic Machupicchu) &#8211; Route 2-A: Designed route is the perfect option for those who wish to live a complete and detailed experience of Machu Picchu. It is a route that combines history, architecture and breathtaking scenery, ideal to immerse yourself in the magic of this wonder of the world.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-map-of-route-2-a\">Map of Route 2-A<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-A-scaled.webp\" alt=\"\" class=\"wp-image-32477\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-A-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-A-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-A-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-A-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-2-machupicchu-clasico-ruta-2-b-ruta-terraza-inferior\">Circuit 2 (Machupicchu Cl\u00e1sico) &#8211; Ruta 2-B: Ruta Terraza Inferior<\/h2>\n\n\n\n<p>Circuit 2 (Classic Machupicchu) &#8211; Route 2-B: Lower Terrace Route is a variant of the classic tour inside the Machu Picchu Historic Sanctuary. This route is designed to offer a more focused experience in the lower areas of the citadel, including the lower terraces and some of the most important urban and ceremonial sectors. Below, I detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-2-machupicchu-classic-route-2-b-lower-terrace-route\"><strong>Characteristics of Circuit 2 (Machupicchu Classic) &#8211; Route 2-B: Lower Terrace Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-71d885b4-9817-4a98-bb34-415a603d2b63 advgb-list advgb-list-star-filled\">\n<li>This circuit focuses on the lower areas of Machu Picchu, including the lower agricultural terraces, which show the ingenuity of the Incas for cultivation in difficult terrain.<\/li>\n\n\n\n<li>It also takes in the urban and ceremonial areas, such as the Temple of the Sun, the Temple of the Three Windows, the Main Plaza and the Intihuatana (sundial).<\/li>\n\n\n\n<li>Unlike Route 2-A, this route does not cover some of the higher areas of the citadel, which makes it a little less extensive but equally fascinating.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Difficulty:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-6aa568b7-e80c-4b95-ae82-0365611d8696 advgb-list advgb-list-star-filled\">\n<li>This circuit lasts approximately 2 to 3 hours, depending on the visitor&#8217;s pace and the time spent exploring each area.<\/li>\n\n\n\n<li>It is of moderate difficulty, as it includes walking on cobblestone paths and going up and down stairs, but it is less demanding than other circuits that involve steeper ascents.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Main Sights and Attractions:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-dc977f5a-2786-46b7-9ab5-e698336d86cf advgb-list advgb-list-controls-play\">\n<li><strong>Lower Agricultural Terraces: <\/strong>An impressive example of Inca agricultural engineering.<\/li>\n\n\n\n<li>T<strong>emple of the Sun:<\/strong> A ceremonial structure dedicated to the worship of the sun.<\/li>\n\n\n\n<li>T<strong>emple of the Three Windows:<\/strong> A building with impressive views and ceremonial significance.<\/li>\n\n\n\n<li><strong>Main Plaza: <\/strong>The heart of the citadel, where social and ceremonial activities took place.<\/li>\n\n\n\n<li>I<strong>ntihuatana:<\/strong> A carved stone that served as a sundial and astronomical marker.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Access and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-c461d8ac-59c3-425d-8781-82d7acf0f3f9 advgb-list advgb-list-star-filled\">\n<li>To access this circuit, it is necessary to purchase the entrance ticket to Machu Picchu that includes Circuit 2.<\/li>\n\n\n\n<li>No additional permit is required, but it is advisable to book in advance, especially in high season.<\/li>\n\n\n\n<li>It is recommended to bring water, sunscreen, hat and comfortable shoes, since the tour involves walking for several hours.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-3\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-6312830b-2f58-4780-b4fc-bfc5907186d4 advgb-list advgb-list-star-filled\">\n<li><strong>First time visitors:<\/strong> If it is your first time in Machu Picchu, this route is ideal because it allows you to explore the main attractions of the citadel without being too demanding.<\/li>\n\n\n\n<li><strong>People with reduced mobility or limited physical condition<\/strong>: Being less extensive and with fewer steep ascents, it is accessible to a wide variety of visitors.<\/li>\n\n\n\n<li><strong>History and archeology lovers<\/strong>: This circuit offers a detailed view of Inca architecture, engineering and spirituality.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-2\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-bc0e508b-ba58-4733-88c3-d2b2ba84cd0f advgb-list advgb-list-star-filled\">\n<li>Schedule: It is advisable to start early to avoid the busiest times of the day and enjoy a quieter experience.<\/li>\n\n\n\n<li>Guide: Hiring a guide can enrich the experience, as it will allow you to better understand the history and significance of each structure.<\/li>\n\n\n\n<li>Physical condition: Although it is not extremely demanding, it is important to be prepared to walk for several hours and face uneven terrain.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 2 (Classic Machupicchu) &#8211; Route 2-B: Lower Terrace Route is an excellent option for those who wish to enjoy a complete but less demanding experience in Machu Picchu. It is a route that combines history, architecture and breathtaking scenery, ideal to immerse yourself in the magic of this wonder of the world.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-map-of-route-2-b\">Map of Route 2-B<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-B-scaled.webp\" alt=\"\" class=\"wp-image-32501\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-B-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-B-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-B-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-2-B-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-ps2id-block-target\" id=\"Circuit3\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-3-machupicchu-realeza-ruta-3-a-ruta-montana-waynapicchu\">Circuit 3 (Machupicchu Realeza) &#8211; Ruta 3-A: Ruta Monta\u00f1a Waynapicchu<\/h2>\n\n\n\n<p>Circuit 3 (Machupicchu Royalty) &#8211; Route 3-A: Waynapicchu Mountain Route is one of the most emblematic and challenging treks within the Machu Picchu Historic Sanctuary. This route combines the exploration of the Inca citadel with the ascent of Waynapicchu Mountain (also known as Huayna Picchu), one of the iconic mountains that rise above Machu Picchu. Below, I detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-3-machupicchu-royalty-route-3-a-waynapicchu-mountain-route\"><strong>Characteristics of Circuit 3 (Machupicchu Royalty) &#8211; Route 3-A: Waynapicchu Mountain Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-f313fbc6-5419-4764-bda2-56a01e774856 advgb-list advgb-list-star-filled\">\n<li>The circuit begins with a visit to the main areas of Machu Picchu, including the agricultural terraces, the Guardian&#8217;s House (from where you get the classic panoramic view of the citadel) and some urban and ceremonial sectors.<\/li>\n\n\n\n<li>This initial tour allows us to appreciate the Inca architecture and engineering before starting the ascent to Waynapicchu.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Ascent to Waynapicchu Mountain:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-a27a663b-5234-4815-b488-5f999bce1406 advgb-list advgb-list-star-filled\">\n<li>Waynapicchu Mountain is one of the most famous elevations of Machu Picchu, located at 2,693 meters above sea level.<\/li>\n\n\n\n<li>The ascent is challenging and takes approximately 1 to 1.5 hours (depending on the pace). The trail is narrow, steep and in some parts includes stone stairs carved into the rock.<\/li>\n\n\n\n<li>During the hike, you will enjoy spectacular views of the citadel, the Urubamba River and the surrounding mountains.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Cima de Waynapicchu:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-5b4c4e0f-7528-4b40-9ee7-f13af829d1f9 advgb-list advgb-list-star-filled\">\n<li>Once at the top, you will be rewarded with a breathtaking panoramic view of Machu Picchu and the entire valley. It is an ideal place to take pictures and contemplate the majesty of the landscape.<\/li>\n\n\n\n<li>At the top you will also find some Inca ruins, such as terraces and small structures, which demonstrate the ceremonial importance of this place.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-5b911ec9-32ca-4f88-82c2-f16c951ef4f6 advgb-list advgb-list-star-filled\">\n<li>The complete circuit (citadel + Waynapicchu ascent) can take between 4 to 6 hours, depending on the visitor&#8217;s pace.<\/li>\n\n\n\n<li>It is necessary to purchase a specific ticket that includes access to Waynapicchu Mountain, since the entrance is regulated and only 400 visitors are allowed per day (divided into two groups: one that enters at 7:00 a.m. and another at 10:00 a.m.).<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen, a hat and appropriate footwear for walking, as the terrain is steep and slippery in some parts.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-4\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-d654f7d2-d2f4-445e-9b26-5ef5b53b1ecf advgb-list advgb-list-star-filled\">\n<li>Hiking and adventure lovers: If you enjoy physical challenges and hiking at altitude, this route is perfect for you.<\/li>\n\n\n\n<li>Photographers: The views from the top of Waynapicchu are unique and offer an unparalleled perspective of Machu Picchu.<\/li>\n\n\n\n<li>Travelers interested in history and spirituality: Waynapicchu has an important ceremonial significance, as it is believed to have been a place of worship and astronomical observation.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-3\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-f255809f-6d16-4510-9692-9f4404cc1493 advgb-list advgb-list-star-filled\">\n<li>Physical difficulty: This route is demanding and is not recommended for people with vertigo, mobility problems or limited physical condition.<\/li>\n\n\n\n<li>Reservations: Due to the limited number of visitors, it is necessary to reserve well in advance, especially during the high season (April to October).<\/li>\n\n\n\n<li>Weather: The ascent can be more complicated on rainy or foggy days, so it is recommended to check the weather conditions before starting.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 3 (Machupicchu Royalty) &#8211; Route 3-A: Waynapicchu Mountain Route is a unique and challenging experience that combines the exploration of Machu Picchu with the ascent of one of its most iconic mountains. It is ideal for those seeking an unforgettable adventure and spectacular panoramic views, but requires good physical condition and adequate preparation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-map-of-route-3-a\">Map of Route 3-A<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-A-scaled.webp\" alt=\"\" class=\"wp-image-32483\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-A-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-A-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-A-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-A-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-3-machupicchu-royalty-route-3-b-designed-route\">Circuit 3 (Machupicchu Royalty) &#8211; Route 3-B: Designed route<\/h2>\n\n\n\n<p>Circuito 3 (Machupicchu Royalty) \u2013 Rota 3-B: A Rota Desenhada \u00e9 uma op\u00e7\u00e3o de passeio dentro do Santu\u00e1rio Hist\u00f3rico de Machu Picchu que foi projetada para oferecer uma experi\u00eancia mais focada nas \u00e1reas cerimoniais e residenciais da cidadela, n\u00e3o incluindo a subida ao Monte Waynapicchu. Esta rota \u00e9 ideal para aqueles que desejam explorar profundamente os setores mais importantes de Machu Picchu, mas preferem evitar o esfor\u00e7o f\u00edsico adicional envolvido na escalada do Waynapicchu. Abaixo detalharei em que consiste esse roteiro:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-caracteristicas-do-circuito-3-machupicchu-royalty-rota-3-b-rota-projetada\"><strong>Caracter\u00edsticas do Circuito 3 (Machupicchu Royalty) \u2013 Rota 3-B: Rota projetada<\/strong><\/h3>\n\n\n\n<p><strong>Walk through the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-fd391d5c-26ee-4511-b69a-3bc8525167cd advgb-list advgb-list-star-filled\">\n<li>This tour focuses on the most emblematic and ceremonial areas of Machu Picchu, offering a detailed look at Inca architecture and spirituality.<\/li>\n\n\n\n<li>It includes a visit to the agricultural terraces, which show the ingenuity of the Incas in cultivating mountainous terrain.<\/li>\n\n\n\n<li>It also covers the urban and ceremonial areas, such as the Temple of the Sun, the Temple of the Three Windows, the Main Plaza, and the Intihuatana (sundial).<\/li>\n\n\n\n<li>It also explores the residential areas, where the inhabitants of Machu Picchu lived, and some lesser-known but equally fascinating structures.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Difficulty:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-ff093f74-6c85-42cb-8abe-c3c2d5bbfff0 advgb-list advgb-list-star-filled\">\n<li>This tour lasts approximately 2.5 to 3.5 hours, depending on the visitor&#8217;s pace and the time spent exploring each area.<\/li>\n\n\n\n<li>It is of moderate difficulty, as it includes walking on cobblestone paths, going up and down stairs, and traversing uneven terrain. However, it is accessible to most visitors with a basic physical condition.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Main Sights and Attractions:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-d989c8ea-3502-4de0-835f-36843f1db1b3 advgb-list advgb-list-controls-play\">\n<li>Temple of the Sun: One of the most important structures, dedicated to the worship of the sun.<\/li>\n\n\n\n<li>Intihuatana: A carved stone that served as a sundial and astronomical marker.<\/li>\n\n\n\n<li>Temple of the Three Windows: A ceremonial building with impressive views.<\/li>\n\n\n\n<li>Main Plaza: The heart of the citadel, where social and ceremonial activities took place.<\/li>\n\n\n\n<li>Residential Zone: Where the inhabitants of Machu Picchu lived.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Access and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-648524af-9f1b-469a-a821-46c6bfb42c03 advgb-list advgb-list-star-filled\">\n<li>To access this circuit, it is necessary to purchase the entrance ticket to Machu Picchu that includes Circuit 3.<\/li>\n\n\n\n<li>No additional permit is required, but it is advisable to book in advance, especially during High Season.<\/li>\n\n\n\n<li>It is recommended to bring water, sunscreen, a hat and comfortable shoes, since the tour involves walking for several hours.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-5\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-d45609b5-cbd3-4d2c-b2a1-cf9bef57f08e advgb-list advgb-list-star-filled\">\n<li>First-time visitors: If it&#8217;s your first time at Machu Picchu, this route is ideal because it allows you to explore the citadel&#8217;s main attractions without being too demanding.<\/li>\n\n\n\n<li>History and archaeology lovers: This circuit offers a detailed look at Inca architecture, engineering, and spirituality.<\/li>\n\n\n\n<li>Photographers: The views from different points of the circuit are spectacular and offer unique opportunities to capture memorable images.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-4\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-c46359ba-3633-40a2-beb3-95c5ed55b245 advgb-list advgb-list-star-filled\">\n<li>Schedule: It is advisable to start early to avoid the busiest hours and enjoy a more peaceful experience.<\/li>\n\n\n\n<li>Guide: Hiring a guide can enrich the experience, as it will allow you to better understand the history and meaning of each structure.<\/li>\n\n\n\n<li>Physical condition: Although it is not extremely demanding, it is important to be prepared to walk for several hours and face uneven terrain.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 3 (Machupicchu Royalty) \u2013 Route 3-B: Designed Route is an excellent option for those who wish to enjoy a complete and detailed experience of Machu Picchu without the additional effort of climbing Waynapicchu Mountain. It is a route that combines history, architecture and impressive landscapes, ideal for immersing yourself in the magic of this wonder of the world.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-route-map-3-b\">Route Map 3-B<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-B-scaled.webp\" alt=\"\" class=\"wp-image-32488\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-B-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-B-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-B-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-B-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-3-machupicchu-royalty-route-3-c-great-cavern-route-available-only-in-high-season\">Circuit 3 (Machupicchu Royalty) \u2013 Route 3-C: Great Cavern Route (available only in High Season)<\/h2>\n\n\n\n<p>Circuit 3 (Machu Picchu Royalty) \u2013 Route 3-C: Great Cavern Route is a tour option within the Historic Sanctuary of Machu Picchu that is available only during High Season (usually April through October). This route combines exploration of the Inca citadel with a hike to the Great Cavern, a lesser-known but fascinating archaeological site located on the slopes of the mountain. Below is a breakdown of what this route entails:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-features-of-circuit-3-machupicchu-royalty-route-3-c-great-cavern-route\"><strong>Features of Circuit 3 (Machupicchu Royalty) \u2013 Route 3-C: Great Cavern Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-993c6fe5-77be-40fe-9ddd-6442c6620cb7 advgb-list advgb-list-star-filled\">\n<li>Like other routes in Circuit 3, this tour begins with a visit to the main areas of Machu Picchu, including the agricultural terraces, the Guardian&#8217;s House (from where you get the classic panoramic view of the citadel) and some urban and ceremonial sectors.<\/li>\n\n\n\n<li>This circuit is ideal for those who want to have an overview of the citadel before embarking on the hike to the Great Cavern.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Hike to the Great Cavern:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-9b131fd3-2ab7-4e3b-bb68-6494b336c166 advgb-list advgb-list-star-filled\">\n<li>The Great Cave is an archaeological site located on the slopes of the mountain, at an altitude of approximately 2,600 meters above sea level.<\/li>\n\n\n\n<li>The hike from the citadel to the Great Cave takes approximately 1.5 to 2 hours (depending on the pace) and is of moderate difficulty. The trail is narrow in some parts and is surrounded by tropical vegetation.<\/li>\n\n\n\n<li>During the journey, you can enjoy spectacular views of the Urubamba River valley and the surrounding mountains.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>The Great Cavern:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-70992913-9e93-49bb-891d-cf79989a2e10 advgb-list advgb-list-star-filled\">\n<li>The Great Cave is a natural formation that was used by the Incas for ceremonial purposes. It is believed that this place had an important spiritual meaning, possibly related to rituals of worship of the earth and the mountains.<\/li>\n\n\n\n<li>Inside the cave, you can see remains of Inca constructions, such as walls and niches, which demonstrate the adaptation of this civilization to the natural environment.<\/li>\n\n\n\n<li>This place is ideal for taking photographs and appreciating the integration of Inca architecture with the landscape.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-ab046bb7-89d4-48d9-8a57-009dce5e3d26 advgb-list advgb-list-star-filled\">\n<li>The full circuit (citadel + hike to the Great Cavern) can take between 4 to 5 hours, depending on the visitor&#8217;s pace.<\/li>\n\n\n\n<li>It is necessary to purchase an entrance ticket to Machu Picchu that includes Circuit 3. No additional permit is required, but it is important to book in advance, especially during High Season.<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen, a hat and suitable walking shoes, as the terrain can be uneven and slippery in some parts.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-6\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-3623370c-acff-4878-aa30-cf66c6986508 advgb-list advgb-list-star-filled\">\n<li>Adventure and exploration lovers: If you enjoy hiking and want to discover lesser-known places, this route is perfect for you.<\/li>\n\n\n\n<li>Travelers interested in Incan spirituality: The Great Cave has an important ceremonial significance, making it a fascinating place for those looking to connect with Incan culture.<\/li>\n\n\n\n<li>Photographers: The views from the trail and the Great Cave itself offer unique opportunities to capture stunning images.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-5\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-6eeb6164-61dd-4d38-a27f-31508d9ebeb0 advgb-list advgb-list-star-filled\">\n<li>Availability: This route is only available during the High Season (April to October), when weather conditions are more favorable.<\/li>\n\n\n\n<li>Physical effort: Although not as demanding as the Waynapicchu Mountain Route, it does require a moderate level of fitness due to the uneven terrain and slopes.<\/li>\n\n\n\n<li>Safety: The trail to the Great Cavern is narrow and can be slippery on rainy days, so caution is recommended.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In short, Circuit 3 (Machupicchu Royalty) \u2013 Route 3-C: Great Cavern Route is an excellent option for those who wish to combine the exploration of Machu Picchu with a hike to a lesser-known but equally fascinating archaeological site. It is a route that offers a perfect mix of history, nature and adventure, ideal for those looking for a more complete and enriching experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-route-map-route-3-c\">Route Map Route 3-C<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-C-scaled.webp\" alt=\"\" class=\"wp-image-32491\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-C-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-C-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-C-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-C-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-circuit-3-machu-picchu-royalty-route-3-de-huchuypicchu-route-available-only-in-high-season\">Circuit 3 (Machu Picchu Royalty) \u2013 Route 3-DE: Huchuypicchu Route (available only in High Season)<\/h2>\n\n\n\n<p>Circuit 3 (Machupicchu Royalty) \u2013 3-D Route: Huchuypicchu Route is a tour option within the Historic Sanctuary of Machu Picchu that is available only during High Season (usually April through October). This route combines exploration of the Inca citadel with a hike to Huchuypicchu, a smaller and lesser-known mountain than Waynapicchu Mountain, but one that offers spectacular views and a unique experience. Below I will detail what this route consists of:<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-characteristics-of-circuit-3-machu-picchu-royalty-route-3-de-huchuypicchu-route\"><strong>Characteristics of Circuit 3 (Machu Picchu Royalty) \u2013 Route 3-DE: Huchuypicchu Route<\/strong><\/h3>\n\n\n\n<p><strong>Tour of the Inca Citadel:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-c8c35842-e886-4a3d-b632-aef3b606ca5e advgb-list advgb-list-star-filled\">\n<li>Like other routes in Circuit 3, this tour begins with a visit to the main areas of Machu Picchu, including the agricultural terraces, the Guardian&#8217;s House (from where you get the classic panoramic view of the citadel) and some urban and ceremonial sectors.<\/li>\n\n\n\n<li>This circuit is ideal for those who want to have an overview of the citadel before embarking on the hike to Huchuypicchu.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Hike to Huchuypicchu:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-cd07367c-1f13-44be-b9ed-2fdd635ff96c advgb-list advgb-list-star-filled\">\n<li>Huchuypicchu (also known as &#8220;Young Mountain&#8221; or &#8220;Little Mountain&#8221;) is an elevation located about 2,497 meters above sea level, near Waynapicchu Mountain.<\/li>\n\n\n\n<li>The hike from the citadel to the top of Huchuypicchu takes approximately 1 to 1.5 hours (depending on pace) and is of moderate difficulty. The trail is narrow and includes stone stairs in some parts, but is less demanding than the ascent to Waynapicchu.<\/li>\n\n\n\n<li>Along the way, you can enjoy panoramic views of Machu Picchu, the Urubamba River, and the surrounding mountains.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Summit of Huchuypicchu:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-b01f6af1-c72b-4dd6-a888-68643acc93eb advgb-list advgb-list-star-filled\">\n<li>Once at the top, you&#8217;ll be rewarded with a stunning view of Machu Picchu and the Andean landscape. Although less elevated than Waynapicchu, Huchuypicchu offers a unique and less crowded perspective.<\/li>\n\n\n\n<li>At the top are also some Inca ruins, such as terraces and small structures, which demonstrate the ceremonial importance of this place.<\/li>\n<\/ul><\/div>\n\n\n\n<p><strong>Duration and Requirements:<\/strong><\/p>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-8ef1b3fd-e1ec-4f60-bbc5-9f80f01f6676 advgb-list advgb-list-star-filled\">\n<li>The complete circuit (citadel + hike to Huchuypicchu) can take between 3 to 4 hours, depending on the visitor&#8217;s pace.<\/li>\n\n\n\n<li>It is necessary to purchase a specific ticket that includes access to Huchuypicchu, since entry is regulated and only 200 visitors are allowed per day.<\/li>\n\n\n\n<li>It is recommended to bring water, snacks, sunscreen, a hat and suitable walking shoes, since the terrain is steep and slippery in some parts.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-who-is-this-route-ideal-for-7\"><strong>Who is this route ideal for?<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-24c5661c-9915-4c38-b164-30239b4899c3 advgb-list advgb-list-controls-play\">\n<li>Hiking and adventure lovers: If you enjoy hiking but prefer a less demanding route than Waynapicchu, Huchuypicchu is an excellent option.<\/li>\n\n\n\n<li>Photographers: The views from the top of Huchuypicchu are unique and offer a different perspective of Machu Picchu.<\/li>\n\n\n\n<li>Travelers interested in history and spirituality: Huchuypicchu has an important ceremonial meaning, as it is believed to have been a place of worship and astronomical observation.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-important-to-consider-6\"><strong>Important to consider<\/strong><\/h3>\n\n\n\n<div class=\"wp-block-advgb-list\"><ul class=\"advgblist-56882ba5-db58-4929-9ebc-a40c4d70f160 advgb-list advgb-list-star-filled\">\n<li><strong>Availability<\/strong>: This route is only available during the High Season (April to October), when weather conditions are more favorable.<\/li>\n\n\n\n<li><strong>Reservations<\/strong>: Due to limited visitors, reservations are required well in advance, especially during High Season.<\/li>\n\n\n\n<li>Physical Effort: Although less demanding than Waynapicchu, this route requires a moderate level of fitness due to the uneven terrain and slopes.<\/li>\n\n\n\n<li><strong>Safety<\/strong>: The trail is narrow and can be slippery on rainy days, so caution is advised.<\/li>\n<\/ul><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>In summary, Circuit 3 (Machupicchu Royalty) \u2013 3-D Route: Huchuypicchu Route is an excellent option for those who wish to combine the exploration of Machu Picchu with a hike to a lesser-known but equally fascinating mountain. It is a route that offers a perfect mix of history, nature and adventure, ideal for those looking for a calmer and more enriching experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-d-route-map\">3-D Route Map<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-D-scaled.webp\" alt=\"\" class=\"wp-image-32494\" srcset=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-D-scaled.webp 2560w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-D-768x543.webp 768w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-D-1536x1086.webp 1536w, https:\/\/dreamy.tours\/wp-content\/uploads\/Ruta-3-D-2048x1448.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/figure>\n\n\n\n<p><\/p>\n<style class=\"advgb-styles-renderer\">\n.modal-open {\n    overflow: hidden !important;\n}\n\n.imagen-modal.hidden {\n    display: none !important;\n}\n\n.modal-content {\n    transition: transform 0.3s ease-out;\n}\n\n@media (max-width: 768px) {\n    .modal-content {\n        margin: 1rem;\n    }\n}\n#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}}\n.modal-open {\n    overflow: hidden !important;\n}\n\n.imagen-modal.hidden {\n    display: none !important;\n}\n\n.modal-content {\n    transition: transform 0.3s ease-out;\n}\n\n@media (max-width: 768px) {\n    .modal-content {\n        margin: 1rem;\n    }\n}\n#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}}\n.modal-open {\n    overflow: hidden !important;\n}\n\n.imagen-modal.hidden {\n    display: none !important;\n}\n\n.modal-content {\n    transition: transform 0.3s ease-out;\n}\n\n@media (max-width: 768px) {\n    .modal-content {\n        margin: 1rem;\n    }\n}\n#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}}#advgb-cols-df49cd6f-02d5-43a6-8fb2-55f01a1c2853{}@media screen and (max-width: 1023px) {#advgb-cols-df49cd6f-02d5-43a6-8fb2-55f01a1c2853{}}@media screen and (max-width: 767px) {#advgb-cols-df49cd6f-02d5-43a6-8fb2-55f01a1c2853{}}#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-f78a3be8-d2b4-4202-b272-396c08ca5d10>.advgb-column-inner{}}#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-ee2d34b0-20d6-477d-b222-a28ed0081f0f>.advgb-column-inner{}}#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}@media screen and (max-width: 1023px) {#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}}@media screen and (max-width: 767px) {#advgb-col-42b70c88-fcd6-48c2-a876-aa4e1114975f>.advgb-column-inner{}}.wp-block-advgb-list ul.advgblist-2b0f0cd8-3386-4567-854b-369dbb5746ab > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-2b0f0cd8-3386-4567-854b-369dbb5746ab > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-2b0f0cd8-3386-4567-854b-369dbb5746ab > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-6f63d6a4-a13b-4149-afb7-e92bcbcf9c8f > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-6f63d6a4-a13b-4149-afb7-e92bcbcf9c8f > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-6f63d6a4-a13b-4149-afb7-e92bcbcf9c8f > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-8bfe1637-e6d6-4b05-aad7-7b47049ae9f0 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-8bfe1637-e6d6-4b05-aad7-7b47049ae9f0 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-8bfe1637-e6d6-4b05-aad7-7b47049ae9f0 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-8e3ed200-3253-4080-9fe1-ee8edd2651a1 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-8e3ed200-3253-4080-9fe1-ee8edd2651a1 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-8e3ed200-3253-4080-9fe1-ee8edd2651a1 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-67726cbc-8b7f-4cae-b8ba-9cd167bd2fd8 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-67726cbc-8b7f-4cae-b8ba-9cd167bd2fd8 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-67726cbc-8b7f-4cae-b8ba-9cd167bd2fd8 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-c79fb754-6957-4c29-ba41-5e86e68d3b06 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-c79fb754-6957-4c29-ba41-5e86e68d3b06 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-c79fb754-6957-4c29-ba41-5e86e68d3b06 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-5ee1f482-3ce7-43d6-984f-9ea9ecca29ca > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-5ee1f482-3ce7-43d6-984f-9ea9ecca29ca > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-5ee1f482-3ce7-43d6-984f-9ea9ecca29ca > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-8dadf7c4-3251-489e-a3e5-2e8c3a45134a > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-8dadf7c4-3251-489e-a3e5-2e8c3a45134a > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-8dadf7c4-3251-489e-a3e5-2e8c3a45134a > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-6cb3b0b4-4116-4c55-9314-4a0406d2d71d > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-6cb3b0b4-4116-4c55-9314-4a0406d2d71d > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-6cb3b0b4-4116-4c55-9314-4a0406d2d71d > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-591b8f54-2f50-4cd2-91b1-8f1ee2a36c08 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-591b8f54-2f50-4cd2-91b1-8f1ee2a36c08 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-591b8f54-2f50-4cd2-91b1-8f1ee2a36c08 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-acad0fa2-e442-46da-bb93-bb270a2beef3 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-acad0fa2-e442-46da-bb93-bb270a2beef3 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-acad0fa2-e442-46da-bb93-bb270a2beef3 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-f310f9c8-9538-4d72-b804-4e0d6c47bcd7 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-f310f9c8-9538-4d72-b804-4e0d6c47bcd7 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-f310f9c8-9538-4d72-b804-4e0d6c47bcd7 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-1dc5b35a-9e33-40c8-8d0e-2e8a2c17536d > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-1dc5b35a-9e33-40c8-8d0e-2e8a2c17536d > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-1dc5b35a-9e33-40c8-8d0e-2e8a2c17536d > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-dd0e3716-68ce-45e5-8cb1-6db0376685cf > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-dd0e3716-68ce-45e5-8cb1-6db0376685cf > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-dd0e3716-68ce-45e5-8cb1-6db0376685cf > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-2c7ffa51-f20e-44b8-8fef-7b4f9b91c7c7 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-2c7ffa51-f20e-44b8-8fef-7b4f9b91c7c7 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-2c7ffa51-f20e-44b8-8fef-7b4f9b91c7c7 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-71317da1-a5e3-4a33-9db9-b3e6b007986c > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-71317da1-a5e3-4a33-9db9-b3e6b007986c > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-71317da1-a5e3-4a33-9db9-b3e6b007986c > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-5df8536a-3f40-4d46-9fd1-e9e0abb912bd > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-5df8536a-3f40-4d46-9fd1-e9e0abb912bd > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-5df8536a-3f40-4d46-9fd1-e9e0abb912bd > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-ce370c38-c60c-4cb8-8e6b-108aa8c3118a > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-ce370c38-c60c-4cb8-8e6b-108aa8c3118a > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-ce370c38-c60c-4cb8-8e6b-108aa8c3118a > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-977df8e0-f48e-49db-8041-3fb667231f11 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-977df8e0-f48e-49db-8041-3fb667231f11 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-977df8e0-f48e-49db-8041-3fb667231f11 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-75ba68dc-057f-4dc2-afda-0a4d2ee163b1 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-75ba68dc-057f-4dc2-afda-0a4d2ee163b1 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-75ba68dc-057f-4dc2-afda-0a4d2ee163b1 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-a96bba18-6dec-4168-8281-4a833b0d5fc1 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-a96bba18-6dec-4168-8281-4a833b0d5fc1 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-a96bba18-6dec-4168-8281-4a833b0d5fc1 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-60cbef73-1e5f-4536-8e8a-01ff9d1ea60c > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-60cbef73-1e5f-4536-8e8a-01ff9d1ea60c > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-60cbef73-1e5f-4536-8e8a-01ff9d1ea60c > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-ef85164c-b62a-477e-88a5-77850a8e6cd7 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-ef85164c-b62a-477e-88a5-77850a8e6cd7 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-ef85164c-b62a-477e-88a5-77850a8e6cd7 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-d5020b89-83dc-435a-b374-cd8be1c978b1 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-d5020b89-83dc-435a-b374-cd8be1c978b1 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-d5020b89-83dc-435a-b374-cd8be1c978b1 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-b253917d-21f4-4b63-ad9c-d96899cd58e5 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-b253917d-21f4-4b63-ad9c-d96899cd58e5 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-b253917d-21f4-4b63-ad9c-d96899cd58e5 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-0fd9478b-74a3-4722-8e89-5f4007143b0c > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-0fd9478b-74a3-4722-8e89-5f4007143b0c > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-0fd9478b-74a3-4722-8e89-5f4007143b0c > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-a7d86ea2-31c3-40b9-996e-f8be0aabc2b8 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-a7d86ea2-31c3-40b9-996e-f8be0aabc2b8 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-a7d86ea2-31c3-40b9-996e-f8be0aabc2b8 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-71d885b4-9817-4a98-bb34-415a603d2b63 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-71d885b4-9817-4a98-bb34-415a603d2b63 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-71d885b4-9817-4a98-bb34-415a603d2b63 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-6aa568b7-e80c-4b95-ae82-0365611d8696 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-6aa568b7-e80c-4b95-ae82-0365611d8696 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-6aa568b7-e80c-4b95-ae82-0365611d8696 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-dc977f5a-2786-46b7-9ab5-e698336d86cf > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-dc977f5a-2786-46b7-9ab5-e698336d86cf > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-dc977f5a-2786-46b7-9ab5-e698336d86cf > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-c461d8ac-59c3-425d-8781-82d7acf0f3f9 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-c461d8ac-59c3-425d-8781-82d7acf0f3f9 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-c461d8ac-59c3-425d-8781-82d7acf0f3f9 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-6312830b-2f58-4780-b4fc-bfc5907186d4 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-6312830b-2f58-4780-b4fc-bfc5907186d4 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-6312830b-2f58-4780-b4fc-bfc5907186d4 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-bc0e508b-ba58-4733-88c3-d2b2ba84cd0f > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-bc0e508b-ba58-4733-88c3-d2b2ba84cd0f > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-bc0e508b-ba58-4733-88c3-d2b2ba84cd0f > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-f313fbc6-5419-4764-bda2-56a01e774856 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-f313fbc6-5419-4764-bda2-56a01e774856 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-f313fbc6-5419-4764-bda2-56a01e774856 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-a27a663b-5234-4815-b488-5f999bce1406 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-a27a663b-5234-4815-b488-5f999bce1406 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-a27a663b-5234-4815-b488-5f999bce1406 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-5b4c4e0f-7528-4b40-9ee7-f13af829d1f9 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-5b4c4e0f-7528-4b40-9ee7-f13af829d1f9 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-5b4c4e0f-7528-4b40-9ee7-f13af829d1f9 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-5b911ec9-32ca-4f88-82c2-f16c951ef4f6 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-5b911ec9-32ca-4f88-82c2-f16c951ef4f6 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-5b911ec9-32ca-4f88-82c2-f16c951ef4f6 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-d654f7d2-d2f4-445e-9b26-5ef5b53b1ecf > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-d654f7d2-d2f4-445e-9b26-5ef5b53b1ecf > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-d654f7d2-d2f4-445e-9b26-5ef5b53b1ecf > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-f255809f-6d16-4510-9692-9f4404cc1493 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-f255809f-6d16-4510-9692-9f4404cc1493 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-f255809f-6d16-4510-9692-9f4404cc1493 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-fd391d5c-26ee-4511-b69a-3bc8525167cd > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-fd391d5c-26ee-4511-b69a-3bc8525167cd > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-fd391d5c-26ee-4511-b69a-3bc8525167cd > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-ff093f74-6c85-42cb-8abe-c3c2d5bbfff0 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-ff093f74-6c85-42cb-8abe-c3c2d5bbfff0 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-ff093f74-6c85-42cb-8abe-c3c2d5bbfff0 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-d989c8ea-3502-4de0-835f-36843f1db1b3 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-d989c8ea-3502-4de0-835f-36843f1db1b3 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-d989c8ea-3502-4de0-835f-36843f1db1b3 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-648524af-9f1b-469a-a821-46c6bfb42c03 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-648524af-9f1b-469a-a821-46c6bfb42c03 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-648524af-9f1b-469a-a821-46c6bfb42c03 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-d45609b5-cbd3-4d2c-b2a1-cf9bef57f08e > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-d45609b5-cbd3-4d2c-b2a1-cf9bef57f08e > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-d45609b5-cbd3-4d2c-b2a1-cf9bef57f08e > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-c46359ba-3633-40a2-beb3-95c5ed55b245 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-c46359ba-3633-40a2-beb3-95c5ed55b245 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-c46359ba-3633-40a2-beb3-95c5ed55b245 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-993c6fe5-77be-40fe-9ddd-6442c6620cb7 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-993c6fe5-77be-40fe-9ddd-6442c6620cb7 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-993c6fe5-77be-40fe-9ddd-6442c6620cb7 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-9b131fd3-2ab7-4e3b-bb68-6494b336c166 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-9b131fd3-2ab7-4e3b-bb68-6494b336c166 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-9b131fd3-2ab7-4e3b-bb68-6494b336c166 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-70992913-9e93-49bb-891d-cf79989a2e10 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-70992913-9e93-49bb-891d-cf79989a2e10 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-70992913-9e93-49bb-891d-cf79989a2e10 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-ab046bb7-89d4-48d9-8a57-009dce5e3d26 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-ab046bb7-89d4-48d9-8a57-009dce5e3d26 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-ab046bb7-89d4-48d9-8a57-009dce5e3d26 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-3623370c-acff-4878-aa30-cf66c6986508 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-3623370c-acff-4878-aa30-cf66c6986508 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-3623370c-acff-4878-aa30-cf66c6986508 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-6eeb6164-61dd-4d38-a27f-31508d9ebeb0 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-6eeb6164-61dd-4d38-a27f-31508d9ebeb0 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-6eeb6164-61dd-4d38-a27f-31508d9ebeb0 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-c8c35842-e886-4a3d-b632-aef3b606ca5e > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-c8c35842-e886-4a3d-b632-aef3b606ca5e > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-c8c35842-e886-4a3d-b632-aef3b606ca5e > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-cd07367c-1f13-44be-b9ed-2fdd635ff96c > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-cd07367c-1f13-44be-b9ed-2fdd635ff96c > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-cd07367c-1f13-44be-b9ed-2fdd635ff96c > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-b01f6af1-c72b-4dd6-a888-68643acc93eb > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-b01f6af1-c72b-4dd6-a888-68643acc93eb > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-b01f6af1-c72b-4dd6-a888-68643acc93eb > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-8ef1b3fd-e1ec-4f60-bbc5-9f80f01f6676 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-8ef1b3fd-e1ec-4f60-bbc5-9f80f01f6676 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-8ef1b3fd-e1ec-4f60-bbc5-9f80f01f6676 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-24c5661c-9915-4c38-b164-30239b4899c3 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-24c5661c-9915-4c38-b164-30239b4899c3 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-24c5661c-9915-4c38-b164-30239b4899c3 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}.wp-block-advgb-list ul.advgblist-56882ba5-db58-4929-9ebc-a40c4d70f160 > li{font-size:16px;}.wp-block-advgb-list ul.advgblist-56882ba5-db58-4929-9ebc-a40c4d70f160 > li{padding-left:18px;margin-left:0;}.wp-block-advgb-list ul.advgblist-56882ba5-db58-4929-9ebc-a40c4d70f160 > li:before{font-size:16px;color:#cf2e2e;line-height:18px;margin:2px;padding:2px;margin-left:-20px}<\/style>","protected":false},"excerpt":{"rendered":"<p>In 2021, 05 circuits were established in order to visit the inka city of Machupicchu. Through Ministerial Resolution 528-2023-MC, the Peruvian Ministr&#8230;<\/p>\n","protected":false},"author":5,"featured_media":32448,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-guides.php","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"class_list":["post-32498","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Machu Picchu Circuits and Visiting Routes - Dreamy Tours<\/title>\n<meta name=\"description\" content=\"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Machu Picchu Circuits and Visiting Routes\" \/>\n<meta property=\"og:description\" content=\"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/\" \/>\n<meta property=\"og:site_name\" content=\"Dreamy Tours\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dreamytours\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-02T23:20:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1900\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Dreamy_tours\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"27 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/\",\"url\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/\",\"name\":\"Machu Picchu Circuits and Visiting Routes - Dreamy Tours\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dreamy.tours\\\/wp-content\\\/uploads\\\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp\",\"datePublished\":\"2025-02-18T00:06:47+00:00\",\"dateModified\":\"2025-10-02T23:20:23+00:00\",\"description\":\"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dreamy.tours\\\/wp-content\\\/uploads\\\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp\",\"contentUrl\":\"https:\\\/\\\/dreamy.tours\\\/wp-content\\\/uploads\\\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp\",\"width\":1900,\"height\":350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/machu-picchu-circuits-and-visiting-routes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Machu Picchu Circuits and Visiting Routes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/\",\"name\":\"Dreamy Tours\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#organization\",\"name\":\"Dreamy Tours\",\"url\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dreamy.tours\\\/wp-content\\\/uploads\\\/dreamy-tour-cuadrado.jpg\",\"contentUrl\":\"https:\\\/\\\/dreamy.tours\\\/wp-content\\\/uploads\\\/dreamy-tour-cuadrado.jpg\",\"width\":696,\"height\":696,\"caption\":\"Dreamy Tours\"},\"image\":{\"@id\":\"https:\\\/\\\/dreamy.tours\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dreamytours\",\"https:\\\/\\\/x.com\\\/Dreamy_tours\",\"https:\\\/\\\/www.instagram.com\\\/dreamy_tours\\\/\",\"https:\\\/\\\/www.pinterest.es\\\/dreamy_tours\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCGKP_C9x8GBYl7l8D0QD9Fg\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Machu Picchu Circuits and Visiting Routes - Dreamy Tours","description":"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options","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:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/","og_locale":"en_US","og_type":"article","og_title":"Machu Picchu Circuits and Visiting Routes","og_description":"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options","og_url":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/","og_site_name":"Dreamy Tours","article_publisher":"https:\/\/www.facebook.com\/dreamytours","article_modified_time":"2025-10-02T23:20:23+00:00","og_image":[{"width":1900,"height":350,"url":"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@Dreamy_tours","twitter_misc":{"Est. reading time":"27 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/","url":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/","name":"Machu Picchu Circuits and Visiting Routes - Dreamy Tours","isPartOf":{"@id":"https:\/\/dreamy.tours\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/#primaryimage"},"image":{"@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/#primaryimage"},"thumbnailUrl":"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp","datePublished":"2025-02-18T00:06:47+00:00","dateModified":"2025-10-02T23:20:23+00:00","description":"Discover the different circuits and routes to visit Machu Picchu. Plan your trip on each route, including highlights, difficulty levels and entrance fee options","breadcrumb":{"@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/#primaryimage","url":"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp","contentUrl":"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp","width":1900,"height":350},{"@type":"BreadcrumbList","@id":"https:\/\/dreamy.tours\/en\/machu-picchu-circuits-and-visiting-routes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dreamy.tours\/en\/"},{"@type":"ListItem","position":2,"name":"Machu Picchu Circuits and Visiting Routes"}]},{"@type":"WebSite","@id":"https:\/\/dreamy.tours\/en\/#website","url":"https:\/\/dreamy.tours\/en\/","name":"Dreamy Tours","description":"","publisher":{"@id":"https:\/\/dreamy.tours\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dreamy.tours\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dreamy.tours\/en\/#organization","name":"Dreamy Tours","url":"https:\/\/dreamy.tours\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dreamy.tours\/en\/#\/schema\/logo\/image\/","url":"https:\/\/dreamy.tours\/wp-content\/uploads\/dreamy-tour-cuadrado.jpg","contentUrl":"https:\/\/dreamy.tours\/wp-content\/uploads\/dreamy-tour-cuadrado.jpg","width":696,"height":696,"caption":"Dreamy Tours"},"image":{"@id":"https:\/\/dreamy.tours\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dreamytours","https:\/\/x.com\/Dreamy_tours","https:\/\/www.instagram.com\/dreamy_tours\/","https:\/\/www.pinterest.es\/dreamy_tours\/","https:\/\/www.youtube.com\/channel\/UCGKP_C9x8GBYl7l8D0QD9Fg"]}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/dreamy.tours\/en\/blog\/author\/dreamy_t\/","display_name":"Clara M"},"relative_dates":{"created":"Posted 1 year ago","modified":"Updated 6 months ago"},"absolute_dates":{"created":"Posted on 17 February, 2025","modified":"Updated on 2 October, 2025"},"absolute_dates_time":{"created":"Posted on 17 February, 2025 7:06 pm","modified":"Updated on 2 October, 2025 6:20 pm"},"featured_img_caption":"","featured_img":"https:\/\/dreamy.tours\/wp-content\/uploads\/Circuitos-y-Rutas-de-Visita-a-Machu-Picchu-1.webp","series_order":"","_links":{"self":[{"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/pages\/32498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/comments?post=32498"}],"version-history":[{"count":0,"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/pages\/32498\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/media\/32448"}],"wp:attachment":[{"href":"https:\/\/dreamy.tours\/en\/wp-json\/wp\/v2\/media?parent=32498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}