{% extends 'baseES.html.twig' %}
{% block title %}EPYP{% endblock %}
{% block body %}
</div>
<div style="background-image: url('{{ asset('uploads/images/'~ images['image-haut'].url) }}'); width: 100%; min-height: 500px; background-position: center; position: relative; background-repeat: no-repeat;background-size: cover"
class="primary">
<div class="w-100 fs-1 fw-semibold position-absolute top-50 start-50 translate-middle text-white text-center" style="height: 10vh">
EUROPEAN PROJECT FOR YOUTH PARTICIPATION
</div>
<a href="#section1">
<button type="button"
class="btn btn-primary fw-semibold p-3 mx-auto position-absolute top-75 start-50 translate-middle">
{# ATTENTION TRADUCTION REVERSO#}
Descubrir
</button>
</a>
</div>
<div class="w-100" style=" min-height: 100vh">
<div class="container-fluid " style=" min-height: 80vh">
<div class="row align-items-center d-flex">
<div class="col-md-6 col-sm-12 p-md-5 p-sm-2 text-left my-5 " style="text-align: justify">
<div class="px-md-5">
<span class="fw-bold fs-3" style="color: #6E8BC4">El proyecto</span> <br>
{% if texts is not empty and texts['text-1'].content is not empty %}
{{ texts['text-1'].content|raw }}
{% endif %}
</div>
</div>
<div class="col col-md-6 col-sm-12 my-5">
<img src="{{ asset('uploads/images/'~ images['image-centre'].url) }}" alt="" class="w-75 mx-auto d-block">
</div>
</div>
<div class="container-fluid text-center p-5" style=" min-height: 10vh">
<a href="#section2">
<button type="button" class="btn btn-primary fw-semibold p-3">
{# ATTENTION TRADUCTION REVERSO#}
Seguir
</button>
</a>
</div>
</div>
</div>
<div class="w-100 text-center fs-1 fw-semibold p-5" id="section2">
LA CONSTRUCCIÓN DE LA HERRAMIENTA
</div>
<div class="container-fluid p-md-5 p-sm-0">
<div class="row">
<div class="col-md-6 col-sm-12 p-md-5 p-sm-4 text-left py-5 " style="text-align: justify">
<div class="p-md-5 p-xs-2">
<span class="fw-bold fs-3" style="color: #6E8BC4">MetodologÃa</span> <br>
{% if texts is not empty and texts['text-2'].content is not empty %}
{{ texts['text-2'].content|raw }}
{% endif %}
</div>
</div>
<div class="col-md-6 col-sm-12 p-md-5 p-sm-4 text-left py-5 " style="text-align: justify">
<div class="p-md-5 p-xs-2 mx-auto">
<span class="fw-bold fs-3" style="color: #6E8BC4">Nuestras acciones</span> <br>
{% if texts is not empty and texts['text-3'].content is not empty %}
{{ texts['text-3'].content|raw }}
{% endif %}
</div>
</div>
</div>
<div class="container-fluid text-center p-md-5 p-sm-2 mt-5">
<a href="{{ path('app-questionnaire-index') }} ">
<button type="button" class="btn btn-primary fw-semibold p-3">
{# ATTENTION TRADUCTION REVERSO#}
Acceder a la herramienta
</button>
</a>
</div>
<div class="container-flex fw-light">
<div class=" text-center mx-auto ">
{# ATTENTION TRADUCTION REVERSO#}
{% if texts is not empty and texts['text-4'].content is not empty %}
{{ texts['text-4'].content|raw }}
{% endif %}
</div>
</div>
{{ include('/_includes/consortium_epyp.html.twig') }}
{% endblock %}