{"id":1585,"date":"2025-11-21T16:48:05","date_gmt":"2025-11-21T16:48:05","guid":{"rendered":"https:\/\/acexplora.com\/?page_id=1585"},"modified":"2026-04-02T12:58:23","modified_gmt":"2026-04-02T12:58:23","slug":"pyrenees-naked-walking-week-2026","status":"publish","type":"page","link":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/","title":{"rendered":"Pyrenees Naked Walking Week 2026"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Pyrenees Naked Walking Week 2026 | Freehiking<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;900&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* VARIABLES DE COLOR *\/\n    :root {\n        --primary: #388E3C; \n        --secondary: #455A64; \n        --accent: #FF9800; \n        --bg-light: #f4f6f0;\n        --text: #333;\n        --white: #ffffff;\n    }\n\n    body { font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; color: var(--text); background-color: var(--bg-light); line-height: 1.6; }\n    h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; margin: 0; }\n\n    \/* HEADER *\/\n\/* Amaga la cap\u00e7alera del tema *\/ .site-header, .page-header, .entry-header { display: none !important; }\n\n    header {\n        background-color: #222;\n        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/PXL_20250729_081706459-scaled.jpg?q=80&w=2070&auto=format&fit=crop');\n        background-repeat: no-repeat;\n        background-size: cover;\n        background-position: center center;\n        min-height: 90vh;\n        display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--white); padding: 20px; box-sizing: border-box;\n    }\n    header h1 { font-size: 3.5rem; text-transform: uppercase; font-weight: 900; letter-spacing: 2px; text-shadow: 4px 4px 15px rgba(0,0,0,0.8); margin-bottom: 10px; line-height: 1.1; max-width: 900px; }\n    header .subtitle { font-size: 1.5rem; font-weight: 600; margin-top: 10px; background-color: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 10px 30px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.3); }\n    header .dates { background-color: var(--accent); color: #000; padding: 12px 40px; border-radius: 5px; font-weight: 800; margin-top: 40px; font-size: 1.3rem; box-shadow: 0 5px 20px rgba(0,0,0,0.4); text-transform: uppercase; }\n\n    \/* LAYOUT *\/\n    .container { max-width: 1000px; margin: 0 auto; padding: 50px 20px; }\n    .intro { text-align: center; margin-bottom: 40px; } \/* Marge redu\u00eft per la galeria *\/\n    .intro h2 { color: var(--primary); font-size: 2.2rem; margin-bottom: 20px; text-transform: uppercase; }\n\n    \/* --- ESTILS NOUS PER A LA GALERIA --- *\/\n    .gallery-section { margin-bottom: 60px; }\n    .gallery-title { text-align: center; font-size: 1.5rem; color: var(--secondary); margin-bottom: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }\n    \n    .gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); \/* Responsive autom\u00e0tic *\/\n        gap: 15px;\n    }\n\n    .gallery-item {\n        position: relative;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        height: 250px; \/* Al\u00e7ada fixa per uniformitat *\/\n    }\n\n    .gallery-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.4s ease;\n    }\n\n    .gallery-item:hover img {\n        transform: scale(1.1); \/* Efecte Zoom al passar el ratol\u00ed *\/\n    }\n    \/* ------------------------------------ *\/\n\n    \/* FEATURE CARDS *\/\n    .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; }\n    .feature-card { background: var(--white); padding: 30px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-bottom: 5px solid var(--primary); text-align: center; }\n    .feature-icon { font-size: 3rem; margin-bottom: 15px; display: block; }\n    .feature-card h3 { color: var(--secondary); margin-bottom: 15px; }\n\n    \/* TIMELINE *\/\n    .timeline { position: relative; margin: 60px 0; }\n    .timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 4px; background: #ddd; }\n    .day-card { background: var(--white); margin-bottom: 30px; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-left: 50px; position: relative; border-left: 5px solid var(--primary); }\n    .day-card::before { content: ''; position: absolute; left: -37px; top: 25px; width: 20px; height: 20px; border-radius: 50%; background: var(--primary); border: 4px solid var(--white); box-shadow: 0 0 0 2px var(--primary); }\n    .day-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }\n    .day-title { font-size: 1.3rem; font-weight: 700; color: var(--text); }\n\n    \/* ALL INCLUSIVE *\/\n    .all-inclusive { background: #263238; color: white; padding: 40px; border-radius: 15px; text-align: center; margin: 50px 0; position: relative; overflow: hidden; }\n    .all-inclusive::before { content: '\ud83c\udf7b'; font-size: 15rem; position: absolute; right: -30px; bottom: -50px; opacity: 0.1; }\n    .all-inclusive h2 { color: var(--accent); margin-bottom: 20px; }\n    .inclusive-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }\n    .inclusive-item { background: rgba(255,255,255,0.1); padding: 10px 20px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.3); }\n\n    \/* PRICING *\/\n    .pricing-box { background: var(--white); border: 2px solid var(--primary); border-radius: 15px; padding: 40px; text-align: center; max-width: 600px; margin: 0 auto; box-shadow: 0 10px 30px rgba(46, 125, 50, 0.15); }\n    .price-total { font-size: 3rem; font-weight: 800; color: var(--primary); margin: 10px 0; }\n    .price-usd { font-size: 1.5rem; color: #666; font-weight: 600; vertical-align: middle; }\n    .price-breakdown { font-size: 1.1rem; color: #666; margin-bottom: 30px; }\n    .old-price { text-decoration: line-through; color: #999; font-size: 1rem; margin-bottom: 5px; }\n    .discount-badge { background-color: #e8f5e9; color: #1b5e20; padding: 15px; border-radius: 8px; margin-top: 20px; border: 1px dashed #2e7d32; }\n    .deposit-box { background: #fff3e0; padding: 15px; border-radius: 8px; border: 1px solid #ffb74d; color: #e65100; font-weight: bold; margin-bottom: 20px; }\n\n    \/* CTA *\/\n    .cta-container { text-align: center; margin: 60px 0; }\n    .cta-btn { background-color: #25D366; color: white; padding: 18px 50px; border-radius: 50px; font-size: 1.2rem; font-weight: 700; text-decoration: none; box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4); transition: transform 0.2s; display: inline-block; }\n    .cta-btn:hover { transform: scale(1.05); }\n\n    @media (max-width: 768px) {\n        header h1 { font-size: 2.2rem; }\n        .timeline::before { left: 10px; }\n        .day-card { margin-left: 30px; }\n        .day-card::before { left: -27px; }\n        .all-inclusive { padding: 20px; }\n        .price-total { font-size: 2.5rem; }\n    }\n<\/style>\n<\/head>\n<body>\n\n<header>\n    <h1>Pyrenees Naked<br>Walking Week 2026<\/h1>\n    <div class=\"subtitle\">Nature, Hiking &#038; Community in Catalonia<\/div>\n    <div class=\"dates\">July 4 \u2013 11, 2026<\/div>\n<\/header>\n\n<div class=\"container\">\n\n    <!-- INTRO -->\n    <section class=\"intro\">\n        <h2>Escape the Resort Bubble<\/h2>\n        <p>\n            Welcome to the real wild. <strong>Angela &#038; Carles<\/strong> invite you to our homeland for a week of pure &#8220;Freehiking&#8221;.\n            <br><br>\n             \n            Located in the volcanic region of <strong>La Garrotxa (Pre-Pyrenees)<\/strong>, we have rented a beautiful private rural house (Masia) just for our group.\n            No fences, no textiles, just mountains.\n        <\/p>\n    <\/section>\n\n    <!-- GALERIA 1: LA MASIA -->\n    <section class=\"gallery-section\">\n        <h3 class=\"gallery-title\">\ud83c\udfe1 Our Rural Sanctuary<\/h3>\n        <div class=\"gallery-grid\">\n            <div class=\"gallery-item\">\n                <!-- Substitueix per foto casa exterior -->\n                <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Masia Exterior\">\n            <\/div>\n            <div class=\"gallery-item\">\n                <!-- Substitueix per foto piscina -->\n                <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-1.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Pool Area\">\n            <\/div>\n            <div class=\"gallery-item\">\n                <!-- Substitueix per foto habitaci\u00f3\/interior -->\n                <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-5.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Cozy Interior\">\n            <\/div>\n            <div class=\"gallery-item\">\n                <!-- Substitueix per foto sopar comunitari -->\n                <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-2.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Community Dinner\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- HIGHLIGHTS GRID -->\n    <div class=\"feature-grid\">\n        <div class=\"feature-card\">\n            <span class=\"feature-icon\">\ud83c\udfe1<\/span>\n            <h3>Private Masia<\/h3>\n            <p>A traditional Catalan country house exclusively for us. Surrounded by forest, with a private swimming pool and gardens.<\/p>\n        <\/div>\n        <div class=\"feature-card\">\n            <span class=\"feature-icon\">\ud83e\udd7e<\/span>\n            <h3>Naked Hiking<\/h3>\n            <p>Daily guided excursions. Lush forests, river pools, and ridges. 100% nude in the wild. <strong>This is an active retreat.<\/strong><\/p>\n        <\/div>\n        <div class=\"feature-card\">\n            <span class=\"feature-icon\">\ud83d\udc86\u200d\u2642\ufe0f<\/span>\n            <h3>Wellness &#038; Fun<\/h3>\n            <p>Morning yoga, relaxing massages (optional), and evenings filled with community dinners, karaoke, and laughter. (Optional Activities).<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- THE WEEKLY FLOW -->\n    <h2 style=\"text-align: center; color: var(--primary); margin-top: 50px;\">\ud83d\udcc5 The Weekly Flow<\/h2>\n    \n    <div class=\"timeline\">\n        <div class=\"day-card\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Saturday, July 4: Arrival &#038; Welcome<\/span>\n            <\/div>\n            <p>Check-in at our Masia. Settle into your rooms, jump in the pool, and join the <strong>Welcome Dinner<\/strong>. We break the ice with some wine and good food.<\/p>\n        <\/div>\n\n        <div class=\"day-card\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Sunday &#8211; Friday: The Adventure<\/span>\n            <\/div>\n            <p>Each day follows a rhythm of activity and relaxation:<\/p>\n            <ul>\n                <li><strong>09:00:<\/strong> Hearty Breakfast buffet.<\/li>\n                <li><strong>10:00:<\/strong> Departure for the hike (Car sharing to trailheads).<\/li>\n                <li><strong>The Hike:<\/strong> Exploring different landscapes (Volcanic Zone forests, Alta Garrotxa, River Pools). Picnic lunch in nature.<\/li>\n                <li><strong>16:00:<\/strong> Return to the house. Time for pool, massage, or nap.<\/li>\n                <li><strong>20:00:<\/strong> Communal Dinner &#038; Social Time.<\/li>\n            <\/ul>\n            <p style=\"margin-top: 15px; font-weight: bold; color: var(--primary);\">\n                \u26a0\ufe0f About Participation:\n            <\/p>\n            <p style=\"font-size: 0.95rem;\">\n                This is a <strong>hiking group<\/strong>. We encourage everyone to join the daily hikes to share the experience. Of course, if one day you feel tired or unwell, you are free to rest at the Masia, but the spirit of the week is to explore together!\n            <\/p>\n        <\/div>\n\n        <!-- GALERIA 2: LES RUTES (Inserida aqu\u00ed) -->\n        <section class=\"gallery-section\" style=\"margin-left: 50px;\">\n            <h3 class=\"gallery-title\" style=\"text-align: left; font-size: 1.2rem;\">\ud83d\udcf8 The Landscapes We Explore<\/h3>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\">\n                    <!-- Substitueix per foto muntanya\/volcans -->\n                    <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/PXL_20240728_091820622-scaled.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Green Mountains\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <!-- Substitueix per foto riu\/gorg -->\n                    <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/PXL_20240728_100841807-scaled.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Crystal Clear River\">\n                <\/div>\n                <div class=\"gallery-item\">\n                    <!-- Substitueix per foto bosc\/cam\u00ed -->\n                    <img decoding=\"async\" src=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/PXL_20240728_083026685.MP_-scaled.jpg?q=80&#038;w=1000&#038;auto=format&#038;fit=crop\" alt=\"Forest Trail\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"day-card\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Special Nights &#038; Optional Fun<\/span>\n            <\/div>\n            <p>While hiking is our core activity, evening entertainment is 100% optional (but highly recommended!):<\/p>\n            <ul>\n                <li>\ud83c\udfa4 <strong>Karaoke &#038; Dance:<\/strong> Letting go under the stars.<\/li>\n                <li>\ud83e\uddd8 <strong>Yoga &#038; Group Dynamics:<\/strong> Connection and trust games.<\/li>\n                <li>\ud83c\udf0b <strong>BONUS:<\/strong> Potential naked night hike to <strong>Santa Margarida Volcano<\/strong> (if the group dares!).<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"day-card\">\n            <div class=\"day-header\">\n                <span class=\"day-title\">Saturday, July 11: Farewell<\/span>\n            <\/div>\n            <p>Breakfast, hugs, and check-out by 11:00 am. You arrive as strangers, you leave as family.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- FOOD & DRINK SECTION -->\n    <div class=\"all-inclusive\">\n        <h2>\ud83c\udf7d\ufe0f The &#8220;Good Life&#8221; All-Inclusive<\/h2>\n        <p>We know that after a hike, you are hungry and thirsty. We take care of everything.<\/p>\n        \n        <div class=\"inclusive-list\">\n            <span class=\"inclusive-item\">\ud83c\udf73 Full Breakfast Buffet<\/span>\n            <span class=\"inclusive-item\">\ud83e\udd6a Hiking Picnics<\/span>\n            <span class=\"inclusive-item\">\ud83e\udd58 Hearty Dinners (Local Products)<\/span>\n            <span class=\"inclusive-item\" style=\"background: var(--accent); color: black; font-weight: bold;\">\ud83c\udf7a Beer Tap (Draft Beer)<\/span>\n            <span class=\"inclusive-item\">\ud83c\udf77 Spanish Wine Included<\/span>\n            <span class=\"inclusive-item\">\ud83e\udd64 Soft Drinks &#038; Snacks<\/span>\n        <\/div>\n        \n        <p style=\"margin-top: 20px; font-style: italic; opacity: 0.9;\">\n            *Yes, alcohol is included and unlimited. We rent professional cooling equipment so your beer is always ice-cold!\n        <\/p>\n    <\/div>\n\n    <!-- PRICING SECTION -->\n    <h2 style=\"text-align: center; color: var(--primary);\">\ud83d\udcb0 Pricing &#038; Conditions<\/h2>\n    <p style=\"text-align: center; margin-bottom: 40px;\">Transparent pricing. No wallet needed during the week.<\/p>\n\n    <div class=\"pricing-box\">\n        <!-- DEPOSIT INFO -->\n        <div class=\"deposit-box\">\n            \ud83d\udcb3 Reserve your spot: \u20ac100 Deposit\n        <\/div>\n\n        <h3>Total All-Inclusive Week<\/h3>\n        \n        <!-- Preu passat -->\n        <p class=\"old-price\">Early Bird: \u20ac480 (Ended Dec 30, 2025)<\/p>\n        \n        <!-- Preu actual -->\n        <div class=\"price-total\">\n            \u20ac590 <\/span>\n        <\/div>\n        <p class=\"price-breakdown\">per person \/ week<\/p>\n        \n        \n\n        <!-- Descompte Federats -->\n        <div class=\"discount-badge\">\n            <span style=\"font-size: 1.5rem; font-weight: 800;\">\ud83c\udff7\ufe0f -\u20ac50 DISCOUNT<\/span>\n            <p style=\"margin-bottom: 0;\">For members of any FNI-affiliated naturist federation or club.<\/p>\n        <\/div>\n\n        <div style=\"text-align: left; margin-top: 30px;\">\n            <p style=\"font-weight: bold; margin-bottom: 10px;\">What&#8217;s included in this price?<\/p>\n            <ul style=\"list-style: none; padding: 0;\">\n                <li>\u2705 7 nights Accommodation (Shared rooms)<\/li>\n                <li>\u2705 All Meals (Breakfast, Picnic, Dinner)<\/li>\n                <li>\u2705 <strong>Unlimited Drinks (Beer Tap &#038; Wine)<\/strong><\/li>\n                <li>\u2705 Daily Guided Hikes (Active Program)<\/li>\n                <li>\u2705 Masia exclusivity<\/li>\n            <\/ul>\n            <p style=\"margin-top: 20px; font-size: 0.9rem; color: #666; font-style: italic;\">\n                * Limited to 18 people. Priority for couples.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"cta-container\">\n        <h3>Secure Your Spot<\/h3>\n        <p>Bookings open now.<\/p>\n        <br>\n        <a href=\"https:\/\/wa.me\/34641046145?text=Hello%20Angela%20and%20Carles,%20I%20want%20info%20about%20Pyrenees%202026\" class=\"cta-btn\">\n            Reserve via WhatsApp\n        <\/a>\n    <\/div>\n\n    <footer style=\"text-align: center; margin-top: 50px; color: #777; font-size: 0.9rem;\">\n        <p>\u00a9 2026 Freehiking.eu &#8211; Angela &#038; Carles<\/p>\n        <p>Catalonia<\/p>\n    <\/footer>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Pyrenees Naked Walking Week 2026 | Freehiking Pyrenees NakedWalking Week 2026 Nature, Hiking &#038; Community in Catalonia July 4 \u2013 11, 2026 Escape the Resort Bubble Welcome to the real wild. Angela &#038; Carles invite you to our homeland for a week of pure &#8220;Freehiking&#8221;. Located in the volcanic region of La Garrotxa (Pre-Pyrenees), we <a href=\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\" class=\"read-more below\">READ MORE<\/a><\/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-1585","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pyrenees Naked Walking Week 2026 - Angela &amp; Carles<\/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:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pyrenees Naked Walking Week 2026 - Angela &amp; Carles\" \/>\n<meta property=\"og:description\" content=\"Pyrenees Naked Walking Week 2026 | Freehiking Pyrenees NakedWalking Week 2026 Nature, Hiking &#038; Community in Catalonia July 4 \u2013 11, 2026 Escape the Resort Bubble Welcome to the real wild. Angela &#038; Carles invite you to our homeland for a week of pure &#8220;Freehiking&#8221;. Located in the volcanic region of La Garrotxa (Pre-Pyrenees), we READ MORE\" \/>\n<meta property=\"og:url\" content=\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Angela &amp; Carles\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-02T12:58:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\",\"url\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\",\"name\":\"Pyrenees Naked Walking Week 2026 - Angela &amp; Carles\",\"isPartOf\":{\"@id\":\"https:\/\/acexplora.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop\",\"datePublished\":\"2025-11-21T16:48:05+00:00\",\"dateModified\":\"2026-04-02T12:58:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage\",\"url\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop\",\"contentUrl\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/acexplora.com\/what-we-can-do-for-you\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pyrenees Naked Walking Week 2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/acexplora.com\/#website\",\"url\":\"https:\/\/acexplora.com\/\",\"name\":\"Angela & Carles\",\"description\":\"Travel | Hiking | Massage | Nudism\",\"publisher\":{\"@id\":\"https:\/\/acexplora.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/acexplora.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/acexplora.com\/#organization\",\"name\":\"Angela & Carles\",\"url\":\"https:\/\/acexplora.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/acexplora.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png\",\"contentUrl\":\"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png\",\"width\":293,\"height\":57,\"caption\":\"Angela & Carles\"},\"image\":{\"@id\":\"https:\/\/acexplora.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pyrenees Naked Walking Week 2026 - Angela &amp; Carles","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:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/","og_locale":"en_US","og_type":"article","og_title":"Pyrenees Naked Walking Week 2026 - Angela &amp; Carles","og_description":"Pyrenees Naked Walking Week 2026 | Freehiking Pyrenees NakedWalking Week 2026 Nature, Hiking &#038; Community in Catalonia July 4 \u2013 11, 2026 Escape the Resort Bubble Welcome to the real wild. Angela &#038; Carles invite you to our homeland for a week of pure &#8220;Freehiking&#8221;. Located in the volcanic region of La Garrotxa (Pre-Pyrenees), we READ MORE","og_url":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/","og_site_name":"Angela &amp; Carles","article_modified_time":"2026-04-02T12:58:23+00:00","og_image":[{"url":"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/","url":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/","name":"Pyrenees Naked Walking Week 2026 - Angela &amp; Carles","isPartOf":{"@id":"https:\/\/acexplora.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage"},"image":{"@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop","datePublished":"2025-11-21T16:48:05+00:00","dateModified":"2026-04-02T12:58:23+00:00","breadcrumb":{"@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#primaryimage","url":"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop","contentUrl":"https:\/\/acexplora.com\/wp-content\/uploads\/2026\/01\/mas-3.jpg?q=80&w=1000&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/acexplora.com\/en\/pyrenees-naked-walking-week-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/acexplora.com\/what-we-can-do-for-you\/"},{"@type":"ListItem","position":2,"name":"Pyrenees Naked Walking Week 2026"}]},{"@type":"WebSite","@id":"https:\/\/acexplora.com\/#website","url":"https:\/\/acexplora.com\/","name":"Angela & Carles","description":"Travel | Hiking | Massage | Nudism","publisher":{"@id":"https:\/\/acexplora.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/acexplora.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/acexplora.com\/#organization","name":"Angela & Carles","url":"https:\/\/acexplora.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/acexplora.com\/#\/schema\/logo\/image\/","url":"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png","contentUrl":"https:\/\/acexplora.com\/wp-content\/uploads\/2024\/03\/cropped-Logo_AC-300px.png","width":293,"height":57,"caption":"Angela & Carles"},"image":{"@id":"https:\/\/acexplora.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/comments?post=1585"}],"version-history":[{"count":21,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1585\/revisions"}],"predecessor-version":[{"id":1858,"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/pages\/1585\/revisions\/1858"}],"wp:attachment":[{"href":"https:\/\/acexplora.com\/en\/wp-json\/wp\/v2\/media?parent=1585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}