{{ cms.render.image(marca,
{ w: 760, h: 476, fit: 'crop-focalpoint', fm: 'jpg' },
{ collection: 'brands', property: imgProp, class: 'idf-marca__img', loading: 'lazy' }
) }}
{% if enMexico or enEspana %}
{% if enMexico %}México{% endif %}
{% if enEspana %}España{% endif %}
{% endif %}
{% if marca.logo %}
{{ cms.render.image(marca,
{ w: 420, fm: 'png' },
{ collection: 'brands', property: 'logo', class: 'idf-marca__logo', loading: 'lazy' }
) }}
{% else %}
{{ marca.title }}
{% endif %}{{ marca.header_title | default(marca.title) }}
{% if resumen %}{{ resumen | truncate(155, true) }}
{% endif %} {% if marca.feature_1 or marca.feature_2 or marca.feature_3 %}-
{% if marca.feature_1 %}
- {{ marca.feature_1 }} {% endif %} {% if marca.feature_2 %}
- {{ marca.feature_2 }} {% endif %} {% if marca.feature_3 %}
- {{ marca.feature_3 }} {% endif %}
{% if operando %}
{% endif %}
En operación
{{ operando }} sucursales
{% endif %}
{% if marca.invest_from %}
Inversión desde
{{ marca.invest_from }}
{% endif %}
{% if marca.av_return_year %}
Rendimiento anual prom.
{{ marca.av_return_year }}
{% endif %}
Ver marca
{% if portafolio %}
Ver portafolio
{% endif %}