{"id":44349,"date":"2026-05-21T12:01:10","date_gmt":"2026-05-21T10:01:10","guid":{"rendered":"https:\/\/tourvespucci.it\/?page_id=44349"},"modified":"2026-08-05T11:07:34","modified_gmt":"2026-08-05T09:07:34","slug":"media-gallery-campagna-nord-america-2026","status":"publish","type":"page","link":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/","title":{"rendered":"media gallery Campagna Nord America 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"44349\" class=\"elementor elementor-44349\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50622aeb e-flex e-con-boxed e-con e-parent\" data-id=\"50622aeb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t <style>\n        .accordion-item.expanded {\n            background-color: #d9d1c3 !important; \/* Change this color to whatever you like *\/\n        }\n\n\t\t.link-details.sold-out {\n    background-color: #9f2305;\n    cursor: not-allowed;\n}\n.link-details.sold-out a{\npointer-events: none;\n}\n  <\/style>\n\n<script>\njQuery(document).ready(function($) {\n    jQuery('.open-videomodal').magnificPopup({\n        type: 'iframe',\n        iframe: {\n            patterns: {\n                youtube: {\n                    index: 'youtube.com\/', \n                    id: function(url) {        \n                        var id = url.match(\/[\\\\?\\\\&]v=([^\\\\?\\\\&]+)\/);\n                        return id ? id[1] : null;                    \n                    },\n                    src: 'https:\/\/www.youtube.com\/embed\/%id%' \n                }\n            }\n        },\n        srcAction: 'iframe_src', \n    });\n});\n\n<\/script>\t\t<div class=\"elementor-element elementor-element-14159c70 elementor-widget elementor-widget-button\" data-id=\"14159c70\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tourvespucci.it\/media-gallery-ita\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><  Indietro<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-238a81c5 elementor-widget-mobile__width-initial elementor-widget elementor-widget-masonry-gallery-widget\" data-id=\"238a81c5\" data-element_type=\"widget\" data-widget_type=\"masonry-gallery-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n     <script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    console.log('Script Loaded');\n\n    const gallerySelectElementMason = document.getElementById('gallery-select-mason');\n    const openModalBtnMason = document.getElementById('openModalBtnMason');\n    const modalMason = document.getElementById('myModalMason');\n    const modalContentMason = document.getElementById('modal-content-mason');\n    const closeModalMason = document.getElementsByClassName('close')[0];\n    let activeIndex = 0;\n\n    if (openModalBtnMason) {\n        console.log('Button Found');\n        openModalBtnMason.addEventListener('click', function (event) {\n            console.log('Button Clicked');\n            modalMason.style.display = 'block';\n            modalContentMason.innerHTML = '';\n\n            const options = gallerySelectElementMason.options;\n            for (let i = 0; i < options.length; i++) {\n                const option = options[i];\n                const liMason = document.createElement('li');\n                liMason.textContent = option.textContent.trim();\n                liMason.dataset.index = i;\n                if (i === activeIndex) {\n                    liMason.classList.add('active');\n                }\n                liMason.addEventListener('click', function () {\n                    updateButtonTextAndGallery(option.textContent.trim(), i);\n                });\n                modalContentMason.appendChild(liMason);\n            }\n        });\n    } else {\n        console.log('Button Not Found');\n    }\n\n    if (closeModalMason) {\n        closeModalMason.addEventListener('click', function () {\n            modalMason.style.display = 'none';\n        });\n    }\n\n    window.addEventListener('click', function (event) {\n        if (event.target === modalMason) {\n            modalMason.style.display = 'none';\n        }\n    });\n\n    if (gallerySelectElementMason && gallerySelectElementMason.options.length > 0) {\n        openModalBtnMason.textContent = gallerySelectElementMason.options[0].textContent.trim();\n        updateButtonTextAndGallery(gallerySelectElementMason.options[0].textContent.trim(), 0);\n    }\n\n    function updateButtonTextAndGallery(optionText, galleryIndex) {\n        openModalBtnMason.textContent = optionText;\n        gallerySelectElementMason.value = 'gallery-' + galleryIndex;\n\n        activeIndex = galleryIndex;\n\n        \/\/ Hide all galleries\n        const allGalleries = document.querySelectorAll('.gallery');\n        allGalleries.forEach(gallery => {\n            gallery.style.display = 'none';\n        });\n\n        \/\/ Show the selected gallery\n        const selectedGallery = document.getElementById('gallery-' + galleryIndex);\n        if (selectedGallery) {\n            selectedGallery.style.display = 'block';\n        }\n\n        modalMason.style.display = 'none';\n    }\n\n    \/\/ Image popup logic with next and previous functionality\n    const galleries = document.querySelectorAll('.gallery');\n    const backdrop = document.querySelector('.image-popup-backdrop');\n    const leftArrow = document.querySelector('.left-arrow');\n    const rightArrow = document.querySelector('.right-arrow');\n    let currentImageIndex = -1;\n    let currentImages = [];\n\n    function showImage(index) {\n        if (index >= 0 && index < currentImages.length) {\n            const popupImage = document.createElement('img');\n            popupImage.className = 'image-popup';\n            popupImage.src = currentImages[index].src;\n            backdrop.innerHTML = '';\n            backdrop.appendChild(popupImage);\n            backdrop.appendChild(leftArrow);\n            backdrop.appendChild(rightArrow);\n            backdrop.style.display = 'flex';\n            currentImageIndex = index;\n        }\n    }\n\n    galleries.forEach(gallery => {\n        const images = gallery.querySelectorAll('img');\n        images.forEach((image, index) => {\n            image.addEventListener('click', function () {\n                currentImages = Array.from(gallery.querySelectorAll('img'));\n                showImage(index);\n            });\n        });\n    });\n\n    leftArrow.addEventListener('click', function () {\n        showImage((currentImageIndex - 1 + currentImages.length) % currentImages.length);\n    });\n\n    rightArrow.addEventListener('click', function () {\n        showImage((currentImageIndex + 1) % currentImages.length);\n    });\n\n    backdrop.addEventListener('click', function (event) {\n        if (event.target !== leftArrow && event.target !== rightArrow) {\n            backdrop.style.display = 'none';\n        }\n    });\n});\n<\/script>\n\n                    <div class=\"container pb-5\">\n                <div class=\"row align-items-center\">\n                    <div class=\"media-gallery-title col-md-5\">CAMPAGNA NORD AMERICA 2026<\/div>\n                    <div class=\"gallery-select-container col-md-7\">\n                        <form id=\"modalFormMason\">\n                            <button id=\"openModalBtnMason\" type=\"button\">\n                                 23 - 27 LUGLIO 2026 - QU\u00c9BEC CITY                            <\/button>\n                            <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg\" alt=\"Arrow Icon\">\n                        <\/form>\n                        <select id=\"gallery-select-mason\" class=\"gallery-select-mason\" style=\"display:none;\">\n                                                                <option value=\"gallery-0\">\n                                         23 - 27 LUGLIO 2026 - QU\u00c9BEC CITY                                    <\/option>\n                                                                    <option value=\"gallery-1\">\n                                        11 - 14 LUGLIO 2026 - BOSTON                                    <\/option>\n                                                                    <option value=\"gallery-2\">\n                                        4 - 8 LUGLIO 2026 - NEW YORK CITY                                    <\/option>\n                                                                    <option value=\"gallery-3\">\n                                        25 - 29 GIUGNO 2026 - BALTIMORA                                    <\/option>\n                                                                    <option value=\"gallery-4\">\n                                        9 MAGGIO 2026 - PARTENZA DA GENOVA                                    <\/option>\n                                                        <\/select>\n                    <\/div>\n                <\/div>\n            <\/div>\n                \n        <div id=\"myModalMason\" class=\"modal-mason\">\n            <div class=\"modal-content-mason\">\n                <span class=\"close\">&times;<\/span>\n                <ul id=\"modal-content-mason\"><\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"image-popup-backdrop\">\n\t      <img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/06\/gallery-arrow-left.png\" alt=\"Popup Image\" class=\"popup-arrow left-arrow\">\n           <img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/06\/gallery-arrow.png\" alt=\"Popup Image\" class=\"popup-arrow right-arrow\">\n<\/div>\n\n                <div class=\"container-masonry\">\n                <div class=\"gallery\" id=\"gallery-0\" style=\"display: none;\">\n                                            <div class=\"title-gallery\">\n                            <span class=\"gallery-name d-none\"> 23 - 27 LUGLIO 2026 - QU\u00c9BEC CITY<\/span>\n                        <\/div>\n                                                            <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/20260725-Nave-Vespucci-Quebec-_LAP0260-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/20260725-Nave-Vespucci-Quebec-_LAP4441-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-14h59m37s057.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h02m24s380.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h03m50s153.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h04m59s779.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h06m14s228.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h07m23s489.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h07m59s253.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h08m39s822.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h18m45s967.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h20m41s300.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h21m19s359.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h21m49s971.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-27-15h25m03s827.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h15m51s599.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h19m37s761.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h20m30s183.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h24m42s849.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h25m24s096.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h27m16s757.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h30m11s583.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h31m34s657.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h43m23s743.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h45m57s139.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h46m43s565.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h48m50s537.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h58m42s761.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-15h59m11s188.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h01m36s155.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h02m38s364.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h29m51s933.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h37m03s605.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h37m54s653.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h41m24s329.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h43m06s751.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h45m03s016.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-16h51m58s494.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h02m09s320.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h02m46s937.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h07m31s007.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h15m22s198.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h37m22s365.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h45m13s023.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h46m10s279.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h47m11s734.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h47m45s910.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h50m53s978.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h51m22s528.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h54m03s894.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h55m45s702.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h56m17s368.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h57m41s891.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h58m27s510.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-17h59m58s055.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-18h00m31s577.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-18h03m20s363.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/08\/vlcsnap-2026-07-31-18h04m47s126.png\">\n                    <\/div>    \n                                    <\/div>\n        <\/div> \n                <div class=\"container-masonry\">\n                <div class=\"gallery\" id=\"gallery-1\" style=\"display: none;\">\n                                            <div class=\"title-gallery\">\n                            <span class=\"gallery-name d-none\">11 - 14 LUGLIO 2026 - BOSTON<\/span>\n                        <\/div>\n                                                            <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/DSC04650-low-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/DSC04660-low-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h15m02s172.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h16m27s501.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h18m11s639.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h19m03s706.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h19m32s544.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h20m52s475.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h22m58s918.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h24m48s485.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h25m10s934.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h26m03s188.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h26m38s097.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h27m24s609.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h27m55s319.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-15h30m24s310.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h21m59s924.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h29m32s360.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h33m49s036.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h34m49s839.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h35m05s544.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h36m38s264.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h38m07s765.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h38m32s026.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h40m53s645.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h42m08s132.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h45m57s770.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h47m00s553.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h51m32s236.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h52m28s201.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-16h53m23s285.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-19h41m50s394.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-19h44m07s918.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-19h46m03s722.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h10m21s577.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h11m10s549.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h12m07s631.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h13m37s580.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h15m04s844.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h15m49s501.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h26m53s772.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h27m38s186.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h27m55s117.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h29m10s996.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h32m00s667.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h32m59s205.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h33m50s190.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h35m04s974.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h35m49s229.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-10h37m32s871.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h45m46s741.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h47m39s696.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h48m40s342.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h49m36s251.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h51m38s512.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-11h55m58s459.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-12h08m35s768.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h09m54s864.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h12m47s551.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h16m56s731.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h22m21s728.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h24m40s677.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h27m22s180.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h28m04s796.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h29m55s340.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h31m21s449.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h31m50s878.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h32m49s629.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h33m57s886.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h34m12s879.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h35m27s305.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h36m30s766.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h55m59s847.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-13h59m28s102.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h08m02s264.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h08m52s475.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h09m27s635.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h10m26s171.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h11m04s506.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h13m45s853.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h18m04s476.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-14h19m39s576.jpg\">\n                    <\/div>    \n                                    <\/div>\n        <\/div> \n                <div class=\"container-masonry\">\n                <div class=\"gallery\" id=\"gallery-2\" style=\"display: none;\">\n                                            <div class=\"title-gallery\">\n                            <span class=\"gallery-name d-none\">4 - 8 LUGLIO 2026 - NEW YORK CITY<\/span>\n                        <\/div>\n                                                            <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/0.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260704-Nave-Vespucci-New-York-_LAP0943-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260704-Nave-Vespucci-New-York-_LAP1267-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260704-Nave-Vespucci-New-York-_LAP6828-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-000-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_1.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_2.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_3_1.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_3.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_4.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_5.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_6.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_7.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_8-scaled.jpeg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_9.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_10.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_11.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_12.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_16.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001_18.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-001.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-004.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-008.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-010.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-011.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-024-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-033-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-035-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-038-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-044.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-045-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-050.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-051_1.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-051_2.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-051-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-054_4.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-054_6.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-054_7.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-054_9.png\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1-054-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-000.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-011-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-031-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-040-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-060-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-064-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-075-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-083-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-088-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089_1.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089_5.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089_6.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089_7.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089_8.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-089-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-093-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-095-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-096-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day2-099-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-000_1.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-007-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-017-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-018-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-026-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-027_2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day4-027-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day5-002-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day5-004-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day5-007-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day5-010-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1041-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/day1053-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-20-11h17m33s332.png\">\n                    <\/div>    \n                                    <\/div>\n        <\/div> \n                <div class=\"container-masonry\">\n                <div class=\"gallery\" id=\"gallery-3\" style=\"display: none;\">\n                                            <div class=\"title-gallery\">\n                            <span class=\"gallery-name d-none\">25 - 29 GIUGNO 2026 - BALTIMORA<\/span>\n                        <\/div>\n                                                            <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-Arrivo-Baltimora-_LAP4388-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-Arrivo-Baltimora-_LAP4462-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-Arrivo-Baltimora-_LAP4472-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-senza-titolo-_LAP9577-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-senza-titolo-_LAP9585-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-senza-titolo-_LAP9586-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260624-Nave-Vespucci-senza-titolo-_LAP9652-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260629-Nave-Vespucci-Partenza-Baltimora-_LAP0352-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/20260629-Nave-Vespucci-Partenza-Baltimora-_LAP5126-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h12m53s416.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h19m19s707.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h36m55s155.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h40m12s766.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h41m22s862.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h41m44s991.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h43m23s553.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h45m51s018.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h47m37s183.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h48m23s580.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h48m45s832.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h50m00s338.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h50m17s950.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h50m53s836.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h52m46s394.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h55m36s756.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-16h59m17s960.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-17h00m11s958.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-17h00m58s387.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-17h05m04s536.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-17h06m06s618.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h16m19s516.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h18m58s732.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h21m41s781.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h22m27s598.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h23m30s598.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h24m44s260.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h25m21s546.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h26m13s356.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h27m54s710.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h29m54s592.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h33m58s667.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h36m25s258.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h37m33s271.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h38m32s252.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h39m05s392.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h39m35s711.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h40m08s704.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h42m53s832.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h43m51s920.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h46m55s250.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-18h48m56s677.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h03m52s602.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h04m46s764.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h08m27s659.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h12m12s072.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h12m27s246.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h13m19s094.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h14m29s622.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h15m31s370.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h16m18s867.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h16m59s470.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h24m48s990.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h25m44s382.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h27m21s424.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h28m46s711.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h32m48s762.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h36m59s811.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-21-19h42m28s906.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-22-09h16m16s598.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-22-09h16m37s822.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/07\/vlcsnap-2026-07-22-09h19m38s925.jpg\">\n                    <\/div>    \n                                    <\/div>\n        <\/div> \n                <div class=\"container-masonry\">\n                <div class=\"gallery\" id=\"gallery-4\" style=\"display: none;\">\n                                            <div class=\"title-gallery\">\n                            <span class=\"gallery-name d-none\">9 MAGGIO 2026 - PARTENZA DA GENOVA<\/span>\n                        <\/div>\n                                                            <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/1-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/2-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/3-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/4-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/20260506-Nave-Vespucci-Visite-popolazione-_LAP0988-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/20260506-Nave-Vespucci-Visite-popolazione-_LAP2786-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/20260506-Nave-Vespucci-Visite-popolazione-_LAP2790-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/20260506-Nave-Vespucci-Visite-popolazione-_LAP2799-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/20260507-Nave-Vespucci-Genova-_LAP1158-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-57-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-61-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-83-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-85-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-90-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-92-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-104-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-286-3-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-289-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-328-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-360-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-409-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-415-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-434-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-442-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-480-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-497-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-499-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-520-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-521-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-558-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-592-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-622-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-641-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-644-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-652-3-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-654-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-655-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-664-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-667-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-678-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-681-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-699-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-732-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-736-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-738-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-749-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-759-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-760-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-765-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-778-2-scaled.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-784-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-950-2.jpg\">\n                    <\/div>    \n                                        <div class=\"box\">\n                        <img decoding=\"async\" src=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2026\/05\/AMERIGO-VESPUCCI-TOUR-MONDIALE-2026-GENOVA-951-2.jpg-2.jpg\">\n                    <\/div>    \n                                    <\/div>\n        <\/div> \n               \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>< Indietro CAMPAGNA NORD AMERICA 2026 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 11 &#8211; 14 LUGLIO 2026 &#8211; BOSTON 4 &#8211; 8 LUGLIO 2026 &#8211; NEW YORK CITY 25 &#8211; 29 GIUGNO 2026 &#8211; BALTIMORA 9 MAGGIO 2026 &#8211; PARTENZA DA GENOVA &times; 23 &#8211; [&hellip;]\n<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-44349","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026\" \/>\n<meta property=\"og:description\" content=\"&lt; Indietro CAMPAGNA NORD AMERICA 2026 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 11 &#8211; 14 LUGLIO 2026 &#8211; BOSTON 4 &#8211; 8 LUGLIO 2026 &#8211; NEW YORK CITY 25 &#8211; 29 GIUGNO 2026 &#8211; BALTIMORA 9 MAGGIO 2026 &#8211; PARTENZA DA GENOVA &times; 23 &#8211; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Amerigo Vespucci Campagna Nord America 2026\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T09:07:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/icon_vespicci.jpg\" \/><meta property=\"og:image\" content=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/icon_vespicci.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"69 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/\",\"url\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/\",\"name\":\"media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026\",\"isPartOf\":{\"@id\":\"https:\/\/tourvespucci.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg\",\"datePublished\":\"2026-05-21T10:01:10+00:00\",\"dateModified\":\"2026-08-05T09:07:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage\",\"url\":\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg\",\"contentUrl\":\"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg\",\"width\":32,\"height\":17},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tourvespucci.it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"media gallery Campagna Nord America 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tourvespucci.it\/#website\",\"url\":\"https:\/\/tourvespucci.it\/\",\"name\":\"Amerigo Vespucci Campagna Nord America 2026\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/tourvespucci.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tourvespucci.it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tourvespucci.it\/#organization\",\"name\":\"Amerigo Vespucci Campagna Nord America 2026\",\"url\":\"https:\/\/tourvespucci.it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/tourvespucci.it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.tourvespucci.it\/wp-content\/uploads\/2026\/04\/sito-header-2048x1536-1-1024x768.png\",\"contentUrl\":\"https:\/\/cdn.tourvespucci.it\/wp-content\/uploads\/2026\/04\/sito-header-2048x1536-1-1024x768.png\",\"width\":1024,\"height\":768,\"caption\":\"Amerigo Vespucci Campagna Nord America 2026\"},\"image\":{\"@id\":\"https:\/\/tourvespucci.it\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026","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:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/","og_locale":"it_IT","og_type":"article","og_title":"media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026","og_description":"< Indietro CAMPAGNA NORD AMERICA 2026 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 23 &#8211; 27 LUGLIO 2026 &#8211; QU\u00c9BEC CITY 11 &#8211; 14 LUGLIO 2026 &#8211; BOSTON 4 &#8211; 8 LUGLIO 2026 &#8211; NEW YORK CITY 25 &#8211; 29 GIUGNO 2026 &#8211; BALTIMORA 9 MAGGIO 2026 &#8211; PARTENZA DA GENOVA &times; 23 &#8211; [&hellip;]","og_url":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/","og_site_name":"Amerigo Vespucci Campagna Nord America 2026","article_modified_time":"2026-08-05T09:07:34+00:00","og_image":[{"url":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/icon_vespicci.jpg"},{"url":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/icon_vespicci.jpg","twitter_misc":{"Tempo di lettura stimato":"69 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/","url":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/","name":"media gallery Campagna Nord America 2026 - Amerigo Vespucci Campagna Nord America 2026","isPartOf":{"@id":"https:\/\/tourvespucci.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage"},"image":{"@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg","datePublished":"2026-05-21T10:01:10+00:00","dateModified":"2026-08-05T09:07:34+00:00","breadcrumb":{"@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#primaryimage","url":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg","contentUrl":"https:\/\/tourvespucci.it\/wp-content\/uploads\/2024\/06\/Vector-2.svg","width":32,"height":17},{"@type":"BreadcrumbList","@id":"https:\/\/tourvespucci.it\/media-gallery-campagna-nord-america-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tourvespucci.it\/"},{"@type":"ListItem","position":2,"name":"media gallery Campagna Nord America 2026"}]},{"@type":"WebSite","@id":"https:\/\/tourvespucci.it\/#website","url":"https:\/\/tourvespucci.it\/","name":"Amerigo Vespucci Campagna Nord America 2026","description":"","publisher":{"@id":"https:\/\/tourvespucci.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tourvespucci.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/tourvespucci.it\/#organization","name":"Amerigo Vespucci Campagna Nord America 2026","url":"https:\/\/tourvespucci.it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/tourvespucci.it\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.tourvespucci.it\/wp-content\/uploads\/2026\/04\/sito-header-2048x1536-1-1024x768.png","contentUrl":"https:\/\/cdn.tourvespucci.it\/wp-content\/uploads\/2026\/04\/sito-header-2048x1536-1-1024x768.png","width":1024,"height":768,"caption":"Amerigo Vespucci Campagna Nord America 2026"},"image":{"@id":"https:\/\/tourvespucci.it\/#\/schema\/logo\/image\/"}}]}},"lang":"it","translations":{"it":44349,"en":44677},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/pages\/44349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/comments?post=44349"}],"version-history":[{"count":137,"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/pages\/44349\/revisions"}],"predecessor-version":[{"id":47165,"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/pages\/44349\/revisions\/47165"}],"wp:attachment":[{"href":"https:\/\/tourvespucci.it\/platform\/wp\/v2\/media?parent=44349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}