{"id":4631,"date":"2026-06-04T15:03:28","date_gmt":"2026-06-04T15:03:28","guid":{"rendered":"https:\/\/epikacomunicacion.com\/?page_id=4631"},"modified":"2026-06-24T12:07:00","modified_gmt":"2026-06-24T12:07:00","slug":"home-real2026","status":"publish","type":"page","link":"https:\/\/epikacomunicacion.com\/en\/home-real2026\/","title":{"rendered":"Home real2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4631\" class=\"elementor elementor-4631\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-971d274 e-flex e-con-boxed e-con e-parent\" data-id=\"971d274\" 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-dc0e67f elementor-widget elementor-widget-text-editor\" data-id=\"dc0e67f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>NUESTRA MISI\u00d3N<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-098373d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"098373d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Convertimos ideas en historias memorables.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-043754a elementor-widget elementor-widget-text-editor\" data-id=\"043754a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Expertos en comunicaci\u00f3n financiera\u0003y posicionamiento de marca<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d78e249 e-con-full e-flex e-con e-child\" data-id=\"d78e249\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c03de7f elementor-widget elementor-widget-button\" data-id=\"c03de7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contacta con nosotros<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bba602a elementor-widget elementor-widget-button\" data-id=\"bba602a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Servicios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a205ec8 e-con-full e-transform e-flex e-con e-parent\" data-id=\"a205ec8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-2,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4b7470 elementor-widget elementor-widget-html\" data-id=\"e4b7470\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\nfunction Marquee(selector, speed) {\n  const parent = document.querySelector(selector);\n  const clone = parent.innerHTML;\n  let i = 0;\n  parent.innerHTML += clone;\n\n  setInterval(() => {\n    i += speed;\n    if (i >= parent.children[0].clientWidth) i = 0;\n    parent.children[0].style.marginLeft = `-${i}px`;\n  }, 0);\n}\n\nwindow.addEventListener('load', () => Marquee('.marquee', .5));\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7324c1e elementor-widget__width-auto marquee elementor-widget elementor-widget-heading\" data-id=\"7324c1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">ESTRATEGIA, CREATIVIDAD Y CONOCIMIENTO<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c17bc1 e-flex e-con-boxed e-con e-parent\" data-id=\"4c17bc1\" 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<div class=\"elementor-element elementor-element-72d9eb6 e-con-full e-flex e-con e-child\" data-id=\"72d9eb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0229a77 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"0229a77\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=XHOmBV4js_E&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Recurso-3-scaled.png&quot;,&quot;id&quot;:4717,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-3-scaled.png)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Reproducir v\u00eddeo\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-818206c e-con-full e-flex e-con e-child\" data-id=\"818206c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a78e864 elementor-widget elementor-widget-text-editor\" data-id=\"a78e864\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>En un entorno saturado de informaci\u00f3n, creemos que las marcas no necesitan decir m\u00e1s, sino decir mejor. Por eso combinamos estrategia, creatividad y conocimiento profundo del sector financiero para construir narrativas que generan confianza, claridad y valor.<\/p><p>Somos un equipo multidisciplinar especializado en comunicaci\u00f3n financiera. Trabajamos como una extensi\u00f3n de tu equipo, alineados con tus objetivos y comprometidos con tus resultados.<\/p><p>Cada proyecto lo asumimos como propio, porque entendemos que una buena historia no solo se cuenta: se demuestra.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8533b52 e-flex e-con-boxed e-con e-parent\" data-id=\"8533b52\" 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<div class=\"elementor-element elementor-element-7a088c0 e-con-full e-flex e-con e-child\" data-id=\"7a088c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f94a4c4 elementor-widget elementor-widget-text-editor\" data-id=\"f94a4c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lo que se nos da bien<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5b78b0 e-con-full e-flex e-con e-child\" data-id=\"a5b78b0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-530c910 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"530c910\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Nuestros<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6de45 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5c6de45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Servicios<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cca15 elementor-widget elementor-widget-text-editor\" data-id=\"31cca15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Entendemos el contexto, el sector y lo que hoy marca la diferencia. Por eso dise\u00f1amos estrategias de comunicaci\u00f3n, marketing y eventos pensadas para generar impacto real, \u0003no solo presencia. Trabajamos de forma personalizada, adapt\u00e1ndonos a cada proyecto y a cada objetivo. \u0003<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17d8b84 e-con-full e-flex e-con e-child\" data-id=\"17d8b84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e91a44c e-con-full e-flex e-con e-child\" data-id=\"e91a44c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a903d2 elementor-widget elementor-widget-heading\" data-id=\"5a903d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">02<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a81595 e-con-full e-flex e-con e-child\" data-id=\"3a81595\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30fbf5a elementor-widget elementor-widget-spacer\" data-id=\"30fbf5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45ef5c8 elementor-widget elementor-widget-image\" data-id=\"45ef5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"579\" height=\"695\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/casco.png\" class=\"attachment-large size-large wp-image-4998 lazyload\" alt=\"\" data-srcset=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/casco.png 579w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/casco-250x300.png 250w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/casco-10x12.png 10w\" data-sizes=\"auto, (max-width: 579px) 100vw, 579px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 579px; --smush-placeholder-aspect-ratio: 579\/695;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3195290 elementor-widget elementor-widget-heading\" data-id=\"3195290\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comunicaci\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1180470 elementor-widget elementor-widget-text-editor\" data-id=\"1180470\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Conectamos marcas y pesrsonas<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bec5221 e-con-full e-flex e-con e-child\" data-id=\"bec5221\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5615ed elementor-widget elementor-widget-heading\" data-id=\"d5615ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">02<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e150168 e-con-full e-flex e-con e-child\" data-id=\"e150168\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a06a2c4 elementor-widget elementor-widget-spacer\" data-id=\"a06a2c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aaf1e82 elementor-widget elementor-widget-image\" data-id=\"aaf1e82\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"616\" height=\"747\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa.png\" class=\"attachment-large size-large wp-image-4999 lazyload\" alt=\"\" data-srcset=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa.png 616w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa-247x300.png 247w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa-10x12.png 10w\" data-sizes=\"auto, (max-width: 616px) 100vw, 616px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 616px; --smush-placeholder-aspect-ratio: 616\/747;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f72a8a4 elementor-widget elementor-widget-heading\" data-id=\"f72a8a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Marketing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-145e602 elementor-widget elementor-widget-text-editor\" data-id=\"145e602\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Conectamos marcas y pesrsonas<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b8f7e04 e-con-full e-flex e-con e-child\" data-id=\"b8f7e04\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36a77cb elementor-widget elementor-widget-heading\" data-id=\"36a77cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">03<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9ef747 e-con-full e-flex e-con e-child\" data-id=\"b9ef747\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59110f3 elementor-widget elementor-widget-spacer\" data-id=\"59110f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6a5f8 elementor-widget elementor-widget-image\" data-id=\"5c6a5f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"616\" height=\"747\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa.png\" class=\"attachment-large size-large wp-image-4999 lazyload\" alt=\"\" data-srcset=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa.png 616w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa-247x300.png 247w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/arpa-10x12.png 10w\" data-sizes=\"auto, (max-width: 616px) 100vw, 616px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 616px; --smush-placeholder-aspect-ratio: 616\/747;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c12ea39 elementor-widget elementor-widget-heading\" data-id=\"c12ea39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Eventosg<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef31f4e elementor-widget elementor-widget-text-editor\" data-id=\"ef31f4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Que tu evento hable de tiwwwwww<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3dbd139 elementor-widget elementor-widget-image-carousel\" data-id=\"3dbd139\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:77,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;4&quot;,&quot;slides_to_show_mobile&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:1000,&quot;speed&quot;:1000,&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:29,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/09\/align-2048x708.png\" alt=\"align\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2048px; --smush-placeholder-aspect-ratio: 2048\/708;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/cbam.png\" alt=\"cbam\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 199px; --smush-placeholder-aspect-ratio: 199\/50;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/unicaja.png\" alt=\"unicaja\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 281px; --smush-placeholder-aspect-ratio: 281\/37;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/jpmorgan_1.png\" alt=\"jpmorgan_1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 171px; --smush-placeholder-aspect-ratio: 171\/57;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/br_1.png\" alt=\"br_1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192\/41;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/carminag-8.png\" alt=\"carminag-8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1080;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/blackrock.png\" alt=\"blackrock\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 202px; --smush-placeholder-aspect-ratio: 202\/30;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/allianz-8.png\" alt=\"allianz-8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1080;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/oddo.png\" alt=\"oddo\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1081;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/scholders-8.png\" alt=\"scholders-8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1080;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/cbwm.png\" alt=\"cbwm\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192\/56;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/wr.png\" alt=\"wr\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 228px; --smush-placeholder-aspect-ratio: 228\/29;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/wellington-8.png\" alt=\"wellington-8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1080;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/mfs-8.png\" alt=\"mfs-8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1081px; --smush-placeholder-aspect-ratio: 1081\/1080;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/bbva.png\" alt=\"bbva\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 295px; --smush-placeholder-aspect-ratio: 295\/85;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/bny_1.png\" alt=\"bny_1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 408px; --smush-placeholder-aspect-ratio: 408\/34;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 de 17\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/amunid-2.png\" alt=\"amunid 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 125px; --smush-placeholder-aspect-ratio: 125\/56;\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93e8335 elementor-widget elementor-widget-text-editor\" data-id=\"93e8335\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Porque no todos los mensajes son iguales, ni todas las marcas necesitan lo mismo. Sea cual sea el punto de partida, convertimos cada acci\u00f3n en una historia Epika.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54ed5da elementor-align-center elementor-widget elementor-widget-button\" data-id=\"54ed5da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver servicios<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e63033a e-flex e-con-boxed e-con e-parent\" data-id=\"e63033a\" 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<div class=\"elementor-element elementor-element-3d181da e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"3d181da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1cd09ee elementor-widget elementor-widget-text-editor\" data-id=\"1cd09ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Hecho en casa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-815b043 e-con-full e-flex e-con e-child\" data-id=\"815b043\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bddc44 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3bddc44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Formatos<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ad6e6b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5ad6e6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Propios<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85bd317 e-flex e-con-boxed e-con e-child\" data-id=\"85bd317\" 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<div class=\"elementor-element elementor-element-84ed52b e-con-full e-flex e-con e-child\" data-id=\"84ed52b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cb7a90 elementor-widget elementor-widget-image\" data-id=\"7cb7a90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"286\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-15.png\" class=\"attachment-large size-large wp-image-4663 lazyload\" alt=\"\" data-srcset=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-15.png 938w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-15-300x107.png 300w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-15-768x274.png 768w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-15-18x6.png 18w\" data-sizes=\"auto, (max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/286;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4174db9 elementor-widget elementor-widget-video\" data-id=\"4174db9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/kCTi7yjw6PM&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/eventomind.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Recurso-43-8.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay lazyload\" style=\"background-image:inherit;\" data-bg-image=\"url(https:\/\/eventomind.com\/wp-content\/uploads\/2025\/11\/Recurso-43-8.png)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb1230c elementor-widget elementor-widget-image\" data-id=\"eb1230c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"266\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16-1024x340.png\" class=\"attachment-large size-large wp-image-4665 lazyload\" alt=\"\" data-srcset=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16-1024x340.png 1024w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16-300x100.png 300w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16-768x255.png 768w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16-18x6.png 18w, https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/Recurso-16.png 1047w\" data-sizes=\"auto, (max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/266;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16981fd e-con-full e-flex e-con e-child\" data-id=\"16981fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-969d1fe e-con-full e-flex e-con e-child\" data-id=\"969d1fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745693b elementor-widget elementor-widget-text-editor\" data-id=\"745693b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>FORMATO PROPIO<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b597dac elementor-widget elementor-widget-text-editor\" data-id=\"b597dac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>04.11.26 | The Investment Gallery<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4dcee2 elementor-widget elementor-widget-text-editor\" data-id=\"b4dcee2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tMadrid Investor\u00a0<br> <strong>Networking Day<\/strong>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a2b799 elementor-widget elementor-widget-text-editor\" data-id=\"2a2b799\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>El 4 de noviembre de 2026, el Palacio de Cibeles se convertir\u00e1 en el epicentro financiero de Espa\u00f1a con la celebraci\u00f3n de la IV Edici\u00f3n de MIND. Este foro profesional ya se ha consolidado como la cita ineludible para los l\u00edderes de la gesti\u00f3n de activos y el asesoramiento patrimonial, ofreciendo un ecosistema de alto impacto dise\u00f1ado para la actualizaci\u00f3n estrat\u00e9gica y el networking B2B de m\u00e1ximo nivel.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-111ce24 e-con-full e-flex e-con e-child\" data-id=\"111ce24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96cd70d elementor-widget elementor-widget-button\" data-id=\"96cd70d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Participa<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-363092d elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"363092d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reg\u00edstrate<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e397edd e-flex e-con-boxed e-con e-parent\" data-id=\"e397edd\" 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<div class=\"elementor-element elementor-element-d8014b6 e-con-full e-flex e-con e-child\" data-id=\"d8014b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4aaf7df elementor-widget elementor-widget-text-editor\" data-id=\"4aaf7df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lo que se comenta en el foro<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc31ddf elementor-widget elementor-widget-spacer\" data-id=\"fc31ddf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dccbc2f e-con-full e-flex e-con e-child\" data-id=\"dccbc2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efb1c6c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"efb1c6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Lo que dicen<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-575d6b4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"575d6b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>de nosotros<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e40f13 elementor-testimonial--layout-image_above elementor-testimonial--align-left elementor-testimonial--skin-default elementor-widget elementor-widget-testimonial-carousel\" data-id=\"2e40f13\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;2&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;speed&quot;:1000,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tConfiar en Epika para nuestro proyecto ha sido todo un acierto. Desde la primera reuni\u00f3n han sabido entender cu\u00e1les eran nuestras necesidades y se han adaptado a nuestro perfil y tiempo hasta el final. Volver\u00eda a confiar en ellos por su cercan\u00eda, profesionalidad y entrega total al proyecto e idea\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">In\u00e9s Calvo-Sotelo Hergueta<\/span><span class=\"elementor-testimonial__title\">Marketing Manager, Franklin Templeton <\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/franklin.png\" alt=\"In\u00e9s Calvo-Sotelo Hergueta\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 160px; --smush-placeholder-aspect-ratio: 160\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tHemos querido crear un evento diferenciador, fresco e innovador y ha sido posible gracias a la tremenda implicaci\u00f3n de todo el equipo de Epika desde el primer minuto hasta el \u00faltimo. Cuando encuentras un partner cercano, profesional y de calidad ya no lo sueltas nunca!\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Francisco Rodr\u00edguez d'Achille<\/span><span class=\"elementor-testimonial__title\">Socio y Director, Lonvia Capital<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/lonvia.png\" alt=\"Francisco Rodr\u00edguez d&#039;Achille\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 160px; --smush-placeholder-aspect-ratio: 160\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tTodos queremos gente cerca que nos haga la vida f\u00e1cil. Y Jaime, junto con su equipo, lo consiguen en cada evento, por grande y complejo que pueda parecer. Y lo hacen con m\u00e1xima profesionalidad y calidad en el resultado final. Es una delicia trabajar con ellos.\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Vicente Var\u00f3<\/span><span class=\"elementor-testimonial__title\">Chief Communication Officer, Finect<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/finect.png\" alt=\"Vicente Var\u00f3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 160px; --smush-placeholder-aspect-ratio: 160\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tLa entrega y dedicaci\u00f3n de Epika son extraordinarias. Trabajan en equipo, son proactivos y tienen iniciativa. Su capacidad relacional con periodistas es tambi\u00e9n uno de sus puntos fuertes, y lo certifica el hecho de haber formado parte de redacciones como Cinco D\u00edas y  el haber pasado por departamentos de comunicaci\u00f3n de bancos nacionales y extranjeros.\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Pablo Mart\u00edn Sim\u00f3n<\/span><span class=\"elementor-testimonial__title\">Redactor, Cinco D\u00edas<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/5dias.png\" alt=\"Pablo Mart\u00edn Sim\u00f3n\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 159px; --smush-placeholder-aspect-ratio: 159\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tLos profesionales que forman Epika siempre se han adaptado a las necesidades de Nordea, aportando soluciones y logrando marcar la diferencia. Son creativos, innovadores y disruptivos, respetando siempre la identidad de marca. Sientes al equipo como una extensi\u00f3n del tuyo, lo que facilita mucho el trabajo y el conseguir los resultados esperados.\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Ra\u00fal Eduardo Mart\u00ed<\/span><span class=\"elementor-testimonial__title\">Business Administration Director, Nordea<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/nordea.png\" alt=\"Ra\u00fal Eduardo Mart\u00ed\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 160px; --smush-placeholder-aspect-ratio: 160\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tTrabajar con ellos siempre ha sido f\u00e1cil e intuitivo. Conocen los c\u00f3digos de la profesi\u00f3n period\u00edstica y siempre nos han acompa\u00f1ado de la mejor manera posible en nuestra relaci\u00f3n con las fuentes, las compa\u00f1\u00edas y los protagonistas de nuestras historias.\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Rub\u00e9n Escudero<\/span><span class=\"elementor-testimonial__title\">Periodista de EL ESPA\u00d1OL, Invertia<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/09\/el-espanol-logo.jpeg\" alt=\"Rub\u00e9n Escudero\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 720px; --smush-placeholder-aspect-ratio: 720\/627;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tLos profesionales de Epika son cercanos, \u00e1giles y proactivos. La interlocuci\u00f3n con ellos es efectiva y \u00fatil. Conocen plenamente la labor del periodista y son capaces de ponerse en tu lugar. Trabajar con ellos resulta siempre sencillo y positivo.\t\t\t\t\t<\/div>\n\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Alicia Miguel Serrano<\/span><span class=\"elementor-testimonial__title\">Redactora jefe, Funds Society<\/span><\/cite>\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2026\/06\/fundsociety.png\" alt=\"Alicia Miguel Serrano\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 160px; --smush-placeholder-aspect-ratio: 160\/159;\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f9b361b elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"f9b361b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9a4cee9\" data-id=\"9a4cee9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-75e7681 elementor-widget elementor-widget-heading\" data-id=\"75e7681\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Let's connect!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19281b2 elementor-widget elementor-widget-heading\" data-id=\"19281b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Te ayudamos a conseguir resultados epikos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7bf1ebf\" data-id=\"7bf1ebf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29b511e elementor-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form\" data-id=\"29b511e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"4631\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"29b511e\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Epika Comunicaci\u00f3n\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"4631\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tNombre\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Nombre\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_c48860a]\" id=\"form-field-field_c48860a\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmpresa\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"1\" placeholder=\"Empresa\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_1f9add7 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_1f9add7]\" id=\"form-field-field_1f9add7\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Me interesa hablar de\u2026\">Me interesa hablar de\u2026<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Comunicaci\u00f3n\">Comunicaci\u00f3n<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Marketing\">Marketing<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Eventos\">Eventos<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_3fb1ec3 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_3fb1ec3\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMensaje\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[field_3fb1ec3]\" id=\"form-field-field_3fb1ec3\" rows=\"4\" placeholder=\"Mensaje\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_b1f6de1]\" id=\"form-field-field_b1f6de1\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_a729676 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_a729676]\" id=\"form-field-field_a729676\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_a729676\">He le\u00eddo y acepto la\u00a0<a href=\"https:\/\/epikacomunicacion.com\/privacidad\/\">Pol\u00edtica de Privacidad <\/a>y el\u00a0<a href=\"https:\/\/epikacomunicacion.com\/legales\/\">Aviso Legal.<\/a><\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_cc531a2 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_cc531a2]\" id=\"form-field-field_cc531a2\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_cc531a2\">Consiento que\u00a0EPIKA COMUNICACI\u00d3N, S.L.U. y empresas de grupo me env\u00eden\ncomunicaciones comerciales y publicitarias seg\u00fan lo expuesto en la <a href=\"https:\/\/epikacomunicacion.com\/privacidad\/\">Pol\u00edtica de Privacidad.<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Enviar<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>NUESTRA MISI\u00d3N Convertimos ideas en historias memorables. Expertos en comunicaci\u00f3n financiera\u0003y posicionamiento de marca Contacta con nosotros Servicios ESTRATEGIA, CREATIVIDAD Y CONOCIMIENTO https:\/\/www.youtube.com\/watch?v=XHOmBV4js_E En un entorno saturado de informaci\u00f3n, creemos que las marcas no necesitan decir m\u00e1s, sino decir mejor. Por eso combinamos estrategia, creatividad y conocimiento profundo del sector financiero para construir narrativas que [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4091,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4631","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Epika Comunicaci\u00f3n<\/title>\n<meta name=\"description\" content=\"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/epikacomunicacion.com\/en\/home-real2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Epika Comunicaci\u00f3n\" \/>\n<meta property=\"og:description\" content=\"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/epikacomunicacion.com\/en\/home-real2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Epika Comunicaci\u00f3n\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T12:07:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/10\/epika_vista_previa-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/\",\"url\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/\",\"name\":\"Epika Comunicaci\u00f3n\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/epika_vista_previa-1.png\",\"datePublished\":\"2026-06-04T15:03:28+00:00\",\"dateModified\":\"2026-06-24T12:07:00+00:00\",\"description\":\"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/epika_vista_previa-1.png\",\"contentUrl\":\"https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/epika_vista_previa-1.png\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/home-real2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/epikacomunicacion.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home real2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#website\",\"url\":\"https:\\\/\\\/epikacomunicacion.com\\\/\",\"name\":\"Epika Comunicaci\u00f3n\",\"description\":\"Nuestro nombre es cl\u00e1sico, nuestro trabajo no. Consultor\u00eda estrat\u00e9gica 360. Comunicaci\u00f3n | Marketing digital | Producci\u00f3n audiovisual | Eventos.\",\"publisher\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#organization\"},\"alternateName\":\"Epika\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/epikacomunicacion.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#organization\",\"name\":\"Epika Comunicaci\u00f3n\",\"alternateName\":\"Epika\",\"url\":\"https:\\\/\\\/epikacomunicacion.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/epika-8.png\",\"contentUrl\":\"https:\\\/\\\/epikacomunicacion.com\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/epika-8.png\",\"width\":1081,\"height\":1080,\"caption\":\"Epika Comunicaci\u00f3n\"},\"image\":{\"@id\":\"https:\\\/\\\/epikacomunicacion.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/epikacomunicacion\\\/\",\"https:\\\/\\\/www.instagram.com\\\/epika_comunicacion\\\/?hl=es\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Epika Comunicaci\u00f3n","description":"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.","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:\/\/epikacomunicacion.com\/en\/home-real2026\/","og_locale":"en_GB","og_type":"article","og_title":"Epika Comunicaci\u00f3n","og_description":"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.","og_url":"https:\/\/epikacomunicacion.com\/en\/home-real2026\/","og_site_name":"Epika Comunicaci\u00f3n","article_modified_time":"2026-06-24T12:07:00+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/10\/epika_vista_previa-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/epikacomunicacion.com\/home-real2026\/","url":"https:\/\/epikacomunicacion.com\/home-real2026\/","name":"Epika Comunicaci\u00f3n","isPartOf":{"@id":"https:\/\/epikacomunicacion.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/epikacomunicacion.com\/home-real2026\/#primaryimage"},"image":{"@id":"https:\/\/epikacomunicacion.com\/home-real2026\/#primaryimage"},"thumbnailUrl":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/10\/epika_vista_previa-1.png","datePublished":"2026-06-04T15:03:28+00:00","dateModified":"2026-06-24T12:07:00+00:00","description":"Comunicaci\u00f3n | Marketing | Eventos. En Epika comunicaci\u00f3n buscamos la diferenciaci\u00f3n y huimos del reba\u00f1o.","breadcrumb":{"@id":"https:\/\/epikacomunicacion.com\/home-real2026\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/epikacomunicacion.com\/home-real2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/epikacomunicacion.com\/home-real2026\/#primaryimage","url":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/10\/epika_vista_previa-1.png","contentUrl":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/10\/epika_vista_previa-1.png","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/epikacomunicacion.com\/home-real2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/epikacomunicacion.com\/"},{"@type":"ListItem","position":2,"name":"Home real2026"}]},{"@type":"WebSite","@id":"https:\/\/epikacomunicacion.com\/#website","url":"https:\/\/epikacomunicacion.com\/","name":"Epika Comunicaci\u00f3n","description":"Nuestro nombre es cl\u00e1sico, nuestro trabajo no. Consultor\u00eda estrat\u00e9gica 360. Comunicaci\u00f3n | Marketing digital | Producci\u00f3n audiovisual | Eventos.","publisher":{"@id":"https:\/\/epikacomunicacion.com\/#organization"},"alternateName":"Epika","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/epikacomunicacion.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/epikacomunicacion.com\/#organization","name":"Epika Comunicaci\u00f3n","alternateName":"Epika","url":"https:\/\/epikacomunicacion.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/epikacomunicacion.com\/#\/schema\/logo\/image\/","url":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/epika-8.png","contentUrl":"https:\/\/epikacomunicacion.com\/wp-content\/uploads\/2023\/08\/epika-8.png","width":1081,"height":1080,"caption":"Epika Comunicaci\u00f3n"},"image":{"@id":"https:\/\/epikacomunicacion.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/epikacomunicacion\/","https:\/\/www.instagram.com\/epika_comunicacion\/?hl=es"]}]}},"_links":{"self":[{"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/pages\/4631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/comments?post=4631"}],"version-history":[{"count":169,"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/pages\/4631\/revisions"}],"predecessor-version":[{"id":5040,"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/pages\/4631\/revisions\/5040"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/media\/4091"}],"wp:attachment":[{"href":"https:\/\/epikacomunicacion.com\/en\/wp-json\/wp\/v2\/media?parent=4631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}