{"id":402,"date":"2026-01-02T15:54:48","date_gmt":"2026-01-02T15:54:48","guid":{"rendered":"http:\/\/arlletesolano.com\/?page_id=402"},"modified":"2026-01-02T15:57:02","modified_gmt":"2026-01-02T15:57:02","slug":"intensivo-de-relajacion","status":"publish","type":"page","link":"https:\/\/arlletesolano.com\/en\/intensivo-de-relajacion\/","title":{"rendered":"Intensivo de Relajaci\u00f3n"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"402\" class=\"elementor elementor-402\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96c8bef e-flex e-con-boxed e-con e-parent\" data-id=\"96c8bef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ad5b8 elementor-widget elementor-widget-heading\" data-id=\"71ad5b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Intensivo de Relajaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d13fb7 elementor-widget elementor-widget-text-editor\" data-id=\"5d13fb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"168\" data-end=\"374\">Un espacio dise\u00f1ado para relajar, desintoxicar, desinflamar e hidratar el cuerpo a trav\u00e9s de pr\u00e1cticas profundas y conscientes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcaa0fe elementor-widget elementor-widget-shortcode\" data-id=\"dcaa0fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">                <div class='mage list_with_filter_section mep_event_list' id='mage-container'>\n\t\t\t\t\tThere are currently no events scheduled.                <\/div>\n                <script>\n                    jQuery(document).ready(function () {\n                        var containerEl = document.querySelector('#mep_event_list_abr6a2cdc3aaeb6e');\n                        var mixer = mixitup(containerEl, {\n                            selectors: {\n                                target: '.mep-event-list-loop',\n                                control: '[data-mixitup-control]'\n                            }\n                        });\n                        \/\/ Handle title filter input\n                        jQuery('input[name=\"filter_with_title\"]').on('keyup', function () {\n                            var searchText = jQuery(this).val().toLowerCase();\n                            var items = jQuery('.mep-event-list-loop');\n                            items.each(function () {\n                                var itemTitle = jQuery(this).data('title').toLowerCase();\n                                if (itemTitle.indexOf(searchText) > -1) {\n                                    jQuery(this).show();\n                                } else {\n                                    jQuery(this).hide();\n                                }\n                            });\n                        });\n                        \/\/ Handle date filter change\n                        jQuery('input[name=\"filter_with_date\"]').on('change', function () {\n                            var selectedDate = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (!selectedDate) {\n                                items.show();\n                            } else {\n                                var filterDate = new Date(selectedDate);\n                                filterDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                items.each(function () {\n                                    var itemDate = new Date(jQuery(this).data('date'));\n                                    itemDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                    if (itemDate.getTime() === filterDate.getTime()) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle state filter change\n                        jQuery('select[name=\"filter_with_state\"]').on('change', function () {\n                            var state = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (state === '') {\n                                items.show();\n                            } else {\n                                items.each(function () {\n                                    var itemState = jQuery(this).data('state');\n                                    if (itemState === state) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle city filter change\n                        jQuery('select[name=\"filter_with_city\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle category filter change\n                        jQuery('select[name=\"filter_with_category\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle organizer filter change\n                        jQuery('select[name=\"filter_with_organizer\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Combined filter function that applies all filters\n                        function applyAllFilters() {\n                            var titleFilter = jQuery('input[name=\"filter_with_title\"]').val().toLowerCase();\n                            var dateFilter = jQuery('input[name=\"filter_with_date\"]').val();\n                            var startDateFilter = jQuery('input[name=\"filter_with_start_date\"]').val();\n                            var endDateFilter = jQuery('input[name=\"filter_with_end_date\"]').val();\n                            var stateFilter = jQuery('select[name=\"filter_with_state\"]').val();\n                            var cityFilter = jQuery('select[name=\"filter_with_city\"]').val();\n                            var categoryFilter = jQuery('select[name=\"filter_with_category\"]').val();\n                            var organizerFilter = jQuery('select[name=\"filter_with_organizer\"]').val();\n                            var visibleCount = 0;\n                            jQuery('.mep-event-list-loop').each(function () {\n                                var $item = jQuery(this);\n                                var show = true;\n                                \/\/ Title filter\n                                if (titleFilter) {\n                                    var itemTitle = ($item.data('title') || '').toLowerCase();\n                                    if (itemTitle.indexOf(titleFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Single Date filter (legacy)\n                                if (show && dateFilter) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var filterDate = new Date(dateFilter);\n                                        filterDate.setHours(0, 0, 0, 0);\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (itemDateObj.getTime() !== filterDate.getTime()) {\n                                            show = false;\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Date Range filter\n                                if (show && (startDateFilter || endDateFilter)) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (startDateFilter) {\n                                            var startDate = new Date(startDateFilter);\n                                            startDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj < startDate) {\n                                                show = false;\n                                            }\n                                        }\n                                        if (endDateFilter) {\n                                            var endDate = new Date(endDateFilter);\n                                            endDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj > endDate) {\n                                                show = false;\n                                            }\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ State filter\n                                if (show && stateFilter) {\n                                    var itemState = $item.data('state') || '';\n                                    if (itemState !== stateFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ City filter\n                                if (show && cityFilter) {\n                                    var itemCity = $item.data('city-name') || '';\n                                    if (itemCity !== cityFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Category filter\n                                if (show && categoryFilter) {\n                                    var itemCategory = $item.data('category') || '';\n                                    var itemCategories = itemCategory.split(',').map(function (c) {\n                                        return c.trim();\n                                    });\n                                    if (itemCategories.indexOf(categoryFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Organizer filter\n                                if (show && organizerFilter) {\n                                    var itemOrganizer = $item.data('organizer') || '';\n                                    var itemOrganizers = itemOrganizer.split(',').map(function (o) {\n                                        return o.trim();\n                                    });\n                                    if (itemOrganizers.indexOf(organizerFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                if (show) {\n                                    $item.show();\n                                    visibleCount++;\n                                } else {\n                                    $item.hide();\n                                }\n                            });\n                            jQuery('.qty_count').text(visibleCount);\n                        }\n                        jQuery('input[name=\"filter_with_title\"]').off('keyup').on('keyup', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_start_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_end_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_state\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_city\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_category\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_organizer\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n\t\t\t\t\t\t                    });\n                <\/script>\n                <\/div>\n\t\t\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>Intensivo de Relajaci\u00f3n Un espacio dise\u00f1ado para relajar, desintoxicar, desinflamar e hidratar el cuerpo a trav\u00e9s de pr\u00e1cticas profundas y conscientes.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-402","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>Intensivo de Relajaci\u00f3n - Arllete Solano<\/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:\/\/arlletesolano.com\/en\/intensivo-de-relajacion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Intensivo de Relajaci\u00f3n - Arllete Solano\" \/>\n<meta property=\"og:description\" content=\"Intensivo de Relajaci\u00f3n Un espacio dise\u00f1ado para relajar, desintoxicar, desinflamar e hidratar el cuerpo a trav\u00e9s de pr\u00e1cticas profundas y conscientes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arlletesolano.com\/en\/intensivo-de-relajacion\/\" \/>\n<meta property=\"og:site_name\" content=\"Arllete Solano\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-02T15:57:02+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/intensivo-de-relajacion\\\/\",\"url\":\"https:\\\/\\\/arlletesolano.com\\\/intensivo-de-relajacion\\\/\",\"name\":\"Intensivo de Relajaci\u00f3n - Arllete Solano\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#website\"},\"datePublished\":\"2026-01-02T15:54:48+00:00\",\"dateModified\":\"2026-01-02T15:57:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/intensivo-de-relajacion\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arlletesolano.com\\\/intensivo-de-relajacion\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/intensivo-de-relajacion\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/arlletesolano.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Intensivo de Relajaci\u00f3n\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#website\",\"url\":\"https:\\\/\\\/arlletesolano.com\\\/\",\"name\":\"Arllete Solano\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arlletesolano.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#organization\",\"name\":\"Arllete Solano\",\"url\":\"https:\\\/\\\/arlletesolano.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/arlletesolano.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-arllete_logo_bco.png\",\"contentUrl\":\"https:\\\/\\\/arlletesolano.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-arllete_logo_bco.png\",\"width\":625,\"height\":625,\"caption\":\"Arllete Solano\"},\"image\":{\"@id\":\"https:\\\/\\\/arlletesolano.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Intensivo de Relajaci\u00f3n - Arllete Solano","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:\/\/arlletesolano.com\/en\/intensivo-de-relajacion\/","og_locale":"en_US","og_type":"article","og_title":"Intensivo de Relajaci\u00f3n - Arllete Solano","og_description":"Intensivo de Relajaci\u00f3n Un espacio dise\u00f1ado para relajar, desintoxicar, desinflamar e hidratar el cuerpo a trav\u00e9s de pr\u00e1cticas profundas y conscientes.","og_url":"https:\/\/arlletesolano.com\/en\/intensivo-de-relajacion\/","og_site_name":"Arllete Solano","article_modified_time":"2026-01-02T15:57:02+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/arlletesolano.com\/intensivo-de-relajacion\/","url":"https:\/\/arlletesolano.com\/intensivo-de-relajacion\/","name":"Intensivo de Relajaci\u00f3n - Arllete Solano","isPartOf":{"@id":"https:\/\/arlletesolano.com\/#website"},"datePublished":"2026-01-02T15:54:48+00:00","dateModified":"2026-01-02T15:57:02+00:00","breadcrumb":{"@id":"https:\/\/arlletesolano.com\/intensivo-de-relajacion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arlletesolano.com\/intensivo-de-relajacion\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/arlletesolano.com\/intensivo-de-relajacion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/arlletesolano.com\/"},{"@type":"ListItem","position":2,"name":"Intensivo de Relajaci\u00f3n"}]},{"@type":"WebSite","@id":"https:\/\/arlletesolano.com\/#website","url":"https:\/\/arlletesolano.com\/","name":"Arllete Solano","description":"","publisher":{"@id":"https:\/\/arlletesolano.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arlletesolano.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/arlletesolano.com\/#organization","name":"Arllete Solano","url":"https:\/\/arlletesolano.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arlletesolano.com\/#\/schema\/logo\/image\/","url":"https:\/\/arlletesolano.com\/wp-content\/uploads\/2025\/12\/cropped-arllete_logo_bco.png","contentUrl":"https:\/\/arlletesolano.com\/wp-content\/uploads\/2025\/12\/cropped-arllete_logo_bco.png","width":625,"height":625,"caption":"Arllete Solano"},"image":{"@id":"https:\/\/arlletesolano.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/pages\/402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/comments?post=402"}],"version-history":[{"count":13,"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/pages\/402\/revisions"}],"predecessor-version":[{"id":415,"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/pages\/402\/revisions\/415"}],"wp:attachment":[{"href":"https:\/\/arlletesolano.com\/en\/wp-json\/wp\/v2\/media?parent=402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}