{%- assign source = page.planos_source | default: 'investimentos' -%} {%- assign data = site.data[source].planos -%}
{% if page.url contains "/investimentos/planos" %}

{{ data.title2 }}

{{ data.subtitle2 }}

{% else %}

{{ data.title }}

{{ data.subtitle }}

{% endif %}
{% include image.html src=data.image.src alt=data.image.alt %}
{{ data.cta.text }}

{{ data.cta.note }}

{% if page.url contains "/investimentos/planos" %}

{{ data.box.title2 }}

{% else %}

{{ data.box.title }}

{% endif %}
    {% for item in data.box.items %}
  • check_circle {{ item }}
  • {% endfor %}
{{ data.cta.text2 }}

{{ data.cta.note }}