{% import 'components/footer/macros.html.twig' as macros %}
{% block testimonials %}
{% include 'layouts/testimonials-carousel.html.twig' %}
{% endblock testimonials %}
<footer class="footer-main">
<img src="{{ asset('build/images/border-section-footer.svg') }}" class="laptop:block absolute left-0 w-full -mb-px bottom-full laptop:bottom-[99%] z-10"/>
<div class="flex flex-col items-center laptop:max-w-screen-laptop laptop:w-full">
<section class="w-full flex flex-col laptop:grid laptop:grid-cols-[30%_auto_30%] laptop:gap-x-10 laptop:gap-y-4 laptop:items-center laptop:justify-between">
<div class="flex flex-col items-center laptop:flex-row py-6">
{{ macros.render_rrss() }}
</div>
</section>
<section class="w-full md:px-2 my-4 grid grid-cols-2 laptop:grid-cols-4 gap-y-10 md:gap-x-10">
<div class="flex flex-col items-start">
<h4 class="text-sm md:text-base leading-none font-bold text">{{ 'general.footer.about'|trans }}</h4>
<ul class="space-y-1 grid gap-1 mt-2">
<li><a href="{{ path('app_about_us') }}" class="block text-sm md:text-base leading-none">{{ 'general.static-pages.aboutus'|trans }}</a></li>
<li><a href="https://triwuu.com/blog" class="block text-sm md:text-base leading-none" target="_blank" rel="noreferrer noopener">{{ 'general.footer.blog'|trans }}</a></li>
<li><a href="https://chat.whatsapp.com/EAuS55wY1myGBQWLBVvCwn" class="block text-sm md:text-base leading-none" target="_blank" rel="noreferrer noopener">{{ 'general.footer.comm'|trans }}</a></li>
</ul>
</div>
<div class="flex flex-col items-end laptop:items-start">
<h4 class="text-sm md:text-base leading-none font-bold text-right md:text-left">{{ 'general.footer.help'|trans }}</h4>
<ul class="space-y-1 grid gap-1 mt-2 text-right laptop:text-left">
<li><a href="{{ path('app_faq') }}" class="block text-sm md:text-base leading-none">{{ 'general.static-pages.faq'|trans }}</a></li>
<li>
<a href="tel:+34681936570" class="block text-sm md:text-base leading-none">
<i class="fa-solid fa-phone mr-1 text-xs"></i><span>+34 681 936 570</span>
</a>
</li>
<li>
<a href="mailto:triwuu@triwuu.com" class="block text-sm md:text-base leading-none">
<i class="fa-regular fa-envelope mr-1 text-xs"></i><span>triwuu@triwuu.com</span>
</a>
</li>
</ul>
</div>
<div class="flex flex-col items-start">
<h4 class="text-sm md:text-base leading-none font-bold">{{ 'general.footer.trans'|trans }}</h4>
<div class="grid grid-cols-3 gap-3 mt-2">
<img src="{{ asset('build/images/visa.svg') }}"/>
<img src="{{ asset('build/images/mastercard.svg') }}"/>
<img src="{{ asset('build/images/american_express.svg') }}"/>
</div>
</div>
<div class="flex flex-col items-end laptop:items-start">
<h4 class="text-sm md:text-base font-bold text-right laptop:text-left leading-none laptop:leading-normal">{{ 'general.footer.sell'|trans }}</h4>
<ul class="space-y-1 grid gap-1 mt-2 text-right laptop:text-left">
<li>
<a href="https://proveedores.triwuu.com/" class="block text-base leading-none btn btn--primary py-1 px-2 font-bold" target="_blank" rel="noreferrer noopener">
{{ 'general.footer.info'|trans }}
</a>
</li>
</ul>
</div>
</section>
<section class="flex flex-wrap items-center justify-center laptop:justify-start gap-5 w-full my-4">
<a href="#" rel="noreferrer noopener" class="text-center flex flex-col items-center justify-center">
<p class="block text-xs leading-none text-center">Cofinanciado por la Dirección de Calidad e Industrias Alimentarias del Gobierno Vasco</p>
<img src="{{ asset('build/images/logo_gv.png') }}" alt="Cofinanciado por la Dirección de Calidad e Industrias Alimentarias del Gobierno Vasco" class="text-center navbar-main__legal__logo__gv">
</a>
<a href="https://www.bosquessostenibles.com/projects-archive/triwu_u" target="_blank" rel="noreferrer noopener">
<img src="{{ asset('build/images/bosques-sostenibles.jpg') }}" alt="Bosques sostenibles" class="w-16 mix-blend-lighten">
</a>
<div class="flex flex-col items-center space-y-2 max-w-[15rem]">
<img src="{{ asset('build/images/bizkaia-logo.png') }}" alt="Logo Dip. Bizkaia" class="h-12">
<p class="text-xs text-center" style="text-wrap:balance">{{ 'general.backer'|trans }}</p>
</div>
</section>
<section class="w-full my-1 grid grid-cols-1 laptop:grid-cols-[25%_auto_25%] gap-x-10 gap-y-4 items-center">
<p class="text-center laptop:text-left laptop:mb-0"><small>© {{ 'now' | date('Y') }} {{ 'general.allrightsreserved'|trans }} </small></p>
<ul class="flex flex-wrap justify-center items-center mt-2 max-w-lg gap-4">
<li><a href="{{ path('app_terms_of_use') }}" class="block text-xs leading-none text-center">{{ 'general.policy.termsandconditions'|trans }}</a></li>
<li><a href="{{ path('app_legal_notice') }}" class="block text-xs leading-none text-center">{{ 'general.policy.legalnotice'|trans }}</a></li>
<li><a href="{{ path('app_privacy_policy') }}" class="block text-xs leading-none text-center">{{ 'general.policy.privacy'|trans }}</a></li>
<li><a href="{{ path('app_cookie_policy') }}" class="block text-xs leading-none text-center">{{ 'general.policy.cookie'|trans }}</a></li>
</ul>
<div class="flex flex-col items-center laptop:items-end">
<img src="{{ asset('build/images/triwu_u_logo_negative.svg') }}" alt="Logo triwu_u" class="w-32 my-2 laptop:w-30">
<p class="text-center text-base font-medium">{{ 'general.footer.union'|trans }}</p>
</div>
</section>
</div>
</footer>