{% if editmode %}
{% do pimcore_head_link().appendStylesheet(asset('static/css/editmode.css')) %}
{{ pimcore_head_link() }}
{% endif %}
{#footer#}
<section class="seccion_body">
<!-- Footer -->
<footer
class=" bg-light text-muted">
<!-- Section: Links -->
<div class="row">
<div class="col-sm-10 bg-dark text-white">
<section>
<div
class="container mt-5">
<!-- Grid row -->
<div class="row mt-3">
{% if editmode %}
<h3 class="float-left">{{ 'Footer Column(s):' }}</h3>
{% endif %}
{% for i in pimcore_iterate_block(pimcore_block('mainlinkblock')) %}
<div class="col-6 col-md">
<h5>{{ pimcore_input('mainBlockTitle', {'placeholder': 'Footer Title'}) }}</h5>
<ul class="list-unstyled text-small">
{% for i in pimcore_iterate_block(pimcore_block('linkblock')) %}
<li>{{ pimcore_link('myLink', {'class': "text-muted"}) }}</li>
{% endfor %}
</ul>
</div>
{% if editmode %}
<hr/>
{% endif %}
{% endfor %}
</div>
</div>
</section>
</div>
<div class="col-sm-2 d-flex justify-content-center " style="align-items: center;">
{{ pimcore_image('logo-footer', {
title: 'Imagene de footer',
thumbnail: 'imegenesPortal',
hidetext: true,
deferred: true,
cacheBuster: true,
imgAttributes: {
class : 'img_footer'
}
}) }}
{# <img id="logo-footer" style = "width: 11.5rem; height: fit-content;" src="{{ asset('/static/images/1686101419239.png') }}"> #}
</div>
</div>
</footer>
</section>