-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
641 lines (593 loc) · 42 KB
/
Copy pathindex.html
File metadata and controls
641 lines (593 loc) · 42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Carrera de las Empresas - AJE Córdoba - 15 noviembre 2026</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="carrera, cordoba, aje, running, run" name="keywords">
<meta content="5K, 10K en individual, parejas o equipos de 4. Ven a correr el 15 de Noviembre a la Carrera AJE Córdoba en el Parque Miraflores con una espectacular llegada con la Mezquita-Catedral de fondo. 10K Prueba puntuable para el Circuito de Carreras Populares de Córdoba." name="description">
<meta property="og:image" content="https://runningseries.es/2024/preview.png">
<meta property="og:title" content="Carrera de las Empresas - AJE Córdoba - 15 noviembre 2026" />
<meta property="og:description" content="5K, 10K en individual, parejas o equipos de 4. Ven a correr el 15 de Noviembre a la Carrera AJE Córdoba en el Parque Miraflores con una espectacular llegada con la Mezquita-Catedral de fondo. 10K Prueba puntuable para el Circuito de Carreras Populares de Córdoba." />
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Oswald:wght@600&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-dark position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Corriendo...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark sticky-top py-lg-0 px-lg-5">
<a href="#" class="navbar-brand ms-4 ms-lg-0">
<h1 class="mb-0 text-primary text-uppercase"><img src="img/logo.png"></h1>
</a>
<button type="button" class="navbar-toggler me-4" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto p-4 p-lg-0">
<a href="#" class="nav-item nav-link active">2026</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">OTRAS EDICIONES</a>
<div class="dropdown-menu m-0">
<a href="2025" class="dropdown-item">RESULTADOS 2025</a>
<a href="2024" class="dropdown-item">RESULTADOS 2024</a>
<a href="2023" class="dropdown-item">RESULTADOS 2023</a>
<a href="2022" class="dropdown-item">RESULTADOS 2022</a>
<a class="dropdown-item">2021 COVID</a>
<a class="dropdown-item">2020 COVID</a>
<a href="2018" class="dropdown-item">RESULTADOS 2018</a>
<a href="2017" class="dropdown-item">RESULTADOS 2017</a>
<a href="2016" class="dropdown-item">RESULTADOS 2016</a>
<a href="2015" class="dropdown-item">RESULTADOS 2015</a>
</div>
</div>
<a href="#contacto" class="nav-item nav-link">CONTACTO</a>
</div>
</div>
</nav>
<div class="video-container">
<video autoplay loop muted class="video-bg" id="video-bg">
<source src="2024/videoresumen-480p.mp4" type="video/mp4" alt="HTML5 background video">
</video>
<div class="container">
<div class="row g-5">
<div class="col-lg-6">
<h1 class="text-uppercase mb-4"></h1>
<div class="text-center mx-auto mb-5Up" style="max-width: 600px;">
<h1 class="text-uppercase">15 noviembre 2026</h1>
<h2 class="text-uppercase">PARQUE DE MIRAFLORES CÓRDOBA</h2>
<h2 class="text-uppercase">INSCRIPCIONES PRÓXIMAMENTE</h2>
<a class="btn btn-primary rounded-0 py-2 px-lg-4 d-none d-lg-block margin-inferior">REGLAMENTO PRÓXIMAMENTE<i class="fa fa-file ms-3"></i></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row g-5">
<div class="col-lg-6">
<div class="d-flex flex-column">
<img class="img-fluid w-100 align-self-end" src="2026/cartel-runningseries aje-26.png" alt="">
<img class="w-100" src="2024/mapa-absoluta.jpg" alt="Image">
</div>
</div>
<div class="col-lg-6">
<h1 class="text-uppercase mb-4">SOMOS LA CARRERA DE LAS EMPRESAS! SOMOS LA CARRERA DE PAREJAS Y EQUIPOS !</h1>
<p class="text-blue">Somos una carrera con un formato muy distinto a las carreras populares de cada fin de semana</p>
<p class="mb-4 text-blue">5K o 10K en modalidad INDIVIDUAL, PAREJAS o EQUIPOS DE 4.</p>
<h1 class="text-uppercase mb-4">5K Y 10K</h1>
<h1 class="text-uppercase mb-4">15 NOV. PARQUE MIRAFLORES CÓRDOBA</h1>
<p class="mb-4 text-blue">10K individual es prueba puntuable para el Circuito de Carreras Populares de Córdoba.</p>
</div>
<div class="col-lg-6">
</div>
</div>
<div class="row g-5">
<div class="col-lg-6">
<div class="d-flex flex-column">
<img class="img-fluid w-100 align-self-end" src="2026/cartel-runningseries aje-26-infantil.png" alt="">
<img class="w-100" src="2024/mapa-base.jpg" alt="Image">
</div>
</div>
<div class="col-lg-6">
<h1 class="text-uppercase mb-4">TENEMOS CARRERAS INFANTILES Y LA CARRERA FAMILIAR</h1>
<p class="text-blue">Carreras no competitivas ! Fomentamos los valores</p>
<p class="mb-4 text-blue">Distancias adaptadas a la edad</p>
<h1 class="text-uppercase mb-4">DE 100 METROS A 1000 METROS</h1>
<h1 class="text-uppercase mb-4">15 NOV. PARQUE MIRAFLORES CÓRDOBA</h1>
</div>
<div class="col-lg-6">
</div>
</div>
<div class="row g-5">
<div class="col-lg-12">
<h1 class="text-uppercase mb-4">DESAFÍA A LAS DEMÁS EMPRESAS EN MODALIDAD EQUIPOSx4 10K !</h1>
<p class="text-blue">¿Qué empresas son las más rápidas en la modalidad de equipos de 4 en 10 kilómetros?</p>
<p class="mb-4 text-blue">Premio para las 3 más rápidas en el 10K</p>
</div>
</div>
</div>
<div class="container-xxl py-5" id="carrera">
<div class="container-xxl py-5" id="fotos">
<div class="container">
<div class="row g-0">
<div class="col-lg-6">
<div class="h-100">
<iframe width="600" height="315" src="https://www.youtube.com/embed/-3YPLR8GJyc?si=CbfFlTLmeCpPSy0R" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6" id="horario-reparto-dorsales">
<div class="bg-secondary h-100 d-flex flex-column justify-content-center p-5">
<h1 class="text-uppercase mb-4">VIDEO 2024</h1>
<a href="https://www.youtube.com/watch?v=-3YPLR8GJyc" target="_blank" class="btn btn-primary rounded-0 py-2 px-lg-4 d-none d-lg-block margin-inferior">VER VIDEO<i class="fas fa-video ms-3"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Working Hours End -->
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5">
<div id="header-carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/carousel-1.jpg" alt="Image">
<div class="carousel-caption d-flex align-items-center justify-content-center text-start">
<div class="mx-sm-5 px-5" style="max-width: 900px;">
<h1 class="display-2 text-white text-uppercase mb-4 animated slideInDown">10K | 5K </h1>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-running me-3"></i>INDIVIDUAL</h4>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-map-marker-alt me-3"></i>Parque Miraflores, Córdoba</h4>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/carousel-2.jpg" alt="Image">
<div class="carousel-caption d-flex align-items-center justify-content-center text-start">
<div class="mx-sm-5 px-5" style="max-width: 900px;">
<h1 class="display-2 text-white text-uppercase mb-4 animated slideInDown">INFANTILES </h1>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-running me-3"></i>NO COMPETITIVA</h4>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-map-marker-alt me-3"></i>Parque Miraflores, Córdoba</h4>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/carousel-3.jpg" alt="Image">
<div class="carousel-caption d-flex align-items-center justify-content-center text-start">
<div class="mx-sm-5 px-5" style="max-width: 900px;">
<h1 class="display-2 text-white text-uppercase mb-4 animated slideInDown">FAMILIAR </h1>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-running me-3"></i>NO COMPETITIVA</h4>
<h4 class="text-white text-uppercase mb-4 animated slideInDown"><i class="fa fa-map-marker-alt me-3"></i>Parque Miraflores, Córdoba</h4>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#header-carousel"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#header-carousel"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Carousel End -->
</div>
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5Up" style="max-width: 600px;">
<h1 class="text-uppercase">CUALES SON LOS FORMATOS DE CARRERA ?</h1>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">5K INDIVIDUAL</h3>
<p> No hay categorías de edad</p>
<span class="text-uppercase text-primary">Individual Absolut@</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">5K PAREJAS</h3>
<p>Siempre tienen que ir juntos de inicio a fin</p>
<span class="text-uppercase text-primary">Pareja Masculina</span>
<span class="text-uppercase text-primary">Pareja Femenina</span>
<span class="text-uppercase text-primary">Pareja Mixta</span>
<span class="text-uppercase text-primary">Pareja Diversidad</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">5K EQUIPOS-4</h3>
<p>Equipos de 4. Siempre tienen que ir juntos de inicio a fin</p>
<span class="text-uppercase text-primary">Equipo Masculino</span>
<span class="text-uppercase text-primary">Equipo Femenino</span>
<span class="text-uppercase text-primary">Equipo Mixta</span>
<span class="text-uppercase text-primary">Equipo Diversidad</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">10K INDIVIDUAL</h3>
<p>Categorías de edad del Circuito Carreras Populares Córdoba</p>
<span class="text-uppercase text-primary">Desde Junior hasta Veterano D</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">10K PAREJAS</h3>
<p>Siempre tienen que ir juntos de inicio a fin</p>
<span class="text-uppercase text-primary">Pareja Masculina</span>
<span class="text-uppercase text-primary">Pareja Femenina</span>
<span class="text-uppercase text-primary">Pareja Mixta</span>
<span class="text-uppercase text-primary">Pareja Diversidad</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">10K EQUIPOS-4</h3>
<p>Equipos de 4. Siempre tienen que ir juntos de inicio a fin</p>
<span class="text-uppercase text-primary">Equipo Masculino</span>
<span class="text-uppercase text-primary">Equipo Femenino</span>
<span class="text-uppercase text-primary">Equipo Mixta</span>
<span class="text-uppercase text-primary">Equipo Diversidad</span>
<span class="text-uppercase text-primary">Equipo EMPRESAS</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">INFANTILES 200m a 1000m</h3>
<p>No son competitivas. A favor de Autismo Córdoba</p>
<span class="text-uppercase text-primary">Hasta 17 años</span>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6Up">
<div class="service-item position-relative overflow-hidden bg-secondary d-flex h-100 p-5 ps-0">
<div class="bg-red d-flex flex-shrink-0 align-items-center justify-content-center" style="width: 60px; height: 60px;">
<img class="img-fluid" src="img/haircut.png" alt="">
</div>
<div class="ps-4 text-blue">
<h3 class="text-uppercase mb-3">FAMILIAR 500m | 1000m</h3>
<p>No es competitiva.</p>
<span class="text-uppercase text-primary">Cualquier edad</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Working Hours Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-0">
<div class="col-lg-6">
<div class="h-100">
<img class="img-fluid h-100" src="img/open.jpg" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="bg-secondary h-100 d-flex flex-column justify-content-center p-5">
<h1 class="text-uppercase mb-4">FECHAS</h1>
<div>
<div class="d-flex justify-content-between border-bottom py-2">
<h6 class="text-uppercase mb-0 text-blue">APERTURA INSCRIPCIONES</h6>
<span class="text-uppercase text-primary">PRÓXIMAMENTE</span>
</div>
<div class="d-flex justify-content-between border-bottom py-2">
<h6 class="text-uppercase mb-0 text-blue">CIERRE INSCRIPCIONES</h6>
<span class="text-uppercase text-primary">11 NOVIEMBRE 2026</span>
</div>
<div class="d-flex justify-content-between border-bottom py-2">
<h6 class="text-uppercase mb-0 text-blue">CARRERA</h6>
<span class="text-uppercase text-primary">15 NOVIEMBRE 2026</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Working Hours End -->
<!-- Working Hours Start -->
<div class="container-xxl py-5" id="otras-ediciones">
<div class="container">
<div class="row g-0">
<div class="col-lg-12">
<div class="bg-secondary h-100 d-flex flex-column justify-content-center p-5">
<h1 class="text-uppercase mb-4">OTRAS EDICIONES</h1>
<div>
<div class="d-flex justify-content-between border-bottom py-2" id="2025">
<h6 class="text-uppercase mb-0 text-blue">2025</h6>
<a href="2025/galeria" target="_blank" class="text-uppercase text-primary">FOTOS 2025</a>
<a href="2025/resultados" target="_blank" class="text-uppercase text-primary">RESULTADOS 2025</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2024">
<h6 class="text-uppercase mb-0 text-blue">2024</h6>
<a href="https://photos.app.goo.gl/MN7GkLj14qREagvS8" target="_blank" class="text-uppercase text-primary">FOTOS 2024</a>
<a href="2024/resultados-aje-cordoba-2024.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2024</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2023">
<h6 class="text-uppercase mb-0 text-blue">2023</h6>
<a href="https://photos.app.goo.gl/1vpPQhbpuBMWp4Gn7" target="_blank" class="text-uppercase text-primary">FOTOS 2023</a>
<a href="2023/cordoba2023.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2023</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2022">
<h6 class="text-uppercase mb-0 text-blue">2022</h6>
<a href="https://photos.app.goo.gl/GCKf4FNvUSnYsyS9A" target="_blank" class="text-uppercase text-primary">FOTOS 2022</a>
<a href="2022/cordoba2022.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2022</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2021">
<h6 class="text-uppercase mb-0 text-blue">2021</h6>
<a class="text-uppercase text-primary">CANCELADA COVID</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2020">
<h6 class="text-uppercase mb-0 text-blue">2020</h6>
<a class="text-uppercase text-primary">CANCELADA COVID</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2019">
<h6 class="text-uppercase mb-0 text-blue">2019</h6>
<a href="https://photos.app.goo.gl/3KXihUv3qXBFU5dq7" target="_blank" class="text-uppercase text-primary">FOTOS 2019</a>
<a href="2019/cordoba2019.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2019</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2018">
<h6 class="text-uppercase mb-0 text-blue">2018</h6>
<a href="2018/cordoba2018.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2018</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2017">
<h6 class="text-uppercase mb-0 text-blue">2017</h6>
<a href="2017/cordoba2017.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2017</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2016">
<h6 class="text-uppercase mb-0 text-blue">2016</h6>
<a href="2016/cordoba2016.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2016</a>
</div>
<div class="d-flex justify-content-between border-bottom py-2" id="2015">
<h6 class="text-uppercase mb-0 text-blue">2015</h6>
<a href="2015/cordoba2015.pdf" target="_blank" class="text-uppercase text-primary">RESULTADOS 2015</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" style="max-width: 600px;">
<h1 class="text-uppercase">EMPRESAS QUE NOS APOYAN</h1>
</div>
<div class="owl-carousel testimonial-carousel wow fadeInUp">
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-spg.png' alt='SPG'>">
<h4 class="text-uppercase">SPG</h4>
<a href="https://www.spg-pack.com/" target="_blank"><p class="text-primary">spg-pack.com</p></a>
<span class="fs-5 text-blue">Empresa líder del sector de fabricación de films (láminas y complejos) flexibles y rígidos para envasado de alimentación de Gran Consumo a nivel europeo.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-superate.png' alt='Superate Sports'>">
<h4 class="text-uppercase">SUPERATE SPORTS</h4>
<a href="https://superatesports.es/" target="_blank"><p class="text-primary">superatesports.es</p></a>
<span class="fs-5 text-blue">
Centro de entrenamiento en Córdoba. Supérate cada día, mejora tu condición física, sin excusas. Diversidad de entrenamientos y disciplinas que mejor se adapten a ti.
</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-fisiovazquez.png' alt='Vázquez Fisioterapia'>">
<h4 class="text-uppercase">VÁZQUEZ FISIOTERAPIA</h4>
<a href="https://vazquezfisioterapia.com/" target="_blank"><p class="text-primary">vazquezfisioterapia.com</p></a>
<span class="fs-5 text-blue">
Equipo de fisioterapeutas altamente cualificado con la mejor maquinaria e instalaciones en Córdoba.
</span>
</div>
</div>
<div class="owl-carousel testimonial-carousel wow">
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-mercadovictoria.png' alt='mercado victoria'>">
<h4 class="text-uppercase">Mercado Victoria</h4>
<a href="https://www.mercadovictoria.com/" target="_blank"><p class="text-primary">mercadovictoria.com</p></a>
<span class="fs-5 text-blue">
Primer mercado gourmet de Andalucía con más de 20 puestos gastronómicos en los que disfrutar cocina cordobesa, española e internacional. Un espacio que combina a la perfección la unión entre una excelente y variada gastronomía, y el mejor ambiente de la ciudad.
</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-saile.png' alt='saile'>">
<h4 class="text-uppercase">Saile Publicidad Exterior</h4>
<a href="https://sailes.es/" target="_blank"><p class="text-primary">saile.es</p></a>
<span class="fs-5 text-blue">Anuncia tu marca en zonas estratégicas de la ciudad. + 50.000 impactos diarios. 100% de cobertura en toda la ciudad. 75% más de visibilidad de marca.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-iberoturf.png' alt='iberoturf'>">
<h4 class="text-uppercase">Iberoturf</h4>
<a href="https://iberoturf.com/" target="_blank"><p class="text-primary">iberoturf.com</p></a>
<span class="fs-5 text-blue">Empresa especializada en césped artificial. Ofrecemos una amplia variedad de césped de alta calidad para todos los usos. Acercamos el césped artificial a tus sentidos.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-tysa.png' alt='tysa'>">
<h4 class="text-uppercase">TYSA Ford</h4>
<a href="https://www.tysa.es/" target="_blank"><p class="text-primary">tysa.es</p></a>
<span class="fs-5 text-blue">TYSA Ford, concesionario oficial Ford desde 1982, con sede en Sevilla y Córdoba, es el 7º concesionario Ford más grande de España, único FordStore en Sevilla y Córdoba capaz de ofrecerle a sus clientes una experiencia única, con un servicio más eficaz y unos precios más competitivos.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-offimax.png' alt='Offimax'>">
<h4 class="text-uppercase">Offimax</h4>
<a href="https://www.offimaxsur.es/" target="_blank"><p class="text-primary">offimaxsur.es</p></a>
<span class="fs-5 text-blue">Todo su material de oficina, papelería y consumibles en Córdoba. Con tarifas especiales en material de oficina para profesionales y empresas.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-ari.png' alt='ARI'>">
<h4 class="text-uppercase">Ari Soluciones</h4>
<a href="https://arimaquinaria.com/" target="_blank"><p class="text-primary">arimaquinaria.com</p></a>
<span class="fs-5 text-blue">
Soluciones para construir. Materiales de construcción y herramientas de primeras marcas. Servicio de entrega urgente en Córdoba y provincia.
</span>
</div>
</div>
<div class="owl-carousel testimonial-carousel wow">
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-arbonaida.png' alt='arbonaida'>">
<h4 class="text-uppercase">Arbonaida</h4>
<a href="https://arbonaida.com/" target="_blank"><p class="text-primary">arbonaida.com</p></a>
<span class="fs-5 text-blue">Arbonaida, más que un aceite...Desde Córdoba, en Santa Cruz, plena campiña cordobesa, donde se producen algunos de los mejores aceites virgen extra del mundo por sus condiciones de clima y suelo.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-fernandopineda.png' alt='deportes fernando pineda'>">
<h4 class="text-uppercase">Deportes Fernando Pineda</h4>
<a href="https://www.facebook.com/DeportesFernandoPinedaRunning" target="_blank"><p class="text-primary">Deportes Fernando Pineda</p></a>
<span class="fs-5 text-blue">Tienda especializada en productos de atletismo en Córdoba.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-ptv.png' alt='ptv'>">
<h4 class="text-uppercase">PTV</h4>
<a href="https://www.ptvtelecom.com/" target="_blank"><p class="text-primary">ptvtelecom.com</p></a>
<span class="fs-5 text-blue">+40 años en el servicio de las telecomunicaciones. Televisión, Internet, Telefonía Fija y Móvil.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-abadi.png' alt='abadi'>">
<h4 class="text-uppercase">Hotel Abadi</h4>
<a href="https://hotelabadi.com/" target="_blank"><p class="text-primary">hotelabadi.com</p></a>
<span class="fs-5 text-blue">Hotel Abadi. Un lugar acogedor con un trato cercano y familiar donde descansar, disfrutar de Córdoba o hacer negocios. Dispone de restaurante y bar con menú a la carta, cocina mediterránea, española, parrilla y barbacoa.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-tosfrit.png' alt='tosfrit'>">
<h4 class="text-uppercase">Tosfrit</h4>
<a href="https://tosfrit.es" target="_blank"><p class="text-primary">tosfrit.es</p></a>
<span class="fs-5 text-blue">Tosfrit es la marca de snacks que te acompaña en los mejores momentos: Apetinas, Kaskys, Picoteo y mucho más. Líderes en elaboración de aperitivos y snacks.</span>
</div>
</div>
</div>
</div>
<!-- Service End -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" style="max-width: 600px;">
<h1 class="text-uppercase">Instituciones que nos apoyan</h1>
</div>
<div class="owl-carousel testimonial-carousel wow fadeInUp">
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-aje.png' alt='AJE Córdoba'>">
<h4 class="text-uppercase">AJE Córdoba</h4>
<a href="https://www.ajeandalucia.org/cordoba/" target="_blank"><p class="text-primary">ajeandalucia.org/cordoba</p></a>
<span class="fs-5 text-blue">La finalidad de AJE es representar y defender los intereses de los jóvenes empresarios de Córdoba, atendiendo a sus necesidades de formación, asesoramiento e información.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-diputacion.png' alt='diputacion cordoba'>">
<h4 class="text-uppercase">Diputación de Córdoba</h4>
<a href="https://www.dipucordoba.es/" target="_blank"><p class="text-primary">dipucordoba.es</p></a>
<span class="fs-5 text-blue">La DIPUTACIÓN es el órgano de gobierno de la provincia, fomenta y administra sus intereses, asegura la prestación integral y adecuada de servicios públicos de competencia municipal en todo el territorio de la provincia.</span>
</div>
<div class="testimonial-item text-center" data-dot="<img class='img-fluid' src='img/logo-imdeco.png' alt='imdeco'>">
<h4 class="text-uppercase">IMDECO</h4>
<a href="https://www.imdcordoba.es/" target="_blank"><p class="text-primary">imdcordoba.es</p></a>
<span class="fs-5 text-blue"></span>
</div>
</div>
</div>
</div>
<!-- Footer Start -->
<div class="container-fluid text-light footer mt-5 pt-5" id="contacto">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-4 col-md-6">
<h4 class="text-uppercase mb-4">CONTACTO</h4>
<div class="d-flex align-items-center mb-2">
<div class="btn-square flex-shrink-0 me-3">
<span class="fa fa-map-marker-alt text-primary"></span>
</div>
<span>Parque Miraflores Córdoba</span>
</div>
<div class="d-flex align-items-center mb-2">
<div class="btn-square flex-shrink-0 me-3">
<span class="fa fa-phone-alt text-primary"></span>
</div>
<a href="tel:+34651533735" target="_blank"><span>651533735</span></a>
</div>
<div class="d-flex align-items-center">
<div class="btn-square flex-shrink-0 me-3">
<span class="fa fa-envelope-open text-primary"></span>
</div>
<a href="mailto:rsrunningseries@gmail.com" target="_blank"><span>rsrunningseries@gmail.com</span></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4 class="text-uppercase mb-4">Redes Sociales</h4>
<div class="d-flex pt-1 m-n1">
<a class="btn btn-lg-square text-primary m-1" href="https://www.instagram.com/spgrouprunningseries/" target="_blank"><i class="fab fa-instagram"></i></a>
<a class="btn btn-lg-square text-primary m-1" href="https://www.facebook.com/SPGroupRunningSeries" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg-square text-primary m-1" href="https://www.youtube.com/@runningseries" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">RunningSeries</a>, All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a>
<br>Distributed By: <a class="border-bottom" href="https://themewagon.com" target="_blank">ThemeWagon</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>