{"id":2617,"date":"2026-04-21T17:39:29","date_gmt":"2026-04-21T15:39:29","guid":{"rendered":"https:\/\/cemarina.com\/proyecto\/parcs-naturals-proposal\/"},"modified":"2026-06-15T15:55:37","modified_gmt":"2026-06-15T13:55:37","slug":"parcs-naturals-proposal","status":"publish","type":"proyecto","link":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/","title":{"rendered":"Parcs Naturals proposal"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2617\" class=\"elementor elementor-2617 elementor-117\" data-elementor-post-type=\"proyecto\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34240386 e-con-full e-flex e-con e-parent\" data-id=\"34240386\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11deee45 img-cover elementor-widget elementor-widget-image\" data-id=\"11deee45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-scaled.jpg\" class=\"attachment-full size-full wp-image-2603\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-300x200.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-1024x683.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-768x512.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-1536x1024.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-19-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<div class=\"elementor-element elementor-element-10d0eb32 e-con-full e-flex e-con e-parent\" data-id=\"10d0eb32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1b9a95ee e-con-full e-flex e-con e-child\" data-id=\"1b9a95ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-66b06142 e-con-full e-flex e-con e-child\" data-id=\"66b06142\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71a6518c tabs-tax elementor-widget elementor-widget-text-editor\" data-id=\"71a6518c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span>Characters<\/span><span>Communication<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ac48b4d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6ac48b4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Client: Diputaci\u00f3 de Barcelona<\/span><\/p><p><span style=\"font-weight: 400;\">Art Direction: Workship Studio<\/span><\/p><p><span style=\"font-weight: 400;\">Illustration: C\u00e9 Marina<\/span><\/p><p><span style=\"font-weight: 400;\">Year: 2022<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5600a40e elementor-widget elementor-widget-html\" data-id=\"5600a40e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Volvemos a tu selector original exacto que s\u00ed pon\u00eda la manito\r\n    const filterTags = document.querySelectorAll('.tabs-tax span');\r\n    const filterID = 'de0fc70'; \/\/ El ID universal que confirmamos de tu Home\r\n    \r\n    filterTags.forEach(tag => {\r\n        tag.style.cursor = 'pointer';\r\n        \r\n        tag.addEventListener('click', function() {\r\n            let filterText = tag.textContent.trim();\r\n            \r\n            if (filterText) {\r\n                let filterSlug = filterText.toLowerCase()\r\n                                            .replace(\/\\s+\/g, '-')\r\n                                            .normalize(\"NFD\")\r\n                                            .replace(\/[\\u0300-\\u036f]\/g, \"\"); \r\n                \r\n                \/\/ --- AJUSTE PARA WPML ---\r\n                \/\/ Revisamos si la p\u00e1gina actual del proyecto est\u00e1 en ingl\u00e9s\r\n                const isEnglish = window.location.pathname.includes('\/en\/');\r\n                let destinationUrl = '';\r\n\r\n                if (isEnglish) {\r\n                    \/\/ Si est\u00e1s en ingl\u00e9s, forzamos el subdirectorio \/en\/ en la home\r\n                    destinationUrl = `${window.location.origin}\/en\/?e-filter-${filterID}-cat-proyecto=${filterSlug}#proyectos`;\r\n                } else {\r\n                    \/\/ Si est\u00e1s en espa\u00f1ol, usamos tu ruta original exacta\r\n                    destinationUrl = `${window.location.origin}\/?e-filter-${filterID}-cat-proyecto=${filterSlug}#proyectos`;\r\n                }\r\n                \/\/ ------------------------\r\n                \r\n                window.location.href = destinationUrl;\r\n            }\r\n        });\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26677ee2 e-con-full e-flex e-con e-child\" data-id=\"26677ee2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d6b2fee elementor-widget elementor-widget-heading\" data-id=\"2d6b2fee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Parcs Naturals proposal<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19e36c7c elementor-widget elementor-widget-text-editor\" data-id=\"19e36c7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">I was invited to illustrate a series of animals in their habitat for \u2018La xarxa de Parcs Naturals\u2019 (Natural Parks of Catalonia) campaign launched after two years of the Covid-19 lockdown. When the quarantine was over, these natural spaces received a greater influx of visitors. The main goal of the campaign was to achieve a balance between enjoying the experience of being in nature and raising awareness about the environment among the population.<\/span><\/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<div class=\"elementor-element elementor-element-7c803191 e-con-full e-flex e-con e-child\" data-id=\"7c803191\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-788e4cc2 e-con-full e-flex e-con e-child\" data-id=\"788e4cc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3fef170 e-con-full img-mitad e-flex e-con e-child\" data-id=\"3fef170\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1047f295 elementor-widget elementor-widget-image\" data-id=\"1047f295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1296\" height=\"1706\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93.jpg\" class=\"attachment-full size-full wp-image-2604\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-93-1167x1536.jpg 1167w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/>\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<div class=\"elementor-element elementor-element-55a1ea6d e-con-full img-mitad e-flex e-con e-child\" data-id=\"55a1ea6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13d45317 elementor-widget elementor-widget-image\" data-id=\"13d45317\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1296\" height=\"1706\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73.jpg\" class=\"attachment-full size-full wp-image-2605\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-73-1167x1536.jpg 1167w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/>\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-8aa237f e-con-full e-flex e-con e-child\" data-id=\"8aa237f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-43653ad e-con-full img-mitad e-flex e-con e-child\" data-id=\"43653ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8343075 elementor-widget elementor-widget-image\" data-id=\"8343075\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"1706\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74.jpg\" class=\"attachment-full size-full wp-image-2606\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-74-1167x1536.jpg 1167w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/>\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<div class=\"elementor-element elementor-element-bdafed0 e-con-full img-mitad e-flex e-con e-child\" data-id=\"bdafed0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e5ae93 elementor-widget elementor-widget-image\" data-id=\"9e5ae93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"1706\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91.jpg\" class=\"attachment-full size-full wp-image-2607\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-91-1167x1536.jpg 1167w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/>\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-2fe872e3 e-con-full e-flex e-con e-child\" data-id=\"2fe872e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1448fdd2 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1448fdd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">The graphic proposal aims to amplify and enhance the greatness and biodiversity of Catalonia, the welcoming invite, coexistence, and respect. The illustrations are inspired by graphic novel style: narratives with high-impact illustrations, expressiveness and contrast of tones with overlapping spots of color, usually aimed at a more demanding audience, young and adult.<\/span><\/p><p><span style=\"font-weight: 400;\">The visual narrative of the message was worked through two levels of communication: from generic to the specific. What we first perceive is lush nature but, when we take a closer look, we find objects that do not belong there.<\/span><\/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-7066d3e9 e-con-full img-completa e-flex e-con e-child\" data-id=\"7066d3e9\" 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-6de87b2c elementor-widget elementor-widget-image\" data-id=\"6de87b2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1280\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-scaled.jpg\" class=\"attachment-full size-full wp-image-2608\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-16-2048x1024.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<div class=\"elementor-element elementor-element-22498af6 e-con-full e-flex e-con e-child\" data-id=\"22498af6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-18778623 e-con-full img-mitad elementor-hidden-mobile e-flex e-con e-child\" data-id=\"18778623\" data-element_type=\"container\" data-e-type=\"container\" id=\"div-empty\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-166b24e0 e-con-full img-mitad e-flex e-con e-child\" data-id=\"166b24e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2efdf849 elementor-widget elementor-widget-image\" data-id=\"2efdf849\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1296\" height=\"1706\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92.jpg\" class=\"attachment-full size-full wp-image-2609\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-92-1167x1536.jpg 1167w\" sizes=\"(max-width: 1296px) 100vw, 1296px\" \/>\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-4e556c8 e-con-full img-completa e-flex e-con e-child\" data-id=\"4e556c8\" 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-b9c80a2 elementor-widget elementor-widget-image\" data-id=\"b9c80a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1280\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-scaled.jpg\" class=\"attachment-full size-full wp-image-2610\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-16-2048x1024.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<div class=\"elementor-element elementor-element-4f14d6f e-con-full img-completa e-flex e-con e-child\" data-id=\"4f14d6f\" 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-5b9fa9a elementor-widget elementor-widget-image\" data-id=\"5b9fa9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1280\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-scaled.jpg\" class=\"attachment-full size-full wp-image-2611\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-8-5-2048x1024.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<div class=\"elementor-element elementor-element-244aa09 e-con-full img-cover e-flex e-con e-child\" data-id=\"244aa09\" 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-57ff4d0 elementor-widget elementor-widget-image\" data-id=\"57ff4d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-scaled.jpg\" class=\"attachment-full size-full wp-image-2612\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-300x200.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-1024x683.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-768x512.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-1536x1024.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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-c868c70 e-con-full e-flex e-con e-child\" data-id=\"c868c70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6b622 elementor-widget elementor-widget-template\" data-id=\"5c6b622\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"2405\" class=\"elementor elementor-2405 elementor-1969 elementor-1969\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e55f998 e-con-full e-flex e-con e-child\" data-id=\"e55f998\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-990f5fd elementor-widget elementor-widget-text-editor\" data-id=\"990f5fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Explore more projects<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50c6ef6 elementor-grid-4 loop-project-post elementor-grid-mobile-2 elementor-hidden-mobile elementor-grid-tablet-2 elementor-widget elementor-widget-loop-grid\" data-id=\"50c6ef6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:2426,&quot;columns&quot;:4,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;columns_mobile&quot;:2,&quot;masonry&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;}\" style=\"--posicion-movil:Centrado\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-2426\">.elementor-2426 .elementor-element.elementor-element-92a4b79{--display:flex;--border-radius:5px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2426 .elementor-element.elementor-element-f5891a1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(5px\/2);}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(5px\/2);}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(5px\/2);margin-left:calc(5px\/2);}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-5px\/2);margin-left:calc(-5px\/2);}body.rtl .elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-5px\/2);}body:not(.rtl) .elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-5px\/2);}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-icon i{color:var( --e-global-color-accent );font-size:4px;}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );--e-icon-list-icon-size:4px;}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-icon{width:4px;}body:not(.rtl) .elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-text{padding-left:5px;}body.rtl .elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-text{padding-right:5px;}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-text, .elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-text a{color:var( --e-global-color-accent );}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-item{font-family:var( --e-global-typography-a2a3e69-font-family ), Sans-serif;font-size:var( --e-global-typography-a2a3e69-font-size );font-weight:var( --e-global-typography-a2a3e69-font-weight );line-height:var( --e-global-typography-a2a3e69-line-height );letter-spacing:var( --e-global-typography-a2a3e69-letter-spacing );word-spacing:var( --e-global-typography-a2a3e69-word-spacing );}.elementor-2426 .elementor-element.elementor-element-229f8c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -5px;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-item{font-size:var( --e-global-typography-a2a3e69-font-size );line-height:var( --e-global-typography-a2a3e69-line-height );letter-spacing:var( --e-global-typography-a2a3e69-letter-spacing );word-spacing:var( --e-global-typography-a2a3e69-word-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-post-info .elementor-icon-list-item{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2426 .elementor-element.elementor-element-229f8c3 .elementor-icon-list-item{font-size:var( --e-global-typography-a2a3e69-font-size );line-height:var( --e-global-typography-a2a3e69-line-height );letter-spacing:var( --e-global-typography-a2a3e69-letter-spacing );word-spacing:var( --e-global-typography-a2a3e69-word-spacing );}.elementor-2426 .elementor-element.elementor-element-229f8c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}\/* Start custom CSS for post-info, class: .elementor-element-229f8c3 *\/.elementor-2426 .elementor-element.elementor-element-229f8c3 ul, .elementor-2426 .elementor-element.elementor-element-229f8c3 li, .elementor-2426 .elementor-element.elementor-element-229f8c3 span {\n    margin: 0px !important;\n    padding: 0px !important;\n}\n\n.elementor-2426 .elementor-element.elementor-element-229f8c3 li .elementor-icon-list-icon {\n    margin: 0 5px !important;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2441 post-2441 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-characters cat-proyecto-editorial\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Ancho-completo e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/finanzas-feministas-illustrated-report\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1024\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-scaled.webp\" class=\"attachment-full size-full wp-image-2440\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-scaled.webp 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-300x120.webp 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-1024x410.webp 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-768x307.webp 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-1536x614.webp 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/finanzas-feministas-base-2048x819.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/FF-hover-scaled.webp\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tFinanzas Feministas: Illustrated Report\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tXES \/ FES\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2463 post-2463 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-communication cat-proyecto-characters\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Estandar e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/el-catala-ben-servit\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1061\" height=\"1500\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-base.webp\" class=\"attachment-full size-full wp-image-2462\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-base.webp 1061w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-base-212x300.webp 212w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-base-724x1024.webp 724w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-base-768x1086.webp 768w\" sizes=\"(max-width: 1061px) 100vw, 1061px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/gremi-hover.webp\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tEl catal\u00e0 ben servit\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tGremi de Restauraci\u00f3 de Barcelona\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2481 post-2481 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-communication cat-proyecto-characters\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Estandar e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/rata-market-2024-poster-series\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-base.webp\" class=\"attachment-full size-full wp-image-2480\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-base.webp 1500w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-base-300x200.webp 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-base-1024x683.webp 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-base-768x512.webp 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/rata-market-hover.gif\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRata Market 2024: Poster Series\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tRata Cultura\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2497 post-2497 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-communication cat-proyecto-characters\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Estandar e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/ecoembes-recycler-archetypes\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"648\" height=\"853\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/05\/perfeccionista-model.jpg\" class=\"attachment-full size-full wp-image-2496\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/05\/perfeccionista-model.jpg 648w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/05\/perfeccionista-model-228x300.jpg 228w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/ecoembes-hover.webp\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tEcoembes: Recycler Archetypes\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tEcoembes\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-e3ee276 elementor-grid-4 loop-project-post elementor-grid-mobile-2 elementor-hidden-desktop elementor-hidden-tablet elementor-grid-tablet-2 elementor-widget elementor-widget-loop-grid\" data-id=\"e3ee276\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:2426,&quot;columns&quot;:4,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;rem&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;columns_mobile&quot;:2,&quot;masonry&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;}\" style=\"--posicion-movil:Centrado\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2511 post-2511 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-characters cat-proyecto-communication\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Destacado e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/tot-teu-illustrations-for-an-inclusive-theatre\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"844\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-base.webp\" class=\"attachment-full size-full wp-image-2509\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-base.webp 1500w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-base-300x169.webp 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-base-1024x576.webp 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-base-768x432.webp 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/tot-teu-hover.gif\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tTot Teu: Illustrations for a more inclusive theatre\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tTeatre Girona\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2426\" class=\"elementor elementor-2426 elementor-92 elementor-92 elementor-92 e-loop-item e-loop-item-2528 post-2528 proyecto type-proyecto status-publish has-post-thumbnail hentry cat-proyecto-communication cat-proyecto-personal cat-proyecto-editorial\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92a4b79 e-con-full e-flex Estandar e-con e-parent\" data-id=\"92a4b79\" data-element_type=\"container\" data-e-type=\"container\" style=\"--posicion-movil:Centrado\" href=\"https:\/\/cemarina.com\/en\/project\/visual-guide-to-sustainable-living\/\">\n\t\t<div class=\"elementor-element elementor-element-f5891a1 e-con-full div-fotos e-flex e-con e-child\" data-id=\"f5891a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01c2c96 foto-principal elementor-widget elementor-widget-image\" data-id=\"01c2c96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1057\" height=\"1500\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-base.webp\" class=\"attachment-full size-full wp-image-2527\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-base.webp 1057w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-base-211x300.webp 211w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-base-722x1024.webp 722w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-base-768x1090.webp 768w\" sizes=\"(max-width: 1057px) 100vw, 1057px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7dbd62a foto-hover elementor-widget elementor-widget-image\" data-id=\"7dbd62a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/guide-hover.webp\" title=\"\" alt=\"\" loading=\"lazy\" \/>\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-229f8c3 elementor-align-left info-proyecto elementor-widget elementor-widget-post-info\" data-id=\"229f8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-05aecbd elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tVisual Guide to Sustainable Living\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-410279b elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-custom\">\n\t\t\t\t\t\t\t\t\t\tPersonal Project\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb5e7f2 e-con-full e-flex e-con e-child\" data-id=\"fb5e7f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61222b8 elementor-widget elementor-widget-template\" data-id=\"61222b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"2407\" class=\"elementor elementor-2407 elementor-1804 elementor-1804 elementor-1804\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4549ee8 e-con-full e-flex e-con e-child\" data-id=\"4549ee8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ea55d6 elementor-widget elementor-widget-button\" data-id=\"5ea55d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"http:\/\/en\/#proyectos\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"12\" viewBox=\"0 0 28 12\" fill=\"none\"><path d=\"M6.05371 10.8272C5.76082 11.1201 5.28508 11.1201 4.99219 10.8272L0.219727 6.05377C-0.0731659 5.76087 -0.0731659 5.28611 0.219727 4.99322L4.99219 0.219783C5.28508 -0.0731106 5.76082 -0.0731106 6.05371 0.219783C6.3466 0.512676 6.3466 0.988413 6.05371 1.28131L2.56055 4.77349L26.75 4.77349C27.1642 4.77349 27.5 5.10928 27.5 5.52349C27.5 5.93771 27.1642 6.27349 26.75 6.27349L2.56055 6.27349L6.05371 9.76568C6.3466 10.0586 6.3466 10.5343 6.05371 10.8272Z\" fill=\"#1A1A1A\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View All<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a7ae38 elementor-widget elementor-widget-html\" data-id=\"9a7ae38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>document.addEventListener('DOMContentLoaded', function() {\r\n\r\n    const nativeNextLink = document.querySelector('.elementor-post-navigation__next a');\r\n    \r\n    const nativeNextWidget = document.querySelector('.btn-next');\r\n    \r\n    const backupButton = document.querySelector('.btn-respaldo');\r\n\r\n    if (backupButton) {\r\n        if (nativeNextLink) {\r\n            backupButton.style.display = 'none';\r\n            if (nativeNextWidget) nativeNextWidget.style.display = 'inline-block';\r\n        } else {\r\n            backupButton.style.display = 'inline-flex';\r\n            if (nativeNextWidget) nativeNextWidget.style.display = 'none';\r\n        }\r\n    }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd4c395 btn-respaldo elementor-widget elementor-widget-button\" data-id=\"dd4c395\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/cemarina.com\/proyecto\/menopausia-en-positivo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"12\" viewBox=\"0 0 28 12\" fill=\"none\"><path d=\"M21.4463 0.21967C21.7392 -0.0732234 22.2149 -0.0732234 22.5078 0.21967L27.2803 4.99311C27.5732 5.286 27.5732 5.76076 27.2803 6.05365L22.5078 10.8271C22.2149 11.12 21.7392 11.12 21.4463 10.8271C21.1534 10.5342 21.1534 10.0585 21.4463 9.76557L24.9395 6.27338L0.75 6.27338C0.335786 6.27338 0 5.93759 0 5.52338C0 5.10917 0.335786 4.77338 0.75 4.77338L24.9395 4.77338L21.4463 1.28119C21.1534 0.9883 21.1534 0.512564 21.4463 0.21967Z\" fill=\"#1A1A1A\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Next project<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e81f0c8 btn-next elementor-widget elementor-widget-post-navigation\" data-id=\"e81f0c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-navigation.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-post-navigation\" role=\"navigation\" aria-label=\"Post Navigation\">\n\t\t\t<div class=\"elementor-post-navigation__prev elementor-post-navigation__link\">\n\t\t\t\t<a href=\"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/\" rel=\"prev\"><span class=\"post-navigation__arrow-wrapper post-navigation__arrow-prev\"><span class=\"elementor-screen-only\">Prev<\/span><\/span><span class=\"elementor-post-navigation__link__prev\"><span class=\"post-navigation__prev--label\"><\/span><\/span><\/a>\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-post-navigation__next elementor-post-navigation__link\">\n\t\t\t\t<a href=\"https:\/\/cemarina.com\/en\/project\/tot-teu-illustrations-for-an-inclusive-theatre\/\" rel=\"next\"><span class=\"elementor-post-navigation__link__next\"><span class=\"post-navigation__next--label\">Next project<\/span><\/span><span class=\"post-navigation__arrow-wrapper post-navigation__arrow-next\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"12\" viewBox=\"0 0 28 12\" fill=\"none\"><path d=\"M21.4463 0.21967C21.7392 -0.0732234 22.2149 -0.0732234 22.5078 0.21967L27.2803 4.99311C27.5732 5.286 27.5732 5.76076 27.2803 6.05365L22.5078 10.8271C22.2149 11.12 21.7392 11.12 21.4463 10.8271C21.1534 10.5342 21.1534 10.0585 21.4463 9.76557L24.9395 6.27338L0.75 6.27338C0.335786 6.27338 0 5.93759 0 5.52338C0 5.10917 0.335786 4.77338 0.75 4.77338L24.9395 4.77338L21.4463 1.28119C21.1534 0.9883 21.1534 0.512564 21.4463 0.21967Z\" fill=\"#1A1A1A\"><\/path><\/svg><span class=\"elementor-screen-only\">Next<\/span><\/span><\/a>\t\t\t<\/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>\n\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\t\t<\/div>\n\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"featured_media":2613,"template":"","meta":[],"cat-proyecto":[35,31],"class_list":["post-2617","proyecto","type-proyecto","status-publish","has-post-thumbnail","hentry","cat-proyecto-characters","cat-proyecto-communication"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Parcs Naturals proposal - C\u00e9 Marina<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Parcs Naturals proposal - C\u00e9 Marina\" \/>\n<meta property=\"og:description\" content=\"Client: Diputaci\u00f3 de Barcelona Art Direction: Workship Studio Illustration: C\u00e9 Marina Year: 2022 I was invited to illustrate a series of animals in their habitat for \u2018La xarxa de Parcs Naturals\u2019 (Natural Parks of Catalonia) campaign launched after two years of the Covid-19 lockdown. When the quarantine was over, these natural spaces received a greater [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/\" \/>\n<meta property=\"og:site_name\" content=\"C\u00e9 Marina\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T13:55:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/parcs-naturals-base.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1034\" \/>\n\t<meta property=\"og:image:height\" content=\"1500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/\",\"url\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/\",\"name\":\"Parcs Naturals proposal - C\u00e9 Marina\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/parcs-naturals-base.webp\",\"datePublished\":\"2026-04-21T15:39:29+00:00\",\"dateModified\":\"2026-06-15T13:55:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/parcs-naturals-base.webp\",\"contentUrl\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/parcs-naturals-base.webp\",\"width\":1034,\"height\":1500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/parcs-naturals-proposal\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/cemarina.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Parcs Naturals proposal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/cemarina.com\\\/en\\\/\",\"name\":\"C\u00e9 Marina\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cemarina.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Parcs Naturals proposal - C\u00e9 Marina","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:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/","og_locale":"en_US","og_type":"article","og_title":"Parcs Naturals proposal - C\u00e9 Marina","og_description":"Client: Diputaci\u00f3 de Barcelona Art Direction: Workship Studio Illustration: C\u00e9 Marina Year: 2022 I was invited to illustrate a series of animals in their habitat for \u2018La xarxa de Parcs Naturals\u2019 (Natural Parks of Catalonia) campaign launched after two years of the Covid-19 lockdown. When the quarantine was over, these natural spaces received a greater [&hellip;]","og_url":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/","og_site_name":"C\u00e9 Marina","article_modified_time":"2026-06-15T13:55:37+00:00","og_image":[{"width":1034,"height":1500,"url":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/parcs-naturals-base.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/","url":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/","name":"Parcs Naturals proposal - C\u00e9 Marina","isPartOf":{"@id":"https:\/\/cemarina.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/#primaryimage"},"image":{"@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/#primaryimage"},"thumbnailUrl":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/parcs-naturals-base.webp","datePublished":"2026-04-21T15:39:29+00:00","dateModified":"2026-06-15T13:55:37+00:00","breadcrumb":{"@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/#primaryimage","url":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/parcs-naturals-base.webp","contentUrl":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/parcs-naturals-base.webp","width":1034,"height":1500},{"@type":"BreadcrumbList","@id":"https:\/\/cemarina.com\/en\/project\/parcs-naturals-proposal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/cemarina.com\/en\/"},{"@type":"ListItem","position":2,"name":"Parcs Naturals proposal"}]},{"@type":"WebSite","@id":"https:\/\/cemarina.com\/en\/#website","url":"https:\/\/cemarina.com\/en\/","name":"C\u00e9 Marina","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cemarina.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto\/2617","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto"}],"about":[{"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/types\/proyecto"}],"version-history":[{"count":1,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto\/2617\/revisions"}],"predecessor-version":[{"id":2619,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto\/2617\/revisions\/2619"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/media\/2613"}],"wp:attachment":[{"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/media?parent=2617"}],"wp:term":[{"taxonomy":"cat-proyecto","embeddable":true,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/cat-proyecto?post=2617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}