<div class="bg-white relative overflow-hidden mb-6">
{# <div class="absolute z-0 w-full h-full text-black transform ">#}
{# <svg class="opacity-5 transform scale-50" viewBox="100 0 1000 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">#}
{# <use xlink:href="#{{ fede }}"></use>#}
{# </svg>#}
{# </div>#}
<div class="max-w-7xl mx-auto py-2 px-4">
<div class="text-center">
<h2 class="text-base font-semibold text-indigo-600 tracking-wide uppercase">{{ competicion.club.cliente.nombre }}</h2>
<p class="text-4xl font-extrabold text-gray-900 sm:text-5xl sm:tracking-tight lg:text-6xl">{{ competicion.nombre }}</p>
<p class="max-w-xl mt-4 mx-auto text-xl text-gray-500">
{% set firstRound = data.rounds|first %}
{% set lastRound = data.rounds|last %}
{% set fechaInicio = firstRound is defined ? firstRound.initial_date : '' %}
{% set fechaFin = lastRound is defined ? lastRound.final_date : '' %}
{{ fechaInicio }} - {{ fechaFin }}
</p>
</div>
</div>
</div>