utn-cli 2.1.54 → 2.1.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/templates/backend/package.json +3 -3
  3. package/templates/backend/rutas/DatosMiscelaneos.js +50 -0
  4. package/templates/backend/rutas/misc.js +177 -5
  5. package/templates/backend/rutas/rutas.js +2 -0
  6. package/templates/backend/servicios/Nucleo/DatosMiscelaneos.js +36 -0
  7. package/templates/backend/servicios/Nucleo/Miscelaneas.js +192 -25
  8. package/templates/frontend/Dockerfile +1 -0
  9. package/templates/frontend/src/app/Componentes/Nucleo/boton-ayuda/boton-ayuda.component.css +7 -0
  10. package/templates/frontend/src/app/Componentes/Nucleo/boton-ayuda/boton-ayuda.component.html +28 -0
  11. package/templates/frontend/src/app/Componentes/Nucleo/boton-ayuda/boton-ayuda.component.ts +78 -0
  12. package/templates/frontend/src/app/Componentes/Nucleo/estadisticas-del-modulo/estadisticas-del-modulo.component.html +43 -8
  13. package/templates/frontend/src/app/Componentes/Nucleo/estadisticas-del-modulo/estadisticas-del-modulo.component.ts +5 -4
  14. package/templates/frontend/src/app/Componentes/Nucleo/gestion-actividad/gestion-actividad.component.ts +1 -0
  15. package/templates/frontend/src/app/Componentes/Nucleo/mensaje-confirmacion/mensaje-confirmacion.component.css +4 -2
  16. package/templates/frontend/src/app/Componentes/Nucleo/mensaje-institucional/mensaje-institucional.component.html +3 -3
  17. package/templates/frontend/src/app/Componentes/Nucleo/mensaje-institucional/mensaje-institucional.component.ts +1 -1
  18. package/templates/frontend/src/app/Componentes/Nucleo/subir-archivo/subir-archivo.component.ts +1 -1
  19. package/templates/frontend/src/app/Paginas/Nucleo/accesibilidad/accesibilidad.component.css +25 -0
  20. package/templates/frontend/src/app/Paginas/Nucleo/accesibilidad/accesibilidad.component.html +2 -0
  21. package/templates/frontend/src/app/Paginas/Nucleo/accesibilidad/accesibilidad.component.ts +31 -2
  22. package/templates/frontend/src/app/Paginas/Nucleo/acercade/acercade.component.css +67 -18
  23. package/templates/frontend/src/app/Paginas/Nucleo/acercade/acercade.component.html +56 -46
  24. package/templates/frontend/src/app/Paginas/Nucleo/acercade/acercade.component.ts +21 -1
  25. package/templates/frontend/src/app/Paginas/Nucleo/conozcanos/conozcanos.component.css +190 -375
  26. package/templates/frontend/src/app/Paginas/Nucleo/conozcanos/conozcanos.component.html +92 -91
  27. package/templates/frontend/src/app/Paginas/Nucleo/conozcanos/conozcanos.component.ts +19 -2
  28. package/templates/frontend/src/app/Paginas/Nucleo/contenedor-componentes/contenedor-componentes.component.ts +2 -2
  29. package/templates/frontend/src/app/Paginas/Nucleo/declaracion-ia/declaracion-ia.component.css +25 -0
  30. package/templates/frontend/src/app/Paginas/Nucleo/declaracion-ia/declaracion-ia.component.html +2 -0
  31. package/templates/frontend/src/app/Paginas/Nucleo/declaracion-ia/declaracion-ia.component.ts +33 -3
  32. package/templates/frontend/src/app/Paginas/Nucleo/politicas/politicas.component.css +69 -15
  33. package/templates/frontend/src/app/Paginas/Nucleo/politicas/politicas.component.html +129 -107
  34. package/templates/frontend/src/app/Paginas/Nucleo/politicas/politicas.component.ts +51 -9
  35. package/templates/frontend/src/app/Paginas/Nucleo/preguntasFrecuentes/preguntasFrecuentes.component.css +68 -15
  36. package/templates/frontend/src/app/Paginas/Nucleo/preguntasFrecuentes/preguntasFrecuentes.component.html +161 -88
  37. package/templates/frontend/src/app/Paginas/Nucleo/preguntasFrecuentes/preguntasFrecuentes.component.ts +63 -10
  38. package/templates/frontend/src/app/Paginas/Nucleo/sabiasque/sabiasque.component.css +100 -24
  39. package/templates/frontend/src/app/Paginas/Nucleo/sabiasque/sabiasque.component.html +269 -339
  40. package/templates/frontend/src/app/Paginas/Nucleo/sabiasque/sabiasque.component.ts +94 -6
