{"id":171,"date":"2025-01-27T09:57:44","date_gmt":"2025-01-27T09:57:44","guid":{"rendered":"https:\/\/cartesio.com\/?page_id=171"},"modified":"2026-07-21T14:20:11","modified_gmt":"2026-07-21T12:20:11","slug":"ideas-y-noticias","status":"publish","type":"page","link":"https:\/\/cartesio.com\/en\/ideas-y-noticias\/","title":{"rendered":"News and ideas"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code Container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Grid Styles&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.noticias-grid {||    display: grid;||    grid-template-columns: repeat(auto-fit, minmax(280px, 33.3333333333333%));||    gap: 0;||}||||.noticia-outter {||    background: transparent;||    border-right: 1px solid rgba(180, 178, 177, 1);||    border-bottom: 1px solid rgba(180, 178, 177, 1);||    padding: 40px;||    border-radius: 0px;||    transition: background-color 0.5s ease;||}||.noticia-outter:hover {||    background: white;||}||.noticia-inner{||    display:flex;||    flex-direction:column;||    gap:24px;||    height:100%;||}||||\/* Fecha *\/||.post-date {||    font-size: 14px;||    color: #888;||  margin-bottom:-8px;||}||||\/* T\u00edtulo *\/||.post-title {||  font-weight:500;||  margin-bottom:-8px;||  color:rgba(0, 29, 42, 1)!important;||}||||\/* Categor\u00eda *\/||.post-category {||    display: inline-block;||    padding: 5px 10px;||    border: 1px solid rgba(108, 107, 106, 1);||    border-radius:8px;||    width:30%;||    text-align:center;||}||||\/* Bot\u00f3n %22Leer publicaci\u00f3n%22 *\/||.read-more-btn {||    display: inline-flex;||    align-items: center;||    text-decoration: none;||    width:100%;||    text-align:center;||    margin-top:16px;||}||||.read-more-btn p{||    border-bottom: 2px solid black;||    padding-bottom: 3px;||}||||.read-more-btn .icon {||    margin-left: 10px;||}||||.noticia-outter .thumb{||    width: 100%;||    height: 20rem;||}||.noticia-outter .thumb img {||    width: 100%;||    height: 100%;||    display: block;||    object-fit: cover;||}||||.outer-frame{||    margin-top: -1px;||    width:100%;||    height:84px;||    padding-left:40px;||    padding-right:40px;||    border-bottom: 1px solid rgba(180, 178, 177, 1);||    border-top: 1px solid rgba(180, 178, 177, 1);||}||||.inner-frame{||  \twidth:100%;||  \theight:100%;||  \tdisplay:flex;||    align-items:center;||    justify-content:center;||    border-left: 1px solid rgba(180, 178, 177, 1);||    border-right: 1px solid rgba(180, 178, 177, 1);||}||||.inner-frame button{||  \twidth:fit-content;||  \tbackground:transparent;||    border:0px;||    cursor:pointer;||}||||.inner-frame .read-more-btn{||  margin-top:0px;||}||||@media (max-width: 980px) {||    .noticia-outter {||        width: 100%;||        border-right: 0px;||    }||   .noticias-grid {||      grid-template-columns: repeat(auto-fit, 100%);||    }||}||||.fade-in {||    opacity: 0;||    animation: fadeIn 0.5s forwards;||}||||@keyframes fadeIn {||    to {||        opacity: 1;||    }||}||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][et_pb_code admin_label=&#8221;News single card Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.custom-post-card {||    overflow: hidden;||    position: relative;||    height: 100%;||    max-width: 600px;||    padding: 40px;||}||||.custom-post-card-slide {||    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;||    opacity: 0;||    visibility: hidden;||    position: absolute;||    top: 0;||    left: 0;||    width: 100%;||    height: 100%;||    display:flex;||    flex-direction:column;||    gap:24px;||}||||.custom-post-card-slide.active {||    opacity: 1;||    visibility: visible;||    position: relative;||    transform: translateX(0);||}||||.post-card .et_pb_code_inner{||  height:100%;||  margin-left:40px;||  margin-right:40px;||  border-left: 1px solid rgba(216, 214, 212, 1);||  border-right: 1px solid rgba(216, 214, 212, 1);||}||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->    let sliders = document.querySelectorAll(\".custom-post-card\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    sliders.forEach(slider => {<!-- [et_pb_line_break_holder] -->        let slides = slider.querySelectorAll(\".custom-post-card-slide\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        if (slides.length > 0) {<!-- [et_pb_line_break_holder] -->            slides.forEach(slide => slide.classList.remove(\"active\")); \/\/ Ocultar todas las slides<!-- [et_pb_line_break_holder] -->            slides[0].classList.add(\"active\"); \/\/ Mostrar solo la primera en cada instancia<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;Media&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;@media ( max-width: 980px ) { ||    .post-card .et_pb_text_inner{||      margin-left:12px;||      margin-right:12px;||    }||  .post-category{||    width:50%!important;||  }||  .read-more-btn{||    width:85%!important;||  }||  .custom-post-card{||    padding:20px;||  }||  .post-card .et_pb_code_inner{||    margin-left:12px!important;||    margin-right:12px!important;||  }||  .custom-post-card-slide{||    gap:20px;||  }||  .outer-frame{||    padding-left:12px;||    padding-right:12px;||\t}||  .noticia-outter {||    padding:20px;||    padding-left:12px;||    padding-right:12px;||  }||  .thumb{||    height:280px!important;||  }||  .image-16-9{height: 283px!important;}||  .image-16-9 .et_pb_image_wrap {||\tpadding-top: 100%;||    height: 283px!important;||\tdisplay: block;||}||.image-16-9 .et_pb_image_wrap img {||\tposition: absolute;||\theight: 283px!important;||\twidth: 100%;||\ttop: 0;||\tleft: 0;||\tright: 0;||\tbottom: 0;||\tobject-fit: cover;||}||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; module_class=&#8221;color-grey-60&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ebeae9&#8243; background_image=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/09\/light-HERO-noise-background.png&#8221; background_size=&#8221;initial&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px|40px|0px|40px|false|true&#8221; custom_padding_tablet=&#8221;0px|20px|0px|20px|false|true&#8221; custom_padding_phone=&#8221;|12px||12px|false|true&#8221; custom_css_main_element=&#8221;border-bottom:1px solid;||display:flex;||justify-content:center;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;color-grey-60&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1920px&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding=&#8221;80px|40px|40px|40px|false|true&#8221; custom_padding_tablet=&#8221;80px|20px|40px|20px|false|true&#8221; custom_padding_phone=&#8221;40px|12px|40px|12px|true|true&#8221; custom_css_main_element=&#8221;border-left:1px solid;||border-right:1px solid;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-hero  color-blue-50&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Satoshi||||||||&#8221; text_font_size=&#8221;54px&#8221; text_line_height=&#8221;1.2em&#8221; custom_css_main_element=&#8221;font-weight:600;&#8221; global_colors_info=&#8221;{}&#8221;]<span class=\"text-HERO  color-blue-70\">Compartimos nuestra visi\u00f3n<\/span> sobre la situaci\u00f3n financiera y la realidad econ\u00f3mica.[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2520px&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#b4b2b1&#8243; border_width_top_tablet=&#8221;0px&#8221; border_width_top_phone=&#8221;0px&#8221; border_width_top_last_edited=&#8221;off|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Modular News Grid&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]    \n    <div class=\"news-filters\" style=\"padding: 20px 40px; border-bottom: 1px solid #b4b2b1;\">\n        <div class=\"filters-row\" style=\"display: flex; gap: 15px; align-items: end; flex-wrap: wrap;\">\n            <div class=\"search-group\" style=\"flex: 0 0 calc(50% - 10px); min-width: 280px;\">\n                <label for=\"news-search\" style=\"display: block; margin-bottom: 8px; font-weight: 600; color: #013953; font-size: 14px;\">Buscar noticias:<\/label>\n                <input type=\"text\" id=\"news-search\" placeholder=\"Escriba aqu\u00ed para buscar...\" style=\"width: 100%; padding: 12px 16px; border: 2px solid #e5e5e5; border-radius: 8px; font-size: 16px; transition: border-color 0.3s ease; outline: none;\">\n            <\/div>\n            \n            <div class=\"category-group\" style=\"flex: 0 0 auto; position: relative;\">\n                <label style=\"display: block; margin-bottom: 8px; font-weight: 600; color: #013953; font-size: 14px;\">Categor\u00edas:<\/label>\n                <button id=\"category-btn\" style=\"padding: 0.9rem 20px; background: white; border: 2px solid #01567D; border-radius: 8px; color: #01567D; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s ease; font-size: 14px;\">\n                    <span id=\"category-btn-text\">Seleccionar categor\u00edas<\/span>\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <polyline points=\"6,9 12,15 18,9\"><\/polyline>\n                    <\/svg>\n                <\/button>\n                \n                <div id=\"category-popover\" style=\"position: absolute; top: 100%; left: 0; background: white; border: 2px solid #01567D; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 1000; min-width: 280px; max-height: 300px; overflow-y: auto; display: none; margin-top: 4px;\">\n                    <div style=\"padding: 16px;\">\n                        <div style=\"margin-bottom: 12px;\">\n                            <label style=\"display: flex; align-items: center; gap: 8px; font-weight: 600; color: #013953; cursor: pointer; padding: 8px; border-radius: 4px; transition: background-color 0.2s;\">\n                                <input type=\"checkbox\" id=\"select-all-categories\" style=\"width: 16px; height: 16px; accent-color: #01567D;\">\n                                <span>Todas las categor\u00edas<\/span>\n                            <\/label>\n                        <\/div>\n                        <hr style=\"border: none; border-top: 1px solid #e5e5e5; margin: 12px 0;\">\n                        <div id=\"categories-list\">\n                                                                                                <label style=\"display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s; color: #6C6B6A;\" data-category-label>\n                                        <input type=\"checkbox\" value=\"cartesio_prensa\" name=\"category-filter\" style=\"width: 16px; height: 16px; accent-color: #01567D;\">\n                                        <span>Cartesio en Prensa<\/span>\n                                    <\/label>\n                                                                    <label style=\"display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s; color: #6C6B6A;\" data-category-label>\n                                        <input type=\"checkbox\" value=\"noticias\" name=\"category-filter\" style=\"width: 16px; height: 16px; accent-color: #01567D;\">\n                                        <span>Noticias<\/span>\n                                    <\/label>\n                                                                    <label style=\"display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s; color: #6C6B6A;\" data-category-label>\n                                        <input type=\"checkbox\" value=\"opiniones\" name=\"category-filter\" style=\"width: 16px; height: 16px; accent-color: #01567D;\">\n                                        <span>Opiniones<\/span>\n                                    <\/label>\n                                                                    <label style=\"display: flex; align-items: center; gap: 8px; padding: 8px; border-radius: 4px; cursor: pointer; transition: background-color 0.2s; color: #6C6B6A;\" data-category-label>\n                                        <input type=\"checkbox\" value=\"premios\" name=\"category-filter\" style=\"width: 16px; height: 16px; accent-color: #01567D;\">\n                                        <span>Premios<\/span>\n                                    <\/label>\n                                                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"filter-actions\" style=\"flex: 1; display: flex; gap: 12px; justify-content: flex-end; align-items: end;\">\n                <button id=\"apply-filters\" style=\"background: #01567D; color: white; border: none; padding: 1rem 24px; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 14px; transition: background-color 0.3s ease; min-width: 120px;\">\n                    Aplicar filtros\n                <\/button>\n                <button id=\"reset-filters\" style=\"background: #6C6B6A; color: white; border: none; padding: 1rem 24px; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 14px; transition: background-color 0.3s ease; min-width: 120px;\">\n                    Borrar\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <style>\n\t\t.news-filters{\n\t\t\tfont-family: 'Satoshi'\n\t\t}\n\t\t.news-filters *{\n\t\t\tfont-family:inherit;\n\t\t}\n        .news-filters input[type=\"text\"]:focus {\n            border-color: #01567D !important;\n            box-shadow: 0 0 0 3px rgba(1, 86, 125, 0.1);\n        }\n        \n        .news-filters #category-btn:hover {\n            background-color: #01567D;\n            color: white;\n        }\n        \n        .news-filters #apply-filters:hover {\n            background-color: #013953;\n        }\n        \n        .news-filters #reset-filters:hover {\n            background-color: #5a5958;\n        }\n        \n        .news-filters [data-category-label]:hover {\n            background-color: #f8f9fa;\n        }\n        \n        @media (max-width: 950px) {\n\t\t\t.news-filters{\n\t\t\t\tpadding: 8px 12px !important;\n\t\t\t}\n\t\t\t\n            .news-filters .filters-row {\n                flex-direction: column;\n                gap: 20px;\n            }\n            \n            .news-filters .search-group {\n                flex: 1 !important;\n                min-width: 100% !important;\n            }\n            \n            .news-filters .category-group {\n                flex: 1 1 100% !important;\n                width: 100%;\n            }\n            \n            .news-filters #category-btn {\n                width: 100%;\n                justify-content: space-between;\n            }\n            \n            .news-filters #category-popover {\n                left: 0;\n                right: 0;\n                min-width: auto;\n            }\n            \n            .news-filters .filter-actions {\n                flex: 1 !important;\n\t\t\t\twidth:100% !important;\n                justify-content: stretch !important;\n            }\n            \n            .news-filters .filter-actions button {\n                flex: 1;\n                min-width: auto !important;\n            }\n        }\n        \n        @media (max-width: 480px) {          \n            .news-filters .filter-actions {\n                gap: 10px !important;\n            }\n        }\n    <\/style>\n\n    <div id=\"noticias-grid\" class=\"noticias-grid\">\n                        <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/conviviendo-con-la-indexacion-sin-matar-al-mensajero\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/pajaros-para-blog-1-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/pajaros-para-blog-1-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/pajaros-para-blog-1-1280x854.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/pajaros-para-blog-1-980x653.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/pajaros-para-blog-1-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">July 29, 2026<\/p>\n                        <h3 class=\"post-title text-h5\">Conviviendo con la indexaci\u00f3n sin matar al mensajero\u2026<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Hay un debate que surge en cualquier discusi\u00f3n sobre los mercados de renta variable: la creciente importancia de la gesti\u00f3n...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/nadie-es-profeta-en-su-tierra\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/joshua-earle-g1TWbj5XYb4-unsplash-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/joshua-earle-g1TWbj5XYb4-unsplash-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/joshua-earle-g1TWbj5XYb4-unsplash-1280x854.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/joshua-earle-g1TWbj5XYb4-unsplash-980x653.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/07\/joshua-earle-g1TWbj5XYb4-unsplash-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">July 14, 2026<\/p>\n                        <h3 class=\"post-title text-h5\">\u00a1Nadie es profeta en su tierra!<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Cartesio X y Cartesio Y frente a uno de los fondos multiactivo de mayor \u00e9xito de Europa Klaus Kaldemorgen es...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/cartesio-equity-ganador-premio-expansion-allfunds-2026-al-mejor-fondo-multiactivo-moderado\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2267\" height=\"1701\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/04\/Premio-Expansion-26-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2026\/04\/Premio-Expansion-26-1.jpg 2267w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/04\/Premio-Expansion-26-1-1280x960.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/04\/Premio-Expansion-26-1-980x735.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2026\/04\/Premio-Expansion-26-1-480x360.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2267px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">April 30, 2026<\/p>\n                        <h3 class=\"post-title text-h5\">Cartesio Equity, ganador premio Expansi\u00f3n-Allfunds 2026 al mejor fondo Multiactivo Moderado.<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Cartesio Equity (replica de Luxemburgo de Cartesio Y) ha sido galardonado con el premio Expansi\u00f3n-Allfunds 2026 al mejor fondo Multiactivo...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Premios<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/un-clasico-las-10-reglas-de-bob-farrell\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"708\" height=\"530\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/09\/b5f44515-bob-farrell.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/09\/b5f44515-bob-farrell.jpg 708w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/09\/b5f44515-bob-farrell-480x359.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 708px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">September 4, 2025<\/p>\n                        <h3 class=\"post-title text-h5\">Un cl\u00e1sico \u2013 Las 10 reglas de Bob Farrell<\/h3>\n                        <p class=\"post-excerpt text-body-l\">\u00bfQui\u00e9n es Bob Farrell y porqu\u00e9 son famosas sus 10 reglas? Bob Farrell trabaj\u00f3 en Merrill Lynch (hoy Bank of...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/no-solo-importa-la-rentabilidad-tambien-el-riesgo\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1703\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/No-solo-importa-la-rentabilidad-tambien-el-riesgo-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/No-solo-importa-la-rentabilidad-tambien-el-riesgo-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/No-solo-importa-la-rentabilidad-tambien-el-riesgo-1280x852.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/No-solo-importa-la-rentabilidad-tambien-el-riesgo-980x652.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/No-solo-importa-la-rentabilidad-tambien-el-riesgo-480x319.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">February 5, 2025<\/p>\n                        <h3 class=\"post-title text-h5\">No s\u00f3lo importa la rentabilidad, tambi\u00e9n el riesgo<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Todos sabemos lo que es la rentabilidad de una inversi\u00f3n. A largo plazo la mejor forma de medirla es la...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/cartesio-nombra-tres-nuevos-socios\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1521\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Cartesio-nombra-tres-nuevos-socios-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Cartesio-nombra-tres-nuevos-socios-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Cartesio-nombra-tres-nuevos-socios-1280x761.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Cartesio-nombra-tres-nuevos-socios-980x582.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Cartesio-nombra-tres-nuevos-socios-480x285.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">May 24, 2024<\/p>\n                        <h3 class=\"post-title text-h5\">Cartesio nombra tres nuevos socios<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Cartesio Inversiones nombra a Itziar \u00c1lvarez, Juan Ignacio Gonz\u00e1lez y Jorge Losa nuevos socios de la Gestora. Con el nombramiento...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Noticias<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/una-opinion-creativa-sobre-tipos-e-inflacion\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Una-opinion-creativa-sobre-tipos-e-inflacion-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Una-opinion-creativa-sobre-tipos-e-inflacion-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Una-opinion-creativa-sobre-tipos-e-inflacion-1280x720.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Una-opinion-creativa-sobre-tipos-e-inflacion-980x551.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Una-opinion-creativa-sobre-tipos-e-inflacion-480x270.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">February 15, 2024<\/p>\n                        <h3 class=\"post-title text-h5\">Una opinio\u0301n creativa sobre tipos e inflacio\u0301n<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Una variable clave para un inversor es la rentabilidad en t\u00e9rminos reales. Es decir, la rentabilidad obtenida u objetiva despu\u00e9s...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/el-error-del-trading-cuantificado\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"1755\" height=\"1170\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/El-error-del-22trading22-cuantificado.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/El-error-del-22trading22-cuantificado.jpg 1755w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/El-error-del-22trading22-cuantificado-1280x853.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/El-error-del-22trading22-cuantificado-980x653.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/El-error-del-22trading22-cuantificado-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1755px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">September 27, 2023<\/p>\n                        <h3 class=\"post-title text-h5\">El error del \u201ctrading\u201d cuantificado<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Todos los a\u00f1os Morningstar (la plataforma internacional de referencia en el an\u00e1lisis de fondos de inversi\u00f3n) publica un informe en...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Opiniones<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                            <article class=\"noticia-outter\">\n                    <a href=\"https:\/\/cartesio.com\/en\/noticia\/all-time-high-cantando-y-reflexionando\/\" class=\"noticia-inner\">\n                        <div class=\"thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2009\" src=\"https:\/\/cartesio.com\/wp-content\/uploads\/2023\/07\/All-time-high_cantando-y-reflexionando-2-scaled.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/cartesio.com\/wp-content\/uploads\/2023\/07\/All-time-high_cantando-y-reflexionando-2-scaled.jpg 2560w, https:\/\/cartesio.com\/wp-content\/uploads\/2023\/07\/All-time-high_cantando-y-reflexionando-2-1280x1005.jpg 1280w, https:\/\/cartesio.com\/wp-content\/uploads\/2023\/07\/All-time-high_cantando-y-reflexionando-2-980x769.jpg 980w, https:\/\/cartesio.com\/wp-content\/uploads\/2023\/07\/All-time-high_cantando-y-reflexionando-2-480x377.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2560px, 100vw\" \/>                        <\/div>\n                        <p class=\"post-date text-body-m\">July 27, 2023<\/p>\n                        <h3 class=\"post-title text-h5\">All time high: cantando y reflexionando<\/h3>\n                        <p class=\"post-excerpt text-body-l\">Cuando los fondos, los dos y \u00fanicos que gestionamos desde hace ya casi veinte a\u00f1os, hacen nuevos m\u00e1ximos hist\u00f3ricos, alguno...<\/p>\n                        <span class=\"post-category text-body-s bg-white-30\">Noticias<\/span>\n                        <div class=\"read-more-btn text-body-l\">\n                            <p>Leer publicaci\u00f3n<\/p> \n                            <span class=\"icon text-body-l\">\n                                <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                                    <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/div>\n                    <\/a>\n                <\/article>\n                <\/div>\n\n    <div id=\"no-results\" style=\"display: none; text-align: center; padding: 40px; color: #666;\">\n        <h3 class=\"color-blue-70\">No se encontraron noticias<\/h3>\n        <p class=\"color-grey-70\">Intenta modificar los filtros de b\u00fasqueda.<\/p>\n    <\/div>\n\n            <div class=\"outer-frame\" id=\"callback-btn-frame\">\n            <div class=\"inner-frame\">\n                <button id=\"cargar-mas-noticias\" class=\"read-more-btn text-body-l\">\n                    <p>Cargar m\u00e1s<\/p>\n                    <span class=\"icon text-body-l\">\n                        <svg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                            <path d=\"M17 22.675L17 9L19 9L19 22.675L24.6 17.075L26 18.5L18 26.5L10 18.5L11.4 17.075L17 22.675Z\" fill=\"#2B2B2A\"\/>\n                        <\/svg>\n                    <\/span>\n                <\/button>\n            <\/div>\n        <\/div>\n    \n    <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const btn = document.getElementById('cargar-mas-noticias');\n        const grid = document.getElementById('noticias-grid');\n        const searchInput = document.getElementById('news-search');\n        const categoryBtn = document.getElementById('category-btn');\n        const categoryPopover = document.getElementById('category-popover');\n        const categoryBtnText = document.getElementById('category-btn-text');\n        const selectAllCheckbox = document.getElementById('select-all-categories');\n        const categoryCheckboxes = document.querySelectorAll('input[name=\"category-filter\"]');\n        const applyFiltersBtn = document.getElementById('apply-filters');\n        const resetFiltersBtn = document.getElementById('reset-filters');\n        const noResults = document.getElementById('no-results');\n        const btnFrame = document.getElementById('callback-btn-frame');\n\n        const scrollMatch = document.cookie.match(\/scrollPos=(\\d+)\/);\n        if (scrollMatch) {\n            window.scrollTo(0, parseInt(scrollMatch[1]));\n            document.cookie = \"scrollPos=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=\/;\";\n        }\n\n        const savedSearch = getCookie('searchTerm');\n        const savedCategories = getCookie('categoryFilter');\n        if (savedSearch) searchInput.value = savedSearch;\n\n        if (savedCategories) {\n            const categoriesArray = savedCategories.split(',').filter(cat => cat.trim() !== '');\n            categoriesArray.forEach(categorySlug => {\n                const checkbox = document.querySelector(`input[name=\"category-filter\"][value=\"${categorySlug}\"]`);\n                if (checkbox) checkbox.checked = true;\n            });\n            updateCategoryButtonText();\n        }\n\n        const initialResults = grid.querySelectorAll('.noticia-outter');\n        if (initialResults.length === 0 && (savedSearch || savedCategories)) {\n            noResults.style.display = 'block';\n            if (btnFrame) btnFrame.style.display = 'none';\n        } else {\n            noResults.style.display = 'none';\n        }\n\n        categoryBtn.addEventListener('click', function(e) {\n            e.stopPropagation();\n            categoryPopover.style.display = categoryPopover.style.display === 'none' ? 'block' : 'none';\n        });\n\n        document.addEventListener('click', function(e) {\n            if (!categoryBtn.contains(e.target) && !categoryPopover.contains(e.target)) {\n                categoryPopover.style.display = 'none';\n            }\n        });\n\n        selectAllCheckbox.addEventListener('change', function() {\n            const isChecked = this.checked;\n            categoryCheckboxes.forEach(checkbox => {\n                checkbox.checked = isChecked;\n            });\n            updateCategoryButtonText();\n        });\n\n        categoryCheckboxes.forEach(checkbox => {\n            checkbox.addEventListener('change', function() {\n                updateSelectAllState();\n                updateCategoryButtonText();\n            });\n        });\n\n        function updateSelectAllState() {\n            const checkedCount = Array.from(categoryCheckboxes).filter(cb => cb.checked).length;\n            const totalCount = categoryCheckboxes.length;\n            \n            selectAllCheckbox.checked = checkedCount === totalCount;\n            selectAllCheckbox.indeterminate = checkedCount > 0 && checkedCount < totalCount;\n        }\n\n        function updateCategoryButtonText() {\n            const selectedCategories = Array.from(categoryCheckboxes).filter(cb => cb.checked);\n            const count = selectedCategories.length;\n            \n            if (count === 0) {\n                categoryBtnText.textContent = 'Seleccionar categor\u00edas';\n            } else if (count === 1) {\n                categoryBtnText.textContent = selectedCategories[0].nextElementSibling.textContent;\n            } else if (count === categoryCheckboxes.length) {\n                categoryBtnText.textContent = 'Todas las categor\u00edas';\n            } else {\n                categoryBtnText.textContent = `${count} categor\u00edas seleccionadas`;\n            }\n        }\n\n        let scrollTimeout;\n        window.addEventListener('scroll', () => {\n            clearTimeout(scrollTimeout);\n            scrollTimeout = setTimeout(() => {\n                document.cookie = \"scrollPos=\" + window.scrollY + \"; path=\/\";\n            }, 200);\n        });\n\n        searchInput.addEventListener('keypress', function(e) {\n            if (e.key === 'Enter') {\n                applyFilters();\n            }\n        });\n\n        applyFiltersBtn.addEventListener('click', applyFilters);\n\n        function applyFilters() {\n            const searchTerm = searchInput.value.trim();\n            const selectedCategories = Array.from(categoryCheckboxes)\n                .filter(cb => cb.checked)\n                .map(cb => cb.value);\n            const categoryFilter = selectedCategories.join(',');\n\n            document.cookie = \"searchTerm=\" + encodeURIComponent(searchTerm) + \"; path=\/\";\n            document.cookie = \"categoryFilter=\" + encodeURIComponent(categoryFilter) + \"; path=\/\";           \n\n            document.cookie = \"paged=1; path=\/\";\n            document.cookie = \"noticiasCargadas=9; path=\/\";\n \n            categoryPopover.style.display = 'none';\n\n            const params = new URLSearchParams({\n                action: 'load_more_news_filtered',\n                search: searchTerm,\n                category: categoryFilter,\n                paged: 1\n            });\n\n            fetch('https:\/\/cartesio.com\/wp-admin\/admin-ajax.php?' + params.toString())\n            .then(response => response.json())\n            .then(data => {\n                grid.innerHTML = data.html;\n                \n                if (data.html.trim() === '') {\n                    noResults.style.display = 'block';\n                    if (btnFrame) btnFrame.style.display = 'none';\n                } else {\n                    noResults.style.display = 'none';\n                    if (btnFrame) {\n                        btnFrame.style.display = data.hasMore ? 'block' : 'none';\n                    }\n                }\n            })\n            .catch(error => {\n                console.error('Error:', error);\n            });\n        }\n\n        resetFiltersBtn.addEventListener('click', function() {\n            searchInput.value = '';\n            categoryCheckboxes.forEach(cb => cb.checked = false);\n            updateSelectAllState();\n            updateCategoryButtonText();\n            \n            categoryPopover.style.display = 'none';\n            \n            document.cookie = \"searchTerm=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=\/;\";\n            document.cookie = \"categoryFilter=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=\/;\";\n            document.cookie = \"paged=1; path=\/;\";\n            document.cookie = \"noticiasCargadas=9; path=\/;\";\n            \n            location.reload();\n        });\n\n        if (btn) {\n            btn.addEventListener('click', function () {\n                const paged = parseInt(getCookie('paged') || '1') + 1;\n                const postsPerPage = 9;\n\n                document.cookie = \"noticiasCargadas=\" + (paged * postsPerPage) + \"; path=\/\";\n\n                fetch('https:\/\/cartesio.com\/wp-admin\/admin-ajax.php?action=load_more_news')\n                .then(response => response.json())\n                .then(data => {\n                    if (!data.html || data.html.trim() === '') return;\n\n                    const tempDiv = document.createElement('div');\n                    tempDiv.innerHTML = data.html;\n                    \n                    const newItems = tempDiv.querySelectorAll('.noticia-outter');\n                    newItems.forEach(item => item.classList.add('fade-in'));\n                    newItems.forEach(item => grid.appendChild(item));\n                    \n                    if (!data.hasMore) {\n                        const element = document.getElementById('callback-btn-frame');\n                        if (element) element.remove();\n                    }\n                });\n            });\n        }\n\n        function getCookie(name) {\n            const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));\n            return match ? decodeURIComponent(match[2]) : null;\n        }\n    });\n    <\/script>\n    [\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;Opt In News&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; custom_margin=&#8221;-1px|0px|0px|0px|false|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|20px||20px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#b4b2b1&#8243; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#b4b2b1&#8243; global_module=&#8221;5253&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; max_width=&#8221;1920px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;80px|0px|80px|0px|true|true&#8221; custom_padding_tablet=&#8221;40px||40px||true|true&#8221; custom_padding_phone=&#8221;|0px||0px|true|true&#8221; custom_css_main_element=&#8221;z-index:1;&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|desktop&#8221; custom_css_main_element_phone=&#8221;gap:12px;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/04\/120277111ed4e161297e2fd03a8d4c6c.png&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_last_edited=&#8221;off|tablet&#8221; custom_css_main_element=&#8221;width:120%!important;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;height:560px;||width:100%!important;&#8221; custom_css_main_element_phone=&#8221;height:560px;||width:100%!important;&#8221;][et_pb_text module_class=&#8221;bg-blue-70-40 blur-10 move-to-bottom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;48px&#8221; text_line_height=&#8221;60px&#8221; background_enable_color=&#8221;off&#8221; max_width=&#8221;40%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; min_height=&#8221;100%&#8221; min_height_last_edited=&#8221;off|desktop&#8221; height_last_edited=&#8221;off|desktop&#8221; max_height_last_edited=&#8221;off|phone&#8221; custom_padding=&#8221;80px|40px||40px|false|true&#8221; custom_padding_tablet=&#8221;40px|20px|40px|20px|true|true&#8221; custom_padding_phone=&#8221;40px|16px|40px|16px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;font-weight:500!important;&#8221; custom_css_free_form=&#8221;@media only screen and ( max-width: 980px ) {||\t.move-to-bottom{||    position:absolute!important;||    bottom:0;||    min-height:50%!important;||  }||}||||.optins-text{||\tfont-family: &#8216;Satoshi&#8217;, sans-serif !important;||\tfont-size:clamp(32px, 6vw, 48px) !important;||\tline-height:clamp(44px, 6vw, 48px) !important;||\tfont-weight:500;||\tletter-spacing: 0 !important;||\tfont-feature-settings: &#8216;ss02&#8217; on, &#8216;ss03&#8217; on;||}||||.optins-TEXT{||\tfont-family: &#8216;ivypresto-text&#8217;, serif !important;;||\tfont-size:clamp(29px, 6vw, 45px) !important;||\tline-height:clamp(44px, 6vw, 48px) !important;||\tfont-weight:400;||\tletter-spacing: 0 !important;||\tfont-style: italic !important;||\tfont-feature-settings: &#8216;ss02&#8217; on, &#8216;ss03&#8217; on;||}&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;font-weight:500!important;||align-items: flex-end;||display: flex;||min-height: fit-content !important;||height: fit-content !important;||max-height: fit-content !important;||&#8221; custom_css_main_element_phone=&#8221;line-height:10px;||font-weight:500!important;||align-items: flex-end;||display: flex;||min-height: fit-content !important;||height: fit-content !important;||max-height: fit-content !important;&#8221;]<\/p>\n<p><span class=\"optins-text color-blue-20\">Mantente al d\u00eda con las <span class=\"optins-TEXT color-white-100\">ideas y noticias<\/span> que publicamos.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;bg-blue-70&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; custom_padding_tablet=&#8221;40px|20px|40px|20px|true|true&#8221; custom_padding_phone=&#8221;|16px||16px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;font-weight:400!important;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Suscr\u00edbete y recibe nuestras ideas y noticias directamente en tu correo.<\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;Javascript for Optin&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->\/\/label to top code<!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', function () {<!-- [et_pb_line_break_holder] -->      const input = document.getElementById('et_pb_signup_email');<!-- [et_pb_line_break_holder] -->      const label = document.querySelector('label[for=\"et_pb_signup_email\"]');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function toggleLabel() {<!-- [et_pb_line_break_holder] -->        if (document.activeElement === input || input.value.trim() !== '') {<!-- [et_pb_line_break_holder] -->          label.classList.add('visible');<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->          label.classList.remove('visible');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->      input.addEventListener('focus', toggleLabel);<!-- [et_pb_line_break_holder] -->      input.addEventListener('blur', toggleLabel);<!-- [et_pb_line_break_holder] -->      input.addEventListener('input', toggleLabel);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Ejecutar por si hay valor precargado<!-- [et_pb_line_break_holder] -->      toggleLabel();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  <\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_signup mailchimp_list=&#8221;Cartesio Inversiones|71d113a35c&#8221; first_name_field=&#8221;off&#8221; last_name_field=&#8221;off&#8221; use_custom_fields=&#8221;on&#8221; success_message=&#8221;Gracias por suscribirte&#8221; button_text=&#8221;Suscribirme&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; form_field_background_color=&#8221;#001d2a&#8221; header_font=&#8221;Satoshi||||||||&#8221; body_font=&#8221;Satoshi||||||||&#8221; result_message_font=&#8221;Satoshi||||||||&#8221; form_field_font=&#8221;Satoshi||||||||&#8221; background_enable_color=&#8221;off&#8221; custom_button=&#8221;on&#8221; button_border_width=&#8221;2px&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;8px&#8221; button_font=&#8221;Satoshi||||||||&#8221; button_on_hover=&#8221;off&#8221; button_custom_margin=&#8221;6px|0px|0px|0px|false|false&#8221; button_custom_padding=&#8221;8px|60px|8px|24px|true|false&#8221; custom_margin=&#8221;32px||32px||true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_free_form=&#8221;\/*Campos de OptIn*\/||.et_pb_contact_form_label{||  display:flex !important;||  height:12px;||  line-height:12px;||  font-size:12px;||  position:absolute;||  top:4px;||  left:14px;||  color:rgba(255, 255, 255, 0.70) !important;||  opacity:0;||}||||.et_pb_contact_form_label.visible {||    opacity:1  !important;||}||||#et_pb_signup_email{||  height:44px;||  background-color:#001D2A;||  border: 2px solid #001D2A;||  color:rgba(255, 255, 255, 0.70);||  padding-left:12px !important;||  padding-right:12px !important;||  padding-top:16px !important;||  padding-bottom:16px;||}||||\/*esta seleccionado*\/||#et_pb_signup_email:focus{||  border: 2px solid white;||  color:white;||  padding-top:25px !important;||}||||\/*hay texto pero no esta seleccionado*\/||#et_pb_signup_email:not(:focus):not(:placeholder-shown) {||  border: 2px solid #001D2A;||  color: white;||  padding-top: 25px !important;||}||||#et_pb_signup_email:focus::placeholder {||  color: transparent !important;||}||||\/*Boton*\/||||.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{||  content:url(\/wp-content\/uploads\/2025\/04\/Contact_submit_hover.svg);||  align-self: anchor-center !important;||\tright:24px;||}&#8221; custom_css_newsletter_fields=&#8221;background-color:rgba(0, 29, 42, 1);||\tcolor:rgba(255, 255, 255, 0.7);||\tborder-radius:8px;||\tfont-size:clamp(16px, 6vw, 16px) !important;||\tline-height:clamp(20px, 6vw, 20px) !important;||\tfont-weight:500;||\tletter-spacing: 0 !important;&#8221; custom_css_newsletter_button=&#8221;font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:fit-content;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_newsletter_button_last_edited=&#8221;on|desktop&#8221; custom_css_newsletter_button_tablet=&#8221;font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:100%;||display:flex;&#8221; custom_css_newsletter_button_phone=&#8221;background: rgba(255, 255, 255, 0.2);||font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:100%;||display:flex;&#8221;][et_pb_signup_custom_field field_id=&#8221;f343625b3f&#8221; field_title=&#8221;Intereses&#8221; field_type=&#8221;checkbox&#8221; checkbox_options=&#8221;%91{%22checked%22:1,%22value%22:%22Noticias%22,%22id%22:%22cdb6d3e361%22,%22dragID%22:-1},{%22checked%22:0,%22value%22:%22Informes%22,%22id%22:%2288abfa486f%22,%22dragID%22:0}%93&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221; predefined_field=&#8221;f343625b3f&#8221;][\/et_pb_signup_custom_field][\/et_pb_signup][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.inner-link-optin{||  text-decoration:underline;||  cursor:pointer;||}||.inner-link-optin:hover{font-weight:bold}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div style=\"font-weight:400\" class=\"text-body-m color-white-100\"><!-- [et_pb_line_break_holder] -->  Al suscribirte aceptas la <a class=\"text-body-m color-white-100 inner-link-optin\" href=\"\/privacy-policy\">Pol\u00edtica de Privacidad<\/a> de Cartesio. Puedes darte de baja o cambiar tus preferencias de correo electr\u00f3nico en cualquier momento.<!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code admin_label=&#8221;Change email placeholder&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    \/* Placeholder *\/<!-- [et_pb_line_break_holder] -->    const input = document.getElementById(\"et_pb_signup_email\");<!-- [et_pb_line_break_holder] -->    if (input) {<!-- [et_pb_line_break_holder] -->      input.placeholder = \"e-mail\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const label = document.querySelector(\".et_pb_contact_form_label\");<!-- [et_pb_line_break_holder] -->    label.textContent = \"e-mail\";<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    \/* Bot\u00f3n *\/ document.querySelectorAll('.et_pb_newsletter_button').forEach(el => {<!-- [et_pb_line_break_holder] -->      el.classList.add('bg-sweep-transition', 'bg-white-20', 'hover-bg-white-20');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->    <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const form = document.querySelector(\".et_pb_newsletter_custom_fields\");\n        const button = form?.querySelector(\".et_pb_newsletter_button\");\n\n        if (!form || !button) return;\n\t\t\n        button.addEventListener(\"click\", function (e) {\n\n            setTimeout(() => {\n                const email = form.querySelector(\"input[name='et_pb_signup_email']\")?.value?.trim();\n                if (!email) return;\n\n                const intereses = Array.from(form.querySelectorAll(\"input[type='checkbox']:checked\"))\n                    .map(cb => cb.value.toLowerCase());\n\n                let journey = null;\n                if (intereses.includes(\"informes\")) {\n                    journey = \"informes\";\n                } else if (intereses.includes(\"noticias\")) {\n                    journey = \"noticias\";\n                }\n\n                if (!journey) return;\n\t\t\t\t\n                fetch('https:\/\/cartesio.com\/wp-admin\/admin-ajax.php?action=trigger_mailchimp_journey', {\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\theaders: {\n\t\t\t\t\t\t\"Content-Type\": \"application\/json\"\n\t\t\t\t\t},\n\t\t\t\t\tbody: JSON.stringify({\n\t\t\t\t\t\temail: email,\n\t\t\t\t\t\tjourney: journey\n\t\t\t\t\t})\n\t\t\t\t})\n                .then(res => res.json())\n                .then(data => {\n                    console.log(\"Mailchimp Journey Trigger:\", data);\n                })\n                .catch(err => console.error(\"AJAX Error:\", err));\n\t\t\n\t\t\t\tconsole.log(\"Flow flag ended\");\n\t\t\n            }, 1000);\n        });\n    });\n    <\/script>\n    <!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; admin_label=&#8221;keep browsing&#8221; module_id=&#8221;#AC-Awards&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; background_enable_color=&#8221;off&#8221; z_index=&#8221;1&#8243; width=&#8221;100%&#8221; custom_margin=&#8221;0px||0px||true|true&#8221; custom_padding=&#8221;0px||0px||false|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_phone=&#8221;0vh|0vw|0vh|0vw|true|true&#8221; global_module=&#8221;2776&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1920px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;100px|80px|100px|80px|true|true&#8221; custom_padding_tablet=&#8221;100px|40px|100px|40px|true|true&#8221; custom_padding_phone=&#8221;|24px||24px|false|true&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-h2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Satoshi||||||||&#8221; text_text_color=&#8221;gcid-1349b919-3d79-44b4-a3c3-10b288232534&#8243; custom_margin=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; global_colors_info=&#8221;{%22gcid-1349b919-3d79-44b4-a3c3-10b288232534%22:%91%22text_text_color%22%93}&#8221;]<\/p>\n<p>Sigue navegando<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; max_width=&#8221;1920px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;otherPages-column  bg-grey-30  color-grey-60&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_tablet=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_phone=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiY3VzdG9tX21ldGFfbGlua18xIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJlbmFibGVfaHRtbCI6Im9mZiJ9fQ==@&#8221; custom_css_main_element=&#8221;border-right:1px solid;||border-left:1px solid;||border-top:1px solid;||display:flex;||flex-direction:column;||justify-content:space-between;||height:380px;&#8221; custom_css_free_form=&#8221;.otherPages-column:hover{||  border-top:1px solid #01567D;||  border-right:1px solid transparent !important;||  background-color:  #FFF !important;||  transition: all 700ms ease-in-out;||}||.otherPages-column:not(:hover){||  transition: all 400ms ease-in-out;||}||||.otherPages-column:hover .otherPages-container {||  border-top:8px solid #01567D !important;||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-container {||  transition: all 700ms ease-in-out;||}||||.otherPages-column:hover .otherPages-title .otherPages-icon rect{||  fill:#B4B2B1 !important;||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-title .otherPages-icon rect{||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-title svg{||  transition: all 400ms ease-in-out;||}&#8221; global_colors_info=&#8221;{%22gcid-f5057a65-ce81-4a43-a29d-6e54c2e48da6%22:%91%22border_color_right%22,%22border_color_top%22%93}&#8221;][et_pb_code module_class=&#8221;otherPages-container  text-body-l &#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|true&#8221; custom_margin_tablet=&#8221;0px|0px|0px|0px|false|true&#8221; custom_margin_phone=&#8221;||0px||false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|80px|0px|80px|true|true&#8221; custom_padding_tablet=&#8221;|40px||40px|true|true&#8221; custom_padding_phone=&#8221;|24px||24px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;border-top: 8px solid transparent; &#8221; custom_css_free_form=&#8221;.otherPages-title{||  width:100%;||  display:flex;||  justify-content:space-between;||  align-items:center;||  padding-top:36px !important;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"otherPages-title\"><!-- [et_pb_line_break_holder] -->  <span class=\"color-blue-100\">Ideas y noticias<\/span><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <svg class=\"otherPages-icon\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] --><rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/><!-- [et_pb_line_break_holder] --><path d=\"M22.0131 15.4013L12.3435 25.071L10.9292 23.6568L20.5989 13.9871L12.6793 13.9871L12.697 11.9895H24.0107V23.3032L22.0131 23.3209L22.0131 15.4013Z\" fill=\"#2B2B2A\"\/><!-- [et_pb_line_break_holder] --><\/svg><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_text module_class=&#8221;text-h4  color-blue-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;content&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Satoshi||||||||&#8221; custom_margin=&#8221;7vh|0px|0px|0px|false|true&#8221; custom_padding=&#8221;0px|80px|0px|80px|true|true&#8221; custom_padding_tablet=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_phone=&#8221;|24px||24px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiY3VzdG9tX21ldGFfbGluazFfaGVhZGVyIiwic2V0dGluZ3MiOnsiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJlbmFibGVfaHRtbCI6Im9mZiJ9fQ==@[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;otherPages-column  bg-grey-30  color-grey-60 onboarding&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_tablet=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_phone=&#8221;0px|0px|80px|0px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; link_option_url=&#8221;https:\/\/onboarding.cartesio.com\/&#8221; custom_css_main_element=&#8221;border-right:1px solid;||border-top:1px solid;||display:flex;||flex-direction:column;||justify-content:space-between;||height:380px;&#8221; custom_css_free_form=&#8221;.otherPages-column:hover{||  border-top:1px solid #01567D;||  background-color:  #FFF !important;||  transition: all 700ms ease-in-out;||}||.otherPages-column:not(:hover){||  transition: all 400ms ease-in-out;||}||||.otherPages-column:hover .otherPages-container {||  border-top:8px solid #01567D !important;||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-container {||  transition: all 700ms ease-in-out;||}||||.otherPages-column:hover .otherPages-title .otherPages-icon rect{||  fill:#B4B2B1 !important;||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-title .otherPages-icon rect{||  transition: all 700ms ease-in-out;||}||||.otherPages-column:not(:hover) .otherPages-title svg{||  transition: all 400ms ease-in-out;||}&#8221; global_colors_info=&#8221;{%22gcid-f5057a65-ce81-4a43-a29d-6e54c2e48da6%22:%91%22border_color_right%22,%22border_color_top%22%93}&#8221;][et_pb_code module_class=&#8221;otherPages-container  text-body-l &#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|true&#8221; custom_margin_tablet=&#8221;0px|0px|0px|0px|false|true&#8221; custom_margin_phone=&#8221;||0px||false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|80px|0px|80px|true|true&#8221; custom_padding_tablet=&#8221;|40px||40px|true|true&#8221; custom_padding_phone=&#8221;|24px||24px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;border-top: 8px solid transparent; &#8221; custom_css_free_form=&#8221;.otherPages-title{||  width:100%;||  display:flex;||  justify-content:space-between;||  align-items:center;||  padding-top:36px !important;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"otherPages-title\"><!-- [et_pb_line_break_holder] -->  <span class=\"color-blue-100\">Hazte cliente<\/span><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  <svg class=\"otherPages-icon\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><!-- [et_pb_line_break_holder] --><rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/><!-- [et_pb_line_break_holder] --><path d=\"M22.0131 15.4013L12.3435 25.071L10.9292 23.6568L20.5989 13.9871L12.6793 13.9871L12.697 11.9895H24.0107V23.3032L22.0131 23.3209L22.0131 15.4013Z\" fill=\"#2B2B2A\"\/><!-- [et_pb_line_break_holder] --><\/svg><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_text module_class=&#8221;text-h4  color-blue-100&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Satoshi||||||||&#8221; custom_margin=&#8221;7vh|0px|0px|0px|false|true&#8221; custom_padding=&#8221;0px|80px|0px|80px|true|true&#8221; custom_padding_tablet=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_phone=&#8221;|24px||24px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]Da el primer paso y hazte cliente de forma r\u00e1pida y sencilla online.[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code Container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Grid Styles&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.noticias-grid {|| display: grid;|| grid-template-columns: repeat(auto-fit, minmax(280px, 33.3333333333333%));|| gap: 0;||}||||.noticia-outter {|| background: transparent;|| border-right: 1px solid rgba(180, 178, 177, 1);|| border-bottom: 1px solid rgba(180, 178, 177, 1);|| padding: 40px;|| border-radius: 0px;|| transition: background-color 0.5s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_mo_disable_npp":"","inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-171","page","type-page","status-publish","hentry"],"acf":{"link_1":"https:\/\/cartesio.com\/en\/como-invertimos\/","link1_header":"Conoce nuestra filosof\u00eda y estilo de inversi\u00f3n."},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Ideas y noticias - cartesio<\/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:\/\/cartesio.com\/en\/ideas-y-noticias\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ideas y noticias\" \/>\n<meta property=\"og:description\" content=\"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code Container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Grid Styles&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.noticias-grid {|| display: grid;|| grid-template-columns: repeat(auto-fit, minmax(280px, 33.3333333333333%));|| gap: 0;||}||||.noticia-outter {|| background: transparent;|| border-right: 1px solid rgba(180, 178, 177, 1);|| border-bottom: 1px solid rgba(180, 178, 177, 1);|| padding: 40px;|| border-radius: 0px;|| transition: background-color 0.5s [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cartesio.com\/en\/ideas-y-noticias\/\" \/>\n<meta property=\"og:site_name\" content=\"cartesio\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-21T12:20:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Cartesioinv\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cartesio.com\\\/ideas-y-noticias\\\/\",\"url\":\"https:\\\/\\\/cartesio.com\\\/ideas-y-noticias\\\/\",\"name\":\"Ideas y noticias - cartesio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cartesio.com\\\/#website\"},\"datePublished\":\"2025-01-27T09:57:44+00:00\",\"dateModified\":\"2026-07-21T12:20:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cartesio.com\\\/ideas-y-noticias\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cartesio.com\\\/ideas-y-noticias\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cartesio.com\\\/ideas-y-noticias\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cartesio.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ideas y noticias\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cartesio.com\\\/#website\",\"url\":\"https:\\\/\\\/cartesio.com\\\/\",\"name\":\"cartesio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cartesio.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cartesio.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cartesio.com\\\/#organization\",\"name\":\"cartesio\",\"url\":\"https:\\\/\\\/cartesio.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cartesio.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cartesio.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/favicon.svg\",\"contentUrl\":\"https:\\\/\\\/cartesio.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/favicon.svg\",\"width\":128,\"height\":128,\"caption\":\"cartesio\"},\"image\":{\"@id\":\"https:\\\/\\\/cartesio.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Cartesioinv\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Ideas y noticias - cartesio","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:\/\/cartesio.com\/en\/ideas-y-noticias\/","og_locale":"en_US","og_type":"article","og_title":"Ideas y noticias","og_description":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code Container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Grid Styles&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.noticias-grid {|| display: grid;|| grid-template-columns: repeat(auto-fit, minmax(280px, 33.3333333333333%));|| gap: 0;||}||||.noticia-outter {|| background: transparent;|| border-right: 1px solid rgba(180, 178, 177, 1);|| border-bottom: 1px solid rgba(180, 178, 177, 1);|| padding: 40px;|| border-radius: 0px;|| transition: background-color 0.5s [&hellip;]","og_url":"https:\/\/cartesio.com\/en\/ideas-y-noticias\/","og_site_name":"cartesio","article_modified_time":"2026-07-21T12:20:11+00:00","twitter_card":"summary_large_image","twitter_site":"@Cartesioinv","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cartesio.com\/ideas-y-noticias\/","url":"https:\/\/cartesio.com\/ideas-y-noticias\/","name":"Ideas y noticias - cartesio","isPartOf":{"@id":"https:\/\/cartesio.com\/#website"},"datePublished":"2025-01-27T09:57:44+00:00","dateModified":"2026-07-21T12:20:11+00:00","breadcrumb":{"@id":"https:\/\/cartesio.com\/ideas-y-noticias\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cartesio.com\/ideas-y-noticias\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cartesio.com\/ideas-y-noticias\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cartesio.com\/"},{"@type":"ListItem","position":2,"name":"Ideas y noticias"}]},{"@type":"WebSite","@id":"https:\/\/cartesio.com\/#website","url":"https:\/\/cartesio.com\/","name":"cartesio","description":"","publisher":{"@id":"https:\/\/cartesio.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cartesio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cartesio.com\/#organization","name":"cartesio","url":"https:\/\/cartesio.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cartesio.com\/#\/schema\/logo\/image\/","url":"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg","contentUrl":"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg","width":128,"height":128,"caption":"cartesio"},"image":{"@id":"https:\/\/cartesio.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Cartesioinv"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"et-pb-post-main-image":false,"et-pb-post-main-image-fullwidth":false,"et-pb-portfolio-image":false,"et-pb-portfolio-module-image":false,"et-pb-portfolio-image-single":false,"et-pb-gallery-module-image-portrait":false,"et-pb-post-main-image-fullwidth-large":false,"et-pb-image--responsive--desktop":false,"et-pb-image--responsive--tablet":false,"et-pb-image--responsive--phone":false},"uagb_author_info":{"display_name":"dev-cartesiowp-admin","author_link":"https:\/\/cartesio.com\/en\/author\/dev-cartesiowp-admin\/"},"uagb_comment_info":0,"uagb_excerpt":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Code Container&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Grid Styles&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.noticias-grid {|| display: grid;|| grid-template-columns: repeat(auto-fit, minmax(280px, 33.3333333333333%));|| gap: 0;||}||||.noticia-outter {|| background: transparent;|| border-right: 1px solid rgba(180, 178, 177, 1);|| border-bottom: 1px solid rgba(180, 178, 177, 1);|| padding: 40px;|| border-radius: 0px;|| transition: background-color 0.5s&hellip;","_links":{"self":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/comments?post=171"}],"version-history":[{"count":4,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/171\/revisions"}],"predecessor-version":[{"id":13201,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/171\/revisions\/13201"}],"wp:attachment":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/media?parent=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}