{"id":2584,"date":"2026-04-21T17:39:57","date_gmt":"2026-04-21T15:39:57","guid":{"rendered":"https:\/\/cemarina.com\/proyecto\/compromis-metropolita-2030\/"},"modified":"2026-06-15T15:57:21","modified_gmt":"2026-06-15T13:57:21","slug":"compromis-metropolita-2030","status":"publish","type":"proyecto","link":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/","title":{"rendered":"Comprom\u00eds Metropolit\u00e0 2030"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2584\" class=\"elementor elementor-2584 elementor-118\" data-elementor-post-type=\"proyecto\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e6cd51b e-con-full e-flex e-con e-parent\" data-id=\"6e6cd51b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33019012 img-cover elementor-widget elementor-widget-image\" data-id=\"33019012\" 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-18-scaled.jpg\" class=\"attachment-full size-full wp-image-2554\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-300x200.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-1024x683.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-768x512.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-1536x1024.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-1-18-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-445963cf e-con-full e-flex e-con e-parent\" data-id=\"445963cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-68f8f330 e-con-full e-flex e-con e-child\" data-id=\"68f8f330\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fc43296 e-con-full e-flex e-con e-child\" data-id=\"fc43296\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e846a88 tabs-tax elementor-widget elementor-widget-text-editor\" data-id=\"6e846a88\" 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>Communication<\/span><span>Characters<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18632d08 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"18632d08\" 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: <\/span><a href=\"https:\/\/pemb.cat\/es\"><span style=\"font-weight: 400;\">PEMB<\/span><\/a><\/p><p><span style=\"font-weight: 400;\">Art Direction: C\u00e9 Marina \/ PEMB<\/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-24c53200 elementor-widget elementor-widget-html\" data-id=\"24c53200\" 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-2ad4b75e e-con-full e-flex e-con e-child\" data-id=\"2ad4b75e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c75dee1 elementor-widget elementor-widget-heading\" data-id=\"3c75dee1\" 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\">Comprom\u00eds Metropolit\u00e0 2030<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59d0a8ca elementor-widget elementor-widget-text-editor\" data-id=\"59d0a8ca\" 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 \u2018Comprom\u00eds Metropolit\u00e0 2030\u2019, (the result of the process Barcelona Dem\u00e0) is the new strategic plan for the metropolitan area of \u200b\u200bBarcelona. It is geared towards boosting a new model of prosperity and placing it as one of the leading metropolises in the fight against the climate emergency through 8 missions. I was in charge of translating each concept into 8 illustrations.  <\/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-aebcb6f e-con-full e-flex e-con e-child\" data-id=\"aebcb6f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-37436a60 e-con-full e-flex e-con e-child\" data-id=\"37436a60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3dc1c708 e-con-full img-mitad e-flex e-con e-child\" data-id=\"3dc1c708\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70ca9f2 elementor-widget elementor-widget-image\" data-id=\"70ca9f2\" 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-87.jpg\" class=\"attachment-full size-full wp-image-2555\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-87.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-87-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-87-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-87-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-87-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-400dec1d e-con-full img-mitad e-flex e-con e-child\" data-id=\"400dec1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-256a346f elementor-widget elementor-widget-image\" data-id=\"256a346f\" 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-54.jpg\" class=\"attachment-full size-full wp-image-2556\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-54.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-54-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-54-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-54-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-54-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-2d755ec e-con-full e-flex e-con e-child\" data-id=\"2d755ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1e9a6bb e-con-full img-mitad e-flex e-con e-child\" data-id=\"1e9a6bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac7c250 elementor-widget elementor-widget-image\" data-id=\"ac7c250\" 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-79.jpg\" class=\"attachment-full size-full wp-image-2557\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-79.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-79-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-79-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-79-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-79-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-701d838 e-con-full img-mitad e-flex e-con e-child\" data-id=\"701d838\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed4cdb2 elementor-widget elementor-widget-image\" data-id=\"ed4cdb2\" 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-55.jpg\" class=\"attachment-full size-full wp-image-2558\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-55.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-55-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-55-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-55-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-55-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-d218f2d e-con-full e-flex e-con e-child\" data-id=\"d218f2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8e32bb8 e-con-full img-mitad e-flex e-con e-child\" data-id=\"8e32bb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-987b803 elementor-widget elementor-widget-image\" data-id=\"987b803\" 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-80.jpg\" class=\"attachment-full size-full wp-image-2559\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-80.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-80-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-80-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-80-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-80-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-aab9024 e-con-full img-mitad e-flex e-con e-child\" data-id=\"aab9024\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15eddfe elementor-widget elementor-widget-image\" data-id=\"15eddfe\" 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-56.jpg\" class=\"attachment-full size-full wp-image-2560\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-56.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-56-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-56-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-56-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-56-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-2fceee9 e-con-full e-flex e-con e-child\" data-id=\"2fceee9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1008a49 e-con-full img-mitad e-flex e-con e-child\" data-id=\"1008a49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a21434 elementor-widget elementor-widget-image\" data-id=\"7a21434\" 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-81.jpg\" class=\"attachment-full size-full wp-image-2561\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-81.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-81-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-81-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-81-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-81-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-aa0eaf8 e-con-full img-mitad e-flex e-con e-child\" data-id=\"aa0eaf8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d7e437 elementor-widget elementor-widget-image\" data-id=\"6d7e437\" 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-57.jpg\" class=\"attachment-full size-full wp-image-2562\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-57.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-57-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-57-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-57-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-57-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-1ef26165 e-con-full e-flex e-con e-child\" data-id=\"1ef26165\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-524d40a1 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"524d40a1\" 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;\"><span style=\"font-weight: 400;\">Each mission uses two main colors from the corporate palette of 9. I challenged myself to play with a reduced palette of 5 for each illustration (two main colors + three that combine harmoniously).<\/span><\/span><br\/><br\/><span style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">I accompanied the 8 presentations in different municipalities painting live with acrylic markers, the representative illustration of the day\u2019s mission.<\/span><\/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-c532ddb e-con-full img-completa e-flex e-con e-child\" data-id=\"c532ddb\" 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-d940b51 elementor-widget elementor-widget-image\" data-id=\"d940b51\" 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-15-scaled.jpg\" class=\"attachment-full size-full wp-image-2563\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-5-15-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-7f5cdc4 e-con-full e-flex e-con e-child\" data-id=\"7f5cdc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1d1ceba e-con-full img-mitad e-flex e-con e-child\" data-id=\"1d1ceba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34049cc elementor-widget elementor-widget-image\" data-id=\"34049cc\" 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-82.jpg\" class=\"attachment-full size-full wp-image-2564\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-82.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-82-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-82-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-82-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-82-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-febb61d e-con-full img-mitad e-flex e-con e-child\" data-id=\"febb61d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1476bd elementor-widget elementor-widget-image\" data-id=\"e1476bd\" 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-58.jpg\" class=\"attachment-full size-full wp-image-2565\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-58.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-58-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-58-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-58-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-58-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-738b727 e-con-full e-flex e-con e-child\" data-id=\"738b727\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-50a2625 e-con-full img-mitad e-flex e-con e-child\" data-id=\"50a2625\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9587a2 elementor-widget elementor-widget-image\" data-id=\"e9587a2\" 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-83.jpg\" class=\"attachment-full size-full wp-image-2566\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-83.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-83-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-83-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-83-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-83-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-a575236 e-con-full img-mitad e-flex e-con e-child\" data-id=\"a575236\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e17ef9 elementor-widget elementor-widget-image\" data-id=\"6e17ef9\" 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-59.jpg\" class=\"attachment-full size-full wp-image-2567\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-59.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-59-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-59-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-59-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-59-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-2730fd1 e-con-full e-flex e-con e-child\" data-id=\"2730fd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-77e96db e-con-full img-mitad e-flex e-con e-child\" data-id=\"77e96db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87e6285 elementor-widget elementor-widget-image\" data-id=\"87e6285\" 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-84.jpg\" class=\"attachment-full size-full wp-image-2568\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-84.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-84-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-84-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-84-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-84-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-68e1af6 e-con-full img-mitad e-flex e-con e-child\" data-id=\"68e1af6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4c8b07 elementor-widget elementor-widget-image\" data-id=\"b4c8b07\" 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-60.jpg\" class=\"attachment-full size-full wp-image-2569\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-60.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-60-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-60-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-60-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-60-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-13f1a63 e-con-full e-flex e-con e-child\" data-id=\"13f1a63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-14a4012 e-con-full img-mitad e-flex e-con e-child\" data-id=\"14a4012\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42547e8 elementor-widget elementor-widget-image\" data-id=\"42547e8\" 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-85.jpg\" class=\"attachment-full size-full wp-image-2570\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-85.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-85-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-85-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-85-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-85-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-352dbcf e-con-full img-mitad e-flex e-con e-child\" data-id=\"352dbcf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0283382 elementor-widget elementor-widget-image\" data-id=\"0283382\" 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-61.jpg\" class=\"attachment-full size-full wp-image-2571\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-61.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-61-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-61-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-61-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-61-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-2545638 e-con-full e-flex e-con e-child\" data-id=\"2545638\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fcd344 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4fcd344\" 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 illustrations were digitised to be included in the project\u2019s compilation dossier, alongside the in-depth explanations of each mission. To close the project, the original works were exhibited at the official launch event, and the initiative was featured in an extensive report in the local newspaper El Peri\u00f3dico. <\/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-4d93ebf3 e-con-full img-completa e-flex e-con e-child\" data-id=\"4d93ebf3\" 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-17bc01e3 elementor-widget elementor-widget-image\" data-id=\"17bc01e3\" 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-15-scaled.jpg\" class=\"attachment-full size-full wp-image-2572\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-6-15-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-9ef6119 e-con-full e-flex e-con e-child\" data-id=\"9ef6119\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-be145f9 e-con-full img-mitad e-flex e-con e-child\" data-id=\"be145f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c74dbbb elementor-widget elementor-widget-image\" data-id=\"c74dbbb\" 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-88.jpg\" class=\"attachment-full size-full wp-image-2573\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-88.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-88-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-88-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-88-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-88-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-60ac61a e-con-full img-mitad e-flex e-con e-child\" data-id=\"60ac61a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c45d11 elementor-widget elementor-widget-image\" data-id=\"0c45d11\" 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-69.jpg\" class=\"attachment-full size-full wp-image-2574\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-69.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-69-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-69-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-69-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-69-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-1867dcb e-con-full e-flex e-con e-child\" data-id=\"1867dcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-07e642b e-con-full img-mitad e-flex e-con e-child\" data-id=\"07e642b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-347ebf9 elementor-widget elementor-widget-image\" data-id=\"347ebf9\" 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-89.jpg\" class=\"attachment-full size-full wp-image-2575\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-89.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-89-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-89-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-89-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-89-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-2fa49a0 e-con-full img-mitad e-flex e-con e-child\" data-id=\"2fa49a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2cc894 elementor-widget elementor-widget-image\" data-id=\"b2cc894\" 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-70.jpg\" class=\"attachment-full size-full wp-image-2576\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-70.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-70-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-70-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-70-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-70-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-4fc381d e-con-full e-flex e-con e-child\" data-id=\"4fc381d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c651fce e-con-full img-mitad e-flex e-con e-child\" data-id=\"c651fce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b54fe5 elementor-widget elementor-widget-image\" data-id=\"4b54fe5\" 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-90.jpg\" class=\"attachment-full size-full wp-image-2577\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-90.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-90-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-90-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-90-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-90-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-e385814 e-con-full img-mitad e-flex e-con e-child\" data-id=\"e385814\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e96d836 elementor-widget elementor-widget-image\" data-id=\"e96d836\" 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-71.jpg\" class=\"attachment-full size-full wp-image-2578\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-71.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-71-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-71-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-71-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-71-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-4b39d1f e-con-full img-completa e-flex e-con e-child\" data-id=\"4b39d1f\" 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-bcd7332 elementor-widget elementor-widget-image\" data-id=\"bcd7332\" 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-7-8-scaled.jpg\" class=\"attachment-full size-full wp-image-2579\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-300x150.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-1024x512.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-768x384.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-1536x768.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-7-8-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-db4d850 e-con-full e-flex e-con e-child\" data-id=\"db4d850\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e28dc16 e-con-full img-mitad e-flex e-con e-child\" data-id=\"e28dc16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f20955a elementor-widget elementor-widget-image\" data-id=\"f20955a\" 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-86.jpg\" class=\"attachment-full size-full wp-image-2580\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-86.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-86-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-86-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-86-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Rectangle-3-86-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-5a59677 e-con-full img-mitad e-flex e-con e-child\" data-id=\"5a59677\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f48d01 elementor-widget elementor-widget-image\" data-id=\"6f48d01\" 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-68.jpg\" class=\"attachment-full size-full wp-image-2581\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-68.jpg 1296w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-68-228x300.jpg 228w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-68-778x1024.jpg 778w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-68-768x1011.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/Frame-59-68-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-8451da1 e-con-full img-cover e-flex e-con e-child\" data-id=\"8451da1\" 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-cffad5e elementor-widget elementor-widget-image\" data-id=\"cffad5e\" 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-4-scaled.jpg\" class=\"attachment-full size-full wp-image-2582\" alt=\"\" srcset=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-scaled.jpg 2560w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-300x200.jpg 300w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-1024x683.jpg 1024w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-768x512.jpg 768w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-1536x1024.jpg 1536w, https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/cabecera-2-4-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-2db9bd3 e-con-full e-flex e-con e-child\" data-id=\"2db9bd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e87c129 elementor-widget elementor-widget-template\" data-id=\"e87c129\" 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":2583,"template":"","meta":[],"cat-proyecto":[31,35],"class_list":["post-2584","proyecto","type-proyecto","status-publish","has-post-thumbnail","hentry","cat-proyecto-communication","cat-proyecto-characters"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Comprom\u00eds Metropolit\u00e0 2030 - 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\/compromis-metropolita-2030\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comprom\u00eds Metropolit\u00e0 2030 - C\u00e9 Marina\" \/>\n<meta property=\"og:description\" content=\"Client: PEMB Art Direction: C\u00e9 Marina \/ PEMB Illustration: C\u00e9 Marina Year: 2022 The \u2018Comprom\u00eds Metropolit\u00e0 2030\u2019, (the result of the process Barcelona Dem\u00e0) is the new strategic plan for the metropolitan area of \u200b\u200bBarcelona. It is geared towards boosting a new model of prosperity and placing it as one of the leading metropolises in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/\" \/>\n<meta property=\"og:site_name\" content=\"C\u00e9 Marina\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T13:57:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/compromis-base.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1060\" \/>\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\\\/compromis-metropolita-2030\\\/\",\"url\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/\",\"name\":\"Comprom\u00eds Metropolit\u00e0 2030 - C\u00e9 Marina\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/compromis-base.webp\",\"datePublished\":\"2026-04-21T15:39:57+00:00\",\"dateModified\":\"2026-06-15T13:57:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/compromis-base.webp\",\"contentUrl\":\"https:\\\/\\\/cemarina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/compromis-base.webp\",\"width\":1060,\"height\":1500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cemarina.com\\\/en\\\/project\\\/compromis-metropolita-2030\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/cemarina.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Comprom\u00eds Metropolit\u00e0 2030\"}]},{\"@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":"Comprom\u00eds Metropolit\u00e0 2030 - 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\/compromis-metropolita-2030\/","og_locale":"en_US","og_type":"article","og_title":"Comprom\u00eds Metropolit\u00e0 2030 - C\u00e9 Marina","og_description":"Client: PEMB Art Direction: C\u00e9 Marina \/ PEMB Illustration: C\u00e9 Marina Year: 2022 The \u2018Comprom\u00eds Metropolit\u00e0 2030\u2019, (the result of the process Barcelona Dem\u00e0) is the new strategic plan for the metropolitan area of \u200b\u200bBarcelona. It is geared towards boosting a new model of prosperity and placing it as one of the leading metropolises in [&hellip;]","og_url":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/","og_site_name":"C\u00e9 Marina","article_modified_time":"2026-06-15T13:57:21+00:00","og_image":[{"width":1060,"height":1500,"url":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/compromis-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\/compromis-metropolita-2030\/","url":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/","name":"Comprom\u00eds Metropolit\u00e0 2030 - C\u00e9 Marina","isPartOf":{"@id":"https:\/\/cemarina.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/#primaryimage"},"image":{"@id":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/#primaryimage"},"thumbnailUrl":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/compromis-base.webp","datePublished":"2026-04-21T15:39:57+00:00","dateModified":"2026-06-15T13:57:21+00:00","breadcrumb":{"@id":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/#primaryimage","url":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/compromis-base.webp","contentUrl":"https:\/\/cemarina.com\/wp-content\/uploads\/2026\/04\/compromis-base.webp","width":1060,"height":1500},{"@type":"BreadcrumbList","@id":"https:\/\/cemarina.com\/en\/project\/compromis-metropolita-2030\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/cemarina.com\/en\/"},{"@type":"ListItem","position":2,"name":"Comprom\u00eds Metropolit\u00e0 2030"}]},{"@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\/2584","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":2,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto\/2584\/revisions"}],"predecessor-version":[{"id":2734,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/proyecto\/2584\/revisions\/2734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/media\/2583"}],"wp:attachment":[{"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/media?parent=2584"}],"wp:term":[{"taxonomy":"cat-proyecto","embeddable":true,"href":"https:\/\/cemarina.com\/en\/wp-json\/wp\/v2\/cat-proyecto?post=2584"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}