@@ -1,31 +1,52 @@
1
+ .ia-layout {
2
+ max-width: 1100px;
3
+ margin: 0 auto;
4
+ padding: 24px 16px;
5
+ font-family: 'Roboto', sans-serif;
6
+ }
1
7
 
2
- .subtitle {
3
- background-color: #0b4794;
4
- font-size: 25px;
8
+ .ia-main {
9
+ display: flex;
10
+ flex-direction: column;
11
+ gap: 20px;
12
+ }
13
+
14
+ .ia-encabezado {
15
+ display: flex;
16
+ align-items: center;
17
+ gap: 14px;
18
+ padding: 20px 24px;
19
+ background: linear-gradient(90deg, rgba(1, 33, 105, 1) 0%, rgba(63, 97, 171, 1) 100%);
5
20
  color: white;
6
- padding: 18px;
7
- margin: 20px 0;
8
- text-align: center;
21
+ border-radius: 12px;
9
22
  }
10
- .subtitle p {
11
- margin: 5px 0;
23
+
24
+ .ia-icono-header {
25
+ font-size: 40px !important;
26
+ width: 40px !important;
27
+ height: 40px !important;
28
+ flex-shrink: 0;
29
+ opacity: 0.9;
12
30
  }
13
- .conozcanos-container {
14
- margin: 0 auto;
15
- box-sizing: border-box;
16
- font-family: 'Roboto', sans-serif;
17
- background-color: white;
31
+
32
+ .ia-encabezado h1 {
33
+ margin: 0;
34
+ font-size: 22px;
35
+ font-weight: 700;
36
+ line-height: 1.2;
37
+ }
38
+
39
+ /* ── Intro + Propósito (vista principal) ── */
40
+ .conozcanos-intro {
41
+ display: flex;
42
+ flex-direction: column;
43
+ gap: 20px;
18
44
  }
19
45
 
20
46
  .conozcanos-content {
21
47
  display: flex;
22
48
  align-items: center;
23
- justify-content: space-between;
24
- gap: 40px;
25
- background-color: white;
26
- border-radius: 20px;
27
- padding: 40px;
28
- margin: 30px 0;
49
+ gap: 32px;
29
50
  }
30
51
 
31
52
  .conozcanos-text {
@@ -33,429 +54,214 @@
33
54
  }
34
55
 
35
56
  .conozcanos-text p {
36
- font-size: 18px;
57
+ font-size: 16px;
37
58
  font-weight: 400;
38
59
  color: #4D4D4D;
39
60
  line-height: 1.6;
40
- margin-bottom: 20px;
61
+ margin-bottom: 12px;
41
62
  }
42
63
 
43
64
  .conozcanos-image {
44
- flex: 1;
45
- display: flex;
46
- justify-content: center;
47
- align-items: center;
65
+ flex-shrink: 0;
48
66
  }
49
67
 
50
68
  .conozcanos-image img {
51
- width: 100%;
52
- max-width: 390px;
53
- height: auto;
69
+ width: 300px;
70
+ height: 210px;
54
71
  object-fit: cover;
55
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
56
- }
57
-
58
- /* Responsive */
59
- @media (max-width: 768px) {
60
- .conozcanos-container {
61
- padding: 0 20px;
62
- }
63
-
64
- .conozcanos-content {
65
- flex-direction: column;
66
- padding: 30px 20px;
67
- gap: 25px;
68
- }
69
-
70
- .conozcanos-text p {
71
- font-size: 15px;
72
- }
73
-
74
- .conozcanos-image img {
75
- max-width: 280px;
76
- }
77
- }
78
- @media (min-width: 1400px) {
79
- .conozcanos-container {
80
- max-width: 1200px;
81
- }
82
-
83
- .conozcanos-text p {
84
- font-size: 20px;
85
- }
86
- }
87
-
88
- /* Sección Propósito*/
89
- .proposito-section {
90
- margin: 50px 0 40px 0;
91
- text-align: center;
92
- }
93
-
94
- .proposito-header {
95
- display: flex;
96
- align-items: center;
97
- justify-content: center;
98
- gap: 20px;
99
- margin-bottom: 30px;
100
- }
101
-
102
- .proposito-line {
103
- width: 80px;
104
- height: 3px;
105
- background: linear-gradient(90deg, #0b4794, #667eea);
106
- border-radius: 2px;
72
+ border-radius: 10px;
73
+ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
107
74
  }
108
75
 
109
76
  .proposito-title {
110
- font-size: 30px;
111
- font-weight: 500;
112
- color: black;
113
- margin: 0;
114
- letter-spacing: -0.5px;
115
- }
116
-
117
- .proposito-text {
118
- max-width: 800px;
119
- margin: 0 auto 40px auto;
120
- text-align: center;
121
- }
122
-
123
- .proposito-text p {
124
- font-size: 18px;
125
- font-weight: 400;
126
- color: #4D4D4D;
127
- line-height: 1.6;
128
- margin-bottom: 15px;
77
+ font-size: 20px;
78
+ font-weight: 600;
79
+ color: #002f6b;
80
+ margin: 0 0 14px 0;
129
81
  }
130
82
 
131
83
  .proposito-grid {
132
- display: flex;
133
- justify-content: center;
134
- gap: 30px;
135
- flex-wrap: wrap;
136
- margin-top: 20px;
84
+ display: grid;
85
+ grid-template-columns: repeat(3, 1fr);
86
+ gap: 16px;
137
87
  }
138
88
 
139
89
  .proposito-card {
140
- flex: 1;
141
- min-width: 250px;
142
- max-width: 320px;
143
- padding: 30px 25px;
144
- text-align: left;
145
- background: white;
90
+ padding: 16px 20px;
91
+ text-align: left;
92
+ background: #f8fafc;
93
+ border: 1px solid #e2e8f0;
94
+ border-radius: 10px;
146
95
  }
147
96
 
148
97
  .card-header {
149
98
  display: flex;
150
- align-items: center;
99
+ align-items: flex-start;
151
100
  gap: 12px;
152
- margin-bottom: 15px;
101
+ margin-bottom: 4px;
153
102
  }
154
103
 
155
104
  .card-icon {
156
- font-size: 25px;
157
- font-weight: 500;
158
- color: black;
105
+ font-size: 18px;
106
+ font-weight: 700;
107
+ color: #0b4794;
159
108
  background: #e8f0fe;
160
- width: 40px;
161
- height: 40px;
109
+ width: 32px;
110
+ height: 32px;
162
111
  display: flex;
163
112
  align-items: center;
164
113
  justify-content: center;
165
- border-radius: 20px;
166
- transition: all 0.3s ease;
114
+ border-radius: 50%;
115
+ flex-shrink: 0;
167
116
  }
168
117
 
169
-
170
118
  .proposito-card h3 {
171
- font-size: 20px;
172
- font-weight: 500;
173
- color: black;
119
+ font-size: 15px;
120
+ font-weight: 600;
121
+ color: #1a202c;
174
122
  margin: 0;
123
+ line-height: 1.4;
175
124
  }
176
125
 
177
126
  .proposito-card p {
178
- font-size: 15px;
127
+ font-size: 13px;
179
128
  font-weight: 400;
180
129
  color: #6b7280;
181
130
  line-height: 1.5;
182
131
  margin: 0;
183
- padding-left: 56px;
132
+ padding-left: 44px;
184
133
  }
185
134
 
186
- /* Responsive */
187
- @media (max-width: 768px) {
188
- .proposito-header {
189
- gap: 5px;
190
- }
191
-
192
- .proposito-line {
193
- width: 40px;
194
- }
195
-
196
- .proposito-title {
197
- font-size: 22px;
198
- }
199
-
200
- .proposito-text p {
201
- font-size: 15px;
202
- }
203
-
204
- .proposito-grid {
205
- gap: 20px;
206
- }
207
-
208
- .proposito-card {
209
- min-width: 100%;
210
- padding: 20px;
211
- }
212
-
213
- .card-icon {
214
- font-size: 20px;
215
- width: 33px;
216
- height: 33px;
217
- }
218
-
219
- .proposito-card h3 {
220
- font-size: 15px;
221
- }
222
-
223
- .proposito-card p {
224
- font-size: 14px;
225
- }
226
- }
227
-
228
- @media (min-width: 1400px) {
229
- .proposito-title {
230
- font-size: 32px;
231
- }
232
-
233
- .proposito-card {
234
- max-width: 350px;
235
- padding: 35px 30px;
236
- }
237
-
238
- .proposito-card h3 {
239
- font-size: 22px;
240
- }
241
- }
242
- .Liderazgo-container {
243
- margin: 0 auto;
244
- box-sizing: border-box;
245
- font-family: 'Roboto', sans-serif;
246
- background-color: white;
135
+ /* ── Equipo (contenedor separado) ── */
136
+ .team-wrapper {
137
+ background: #f0f4f8;
138
+ border-radius: 12px;
139
+ padding: 32px;
247
140
  }
248
141
 
142
+ /* Liderazgo */
249
143
  .Liderazgo-content {
250
144
  display: flex;
251
145
  flex-direction: column;
252
- padding: 20px 40px 40px 40px;
253
- margin: 0px 0 40px 0;
146
+ padding-bottom: 32px;
147
+ margin-bottom: 32px;
148
+ border-bottom: 1px solid #d0daea;
254
149
  }
150
+
255
151
  .Liderazgo-header {
256
- width: 50%;
257
- margin-left: auto;
258
- margin-bottom: 40px;
152
+ margin-bottom: 20px;
259
153
  }
154
+
260
155
  .Liderazgo-title {
261
- font-size: 28px;
262
- font-weight: 500;
263
- color: black;
156
+ font-size: 22px;
157
+ font-weight: 600;
158
+ color: #002f6b;
264
159
  margin: 0;
265
- letter-spacing: -0.5px;
266
- text-align: left;
267
160
  }
161
+
268
162
  .Liderazgo-body {
269
163
  display: flex;
270
164
  align-items: center;
271
- justify-content: space-between;
272
- gap: 60px;
165
+ gap: 48px;
273
166
  }
274
167
 
275
168
  .Liderazgo-text {
276
169
  flex: 1;
277
- text-align: left;
278
- margin-top: 0;
279
- padding-top: 0;
280
- transform: translateY(-80px);
281
170
  }
171
+
282
172
  .Liderazgo-text .name {
283
173
  font-size: 16px;
284
174
  font-weight: 700;
285
175
  color: black;
286
- margin: 0 0 5px 0;
176
+ margin: 0 0 4px 0;
287
177
  }
288
178
 
289
179
  .Liderazgo-text .cargo {
290
- font-size: 16px;
180
+ font-size: 14px;
291
181
  font-weight: 500;
292
182
  color: #4D4D4D;
293
- margin-bottom: 20px;
294
- letter-spacing: 0.5px;
183
+ margin-bottom: 14px;
184
+ letter-spacing: 0.4px;
295
185
  }
296
186
 
297
187
  .Liderazgo-text p {
298
- font-size: 16px;
299
- font-weight: 400;
188
+ font-size: 15px;
300
189
  color: #4D4D4D;
301
190
  line-height: 1.6;
302
- margin-bottom: 15px;
191
+ margin-bottom: 10px;
303
192
  }
304
193
 
305
194
  .Liderazgo-image {
306
- flex: 1;
307
- display: flex;
308
- justify-content: center;
309
- align-items: center;
195
+ flex-shrink: 0;
310
196
  }
311
197
 
312
198
  .Liderazgo-image img {
313
- width: 100%;
314
- max-width: 450px;
315
- height: auto;
316
- min-height: 350px;
199
+ width: 260px;
200
+ height: 300px;
317
201
  object-fit: cover;
318
202
  object-position: top;
203
+ border-radius: 10px;
319
204
  }
320
205
 
321
- /* Responsive */
322
- @media (max-width: 768px) {
323
- .Liderazgo-container {
324
- padding: 0 20px;
325
- }
326
-
327
- .Liderazgo-content {
328
- padding: 30px 25px;
329
- }
330
-
331
- .Liderazgo-header {
332
- width: 100%;
333
- margin-left: 0;
334
- margin-bottom: 20px;
335
- }
336
- .Liderazgo-title {
337
- font-size: 24px;
338
- text-align: left;
339
- line-height: 1.3;
340
- }
341
-
342
- .Liderazgo-body {
343
- flex-direction: column;
344
- gap: 30px;
345
- }
346
-
347
- .Liderazgo-text {
348
- order: 1;
349
- transform: none;
350
- }
351
-
352
- .Liderazgo-image {
353
- order: 2;
354
- }
355
-
356
- .Liderazgo-text p {
357
- font-size: 14px;
358
- }
359
-
360
- .Liderazgo-image img {
361
- max-width: 100%;
362
- min-height: 250px;
363
- }
364
- }
365
-
366
- @media (min-width: 1400px) {
367
- .Liderazgo-container {
368
- max-width: 1200px;
369
- }
370
-
371
- .Liderazgo-title {
372
- font-size: 32px;
373
- }
374
-
375
- .Liderazgo-text p {
376
- font-size: 18px;
377
- }
378
-
379
- .Liderazgo-image img {
380
- max-width: 500px;
381
- min-height: 400px;
382
- }
383
- }
384
-
385
- /* Sección team work*/
206
+ /* Team section */
386
207
  .team-section {
387
- margin: 50px 0 40px 0;
388
208
  text-align: center;
389
209
  }
390
210
 
391
211
  .team-header {
392
- display: flex;
393
- align-items: center;
394
- justify-content: center;
395
- gap: 20px;
396
- margin-bottom: 30px;
212
+ margin-bottom: 8px;
397
213
  }
398
214
 
399
215
  .team-title {
400
- font-size: 28px;
401
- font-weight: 500;
402
- color: black;
216
+ font-size: 22px;
217
+ font-weight: 600;
218
+ color: #002f6b;
403
219
  margin: 0;
404
- letter-spacing: -0.5px;
405
220
  }
406
221
 
407
222
  .team-text {
408
- max-width: 800px;
409
- margin: 0 auto 40px auto;
410
- text-align: center;
223
+ max-width: 700px;
224
+ margin: 0 auto 24px auto;
411
225
  }
412
226
 
413
227
  .team-text p {
414
- font-size: 18px;
415
- font-weight: 400;
228
+ font-size: 15px;
416
229
  color: #4D4D4D;
417
230
  line-height: 1.6;
418
- margin-bottom: 15px;
231
+ margin: 0;
419
232
  }
420
233
 
421
234
  .team-grid {
422
235
  display: grid;
423
236
  grid-template-columns: repeat(3, 1fr);
424
- gap: 40px;
425
- margin-top: 30px;
237
+ gap: 28px;
238
+ margin-top: 20px;
426
239
  }
427
240
 
428
- .team-card {
429
- text-align: center;
430
- background: white;
431
- border-radius: 16px;
432
- padding: 20px;
433
- transition: all 0.3s ease;
434
- cursor: pointer;
435
- }
436
241
  /* Flip 3D */
437
- .team-card{
242
+ .team-card {
438
243
  perspective: 1000px;
439
244
  min-height: 340px;
440
245
  background: transparent;
441
246
  padding: 0;
247
+ cursor: pointer;
442
248
  }
443
249
 
444
- .team-card-inner{
250
+ .team-card-inner {
445
251
  position: relative;
446
252
  width: 100%;
447
253
  height: 100%;
448
- min-height: 340px;
254
+ min-height: 360px;
449
255
  transition: transform 0.8s;
450
256
  transform-style: preserve-3d;
451
257
  }
452
258
 
453
- .team-card.flipped .team-card-inner{
259
+ .team-card.flipped .team-card-inner {
454
260
  transform: rotateY(180deg);
455
261
  }
456
262
 
457
263
  .team-front,
458
- .team-back{
264
+ .team-back {
459
265
  position: absolute;
460
266
  inset: 0;
461
267
  width: 100%;
@@ -467,11 +273,11 @@
467
273
  backface-visibility: hidden;
468
274
  }
469
275
 
470
- .team-front{
276
+ .team-front {
471
277
  text-align: center;
472
278
  }
473
279
 
474
- .team-back{
280
+ .team-back {
475
281
  transform: rotateY(180deg);
476
282
  display: flex;
477
283
  flex-direction: column;
@@ -483,18 +289,17 @@
483
289
  }
484
290
 
485
291
  .team-card:hover {
486
- transform: translateY(-8px);
487
- box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
292
+ transform: translateY(-6px);
488
293
  }
489
294
 
490
295
  .team-photo {
491
- width: 180px;
492
- height: 180px;
493
- margin: 0 auto 20px auto;
296
+ width: 150px;
297
+ height: 150px;
298
+ margin: 0 auto 16px auto;
494
299
  border-radius: 50%;
495
300
  overflow: hidden;
496
301
  background: #f0f2f5;
497
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
302
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
498
303
  }
499
304
 
500
305
  .team-photo img {
@@ -509,23 +314,24 @@
509
314
  }
510
315
 
511
316
  .team-name {
512
- font-size: 18px;
317
+ font-size: 17px;
513
318
  font-weight: 700;
514
- color:#4D4D4D;
515
- margin: 0 0 5px 0;
319
+ color: #4D4D4D;
320
+ margin: 0 0 4px 0;
516
321
  }
517
322
 
518
323
  .team-position {
519
- font-size: 14px;
324
+ font-size: 12px;
520
325
  font-weight: 500;
521
- color:#6b7280;
326
+ color: #6b7280;
522
327
  letter-spacing: 1px;
523
328
  margin: 0;
524
329
  text-transform: uppercase;
525
330
  }
331
+
526
332
  .team-btn {
527
- margin-top: 15px;
528
- padding: 8px 18px;
333
+ margin-top: 14px;
334
+ padding: 7px 18px;
529
335
  border: none;
530
336
  border-radius: 20px;
531
337
  background-color: #0b4794;
@@ -540,69 +346,78 @@
540
346
  background-color: #08366f;
541
347
  }
542
348
 
543
- /* Responsive */
349
+ /* ── Responsive ── */
544
350
  @media (max-width: 992px) {
545
351
  .team-grid {
546
352
  grid-template-columns: repeat(2, 1fr);
547
- gap: 30px;
353
+ gap: 20px;
354
+ }
355
+ .team-card,
356
+ .team-card-inner {
357
+ min-height: 320px;
548
358
  }
549
359
  }
550
360
 
551
361
  @media (max-width: 768px) {
552
- .team-section {
553
- padding: 0 20px;
554
- }
555
-
556
- .team-title {
557
- font-size: 24px;
362
+ .conozcanos-content {
363
+ flex-direction: column;
364
+ gap: 12px;
558
365
  }
559
-
560
- .team-text p {
561
- font-size: 14px;
366
+ .conozcanos-image img {
367
+ width: 100%;
368
+ height: 160px;
562
369
  }
563
-
564
- .team-grid {
370
+ .proposito-grid {
565
371
  grid-template-columns: 1fr;
566
- gap: 30px;
372
+ gap: 10px;
567
373
  }
568
-
569
- .team-photo {
570
- width: 150px;
571
- height: 150px;
374
+ .team-wrapper {
375
+ padding: 20px 16px;
572
376
  }
573
-
574
- .team-name {
575
- font-size: 16px;
576
- }
577
-
578
- .team-position {
579
- font-size: 12px;
580
- }
581
- }
582
-
583
- @media (min-width: 1400px) {
584
- .team-section {
585
- max-width: 1400px;
377
+ .Liderazgo-body {
378
+ flex-direction: column;
379
+ gap: 20px;
586
380
  }
587
-
588
- .team-title {
589
- font-size: 36px;
381
+ .Liderazgo-image img {
382
+ width: 100%;
383
+ height: auto;
384
+ min-height: 200px;
590
385
  }
591
-
592
- .team-text p {
593
- font-size: 20px;
386
+ .team-grid {
387
+ grid-template-columns: 1fr;
388
+ gap: 20px;
594
389
  }
595
-
596
390
  .team-photo {
597
- width: 220px;
598
- height: 220px;
391
+ width: 130px;
392
+ height: 130px;
599
393
  }
600
-
601
- .team-name {
602
- font-size: 20px;
394
+ .team-card,
395
+ .team-card-inner {
396
+ min-height: 300px;
603
397
  }
604
-
605
- .team-position {
606
- font-size: 16px;
398
+ }
399
+
400
+
401
+ /* Botón volver arriba */
402
+ .btn-volver-arriba {
403
+ display: none;
404
+ }
405
+
406
+ @media (max-width: 768px) {
407
+ .btn-volver-arriba {
408
+ display: flex;
409
+ align-items: center;
410
+ justify-content: center;
411
+ margin: 2rem auto 1rem;
412
+ padding: 0.6rem 1.4rem;
413
+ background: linear-gradient(90deg, rgba(1, 33, 105, 1) 0%, rgba(63, 97, 171, 1) 100%);
414
+ color: white;
415
+ border: none;
416
+ border-radius: 24px;
417
+ font-family: 'Roboto', sans-serif;
418
+ font-size: 0.9rem;
419
+ font-weight: 500;
420
+ cursor: pointer;
421
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
607
422
  }
608
- }
423
+ }