{"id":1134,"date":"2023-11-30T07:55:34","date_gmt":"2023-11-30T07:55:34","guid":{"rendered":"https:\/\/www.nmp.unirc.it\/?page_id=1134"},"modified":"2025-12-06T20:12:18","modified_gmt":"2025-12-06T20:12:18","slug":"focus-sessions-icomos-days","status":"publish","type":"page","link":"https:\/\/www.nmp.unirc.it\/?page_id=1134","title":{"rendered":"FOCUS SESSIONS &#8211; ICOMOS DAYS"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&#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    \/* --- STILI GENERALI (COLORI RIPRISTINATI) --- *\/\n    .nmp-icomos-wrapper {\n        --primary: #004d61;       \/* Deep Teal (Colore Standard) *\/\n        --primary-dark: #003342;  \/* Dark Teal *\/\n        --accent: #ffc107;        \/* Giallo *\/\n        --text-dark: #2c3e50;\n        --bg-light: #f8f9fa;\n        --white: #ffffff;\n        \n        font-family: 'Open Sans', sans-serif;\n        line-height: 1.7;\n        color: var(--text-dark);\n        background-color: var(--white);\n        box-sizing: border-box;\n        width: 100%;\n    }\n\n    .nmp-icomos-wrapper * { box-sizing: border-box; }\n\n    .nmp-icomos-wrapper h1, .nmp-icomos-wrapper h2, .nmp-icomos-wrapper h3 {\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        margin-bottom: 1rem;\n    }\n\n    \/* --- HERO HEADER --- *\/\n    .nmp-icomos-hero {\n        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n        color: var(--white);\n        padding: 4rem 1rem;\n        text-align: center;\n        border-radius: 0 0 20px 20px;\n        margin-bottom: 3rem;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    \/* --- STILE PER I DUE LOGHI --- *\/\n    .nmp-logos-container {\n        background: #fff;\n        padding: 15px 30px;\n        border-radius: 8px;\n        margin-bottom: 25px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        display: flex;\n        gap: 30px;\n        align-items: center;\n        justify-content: center;\n        max-width: 600px;\n    }\n    \n    .nmp-logos-container img {\n        display: block;\n        max-height: 80px;\n        width: auto;\n        object-fit: contain;\n    }\n\n    .nmp-icomos-hero h1 { font-size: 2.2rem; text-transform: uppercase; color: #fff; margin: 0; }\n    .nmp-icomos-hero p { font-size: 1.1rem; color: #e0e0e0; margin-top: 10px; max-width: 700px; }\n\n    \/* --- CONTENT SECTION --- *\/\n    .nmp-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .nmp-intro-text {\n        font-size: 1.05rem;\n        margin-bottom: 3rem;\n        text-align: justify;\n        color: #444;\n    }\n\n    \/* --- TOPICS BOX --- *\/\n    .nmp-topics-box {\n        background: var(--bg-light);\n        border-left: 5px solid var(--primary); \/* Colore ripristinato *\/\n        padding: 2.5rem;\n        border-radius: 8px;\n        margin-bottom: 3rem;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n    }\n\n    .nmp-topics-box h2 {\n        color: var(--primary); \/* Colore ripristinato *\/\n        font-size: 1.5rem;\n        margin-bottom: 1.5rem;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .nmp-topic-list {\n        list-style: none;\n        padding: 0;\n        display: grid;\n        gap: 15px;\n    }\n\n    .nmp-topic-list li {\n        background: #fff;\n        padding: 15px;\n        border-radius: 6px;\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        display: flex;\n        align-items: flex-start;\n        gap: 15px;\n        border: 1px solid #eee;\n    }\n\n    .nmp-topic-icon {\n        color: var(--accent);\n        font-size: 1.2rem;\n        margin-top: 3px;\n    }\n\n    \/* --- CTA \/ FOOTER INFO --- *\/\n    .nmp-cta-box {\n        text-align: center;\n        background: #fff8e1; \/* Giallo chiaro *\/\n        border: 1px solid #ffecb3;\n        padding: 2rem;\n        border-radius: 8px;\n        margin-bottom: 4rem;\n    }\n    \n    .nmp-cta-box h3 { color: #bfa004; text-transform: uppercase; font-size: 1.1rem; }\n    \n    .nmp-cta-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        margin-top: 20px;\n        flex-wrap: wrap;\n    }\n\n    .nmp-btn {\n        background: var(--primary); \/* Colore ripristinato *\/\n        color: #fff;\n        padding: 12px 25px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: 700;\n        transition: all 0.3s;\n        display: inline-block;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n    }\n    .nmp-btn:hover { \n        background: var(--primary-dark); \n        transform: translateY(-2px); \n        box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n    }\n\n    \/* --- MOBILE FIX --- *\/\n    @media screen and (max-width: 768px) {\n        .nmp-icomos-wrapper { overflow-x: hidden; }\n        .nmp-icomos-hero h1 { font-size: 1.8rem; }\n        .nmp-topic-list li { flex-direction: column; gap: 5px; }\n        .nmp-topic-icon { display: none; }\n        .nmp-cta-buttons { flex-direction: column; }\n        .nmp-logos-container { flex-direction: column; gap: 15px; width: 90%; }\n    }\n<\/style>\n\n<div class=\"nmp-icomos-wrapper\">\n\n    <div class=\"nmp-icomos-hero\">\n        \n        <div class=\"nmp-logos-container\">\n            <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png\" alt=\"ICOMOS Logo 1\">\n            <img decoding=\"async\" src=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/ICOMOS_international.jpg\" alt=\"ICOMOS Logo 2\">\n        <\/div>\n\n        <h1>ICOMOS Days on Cultural Tourism<\/h1>\n        <p>In the context of the #NMP2026 International Symposium<\/p>\n    <\/div>\n\n    <div class=\"nmp-container\">\n        \n        <div class=\"nmp-intro-text\">\n            <p>The <strong>Italian ICOMOS Committee<\/strong> encourages to submit scientific contributions and session proposals for the <em>ICOMOS Days on Cultural Tourism<\/em>.<\/p>\n            <p>The Italian Cultural Heritage, with its landscapes, cities, and intangible resources, is a unique tourist offer that increases the competitiveness and attractiveness of our country, as highlighted by the <strong>Italian Strategic Plan of Tourism 2023-2027<\/strong>.<\/p>\n            <p>The main objective is to host a <strong>cultural debate<\/strong> aimed at involving all those who work in this field. The hope is to get useful directions to plan and implement actions able to maximize the contribution of Cultural Heritage as a social and economic driver, while ensuring its protection for future generations.<\/p>\n        <\/div>\n\n        <div class=\"nmp-topics-box\">\n            <h2><i class=\"fa-solid fa-list-check\"><\/i> Main Topics<\/h2>\n            <ul class=\"nmp-topic-list\">\n                <li>\n                    <i class=\"fa-solid fa-map-location-dot nmp-topic-icon\"><\/i>\n                    <span><strong>Site management plans<\/strong> and governance forms.<\/span>\n                <\/li>\n                <li>\n                    <i class=\"fa-solid fa-house-chimney-crack nmp-topic-icon\"><\/i>\n                    <span><strong>Counteracting depopulation<\/strong> of small historic centers and Inner Areas.<\/span>\n                <\/li>\n                <li>\n                    <i class=\"fa-solid fa-fingerprint nmp-topic-icon\"><\/i>\n                    <span><strong>Authenticity and integrity:<\/strong> protecting local identities, integrating tangible and intangible dimensions.<\/span>\n                <\/li>\n                <li>\n                    <i class=\"fa-solid fa-users-slash nmp-topic-icon\"><\/i>\n                    <span><strong>Prevention of overtourism:<\/strong> carrying capacity and tools for managing touristic flows and real estate dynamics.<\/span>\n                <\/li>\n                <li>\n                    <i class=\"fa-solid fa-people-roof nmp-topic-icon\"><\/i>\n                    <span><strong>Local communities<\/strong> and processes for enhancing cultural and touristic heritage.<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"nmp-cta-box\">\n            <h3>Submission &#038; Participation<\/h3>\n            <p>Session proposals are encouraged to target these concepts and focus on significant subjects according to the Symposium main theme. Proposals must observe the scientific methodology according to the official calls.<\/p>\n            \n            <div class=\"nmp-cta-buttons\">\n                <a href=\"https:\/\/www.nmp.unirc.it\/?page_id=813\" class=\"nmp-btn\">Call for Sessions (#CfS2026)<\/a>\n                <a href=\"https:\/\/www.nmp.unirc.it\/?page_id=205\" class=\"nmp-btn\">Call for Papers (#CfP2026)<\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ICOMOS Days on Cultural Tourism In the context of the #NMP2026 International Symposium The Italian ICOMOS Committee encourages to submit scientific contributions and session proposals for the ICOMOS Days on Cultural Tourism. The Italian Cultural Heritage, with its landscapes, cities, and intangible resources, is a unique tourist offer that increases the competitiveness and attractiveness of [&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-1134","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>FOCUS SESSIONS - ICOMOS DAYS - 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=1134\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FOCUS SESSIONS - ICOMOS DAYS - NMP2026\" \/>\n<meta property=\"og:description\" content=\"ICOMOS Days on Cultural Tourism In the context of the #NMP2026 International Symposium The Italian ICOMOS Committee encourages to submit scientific contributions and session proposals for the ICOMOS Days on Cultural Tourism. The Italian Cultural Heritage, with its landscapes, cities, and intangible resources, is a unique tourist offer that increases the competitiveness and attractiveness of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nmp.unirc.it\/?page_id=1134\" \/>\n<meta property=\"og:site_name\" content=\"NMP2026\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-06T20:12:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png\" \/>\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=\"2 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=1134\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134\",\"name\":\"FOCUS SESSIONS - ICOMOS DAYS - NMP2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/LOGO-ICOMOS-scritta-laterale.png\",\"datePublished\":\"2023-11-30T07:55:34+00:00\",\"dateModified\":\"2025-12-06T20:12:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134#primaryimage\",\"url\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/LOGO-ICOMOS-scritta-laterale.png\",\"contentUrl\":\"https:\\\/\\\/www.nmp.unirc.it\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/LOGO-ICOMOS-scritta-laterale.png\",\"width\":3188,\"height\":1156},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nmp.unirc.it\\\/?page_id=1134#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.nmp.unirc.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FOCUS SESSIONS &#8211; ICOMOS DAYS\"}]},{\"@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":"FOCUS SESSIONS - ICOMOS DAYS - 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=1134","og_locale":"en_US","og_type":"article","og_title":"FOCUS SESSIONS - ICOMOS DAYS - NMP2026","og_description":"ICOMOS Days on Cultural Tourism In the context of the #NMP2026 International Symposium The Italian ICOMOS Committee encourages to submit scientific contributions and session proposals for the ICOMOS Days on Cultural Tourism. The Italian Cultural Heritage, with its landscapes, cities, and intangible resources, is a unique tourist offer that increases the competitiveness and attractiveness of [&hellip;]","og_url":"https:\/\/www.nmp.unirc.it\/?page_id=1134","og_site_name":"NMP2026","article_modified_time":"2025-12-06T20:12:18+00:00","og_image":[{"url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134","url":"https:\/\/www.nmp.unirc.it\/?page_id=1134","name":"FOCUS SESSIONS - ICOMOS DAYS - NMP2026","isPartOf":{"@id":"https:\/\/www.nmp.unirc.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134#primaryimage"},"image":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134#primaryimage"},"thumbnailUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png","datePublished":"2023-11-30T07:55:34+00:00","dateModified":"2025-12-06T20:12:18+00:00","breadcrumb":{"@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nmp.unirc.it\/?page_id=1134"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134#primaryimage","url":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png","contentUrl":"https:\/\/www.nmp.unirc.it\/wp-content\/uploads\/2023\/10\/LOGO-ICOMOS-scritta-laterale.png","width":3188,"height":1156},{"@type":"BreadcrumbList","@id":"https:\/\/www.nmp.unirc.it\/?page_id=1134#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.nmp.unirc.it\/"},{"@type":"ListItem","position":2,"name":"FOCUS SESSIONS &#8211; ICOMOS DAYS"}]},{"@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\/1134","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=1134"}],"version-history":[{"count":5,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/1134\/revisions"}],"predecessor-version":[{"id":2287,"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=\/wp\/v2\/pages\/1134\/revisions\/2287"}],"wp:attachment":[{"href":"https:\/\/www.nmp.unirc.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}