{"id":11666,"date":"2021-06-02T14:40:12","date_gmt":"2021-06-02T14:40:12","guid":{"rendered":"https:\/\/bluezonesdev.wpengine.com\/events\/"},"modified":"2023-01-19T14:13:29","modified_gmt":"2023-01-19T14:13:29","slug":"events","status":"publish","type":"page","link":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/","title":{"rendered":"Pr\u00f3ximos eventos"},"content":{"rendered":"<div id=\"\" class=\"header-headline-image-video\" style=\"background-image:url(https:\/\/lakecounty.bluezonesproject.com\/wp-content\/uploads\/sites\/13\/2022\/07\/1.2.M8.2_HeaderOptimized.jpg)\">\n    \n     <div class=\"header-headline-image-video__right-box-circles\">\n    <div class=\"header-headline-image-video__box desktop\" style=\"opacity: 100%;\"><\/div>\n        <div class=\"header-headline-image-video__box mobile\"><\/div>\n        <div class=\"header-headline-image-video__box-heading\">\n            <span class=\"header-headline-image-video__eyebrow-heading\"><\/span>\n            <span class=\"header-headline-image-video__heading\">Pr\u00f3ximos eventos<\/span>\n        <\/div>\n\n                        <span class=\"header-headline-image-video__right-circle-top\" style=\"background-color:\"><\/span>               \n                <span class=\"header-headline-image-video__right-top-side\" style=\"background-color:\"><\/span>\n                <\/div>\n     \n    <div class=\"header-headline-image-video__graphical-image\">\n        <img decoding=\"async\" src=\"\" class=\"header-headline-image-video__desktop\" alt=\"\">\n        <img decoding=\"async\" src=\"\" class=\"header-headline-image-video__mobile\" alt=\"\">\n    <\/div>\n <\/div>\n\n <script type=\"text\/javascript\">\n     jQuery(document).ready(function () {\n        jQuery('.wp-video').attr('style','width:100%');\n        });\n <\/script>\n\n<div id=\"\" class=\"filter-event-module\">\n  <div class=\"filter-event-module__container\">\n    <h3 class=\"filter-event-module__heading\">Eventos comunitarios<\/h3>\n          <div id=\"filter-event-module__my-btn-container\" class=\"filter-event-module__elements\">\n        <a class=\"filter-event-module__btn filter-active\" aria-label=\"filter\" onclick=\"filterSelection('all')\">Mostrar Todo<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\" onclick=\"filterSelection('BZP-Story')\">Historia de Blue Zones Project<\/a>  \n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Volunteer')\">Socialice<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Cooking-Demo')\">Clase de cocina<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Potluck-Moai_BZP-Potluck-MOAI_BZP-Potluck-MOAI-Register_BZP-Potluck-Moai-Register_BZP-Restaurant-Moai_BZP-Restaurant-MOAI_BZP-Restaurant-MOAI-Register_BZP-Restaurant-Moai-Register_BZP-Cooking-Demo')\">Coma con conciencia<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Walking-Moai_BZP-Walking-MOAI_BZP-Walking-MOAI-Register_BZP-Walking-Moai-Register')\">Mant\u00e9ngase Activo<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Purpose-Moai_BZP-Purpose-MOAI_BZP-Purpose-Workshop_BZP-Purpose-MOAI-Register_BZP-Purpose-Moai-Register')\">Visi\u00f3n Positiva<\/a>\n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Walking-Moai_BZP-Walking-MOAI_BZP-Purpose-Moai_BZP-Purpose-MOAI_BZP-Potluck-Moai_BZP-Potluck-MOAI_BZP-Restaurant-Moai_BZP-Restaurant-MOAI')\">Grupo Moai<\/a>  \n        <a class=\"filter-event-module__btn\" aria-label=\"filter\"  onclick=\"filterSelection('BZP-Volunteer')\">Participe como voluntario<\/a>\n    <\/div>\n    \n      <div class=\"filter-event-module__event\">\n          <section  class=\"wfea  default  genesis wfea-single-event filter_event\">\n        <div class=\"wfea-single-event__not-found\">\n\t<p class='not-found'>No se encontraron eventos. Vuelva pronto.<\/p>\n<\/div>\n    <\/section>\n        <\/div>\n          <p class=\"filter-event-module__no-event-text\" style=\"display: none;\">No se encontraron eventos. Vuelva pronto.<\/p>\n      \n        \n  <\/div>\n    \n<\/div>\n\n<script>\nfilterSelection(\"all\")\nfunction filterSelection(eventlist) {\n  var x, i, j, sort_event;\n  var no_event = 0;\n  x = document.getElementsByClassName(\"filter-event-module__filter-div\");\n\n  if (eventlist!=\"all\")\n  {\n  sort_event=eventlist.split(\"_\");  \n for (i = 0; i < x.length; i++) {\n    removeClass(x[i], \"filter-event-module__show\"); \n            for (j = 0; j < sort_event.length; j++) {            \n                if (x[i].className.indexOf(sort_event[j]) > -1){\n                    addClass(x[i], \"filter-event-module__show\");\n                    no_event=1;\n                    jQuery(\".filter-event-module__no-event-text\").hide();\n\n                } \n            }\n    }\n    if(no_event == 0){\n        jQuery(\".filter-event-module__no-event-text\").show();\n\n    }    \n    return;\n  }  \n  if (eventlist == \"all\") eventlist = \"\";\n  for (i = 0; i < x.length; i++) {\n    removeClass(x[i], \"filter-event-module__show\");    \n    if (x[i].className.indexOf(eventlist) > -1) addClass(x[i], \"filter-event-module__show\");\n    no_event=1;\n                    jQuery(\".filter-event-module__no-event-text\").hide();\n  }\n  if(no_event == 0){\n        jQuery(\".filter-event-module__no-event-text\").show();\n\n    }    \n    return;\n\n}\n\n\nfunction addClass(element, name) {\n  var i, arr1, arr2;\n  arr1 = element.className.split(\" \");\n  arr2 = name.split(\" \");\n  for (i = 0; i < arr2.length; i++) {\n    if (arr1.indexOf(arr2[i]) == -1) {element.className += \" \" + arr2[i];}\n  }\n}\n\nfunction removeClass(element, name) {\n  var i, arr1, arr2;\n  arr1 = element.className.split(\" \");\n  arr2 = name.split(\" \");\n  for (i = 0; i < arr2.length; i++) {\n    while (arr1.indexOf(arr2[i]) > -1) {\n      arr1.splice(arr1.indexOf(arr2[i]), 1);     \n    }\n  }\n  element.className = arr1.join(\" \");\n}\n\n\/\/ Add active class to the current a (highlight it)\nvar btnContainer = document.getElementById(\"filter-event-module__my-btn-container\");\nvar btns = btnContainer.getElementsByClassName(\"filter-event-module__btn\");\nfor (var i = 0; i < btns.length; i++) {\n  btns[i].addEventListener(\"click\", function(){\n    var current = document.getElementsByClassName(\"filter-active\");\n    current[0].className = current[0].className.replace(\" filter-active\", \"\");\n    this.className += \" filter-active\";\n  });\n}\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":51,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_genesis_hide_title":true,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":["post-11666","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Blue Zones Project | Pr\u00f3ximos eventos<\/title>\n<meta name=\"description\" content=\"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blue Zones Project | Pr\u00f3ximos eventos\" \/>\n<meta property=\"og:description\" content=\"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/\" \/>\n<meta property=\"og:site_name\" content=\"Lake County\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/bzplakecounty\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T14:13:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/events\\\/\",\"url\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/events\\\/\",\"name\":\"Blue Zones Project | Pr\u00f3ximos eventos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#website\"},\"datePublished\":\"2021-06-02T14:40:12+00:00\",\"dateModified\":\"2023-01-19T14:13:29+00:00\",\"description\":\"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/events\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/events\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/events\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pr\u00f3ximos eventos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/\",\"name\":\"Lake County\",\"description\":\"Blue Zones Project - Default AH\",\"publisher\":{\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#organization\",\"name\":\"Blue Zones Project -- Lake County\",\"url\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/wp-content\\\/uploads\\\/sites\\\/13\\\/2022\\\/08\\\/BZP_logo_website-color_unstacked-AH.png\",\"contentUrl\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/wp-content\\\/uploads\\\/sites\\\/13\\\/2022\\\/08\\\/BZP_logo_website-color_unstacked-AH.png\",\"width\":2975,\"height\":767,\"caption\":\"Blue Zones Project -- Lake County\"},\"image\":{\"@id\":\"https:\\\/\\\/lakecounty.bluezonesproject.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/bzplakecounty\",\"https:\\\/\\\/www.instagram.com\\\/bzp_lakecounty\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blue Zones Project | Pr\u00f3ximos eventos","description":"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.","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:\/\/lakecounty.bluezonesproject.com\/es\/events\/","og_locale":"es_ES","og_type":"article","og_title":"Blue Zones Project | Pr\u00f3ximos eventos","og_description":"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.","og_url":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/","og_site_name":"Lake County","article_publisher":"https:\/\/www.facebook.com\/bzplakecounty","article_modified_time":"2023-01-19T14:13:29+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/","url":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/","name":"Blue Zones Project | Pr\u00f3ximos eventos","isPartOf":{"@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#website"},"datePublished":"2021-06-02T14:40:12+00:00","dateModified":"2023-01-19T14:13:29+00:00","description":"Explore los pr\u00f3ximos eventos de Blue Zones Project. Conozca a otros miembros de la comunidad en su recorrido hacia el bienestar.","breadcrumb":{"@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lakecounty.bluezonesproject.com\/es\/events\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/events\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lakecounty.bluezonesproject.com\/es\/"},{"@type":"ListItem","position":2,"name":"Pr\u00f3ximos eventos"}]},{"@type":"WebSite","@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#website","url":"https:\/\/lakecounty.bluezonesproject.com\/es\/","name":"Lake County","description":"Blue Zones Project - Default AH","publisher":{"@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lakecounty.bluezonesproject.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#organization","name":"Blue Zones Project -- Lake County","url":"https:\/\/lakecounty.bluezonesproject.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/lakecounty.bluezonesproject.com\/wp-content\/uploads\/sites\/13\/2022\/08\/BZP_logo_website-color_unstacked-AH.png","contentUrl":"https:\/\/lakecounty.bluezonesproject.com\/wp-content\/uploads\/sites\/13\/2022\/08\/BZP_logo_website-color_unstacked-AH.png","width":2975,"height":767,"caption":"Blue Zones Project -- Lake County"},"image":{"@id":"https:\/\/lakecounty.bluezonesproject.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/bzplakecounty","https:\/\/www.instagram.com\/bzp_lakecounty\/"]}]}},"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/pages\/11666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/users\/51"}],"replies":[{"embeddable":true,"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/comments?post=11666"}],"version-history":[{"count":0,"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/pages\/11666\/revisions"}],"wp:attachment":[{"href":"https:\/\/lakecounty.bluezonesproject.com\/es\/wp-json\/wp\/v2\/media?parent=11666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}