{"id":2729,"date":"2026-05-08T17:00:24","date_gmt":"2026-05-08T17:00:24","guid":{"rendered":"https:\/\/www.nmp.unirc.it\/?page_id=2729"},"modified":"2026-05-24T13:36:03","modified_gmt":"2026-05-24T13:36:03","slug":"2729-2","status":"publish","type":"page","link":"https:\/\/www.nmp.unirc.it\/?page_id=2729","title":{"rendered":"Social Tour: Pizzo &amp; Tropea"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Social Tour: Pizzo &amp; Tropea &#8211; NMP 2026<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    \/* --- GENERAL STYLES --- *\/\n    .nmp-reg-wrapper {\n        --primary: #004d61;        \n        --primary-light: #e6f2f5;\n        --accent: #ffc107;        \n        --text-dark: #2c3e50;\n        --bg-soft: #f9fbfd;\n        --white: #ffffff;\n        --radius: 16px; \n        \n        font-family: 'Open Sans', sans-serif;\n        line-height: 1.6;\n        color: var(--text-dark);\n        background-color: var(--white);\n        box-sizing: border-box;\n        width: 100%;\n    }\n\n    .nmp-reg-wrapper * { box-sizing: border-box; }\n\n    .nmp-reg-wrapper h1, .nmp-reg-wrapper h2, .nmp-reg-wrapper h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        margin-bottom: 1rem;\n    }\n\n    \/* --- HERO --- *\/\n    .nmp-reg-hero {\n        background: linear-gradient(135deg, var(--primary) 0%, #003342 100%);\n        color: var(--white);\n        padding: 4rem 1rem;\n        text-align: center;\n        border-radius: 0 0 30px 30px;\n        margin-bottom: 4rem;\n        position: relative;\n        overflow: hidden;\n    }\n    .nmp-reg-hero::before {\n        content: '\\f3c5';\n        font-family: \"Font Awesome 6 Free\"; \n        font-weight: 900;\n        position: absolute;\n        top: -20px; right: -20px;\n        font-size: 15rem;\n        opacity: 0.05;\n        color: white;\n    }\n\n    .nmp-reg-hero h1 { font-size: 2.5rem; text-transform: uppercase; color: #fff; margin-bottom: 0.5rem; }\n    .nmp-reg-hero p { font-size: 1.2rem; color: var(--accent); font-weight: 600; }\n\n    .nmp-container {\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* --- IMAGE GALLERY --- *\/\n    .nmp-gallery {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 20px;\n        margin-bottom: 40px;\n    }\n    .nmp-gallery-item {\n        background-color: #f0f4f8;\n        border-radius: var(--radius);\n        height: 200px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        overflow: hidden;\n        position: relative;\n        transition: transform 0.3s ease;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    }\n    .nmp-gallery-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n    }\n    .nmp-gallery-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    \/* --- TIMELINE --- *\/\n    .nmp-timeline-wrapper {\n        position: relative;\n        margin: 3rem 0;\n        padding: 0 10px;\n    }\n    .nmp-timeline-line {\n        position: absolute;\n        top: 40px; left: 10%; right: 10%;\n        height: 4px;\n        background: #e0e0e0;\n        z-index: 0;\n    }\n    \n    .nmp-timeline-steps {\n        display: flex;\n        justify-content: space-between;\n        position: relative;\n        z-index: 1;\n    }\n    \n    .nmp-time-step {\n        background: white;\n        width: 30%;\n        text-align: center;\n        padding: 1rem;\n        border-radius: var(--radius);\n        box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        border: 1px solid #eee;\n    }\n\n    .nmp-step-bubble {\n        width: 80px; height: 80px;\n        background: var(--primary);\n        color: white;\n        border-radius: 50%;\n        margin: -50px auto 15px auto; \n        display: flex; align-items: center; justify-content: center;\n        font-size: 1.5rem;\n        border: 5px solid white;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n    }\n    \n    .nmp-step-bubble.accent { background: var(--accent); color: var(--primary); }\n\n    \/* --- PRICING CARDS --- *\/\n    .nmp-pricing-grid {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 30px;\n        margin-bottom: 2rem;\n    }\n\n    .nmp-price-card {\n        background: #fff;\n        border-radius: var(--radius);\n        padding: 2rem;\n        width: 320px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        border: 1px solid #eee;\n        transition: transform 0.3s ease;\n        position: relative;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .nmp-price-card:hover {\n        transform: translateY(-10px);\n        border-color: var(--accent);\n    }\n\n    .nmp-card-header {\n        text-align: center;\n        border-bottom: 2px solid #f0f0f0;\n        padding-bottom: 1.5rem;\n        margin-bottom: 1.5rem;\n    }\n    .nmp-card-icon {\n        font-size: 3rem;\n        color: var(--primary);\n        margin-bottom: 1rem;\n    }\n    .nmp-card-title {\n        font-size: 1.5rem;\n        color: var(--primary);\n        margin: 0;\n    }\n    .nmp-card-subtitle {\n        font-size: 0.9rem;\n        color: #777;\n        font-style: italic;\n    }\n\n    .nmp-price-row {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 10px;\n        padding: 10px;\n        background: var(--bg-soft);\n        border-radius: 8px;\n    }\n    .nmp-price-label { font-weight: 600; font-size: 0.9rem; }\n    .nmp-price-amount { font-weight: 800; font-size: 1.2rem; color: var(--primary); }\n\n    .nmp-features-list {\n        list-style: none;\n        padding: 0;\n        margin-top: auto; \n    }\n    .nmp-features-list li {\n        margin-bottom: 8px;\n        font-size: 0.9rem;\n        color: #555;\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n    }\n    .nmp-features-list li i { color: #28a745; margin-top: 4px; }\n    .nmp-features-list li i.fa-xmark { color: #dc3545; }\n\n    .nmp-badge-best {\n        background: var(--accent);\n        color: var(--primary);\n        font-weight: bold;\n        text-transform: uppercase;\n        font-size: 0.8rem;\n        padding: 5px 15px;\n        border-radius: 20px;\n        position: absolute;\n        top: -12px;\n        left: 50%;\n        transform: translateX(-50%);\n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n\n    \/* --- EXTRA COSTS (MENUS) --- *\/\n    .nmp-extra-container {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-bottom: 4rem;\n    }\n    .nmp-extra-tile {\n        background: #fff;\n        border: 2px dashed #ddd; \n        border-radius: var(--radius);\n        padding: 1.5rem;\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        transition: border-color 0.3s;\n    }\n    .nmp-extra-tile:hover { border-color: var(--accent); }\n    .nmp-tile-icon { font-size: 2rem; color: var(--primary); }\n    .nmp-tile-content h4 { margin: 0; color: var(--primary); font-size: 1.1rem; }\n    .nmp-tile-content p { margin: 0; font-size: 0.85rem; color: #666; margin-top: 5px;}\n    .nmp-tile-price { margin-left: auto; font-weight: 800; color: var(--accent); font-size: 1.2rem; }\n\n    \/* --- MESSAGE CONTAINER (CLOSED REGISTRATIONS) --- *\/\n    .nmp-message-container {\n        background: var(--bg-soft);\n        padding: 4rem 2.5rem;\n        border-radius: var(--radius);\n        border: 1px solid #eee;\n        max-width: 700px;\n        margin: 0 auto 4rem auto;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        text-align: center;\n    }\n\n    \/* --- TOUR OPERATOR INFO --- *\/\n    .nmp-operator-section {\n        background: var(--white);\n        border-top: 2px dashed #eee;\n        padding: 3rem 1rem;\n        margin-top: 2rem;\n        text-align: center;\n    }\n    .nmp-operator-logos {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 40px;\n        margin-bottom: 2rem;\n        flex-wrap: wrap;\n    }\n    .nmp-operator-logos img {\n        height: 80px;\n        width: auto;\n        object-fit: contain;\n    }\n    .nmp-operator-details {\n        font-size: 0.9rem;\n        color: #555;\n        line-height: 1.8;\n    }\n    .nmp-operator-details strong { color: var(--primary); font-size: 1.1rem; }\n    .nmp-operator-details a { color: var(--primary); text-decoration: none; font-weight: 600; transition: color 0.3s;}\n    .nmp-operator-details a:hover { color: var(--accent); }\n    .nmp-operator-icons i { width: 20px; color: var(--accent); margin-right: 5px; }\n\n    \/* --- MOBILE FIX --- *\/\n    @media screen and (max-width: 768px) {\n        .nmp-reg-wrapper { overflow-x: hidden; }\n        .nmp-timeline-line { display: none; }\n        .nmp-timeline-steps { flex-direction: column; gap: 40px; }\n        .nmp-time-step { width: 100%; margin-top: 20px; }\n        .nmp-reg-hero h1 { font-size: 1.8rem; }\n        .nmp-pricing-grid { flex-direction: column; align-items: center; }\n        .nmp-price-card { width: 100%; max-width: 350px; }\n        .nmp-extra-container { grid-template-columns: 1fr; }\n        .nmp-gallery { grid-template-columns: repeat(2, 1fr); }\n    }\n    @media screen and (max-width: 480px) {\n        .nmp-gallery { grid-template-columns: 1fr; }\n        .nmp-operator-logos { flex-direction: column; gap: 20px; }\n    }\n<\/style>\n\n<div class=\"nmp-reg-wrapper\">\n\n    <div class=\"nmp-reg-hero\">\n        <h1>Social Tour: Pizzo &amp; Tropea<\/h1>\n        <p>May 29, 2026 | #NMP2026 Symposium<\/p>\n    <\/div>\n\n    <div class=\"nmp-container\">\n\n        <h2 style=\"text-align:center; color:var(--primary); margin-bottom:10px;\">Discover the Coast of the Gods<\/h2>\n        <p style=\"text-align:center; color:#666; margin-bottom:30px; max-width: 800px; margin-left: auto; margin-right: auto;\">\n            Join us for an exclusive guided tour exploring the stunning coastal towns of Pizzo and Tropea.\n        <\/p>\n\n        <div class=\"nmp-gallery\">\n            <div class=\"nmp-gallery-item\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg\" alt=\"Pizzo\">\n            <\/div>\n            <div class=\"nmp-gallery-item\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/chiesa-di-piedigrotta.jpg\" alt=\"Piedigrotta\">\n            <\/div>\n            <div class=\"nmp-gallery-item\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/tropea-2.jpeg\" alt=\"Tropea\">\n            <\/div>\n            <div class=\"nmp-gallery-item\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/tropea-1.jpeg\" alt=\"Tartufo di Pizzo\">\n            <\/div>\n        <\/div>\n        \n        <div class=\"nmp-timeline-wrapper\">\n            <div class=\"nmp-timeline-line\"><\/div>\n            \n            <div class=\"nmp-timeline-steps\">\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble\"><i class=\"fa-solid fa-bus\"><\/i><\/div>\n                    <h3>08:30 AM<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">\n                        <strong>Departure<\/strong><br>\n                        Departure from Reggio Calabria. \n                    <\/p>\n                <\/div>\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble\"><i class=\"fa-solid fa-camera\"><\/i><\/div>\n                    <h3>09:45 AM<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">\n                        <strong>Pizzo &amp; Lunch<\/strong><br>\n                        Guided visit to the Piedigrotta Church, carved into the sandstone by Neapolitan shipwreck survivors. We will then explore the historic center, featuring beautiful coastal panoramas and the 15th-century Aragonese Castle (Murat Museum). Lunch will follow at Pepe Nero restaurant.\n                    <\/p>\n                <\/div>\n                <div class=\"nmp-time-step\">\n                    <div class=\"nmp-step-bubble accent\"><i class=\"fa-solid fa-wine-glass\"><\/i><\/div>\n                    <h3>Afternoon<\/h3>\n                    <p style=\"font-size:0.9rem; color:#666;\">\n                        <strong>Tropea &amp; Return<\/strong><br>\n                        Transfer to Tropea for a free visit. The afternoon includes a small tasting of typical products at Dispensa della Nonna, before returning to Reggio Calabria.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <h2 style=\"text-align:center; color:var(--primary); margin-top:4rem; margin-bottom:40px;\">Tour Pricing &amp; Details<\/h2>\n        \n        <div class=\"nmp-pricing-grid\">\n            <div class=\"nmp-price-card\" style=\"border: 2px solid var(--primary);\">\n                <div class=\"nmp-badge-best\">Standard<\/div>\n                <div class=\"nmp-card-header\">\n                    <i class=\"fa-solid fa-ticket nmp-card-icon\"><\/i>\n                    <h3 class=\"nmp-card-title\">Tour Ticket<\/h3>\n                    <span class=\"nmp-card-subtitle\">Per Person<\/span>\n                <\/div>\n                <div class=\"nmp-price-row\">\n                    <span class=\"nmp-price-label\">Fee<\/span>\n                    <span class=\"nmp-price-amount\">90\u20ac<\/span>\n                <\/div>\n                \n                <ul class=\"nmp-features-list\">\n                    <li><i class=\"fa-solid fa-check\"><\/i> Minibus\/Coach transfer<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Guided tour<\/li>\n                    <li><i class=\"fa-solid fa-check\"><\/i> Lunch at Pepe Nero included<\/li>\n                    <li><i class=\"fa-solid fa-xmark\"><\/i> Excludes cumulative ticket for Piedigrotta Church + Murat Castle (\u20ac6.50)<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <h3 style=\"text-align:center; color:var(--primary); margin-bottom:20px;\"><i class=\"fa-solid fa-utensils\"><\/i> Menu Options<\/h3>\n        <div class=\"nmp-extra-container\">\n            <div class=\"nmp-extra-tile\">\n                <i class=\"fa-solid fa-leaf nmp-tile-icon\"><\/i>\n                <div class=\"nmp-tile-content\">\n                    <h4>Land Menu (Men\u00f9 Terra)<\/h4>\n                    <p>Mixed bruschetta; Fileja with &#8216;nduja and ricotta; Meat roll with potatoes or salad.<br><em>Includes: \u00bc wine, \u00bd mineral water.<\/em><\/p>\n                <\/div>\n                <div class=\"nmp-tile-price\">Base<\/div>\n            <\/div>\n\n            <div class=\"nmp-extra-tile\" style=\"border-color: var(--accent);\">\n                <i class=\"fa-solid fa-fish nmp-tile-icon\" style=\"color:var(--accent);\"><\/i>\n                <div class=\"nmp-tile-content\">\n                    <h4>Seafood Menu (Men\u00f9 Mare)<\/h4>\n                    <p>Mixed seafood appetizer; Ravioli with scampi or shrimp risotto; Fish stew with potatoes.<br><em>Includes: \u00bc wine, \u00bd mineral water.<\/em><\/p>\n                <\/div>\n                <div class=\"nmp-tile-price\">+5\u20ac<span style=\"font-size:0.7rem; font-weight:normal; color:#666;\">\/person<\/span><\/div>\n            <\/div>\n        <\/div>\n\n        <h2 style=\"text-align:center; color:var(--primary); margin-top:4rem;\" id=\"booking-section\">Booking Closed<\/h2>\n        \n        <div class=\"nmp-message-container\">\n            <div style=\"font-size: 50px; color: var(--accent); margin-bottom: 20px;\"><i class=\"fa-solid fa-calendar-xmark\"><\/i><\/div>\n            <h2 style=\"font-size: 32px; margin-bottom: 15px;\">Registrations Closed<\/h2>\n            <p style=\"color: #555; font-size: 1.15rem; margin-bottom: 30px; line-height: 1.8;\">\n                Thank you for your interest in the Social Tour to Pizzo &amp; Tropea. Registrations for this event are now officially closed.\n            <\/p>\n            <div style=\"background: #fff; padding: 25px; border-radius: 8px; border: 1px dashed #ccc; display: inline-block; text-align: left; max-width: 500px;\">\n                <strong style=\"color: var(--primary); display: block; margin-bottom: 8px; font-size: 1.1rem;\"><i class=\"fa-solid fa-circle-info\"><\/i> Support &amp; Information<\/strong>\n                <span style=\"font-size: 0.95rem; color: #666;\">For any inquiries regarding the social events, please contact the secretariat at <a href=\"mailto:nmp@unirc.it\" style=\"color: var(--primary); font-weight: bold; text-decoration: none;\">nmp@unirc.it<\/a>.<\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"nmp-operator-section\">\n            <div class=\"nmp-operator-logos\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/guide-turistiche-calabria-associate.png\" alt=\"Guide Turistiche Associate\">\n                <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/mediterranea-europe-travel.png\" alt=\"Mediterranean Europe Travel\">\n            <\/div>\n\n            <div class=\"nmp-operator-details\">\n                <p>\n                    <strong>Tour organized by: Mediterranean Europe Travel<\/strong><br>\n                    di Guide Turistiche Associate<br>\n                    Tour Operator &#8211; Agenzia Viaggi | Aut. n\u00b076 del 04\/12\/19<br>\n                    Citt\u00e0 Metropolitana di Reggio Calabria | P. IVA: IT 02862620800 SDI: QULXG4S\n                <\/p>\n                \n                <p class=\"nmp-operator-icons\" style=\"margin-top: 15px;\">\n                    <i class=\"fa-solid fa-location-dot\"><\/i> via Mercalli, 30 &#8211; 89129 &#8211; Reggio Calabria<br>\n                    <i class=\"fa-solid fa-phone\"><\/i> +39 0965 1817161 &#8211; +39 393 553 2097<br>\n                    <i class=\"fa-solid fa-globe\"><\/i> <a href=\"http:\/\/www.guideturisticheassociatecalabria.it\" target=\"_blank\">www.guideturisticheassociatecalabria.it<\/a> | <a href=\"http:\/\/www.mediterraneaneuropetravel.com\" target=\"_blank\">www.mediterraneaneuropetravel.com<\/a><br>\n                    <i class=\"fa-solid fa-envelope\"><\/i> <a href=\"mailto:info@guideturisticheassociatecalabria.it\">info@guideturisticheassociatecalabria.it<\/a> | <a href=\"mailto:info@mediterraneaneuropetravel.com\">info@mediterraneaneuropetravel.com<\/a>\n                <\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Social Tour: Pizzo &amp; Tropea &#8211; NMP 2026 Social Tour: Pizzo &amp; Tropea May 29, 2026 | #NMP2026 Symposium Discover the Coast of the Gods Join us for an exclusive guided tour exploring the stunning coastal towns of Pizzo and Tropea. 08:30 AM Departure Departure from Reggio Calabria. 09:45 AM Pizzo &amp; Lunch Guided visit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2729","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Social Tour: Pizzo &amp; Tropea - NMP2026<\/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:\/\/www.nmp.unirc.it\/?page_id=2729\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Social Tour: Pizzo &amp; Tropea - NMP2026\" \/>\n<meta property=\"og:description\" content=\"Social Tour: Pizzo &amp; Tropea &#8211; NMP 2026 Social Tour: Pizzo &amp; Tropea May 29, 2026 | #NMP2026 Symposium Discover the Coast of the Gods Join us for an exclusive guided tour exploring the stunning coastal towns of Pizzo and Tropea. 08:30 AM Departure Departure from Reggio Calabria. 09:45 AM Pizzo &amp; Lunch Guided visit [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nmp.unirc.it\/?page_id=2729\" \/>\n<meta property=\"og:site_name\" content=\"NMP2026\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-24T13:36:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729\",\"name\":\"Social Tour: Pizzo &amp; Tropea - NMP2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/pizzo-calabro.jpg\",\"datePublished\":\"2026-05-08T17:00:24+00:00\",\"dateModified\":\"2026-05-24T13:36:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729#primaryimage\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/pizzo-calabro.jpg\",\"contentUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/pizzo-calabro.jpg\",\"width\":1920,\"height\":1439},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=2729#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Social Tour: Pizzo &amp; Tropea\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"name\":\"NMP2026\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#organization\",\"name\":\"NMP2026\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/cropped-cropped-Immagine1-removebg-preview.png\",\"width\":570,\"height\":438,\"caption\":\"NMP2026\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Social Tour: Pizzo &amp; Tropea - NMP2026","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:\/\/www.nmp.unirc.it\/?page_id=2729","og_locale":"en_US","og_type":"article","og_title":"Social Tour: Pizzo &amp; Tropea - NMP2026","og_description":"Social Tour: Pizzo &amp; Tropea &#8211; NMP 2026 Social Tour: Pizzo &amp; Tropea May 29, 2026 | #NMP2026 Symposium Discover the Coast of the Gods Join us for an exclusive guided tour exploring the stunning coastal towns of Pizzo and Tropea. 08:30 AM Departure Departure from Reggio Calabria. 09:45 AM Pizzo &amp; Lunch Guided visit [&hellip;]","og_url":"https:\/\/www.nmp.unirc.it\/?page_id=2729","og_site_name":"NMP2026","article_modified_time":"2026-05-24T13:36:03+00:00","og_image":[{"url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729","url":"https:\/\/www.nmp.unirc.it\/?page_id=2729","name":"Social Tour: Pizzo &amp; Tropea - NMP2026","isPartOf":{"@id":"https:\/\/www.nmp.unirc.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729#primaryimage"},"image":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729#primaryimage"},"thumbnailUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg","datePublished":"2026-05-08T17:00:24+00:00","dateModified":"2026-05-24T13:36:03+00:00","breadcrumb":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nmp.unirc.it\/?page_id=2729"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729#primaryimage","url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg","contentUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2026\/05\/pizzo-calabro.jpg","width":1920,"height":1439},{"@type":"BreadcrumbList","@id":"https:\/\/www.nmp.unirc.it\/?page_id=2729#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nmp.unirc.it\/"},{"@type":"ListItem","position":2,"name":"Social Tour: Pizzo &amp; Tropea"}]},{"@type":"WebSite","@id":"https:\/\/www.nmp.unirc.it\/#website","url":"https:\/\/www.nmp.unirc.it\/","name":"NMP2026","description":"","publisher":{"@id":"https:\/\/www.nmp.unirc.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nmp.unirc.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.nmp.unirc.it\/#organization","name":"NMP2026","url":"https:\/\/www.nmp.unirc.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/","url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","contentUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/cropped-cropped-Immagine1-removebg-preview.png","width":570,"height":438,"caption":"NMP2026"},"image":{"@id":"https:\/\/www.nmp.unirc.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2729","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2729"}],"version-history":[{"count":5,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2729\/revisions"}],"predecessor-version":[{"id":2828,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/2729\/revisions\/2828"}],"wp:attachment":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}