{"id":549,"date":"2025-07-25T13:11:21","date_gmt":"2025-07-25T18:11:21","guid":{"rendered":"https:\/\/godoy.pixcodev.co\/eventos\/"},"modified":"2026-01-15T17:09:49","modified_gmt":"2026-01-15T22:09:49","slug":"eventos","status":"publish","type":"page","link":"https:\/\/godoy.legal\/en\/eventos\/","title":{"rendered":"Eventos"},"content":{"rendered":"\n\n  <section class=\"page-heading\">\n    <div class=\"container\">\n      <div class=\"page-heading__breadcrumb\">\n        <a href=\"https:\/\/godoy.legal\/en\/\">Home<\/a>\n              <\/div>\n      <h1>Eventos<\/h1>    <\/div>\n\n  <\/section>\n\n\n\n\n\n\n\n  <section class=\"featured-posts\">\n\n    \n\n\n  <\/section>\n\n\n\n\n\n\n\n  <section class=\"events-filter\">\n    <div class=\"container\">\n      <form id=\"events-filter-form\" class=\"events-filter__form\">\n        <div class=\"input-month\">\n          <span class=\"input-month__label\">MM\/AAAA<\/span>\n          <input type=\"month\" id=\"event-date\" name=\"event_date\" lang=\"es-ES\">\n        <\/div>\n\n\n        <div class=\"filter-dropdown filter-dropdown--events\" id=\"event-category-filter-container\">\n          <div class=\"filter-dropdown__selected\" data-default-text=\"Practice Area\">Practice Area<\/div>\n          <ul class=\"filter-dropdown__options\">\n            <li data-value=\"\">Clear Filters<\/li>\n                          <li data-value=\"derecho-y-soluciones-tributarias-integrales\">Derecho y Soluciones Tributarias Integrales<\/li>\n                          <li data-value=\"labor-and-employment-law\">Labor and Employment Law<\/li>\n                      <\/ul>\n        <\/div>\n        <button type=\"submit\">Buscar<\/button>\n      <\/form>\n\n      <div id=\"events-results\" class=\"events-filter__grid\">\n\n      <\/div>\n\n      <div class=\"pagination-container text-center mt-4\">\n        <div id=\"events-pagination\"><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    (function($) {\n      $(document).ready(function() {\n        let currentCategory = '';\n\n        \/\/ Inicializar dropdowns personalizados\n        initCustomDropdowns();\n\n        \/\/ Cargar eventos al inicio\n        loadEvents(1);\n\n        \/\/ Manejar cambio en el input de fecha\n        $('#event-date').on('change', function() {\n          updateDateLabel();\n        });\n\n        \/\/ Funci\u00f3n para actualizar el label de fecha\n        function updateDateLabel() {\n          const dateValue = $('#event-date').val();\n          const labelElement = $('.input-month__label');\n\n          if (dateValue) {\n            \/\/ Convertir YYYY-MM a MM\/YYYY\n            const dateParts = dateValue.split('-');\n            if (dateParts.length === 2) {\n              const year = dateParts[0];\n              const month = dateParts[1];\n              labelElement.text(month + '\/' + year);\n            }\n          } else {\n            \/\/ Restablecer al texto por defecto\n            labelElement.text('MM\/YYYY');\n          }\n        }\n\n        \/\/ Manejar env\u00edo del formulario\n        $('#events-filter-form').on('submit', function(e) {\n          e.preventDefault();\n          loadEvents(1);\n        });\n\n        \/\/ Funci\u00f3n para inicializar dropdowns\n        function initCustomDropdowns() {\n          document.querySelectorAll(\".filter-dropdown\").forEach((dropdown) => {\n            const selectedElement = dropdown.querySelector(\".filter-dropdown__selected\");\n            const optionsList = dropdown.querySelector(\".filter-dropdown__options\");\n\n            selectedElement.addEventListener(\"click\", function() {\n              optionsList.classList.toggle(\"active\");\n              dropdown.classList.toggle(\"open\");\n            });\n\n            optionsList.querySelectorAll(\"li\").forEach((option) => {\n              option.addEventListener(\"click\", function() {\n                const value = this.dataset.value;\n                const text = this.textContent;\n\n                if (value === \"\") {\n                  selectedElement.textContent = selectedElement.dataset.defaultText;\n                } else {\n                  selectedElement.textContent = text;\n                }\n\n                optionsList.querySelectorAll(\"li\").forEach(opt => opt.classList.remove(\"selected\"));\n                this.classList.add(\"selected\");\n\n                optionsList.classList.remove(\"active\");\n                dropdown.classList.remove(\"open\");\n\n                if (dropdown.id === \"event-category-filter-container\") {\n                  currentCategory = value;\n                }\n\n                \/\/loadEvents(1);\n              });\n            });\n          });\n\n          document.addEventListener(\"click\", function(event) {\n            if (!event.target.closest(\".filter-dropdown\")) {\n              document.querySelectorAll(\".filter-dropdown__options.active\").forEach(list => list.classList.remove(\"active\"));\n              document.querySelectorAll(\".filter-dropdown.open\").forEach(dropdown => dropdown.classList.remove(\"open\"));\n            }\n          });\n        }\n\n        \/\/ Funci\u00f3n para cargar eventos\n        function loadEvents(page) {\n          const date = $('#event-date').val();\n\n          $.ajax({\n            url: 'https:\/\/godoy.legal\/wp-admin\/admin-ajax.php',\n            type: 'POST',\n            data: {\n              action: 'filter_events',\n              page: page,\n              date: date,\n              category: currentCategory,\n              nonce: 'a57a807237'\n            },\n            beforeSend: function() {\n              $('#events-results').html('<div class=\"col-12 text-center\"><div class=\"spinner-border\" role=\"status\"><span class=\"sr-only\">Cargando...<\/span><\/div><\/div>');\n            },\n            success: function(response) {\n              $('#events-results').html(response.data.html);\n              $('#events-pagination').html(response.data.pagination);\n\n              \/\/ Manejar clic en paginaci\u00f3n\n              $('.page-numbers').on('click', function(e) {\n                e.preventDefault();\n                const clickedPage = $(this).data('page') || $(this).text();\n                loadEvents(parseInt(clickedPage));\n              });\n            }\n          });\n        }\n      });\n    })(jQuery);\n  <\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-549","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Asista a nuestros eventos<\/title>\n<meta name=\"description\" content=\"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/godoy.legal\/en\/eventos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Asista a nuestros eventos\" \/>\n<meta property=\"og:description\" content=\"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/godoy.legal\/en\/eventos\/\" \/>\n<meta property=\"og:site_name\" content=\"Godoy\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T22:09:49+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:\/\/godoy.legal\/en\/eventos\/\",\"url\":\"https:\/\/godoy.legal\/en\/eventos\/\",\"name\":\"Asista a nuestros eventos\",\"isPartOf\":{\"@id\":\"https:\/\/godoy.legal\/#website\"},\"datePublished\":\"2025-07-25T18:11:21+00:00\",\"dateModified\":\"2026-01-15T22:09:49+00:00\",\"description\":\"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.\",\"breadcrumb\":{\"@id\":\"https:\/\/godoy.legal\/en\/eventos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/godoy.legal\/en\/eventos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/godoy.legal\/en\/eventos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/godoy.legal\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Eventos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/godoy.legal\/#website\",\"url\":\"https:\/\/godoy.legal\/\",\"name\":\"Godoy\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/godoy.legal\/#organization\"},\"alternateName\":\"Somos m\u00e1s que abogados: combinamos derecho, estrategia, innovaci\u00f3n y tecnolog\u00eda para transformar realidades\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/godoy.legal\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/godoy.legal\/#organization\",\"name\":\"Godoy\",\"url\":\"https:\/\/godoy.legal\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/godoy.legal\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/godoy.legal\/wp-content\/uploads\/2025\/07\/Logo_Godoy_Blanco_RGB.svg\",\"contentUrl\":\"https:\/\/godoy.legal\/wp-content\/uploads\/2025\/07\/Logo_Godoy_Blanco_RGB.svg\",\"width\":1,\"height\":1,\"caption\":\"Godoy\"},\"image\":{\"@id\":\"https:\/\/godoy.legal\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Asista a nuestros eventos","description":"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.","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:\/\/godoy.legal\/en\/eventos\/","og_locale":"en_US","og_type":"article","og_title":"Asista a nuestros eventos","og_description":"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.","og_url":"https:\/\/godoy.legal\/en\/eventos\/","og_site_name":"Godoy","article_modified_time":"2026-01-15T22:09:49+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/godoy.legal\/en\/eventos\/","url":"https:\/\/godoy.legal\/en\/eventos\/","name":"Asista a nuestros eventos","isPartOf":{"@id":"https:\/\/godoy.legal\/#website"},"datePublished":"2025-07-25T18:11:21+00:00","dateModified":"2026-01-15T22:09:49+00:00","description":"Conozca al mejor talento legal del pa\u00eds y \u00fanase a debates importantes que impactan el derecho en nuestros eventos y conferencias.","breadcrumb":{"@id":"https:\/\/godoy.legal\/en\/eventos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/godoy.legal\/en\/eventos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/godoy.legal\/en\/eventos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/godoy.legal\/en\/"},{"@type":"ListItem","position":2,"name":"Eventos"}]},{"@type":"WebSite","@id":"https:\/\/godoy.legal\/#website","url":"https:\/\/godoy.legal\/","name":"Godoy","description":"","publisher":{"@id":"https:\/\/godoy.legal\/#organization"},"alternateName":"Somos m\u00e1s que abogados: combinamos derecho, estrategia, innovaci\u00f3n y tecnolog\u00eda para transformar realidades","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/godoy.legal\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/godoy.legal\/#organization","name":"Godoy","url":"https:\/\/godoy.legal\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/godoy.legal\/#\/schema\/logo\/image\/","url":"https:\/\/godoy.legal\/wp-content\/uploads\/2025\/07\/Logo_Godoy_Blanco_RGB.svg","contentUrl":"https:\/\/godoy.legal\/wp-content\/uploads\/2025\/07\/Logo_Godoy_Blanco_RGB.svg","width":1,"height":1,"caption":"Godoy"},"image":{"@id":"https:\/\/godoy.legal\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/pages\/549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/comments?post=549"}],"version-history":[{"count":9,"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/pages\/549\/revisions"}],"predecessor-version":[{"id":4987,"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/pages\/549\/revisions\/4987"}],"wp:attachment":[{"href":"https:\/\/godoy.legal\/en\/wp-json\/wp\/v2\/media?parent=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}