sass-template-common 0.4.8 → 0.4.9

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.
@@ -61,7 +61,7 @@ let us = {
61
61
  FETCH_TAG_BASED_RELATED_NEWS: !0,
62
62
  MULTIPUBLICATION_FETCHES: void 0
63
63
  };
64
- function k9(e = {}) {
64
+ function x3(e = {}) {
65
65
  us = { ...us, ...e };
66
66
  }
67
67
  function $() {
@@ -154,7 +154,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
154
154
  }
155
155
  }
156
156
  );
157
- }, U9 = ({ defaultRouteName: e }) => {
157
+ }, U3 = ({ defaultRouteName: e }) => {
158
158
  const { CAPTCHA_KEY: t, CONFIG_comments: n = !1 } = $();
159
159
  return t && t !== "" && (e === "news" && n || e === "anuncia" || e === "contacto") && /* @__PURE__ */ s(
160
160
  "script",
@@ -165,7 +165,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
165
165
  }
166
166
  );
167
167
  };
168
- function xt(e) {
168
+ function kt(e) {
169
169
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
170
170
  }
171
171
  var fn = { exports: {} }, mi = fn.exports, $s;
@@ -181,12 +181,12 @@ function eo() {
181
181
  var D = String(M);
182
182
  return !D || D.length >= U ? M : "" + Array(U + 1 - D.length).join(T) + M;
183
183
  }, I = { s: _, z: function(M) {
184
- var U = -M.utcOffset(), T = Math.abs(U), D = Math.floor(T / 60), x = T % 60;
185
- return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(x, 2, "0");
184
+ var U = -M.utcOffset(), T = Math.abs(U), D = Math.floor(T / 60), k = T % 60;
185
+ return (U <= 0 ? "+" : "-") + _(D, 2, "0") + ":" + _(k, 2, "0");
186
186
  }, m: function M(U, T) {
187
187
  if (U.date() < T.date()) return -M(T, U);
188
- var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), x = U.clone().add(D, m), z = T - x < 0, v = U.clone().add(D + (z ? -1 : 1), m);
189
- return +(-(D + (T - x) / (z ? x - v : v - x)) || 0);
188
+ var D = 12 * (T.year() - U.year()) + (T.month() - U.month()), k = U.clone().add(D, m), z = T - k < 0, v = U.clone().add(D + (z ? -1 : 1), m);
189
+ return +(-(D + (T - k) / (z ? k - v : v - k)) || 0);
190
190
  }, a: function(M) {
191
191
  return M < 0 ? Math.ceil(M) || 0 : Math.floor(M);
192
192
  }, p: function(M) {
@@ -198,24 +198,24 @@ function eo() {
198
198
  var O = "$isDayjsObject", G = function(M) {
199
199
  return M instanceof ne || !(!M || !M[O]);
200
200
  }, Y = function M(U, T, D) {
201
- var x;
201
+ var k;
202
202
  if (!U) return b;
203
203
  if (typeof U == "string") {
204
204
  var z = U.toLowerCase();
205
- E[z] && (x = z), T && (E[z] = T, x = z);
205
+ E[z] && (k = z), T && (E[z] = T, k = z);
206
206
  var v = U.split("-");
207
- if (!x && v.length > 1) return M(v[0]);
207
+ if (!k && v.length > 1) return M(v[0]);
208
208
  } else {
209
209
  var N = U.name;
210
- E[N] = U, x = N;
210
+ E[N] = U, k = N;
211
211
  }
212
- return !D && x && (b = x), x || !D && b;
212
+ return !D && k && (b = k), k || !D && b;
213
213
  }, Q = function(M, U) {
214
214
  if (G(M)) return M.clone();
215
215
  var T = typeof U == "object" ? U : {};
216
216
  return T.date = M, T.args = arguments, new ne(T);
217
- }, B = I;
218
- B.l = Y, B.i = G, B.w = function(M, U) {
217
+ }, q = I;
218
+ q.l = Y, q.i = G, q.w = function(M, U) {
219
219
  return Q(M, { locale: U.$L, utc: U.$u, x: U.$x, $offset: U.$offset });
220
220
  };
221
221
  var ne = (function() {
@@ -225,45 +225,45 @@ function eo() {
225
225
  var U = M.prototype;
226
226
  return U.parse = function(T) {
227
227
  this.$d = (function(D) {
228
- var x = D.date, z = D.utc;
229
- if (x === null) return /* @__PURE__ */ new Date(NaN);
230
- if (B.u(x)) return /* @__PURE__ */ new Date();
231
- if (x instanceof Date) return new Date(x);
232
- if (typeof x == "string" && !/Z$/i.test(x)) {
233
- var v = x.match(w);
228
+ var k = D.date, z = D.utc;
229
+ if (k === null) return /* @__PURE__ */ new Date(NaN);
230
+ if (q.u(k)) return /* @__PURE__ */ new Date();
231
+ if (k instanceof Date) return new Date(k);
232
+ if (typeof k == "string" && !/Z$/i.test(k)) {
233
+ var v = k.match(w);
234
234
  if (v) {
235
235
  var N = v[2] - 1 || 0, L = (v[7] || "0").substring(0, 3);
236
236
  return z ? new Date(Date.UTC(v[1], N, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, L)) : new Date(v[1], N, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, L);
237
237
  }
238
238
  }
239
- return new Date(x);
239
+ return new Date(k);
240
240
  })(T), this.init();
241
241
  }, U.init = function() {
242
242
  var T = this.$d;
243
243
  this.$y = T.getFullYear(), this.$M = T.getMonth(), this.$D = T.getDate(), this.$W = T.getDay(), this.$H = T.getHours(), this.$m = T.getMinutes(), this.$s = T.getSeconds(), this.$ms = T.getMilliseconds();
244
244
  }, U.$utils = function() {
245
- return B;
245
+ return q;
246
246
  }, U.isValid = function() {
247
247
  return this.$d.toString() !== A;
248
248
  }, U.isSame = function(T, D) {
249
- var x = Q(T);
250
- return this.startOf(D) <= x && x <= this.endOf(D);
249
+ var k = Q(T);
250
+ return this.startOf(D) <= k && k <= this.endOf(D);
251
251
  }, U.isAfter = function(T, D) {
252
252
  return Q(T) < this.startOf(D);
253
253
  }, U.isBefore = function(T, D) {
254
254
  return this.endOf(D) < Q(T);
255
- }, U.$g = function(T, D, x) {
256
- return B.u(T) ? this[D] : this.set(x, T);
255
+ }, U.$g = function(T, D, k) {
256
+ return q.u(T) ? this[D] : this.set(k, T);
257
257
  }, U.unix = function() {
258
258
  return Math.floor(this.valueOf() / 1e3);
259
259
  }, U.valueOf = function() {
260
260
  return this.$d.getTime();
261
261
  }, U.startOf = function(T, D) {
262
- var x = this, z = !!B.u(D) || D, v = B.p(T), N = function(te, W) {
263
- var le = B.w(x.$u ? Date.UTC(x.$y, W, te) : new Date(x.$y, W, te), x);
262
+ var k = this, z = !!q.u(D) || D, v = q.p(T), N = function(te, W) {
263
+ var le = q.w(k.$u ? Date.UTC(k.$y, W, te) : new Date(k.$y, W, te), k);
264
264
  return z ? le : le.endOf(l);
265
265
  }, L = function(te, W) {
266
- return B.w(x.toDate()[te].apply(x.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), x);
266
+ return q.w(k.toDate()[te].apply(k.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), k);
267
267
  }, j = this.$W, P = this.$M, H = this.$D, F = "set" + (this.$u ? "UTC" : "");
268
268
  switch (v) {
269
269
  case p:
@@ -288,7 +288,7 @@ function eo() {
288
288
  }, U.endOf = function(T) {
289
289
  return this.startOf(T, !1);
290
290
  }, U.$set = function(T, D) {
291
- var x, z = B.p(T), v = "set" + (this.$u ? "UTC" : ""), N = (x = {}, x[l] = v + "Date", x[g] = v + "Date", x[m] = v + "Month", x[p] = v + "FullYear", x[u] = v + "Hours", x[c] = v + "Minutes", x[r] = v + "Seconds", x[i] = v + "Milliseconds", x)[z], L = z === l ? this.$D + (D - this.$W) : D;
291
+ var k, z = q.p(T), v = "set" + (this.$u ? "UTC" : ""), N = (k = {}, k[l] = v + "Date", k[g] = v + "Date", k[m] = v + "Month", k[p] = v + "FullYear", k[u] = v + "Hours", k[c] = v + "Minutes", k[r] = v + "Seconds", k[i] = v + "Milliseconds", k)[z], L = z === l ? this.$D + (D - this.$W) : D;
292
292
  if (z === m || z === p) {
293
293
  var j = this.clone().set(g, 1);
294
294
  j.$d[N](L), j.init(), this.$d = j.set(g, Math.min(this.$D, j.daysInMonth())).$d;
@@ -297,64 +297,64 @@ function eo() {
297
297
  }, U.set = function(T, D) {
298
298
  return this.clone().$set(T, D);
299
299
  }, U.get = function(T) {
300
- return this[B.p(T)]();
300
+ return this[q.p(T)]();
301
301
  }, U.add = function(T, D) {
302
- var x, z = this;
302
+ var k, z = this;
303
303
  T = Number(T);
304
- var v = B.p(D), N = function(P) {
304
+ var v = q.p(D), N = function(P) {
305
305
  var H = Q(z);
306
- return B.w(H.date(H.date() + Math.round(P * T)), z);
306
+ return q.w(H.date(H.date() + Math.round(P * T)), z);
307
307
  };
308
308
  if (v === m) return this.set(m, this.$M + T);
309
309
  if (v === p) return this.set(p, this.$y + T);
310
310
  if (v === l) return N(1);
311
311
  if (v === d) return N(7);
312
- var L = (x = {}, x[c] = a, x[u] = o, x[r] = n, x)[v] || 1, j = this.$d.getTime() + T * L;
313
- return B.w(j, this);
312
+ var L = (k = {}, k[c] = a, k[u] = o, k[r] = n, k)[v] || 1, j = this.$d.getTime() + T * L;
313
+ return q.w(j, this);
314
314
  }, U.subtract = function(T, D) {
315
315
  return this.add(-1 * T, D);
316
316
  }, U.format = function(T) {
317
- var D = this, x = this.$locale();
318
- if (!this.isValid()) return x.invalidDate || A;
319
- var z = T || "YYYY-MM-DDTHH:mm:ssZ", v = B.z(this), N = this.$H, L = this.$m, j = this.$M, P = x.weekdays, H = x.months, F = x.meridiem, V = function(W, le, q, _e) {
320
- return W && (W[le] || W(D, z)) || q[le].slice(0, _e);
317
+ var D = this, k = this.$locale();
318
+ if (!this.isValid()) return k.invalidDate || A;
319
+ var z = T || "YYYY-MM-DDTHH:mm:ssZ", v = q.z(this), N = this.$H, L = this.$m, j = this.$M, P = k.weekdays, H = k.months, F = k.meridiem, V = function(W, le, B, _e) {
320
+ return W && (W[le] || W(D, z)) || B[le].slice(0, _e);
321
321
  }, X = function(W) {
322
- return B.s(N % 12 || 12, W, "0");
323
- }, te = F || function(W, le, q) {
322
+ return q.s(N % 12 || 12, W, "0");
323
+ }, te = F || function(W, le, B) {
324
324
  var _e = W < 12 ? "AM" : "PM";
325
- return q ? _e.toLowerCase() : _e;
325
+ return B ? _e.toLowerCase() : _e;
326
326
  };
327
327
  return z.replace(y, (function(W, le) {
328
- return le || (function(q) {
329
- switch (q) {
328
+ return le || (function(B) {
329
+ switch (B) {
330
330
  case "YY":
331
331
  return String(D.$y).slice(-2);
332
332
  case "YYYY":
333
- return B.s(D.$y, 4, "0");
333
+ return q.s(D.$y, 4, "0");
334
334
  case "M":
335
335
  return j + 1;
336
336
  case "MM":
337
- return B.s(j + 1, 2, "0");
337
+ return q.s(j + 1, 2, "0");
338
338
  case "MMM":
339
- return V(x.monthsShort, j, H, 3);
339
+ return V(k.monthsShort, j, H, 3);
340
340
  case "MMMM":
341
341
  return V(H, j);
342
342
  case "D":
343
343
  return D.$D;
344
344
  case "DD":
345
- return B.s(D.$D, 2, "0");
345
+ return q.s(D.$D, 2, "0");
346
346
  case "d":
347
347
  return String(D.$W);
348
348
  case "dd":
349
- return V(x.weekdaysMin, D.$W, P, 2);
349
+ return V(k.weekdaysMin, D.$W, P, 2);
350
350
  case "ddd":
351
- return V(x.weekdaysShort, D.$W, P, 3);
351
+ return V(k.weekdaysShort, D.$W, P, 3);
352
352
  case "dddd":
353
353
  return P[D.$W];
354
354
  case "H":
355
355
  return String(N);
356
356
  case "HH":
357
- return B.s(N, 2, "0");
357
+ return q.s(N, 2, "0");
358
358
  case "h":
359
359
  return X(1);
360
360
  case "hh":
@@ -366,13 +366,13 @@ function eo() {
366
366
  case "m":
367
367
  return String(L);
368
368
  case "mm":
369
- return B.s(L, 2, "0");
369
+ return q.s(L, 2, "0");
370
370
  case "s":
371
371
  return String(D.$s);
372
372
  case "ss":
373
- return B.s(D.$s, 2, "0");
373
+ return q.s(D.$s, 2, "0");
374
374
  case "SSS":
375
- return B.s(D.$ms, 3, "0");
375
+ return q.s(D.$ms, 3, "0");
376
376
  case "Z":
377
377
  return v;
378
378
  }
@@ -381,9 +381,9 @@ function eo() {
381
381
  }));
382
382
  }, U.utcOffset = function() {
383
383
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
384
- }, U.diff = function(T, D, x) {
385
- var z, v = this, N = B.p(D), L = Q(T), j = (L.utcOffset() - this.utcOffset()) * a, P = this - L, H = function() {
386
- return B.m(v, L);
384
+ }, U.diff = function(T, D, k) {
385
+ var z, v = this, N = q.p(D), L = Q(T), j = (L.utcOffset() - this.utcOffset()) * a, P = this - L, H = function() {
386
+ return q.m(v, L);
387
387
  };
388
388
  switch (N) {
389
389
  case p:
@@ -413,17 +413,17 @@ function eo() {
413
413
  default:
414
414
  z = P;
415
415
  }
416
- return x ? z : B.a(z);
416
+ return k ? z : q.a(z);
417
417
  }, U.daysInMonth = function() {
418
418
  return this.endOf(m).$D;
419
419
  }, U.$locale = function() {
420
420
  return E[this.$L];
421
421
  }, U.locale = function(T, D) {
422
422
  if (!T) return this.$L;
423
- var x = this.clone(), z = Y(T, D, !0);
424
- return z && (x.$L = z), x;
423
+ var k = this.clone(), z = Y(T, D, !0);
424
+ return z && (k.$L = z), k;
425
425
  }, U.clone = function() {
426
- return B.w(this.$d, this);
426
+ return q.w(this.$d, this);
427
427
  }, U.toDate = function() {
428
428
  return new Date(this.valueOf());
429
429
  }, U.toJSON = function() {
@@ -447,7 +447,7 @@ function eo() {
447
447
  })(fn)), fn.exports;
448
448
  }
449
449
  var hi = eo();
450
- const Le = /* @__PURE__ */ xt(hi);
450
+ const Le = /* @__PURE__ */ kt(hi);
451
451
  var gn = { exports: {} }, fi = gn.exports, Vs;
452
452
  function gi() {
453
453
  return Vs || (Vs = 1, (function(e, t) {
@@ -493,7 +493,7 @@ function gi() {
493
493
  })(gn)), gn.exports;
494
494
  }
495
495
  var pi = gi();
496
- const Ai = /* @__PURE__ */ xt(pi);
496
+ const Ai = /* @__PURE__ */ kt(pi);
497
497
  var pn = { exports: {} }, wi = pn.exports, Ws;
498
498
  function yi() {
499
499
  return Ws || (Ws = 1, (function(e, t) {
@@ -587,7 +587,7 @@ function bi() {
587
587
  })(An)), An.exports;
588
588
  }
589
589
  var _i = bi();
590
- const Ci = /* @__PURE__ */ xt(_i);
590
+ const Ci = /* @__PURE__ */ kt(_i);
591
591
  var wn = { exports: {} }, Si = wn.exports, Ks;
592
592
  function Ni() {
593
593
  return Ks || (Ks = 1, (function(e, t) {
@@ -638,8 +638,8 @@ function Ni() {
638
638
  var S = (function(E, O, G) {
639
639
  var Y = E - 60 * O * 1e3, Q = l(Y, G);
640
640
  if (O === Q) return [Y, O];
641
- var B = l(Y -= 60 * (Q - O) * 1e3, G);
642
- return Q === B ? [Y, Q] : [E - 60 * Math.min(Q, B) * 1e3, Math.max(Q, B)];
641
+ var q = l(Y -= 60 * (Q - O) * 1e3, G);
642
+ return Q === q ? [Y, Q] : [E - 60 * Math.min(Q, q) * 1e3, Math.max(Q, q)];
643
643
  })(r.utc(h, A).valueOf(), y, w), _ = S[0], I = S[1], b = r(_).utcOffset(I);
644
644
  return b.$x.$timezone = w, b;
645
645
  }, r.tz.guess = function() {
@@ -652,7 +652,7 @@ function Ni() {
652
652
  })(wn)), wn.exports;
653
653
  }
654
654
  var Ii = Ni();
655
- const Ei = /* @__PURE__ */ xt(Ii);
655
+ const Ei = /* @__PURE__ */ kt(Ii);
656
656
  Le.extend(Ci);
657
657
  Le.extend(Ei);
658
658
  Le.extend(Ai);
@@ -667,17 +667,17 @@ const Ln = (e) => e === "en" ? "en" : "es", He = (e, t) => {
667
667
  }, Ti = (e) => {
668
668
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
669
669
  return Le.tz(e, n).locale(a).format("MM/DD/YYYY [•] HH:mm [HS]");
670
- }, L9 = (e) => {
670
+ }, L3 = (e) => {
671
671
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), a = Ln(t ?? "es");
672
672
  return Le.tz(e, n).locale(a).format("dddd DD [de] MMMM YYYY");
673
673
  }, ze = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
674
674
  function It(e) {
675
675
  return e && e.status === "fulfilled" ? e.value.data : null;
676
676
  }
677
- function xi(e) {
677
+ function ki(e) {
678
678
  return e && e.status === "fulfilled" ? e.value : null;
679
679
  }
680
- const ki = { url: "", target: "_self", canonical: !1, internal: "" }, Ui = {
680
+ const xi = { url: "", target: "_self", canonical: !1, internal: "" }, Ui = {
681
681
  date: "",
682
682
  created: 0,
683
683
  modified: 0,
@@ -707,7 +707,7 @@ const Ft = (e, t, n, a) => {
707
707
  },
708
708
  info: {
709
709
  date: { ...Ui, ...e?.info?.date },
710
- link: e?.info?.link ?? ki
710
+ link: e?.info?.link ?? xi
711
711
  },
712
712
  preview: {
713
713
  sizes: e?.main?.image?.sizes ?? [],
@@ -760,10 +760,10 @@ const Ri = async (e, t) => {
760
760
  }, Sn = () => {
761
761
  const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = $();
762
762
  return e == "local" ? t : n && n !== "false" ? n : "";
763
- }, R9 = () => {
763
+ }, R3 = () => {
764
764
  const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = $();
765
765
  return e === "local" ? t : "";
766
- }, qi = (e) => {
766
+ }, Bi = (e) => {
767
767
  if (!e?.preview?.length) return null;
768
768
  const t = e.preview;
769
769
  return t.find((n) => n.format === "1.91:1") ?? t[t.length - 1];
@@ -782,9 +782,9 @@ const Ri = async (e, t) => {
782
782
  url: a + (t ?? n ?? ""),
783
783
  width: o,
784
784
  height: i
785
- }, Bi = (e, t, n) => {
785
+ }, qi = (e, t, n) => {
786
786
  if (!e) return {};
787
- const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u = qi(n), l = Zs({
787
+ const { PUBLIC_ASSETS_URL: a, PUBLIC_API_FRONT: o } = $(), i = to(e.keywords) ?? "", r = e?.preview?.sizes ? e?.preview?.sizes[0]?.url : "", c = (a !== "false" ? a : o) ?? "", u = Bi(n), l = Zs({
788
788
  schemaImage: u,
789
789
  socialImage: e?.social?.images?.facebook,
790
790
  fallbackImage: r,
@@ -1092,7 +1092,7 @@ const Ri = async (e, t) => {
1092
1092
  i > 0 && (a += `/${o}`);
1093
1093
  }), `${a}/page/${n - 1}`;
1094
1094
  };
1095
- function q9(e) {
1095
+ function B3(e) {
1096
1096
  const t = e.length;
1097
1097
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
1098
1098
  }
@@ -1151,7 +1151,7 @@ const zi = () => {
1151
1151
  ]
1152
1152
  }
1153
1153
  };
1154
- }, B9 = (e) => {
1154
+ }, q3 = (e) => {
1155
1155
  let t = "";
1156
1156
  if (e.params.news.match(/.*t[0-9]*.html/g)) {
1157
1157
  const n = e.params.news.split("-"), a = n[n.length - 1] ?? "", o = a.substring(1, 9), i = a.substring(9, 13);
@@ -1169,7 +1169,7 @@ const zi = () => {
1169
1169
  }
1170
1170
  return e.config.servicePrefix + t;
1171
1171
  };
1172
- function P9(e) {
1172
+ function P3(e) {
1173
1173
  const t = e.lastIndexOf("-"), n = t >= 0 ? [e.slice(0, t), e.slice(t + 1)] : [e], a = n[n.length - 1]?.split("."), o = a && a[0] ? a[0] : "", i = o.substring(0, 2), r = o.substring(2, 10), c = o.substring(10);
1174
1174
  return { path: {
1175
1175
  vy: (l) => `/videos/video-youtube/${Le(r).format(
@@ -1184,10 +1184,10 @@ function P9(e) {
1184
1184
  const wt = (e, t) => {
1185
1185
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1186
1186
  return t?.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1187
- }, O9 = (e) => {
1187
+ }, O3 = (e) => {
1188
1188
  const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: a = !1 } = e;
1189
1189
  return a ? "src" : t + n;
1190
- }, D9 = async (e, t, n, a) => {
1190
+ }, D3 = async (e, t, n, a) => {
1191
1191
  const { FETCH_TAG_BASED_RELATED_NEWS: o = !1, FETCH_SIZE_RELATED_NEWS: i = 10 } = $();
1192
1192
  if (!e) return [];
1193
1193
  try {
@@ -1216,7 +1216,7 @@ const wt = (e, t) => {
1216
1216
  } catch (r) {
1217
1217
  console.log(r);
1218
1218
  }
1219
- }, Vi = "https://recaptchaenterprise.googleapis.com/v1/projects", M9 = async ({
1219
+ }, Vi = "https://recaptchaenterprise.googleapis.com/v1/projects", M3 = async ({
1220
1220
  projectID: e,
1221
1221
  recaptchaKey: t,
1222
1222
  token: n,
@@ -1572,28 +1572,28 @@ const er = async ({
1572
1572
  if (e.search("/page/") === -1) return e.replace("/", "");
1573
1573
  const t = e.split("/"), n = t.indexOf("page") - 1;
1574
1574
  return n < 0 ? e : (t[n] ?? "").replace("/", "");
1575
- }, Be = (e) => {
1575
+ }, qe = (e) => {
1576
1576
  const n = e.replace(/^\/|\/$/g, "").split("/"), a = n.indexOf("page");
1577
1577
  return a > 0 ? `${n[a - 1] ?? ""}` : `${n[n.length - 1] ?? ""}`;
1578
1578
  }, ir = {
1579
1579
  404: () => "404",
1580
1580
  home: () => "home",
1581
- slug: (e) => Be(e.pathname),
1581
+ slug: (e) => qe(e.pathname),
1582
1582
  news: (e) => Pi(e.pathname)?.slug,
1583
- seccion: (e) => Be(e.pathname),
1584
- tema: (e) => Be(e.pathname),
1585
- pages: (e) => Be(e.pathname),
1586
- buscar: (e) => Be(e.pathname),
1587
- "ultimas-noticias": (e) => Be(e.pathname),
1588
- anuncia: (e) => Be(e.pathname),
1589
- contacto: (e) => Be(e.pathname),
1590
- autor: (e) => Be(e.pathname),
1591
- video: (e) => Be(e.pathname),
1592
- videos: (e) => Be(e.pathname)
1583
+ seccion: (e) => qe(e.pathname),
1584
+ tema: (e) => qe(e.pathname),
1585
+ pages: (e) => qe(e.pathname),
1586
+ buscar: (e) => qe(e.pathname),
1587
+ "ultimas-noticias": (e) => qe(e.pathname),
1588
+ anuncia: (e) => qe(e.pathname),
1589
+ contacto: (e) => qe(e.pathname),
1590
+ autor: (e) => qe(e.pathname),
1591
+ video: (e) => qe(e.pathname),
1592
+ videos: (e) => qe(e.pathname)
1593
1593
  }, en = (e) => {
1594
1594
  const t = e.split("/"), n = t[t.length - 1] ?? "1";
1595
1595
  return Number(n) > 0 ? Number(n) : 1;
1596
- }, j9 = (e, t = 2) => {
1596
+ }, j3 = (e, t = 2) => {
1597
1597
  if (!e || e.length === 0) return [];
1598
1598
  const n = [];
1599
1599
  for (let a = 0; a < t; a++) {
@@ -1733,7 +1733,7 @@ const er = async ({
1733
1733
  }
1734
1734
  console.error("[SERVICE_DEBUG] Service error report (HTML):"), console.error(n);
1735
1735
  };
1736
- class G9 {
1736
+ class G3 {
1737
1737
  exclude = "keywords,gallery,related,relatedexternal,external,customfields";
1738
1738
  config = {};
1739
1739
  imgSizes = {};
@@ -1963,10 +1963,10 @@ function oo(e, t) {
1963
1963
  return e.apply(t, arguments);
1964
1964
  };
1965
1965
  }
1966
- const { toString: lr } = Object.prototype, { getPrototypeOf: Es } = Object, { iterator: qn, toStringTag: io } = Symbol, Bn = /* @__PURE__ */ ((e) => (t) => {
1966
+ const { toString: lr } = Object.prototype, { getPrototypeOf: Es } = Object, { iterator: Bn, toStringTag: io } = Symbol, qn = /* @__PURE__ */ ((e) => (t) => {
1967
1967
  const n = lr.call(t);
1968
1968
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
1969
- })(/* @__PURE__ */ Object.create(null)), Me = (e) => (e = e.toLowerCase(), (t) => Bn(t) === e), Pn = (e) => (t) => typeof t === e, { isArray: kt } = Array, Et = Pn("undefined");
1969
+ })(/* @__PURE__ */ Object.create(null)), Me = (e) => (e = e.toLowerCase(), (t) => qn(t) === e), Pn = (e) => (t) => typeof t === e, { isArray: xt } = Array, Et = Pn("undefined");
1970
1970
  function $t(e) {
1971
1971
  return e !== null && !Et(e) && e.constructor !== null && !Et(e.constructor) && Ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
1972
1972
  }
@@ -1976,10 +1976,10 @@ function dr(e) {
1976
1976
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ro(e.buffer), t;
1977
1977
  }
1978
1978
  const ur = Pn("string"), Ie = Pn("function"), co = Pn("number"), Vt = (e) => e !== null && typeof e == "object", mr = (e) => e === !0 || e === !1, yn = (e) => {
1979
- if (Bn(e) !== "object")
1979
+ if (qn(e) !== "object")
1980
1980
  return !1;
1981
1981
  const t = Es(e);
1982
- return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(io in e) && !(qn in e);
1982
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(io in e) && !(Bn in e);
1983
1983
  }, hr = (e) => {
1984
1984
  if (!Vt(e) || $t(e))
1985
1985
  return !1;
@@ -1990,14 +1990,14 @@ const ur = Pn("string"), Ie = Pn("function"), co = Pn("number"), Vt = (e) => e !
1990
1990
  }
1991
1991
  }, fr = Me("Date"), gr = Me("File"), pr = Me("Blob"), Ar = Me("FileList"), wr = (e) => Vt(e) && Ie(e.pipe), yr = (e) => {
1992
1992
  let t;
1993
- return e && (typeof FormData == "function" && e instanceof FormData || Ie(e.append) && ((t = Bn(e)) === "formdata" || // detect form-data instance
1993
+ return e && (typeof FormData == "function" && e instanceof FormData || Ie(e.append) && ((t = qn(e)) === "formdata" || // detect form-data instance
1994
1994
  t === "object" && Ie(e.toString) && e.toString() === "[object FormData]"));
1995
1995
  }, vr = Me("URLSearchParams"), [br, _r, Cr, Sr] = ["ReadableStream", "Request", "Response", "Headers"].map(Me), Nr = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
1996
1996
  function Wt(e, t, { allOwnKeys: n = !1 } = {}) {
1997
1997
  if (e === null || typeof e > "u")
1998
1998
  return;
1999
1999
  let a, o;
2000
- if (typeof e != "object" && (e = [e]), kt(e))
2000
+ if (typeof e != "object" && (e = [e]), xt(e))
2001
2001
  for (a = 0, o = e.length; a < o; a++)
2002
2002
  t.call(null, e[a], a, e);
2003
2003
  else {
@@ -2024,7 +2024,7 @@ const gt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typ
2024
2024
  function ms() {
2025
2025
  const { caseless: e, skipUndefined: t } = uo(this) && this || {}, n = {}, a = (o, i) => {
2026
2026
  const r = e && lo(n, i) || i;
2027
- yn(n[r]) && yn(o) ? n[r] = ms(n[r], o) : yn(o) ? n[r] = ms({}, o) : kt(o) ? n[r] = o.slice() : (!t || !Et(o)) && (n[r] = o);
2027
+ yn(n[r]) && yn(o) ? n[r] = ms(n[r], o) : yn(o) ? n[r] = ms({}, o) : xt(o) ? n[r] = o.slice() : (!t || !Et(o)) && (n[r] = o);
2028
2028
  };
2029
2029
  for (let o = 0, i = arguments.length; o < i; o++)
2030
2030
  arguments[o] && Wt(arguments[o], a);
@@ -2036,7 +2036,7 @@ const Ir = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
2036
2036
  e.prototype = Object.create(t.prototype, a), e.prototype.constructor = e, Object.defineProperty(e, "super", {
2037
2037
  value: t.prototype
2038
2038
  }), n && Object.assign(e.prototype, n);
2039
- }, xr = (e, t, n, a) => {
2039
+ }, kr = (e, t, n, a) => {
2040
2040
  let o, i, r;
2041
2041
  const c = {};
2042
2042
  if (t = t || {}, e == null) return t;
@@ -2046,13 +2046,13 @@ const Ir = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
2046
2046
  e = n !== !1 && Es(e);
2047
2047
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
2048
2048
  return t;
2049
- }, kr = (e, t, n) => {
2049
+ }, xr = (e, t, n) => {
2050
2050
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
2051
2051
  const a = e.indexOf(t, n);
2052
2052
  return a !== -1 && a === n;
2053
2053
  }, Ur = (e) => {
2054
2054
  if (!e) return null;
2055
- if (kt(e)) return e;
2055
+ if (xt(e)) return e;
2056
2056
  let t = e.length;
2057
2057
  if (!co(t)) return null;
2058
2058
  const n = new Array(t);
@@ -2060,19 +2060,19 @@ const Ir = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
2060
2060
  n[t] = e[t];
2061
2061
  return n;
2062
2062
  }, Lr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Es(Uint8Array)), Rr = (e, t) => {
2063
- const a = (e && e[qn]).call(e);
2063
+ const a = (e && e[Bn]).call(e);
2064
2064
  let o;
2065
2065
  for (; (o = a.next()) && !o.done; ) {
2066
2066
  const i = o.value;
2067
2067
  t.call(e, i[0], i[1]);
2068
2068
  }
2069
- }, qr = (e, t) => {
2069
+ }, Br = (e, t) => {
2070
2070
  let n;
2071
2071
  const a = [];
2072
2072
  for (; (n = e.exec(t)) !== null; )
2073
2073
  a.push(n);
2074
2074
  return a;
2075
- }, Br = Me("HTMLFormElement"), Pr = (e) => e.toLowerCase().replace(
2075
+ }, qr = Me("HTMLFormElement"), Pr = (e) => e.toLowerCase().replace(
2076
2076
  /[-_\s]([a-z\d])(\w*)/g,
2077
2077
  function(n, a, o) {
2078
2078
  return a.toUpperCase() + o;
@@ -2104,11 +2104,11 @@ const Ir = (e, t, n, { allOwnKeys: a } = {}) => (Wt(t, (o, i) => {
2104
2104
  n[i] = !0;
2105
2105
  });
2106
2106
  };
2107
- return kt(e) ? a(e) : a(String(e).split(t)), n;
2107
+ return xt(e) ? a(e) : a(String(e).split(t)), n;
2108
2108
  }, jr = () => {
2109
2109
  }, Gr = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
2110
2110
  function Qr(e) {
2111
- return !!(e && Ie(e.append) && e[io] === "FormData" && e[qn]);
2111
+ return !!(e && Ie(e.append) && e[io] === "FormData" && e[Bn]);
2112
2112
  }
2113
2113
  const Hr = (e) => {
2114
2114
  const t = new Array(10), n = (a, o) => {
@@ -2119,7 +2119,7 @@ const Hr = (e) => {
2119
2119
  return a;
2120
2120
  if (!("toJSON" in a)) {
2121
2121
  t[o] = a;
2122
- const i = kt(a) ? [] : {};
2122
+ const i = xt(a) ? [] : {};
2123
2123
  return Wt(a, (r, c) => {
2124
2124
  const u = n(r, o + 1);
2125
2125
  !Et(u) && (i[c] = u);
@@ -2136,8 +2136,8 @@ const Hr = (e) => {
2136
2136
  }))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
2137
2137
  typeof setImmediate == "function",
2138
2138
  Ie(gt.postMessage)
2139
- ), $r = typeof queueMicrotask < "u" ? queueMicrotask.bind(gt) : typeof process < "u" && process.nextTick || ho, Vr = (e) => e != null && Ie(e[qn]), C = {
2140
- isArray: kt,
2139
+ ), $r = typeof queueMicrotask < "u" ? queueMicrotask.bind(gt) : typeof process < "u" && process.nextTick || ho, Vr = (e) => e != null && Ie(e[Bn]), C = {
2140
+ isArray: xt,
2141
2141
  isArrayBuffer: ro,
2142
2142
  isBuffer: $t,
2143
2143
  isFormData: yr,
@@ -2168,14 +2168,14 @@ const Hr = (e) => {
2168
2168
  trim: Nr,
2169
2169
  stripBOM: Er,
2170
2170
  inherits: Tr,
2171
- toFlatObject: xr,
2172
- kindOf: Bn,
2171
+ toFlatObject: kr,
2172
+ kindOf: qn,
2173
2173
  kindOfTest: Me,
2174
- endsWith: kr,
2174
+ endsWith: xr,
2175
2175
  toArray: Ur,
2176
2176
  forEachEntry: Rr,
2177
- matchAll: qr,
2178
- isHTMLForm: Br,
2177
+ matchAll: Br,
2178
+ isHTMLForm: qr,
2179
2179
  hasOwnProperty: na,
2180
2180
  hasOwnProp: na,
2181
2181
  // an alias to avoid ESLint no-prototype-builtins detection
@@ -2442,10 +2442,10 @@ const yo = {
2442
2442
  Blob: ec
2443
2443
  },
2444
2444
  protocols: ["http", "https", "file", "blob", "url", "data"]
2445
- }, xs = typeof window < "u" && typeof document < "u", fs = typeof navigator == "object" && navigator || void 0, nc = xs && (!fs || ["ReactNative", "NativeScript", "NS"].indexOf(fs.product) < 0), sc = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2446
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ac = xs && window.location.href || "http://localhost", oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2445
+ }, ks = typeof window < "u" && typeof document < "u", fs = typeof navigator == "object" && navigator || void 0, nc = ks && (!fs || ["ReactNative", "NativeScript", "NS"].indexOf(fs.product) < 0), sc = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
2446
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ac = ks && window.location.href || "http://localhost", oc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2447
2447
  __proto__: null,
2448
- hasBrowserEnv: xs,
2448
+ hasBrowserEnv: ks,
2449
2449
  hasStandardBrowserEnv: nc,
2450
2450
  hasStandardBrowserWebWorkerEnv: sc,
2451
2451
  navigator: fs,
@@ -2594,7 +2594,7 @@ const dc = C.toObjectSet([
2594
2594
  o = r.indexOf(":"), n = r.substring(0, o).trim().toLowerCase(), a = r.substring(o + 1).trim(), !(!n || t[n] && dc[n]) && (n === "set-cookie" ? t[n] ? t[n].push(a) : t[n] = [a] : t[n] = t[n] ? t[n] + ", " + a : a);
2595
2595
  }), t;
2596
2596
  }, ia = Symbol("internals");
2597
- function Bt(e) {
2597
+ function qt(e) {
2598
2598
  return e && String(e).trim().toLowerCase();
2599
2599
  }
2600
2600
  function vn(e) {
@@ -2639,7 +2639,7 @@ let Ee = class {
2639
2639
  set(t, n, a) {
2640
2640
  const o = this;
2641
2641
  function i(c, u, l) {
2642
- const d = Bt(u);
2642
+ const d = qt(u);
2643
2643
  if (!d)
2644
2644
  throw new Error("header name must be a non-empty string");
2645
2645
  const m = C.findKey(o, d);
@@ -2663,7 +2663,7 @@ let Ee = class {
2663
2663
  return this;
2664
2664
  }
2665
2665
  get(t, n) {
2666
- if (t = Bt(t), t) {
2666
+ if (t = qt(t), t) {
2667
2667
  const a = C.findKey(this, t);
2668
2668
  if (a) {
2669
2669
  const o = this[a];
@@ -2680,7 +2680,7 @@ let Ee = class {
2680
2680
  }
2681
2681
  }
2682
2682
  has(t, n) {
2683
- if (t = Bt(t), t) {
2683
+ if (t = qt(t), t) {
2684
2684
  const a = C.findKey(this, t);
2685
2685
  return !!(a && this[a] !== void 0 && (!n || Fn(this, this[a], a, n)));
2686
2686
  }
@@ -2690,7 +2690,7 @@ let Ee = class {
2690
2690
  const a = this;
2691
2691
  let o = !1;
2692
2692
  function i(r) {
2693
- if (r = Bt(r), r) {
2693
+ if (r = qt(r), r) {
2694
2694
  const c = C.findKey(a, r);
2695
2695
  c && (!n || Fn(a, a[c], c, n)) && (delete a[c], o = !0);
2696
2696
  }
@@ -2752,7 +2752,7 @@ let Ee = class {
2752
2752
  accessors: {}
2753
2753
  }).accessors, o = this.prototype;
2754
2754
  function i(r) {
2755
- const c = Bt(r);
2755
+ const c = qt(r);
2756
2756
  a[c] || (gc(o, r), a[c] = !0);
2757
2757
  }
2758
2758
  return C.isArray(t) ? t.forEach(i) : i(t), this;
@@ -3119,7 +3119,7 @@ const So = (e) => {
3119
3119
  }, {
3120
3120
  highWaterMark: 2
3121
3121
  });
3122
- }, ua = 64 * 1024, { isFunction: tn } = C, xc = (({ Request: e, Response: t }) => ({
3122
+ }, ua = 64 * 1024, { isFunction: tn } = C, kc = (({ Request: e, Response: t }) => ({
3123
3123
  Request: e,
3124
3124
  Response: t
3125
3125
  }))(C.global), {
@@ -3131,10 +3131,10 @@ const So = (e) => {
3131
3131
  } catch {
3132
3132
  return !1;
3133
3133
  }
3134
- }, kc = (e) => {
3134
+ }, xc = (e) => {
3135
3135
  e = C.merge.call({
3136
3136
  skipUndefined: !0
3137
- }, xc, e);
3137
+ }, kc, e);
3138
3138
  const { fetch: t, Request: n, Response: a } = e, o = t ? tn(t) : typeof fetch == "function", i = tn(n), r = tn(a);
3139
3139
  if (!o)
3140
3140
  return !1;
@@ -3191,7 +3191,7 @@ const So = (e) => {
3191
3191
  headers: G,
3192
3192
  withCredentials: Y = "same-origin",
3193
3193
  fetchOptions: Q
3194
- } = So(g), B = t || fetch;
3194
+ } = So(g), q = t || fetch;
3195
3195
  O = O ? (O + "").toLowerCase() : "text";
3196
3196
  let ne = Nc([S, _ && _.toAbortSignal()], I), ue = null;
3197
3197
  const M = ne && ne.unsubscribe && (() => {
@@ -3224,32 +3224,32 @@ const So = (e) => {
3224
3224
  credentials: T ? Y : void 0
3225
3225
  };
3226
3226
  ue = i && new n(A, D);
3227
- let x = await (i ? B(ue, Q) : B(A, D));
3227
+ let k = await (i ? q(ue, Q) : q(A, D));
3228
3228
  const z = d && (O === "stream" || O === "response");
3229
3229
  if (d && (b || z && M)) {
3230
3230
  const N = {};
3231
3231
  ["status", "statusText", "headers"].forEach((H) => {
3232
- N[H] = x[H];
3232
+ N[H] = k[H];
3233
3233
  });
3234
- const L = C.toFiniteNumber(x.headers.get("content-length")), [j, P] = b && ra(
3234
+ const L = C.toFiniteNumber(k.headers.get("content-length")), [j, P] = b && ra(
3235
3235
  L,
3236
3236
  Nn(ca(b), !0)
3237
3237
  ) || [];
3238
- x = new a(
3239
- da(x.body, ua, j, () => {
3238
+ k = new a(
3239
+ da(k.body, ua, j, () => {
3240
3240
  P && P(), M && M();
3241
3241
  }),
3242
3242
  N
3243
3243
  );
3244
3244
  }
3245
3245
  O = O || "text";
3246
- let v = await m[C.findKey(m, O) || "text"](x, g);
3246
+ let v = await m[C.findKey(m, O) || "text"](k, g);
3247
3247
  return !z && M && M(), await new Promise((N, L) => {
3248
3248
  _o(N, L, {
3249
3249
  data: v,
3250
- headers: Ee.from(x.headers),
3251
- status: x.status,
3252
- statusText: x.statusText,
3250
+ headers: Ee.from(k.headers),
3251
+ status: k.status,
3252
+ statusText: k.statusText,
3253
3253
  config: g,
3254
3254
  request: ue
3255
3255
  });
@@ -3272,18 +3272,18 @@ const So = (e) => {
3272
3272
  ];
3273
3273
  let r = i.length, c = r, u, l, d = Uc;
3274
3274
  for (; c--; )
3275
- u = i[c], l = d.get(u), l === void 0 && d.set(u, l = c ? /* @__PURE__ */ new Map() : kc(t)), d = l;
3275
+ u = i[c], l = d.get(u), l === void 0 && d.set(u, l = c ? /* @__PURE__ */ new Map() : xc(t)), d = l;
3276
3276
  return l;
3277
3277
  };
3278
3278
  No();
3279
- const ks = {
3279
+ const xs = {
3280
3280
  http: Wr,
3281
3281
  xhr: Sc,
3282
3282
  fetch: {
3283
3283
  get: No
3284
3284
  }
3285
3285
  };
3286
- C.forEach(ks, (e, t) => {
3286
+ C.forEach(xs, (e, t) => {
3287
3287
  if (e) {
3288
3288
  try {
3289
3289
  Object.defineProperty(e, "name", { value: t });
@@ -3301,7 +3301,7 @@ function Rc(e, t) {
3301
3301
  for (let r = 0; r < n; r++) {
3302
3302
  a = e[r];
3303
3303
  let c;
3304
- if (o = a, !Lc(a) && (o = ks[(c = String(a)).toLowerCase()], o === void 0))
3304
+ if (o = a, !Lc(a) && (o = xs[(c = String(a)).toLowerCase()], o === void 0))
3305
3305
  throw new K(`Unknown adapter '${c}'`);
3306
3306
  if (o && (C.isFunction(o) || (o = o.get(t))))
3307
3307
  break;
@@ -3331,7 +3331,7 @@ const Io = {
3331
3331
  * Exposes all known adapters
3332
3332
  * @type {Object<string, Function|Object>}
3333
3333
  */
3334
- adapters: ks
3334
+ adapters: xs
3335
3335
  };
3336
3336
  function Vn(e) {
3337
3337
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
@@ -3383,7 +3383,7 @@ Dn.transitional = function(t, n, a) {
3383
3383
  Dn.spelling = function(t) {
3384
3384
  return (n, a) => (console.warn(`${a} is likely a misspelling of ${t}`), !0);
3385
3385
  };
3386
- function qc(e, t, n) {
3386
+ function Bc(e, t, n) {
3387
3387
  if (typeof e != "object")
3388
3388
  throw new K("options must be an object", K.ERR_BAD_OPTION_VALUE);
3389
3389
  const a = Object.keys(e);
@@ -3401,7 +3401,7 @@ function qc(e, t, n) {
3401
3401
  }
3402
3402
  }
3403
3403
  const bn = {
3404
- assertOptions: qc,
3404
+ assertOptions: Bc,
3405
3405
  validators: Dn
3406
3406
  }, je = bn.validators;
3407
3407
  let pt = class {
@@ -3528,7 +3528,7 @@ C.forEach(["post", "put", "patch"], function(t) {
3528
3528
  }
3529
3529
  pt.prototype[t] = n(), pt.prototype[t + "Form"] = n(!0);
3530
3530
  });
3531
- let Bc = class To {
3531
+ let qc = class To {
3532
3532
  constructor(t) {
3533
3533
  if (typeof t != "function")
3534
3534
  throw new TypeError("executor must be a function.");
@@ -3683,16 +3683,16 @@ const gs = {
3683
3683
  Object.entries(gs).forEach(([e, t]) => {
3684
3684
  gs[t] = e;
3685
3685
  });
3686
- function xo(e) {
3686
+ function ko(e) {
3687
3687
  const t = new pt(e), n = oo(pt.prototype.request, t);
3688
3688
  return C.extend(n, pt.prototype, t, { allOwnKeys: !0 }), C.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
3689
- return xo(yt(e, o));
3689
+ return ko(yt(e, o));
3690
3690
  }, n;
3691
3691
  }
3692
- const ie = xo(Yt);
3692
+ const ie = ko(Yt);
3693
3693
  ie.Axios = pt;
3694
3694
  ie.CanceledError = Ut;
3695
- ie.CancelToken = Bc;
3695
+ ie.CancelToken = qc;
3696
3696
  ie.isCancel = bo;
3697
3697
  ie.VERSION = Eo;
3698
3698
  ie.toFormData = On;
@@ -3710,22 +3710,22 @@ ie.getAdapter = Io.getAdapter;
3710
3710
  ie.HttpStatusCode = gs;
3711
3711
  ie.default = ie;
3712
3712
  const {
3713
- Axios: z9,
3714
- AxiosError: F9,
3715
- CanceledError: $9,
3716
- isCancel: V9,
3717
- CancelToken: W9,
3718
- VERSION: Y9,
3719
- all: K9,
3720
- Cancel: J9,
3721
- isAxiosError: Z9,
3722
- spread: X9,
3723
- toFormData: e5,
3724
- AxiosHeaders: t5,
3725
- HttpStatusCode: n5,
3726
- formToJSON: s5,
3727
- getAdapter: a5,
3728
- mergeConfig: o5
3713
+ Axios: z3,
3714
+ AxiosError: F3,
3715
+ CanceledError: $3,
3716
+ isCancel: V3,
3717
+ CancelToken: W3,
3718
+ VERSION: Y3,
3719
+ all: K3,
3720
+ Cancel: J3,
3721
+ isAxiosError: Z3,
3722
+ spread: X3,
3723
+ toFormData: e6,
3724
+ AxiosHeaders: t6,
3725
+ HttpStatusCode: n6,
3726
+ formToJSON: s6,
3727
+ getAdapter: a6,
3728
+ mergeConfig: o6
3729
3729
  } = ie;
3730
3730
  class ft {
3731
3731
  constructor(t) {
@@ -4210,7 +4210,7 @@ class Dc extends ft {
4210
4210
  return { blockSass: n.data.data };
4211
4211
  };
4212
4212
  }
4213
- class i5 {
4213
+ class i6 {
4214
4214
  issuuApi = "https://api.issuu.com/v2";
4215
4215
  api = void 0;
4216
4216
  q = "";
@@ -4247,7 +4247,7 @@ class i5 {
4247
4247
  }
4248
4248
  }
4249
4249
  }
4250
- const r5 = async (e, t, n, a, o, i, r) => {
4250
+ const r6 = async (e, t, n, a, o, i, r) => {
4251
4251
  const c = new Dc({
4252
4252
  config: t,
4253
4253
  imgSizes: n,
@@ -4267,7 +4267,7 @@ const r5 = async (e, t, n, a, o, i, r) => {
4267
4267
  return (() => {
4268
4268
  const m = {};
4269
4269
  for (let h = 0; h < l.length; h++) {
4270
- const p = xi(
4270
+ const p = ki(
4271
4271
  l[h]
4272
4272
  ), g = "Home_" + (Math.floor(h / i) + 1) + "_" + (Math.floor(h % i) + 1);
4273
4273
  p && (m[g] = { ...p });
@@ -4277,7 +4277,7 @@ const r5 = async (e, t, n, a, o, i, r) => {
4277
4277
  }, Mc = (e) => {
4278
4278
  const t = It(e);
4279
4279
  return t && t.data ? t.data : t;
4280
- }, c5 = async (e) => {
4280
+ }, c6 = async (e) => {
4281
4281
  const t = await Promise.allSettled(
4282
4282
  Object.values(e).map((o) => o.promise)
4283
4283
  ), n = Object.keys(e), a = {};
@@ -4321,7 +4321,7 @@ const r5 = async (e, t, n, a, o, i, r) => {
4321
4321
  news: (e) => {
4322
4322
  const { meta: t, config: n, currentNew: a, schemasImages: o } = e;
4323
4323
  if (!a) return Se(t);
4324
- const i = Bi(a, n, o);
4324
+ const i = qi(a, n, o);
4325
4325
  return i ? { ...t, ...i } : Se(t);
4326
4326
  },
4327
4327
  seccion: async (e) => {
@@ -4619,7 +4619,7 @@ const r5 = async (e, t, n, a, o, i, r) => {
4619
4619
  };
4620
4620
  return u && (d.dateCreated = u), c && (d.dateModified = c), e?.addtional?.USER_SHOWEMAIL && (d.mainEntity.email = e.info.email), /* @__PURE__ */ s("script", { type: "application/ld+json", children: JSON.stringify(d) });
4621
4621
  };
4622
- async function l5({
4622
+ async function l6({
4623
4623
  axiosApi: e,
4624
4624
  headConfig: t = {
4625
4625
  ampConfig: !1,
@@ -4750,7 +4750,7 @@ async function l5({
4750
4750
  E
4751
4751
  ] });
4752
4752
  }
4753
- const d5 = ({
4753
+ const d6 = ({
4754
4754
  children: e,
4755
4755
  defaultRouteName: t,
4756
4756
  banners: n,
@@ -4780,7 +4780,7 @@ const d5 = ({
4780
4780
  d,
4781
4781
  /* @__PURE__ */ s(Hi, { name: "bodyafter", banners: n, replaces: w })
4782
4782
  ] });
4783
- }, zc = "_content_v0dac_1", Fc = {
4783
+ }, zc = "_content_1tvgz_1", Fc = {
4784
4784
  content: zc
4785
4785
  }, $c = () => /* @__PURE__ */ s(
4786
4786
  "svg",
@@ -4798,10 +4798,10 @@ const d5 = ({
4798
4798
  }
4799
4799
  )
4800
4800
  }
4801
- ), Vc = "_content_701km_1", Wc = "_location_701km_21", ya = {
4801
+ ), Vc = "_content_19rc1_1", Wc = "_location_19rc1_11", ya = {
4802
4802
  content: Vc,
4803
4803
  location: Wc
4804
- }, u5 = (e) => /* @__PURE__ */ f("div", { className: ya.content, children: [
4804
+ }, u6 = (e) => /* @__PURE__ */ f("div", { className: ya.content, children: [
4805
4805
  /* @__PURE__ */ s($c, {}),
4806
4806
  /* @__PURE__ */ s("p", { className: ya.location, children: e.place })
4807
4807
  ] }), Kt = ({
@@ -4848,7 +4848,7 @@ function Yc({
4848
4848
  return -(v * (n + a)) + N;
4849
4849
  },
4850
4850
  [o, n, a]
4851
- ), B = fe(
4851
+ ), q = fe(
4852
4852
  (v) => {
4853
4853
  const N = _.current?.offsetWidth || window.innerWidth, L = E(), j = Y();
4854
4854
  if (o)
@@ -4879,7 +4879,7 @@ function Yc({
4879
4879
  ), U = fe(
4880
4880
  (v) => {
4881
4881
  if (!c || !i) return;
4882
- const N = m - l, L = Date.now() - A, j = Math.abs(N) / Math.max(L, 1), P = B(N), F = j > 0.5 && Math.abs(N) > 50 ? Math.max(P, 1) : P;
4882
+ const N = m - l, L = Date.now() - A, j = Math.abs(N) / Math.max(L, 1), P = q(N), F = j > 0.5 && Math.abs(N) > 50 ? Math.max(P, 1) : P;
4883
4883
  if (F > 0)
4884
4884
  if (N > 0) {
4885
4885
  const V = Math.max(0, e - F);
@@ -4899,7 +4899,7 @@ function Yc({
4899
4899
  G,
4900
4900
  i,
4901
4901
  r,
4902
- B,
4902
+ q,
4903
4903
  M,
4904
4904
  y
4905
4905
  ]
@@ -4913,7 +4913,7 @@ function Yc({
4913
4913
  ne(v.touches[0].clientX);
4914
4914
  },
4915
4915
  [ne]
4916
- ), x = fe(
4916
+ ), k = fe(
4917
4917
  (v) => {
4918
4918
  c && (v.preventDefault(), ue(v.touches[0].clientX));
4919
4919
  },
@@ -4942,13 +4942,13 @@ function Yc({
4942
4942
  dragHandlers: {
4943
4943
  onMouseDown: T,
4944
4944
  onTouchStart: D,
4945
- onTouchMove: x,
4945
+ onTouchMove: k,
4946
4946
  onTouchEnd: z,
4947
4947
  onMouseLeave: U
4948
4948
  }
4949
4949
  };
4950
4950
  }
4951
- function m5(e) {
4951
+ function m6(e) {
4952
4952
  const {
4953
4953
  children: t,
4954
4954
  slot_id: n,
@@ -4982,8 +4982,8 @@ function m5(e) {
4982
4982
  onIndexChange: m
4983
4983
  }), b = fe(
4984
4984
  (Q) => {
4985
- const B = Math.max(0, Math.min(Q, y));
4986
- m(B);
4985
+ const q = Math.max(0, Math.min(Q, y));
4986
+ m(q);
4987
4987
  },
4988
4988
  [y]
4989
4989
  ), E = fe(() => {
@@ -5058,7 +5058,7 @@ function m5(e) {
5058
5058
  justifyContent: "start !important"
5059
5059
  },
5060
5060
  ...I,
5061
- children: l && l.map((Q, B) => typeof Q == "string" ? /* @__PURE__ */ s(
5061
+ children: l && l.map((Q, q) => typeof Q == "string" ? /* @__PURE__ */ s(
5062
5062
  "section",
5063
5063
  {
5064
5064
  className: "card",
@@ -5072,7 +5072,7 @@ function m5(e) {
5072
5072
  },
5073
5073
  dangerouslySetInnerHTML: { __html: Q }
5074
5074
  },
5075
- B
5075
+ q
5076
5076
  ) : /* @__PURE__ */ s(
5077
5077
  "section",
5078
5078
  {
@@ -5087,25 +5087,25 @@ function m5(e) {
5087
5087
  },
5088
5088
  children: Q
5089
5089
  },
5090
- B
5090
+ q
5091
5091
  ))
5092
5092
  }
5093
5093
  ),
5094
5094
  c && /* @__PURE__ */ s("nav", { className: "carrousel-pagination", children: Array.from(
5095
5095
  { length: Math.ceil(l.length / _) },
5096
- (Q, B) => {
5097
- const ne = Math.floor(d / _) === B;
5096
+ (Q, q) => {
5097
+ const ne = Math.floor(d / _) === q;
5098
5098
  return /* @__PURE__ */ s(
5099
5099
  "li",
5100
5100
  {
5101
5101
  className: ne ? "active" : "",
5102
- onClick: () => b(B * _),
5102
+ onClick: () => b(q * _),
5103
5103
  style: {
5104
5104
  cursor: "pointer",
5105
5105
  backgroundColor: ne ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
5106
5106
  }
5107
5107
  },
5108
- B
5108
+ q
5109
5109
  );
5110
5110
  }
5111
5111
  ) })
@@ -5153,7 +5153,7 @@ function Lt(e) {
5153
5153
  }
5154
5154
  );
5155
5155
  }
5156
- const Jc = "_content_1gcxd_1", Zc = {
5156
+ const Jc = "_content_3olxv_1", Zc = {
5157
5157
  content: Jc
5158
5158
  }, ct = (e) => /* @__PURE__ */ s("div", { className: Zc.content, children: e.children }), Xc = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), et = ({ banners: e, index: t }) => {
5159
5159
  if (!e || e.length === 0) return null;
@@ -5168,7 +5168,7 @@ const Jc = "_content_1gcxd_1", Zc = {
5168
5168
  }
5169
5169
  }
5170
5170
  ) : null;
5171
- }, el = "_content_45avd_1", tl = {
5171
+ }, el = "_content_1fh0c_1", tl = {
5172
5172
  content: el
5173
5173
  }, be = ({ banners: e, name: t }) => {
5174
5174
  if (!e || e.length === 0) return null;
@@ -5184,7 +5184,7 @@ const Jc = "_content_1gcxd_1", Zc = {
5184
5184
  },
5185
5185
  n.key
5186
5186
  );
5187
- }, nl = "_boxInformation_12080_1", sl = "_sectionDescriptionContainer_12080_17", al = "_uppertitle_12080_51", ol = "_sectionDescription_12080_17", il = "_articule_12080_159", rl = "_linkStyled_12080_187", cl = "_description_12080_209", ll = "_correspondent_12080_265", dl = "_correspondentLink_12080_289", ul = "_dotStyles_12080_313", ml = "_clipboardButton_12080_329", hl = "_messageButton_12080_361", fl = "_socialNetworkSection_12080_369", gl = "_whatsappButton_12080_385", se = {
5187
+ }, nl = "_boxInformation_1ucfs_1", sl = "_sectionDescriptionContainer_1ucfs_9", al = "_uppertitle_1ucfs_26", ol = "_sectionDescription_1ucfs_9", il = "_articule_1ucfs_80", rl = "_linkStyled_1ucfs_94", cl = "_description_1ucfs_105", ll = "_correspondent_1ucfs_133", dl = "_correspondentLink_1ucfs_145", ul = "_dotStyles_1ucfs_157", ml = "_clipboardButton_1ucfs_165", hl = "_messageButton_1ucfs_181", fl = "_socialNetworkSection_1ucfs_185", gl = "_whatsappButton_1ucfs_193", se = {
5188
5188
  boxInformation: nl,
5189
5189
  sectionDescriptionContainer: sl,
5190
5190
  uppertitle: al,
@@ -5452,21 +5452,21 @@ const Rt = (e) => {
5452
5452
  }
5453
5453
  ) }) : /* @__PURE__ */ s("h3", { className: se.correspondent, children: u() }) })
5454
5454
  ] });
5455
- }, vl = "_content_veayf_1", bl = "_contentNew_veayf_41", _l = "_imageBox_veayf_57", Cl = "_numberTag_veayf_87", nn = {
5455
+ }, vl = "_content_coxjf_1", bl = "_contentNew_coxjf_21", _l = "_imageBox_coxjf_29", Cl = "_numberTag_coxjf_44", nn = {
5456
5456
  content: vl,
5457
5457
  contentNew: bl,
5458
5458
  imageBox: _l,
5459
5459
  numberTag: Cl
5460
- }, Sl = "_figure_unw0t_1", Nl = "_backdrop_unw0t_11", Il = "_backdropAux_unw0t_31", El = "_imageStyled_unw0t_73", Tl = "_boxPlayIcon_unw0t_101", xl = "_playStyled_unw0t_121", kl = "_imageLogoPlaceholder_unw0t_155", Ul = "_imagePlaceholder_unw0t_197", re = {
5460
+ }, Sl = "_figure_orudt_1", Nl = "_backdrop_orudt_6", Il = "_backdropAux_orudt_16", El = "_imageStyled_orudt_37", Tl = "_boxPlayIcon_orudt_51", kl = "_playStyled_orudt_61", xl = "_imageLogoPlaceholder_orudt_78", Ul = "_imagePlaceholder_orudt_99", re = {
5461
5461
  figure: Sl,
5462
5462
  backdrop: Nl,
5463
5463
  backdropAux: Il,
5464
5464
  imageStyled: El,
5465
5465
  boxPlayIcon: Tl,
5466
- playStyled: xl,
5467
- imageLogoPlaceholder: kl,
5466
+ playStyled: kl,
5467
+ imageLogoPlaceholder: xl,
5468
5468
  imagePlaceholder: Ul
5469
- }, ko = (e) => /* @__PURE__ */ f(
5469
+ }, xo = (e) => /* @__PURE__ */ f(
5470
5470
  "svg",
5471
5471
  {
5472
5472
  width: "43",
@@ -5487,14 +5487,14 @@ const Rt = (e) => {
5487
5487
  ]
5488
5488
  }
5489
5489
  );
5490
- function qs() {
5491
- return $().COMPONENTS?.PlayIcon || ko;
5490
+ function Bs() {
5491
+ return $().COMPONENTS?.PlayIcon || xo;
5492
5492
  }
5493
5493
  function Uo() {
5494
- return $().COMPONENTS?.PlayIcon || ko;
5494
+ return $().COMPONENTS?.PlayIcon || xo;
5495
5495
  }
5496
5496
  const Ll = (e) => {
5497
- const { isVideo: t = !1, priorityHigh: n = !1 } = e, a = qs(), o = e.preview.sizes;
5497
+ const { isVideo: t = !1, priorityHigh: n = !1 } = e, a = Bs(), o = e.preview.sizes;
5498
5498
  return o ? o.length === 1 ? /* @__PURE__ */ s("figure", { className: re.figure, children: /* @__PURE__ */ f("span", { className: re.backdrop, children: [
5499
5499
  /* @__PURE__ */ s("span", { className: re.backdropAux }),
5500
5500
  /* @__PURE__ */ f("picture", { children: [
@@ -5575,7 +5575,7 @@ const Ll = (e) => {
5575
5575
  ] })
5576
5576
  ] })
5577
5577
  ] }) }) : null;
5578
- }, qt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
5578
+ }, Bt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
5579
5579
  /* @__PURE__ */ s("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ s("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
5580
5580
  /* @__PURE__ */ s("defs", { children: /* @__PURE__ */ s("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ s("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
5581
5581
  ] }), Rl = (e) => {
@@ -5609,7 +5609,7 @@ const Ll = (e) => {
5609
5609
  ),
5610
5610
  n && /* @__PURE__ */ s("div", { className: re.playWrapper, children: /* @__PURE__ */ s(i, {}) })
5611
5611
  ] })
5612
- ] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder, children: /* @__PURE__ */ s(qt, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ s(
5612
+ ] }) }) : r === "invalidURL" ? /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder, children: /* @__PURE__ */ s(Bt, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ s(
5613
5613
  "div",
5614
5614
  {
5615
5615
  "data-hydrate": "ImageOffline",
@@ -5619,7 +5619,7 @@ const Ll = (e) => {
5619
5619
  children: /* @__PURE__ */ s("div", { className: re.imagePlaceholder })
5620
5620
  }
5621
5621
  );
5622
- }, qe = async (e) => {
5622
+ }, Be = async (e) => {
5623
5623
  const { preview: t } = e;
5624
5624
  if (!t?.sizes || t.sizes.length === 0 || t.sizes.some((i) => !i.url))
5625
5625
  return /* @__PURE__ */ s("div", { className: re.imageLogoPlaceholder });
@@ -5671,7 +5671,7 @@ const Ll = (e) => {
5671
5671
  },
5672
5672
  children: [
5673
5673
  /* @__PURE__ */ s("div", { className: nn.numberTag, children: a + 1 }),
5674
- n.main.title.home && /* @__PURE__ */ s(qe, { preview: n.preview, priorityHigh: e.priorityHigh })
5674
+ n.main.title.home && /* @__PURE__ */ s(Be, { preview: n.preview, priorityHigh: e.priorityHigh })
5675
5675
  ]
5676
5676
  }
5677
5677
  ),
@@ -5682,9 +5682,9 @@ const Ll = (e) => {
5682
5682
  ))
5683
5683
  }
5684
5684
  );
5685
- }, ql = "_content_196hz_1", Bl = "_titulo_196hz_23", _a = {
5686
- content: ql,
5687
- titulo: Bl
5685
+ }, Bl = "_content_1cid4_1", ql = "_titulo_1cid4_12", _a = {
5686
+ content: Bl,
5687
+ titulo: ql
5688
5688
  }, Pl = {
5689
5689
  data: [
5690
5690
  {
@@ -6617,7 +6617,7 @@ const Ll = (e) => {
6617
6617
  showuppertitle: !1,
6618
6618
  showsubtitle: !1,
6619
6619
  showads: !1
6620
- }, Bs = (e) => {
6620
+ }, qs = (e) => {
6621
6621
  let t = [];
6622
6622
  const { PUBLIC_ENV: n, PUBLIC_IS_OFFLINE: a, SHOW_DEV_RANKING: o } = $();
6623
6623
  return e.content && e.content.length > 0 ? t = e.content.map((i) => ({
@@ -6644,7 +6644,7 @@ const Ll = (e) => {
6644
6644
  ]
6645
6645
  }
6646
6646
  );
6647
- }, Ol = "_content_dzkrz_1", Dl = "_subscribeImage_dzkrz_43", Ml = "_tag_dzkrz_63", jl = "_contentTitle_dzkrz_99", Gl = "_title_dzkrz_109", Ql = "_inputStyled_dzkrz_143", Hl = "_buttonStyled_dzkrz_223", zl = "_contentTerms_dzkrz_245", Fl = "_subscribeText_dzkrz_255", $l = "_terms_dzkrz_275", Pe = {
6647
+ }, Ol = "_content_6azvz_1", Dl = "_subscribeImage_6azvz_22", Ml = "_tag_6azvz_32", jl = "_contentTitle_6azvz_50", Gl = "_title_6azvz_55", Ql = "_inputStyled_6azvz_72", Hl = "_buttonStyled_6azvz_112", zl = "_contentTerms_6azvz_123", Fl = "_subscribeText_6azvz_128", $l = "_terms_6azvz_138", Pe = {
6648
6648
  content: Ol,
6649
6649
  subscribeImage: Dl,
6650
6650
  tag: Ml,
@@ -6684,7 +6684,7 @@ const Ll = (e) => {
6684
6684
  }
6685
6685
  )
6686
6686
  ] })
6687
- ] }), Wl = "_content_19eag_1", Yl = "_contentInfo_19eag_39", Kl = "_subscribeImage_19eag_55", Jl = "_tag_19eag_83", Zl = "_contentTitle_19eag_119", Xl = "_title_19eag_129", ed = "_subTitle_19eag_139", td = "_inputStyled_19eag_157", nd = "_buttonStyled_19eag_235", sd = "_contentTerms_19eag_261", ad = "_subscribeText_19eag_273", od = "_terms_19eag_291", Re = {
6687
+ ] }), Wl = "_content_1ms2y_1", Yl = "_contentInfo_1ms2y_20", Kl = "_subscribeImage_1ms2y_28", Jl = "_tag_1ms2y_42", Zl = "_contentTitle_1ms2y_60", Xl = "_title_1ms2y_65", ed = "_subTitle_1ms2y_70", td = "_inputStyled_1ms2y_79", nd = "_buttonStyled_1ms2y_118", sd = "_contentTerms_1ms2y_131", ad = "_subscribeText_1ms2y_137", od = "_terms_1ms2y_146", Re = {
6688
6688
  content: Wl,
6689
6689
  contentInfo: Yl,
6690
6690
  subscribeImage: Kl,
@@ -6788,7 +6788,7 @@ const Ll = (e) => {
6788
6788
  ] })
6789
6789
  ]
6790
6790
  }
6791
- ), cd = "_content_1rb7n_1", ld = "_subscribeImage_1rb7n_31", dd = "_contentTitle_1rb7n_43", ud = "_title_1rb7n_65", md = "_subTitle_1rb7n_79", hd = "_contentTerms_1rb7n_119", fd = "_whatsappLink_1rb7n_129", gd = "_subscribeText_1rb7n_163", pd = "_terms_1rb7n_183", Fe = {
6791
+ ), cd = "_content_qzaly_1", ld = "_subscribeImage_qzaly_16", dd = "_contentTitle_qzaly_22", ud = "_title_qzaly_33", md = "_subTitle_qzaly_40", hd = "_contentTerms_qzaly_60", fd = "_whatsappLink_qzaly_65", gd = "_subscribeText_qzaly_82", pd = "_terms_qzaly_92", Fe = {
6792
6792
  content: cd,
6793
6793
  subscribeImage: ld,
6794
6794
  contentTitle: dd,
@@ -6798,7 +6798,7 @@ const Ll = (e) => {
6798
6798
  whatsappLink: fd,
6799
6799
  subscribeText: gd,
6800
6800
  terms: pd
6801
- }, h5 = (e) => /* @__PURE__ */ f("section", { className: Fe.content, children: [
6801
+ }, h6 = (e) => /* @__PURE__ */ f("section", { className: Fe.content, children: [
6802
6802
  /* @__PURE__ */ s(rd, { className: Fe.subscribeImage }),
6803
6803
  /* @__PURE__ */ f("div", { className: Fe.contentTitle, children: [
6804
6804
  /* @__PURE__ */ s("p", { className: Fe.title, children: "Mantenete Informado" }),
@@ -6864,7 +6864,7 @@ const Ll = (e) => {
6864
6864
  /* @__PURE__ */ s("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
6865
6865
  ]
6866
6866
  }
6867
- ), wd = "_content_hsrgo_1", yd = "_brandContent_hsrgo_19", vd = "_socialMedia_hsrgo_41", bd = "_linkSocialNetwoks_hsrgo_55", _d = "_sectionContent_hsrgo_97", Cd = "_section_hsrgo_97", Sd = "_menuItem_hsrgo_133", Nd = "_otherItems_hsrgo_159", Id = "_copyrigth_hsrgo_187", Ed = "_copyrigthText_hsrgo_207", Td = "_logoStyled_hsrgo_227", xd = "_socialInstagram_hsrgo_263", xe = {
6867
+ ), wd = "_content_12a13_1", yd = "_brandContent_12a13_10", vd = "_socialMedia_12a13_21", bd = "_linkSocialNetwoks_12a13_28", _d = "_sectionContent_12a13_49", Cd = "_section_12a13_49", Sd = "_menuItem_12a13_67", Nd = "_otherItems_12a13_80", Id = "_copyrigth_12a13_94", Ed = "_copyrigthText_12a13_104", Td = "_logoStyled_12a13_114", kd = "_socialInstagram_12a13_132", ke = {
6868
6868
  content: wd,
6869
6869
  brandContent: yd,
6870
6870
  socialMedia: vd,
@@ -6876,8 +6876,8 @@ const Ll = (e) => {
6876
6876
  copyrigth: Id,
6877
6877
  copyrigthText: Ed,
6878
6878
  logoStyled: Td,
6879
- socialInstagram: xd
6880
- }, Mn = (e) => /* @__PURE__ */ s("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), kd = (e) => /* @__PURE__ */ s(
6879
+ socialInstagram: kd
6880
+ }, Mn = (e) => /* @__PURE__ */ s("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { stroke: "currentColor", d: "M27.5444 6H23.9083C19.8444 6 17.1708 8.67176 17.1708 12.9466V16.1527H13.5347C13.2139 16.1527 13 16.3664 13 16.687V21.2824C13 21.6031 13.2139 21.8168 13.5347 21.8168H17.1708V33.4656C17.1708 33.7863 17.3847 34 17.7055 34H22.518C22.8389 34 23.0527 33.7863 23.0527 33.4656V21.8168H27.3305C27.6513 21.8168 27.8652 21.6031 27.8652 21.2824V16.687C27.8652 16.5802 27.7583 16.3664 27.6513 16.2595C27.5444 16.1527 27.4375 16.0458 27.2236 16.0458H22.9458V13.374C22.9458 12.0916 23.2666 11.4504 24.9777 11.4504H27.4375C27.7583 11.4504 27.9722 11.2366 27.9722 10.916V6.64122C28.0791 6.21374 27.8652 6 27.5444 6Z", "stroke-width": "1.6" }) }), xd = (e) => /* @__PURE__ */ s(
6881
6881
  "svg",
6882
6882
  {
6883
6883
  ...e,
@@ -6895,10 +6895,10 @@ const Ll = (e) => {
6895
6895
  "path",
6896
6896
  {
6897
6897
  fill: "currentColor",
6898
- d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6\r
6899
- c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1\r
6900
- c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5\r
6901
- v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1\r
6898
+ d: `M25.7,9.4h-9.1v2.4h9.1c-0.1,0,0.1,0,0.1-0.1V9.5C25.9,9.4,25.9,9.4,25.7,9.4L25.7,9.4z M8.4,9.6
6899
+ c-3,0-5.6,2.5-5.6,5.6c0,3,2.5,5.4,5.7,5.4s5.4-2.4,5.4-5.4c0-0.4,0-0.7-0.1-1.1H8.5v2.1h3c-0.3,1.3-1.5,2.1-3,2.1
6900
+ c-1.9-0.1-3.4-1.7-3.2-3.4c0-1.9,1.5-3.2,3.2-3.2c0.8,0,1.5,0.3,2.1,0.9l1.5-1.5C11,10.2,9.7,9.6,8.4,9.6L8.4,9.6z M27,13.7H16.5
6901
+ v2.4H27c0,0,0.1,0,0.1-0.1v-2.1C27.2,13.7,27.2,13.7,27,13.7L27,13.7z M25.7,18.2h-9.1v2.4h9.1c-0.1,0,0.1-0.1,0.1-0.1v-2.1
6902
6902
  C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
6903
6903
  }
6904
6904
  )
@@ -6939,18 +6939,18 @@ const Ll = (e) => {
6939
6939
  "path",
6940
6940
  {
6941
6941
  fill: "currentColor",
6942
- d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4\r
6943
- c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8\r
6944
- c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9\r
6945
- c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6\r
6946
- c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1\r
6947
- c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3\r
6948
- c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4\r
6942
+ d: `M12.6,24.9c-1.1,0-2.1-0.3-3.1-0.8c-1.7-0.9-2.8-2.5-3.2-4.3c-0.7-3.3,1.4-6.7,4.7-7.4
6943
+ c0.8-0.2,1.5-0.2,2.2-0.1c0.1,0,0.1,0,0.2,0l0.5,0.1l0.1,0.5v3.8l-0.8-0.2c-0.1,0-0.2,0-0.3-0.1c-1.2-0.2-2.3,0.6-2.5,1.8
6944
+ c-0.2,1.2,0.6,2.3,1.8,2.5c0.6,0.1,1.2,0,1.7-0.4c0.5-0.4,0.8-1,0.8-1.6c0-0.7,0-1.3,0-2l0-0.7l0-10.8h4.1L19,5.9
6945
+ c0,0.2,0,0.4,0.1,0.6c0.4,1.8,2,3.2,3.9,3.3c0.5,0,0.8,0.3,0.8,0.8c0,0.6,0,1.3,0,1.9v1.5l-0.6,0c-1.5,0-2.9-0.4-4.1-1.1l0,5.6
6946
+ c0,2.7-1.6,5-4,6C14.2,24.7,13.4,24.9,12.6,24.9z M12.7,13.4c-0.4,0-0.9,0.1-1.3,0.2c-2.7,0.6-4.4,3.4-3.9,6.1
6947
+ c0.3,1.5,1.3,2.8,2.6,3.5c1.4,0.7,3,0.8,4.5,0.3c2-0.8,3.3-2.7,3.3-4.9l0-7.8l0.9,0.7c1.2,0.9,2.4,1.3,3.8,1.5v-0.3
6948
+ c0-0.5,0-1.1,0-1.6C20.4,10.7,18.5,9,18,6.7c0-0.2-0.1-0.3-0.1-0.5H16l0,10.4c0,0.7,0,1.4,0,2.1c0,0.9-0.5,1.8-1.2,2.4
6949
6949
  C14,21.8,13,22,12,21.8c-1.8-0.4-3-2-2.7-3.9c0.3-1.7,1.8-2.9,3.6-2.7v-1.9C12.9,13.4,12.8,13.4,12.7,13.4z`
6950
6950
  }
6951
6951
  ) })
6952
6952
  }
6953
- ), qd = (e) => /* @__PURE__ */ s(
6953
+ ), Bd = (e) => /* @__PURE__ */ s(
6954
6954
  "svg",
6955
6955
  {
6956
6956
  version: "1.1",
@@ -6968,18 +6968,18 @@ const Ll = (e) => {
6968
6968
  "path",
6969
6969
  {
6970
6970
  fill: "currentColor",
6971
- d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3\r
6972
- c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2\r
6973
- l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5\r
6974
- C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9\r
6975
- c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4\r
6976
- c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0\r
6977
- c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5\r
6971
+ d: `M21.7,8.3c-1.8-1.8-4.2-2.8-6.7-2.8c-5.2,0-9.5,4.2-9.5,9.4c0,1.7,0.4,3.3,1.3,4.7l-1.3,4.9l5-1.3
6972
+ c1.4,0.7,2.9,1.1,4.5,1.1h0c5.2,0,9.5-4.2,9.5-9.4C24.5,12.4,23.5,10,21.7,8.3 M15,22.7L15,22.7c-1.4,0-2.8-0.4-4-1.1l-0.3-0.2
6973
+ l-3,0.8l0.8-2.9l-0.2-0.3c-0.8-1.2-1.2-2.7-1.2-4.2c0-4.3,3.5-7.8,7.9-7.8c2.1,0,4.1,0.8,5.6,2.3c1.5,1.5,2.3,3.4,2.3,5.5
6974
+ C22.9,19.2,19.4,22.7,15,22.7z M19.4,16.9c-0.2-0.1-1.4-0.7-1.6-0.8c-0.2-0.1-0.4-0.1-0.5,0.1c-0.2,0.2-0.6,0.8-0.7,0.9
6975
+ c-0.1,0.2-0.3,0.2-0.5,0.1c-0.2-0.1-1-0.4-1.9-1.2c-0.7-0.6-1.2-1.4-1.3-1.6c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4
6976
+ c0.1-0.1,0.2-0.2,0.2-0.4c0.1-0.2,0-0.3,0-0.4c-0.1-0.1-0.5-1.3-0.7-1.7c-0.2-0.5-0.4-0.4-0.5-0.4c-0.1,0-0.3,0-0.5,0
6977
+ c-0.2,0-0.4,0.1-0.6,0.3c-0.2,0.2-0.8,0.8-0.8,2c0,1.2,0.8,2.3,1,2.4c0.1,0.2,1.7,2.5,4,3.6c0.6,0.2,1,0.4,1.3,0.5
6978
6978
  c0.6,0.2,1.1,0.2,1.5,0.1c0.5-0.1,1.4-0.6,1.6-1.1c0.2-0.5,0.2-1,0.1-1.1C19.7,17.1,19.6,17,19.4,16.9`
6979
6979
  }
6980
6980
  ) }) })
6981
6981
  }
6982
- ), dt = (e) => /* @__PURE__ */ s("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), Bd = (e) => /* @__PURE__ */ f(
6982
+ ), dt = (e) => /* @__PURE__ */ s("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), qd = (e) => /* @__PURE__ */ f(
6983
6983
  "svg",
6984
6984
  {
6985
6985
  version: "1.1",
@@ -6998,73 +6998,73 @@ const Ll = (e) => {
6998
6998
  "path",
6999
6999
  {
7000
7000
  fill: "currentColor",
7001
- d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9\r
7002
- c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4\r
7003
- c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4\r
7001
+ d: `M15,23.9c-0.7,0-7.3,0-9.2-0.6C4.6,23,3.7,22,3.2,20.8c-0.4-2-0.4-5.6-0.4-5.8c0-0.2,0-3.8,0.6-5.8C3.7,7.9,4.7,7,5.9,6.5c1.9-0.4,8.9-0.4,9.2-0.4c0.7,0,7.3,0,9.2,0.6C25.5,7,26.4,8,26.9,9.2c0,0,0,0,0,0.1c0.5,1.9,0.3,5.7,0.3,5.9
7002
+ c0,0.1,0,3.8-0.4,5.7c-0.4,1.3-1.3,2.2-2.6,2.6C22.2,23.9,15.3,23.9,15,23.9z M15.1,7.6c-2,0-7.4,0.1-8.8,0.4C6,8.1,5.1,8.5,4.8,9.5c-0.5,1.8-0.5,5.4-0.5,5.4s0,3.6,0.4,5.4c0.1,0.3,0.5,1.2,1.6,1.5c1.4,0.4,6.8,0.5,8.7,0.5c2,0,7.4-0.1,8.8-0.4
7003
+ c0.3-0.1,1.2-0.5,1.5-1.6c0.4-1.6,0.4-5.3,0.4-5.3c0-0.1,0.2-3.7-0.2-5.4c-0.1-0.4-0.5-1.3-1.6-1.6C22.5,7.7,17.1,7.6,15.1,7.6zM12.8,19.2c-0.1,0-0.3,0-0.4-0.1c-0.2-0.1-0.4-0.4-0.4-0.7v-6.9c0-0.3,0.1-0.5,0.4-0.6c0.2-0.1,0.5-0.1,0.7,0l5.9,3.4
7004
7004
  c0.2,0.1,0.4,0.4,0.4,0.6c0,0.3-0.1,0.5-0.4,0.7l-5.9,3.5C13.1,19.1,12.9,19.2,12.8,19.2z M13.6,12.9v4.3l3.7-2.2L13.6,12.9z`
7005
7005
  }
7006
7006
  ),
7007
7007
  /* @__PURE__ */ s("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
7008
7008
  ]
7009
7009
  }
7010
- ), f5 = ["telegram"], Os = {
7010
+ ), f6 = ["telegram"], Os = {
7011
7011
  facebook: (e) => /* @__PURE__ */ s(Mn, { ...e }),
7012
7012
  instagram: (e) => /* @__PURE__ */ s(jn, { ...e }),
7013
- whatsapp: (e) => /* @__PURE__ */ s(qd, { ...e }),
7013
+ whatsapp: (e) => /* @__PURE__ */ s(Bd, { ...e }),
7014
7014
  tiktok: (e) => /* @__PURE__ */ s(Rd, { ...e }),
7015
- youtube: (e) => /* @__PURE__ */ s(Bd, { ...e }),
7015
+ youtube: (e) => /* @__PURE__ */ s(qd, { ...e }),
7016
7016
  x: (e) => /* @__PURE__ */ s(dt, { ...e }),
7017
- gnews: (e) => /* @__PURE__ */ s(kd, { ...e }),
7017
+ gnews: (e) => /* @__PURE__ */ s(xd, { ...e }),
7018
7018
  podcast: (e) => /* @__PURE__ */ s(Ud, { ...e }),
7019
7019
  telegram: (e) => /* @__PURE__ */ s(Ld, { ...e })
7020
- }, g5 = (e) => {
7020
+ }, g6 = (e) => {
7021
7021
  const { freeZone: t, socials: n, menu: a, customBlock: o, custom_styles: i = {} } = e;
7022
- return /* @__PURE__ */ f("footer", { className: xe.content, style: i, children: [
7023
- /* @__PURE__ */ f("section", { className: xe.brandContent, children: [
7024
- /* @__PURE__ */ s(R, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ s("span", { className: xe.logoStyled, children: e.logo }) }),
7025
- /* @__PURE__ */ s("div", { className: xe.socialMedia, children: Object.keys(n).map((r) => n[r]?.show && /* @__PURE__ */ s(
7022
+ return /* @__PURE__ */ f("footer", { className: ke.content, style: i, children: [
7023
+ /* @__PURE__ */ f("section", { className: ke.brandContent, children: [
7024
+ /* @__PURE__ */ s(R, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ s("span", { className: ke.logoStyled, children: e.logo }) }),
7025
+ /* @__PURE__ */ s("div", { className: ke.socialMedia, children: Object.keys(n).map((r) => n[r]?.show && /* @__PURE__ */ s(
7026
7026
  "a",
7027
7027
  {
7028
7028
  target: "_blank",
7029
7029
  rel: "noreferrer",
7030
7030
  "aria-label": n[r].title + " link",
7031
- className: xe.linkSocialNetwoks,
7031
+ className: ke.linkSocialNetwoks,
7032
7032
  href: n[r].url,
7033
7033
  children: Os[r]({
7034
- className: `${r === "instagram" ? xe.socialInstagram : ""}`
7034
+ className: `${r === "instagram" ? ke.socialInstagram : ""}`
7035
7035
  })
7036
7036
  },
7037
7037
  r
7038
7038
  )) })
7039
7039
  ] }),
7040
- /* @__PURE__ */ f("section", { className: xe.sectionContent, children: [
7041
- /* @__PURE__ */ s("div", { className: xe.section, children: a.filter((r) => !r.subitem).map((r, c) => /* @__PURE__ */ s(
7040
+ /* @__PURE__ */ f("section", { className: ke.sectionContent, children: [
7041
+ /* @__PURE__ */ s("div", { className: ke.section, children: a.filter((r) => !r.subitem).map((r, c) => /* @__PURE__ */ s(
7042
7042
  R,
7043
7043
  {
7044
7044
  block_subPublication: !0,
7045
7045
  href: r.link ? r.link : void 0,
7046
7046
  target: r.target,
7047
- className: `${xe.menuItem} footer-menu-item`,
7047
+ className: `${ke.menuItem} footer-menu-item`,
7048
7048
  "aria-label": r.description,
7049
7049
  children: r.description
7050
7050
  },
7051
7051
  c
7052
7052
  )) }),
7053
- /* @__PURE__ */ s("div", { className: xe.section, children: t && t.map((r, c) => /* @__PURE__ */ s(
7053
+ /* @__PURE__ */ s("div", { className: ke.section, children: t && t.map((r, c) => /* @__PURE__ */ s(
7054
7054
  R,
7055
7055
  {
7056
7056
  block_subPublication: !0,
7057
7057
  href: r.link ? r?.link : void 0,
7058
7058
  target: r.target,
7059
- className: xe.otherItems,
7059
+ className: ke.otherItems,
7060
7060
  children: r.description
7061
7061
  },
7062
7062
  c
7063
7063
  )) })
7064
7064
  ] }),
7065
7065
  o && /* @__PURE__ */ s(Z, { children: o }),
7066
- /* @__PURE__ */ f("section", { className: xe.copyrigth, children: [
7067
- /* @__PURE__ */ s("p", { className: xe.copyrigthText, children: e.copyrigth }),
7066
+ /* @__PURE__ */ f("section", { className: ke.copyrigth, children: [
7067
+ /* @__PURE__ */ s("p", { className: ke.copyrigthText, children: e.copyrigth }),
7068
7068
  /* @__PURE__ */ s(
7069
7069
  R,
7070
7070
  {
@@ -7078,7 +7078,7 @@ const Ll = (e) => {
7078
7078
  )
7079
7079
  ] })
7080
7080
  ] });
7081
- }, Pd = "_content_pnyq2_1", Od = "_imageContent_pnyq2_17", Dd = "_width1Autor_pnyq2_35", Md = "_width2Autor_pnyq2_43", jd = "_width3Autor_pnyq2_51", Gd = "_imageAutor_pnyq2_59", Qd = "_imageStyled_pnyq2_137", Hd = "_contentIconStyled_pnyq2_139", zd = "_avatarContent_pnyq2_173", Fd = "_journalistSection_pnyq2_201", $d = "_journalistInfo_pnyq2_217", Vd = "_journalistInfoLink_pnyq2_219", Wd = "_socialNetworkSection_pnyq2_291", Yd = "_avatarStyled_pnyq2_315", Kd = "_article_pnyq2_325", Jd = "_socialButton_pnyq2_333", Zd = "_facebookStyled_pnyq2_365", Xd = "_emailStyled_pnyq2_373", e1 = "_xStyled_pnyq2_381", t1 = "_linkedinStyled_pnyq2_389", n1 = "_whatsappStyled_pnyq2_397", s1 = "_whatsappLink_pnyq2_405", a1 = "_clipboardButton_pnyq2_437", o1 = "_googleProfileButton_pnyq2_509", ge = {
7081
+ }, Pd = "_content_1xykj_1", Od = "_imageContent_1xykj_9", Dd = "_width1Autor_1xykj_18", Md = "_width2Autor_1xykj_22", jd = "_width3Autor_1xykj_26", Gd = "_imageAutor_1xykj_30", Qd = "_imageStyled_1xykj_69", Hd = "_contentIconStyled_1xykj_70", zd = "_avatarContent_1xykj_87", Fd = "_journalistSection_1xykj_101", $d = "_journalistInfo_1xykj_109", Vd = "_journalistInfoLink_1xykj_110", Wd = "_socialNetworkSection_1xykj_146", Yd = "_avatarStyled_1xykj_158", Kd = "_article_1xykj_163", Jd = "_socialButton_1xykj_167", Zd = "_facebookStyled_1xykj_183", Xd = "_emailStyled_1xykj_187", e1 = "_xStyled_1xykj_191", t1 = "_linkedinStyled_1xykj_195", n1 = "_whatsappStyled_1xykj_199", s1 = "_whatsappLink_1xykj_203", a1 = "_clipboardButton_1xykj_219", o1 = "_googleProfileButton_1xykj_255", ge = {
7082
7082
  content: Pd,
7083
7083
  imageContent: Od,
7084
7084
  width1Autor: Dd,
@@ -7151,7 +7151,7 @@ const Ll = (e) => {
7151
7151
  )
7152
7152
  ]
7153
7153
  }
7154
- ), qo = (e) => /* @__PURE__ */ f(
7154
+ ), Bo = (e) => /* @__PURE__ */ f(
7155
7155
  "svg",
7156
7156
  {
7157
7157
  width: "24",
@@ -7177,7 +7177,7 @@ const Ll = (e) => {
7177
7177
  )
7178
7178
  ]
7179
7179
  }
7180
- ), Bo = (e) => /* @__PURE__ */ s(
7180
+ ), qo = (e) => /* @__PURE__ */ s(
7181
7181
  "svg",
7182
7182
  {
7183
7183
  width: "13",
@@ -7216,7 +7216,7 @@ const Ll = (e) => {
7216
7216
  FaceBook: {
7217
7217
  url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
7218
7218
  icon: {
7219
- outline: (e) => /* @__PURE__ */ s(Bo, { className: e }),
7219
+ outline: (e) => /* @__PURE__ */ s(qo, { className: e }),
7220
7220
  solid: (e) => /* @__PURE__ */ s(Gn, { className: e })
7221
7221
  }
7222
7222
  },
@@ -7238,7 +7238,7 @@ const Ll = (e) => {
7238
7238
  url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
7239
7239
  icon: {
7240
7240
  outline: (e) => /* @__PURE__ */ s(Ro, { className: e }),
7241
- solid: (e) => /* @__PURE__ */ s(qo, { className: e })
7241
+ solid: (e) => /* @__PURE__ */ s(Bo, { className: e })
7242
7242
  }
7243
7243
  },
7244
7244
  LinkedIn: {
@@ -7293,7 +7293,7 @@ function r1({ noteShare: e }) {
7293
7293
  )
7294
7294
  ] }) : null;
7295
7295
  }
7296
- const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSection_xlsy2_53", u1 = "_title_xlsy2_83", m1 = "_article_xlsy2_53", h1 = "_correspondent_xlsy2_149", f1 = "_iframeStyled_xlsy2_167", g1 = "_contentFrame_xlsy2_187", $e = {
7296
+ const c1 = "_content_r1co8_1", l1 = "_videoContent_r1co8_20", d1 = "_articleSection_r1co8_27", u1 = "_title_r1co8_42", m1 = "_article_r1co8_27", h1 = "_correspondent_r1co8_75", f1 = "_iframeStyled_r1co8_84", g1 = "_contentFrame_r1co8_94", $e = {
7297
7297
  content: c1,
7298
7298
  videoContent: l1,
7299
7299
  articleSection: d1,
@@ -7302,7 +7302,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7302
7302
  correspondent: h1,
7303
7303
  iframeStyled: f1,
7304
7304
  contentFrame: g1
7305
- }, p5 = (e) => {
7305
+ }, p6 = (e) => {
7306
7306
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${He(
7307
7307
  e.video.info.date.created
7308
7308
  )}` : e?.video.main.author;
@@ -7338,7 +7338,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7338
7338
  /* @__PURE__ */ s("p", { className: $e.correspondent, children: t() })
7339
7339
  ] })
7340
7340
  ] }) }) });
7341
- }, p1 = "_content_79djq_1", A1 = "_linkStyled_79djq_17", Wn = {
7341
+ }, p1 = "_content_wxhkd_1", A1 = "_linkStyled_wxhkd_9", Wn = {
7342
7342
  content: p1,
7343
7343
  linkStyled: A1
7344
7344
  }, In = (e) => {
@@ -7369,7 +7369,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7369
7369
  }
7370
7370
  )
7371
7371
  ] });
7372
- }, w1 = "_content_1tki3_1", y1 = "_contentGrid_1tki3_15", v1 = "_contentGrid4_1tki3_33", b1 = "_contentGrid3_1tki3_41", sn = {
7372
+ }, w1 = "_content_zal5g_1", y1 = "_contentGrid_zal5g_8", v1 = "_contentGrid4_zal5g_17", b1 = "_contentGrid3_zal5g_21", sn = {
7373
7373
  content: w1,
7374
7374
  contentGrid: y1,
7375
7375
  contentGrid4: v1,
@@ -7386,7 +7386,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7386
7386
  ),
7387
7387
  /* @__PURE__ */ s(Z, { children: e.paginatorComponent })
7388
7388
  ] });
7389
- }, _1 = "_content_3pssn_1", C1 = "_newsDescription_3pssn_29", S1 = "_image_3pssn_81", zt = {
7389
+ }, _1 = "_content_15x47_1", C1 = "_newsDescription_15x47_15", S1 = "_image_15x47_41", zt = {
7390
7390
  content: _1,
7391
7391
  newsDescription: C1,
7392
7392
  image: S1
@@ -7423,7 +7423,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7423
7423
  href: a?.link?.url,
7424
7424
  target: a?.link?.target,
7425
7425
  children: /* @__PURE__ */ s(
7426
- qe,
7426
+ Be,
7427
7427
  {
7428
7428
  preview: o,
7429
7429
  isVideo: r,
@@ -7451,13 +7451,13 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7451
7451
  ]
7452
7452
  }
7453
7453
  );
7454
- }, N1 = "_content_1afla_1", I1 = "_boxInformation_1afla_23", E1 = "_titleGradient_1afla_59", T1 = "_sectionDescription_1afla_115", x1 = "_articule_1afla_165", k1 = "_linkStyled_1afla_231", at = {
7454
+ }, N1 = "_content_14xk9_1", I1 = "_boxInformation_14xk9_12", E1 = "_titleGradient_14xk9_30", T1 = "_sectionDescription_14xk9_58", k1 = "_articule_14xk9_83", x1 = "_linkStyled_14xk9_116", at = {
7455
7455
  content: N1,
7456
7456
  boxInformation: I1,
7457
7457
  titleGradient: E1,
7458
7458
  sectionDescription: T1,
7459
- articule: x1,
7460
- linkStyled: k1
7459
+ articule: k1,
7460
+ linkStyled: x1
7461
7461
  }, Qn = (e) => {
7462
7462
  const {
7463
7463
  isVideo: t,
@@ -7497,7 +7497,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7497
7497
  title: a?.title?.section,
7498
7498
  href: n.link.url,
7499
7499
  target: n.link.target,
7500
- children: /* @__PURE__ */ s(qe, { preview: e.preview, isVideo: t })
7500
+ children: /* @__PURE__ */ s(Be, { preview: e.preview, isVideo: t })
7501
7501
  }
7502
7502
  ),
7503
7503
  /* @__PURE__ */ f(
@@ -7527,17 +7527,17 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7527
7527
  }
7528
7528
  )
7529
7529
  ] });
7530
- }, U1 = "_content_63xzh_1", L1 = "_contentLayout_63xzh_9", Sa = {
7530
+ }, U1 = "_content_kro73_1", L1 = "_contentLayout_kro73_5", Sa = {
7531
7531
  content: U1,
7532
7532
  contentLayout: L1
7533
- }, Na = (e) => /* @__PURE__ */ s("div", { className: Sa.content, children: /* @__PURE__ */ s(Kt, { className: `${Sa.contentLayout} ${e.className}`, children: e.children }) }), R1 = "_content_1qewa_1", q1 = "_before_1qewa_21", B1 = "_textContent_1qewa_43", P1 = "_title_1qewa_73", O1 = "_description_1qewa_91", D1 = "_linkStyled_1qewa_113", _t = {
7533
+ }, Na = (e) => /* @__PURE__ */ s("div", { className: Sa.content, children: /* @__PURE__ */ s(Kt, { className: `${Sa.contentLayout} ${e.className}`, children: e.children }) }), R1 = "_content_1nqra_1", B1 = "_before_1nqra_11", q1 = "_textContent_1nqra_22", P1 = "_title_1nqra_37", O1 = "_description_1nqra_46", D1 = "_linkStyled_1nqra_57", _t = {
7534
7534
  content: R1,
7535
- before: q1,
7536
- textContent: B1,
7535
+ before: B1,
7536
+ textContent: q1,
7537
7537
  title: P1,
7538
7538
  description: O1,
7539
7539
  linkStyled: D1
7540
- }, A5 = (e) => {
7540
+ }, A6 = (e) => {
7541
7541
  const t = e.logo;
7542
7542
  return /* @__PURE__ */ f("section", { className: _t.content, children: [
7543
7543
  e.backgroundImgURL && /* @__PURE__ */ s("img", { className: _t.before, src: e.backgroundImgURL, alt: "" }),
@@ -7548,25 +7548,25 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7548
7548
  /* @__PURE__ */ s(R, { className: _t.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
7549
7549
  ] })
7550
7550
  ] });
7551
- }, M1 = "_content_14eky_1", j1 = "_contentLabel_14eky_15", G1 = "_label_14eky_25", Q1 = "_required_14eky_43", H1 = "_input_14eky_55", Pt = {
7551
+ }, M1 = "_content_zxcog_1", j1 = "_contentLabel_zxcog_8", G1 = "_label_zxcog_13", Q1 = "_required_zxcog_22", H1 = "_input_zxcog_28", Pt = {
7552
7552
  content: M1,
7553
7553
  contentLabel: j1,
7554
7554
  label: G1,
7555
7555
  required: Q1,
7556
7556
  input: H1
7557
- }, w5 = (e) => /* @__PURE__ */ f("div", { className: Pt.content, children: [
7557
+ }, w6 = (e) => /* @__PURE__ */ f("div", { className: Pt.content, children: [
7558
7558
  /* @__PURE__ */ f("div", { className: Pt.contentLabel, children: [
7559
7559
  /* @__PURE__ */ s("label", { className: Pt.label, children: e.label }),
7560
7560
  e.required && /* @__PURE__ */ s("span", { className: Pt.required, children: "*" })
7561
7561
  ] }),
7562
7562
  /* @__PURE__ */ s("input", { className: Pt.input, ...e })
7563
- ] }), z1 = "_content_1ukl4_1", F1 = "_contentLabel_1ukl4_15", $1 = "_label_1ukl4_25", V1 = "_required_1ukl4_43", W1 = "_input_1ukl4_55", Ot = {
7563
+ ] }), z1 = "_content_zgx5w_1", F1 = "_contentLabel_zgx5w_8", $1 = "_label_zgx5w_13", V1 = "_required_zgx5w_22", W1 = "_input_zgx5w_28", Ot = {
7564
7564
  content: z1,
7565
7565
  contentLabel: F1,
7566
7566
  label: $1,
7567
7567
  required: V1,
7568
7568
  input: W1
7569
- }, y5 = (e) => /* @__PURE__ */ f("div", { className: Ot.content, children: [
7569
+ }, y6 = (e) => /* @__PURE__ */ f("div", { className: Ot.content, children: [
7570
7570
  /* @__PURE__ */ f("div", { className: Ot.contentLabel, children: [
7571
7571
  /* @__PURE__ */ s("label", { className: Ot.label, children: e.label }),
7572
7572
  e.required && /* @__PURE__ */ s("span", { className: Ot.required, children: "*" })
@@ -7575,14 +7575,14 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7575
7575
  /* @__PURE__ */ s("option", { value: "", children: "--Seleccione--" }),
7576
7576
  e.options.map((t, n) => /* @__PURE__ */ s("option", { value: t.value, children: t.label }, n))
7577
7577
  ] })
7578
- ] }), Y1 = "_content_ljg8f_1", K1 = "_label_ljg8f_15", J1 = "_input_ljg8f_33", Yn = {
7578
+ ] }), Y1 = "_content_1mi9t_1", K1 = "_label_1mi9t_8", J1 = "_input_1mi9t_17", Yn = {
7579
7579
  content: Y1,
7580
7580
  label: K1,
7581
7581
  input: J1
7582
- }, v5 = (e) => /* @__PURE__ */ f("div", { className: Yn.content, children: [
7582
+ }, v6 = (e) => /* @__PURE__ */ f("div", { className: Yn.content, children: [
7583
7583
  /* @__PURE__ */ s("label", { className: Yn.label, children: e.label }),
7584
7584
  /* @__PURE__ */ s("textarea", { className: Yn.input, ...e })
7585
- ] }), Z1 = "_boxInformation_1ah38_1", X1 = "_textBox_1ah38_59", eu = "_contentBox_1ah38_79", tu = "_liveBox_1ah38_99", nu = "_dot_1ah38_143", su = "_sectionDescription_1ah38_193", au = "_articule_1ah38_219", ou = "_description_1ah38_273", ot = {
7585
+ ] }), Z1 = "_boxInformation_achvw_1", X1 = "_textBox_achvw_30", eu = "_contentBox_achvw_40", tu = "_liveBox_achvw_50", nu = "_dot_achvw_72", su = "_sectionDescription_achvw_97", au = "_articule_achvw_110", ou = "_description_achvw_137", ot = {
7586
7586
  boxInformation: Z1,
7587
7587
  textBox: X1,
7588
7588
  contentBox: eu,
@@ -7591,13 +7591,13 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7591
7591
  sectionDescription: su,
7592
7592
  articule: au,
7593
7593
  description: ou
7594
- }, iu = "_content_va67u_1", ru = "_description_va67u_45", En = {
7594
+ }, iu = "_content_1ihav_1", ru = "_description_1ihav_23", En = {
7595
7595
  content: iu,
7596
7596
  description: ru
7597
7597
  }, Oo = (e) => {
7598
7598
  let t = "";
7599
7599
  return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ f("div", { className: En.content, children: [
7600
- /* @__PURE__ */ s(qe, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
7600
+ /* @__PURE__ */ s(Be, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
7601
7601
  t && /* @__PURE__ */ s("div", { className: En.description, children: t })
7602
7602
  ] });
7603
7603
  }, cu = (e) => /* @__PURE__ */ s(Z, { children: /* @__PURE__ */ f("div", { className: `${ot.boxInformation} sass-liveblog-header`, children: [
@@ -7630,7 +7630,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7630
7630
  }
7631
7631
  )
7632
7632
  ] })
7633
- ] }) }), lu = "_content_35x7r_1", du = "_contentLine_35x7r_33", uu = "_contentText_35x7r_47", mu = "_dateLink_35x7r_73", an = {
7633
+ ] }) }), lu = "_content_oipiy_1", du = "_contentLine_oipiy_17", uu = "_contentText_oipiy_24", mu = "_dateLink_oipiy_37", an = {
7634
7634
  content: lu,
7635
7635
  contentLine: du,
7636
7636
  contentText: uu,
@@ -7638,7 +7638,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7638
7638
  }, hu = (e) => /* @__PURE__ */ s("section", { className: an.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: an.contentLine, children: [
7639
7639
  /* @__PURE__ */ s(R, { className: an.dateLink, href: `#item-${n + 1}`, children: Ti(t.date) }),
7640
7640
  /* @__PURE__ */ s("div", { className: an.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
7641
- ] }, n)) }), fu = "_content_1qe2s_1", gu = "_contentInfo_1qe2s_21", pu = "_imageContainer_1qe2s_37", Au = "_imageStyled_1qe2s_55", wu = "_contentIconStyled_1qe2s_77", yu = "_name_1qe2s_129", vu = "_email_1qe2s_147", bu = "_description_1qe2s_179", _u = "_contenSocialNetwork_1qe2s_203", Cu = "_socialIcon_1qe2s_223", Su = "_socialIconFilled_1qe2s_233", Nu = "_faceBookIcon_1qe2s_249", Iu = "_socialIconLink_1qe2s_267", Eu = "_socialIconStroke_1qe2s_283", de = {
7641
+ ] }, n)) }), fu = "_content_38o4v_1", gu = "_contentInfo_38o4v_11", pu = "_imageContainer_38o4v_19", Au = "_imageStyled_38o4v_28", wu = "_contentIconStyled_38o4v_39", yu = "_name_38o4v_65", vu = "_email_38o4v_74", bu = "_description_38o4v_90", _u = "_contenSocialNetwork_38o4v_102", Cu = "_socialIcon_38o4v_112", Su = "_socialIconFilled_38o4v_117", Nu = "_faceBookIcon_38o4v_125", Iu = "_socialIconLink_38o4v_134", Eu = "_socialIconStroke_38o4v_142", de = {
7642
7642
  content: fu,
7643
7643
  contentInfo: gu,
7644
7644
  imageContainer: pu,
@@ -7675,8 +7675,8 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7675
7675
  strokeLinecap: "round",
7676
7676
  strokeLinejoin: "round",
7677
7677
  strokeMiterlimit: "10",
7678
- d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9\r
7679
- H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3\r
7678
+ d: `M10.2,8.3c0,1.1-0.9,2.1-2.2,2.1l0,0c-1.3,0-2.1-0.9-2.1-2.1c0-1.1,0.9-2.1,2.2-2.1C9.4,6.3,10.2,7.1,10.2,8.3z M6.1,23.7H10V11.9
7679
+ H6.1V23.7z M19.6,11.7c-2.1,0-3.5,2-3.5,2v-1.7h-3.9v11.8H16v-6.6c0-0.3,0-0.7,0.1-0.9c0.3-0.7,0.9-1.4,2-1.4c1.4,0,2,1.1,2,2.7v6.3
7680
7680
  h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
7681
7681
  }
7682
7682
  )
@@ -7686,7 +7686,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7686
7686
  return e;
7687
7687
  const t = e.trim();
7688
7688
  return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
7689
- }, Tu = (e) => !e || e.trim() === "" ? !1 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.trim()), xu = async (e) => {
7689
+ }, Tu = (e) => !e || e.trim() === "" ? !1 : /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e.trim()), ku = async (e) => {
7690
7690
  const { autor: t, autorIcon: n, socialIconsFilled: a = !1 } = e, o = n, i = t?.info?.image?.sizes?.[0]?.url ?? "", r = t?.info?.fullname ?? "", c = t?.info?.email ?? "", u = t?.addtional?.USER_SHOWEMAIL ?? !1, l = t?.addtional?.USER_SHOWBIO ?? !1, d = t?.addtional?.USER_MIBIO ?? "", m = on(t?.addtional?.USER_USERFB ?? ""), h = on(t?.addtional?.USER_USERIG ?? ""), p = on(t?.addtional?.USER_USERTWT ?? ""), g = on(t?.addtional?.USER_USERLIN ?? ""), A = () => !u || !c || c.trim() === "" ? !1 : Tu(c), w = (y) => `mailto:${y.trim()}`;
7691
7691
  return /* @__PURE__ */ s(
7692
7692
  "section",
@@ -7766,13 +7766,13 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7766
7766
  ] })
7767
7767
  }
7768
7768
  );
7769
- }, ku = "_content_hzla8_1", Uu = "_contentInfo_hzla8_25", Lu = "_contentAuthor_hzla8_51", Ru = "_imageStyled_hzla8_65", qu = "_contentIconStyled_hzla8_83", Bu = "_name_hzla8_127", Pu = "_email_hzla8_143", Ou = "_description_hzla8_163", Du = "_contenSocialNetwork_hzla8_185", Mu = "_socialIcon_hzla8_205", ju = "_socialIconFilled_hzla8_223", Gu = "_socialIconStroke_hzla8_247", Qu = "_blackIconFaceBook_hzla8_263", he = {
7770
- content: ku,
7769
+ }, xu = "_content_13tbr_1", Uu = "_contentInfo_13tbr_13", Lu = "_contentAuthor_13tbr_26", Ru = "_imageStyled_13tbr_33", Bu = "_contentIconStyled_13tbr_42", qu = "_name_13tbr_64", Pu = "_email_13tbr_72", Ou = "_description_13tbr_82", Du = "_contenSocialNetwork_13tbr_93", Mu = "_socialIcon_13tbr_103", ju = "_socialIconFilled_13tbr_112", Gu = "_socialIconStroke_13tbr_124", Qu = "_blackIconFaceBook_13tbr_132", he = {
7770
+ content: xu,
7771
7771
  contentInfo: Uu,
7772
7772
  contentAuthor: Lu,
7773
7773
  imageStyled: Ru,
7774
- contentIconStyled: qu,
7775
- name: Bu,
7774
+ contentIconStyled: Bu,
7775
+ name: qu,
7776
7776
  email: Pu,
7777
7777
  description: Ou,
7778
7778
  contenSocialNetwork: Du,
@@ -7843,7 +7843,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7843
7843
  ] })
7844
7844
  ] })
7845
7845
  ] }) });
7846
- }, zu = "_content_1p4ec_1", Fu = "_bannerSection_1p4ec_49", Ia = {
7846
+ }, zu = "_content_jg6i2_1", Fu = "_bannerSection_jg6i2_25", Ia = {
7847
7847
  content: zu,
7848
7848
  bannerSection: Fu
7849
7849
  }, Mo = (e) => /* @__PURE__ */ f("section", { className: Ia.content, children: [
@@ -7851,7 +7851,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7851
7851
  /* @__PURE__ */ f("div", { className: Ia.bannerSection, children: [
7852
7852
  e.bannerTop,
7853
7853
  /* @__PURE__ */ s(
7854
- Bs,
7854
+ qs,
7855
7855
  {
7856
7856
  content: e.ranking,
7857
7857
  title: e.readestTitle,
@@ -7866,7 +7866,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7866
7866
  ),
7867
7867
  e.banner
7868
7868
  ] })
7869
- ] }), $u = "_content_a632w_1", Vu = "_header_a632w_59", Wu = "_videos_a632w_111", Yu = "_videoContent_a632w_125", Ku = "_articleSection_a632w_139", Ju = "_contentLayoutVideoSection_a632w_169", Zu = "_sectionVideoList_a632w_185", Xu = "_iframeStyled_a632w_331", em = "_contentFrame_a632w_343", Oe = {
7869
+ ] }), $u = "_content_1bw8m_1", Vu = "_header_1bw8m_30", Wu = "_videos_1bw8m_56", Yu = "_videoContent_1bw8m_63", Ku = "_articleSection_1bw8m_70", Ju = "_contentLayoutVideoSection_1bw8m_85", Zu = "_sectionVideoList_1bw8m_93", Xu = "_iframeStyled_1bw8m_166", em = "_contentFrame_1bw8m_172", Oe = {
7870
7870
  content: $u,
7871
7871
  header: Vu,
7872
7872
  videos: Wu,
@@ -7876,13 +7876,13 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7876
7876
  sectionVideoList: Zu,
7877
7877
  iframeStyled: Xu,
7878
7878
  contentFrame: em
7879
- }, tm = "_content_1s9as_1", nm = "_linkImage_1s9as_23", sm = "_playStyled_1s9as_37", am = "_newsDescription_1s9as_73", rn = {
7879
+ }, tm = "_content_7sgs7_1", nm = "_linkImage_7sgs7_12", sm = "_playStyled_7sgs7_19", am = "_newsDescription_7sgs7_37", rn = {
7880
7880
  content: tm,
7881
7881
  linkImage: nm,
7882
7882
  playStyled: sm,
7883
7883
  newsDescription: am
7884
7884
  }, om = async (e) => {
7885
- const t = qs(), n = {
7885
+ const t = Bs(), n = {
7886
7886
  ...e,
7887
7887
  main: {
7888
7888
  ...e.main,
@@ -7908,7 +7908,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
7908
7908
  ),
7909
7909
  /* @__PURE__ */ s("div", { className: rn.newsDescription, children: /* @__PURE__ */ s(Rt, { ...n, paths: e.paths }) })
7910
7910
  ] }) : null;
7911
- }, b5 = (e) => {
7911
+ }, b6 = (e) => {
7912
7912
  let t = [];
7913
7913
  return e.videoList && e.videoList.length > 0 && (t = e.videoList?.filter((n) => n.info.path !== e.video.info.path) ?? []), /* @__PURE__ */ s("div", { className: Oe.content, children: /* @__PURE__ */ f(Kt, { className: Oe.contentLayoutVideoSection, children: [
7914
7914
  /* @__PURE__ */ f("a", { className: Oe.header, href: e.goBackLink ?? "/videos", children: [
@@ -8015,7 +8015,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8015
8015
  )
8016
8016
  ] })
8017
8017
  ] }) });
8018
- }, im = "_content_17oas_1", rm = "_titleContent_17oas_47", cm = "_title_17oas_47", lm = "_startLine_17oas_175", dm = "_line_17oas_185", um = "_bottomLine_17oas_197", mm = "_childrenContent_17oas_235", hm = "_readMore_17oas_261", Ve = {
8018
+ }, im = "_content_gcte1_1", rm = "_titleContent_gcte1_24", cm = "_title_gcte1_24", lm = "_startLine_gcte1_88", dm = "_line_gcte1_93", um = "_bottomLine_gcte1_99", mm = "_childrenContent_gcte1_118", hm = "_readMore_gcte1_131", Ve = {
8019
8019
  content: im,
8020
8020
  titleContent: rm,
8021
8021
  title: cm,
@@ -8087,7 +8087,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8087
8087
  }
8088
8088
  )
8089
8089
  }
8090
- ), fm = "_drawerStyled_19j18_1", gm = "_sidebarCustom_19j18_11", pm = "_accordionStyled_19j18_47", Am = "_accordionHeading_19j18_69", wm = "_accordionSummeryStyled_19j18_87", ym = "_linkStyled_19j18_143", vm = "_subLinkStyled_19j18_191", bm = "_inputContent_19j18_235", _m = "_buttonContent_19j18_237", Cm = "_inputStyled_19j18_257", Sm = "_buscar_19j18_289", Nm = "_buttonStyled_19j18_347", Im = "_accordionDetailsStyled_19j18_377", Em = "_footerSlider_19j18_407", Tm = "_socialMedia_19j18_429", xm = "_copyRights_19j18_469", km = "_icon_19j18_491", me = {
8090
+ ), fm = "_drawerStyled_1jsia_1", gm = "_sidebarCustom_1jsia_6", pm = "_accordionStyled_1jsia_24", Am = "_accordionHeading_1jsia_35", wm = "_accordionSummeryStyled_1jsia_44", ym = "_linkStyled_1jsia_72", vm = "_subLinkStyled_1jsia_96", bm = "_inputContent_1jsia_118", _m = "_buttonContent_1jsia_119", Cm = "_inputStyled_1jsia_129", Sm = "_buscar_1jsia_145", Nm = "_buttonStyled_1jsia_174", Im = "_accordionDetailsStyled_1jsia_189", Em = "_footerSlider_1jsia_204", Tm = "_socialMedia_1jsia_215", km = "_copyRights_1jsia_235", xm = "_icon_1jsia_246", me = {
8091
8091
  drawerStyled: fm,
8092
8092
  sidebarCustom: gm,
8093
8093
  accordionStyled: pm,
@@ -8103,8 +8103,8 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8103
8103
  accordionDetailsStyled: Im,
8104
8104
  footerSlider: Em,
8105
8105
  socialMedia: Tm,
8106
- copyRights: xm,
8107
- icon: km
8106
+ copyRights: km,
8107
+ icon: xm
8108
8108
  }, Um = ({
8109
8109
  sidebar: e,
8110
8110
  socials: t,
@@ -8126,7 +8126,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8126
8126
  children: [
8127
8127
  /* @__PURE__ */ s("input", { type: "checkbox", id: "side-bar-state" }),
8128
8128
  /* @__PURE__ */ f("section", { className: me.sidebarCustom, children: [
8129
- /* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(qt, { className: me.icon }) }) }),
8129
+ /* @__PURE__ */ s("div", { className: me.buttonContent, children: /* @__PURE__ */ s("label", { className: me.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ s(Bt, { className: me.icon }) }) }),
8130
8130
  /* @__PURE__ */ s("div", { className: me.inputContent, children: /* @__PURE__ */ f("form", { className: me.inputStyled, action: l + "/buscar", method: "GET", children: [
8131
8131
  /* @__PURE__ */ s("input", { className: me.buscar, type: "text", name: "query", placeholder: o + "..." }),
8132
8132
  /* @__PURE__ */ s("button", { type: "submit", style: {
@@ -8238,11 +8238,11 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8238
8238
  ]
8239
8239
  }
8240
8240
  );
8241
- }, jo = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Lm = "_content_3cj5t_1", Rm = "_chipStyled_3cj5t_33", qm = "_headLine_3cj5t_33", Bm = "_live_3cj5t_49", Pm = "_closeLiveStyled_3cj5t_173", Dt = {
8241
+ }, jo = (e) => /* @__PURE__ */ s("svg", { width: "27", height: "18", viewBox: "0 0 27 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ s("path", { d: "M1.5 18H25.5C26.325 18 27 17.325 27 16.5C27 15.675 26.325 15 25.5 15H1.5C0.675 15 0 15.675 0 16.5C0 17.325 0.675 18 1.5 18ZM1.5 10.5H25.5C26.325 10.5 27 9.825 27 9C27 8.175 26.325 7.5 25.5 7.5H1.5C0.675 7.5 0 8.175 0 9C0 9.825 0.675 10.5 1.5 10.5ZM0 1.5C0 2.325 0.675 3 1.5 3H25.5C26.325 3 27 2.325 27 1.5C27 0.675 26.325 0 25.5 0H1.5C0.675 0 0 0.675 0 1.5Z", fill: e.color }) }), Lm = "_content_y5b1f_1", Rm = "_chipStyled_y5b1f_17", Bm = "_headLine_y5b1f_17", qm = "_live_y5b1f_25", Pm = "_closeLiveStyled_y5b1f_87", Dt = {
8242
8242
  content: Lm,
8243
8243
  chipStyled: Rm,
8244
- headLine: qm,
8245
- live: Bm,
8244
+ headLine: Bm,
8245
+ live: qm,
8246
8246
  closeLiveStyled: Pm
8247
8247
  }, Go = (e) => {
8248
8248
  const { alertZone: t, id: n = "close-alert" } = e, a = () => /* @__PURE__ */ s(
@@ -8279,14 +8279,14 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8279
8279
  /* @__PURE__ */ f("div", { className: Dt.live, children: [
8280
8280
  /* @__PURE__ */ s("div", { className: Dt.chipStyled, children: t?.entity?.description }),
8281
8281
  e.forceShow && /* @__PURE__ */ s(a, {}),
8282
- /* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(qt, { className: Dt.closeLiveStyled }) })
8282
+ /* @__PURE__ */ s("label", { htmlFor: n, children: /* @__PURE__ */ s(Bt, { className: Dt.closeLiveStyled }) })
8283
8283
  ] }),
8284
8284
  /* @__PURE__ */ s(a, {})
8285
8285
  ]
8286
8286
  }
8287
8287
  )
8288
8288
  ] });
8289
- }, Om = "_content_5xbcx_1", Dm = "_linkStyled_5xbcx_27", Mm = "_linkSocialNetwork_5xbcx_55", jm = "_title_5xbcx_107", Gm = "_tabs_5xbcx_129", Qm = "_socialNetwork_5xbcx_145", Hm = "_icon_5xbcx_165", zm = "_facebook_5xbcx_177", Fm = "_youtube_5xbcx_185", $m = "_x_5xbcx_193", Vm = "_instagram_5xbcx_201", Wm = "_gnews_5xbcx_209", Ym = "_tiktok_5xbcx_217", Km = "_whatsapp_5xbcx_225", We = {
8289
+ }, Om = "_content_kc9w6_1", Dm = "_linkStyled_kc9w6_14", Mm = "_linkSocialNetwork_kc9w6_28", jm = "_title_kc9w6_54", Gm = "_tabs_kc9w6_65", Qm = "_socialNetwork_kc9w6_73", Hm = "_icon_kc9w6_83", zm = "_facebook_kc9w6_89", Fm = "_youtube_kc9w6_93", $m = "_x_kc9w6_97", Vm = "_instagram_kc9w6_101", Wm = "_gnews_kc9w6_105", Ym = "_tiktok_kc9w6_109", Km = "_whatsapp_kc9w6_113", We = {
8290
8290
  content: Om,
8291
8291
  linkStyled: Dm,
8292
8292
  linkSocialNetwork: Mm,
@@ -8354,7 +8354,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8354
8354
  r
8355
8355
  )) })
8356
8356
  ] });
8357
- }, Jm = "_headerStyled_16ogi_1", Zm = "_headerContent_16ogi_27", Xm = "_iconContent_16ogi_49", eh = "_menuButton_16ogi_67", th = "_logoStyled_16ogi_131", nh = "_buttonSection_16ogi_187", sh = "_buttonSectionSearch_16ogi_217", ah = "_headLineContent_16ogi_261", oh = "_headLineTitle_16ogi_287", ih = "_headLine_16ogi_261", rh = "_hasAlertZone_16ogi_393", ke = {
8357
+ }, Jm = "_headerStyled_1w7bf_1", Zm = "_headerContent_1w7bf_14", Xm = "_iconContent_1w7bf_25", eh = "_menuButton_1w7bf_34", th = "_logoStyled_1w7bf_66", nh = "_buttonSection_1w7bf_94", sh = "_buttonSectionSearch_1w7bf_109", ah = "_headLineContent_1w7bf_131", oh = "_headLineTitle_1w7bf_144", ih = "_headLine_1w7bf_131", rh = "_hasAlertZone_1w7bf_197", xe = {
8358
8358
  headerStyled: Jm,
8359
8359
  headerContent: Zm,
8360
8360
  iconContent: Xm,
@@ -8368,7 +8368,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8368
8368
  hasAlertZone: rh
8369
8369
  }, ch = (e) => {
8370
8370
  const { alertZone: t, custom_styles: n = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: a } = $();
8371
- return /* @__PURE__ */ f("header", { className: ke.headerStyled, style: n, children: [
8371
+ return /* @__PURE__ */ f("header", { className: xe.headerStyled, style: n, children: [
8372
8372
  e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ s(
8373
8373
  Qo,
8374
8374
  {
@@ -8378,12 +8378,12 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8378
8378
  socials: e.socials
8379
8379
  }
8380
8380
  ),
8381
- /* @__PURE__ */ f("div", { className: `${ke.headerContent} center-mobile-header-icon`, children: [
8381
+ /* @__PURE__ */ f("div", { className: `${xe.headerContent} center-mobile-header-icon`, children: [
8382
8382
  /* @__PURE__ */ s(
8383
8383
  Ps,
8384
8384
  {
8385
8385
  id: "button-app",
8386
- className: ke.menuButton,
8386
+ className: xe.menuButton,
8387
8387
  toggledrawerevent: "true",
8388
8388
  "aria-label": "menu",
8389
8389
  "aria-labelledby": "menu",
@@ -8391,7 +8391,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8391
8391
  children: /* @__PURE__ */ s(
8392
8392
  jo,
8393
8393
  {
8394
- className: ke.startIcon,
8394
+ className: xe.startIcon,
8395
8395
  color: "var(--header-menu-icon-color, var(--header-icons))",
8396
8396
  width: 27,
8397
8397
  height: 27
@@ -8399,7 +8399,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8399
8399
  )
8400
8400
  }
8401
8401
  ),
8402
- /* @__PURE__ */ f("div", { className: ke.iconContent, children: [
8402
+ /* @__PURE__ */ f("div", { className: xe.iconContent, children: [
8403
8403
  /* @__PURE__ */ s(
8404
8404
  R,
8405
8405
  {
@@ -8409,7 +8409,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8409
8409
  style: { display: "flex" },
8410
8410
  children: Te.createElement(
8411
8411
  "span",
8412
- { className: ke.logoStyled },
8412
+ { className: xe.logoStyled },
8413
8413
  e.icon
8414
8414
  )
8415
8415
  }
@@ -8423,18 +8423,18 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8423
8423
  style: { display: "flex" },
8424
8424
  children: Te.createElement(
8425
8425
  "span",
8426
- { className: ke.logoStyled },
8426
+ { className: xe.logoStyled },
8427
8427
  e.mobileIcon()
8428
8428
  )
8429
8429
  }
8430
8430
  ) : null
8431
8431
  ] }),
8432
- !e.showAlertPop && t?.data && /* @__PURE__ */ f("div", { className: ke.headLineContent, children: [
8433
- /* @__PURE__ */ s("div", { className: `${ke.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
8432
+ !e.showAlertPop && t?.data && /* @__PURE__ */ f("div", { className: xe.headLineContent, children: [
8433
+ /* @__PURE__ */ s("div", { className: `${xe.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
8434
8434
  /* @__PURE__ */ s(
8435
8435
  R,
8436
8436
  {
8437
- className: ke.headLine,
8437
+ className: xe.headLine,
8438
8438
  href: t.data[0]?.info.link.url,
8439
8439
  target: t.data[0]?.info.link.target,
8440
8440
  title: t.data[0]?.main.title.home,
@@ -8447,8 +8447,8 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8447
8447
  {
8448
8448
  style: e.showAlertPop ? { marginLeft: "auto" } : {},
8449
8449
  className: [
8450
- ke.buttonSection,
8451
- t?.data ? ke.hasAlertZone : "",
8450
+ xe.buttonSection,
8451
+ t?.data ? xe.hasAlertZone : "",
8452
8452
  "search-button"
8453
8453
  ].join(" "),
8454
8454
  children: [
@@ -8458,7 +8458,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8458
8458
  block_subPublication: a?.buscar,
8459
8459
  href: e.searchLink ? e.searchLink : "/buscar",
8460
8460
  "aria-label": e.searchKeyWord,
8461
- className: `${ke.buttonSectionSearch} search-button-icon`,
8461
+ className: `${xe.buttonSectionSearch} search-button-icon`,
8462
8462
  style: { display: "flex" },
8463
8463
  children: /* @__PURE__ */ s(Ds, { width: 28, height: 28, color: "currentColor" })
8464
8464
  }
@@ -8476,7 +8476,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8476
8476
  }
8477
8477
  )
8478
8478
  ] });
8479
- }, lh = "_ul_dtv5r_1", dh = "_li_dtv5r_19", uh = "_liBefore_dtv5r_35", mh = "_ulContent_dtv5r_57", hh = "_contentModal_dtv5r_111", fh = "_linkStyled_dtv5r_135", gh = "_itemLink_dtv5r_185", Ye = {
8479
+ }, lh = "_ul_oit7k_1", dh = "_li_oit7k_10", uh = "_liBefore_oit7k_18", mh = "_ulContent_oit7k_29", hh = "_contentModal_oit7k_56", fh = "_linkStyled_oit7k_68", gh = "_itemLink_oit7k_93", Ye = {
8480
8480
  ul: lh,
8481
8481
  li: dh,
8482
8482
  liBefore: uh,
@@ -8516,7 +8516,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8516
8516
  }
8517
8517
  ) }, i)) }) })
8518
8518
  ] }, a)) });
8519
- }, Ah = "_headerStyled_1yeov_1", wh = "_headerContent_1yeov_45", yh = "_menuButtonSection_1yeov_65", vh = "_menuButton_1yeov_65", bh = "_buttonSection_1yeov_167", _h = "_buttonSectionSearch_1yeov_201", Ch = "_hasAlertZone_1yeov_223", Sh = "_buttonText_1yeov_261", Nh = "_logoContent_1yeov_281", Ih = "_logoStyled_1yeov_297", Eh = "_headLineContent_1yeov_345", Th = "_headLineTitle_1yeov_375", xh = "_menuSection_1yeov_407", kh = "_headLine_1yeov_345", Uh = "_line_1yeov_511", Ce = {
8519
+ }, Ah = "_headerStyled_1w99c_1", wh = "_headerContent_1w99c_23", yh = "_menuButtonSection_1w99c_33", vh = "_menuButton_1w99c_33", bh = "_buttonSection_1w99c_84", _h = "_buttonSectionSearch_1w99c_101", Ch = "_hasAlertZone_1w99c_112", Sh = "_buttonText_1w99c_131", Nh = "_logoContent_1w99c_141", Ih = "_logoStyled_1w99c_149", Eh = "_headLineContent_1w99c_173", Th = "_headLineTitle_1w99c_188", kh = "_menuSection_1w99c_204", xh = "_headLine_1w99c_173", Uh = "_line_1w99c_256", Ce = {
8520
8520
  headerStyled: Ah,
8521
8521
  headerContent: wh,
8522
8522
  menuButtonSection: yh,
@@ -8529,8 +8529,8 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8529
8529
  logoStyled: Ih,
8530
8530
  headLineContent: Eh,
8531
8531
  headLineTitle: Th,
8532
- menuSection: xh,
8533
- headLine: kh,
8532
+ menuSection: kh,
8533
+ headLine: xh,
8534
8534
  line: Uh
8535
8535
  }, Lh = (e) => {
8536
8536
  const { menu: t, alertZone: n, custom_styles: a = {} } = e, { SUB_PUBLICATION_PREFIX_IN_ROUTES: o } = $();
@@ -8618,11 +8618,11 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8618
8618
  ]
8619
8619
  }
8620
8620
  );
8621
- }, Rh = "_childrenContent_13giv_1", qh = "_childrenContentAux_13giv_23", Bh = "_op2_13giv_49", Kn = {
8621
+ }, Rh = "_childrenContent_wqlb4_1", Bh = "_childrenContentAux_wqlb4_12", qh = "_op2_wqlb4_25", Kn = {
8622
8622
  childrenContent: Rh,
8623
- childrenContentAux: qh,
8624
- op2: Bh
8625
- }, _5 = (e) => {
8623
+ childrenContentAux: Bh,
8624
+ op2: qh
8625
+ }, _6 = (e) => {
8626
8626
  const { alertZone: t, children: n, sidebar: a, custom_styles: o = {} } = e;
8627
8627
  return /* @__PURE__ */ f(Z, { children: [
8628
8628
  /* @__PURE__ */ s(ch, { ...e }),
@@ -8665,7 +8665,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8665
8665
  }
8666
8666
  )
8667
8667
  ] });
8668
- }, Ph = "_content_1ntb2_1", Oh = "_tags_1ntb2_19", Dh = "_chipStyled_1ntb2_39", Mh = "_tagLink_1ntb2_93", jh = "_tagStyled_1ntb2_105", Ct = {
8668
+ }, Ph = "_content_16ydf_1", Oh = "_tags_16ydf_10", Dh = "_chipStyled_16ydf_20", Mh = "_tagLink_16ydf_47", jh = "_tagStyled_16ydf_53", Ct = {
8669
8669
  content: Ph,
8670
8670
  tags: Oh,
8671
8671
  chipStyled: Dh,
@@ -8685,7 +8685,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8685
8685
  a
8686
8686
  ) : /* @__PURE__ */ s("div", { className: Ct.chipStyled, children: n.name }, a))
8687
8687
  ] }) });
8688
- }, Qh = "_contentBox_75ed7_1", Hh = "_content_75ed7_1", zh = "_imageStyled_75ed7_43", Fh = "_contentIconStyled_75ed7_57", $h = "_avatarContent_75ed7_97", Vh = "_journalistSection_75ed7_111", Wh = "_journalistInfo_75ed7_123", Yh = "_socialNetworkSection_75ed7_161", Kh = "_article_75ed7_187", Ge = {
8688
+ }, Qh = "_contentBox_1svvm_1", Hh = "_content_1svvm_1", zh = "_imageStyled_1svvm_22", Fh = "_contentIconStyled_1svvm_29", $h = "_avatarContent_1svvm_49", Vh = "_journalistSection_1svvm_56", Wh = "_journalistInfo_1svvm_62", Yh = "_socialNetworkSection_1svvm_81", Kh = "_article_1svvm_94", Ge = {
8689
8689
  contentBox: Qh,
8690
8690
  content: Hh,
8691
8691
  imageStyled: zh,
@@ -8894,7 +8894,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8894
8894
  }
8895
8895
  )
8896
8896
  ] }) });
8897
- }, Zh = "_content_1po76_1", Xh = "_imageStyled_1po76_39", e2 = "_contentIconStyled_1po76_41", t2 = "_contentCard_1po76_61", n2 = "_contentInfo_1po76_139", s2 = "_fullName_1po76_151", a2 = "_LearnMoreLink_1po76_165", it = {
8897
+ }, Zh = "_content_vmnac_1", Xh = "_imageStyled_vmnac_20", e2 = "_contentIconStyled_vmnac_21", t2 = "_contentCard_vmnac_31", n2 = "_contentInfo_vmnac_70", s2 = "_fullName_vmnac_76", a2 = "_LearnMoreLink_vmnac_83", it = {
8898
8898
  content: Zh,
8899
8899
  imageStyled: Xh,
8900
8900
  contentIconStyled: e2,
@@ -8941,7 +8941,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8941
8941
  },
8942
8942
  `author-${a.firstname}`
8943
8943
  )) });
8944
- }, i2 = "_content_1xbot_1", r2 = "_urlTag_1xbot_23", c2 = "_contentInfo_1xbot_75", l2 = "_imageStyled_1xbot_109", d2 = "_name_1xbot_119", u2 = "_description_1xbot_129", m2 = "_imageContainer_1xbot_155", h2 = "_contenSocialNetwork_1xbot_297", f2 = "_socialIcon_1xbot_317", g2 = "_faceBookIcon_1xbot_327", p2 = "_socialFacebookIcon_1xbot_337", A2 = "_socialIconLink_1xbot_345", w2 = "_socialIconStroke_1xbot_353", y2 = "_contentInfoWithoutImg_1xbot_361", pe = {
8944
+ }, i2 = "_content_qjm0j_1", r2 = "_urlTag_qjm0j_12", c2 = "_contentInfo_qjm0j_38", l2 = "_imageStyled_qjm0j_55", d2 = "_name_qjm0j_60", u2 = "_description_qjm0j_65", m2 = "_imageContainer_qjm0j_78", h2 = "_contenSocialNetwork_qjm0j_149", f2 = "_socialIcon_qjm0j_159", g2 = "_faceBookIcon_qjm0j_164", p2 = "_socialFacebookIcon_qjm0j_169", A2 = "_socialIconLink_qjm0j_173", w2 = "_socialIconStroke_qjm0j_177", y2 = "_contentInfoWithoutImg_qjm0j_181", pe = {
8945
8945
  content: i2,
8946
8946
  urlTag: r2,
8947
8947
  contentInfo: c2,
@@ -8961,7 +8961,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
8961
8961
  return e;
8962
8962
  const t = e.trim();
8963
8963
  return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
8964
- }, C5 = async (e) => {
8964
+ }, C6 = async (e) => {
8965
8965
  const t = e.img ? await we(e.img) : "", n = cn(e.social?.facebook ?? ""), a = cn(e.social?.instagram ?? ""), o = cn(e.social?.twitter ?? ""), i = cn(e.social?.linkedin ?? "");
8966
8966
  return /* @__PURE__ */ s("section", { className: `${pe.content} ${e.className}`, children: /* @__PURE__ */ f(
8967
8967
  "div",
@@ -9033,7 +9033,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9033
9033
  ]
9034
9034
  }
9035
9035
  ) });
9036
- }, v2 = "_content_qiw8s_1", b2 = "_contentNews_qiw8s_19", _2 = "_linkTitle_qiw8s_53", C2 = "_tag_qiw8s_69", S2 = "_tagmx_qiw8s_109", N2 = "_titular_qiw8s_139", I2 = "_correspondent_qiw8s_169", E2 = "_correspondentLink_qiw8s_191", T2 = "_description_qiw8s_213", Ue = {
9036
+ }, v2 = "_content_1j0pj_1", b2 = "_contentNews_1j0pj_10", _2 = "_linkTitle_1j0pj_27", C2 = "_tag_1j0pj_35", S2 = "_tagmx_1j0pj_55", N2 = "_titular_1j0pj_70", I2 = "_correspondent_1j0pj_85", E2 = "_correspondentLink_1j0pj_96", T2 = "_description_1j0pj_107", Ue = {
9037
9037
  content: v2,
9038
9038
  contentNews: b2,
9039
9039
  linkTitle: _2,
@@ -9102,7 +9102,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9102
9102
  "--lineHeightImageNewsTitleMobile": e.isVertical ? "26px" : "36px"
9103
9103
  },
9104
9104
  children: /* @__PURE__ */ s(
9105
- qe,
9105
+ Be,
9106
9106
  {
9107
9107
  preview: e.preview,
9108
9108
  isLarge: !0,
@@ -9236,9 +9236,9 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9236
9236
  }
9237
9237
  )
9238
9238
  ] });
9239
- }, x2 = "_content_wuf93_1", k2 = "_firstSection_wuf93_19", U2 = "_secondSection_wuf93_31", Jn = {
9240
- content: x2,
9241
- firstSection: k2,
9239
+ }, k2 = "_content_1dcf7_1", x2 = "_firstSection_1dcf7_10", U2 = "_secondSection_1dcf7_16", Jn = {
9240
+ content: k2,
9241
+ firstSection: x2,
9242
9242
  secondSection: U2
9243
9243
  }, L2 = ({
9244
9244
  content: e,
@@ -9270,10 +9270,10 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9270
9270
  }
9271
9271
  )) })
9272
9272
  ] });
9273
- }, R2 = "_content_14pjb_1", q2 = "_firstSection_14pjb_15", Ta = {
9273
+ }, R2 = "_content_wsx1m_1", B2 = "_firstSection_wsx1m_8", Ta = {
9274
9274
  content: R2,
9275
- firstSection: q2
9276
- }, B2 = ({
9275
+ firstSection: B2
9276
+ }, q2 = ({
9277
9277
  content: e,
9278
9278
  customLargeSection: t,
9279
9279
  customSlimSection: n,
@@ -9307,7 +9307,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9307
9307
  heightImageOverwriteMobile: "270px",
9308
9308
  paths: a
9309
9309
  }
9310
- ) }, i)) }), P2 = "_content_1ko3z_1", O2 = "_sectionDescription_1ko3z_25", D2 = "_title_1ko3z_65", M2 = "_subtitle_1ko3z_105", j2 = "_linkStyled_1ko3z_145", ut = {
9310
+ ) }, i)) }), P2 = "_content_1z0je_1", O2 = "_sectionDescription_1z0je_13", D2 = "_title_1z0je_33", M2 = "_subtitle_1z0je_53", j2 = "_linkStyled_1z0je_73", ut = {
9311
9311
  content: P2,
9312
9312
  sectionDescription: O2,
9313
9313
  title: D2,
@@ -9352,7 +9352,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9352
9352
  e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ s("p", { className: ut.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
9353
9353
  e.goTo && /* @__PURE__ */ s(R, { href: e.goTo.url, className: ut.linkStyled, children: e.goTo.description })
9354
9354
  ] });
9355
- }, G2 = "_headerSection_itzkx_1", Q2 = "_headerSectionLink_itzkx_23", H2 = "_newsContent_itzkx_33", Zn = {
9355
+ }, G2 = "_headerSection_drjnj_1", Q2 = "_headerSectionLink_drjnj_12", H2 = "_newsContent_drjnj_17", Zn = {
9356
9356
  headerSection: G2,
9357
9357
  headerSectionLink: Q2,
9358
9358
  newsContent: H2
@@ -9378,7 +9378,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9378
9378
  className: Zn.headerSectionLink,
9379
9379
  href: i?.info?.link?.url,
9380
9380
  target: i?.info?.link?.target,
9381
- children: /* @__PURE__ */ s(qe, { preview: i.preview })
9381
+ children: /* @__PURE__ */ s(Be, { preview: i.preview })
9382
9382
  }
9383
9383
  )
9384
9384
  ] }),
@@ -9406,7 +9406,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9406
9406
  })
9407
9407
  ] })
9408
9408
  ] });
9409
- }, F2 = "_content_1ubl0_1", $2 = "_autorContent_1ubl0_15", V2 = "_image_1ubl0_47", W2 = "_contentIcon_1ubl0_49", Y2 = "_boxInformationContent_1ubl0_93", K2 = "_autorName_1ubl0_105", J2 = "_time_1ubl0_169", Z2 = "_comment_1ubl0_195", X2 = "_title_1ubl0_213", Ke = {
9409
+ }, F2 = "_content_1stvq_1", $2 = "_autorContent_1stvq_8", V2 = "_image_1stvq_24", W2 = "_contentIcon_1stvq_25", Y2 = "_boxInformationContent_1stvq_47", K2 = "_autorName_1stvq_53", J2 = "_time_1stvq_85", Z2 = "_comment_1stvq_98", X2 = "_title_1stvq_107", Ke = {
9410
9410
  content: F2,
9411
9411
  autorContent: $2,
9412
9412
  image: V2,
@@ -9453,7 +9453,7 @@ const c1 = "_content_xlsy2_1", l1 = "_videoContent_xlsy2_39", d1 = "_articleSect
9453
9453
  /* @__PURE__ */ s("p", { className: Ke.comment, children: ze(t?.main?.subtitle?.striped || "") })
9454
9454
  ] })
9455
9455
  ] });
9456
- }, ef = "_content_1i9xs_1", tf = "_boxPosition_1i9xs_15", nf = "_contentFlex_1i9xs_41", sf = "_bannerContent_1i9xs_57", af = "_bannerContentAux_1i9xs_79", St = {
9456
+ }, ef = "_content_1d7mg_1", tf = "_boxPosition_1d7mg_8", nf = "_contentFlex_1d7mg_21", sf = "_bannerContent_1d7mg_29", af = "_bannerContentAux_1d7mg_40", St = {
9457
9457
  content: ef,
9458
9458
  boxPosition: tf,
9459
9459
  contentFlex: nf,
@@ -9466,7 +9466,7 @@ function of(e) {
9466
9466
  a % 2 === 0 ? t[Math.floor(a / 2)] = e[a] : t[n + Math.floor(a / 2)] = e[a];
9467
9467
  return t;
9468
9468
  }
9469
- const S5 = (e) => {
9469
+ const S6 = (e) => {
9470
9470
  const { isOpinion: t = !1 } = e, n = (i) => /* @__PURE__ */ s(
9471
9471
  "div",
9472
9472
  {
@@ -9520,13 +9520,13 @@ const S5 = (e) => {
9520
9520
  ] })
9521
9521
  }
9522
9522
  ) });
9523
- }, rf = "_content_g09lr_1", cf = "_title_g09lr_19", xa = {
9523
+ }, rf = "_content_w9viv_1", cf = "_title_w9viv_10", ka = {
9524
9524
  content: rf,
9525
9525
  title: cf
9526
- }, N5 = (e) => {
9526
+ }, N6 = (e) => {
9527
9527
  const { showTitle: t = !0 } = e;
9528
- return /* @__PURE__ */ f("div", { className: xa.content, children: [
9529
- t && /* @__PURE__ */ s("p", { className: xa.title, children: "Editorial" }),
9528
+ return /* @__PURE__ */ f("div", { className: ka.content, children: [
9529
+ t && /* @__PURE__ */ s("p", { className: ka.title, children: "Editorial" }),
9530
9530
  /* @__PURE__ */ s(
9531
9531
  Rt,
9532
9532
  {
@@ -9542,13 +9542,13 @@ const S5 = (e) => {
9542
9542
  }
9543
9543
  )
9544
9544
  ] });
9545
- }, lf = "_content_1hn45_1", df = "_newsContent_1hn45_15", uf = "_boxPosition_1hn45_33", mf = "_bannerContent_1hn45_45", hf = "_bannerContentAux_1hn45_65", Nt = {
9545
+ }, lf = "_content_1nd2h_1", df = "_newsContent_1nd2h_8", uf = "_boxPosition_1nd2h_17", mf = "_bannerContent_1nd2h_23", hf = "_bannerContentAux_1nd2h_33", Nt = {
9546
9546
  content: lf,
9547
9547
  newsContent: df,
9548
9548
  boxPosition: uf,
9549
9549
  bannerContent: mf,
9550
9550
  bannerContentAux: hf
9551
- }, I5 = (e) => {
9551
+ }, I6 = (e) => {
9552
9552
  const { news: t } = e;
9553
9553
  return Array.isArray(t) && /* @__PURE__ */ f("div", { className: Nt.content, children: [
9554
9554
  /* @__PURE__ */ f("div", { className: Nt.newsContent, children: [
@@ -9583,7 +9583,7 @@ const S5 = (e) => {
9583
9583
  ] }),
9584
9584
  /* @__PURE__ */ s("div", { className: Nt.bannerContent, children: e.halfPageBanner })
9585
9585
  ] });
9586
- }, E5 = (e) => /* @__PURE__ */ f(Z, { children: [
9586
+ }, E6 = (e) => /* @__PURE__ */ f(Z, { children: [
9587
9587
  /* @__PURE__ */ s(
9588
9588
  Vl,
9589
9589
  {
@@ -9594,7 +9594,7 @@ const S5 = (e) => {
9594
9594
  }
9595
9595
  ),
9596
9596
  /* @__PURE__ */ s(id, { ...e })
9597
- ] }), ff = "_newsContent_smaec_1", gf = "_newsContentWithLines_smaec_15", pf = "_newsContentWithoutLines_smaec_25", Af = "_contentSeparator_smaec_35", ln = {
9597
+ ] }), ff = "_newsContent_gd57q_1", gf = "_newsContentWithLines_gd57q_8", pf = "_newsContentWithoutLines_gd57q_13", Af = "_contentSeparator_gd57q_18", ln = {
9598
9598
  newsContent: ff,
9599
9599
  newsContentWithLines: gf,
9600
9600
  newsContentWithoutLines: pf,
@@ -9664,7 +9664,7 @@ const S5 = (e) => {
9664
9664
  showVideoTime: e.showVideoTime,
9665
9665
  showVideosubtitle: e.showVideosubtitle
9666
9666
  }
9667
- ) }), yf = "_newsContent_1ofh5_1", vf = "_contentSeparator_1ofh5_15", ka = {
9667
+ ) }), yf = "_newsContent_1sb62_1", vf = "_contentSeparator_1sb62_8", xa = {
9668
9668
  newsContent: yf,
9669
9669
  contentSeparator: vf
9670
9670
  }, bf = (e) => {
@@ -9673,7 +9673,7 @@ const S5 = (e) => {
9673
9673
  return /* @__PURE__ */ s(ye, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ s(
9674
9674
  "div",
9675
9675
  {
9676
- className: `${ka.newsContent} ${e.hasLines ? ka.contentSeparator : ""}`,
9676
+ className: `${xa.newsContent} ${e.hasLines ? xa.contentSeparator : ""}`,
9677
9677
  children: t?.map((a, o) => {
9678
9678
  const i = e.slot_id && e.slot_id !== "Nota_1", r = {
9679
9679
  ...a,
@@ -9696,7 +9696,7 @@ const S5 = (e) => {
9696
9696
  })
9697
9697
  }
9698
9698
  ) });
9699
- }, _f = "_newsContent_1x5ie_1", Cf = "_contentSeparator_1x5ie_15", Sf = "_newsContentWhitoutLine_1x5ie_57", Xn = {
9699
+ }, _f = "_newsContent_1gbse_1", Cf = "_contentSeparator_1gbse_8", Sf = "_newsContentWhitoutLine_1gbse_29", Xn = {
9700
9700
  newsContent: _f,
9701
9701
  contentSeparator: Cf,
9702
9702
  newsContentWhitoutLine: Sf
@@ -9729,11 +9729,11 @@ const S5 = (e) => {
9729
9729
  })
9730
9730
  }
9731
9731
  ) });
9732
- }, If = "_headerSection_1qe16_5", Ef = "_headerSectionLink_1qe16_31", Tf = "_newsContent_1qe16_57", es = {
9732
+ }, If = "_headerSection_1m1sp_3", Ef = "_headerSectionLink_1m1sp_16", Tf = "_newsContent_1m1sp_29", es = {
9733
9733
  headerSection: If,
9734
9734
  headerSectionLink: Ef,
9735
9735
  newsContent: Tf
9736
- }, xf = (e) => {
9736
+ }, kf = (e) => {
9737
9737
  const { content: t, title: n, isVideo: a = !0 } = e;
9738
9738
  if (!t || t.length === 0) return;
9739
9739
  const o = t[0], i = e.slot_id && e.slot_id !== "Nota_1", r = t.slice(1);
@@ -9755,7 +9755,7 @@ const S5 = (e) => {
9755
9755
  target: o?.info?.link.target,
9756
9756
  "aria-label": "Video",
9757
9757
  children: /* @__PURE__ */ s(
9758
- qe,
9758
+ Be,
9759
9759
  {
9760
9760
  preview: {
9761
9761
  sizes: o?.main?.image.sizes,
@@ -9793,13 +9793,13 @@ const S5 = (e) => {
9793
9793
  })
9794
9794
  ] })
9795
9795
  ] });
9796
- }, kf = "_content_gxvaq_1", Uf = "_linkImage_gxvaq_59", Lf = "_sectionDescription_gxvaq_83", Rf = "_dateText_gxvaq_123", qf = "_textContent_gxvaq_145", Mt = {
9797
- content: kf,
9796
+ }, xf = "_content_1qdkl_1", Uf = "_linkImage_1qdkl_30", Lf = "_sectionDescription_1qdkl_42", Rf = "_dateText_1qdkl_62", Bf = "_textContent_1qdkl_73", Mt = {
9797
+ content: xf,
9798
9798
  linkImage: Uf,
9799
9799
  sectionDescription: Lf,
9800
9800
  dateText: Rf,
9801
- textContent: qf
9802
- }, Bf = async (e) => {
9801
+ textContent: Bf
9802
+ }, qf = async (e) => {
9803
9803
  const { showNewsLikeTitle: t = !1 } = e;
9804
9804
  return e && e.info ? /* @__PURE__ */ f(
9805
9805
  "section",
@@ -9816,7 +9816,7 @@ const S5 = (e) => {
9816
9816
  target: e?.info?.link?.target,
9817
9817
  title: e.main?.title?.section,
9818
9818
  href: t ? e.info.link.url : e?.info?.section?.url,
9819
- children: /* @__PURE__ */ s(qe, { preview: e.preview })
9819
+ children: /* @__PURE__ */ s(Be, { preview: e.preview })
9820
9820
  }
9821
9821
  ),
9822
9822
  /* @__PURE__ */ f("div", { className: Mt.textContent, children: [
@@ -9834,10 +9834,10 @@ const S5 = (e) => {
9834
9834
  ]
9835
9835
  }
9836
9836
  ) : null;
9837
- }, Pf = "_content_1y9s7_1", Of = "_contentSeparator_1y9s7_13", Ua = {
9837
+ }, Pf = "_content_yx3zm_1", Of = "_contentSeparator_yx3zm_7", Ua = {
9838
9838
  content: Pf,
9839
9839
  contentSeparator: Of
9840
- }, Df = "_newsContent_f0o15_1", Mf = "_contentSeparator_f0o15_15", jf = "_hasLinesBlock_f0o15_79", As = {
9840
+ }, Df = "_newsContent_1uamf_1", Mf = "_contentSeparator_1uamf_8", jf = "_hasLinesBlock_1uamf_40", As = {
9841
9841
  newsContent: Df,
9842
9842
  contentSeparator: Mf,
9843
9843
  hasLinesBlock: jf
@@ -9867,7 +9867,7 @@ const S5 = (e) => {
9867
9867
  {
9868
9868
  className: e.hasLines ? As.hasLinesBlock : "",
9869
9869
  children: /* @__PURE__ */ lt(
9870
- Bf,
9870
+ qf,
9871
9871
  {
9872
9872
  ...o,
9873
9873
  key: a,
@@ -9915,7 +9915,7 @@ const S5 = (e) => {
9915
9915
  })
9916
9916
  }
9917
9917
  ) });
9918
- }, Hf = "_content_10utx_1", zf = "_imageStyled_10utx_27", Ff = "_contentIcon_10utx_45", $f = "_boxInformation_10utx_87", Vf = "_comment_10utx_101", Wf = "_title_10utx_131", Yf = "_authorName_10utx_173", rt = {
9918
+ }, Hf = "_content_18ovf_1", zf = "_imageStyled_18ovf_14", Ff = "_contentIcon_18ovf_23", $f = "_boxInformation_18ovf_44", Vf = "_comment_18ovf_51", Wf = "_title_18ovf_66", Yf = "_authorName_18ovf_87", rt = {
9919
9919
  content: Hf,
9920
9920
  imageStyled: zf,
9921
9921
  contentIcon: Ff,
@@ -9989,7 +9989,7 @@ const S5 = (e) => {
9989
9989
  })
9990
9990
  }
9991
9991
  ) });
9992
- }, Zf = "_content_nslah_1", Xf = "_newsContentSection_nslah_9", e0 = "_itemContent_nslah_19", t0 = "_ItemCustomContent_nslah_31", Xe = {
9992
+ }, Zf = "_content_1elhb_1", Xf = "_newsContentSection_1elhb_5", e0 = "_itemContent_1elhb_10", t0 = "_ItemCustomContent_1elhb_16", Xe = {
9993
9993
  content: Zf,
9994
9994
  newsContentSection: Xf,
9995
9995
  itemContent: e0,
@@ -10035,7 +10035,7 @@ const S5 = (e) => {
10035
10035
  default:
10036
10036
  return /* @__PURE__ */ s("div", { className: Xe.ItemCustomContent, children: /* @__PURE__ */ s(st, { ...t, paths: e.paths }) });
10037
10037
  }
10038
- }, T5 = (e) => {
10038
+ }, T6 = (e) => {
10039
10039
  const {
10040
10040
  data: t,
10041
10041
  currentPage: n,
@@ -10185,10 +10185,10 @@ const S5 = (e) => {
10185
10185
  default:
10186
10186
  return /* @__PURE__ */ s(Z, {});
10187
10187
  }
10188
- }, n0 = "_content_1oabr_1", s0 = "_contactInfoContent_1oabr_13", La = {
10188
+ }, n0 = "_content_gwsqy_1", s0 = "_contactInfoContent_gwsqy_7", La = {
10189
10189
  content: n0,
10190
10190
  contactInfoContent: s0
10191
- }, x5 = (e) => {
10191
+ }, k6 = (e) => {
10192
10192
  const { data: t } = e;
10193
10193
  return /* @__PURE__ */ s("section", { className: La.content, children: t.map((n, a) => /* @__PURE__ */ s(
10194
10194
  "div",
@@ -10200,13 +10200,13 @@ const S5 = (e) => {
10200
10200
  },
10201
10201
  a
10202
10202
  )) });
10203
- }, a0 = "_tagContent_biapt_1", o0 = "_contentLayout2_biapt_19", i0 = "_complementContent_biapt_35", r0 = "_commentsSeparator_biapt_47", c0 = "_contentHeader_biapt_107", Ht = {
10203
+ }, a0 = "_tagContent_8ty9b_1", o0 = "_contentLayout2_8ty9b_10", i0 = "_complementContent_8ty9b_18", r0 = "_commentsSeparator_8ty9b_24", c0 = "_contentHeader_8ty9b_54", Ht = {
10204
10204
  tagContent: a0,
10205
10205
  contentLayout2: o0,
10206
10206
  complementContent: i0,
10207
10207
  commentsSeparator: r0,
10208
10208
  contentHeader: c0
10209
- }, l0 = "_content_1noi7_1", d0 = {
10209
+ }, l0 = "_content_1rbrt_1", d0 = {
10210
10210
  content: l0
10211
10211
  }, u0 = ({ children: e, className: t = "" }) => /* @__PURE__ */ s(
10212
10212
  "div",
@@ -10214,7 +10214,7 @@ const S5 = (e) => {
10214
10214
  className: `content-layout-2 ${d0.content} ${t}`,
10215
10215
  children: e
10216
10216
  }
10217
- ), m0 = "_container_1b383_1", h0 = "_note_1b383_17", f0 = "_commercial_1b383_97", g0 = "_commercialContent_1b383_131", p0 = "_complement_1b383_163", jt = {
10217
+ ), m0 = "_container_8w9ca_1", h0 = "_note_8w9ca_9", f0 = "_commercial_8w9ca_49", g0 = "_commercialContent_8w9ca_66", p0 = "_complement_8w9ca_82", jt = {
10218
10218
  container: m0,
10219
10219
  note: h0,
10220
10220
  commercial: f0,
@@ -10226,7 +10226,7 @@ const S5 = (e) => {
10226
10226
  e.slug === "liveblogs" && /* @__PURE__ */ s(hu, { itemList: e.itemList }),
10227
10227
  e.bannerTop,
10228
10228
  /* @__PURE__ */ s(
10229
- Bs,
10229
+ qs,
10230
10230
  {
10231
10231
  content: e.ranking,
10232
10232
  title: e.texts.readestTitle,
@@ -10329,7 +10329,7 @@ const S5 = (e) => {
10329
10329
  }
10330
10330
  );
10331
10331
  }
10332
- }, y0 = "_content_1tboy_1", v0 = "_contentWithinCard_1tboy_13", b0 = "_contentDate_1tboy_25", _0 = "_dateInfo_1tboy_39", C0 = "_dot_1tboy_59", S0 = "_contentTitle_1tboy_75", N0 = "_contentTextList_1tboy_93", I0 = "_contentButton_1tboy_129", E0 = "_linkStyled_1tboy_141", Je = {
10332
+ }, y0 = "_content_rcokw_1", v0 = "_contentWithinCard_rcokw_7", b0 = "_contentDate_rcokw_13", _0 = "_dateInfo_rcokw_20", C0 = "_dot_rcokw_30", S0 = "_contentTitle_rcokw_38", N0 = "_contentTextList_rcokw_47", I0 = "_contentButton_rcokw_65", E0 = "_linkStyled_rcokw_71", Je = {
10333
10333
  content: y0,
10334
10334
  contentWithinCard: v0,
10335
10335
  contentDate: b0,
@@ -10339,9 +10339,9 @@ const S5 = (e) => {
10339
10339
  contentTextList: N0,
10340
10340
  contentButton: I0,
10341
10341
  linkStyled: E0
10342
- }, T0 = "_content_12i3e_1", x0 = {
10342
+ }, T0 = "_content_ifkxj_1", k0 = {
10343
10343
  content: T0
10344
- }, k0 = (e) => /* @__PURE__ */ s("section", { className: x0.content, id: e.id, children: e.children }), U0 = async (e, t, n) => {
10344
+ }, x0 = (e) => /* @__PURE__ */ s("section", { className: k0.content, id: e.id, children: e.children }), U0 = async (e, t, n) => {
10345
10345
  if (!n) return e;
10346
10346
  const a = /(<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<span\b[^>]*data-src="([^"]+)"[^>]*>[\s\S]*?<\/span>[\s\S]*?<\/div>\s*<\/div>)/g, o = [...e.matchAll(a)];
10347
10347
  let i = e;
@@ -10388,12 +10388,12 @@ const S5 = (e) => {
10388
10388
  10: 4,
10389
10389
  13: 5
10390
10390
  };
10391
- function q0(e) {
10391
+ function B0(e) {
10392
10392
  if (!e) return e;
10393
10393
  const t = e.indexOf("/video");
10394
10394
  return t === -1 ? e : e.substring(t);
10395
10395
  }
10396
- async function B0(e, t) {
10396
+ async function q0(e, t) {
10397
10397
  let n = "", a = 0;
10398
10398
  const o = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
10399
10399
  let i;
@@ -10402,7 +10402,7 @@ async function B0(e, t) {
10402
10402
  n += e.slice(a, r);
10403
10403
  const u = i[0];
10404
10404
  let l = i[1] ?? "";
10405
- l && (l = q0(l));
10405
+ l && (l = B0(l));
10406
10406
  const d = /data-type\s*=\s*["']?video["']?/i.test(u) || /video-type\s*=\s*["']?embedded["']?/i.test(u);
10407
10407
  let m = u;
10408
10408
  if (d && l)
@@ -10465,7 +10465,7 @@ const O0 = async ({
10465
10465
  const r = e[0].list?.items?.map(async (c) => {
10466
10466
  const u = L0(c.body.rendered);
10467
10467
  let l = R0(u);
10468
- return l = P0(l), l = await B0(
10468
+ return l = P0(l), l = await q0(
10469
10469
  l,
10470
10470
  o
10471
10471
  ), {
@@ -10477,7 +10477,7 @@ const O0 = async ({
10477
10477
  };
10478
10478
  });
10479
10479
  return /* @__PURE__ */ s("section", { className: Je.content, id: "block-notes-list", children: r?.map(async (c, u) => /* @__PURE__ */ f(Cn, { children: [
10480
- /* @__PURE__ */ s(k0, { id: `item-${u + 1}`, children: /* @__PURE__ */ f("div", { className: Je.contentWithinCard, children: [
10480
+ /* @__PURE__ */ s(x0, { id: `item-${u + 1}`, children: /* @__PURE__ */ f("div", { className: Je.contentWithinCard, children: [
10481
10481
  (await c).date > 0 && /* @__PURE__ */ f("div", { className: Je.contentDate, children: [
10482
10482
  /* @__PURE__ */ s(
10483
10483
  "span",
@@ -10500,7 +10500,7 @@ const O0 = async ({
10500
10500
  )
10501
10501
  ] }),
10502
10502
  /* @__PURE__ */ s("h2", { className: Je.contentTitle, children: e[0]?.list.integrated ? (await c).title : `${(await c).index}. ${(await c).title}` }),
10503
- (await c).image && /* @__PURE__ */ s(qe, { preview: (await c).image, isLarge: !0 }),
10503
+ (await c).image && /* @__PURE__ */ s(Be, { preview: (await c).image, isLarge: !0 }),
10504
10504
  /* @__PURE__ */ s(
10505
10505
  "div",
10506
10506
  {
@@ -10662,12 +10662,12 @@ const M0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
10662
10662
  )
10663
10663
  ] })
10664
10664
  ] }) });
10665
- }, G0 = "_content_1ga0l_1", Q0 = "_journalistArticleContent_1ga0l_29", H0 = "_contentNews_1ga0l_69", z0 = "_noteSource_1ga0l_867", dn = {
10665
+ }, G0 = "_content_89btv_1", Q0 = "_journalistArticleContent_89btv_15", H0 = "_contentNews_89btv_35", z0 = "_noteSource_89btv_434", dn = {
10666
10666
  content: G0,
10667
10667
  journalistArticleContent: Q0,
10668
10668
  contentNews: H0,
10669
10669
  noteSource: z0
10670
- }, F0 = "_summaryContent_paxav_1", $0 = {
10670
+ }, F0 = "_summaryContent_zuvmo_1", $0 = {
10671
10671
  summaryContent: F0
10672
10672
  }, V0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ s(
10673
10673
  "section",
@@ -10696,7 +10696,7 @@ const M0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
10696
10696
  visibleItems: 1,
10697
10697
  pagination: !0,
10698
10698
  cardGap: 0,
10699
- children: i && i.map((r, c) => /* @__PURE__ */ s(qe, { preview: r, priorityHigh: !0 }, c))
10699
+ children: i && i.map((r, c) => /* @__PURE__ */ s(Be, { preview: r, priorityHigh: !0 }, c))
10700
10700
  }
10701
10701
  ),
10702
10702
  /* @__PURE__ */ s("div", { className: En.description, children: i && i[0]?.description })
@@ -10788,7 +10788,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10788
10788
  }
10789
10789
  )
10790
10790
  }
10791
- ), J0 = "_content_1kodm_1", Z0 = "_title_1kodm_35", qa = {
10791
+ ), J0 = "_content_cu8lm_1", Z0 = "_title_cu8lm_18", Ba = {
10792
10792
  content: J0,
10793
10793
  title: Z0
10794
10794
  }, X0 = async ({
@@ -10806,7 +10806,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10806
10806
  const r = i[0], u = (Array.isArray(r?.videos) ? r.videos : []).find(
10807
10807
  (l) => l?.type === "video-embedded"
10808
10808
  );
10809
- return u?.code ? /* @__PURE__ */ f("div", { className: qa.content, children: [
10809
+ return u?.code ? /* @__PURE__ */ f("div", { className: Ba.content, children: [
10810
10810
  /* @__PURE__ */ s(
10811
10811
  "div",
10812
10812
  {
@@ -10815,12 +10815,12 @@ const K0 = (e) => /* @__PURE__ */ s(
10815
10815
  }
10816
10816
  }
10817
10817
  ),
10818
- u?.title && /* @__PURE__ */ s("p", { className: qa.title, children: u.title })
10818
+ u?.title && /* @__PURE__ */ s("p", { className: Ba.title, children: u.title })
10819
10819
  ] }) : null;
10820
10820
  } catch {
10821
10821
  return null;
10822
10822
  }
10823
- }, eg = "_content_1kodm_1", tg = "_title_1kodm_35", ts = {
10823
+ }, eg = "_content_cu8lm_1", tg = "_title_cu8lm_18", ts = {
10824
10824
  content: eg,
10825
10825
  title: tg
10826
10826
  }, ng = async ({
@@ -10853,7 +10853,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10853
10853
  } catch {
10854
10854
  return null;
10855
10855
  }
10856
- }, sg = "_content_g44cu_1", ag = {
10856
+ }, sg = "_content_ezbiw_1", ag = {
10857
10857
  content: sg
10858
10858
  }, og = async ({
10859
10859
  newsformated: e,
@@ -10878,7 +10878,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10878
10878
  } catch {
10879
10879
  return null;
10880
10880
  }
10881
- }, ig = "_content_15e7w_1", rg = {
10881
+ }, ig = "_content_156j7_1", rg = {
10882
10882
  content: ig
10883
10883
  }, At = {
10884
10884
  videoEmbedded: "videoEmbedded",
@@ -10899,7 +10899,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10899
10899
  commonServices: t
10900
10900
  }
10901
10901
  ) }) : null;
10902
- }, dg = "_content_x1f6o_1", ug = "_imageContent_x1f6o_17", mg = "_width1Autor_x1f6o_35", hg = "_width2Autor_x1f6o_43", fg = "_width3Autor_x1f6o_51", gg = "_imageAutor_x1f6o_59", pg = "_imageStyled_x1f6o_137", Ag = "_contentIconStyled_x1f6o_139", wg = "_avatarContent_x1f6o_173", yg = "_socialActionsRow_x1f6o_189", vg = "_journalistSection_x1f6o_235", bg = "_authorsInfoRow_x1f6o_253", _g = "_journalistInfo_x1f6o_283", Cg = "_journalistInfoLink_x1f6o_285", Sg = "_journalistInfoDate_x1f6o_319", Ng = "_socialNetworkSection_x1f6o_383", Ig = "_avatarStyled_x1f6o_419", Eg = "_article_x1f6o_429", Tg = "_socialButton_x1f6o_437", xg = "_facebookStyled_x1f6o_469", kg = "_emailStyled_x1f6o_477", Ug = "_xStyled_x1f6o_485", Lg = "_linkedinStyled_x1f6o_493", Rg = "_whatsappStyled_x1f6o_501", qg = "_socialActionLink_x1f6o_509", Bg = "_socialActionLinkGoogleMobile_x1f6o_557", Pg = "_clipboardButton_x1f6o_635", Og = "_googleProfileButton_x1f6o_707", ce = {
10902
+ }, dg = "_content_113r9_1", ug = "_imageContent_113r9_9", mg = "_width1Autor_113r9_18", hg = "_width2Autor_113r9_22", fg = "_width3Autor_113r9_26", gg = "_imageAutor_113r9_30", pg = "_imageStyled_113r9_69", Ag = "_contentIconStyled_113r9_70", wg = "_avatarContent_113r9_87", yg = "_socialActionsRow_113r9_95", vg = "_journalistSection_113r9_118", bg = "_authorsInfoRow_113r9_127", _g = "_journalistInfo_113r9_142", Cg = "_journalistInfoLink_113r9_143", Sg = "_journalistInfoDate_113r9_160", Ng = "_socialNetworkSection_113r9_192", Ig = "_avatarStyled_113r9_210", Eg = "_article_113r9_215", Tg = "_socialButton_113r9_219", kg = "_facebookStyled_113r9_235", xg = "_emailStyled_113r9_239", Ug = "_xStyled_113r9_243", Lg = "_linkedinStyled_113r9_247", Rg = "_whatsappStyled_113r9_251", Bg = "_socialActionLink_113r9_255", qg = "_socialActionLinkGoogleMobile_113r9_279", Pg = "_clipboardButton_113r9_309", Og = "_googleProfileButton_113r9_345", ce = {
10903
10903
  content: dg,
10904
10904
  imageContent: ug,
10905
10905
  width1Autor: mg,
@@ -10919,13 +10919,13 @@ const K0 = (e) => /* @__PURE__ */ s(
10919
10919
  avatarStyled: Ig,
10920
10920
  article: Eg,
10921
10921
  socialButton: Tg,
10922
- facebookStyled: xg,
10923
- emailStyled: kg,
10922
+ facebookStyled: kg,
10923
+ emailStyled: xg,
10924
10924
  xStyled: Ug,
10925
10925
  linkedinStyled: Lg,
10926
10926
  whatsappStyled: Rg,
10927
- socialActionLink: qg,
10928
- socialActionLinkGoogleMobile: Bg,
10927
+ socialActionLink: Bg,
10928
+ socialActionLinkGoogleMobile: qg,
10929
10929
  clipboardButton: Pg,
10930
10930
  googleProfileButton: Og
10931
10931
  }, $o = () => /* @__PURE__ */ f("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
@@ -10937,7 +10937,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10937
10937
  FaceBook: {
10938
10938
  url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
10939
10939
  icon: {
10940
- outline: (e) => /* @__PURE__ */ s(Bo, { className: e }),
10940
+ outline: (e) => /* @__PURE__ */ s(qo, { className: e }),
10941
10941
  solid: (e) => /* @__PURE__ */ s(Gn, { className: e })
10942
10942
  }
10943
10943
  },
@@ -10959,7 +10959,7 @@ const K0 = (e) => /* @__PURE__ */ s(
10959
10959
  url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
10960
10960
  icon: {
10961
10961
  outline: (e) => /* @__PURE__ */ s(Ro, { className: e }),
10962
- solid: (e) => /* @__PURE__ */ s(qo, { className: e })
10962
+ solid: (e) => /* @__PURE__ */ s(Bo, { className: e })
10963
10963
  }
10964
10964
  },
10965
10965
  LinkedIn: {
@@ -11570,7 +11570,7 @@ const Kg = (e) => {
11570
11570
  for (const n in e)
11571
11571
  n.startsWith("--") && (t[n] = e[n]);
11572
11572
  return t;
11573
- }, Xg = "_headerSection_nhjex_1", ep = "_title_nhjex_21", tp = "_subtitle_nhjex_45", np = "_newsContent_nhjex_71", sp = "_containerCards_nhjex_87", ap = "_image_nhjex_99", op = "_blockHeadContainer_nhjex_111", mt = {
11573
+ }, Xg = "_headerSection_1c69w_1", ep = "_title_1c69w_11", tp = "_subtitle_1c69w_23", np = "_newsContent_1c69w_36", sp = "_containerCards_1c69w_44", ap = "_image_1c69w_50", op = "_blockHeadContainer_1c69w_56", mt = {
11574
11574
  headerSection: Xg,
11575
11575
  title: ep,
11576
11576
  subtitle: tp,
@@ -11595,7 +11595,7 @@ const Kg = (e) => {
11595
11595
  /* @__PURE__ */ s("p", { className: mt.title, children: o?.main?.title.home }),
11596
11596
  o?.main?.subtitle?.rendered && /* @__PURE__ */ s("p", { className: mt.subtitle, children: o?.main?.subtitle?.striped })
11597
11597
  ] }),
11598
- /* @__PURE__ */ s(qe, { preview: o.preview })
11598
+ /* @__PURE__ */ s(Be, { preview: o.preview })
11599
11599
  ]
11600
11600
  }
11601
11601
  ) }),
@@ -11631,15 +11631,15 @@ const Kg = (e) => {
11631
11631
  __html: e || ""
11632
11632
  }
11633
11633
  }
11634
- ) }), Ba = {
11634
+ ) }), qa = {
11635
11635
  banner: (e) => /* @__PURE__ */ s(be, { ...e, name: e.slot_id.replace("Home", "block") }),
11636
- readest: (e) => /* @__PURE__ */ s(Bs, { ...e }),
11636
+ readest: (e) => /* @__PURE__ */ s(qs, { ...e }),
11637
11637
  "Modulo 1x3": (e) => /* @__PURE__ */ s(zo, { ...e }),
11638
11638
  "Modulo 1x4": (e) => /* @__PURE__ */ s(bf, { ...e }),
11639
11639
  "Modulo 1x5": (e) => /* @__PURE__ */ s(Nf, { ...e }),
11640
11640
  "Destacado noticias": (e) => /* @__PURE__ */ s(z2, { ...e }),
11641
11641
  "Destacado full width": (e) => /* @__PURE__ */ s(ip, { ...e }),
11642
- "Destacado videos": (e) => /* @__PURE__ */ s(xf, { ...e }),
11642
+ "Destacado videos": (e) => /* @__PURE__ */ s(kf, { ...e }),
11643
11643
  "Carrusel card": (e) => /* @__PURE__ */ s(Qf, { ...e }),
11644
11644
  "Carrusel story": (e) => /* @__PURE__ */ s(Kg, { ...e }),
11645
11645
  "Carrusel owl": (e) => /* @__PURE__ */ s(Jg, { ...e }),
@@ -11648,16 +11648,16 @@ const Kg = (e) => {
11648
11648
  "Modulo 1x3 card": (e) => /* @__PURE__ */ s(Gf, { ...e }),
11649
11649
  "Modulo iframe": (e) => /* @__PURE__ */ s(rp, { ...e })
11650
11650
  };
11651
- function xn({
11651
+ function kn({
11652
11652
  component: e,
11653
11653
  slot_id: t,
11654
11654
  data: n,
11655
11655
  banners: a
11656
11656
  }) {
11657
11657
  if (a)
11658
- return Ba[e] && /* @__PURE__ */ s("div", { className: "home-slot", style: Ms(n), children: Ba[e]({ ...n, banners: a, slot_id: t }) });
11658
+ return qa[e] && /* @__PURE__ */ s("div", { className: "home-slot", style: Ms(n), children: qa[e]({ ...n, banners: a, slot_id: t }) });
11659
11659
  }
11660
- function k5({
11660
+ function x6({
11661
11661
  children: e,
11662
11662
  stylesConfigEntry: t
11663
11663
  }) {
@@ -11703,7 +11703,7 @@ const Pa = {
11703
11703
  },
11704
11704
  Super: (e) => /* @__PURE__ */ s(Tt, { ...e.data[0], paths: e.paths }),
11705
11705
  "3 notas verticales": (e) => /* @__PURE__ */ s(
11706
- B2,
11706
+ q2,
11707
11707
  {
11708
11708
  content: e.data,
11709
11709
  customLargeSection: e.customLargeSection,
@@ -11729,7 +11729,7 @@ const Pa = {
11729
11729
  ...t,
11730
11730
  rightOnlyBanner: a,
11731
11731
  banners: n
11732
- }) }), U5 = ({
11732
+ }) }), U6 = ({
11733
11733
  slots: e,
11734
11734
  DYNAMIC_SLOT_SUBINDEXES: t,
11735
11735
  stylesConfig: n,
@@ -11751,7 +11751,7 @@ const Pa = {
11751
11751
  order: (m - 1) * l + (h - 1),
11752
11752
  children: [
11753
11753
  /* @__PURE__ */ s(
11754
- xn,
11754
+ kn,
11755
11755
  {
11756
11756
  component: e[p].blockSass[0].block,
11757
11757
  banners: i,
@@ -11783,7 +11783,7 @@ const Pa = {
11783
11783
  order: (m - 1) * l + (h - 1),
11784
11784
  children: [
11785
11785
  /* @__PURE__ */ s(
11786
- xn,
11786
+ kn,
11787
11787
  {
11788
11788
  component: e[p].blockSass[0].block,
11789
11789
  banners: i,
@@ -11813,7 +11813,7 @@ const Pa = {
11813
11813
  ));
11814
11814
  }
11815
11815
  return c;
11816
- }, L5 = ({
11816
+ }, L6 = ({
11817
11817
  mainBlock: e,
11818
11818
  StylesConfigMain: t,
11819
11819
  config: n,
@@ -11863,7 +11863,7 @@ const Pa = {
11863
11863
  At.videoYouTube,
11864
11864
  At.iframe
11865
11865
  ].includes(n);
11866
- }, R5 = async (e) => {
11866
+ }, R6 = async (e) => {
11867
11867
  const {
11868
11868
  custom_complement: t,
11869
11869
  ranking: n = [],
@@ -11960,7 +11960,7 @@ const Pa = {
11960
11960
  /* @__PURE__ */ s(ct, { children: /* @__PURE__ */ s(et, { banners: a, index: 2 }) }),
11961
11961
  p && /* @__PURE__ */ f(Z, { children: [
11962
11962
  /* @__PURE__ */ s(
11963
- xn,
11963
+ kn,
11964
11964
  {
11965
11965
  component: "Carrusel card",
11966
11966
  banners: [],
@@ -11978,7 +11978,7 @@ const Pa = {
11978
11978
  ] }),
11979
11979
  h && /* @__PURE__ */ f(Z, { children: [
11980
11980
  g ? /* @__PURE__ */ s(
11981
- xn,
11981
+ kn,
11982
11982
  {
11983
11983
  component: "Modulo 1x3",
11984
11984
  banners: [],
@@ -12049,7 +12049,7 @@ const Pa = {
12049
12049
  }
12050
12050
  )
12051
12051
  ] }) });
12052
- }, lp = "_content_lu444_1", dp = "_buttonStyled_lu444_17", up = "_searchStyled_lu444_39", mp = "_inputStyled_lu444_71", hp = "_inputStyledTest_lu444_109", Gt = {
12052
+ }, lp = "_content_1046n_1", dp = "_buttonStyled_1046n_9", up = "_searchStyled_1046n_20", mp = "_inputStyled_1046n_36", hp = "_inputStyledTest_1046n_55", Gt = {
12053
12053
  content: lp,
12054
12054
  buttonStyled: dp,
12055
12055
  searchStyled: up,
@@ -12074,7 +12074,7 @@ const Pa = {
12074
12074
  }
12075
12075
  ) })
12076
12076
  }
12077
- ), q5 = (e) => /* @__PURE__ */ s(
12077
+ ), B6 = (e) => /* @__PURE__ */ s(
12078
12078
  "form",
12079
12079
  {
12080
12080
  className: Gt.content,
@@ -12091,11 +12091,11 @@ const Pa = {
12091
12091
  /* @__PURE__ */ s("button", { className: Gt.buttonStyled, type: "submit", children: /* @__PURE__ */ s(fp, { className: Gt.searchStyled }) })
12092
12092
  ] })
12093
12093
  }
12094
- ), gp = "_content_27x8l_1", pp = "_newsContentSection_27x8l_9", Ap = "_itemContent_27x8l_19", ss = {
12094
+ ), gp = "_content_io3tv_1", pp = "_newsContentSection_io3tv_5", Ap = "_itemContent_io3tv_10", ss = {
12095
12095
  content: gp,
12096
12096
  newsContentSection: pp,
12097
12097
  itemContent: Ap
12098
- }, B5 = (e) => {
12098
+ }, q6 = (e) => {
12099
12099
  const {
12100
12100
  data: t,
12101
12101
  option: n,
@@ -12116,7 +12116,7 @@ const Pa = {
12116
12116
  switch (n) {
12117
12117
  case "op1":
12118
12118
  return /* @__PURE__ */ s(Z, { children: /* @__PURE__ */ f(Na, { children: [
12119
- /* @__PURE__ */ s(xu, { autor: a[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
12119
+ /* @__PURE__ */ s(ku, { autor: a[0], autorIcon: e.autorIcon, socialIconsFilled: m }),
12120
12120
  /* @__PURE__ */ s(
12121
12121
  Mo,
12122
12122
  {
@@ -12254,7 +12254,7 @@ const Pa = {
12254
12254
  default:
12255
12255
  return /* @__PURE__ */ s(Z, {});
12256
12256
  }
12257
- }, wp = "_overlay_1lkqq_1", yp = "_header_1lkqq_35", vp = "_logo_1lkqq_49", bp = "_card_1lkqq_63", _p = "_close_1lkqq_93", Cp = "_form_1lkqq_141", Sp = "_formUl_1lkqq_159", Np = "_field_1lkqq_183", Ip = "_label_1lkqq_197", Ep = "_input_1lkqq_215", Tp = "_error_1lkqq_251", xp = "_primary_1lkqq_263", kp = "_divider_1lkqq_339", Up = "_google_1lkqq_391", Lp = "_googleIcon_1lkqq_451", Rp = "_spin_1lkqq_517", qp = "_checkboxRow_1lkqq_561", Bp = "_terms_1lkqq_635", Pp = "_message_1lkqq_697", Op = "_passwordChecker_1lkqq_707", Dp = "_valid_1lkqq_745", Mp = "_invalid_1lkqq_753", jp = "_forgotPassword_1lkqq_761", Gp = "_successContainer_1lkqq_799", Qp = "_thumbsUp_1lkqq_815", Hp = "_successMessage_1lkqq_827", k = {
12257
+ }, wp = "_overlay_18ksj_1", yp = "_header_18ksj_18", vp = "_logo_18ksj_25", bp = "_card_18ksj_32", _p = "_close_18ksj_47", Cp = "_form_18ksj_71", Sp = "_formUl_18ksj_80", Np = "_field_18ksj_92", Ip = "_label_18ksj_99", Ep = "_input_18ksj_108", Tp = "_error_18ksj_126", kp = "_primary_18ksj_132", xp = "_divider_18ksj_170", Up = "_google_18ksj_196", Lp = "_googleIcon_18ksj_226", Rp = "_spin_18ksj_259", Bp = "_checkboxRow_18ksj_281", qp = "_terms_18ksj_318", Pp = "_message_18ksj_349", Op = "_passwordChecker_18ksj_354", Dp = "_valid_18ksj_373", Mp = "_invalid_18ksj_377", jp = "_forgotPassword_18ksj_381", Gp = "_successContainer_18ksj_400", Qp = "_thumbsUp_18ksj_408", Hp = "_successMessage_18ksj_414", x = {
12258
12258
  overlay: wp,
12259
12259
  header: yp,
12260
12260
  logo: vp,
@@ -12266,14 +12266,14 @@ const Pa = {
12266
12266
  label: Ip,
12267
12267
  input: Ep,
12268
12268
  error: Tp,
12269
- primary: xp,
12270
- divider: kp,
12269
+ primary: kp,
12270
+ divider: xp,
12271
12271
  google: Up,
12272
12272
  googleIcon: Lp,
12273
12273
  spin: Rp,
12274
- checkboxRow: qp,
12275
- switch: "_switch_1lkqq_619",
12276
- terms: Bp,
12274
+ checkboxRow: Bp,
12275
+ switch: "_switch_18ksj_310",
12276
+ terms: qp,
12277
12277
  message: Pp,
12278
12278
  passwordChecker: Op,
12279
12279
  valid: Dp,
@@ -12309,7 +12309,7 @@ const Pa = {
12309
12309
  width: "24",
12310
12310
  height: "24",
12311
12311
  viewBox: "0 0 32 32",
12312
- className: k.spin,
12312
+ className: x.spin,
12313
12313
  children: /* @__PURE__ */ s("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
12314
12314
  }
12315
12315
  ), Oa = {
@@ -12318,7 +12318,7 @@ const Pa = {
12318
12318
  family_name: { label: "Apellido", required: !0 },
12319
12319
  password: { label: "Contraseña", required: !0 },
12320
12320
  confirmPassword: { label: "Confirmar contraseña", required: !0 }
12321
- }, kn = [
12321
+ }, xn = [
12322
12322
  {
12323
12323
  label: "La contraseña debe tener al menos 8 caracteres",
12324
12324
  test: (e) => e.length >= 8
@@ -12358,7 +12358,7 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12358
12358
  return;
12359
12359
  }
12360
12360
  const _ = a.password || "";
12361
- if (kn.some(
12361
+ if (xn.some(
12362
12362
  (G) => !G.test(_)
12363
12363
  )) {
12364
12364
  d("La contraseña no es válida");
@@ -12427,27 +12427,27 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12427
12427
  }, w = a.password || "";
12428
12428
  return /* @__PURE__ */ f(Z, { children: [
12429
12429
  m === "register" && /* @__PURE__ */ f(Z, { children: [
12430
- /* @__PURE__ */ f("button", { onClick: t, className: k.google, children: [
12430
+ /* @__PURE__ */ f("button", { onClick: t, className: x.google, children: [
12431
12431
  /* @__PURE__ */ s(
12432
12432
  "img",
12433
12433
  {
12434
12434
  src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
12435
12435
  alt: "",
12436
- className: k.googleIcon
12436
+ className: x.googleIcon
12437
12437
  }
12438
12438
  ),
12439
12439
  /* @__PURE__ */ s("span", { children: "Continuar con Google" })
12440
12440
  ] }),
12441
- /* @__PURE__ */ s("div", { className: k.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
12441
+ /* @__PURE__ */ s("div", { className: x.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
12442
12442
  /* @__PURE__ */ f(
12443
12443
  "form",
12444
12444
  {
12445
12445
  onSubmit: g,
12446
- className: k.form,
12446
+ className: x.form,
12447
12447
  "data-error": l ? "true" : "false",
12448
12448
  children: [
12449
- /* @__PURE__ */ s("ul", { className: k.formUl, children: Object.entries(Oa).map(([y, { label: S }]) => /* @__PURE__ */ f("div", { className: k.field, children: [
12450
- /* @__PURE__ */ s("label", { className: k.label, children: S }),
12449
+ /* @__PURE__ */ s("ul", { className: x.formUl, children: Object.entries(Oa).map(([y, { label: S }]) => /* @__PURE__ */ f("div", { className: x.field, children: [
12450
+ /* @__PURE__ */ s("label", { className: x.label, children: S }),
12451
12451
  /* @__PURE__ */ s(
12452
12452
  "input",
12453
12453
  {
@@ -12455,16 +12455,16 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12455
12455
  name: y,
12456
12456
  value: a[y] || "",
12457
12457
  onChange: (_) => p(y, _.target.value),
12458
- className: k.input,
12458
+ className: x.input,
12459
12459
  placeholder: ""
12460
12460
  }
12461
12461
  ),
12462
- y === "password" && /* @__PURE__ */ s("div", { className: k.passwordChecker, children: kn.map((_, I) => {
12462
+ y === "password" && /* @__PURE__ */ s("div", { className: x.passwordChecker, children: xn.map((_, I) => {
12463
12463
  const b = _.test(w);
12464
12464
  return /* @__PURE__ */ f(
12465
12465
  "div",
12466
12466
  {
12467
- className: b ? k.valid : k.invalid,
12467
+ className: b ? x.valid : x.invalid,
12468
12468
  children: [
12469
12469
  /* @__PURE__ */ s("div", { children: b ? "✔" : "○" }),
12470
12470
  /* @__PURE__ */ s("div", { children: _.label })
@@ -12473,7 +12473,7 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12473
12473
  I
12474
12474
  );
12475
12475
  }) }),
12476
- y === "confirmPassword" && /* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
12476
+ y === "confirmPassword" && /* @__PURE__ */ f("div", { className: x.checkboxRow, children: [
12477
12477
  /* @__PURE__ */ s(
12478
12478
  "input",
12479
12479
  {
@@ -12487,19 +12487,19 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12487
12487
  "label",
12488
12488
  {
12489
12489
  htmlFor: "showPasswordRegister",
12490
- className: k.checkboxLabel,
12490
+ className: x.checkboxLabel,
12491
12491
  children: "Mostrar contraseñas"
12492
12492
  }
12493
12493
  )
12494
12494
  ] })
12495
12495
  ] }, y)) }),
12496
- l && /* @__PURE__ */ s("p", { className: k.error, children: l }),
12497
- /* @__PURE__ */ f("p", { className: k.terms, children: [
12496
+ l && /* @__PURE__ */ s("p", { className: x.error, children: l }),
12497
+ /* @__PURE__ */ f("p", { className: x.terms, children: [
12498
12498
  "Al continuar, confirmo que he leído y aceptado los",
12499
12499
  /* @__PURE__ */ s("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
12500
12500
  "de nuestra comunidad"
12501
12501
  ] }),
12502
- /* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Crear cuenta" })
12502
+ /* @__PURE__ */ s("button", { type: "submit", className: x.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Crear cuenta" })
12503
12503
  ]
12504
12504
  }
12505
12505
  )
@@ -12508,11 +12508,11 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12508
12508
  "form",
12509
12509
  {
12510
12510
  onSubmit: A,
12511
- className: k.form,
12511
+ className: x.form,
12512
12512
  "data-error": l ? "true" : "false",
12513
12513
  children: [
12514
- /* @__PURE__ */ f("div", { className: k.field, children: [
12515
- /* @__PURE__ */ s("label", { className: k.label, children: "Código de verificación" }),
12514
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12515
+ /* @__PURE__ */ s("label", { className: x.label, children: "Código de verificación" }),
12516
12516
  /* @__PURE__ */ s(
12517
12517
  "input",
12518
12518
  {
@@ -12520,23 +12520,23 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12520
12520
  name: "confirmationCode",
12521
12521
  value: a.confirmationCode || "",
12522
12522
  onChange: (y) => p("confirmationCode", y.target.value),
12523
- className: k.input,
12523
+ className: x.input,
12524
12524
  required: !0
12525
12525
  }
12526
12526
  )
12527
12527
  ] }),
12528
- l && /* @__PURE__ */ s("p", { className: k.error, children: l }),
12529
- /* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Confirmar cuenta" }),
12530
- /* @__PURE__ */ f("p", { className: k.switch, children: [
12528
+ l && /* @__PURE__ */ s("p", { className: x.error, children: l }),
12529
+ /* @__PURE__ */ s("button", { type: "submit", className: x.primary, disabled: c, children: c ? /* @__PURE__ */ s(nt, {}) : "Confirmar cuenta" }),
12530
+ /* @__PURE__ */ f("p", { className: x.switch, children: [
12531
12531
  "¿Ya confirmaste antes?",
12532
12532
  /* @__PURE__ */ s("button", { type: "button", onClick: e, children: "Iniciar sesión" })
12533
12533
  ] })
12534
12534
  ]
12535
12535
  }
12536
12536
  ),
12537
- m === "success" && /* @__PURE__ */ f("form", { className: k.form, children: [
12538
- /* @__PURE__ */ f("div", { className: k.successContainer, children: [
12539
- /* @__PURE__ */ s("div", { className: k.thumbsUp, children: /* @__PURE__ */ s(
12537
+ m === "success" && /* @__PURE__ */ f("form", { className: x.form, children: [
12538
+ /* @__PURE__ */ f("div", { className: x.successContainer, children: [
12539
+ /* @__PURE__ */ s("div", { className: x.thumbsUp, children: /* @__PURE__ */ s(
12540
12540
  "svg",
12541
12541
  {
12542
12542
  xmlns: "http://www.w3.org/2000/svg",
@@ -12552,14 +12552,14 @@ function zp({ goToLogin: e, handleGoogleLogin: t, API_ENV: n }) {
12552
12552
  )
12553
12553
  }
12554
12554
  ) }),
12555
- /* @__PURE__ */ f("div", { className: k.successMessage, children: [
12555
+ /* @__PURE__ */ f("div", { className: x.successMessage, children: [
12556
12556
  /* @__PURE__ */ s("p", { children: "Confirmación completa." }),
12557
12557
  /* @__PURE__ */ s("p", { children: "Ya eres parte de la comunidad!" })
12558
12558
  ] })
12559
12559
  ] }),
12560
- /* @__PURE__ */ s("button", { onClick: e, className: k.primary, children: "Iniciar sesión" })
12560
+ /* @__PURE__ */ s("button", { onClick: e, className: x.primary, children: "Iniciar sesión" })
12561
12561
  ] }),
12562
- m === "register" && /* @__PURE__ */ f("p", { className: k.switch, children: [
12562
+ m === "register" && /* @__PURE__ */ f("p", { className: x.switch, children: [
12563
12563
  "¿Ya tenés cuenta?",
12564
12564
  /* @__PURE__ */ s("button", { type: "button", onClick: e, children: "Iniciar sesión" })
12565
12565
  ] })
@@ -12629,21 +12629,21 @@ function Wp({
12629
12629
  if (!_) {
12630
12630
  Q.preventDefault(), E(null), I(!0);
12631
12631
  try {
12632
- const B = o.PUBLIC_ENV === "local" ? "token" : await Vo("comment_login", o.CAPTCHA_KEY || "");
12633
- if (!B) throw new Error("Captcha token no generado");
12632
+ const q = o.PUBLIC_ENV === "local" ? "token" : await Vo("comment_login", o.CAPTCHA_KEY || "");
12633
+ if (!q) throw new Error("Captcha token no generado");
12634
12634
  const ne = await fetch("/api/auth/login-password", {
12635
12635
  method: "POST",
12636
12636
  headers: { "Content-Type": "application/json" },
12637
12637
  credentials: "include",
12638
- body: JSON.stringify({ email: c, password: l, token: B })
12638
+ body: JSON.stringify({ email: c, password: l, token: q })
12639
12639
  });
12640
12640
  if (!ne.ok) {
12641
12641
  const ue = await ne.json().catch(() => ({}));
12642
12642
  throw new Error(ue?.error || "Ha ocurrido un error");
12643
12643
  }
12644
12644
  e(), await t();
12645
- } catch (B) {
12646
- E(B?.message || "Error inesperado");
12645
+ } catch (q) {
12646
+ E(q?.message || "Error inesperado");
12647
12647
  } finally {
12648
12648
  I(!1);
12649
12649
  }
@@ -12667,18 +12667,18 @@ function Wp({
12667
12667
  if (!_) {
12668
12668
  Q.preventDefault(), E(null), I(!0);
12669
12669
  try {
12670
- const B = await fetch("/api/auth/forgot-password", {
12670
+ const q = await fetch("/api/auth/forgot-password", {
12671
12671
  method: "POST",
12672
12672
  headers: { "Content-Type": "application/json" },
12673
12673
  body: JSON.stringify({ email: c })
12674
12674
  });
12675
- if (!B.ok) {
12676
- const ne = await B.json().catch(() => ({}));
12675
+ if (!q.ok) {
12676
+ const ne = await q.json().catch(() => ({}));
12677
12677
  throw new Error(ne?.error || "Error al enviar código");
12678
12678
  }
12679
12679
  d(""), r("changePassword");
12680
- } catch (B) {
12681
- E(B?.message || "Error inesperado");
12680
+ } catch (q) {
12681
+ E(q?.message || "Error inesperado");
12682
12682
  } finally {
12683
12683
  I(!1);
12684
12684
  }
@@ -12709,7 +12709,7 @@ function Wp({
12709
12709
  E("Las contraseñas no coinciden");
12710
12710
  return;
12711
12711
  }
12712
- if (kn.some(
12712
+ if (xn.some(
12713
12713
  (ne) => !ne.test(p)
12714
12714
  )) {
12715
12715
  E("La contraseña no cumple con los requisitos");
@@ -12763,51 +12763,51 @@ function Yp({
12763
12763
  handleGoogleLogin: m
12764
12764
  }) {
12765
12765
  return /* @__PURE__ */ f(Z, { children: [
12766
- /* @__PURE__ */ f("button", { onClick: m, className: k.google, children: [
12766
+ /* @__PURE__ */ f("button", { onClick: m, className: x.google, children: [
12767
12767
  /* @__PURE__ */ s(
12768
12768
  "img",
12769
12769
  {
12770
12770
  src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
12771
12771
  alt: "",
12772
- className: k.googleIcon
12772
+ className: x.googleIcon
12773
12773
  }
12774
12774
  ),
12775
12775
  /* @__PURE__ */ s("span", { children: "Continuar con Google" })
12776
12776
  ] }),
12777
- /* @__PURE__ */ s("div", { className: k.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
12777
+ /* @__PURE__ */ s("div", { className: x.divider, children: /* @__PURE__ */ s("span", { children: "o" }) }),
12778
12778
  /* @__PURE__ */ f(
12779
12779
  "form",
12780
12780
  {
12781
12781
  onSubmit: u,
12782
- className: k.form,
12782
+ className: x.form,
12783
12783
  "data-error": o ? "true" : "false",
12784
12784
  children: [
12785
- /* @__PURE__ */ f("div", { className: k.field, children: [
12786
- /* @__PURE__ */ s("label", { className: k.label, children: "Email" }),
12785
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12786
+ /* @__PURE__ */ s("label", { className: x.label, children: "Email" }),
12787
12787
  /* @__PURE__ */ s(
12788
12788
  "input",
12789
12789
  {
12790
12790
  type: "email",
12791
12791
  value: e,
12792
12792
  onChange: (h) => i(h.target.value),
12793
- className: k.input,
12793
+ className: x.input,
12794
12794
  placeholder: ""
12795
12795
  }
12796
12796
  )
12797
12797
  ] }),
12798
- /* @__PURE__ */ f("div", { className: k.field, children: [
12799
- /* @__PURE__ */ s("label", { className: k.label, children: "Contraseña" }),
12798
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12799
+ /* @__PURE__ */ s("label", { className: x.label, children: "Contraseña" }),
12800
12800
  /* @__PURE__ */ s(
12801
12801
  "input",
12802
12802
  {
12803
12803
  type: n ? "text" : "password",
12804
12804
  value: t,
12805
12805
  onChange: (h) => r(h.target.value),
12806
- className: k.input,
12806
+ className: x.input,
12807
12807
  placeholder: ""
12808
12808
  }
12809
12809
  ),
12810
- /* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
12810
+ /* @__PURE__ */ f("div", { className: x.checkboxRow, children: [
12811
12811
  /* @__PURE__ */ s(
12812
12812
  "input",
12813
12813
  {
@@ -12817,15 +12817,15 @@ function Yp({
12817
12817
  onChange: (h) => c(h.target.checked)
12818
12818
  }
12819
12819
  ),
12820
- /* @__PURE__ */ s("label", { htmlFor: "showPasswordLogin", className: k.checkboxLabel, children: "Mostrar contraseña" })
12820
+ /* @__PURE__ */ s("label", { htmlFor: "showPasswordLogin", className: x.checkboxLabel, children: "Mostrar contraseña" })
12821
12821
  ] })
12822
12822
  ] }),
12823
- o && /* @__PURE__ */ s("p", { className: k.error, children: o }),
12824
- /* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: a, children: a ? /* @__PURE__ */ s(nt, {}) : "Iniciar Sesión" })
12823
+ o && /* @__PURE__ */ s("p", { className: x.error, children: o }),
12824
+ /* @__PURE__ */ s("button", { type: "submit", className: x.primary, disabled: a, children: a ? /* @__PURE__ */ s(nt, {}) : "Iniciar Sesión" })
12825
12825
  ]
12826
12826
  }
12827
12827
  ),
12828
- /* @__PURE__ */ f("p", { className: k.switch, children: [
12828
+ /* @__PURE__ */ f("p", { className: x.switch, children: [
12829
12829
  "¿No tenés cuenta?",
12830
12830
  /* @__PURE__ */ s("button", { type: "button", onClick: d, children: "Registrate" })
12831
12831
  ] }),
@@ -12833,7 +12833,7 @@ function Yp({
12833
12833
  "button",
12834
12834
  {
12835
12835
  type: "button",
12836
- className: k.forgotPassword,
12836
+ className: x.forgotPassword,
12837
12837
  onClick: l,
12838
12838
  children: "Olvidé mi contraseña"
12839
12839
  }
@@ -12852,12 +12852,12 @@ function Kp({
12852
12852
  "form",
12853
12853
  {
12854
12854
  onSubmit: o,
12855
- className: k.form,
12855
+ className: x.form,
12856
12856
  "data-error": a ? "true" : "false",
12857
12857
  children: [
12858
- /* @__PURE__ */ s("p", { className: k.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
12859
- /* @__PURE__ */ f("div", { className: k.field, children: [
12860
- /* @__PURE__ */ s("label", { className: k.label, children: "Email" }),
12858
+ /* @__PURE__ */ s("p", { className: x.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
12859
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12860
+ /* @__PURE__ */ s("label", { className: x.label, children: "Email" }),
12861
12861
  /* @__PURE__ */ s(
12862
12862
  "input",
12863
12863
  {
@@ -12865,14 +12865,14 @@ function Kp({
12865
12865
  value: e,
12866
12866
  name: "email",
12867
12867
  onChange: (r) => t(r.target.value),
12868
- className: k.input,
12868
+ className: x.input,
12869
12869
  placeholder: ""
12870
12870
  }
12871
12871
  )
12872
12872
  ] }),
12873
- a && /* @__PURE__ */ s("p", { className: k.error, children: a }),
12874
- /* @__PURE__ */ s("button", { type: "submit", className: k.primary, disabled: n, children: n ? /* @__PURE__ */ s(nt, {}) : "Enviar código" }),
12875
- /* @__PURE__ */ s("p", { className: k.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: i, children: "Volver" }) })
12873
+ a && /* @__PURE__ */ s("p", { className: x.error, children: a }),
12874
+ /* @__PURE__ */ s("button", { type: "submit", className: x.primary, disabled: n, children: n ? /* @__PURE__ */ s(nt, {}) : "Enviar código" }),
12875
+ /* @__PURE__ */ s("p", { className: x.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: i, children: "Volver" }) })
12876
12876
  ]
12877
12877
  }
12878
12878
  );
@@ -12896,62 +12896,62 @@ function Jp({
12896
12896
  "form",
12897
12897
  {
12898
12898
  onSubmit: m,
12899
- className: k.form,
12899
+ className: x.form,
12900
12900
  "data-error": r ? "true" : "false",
12901
12901
  children: [
12902
- /* @__PURE__ */ f("p", { className: k.message, children: [
12902
+ /* @__PURE__ */ f("p", { className: x.message, children: [
12903
12903
  "Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
12904
12904
  Vp(e),
12905
12905
  ". Ingrese el código y la contraseña nueva."
12906
12906
  ] }),
12907
- /* @__PURE__ */ f("ul", { className: k.formUl, children: [
12908
- /* @__PURE__ */ f("div", { className: k.field, children: [
12909
- /* @__PURE__ */ s("label", { className: k.label, children: "Código de verificación" }),
12907
+ /* @__PURE__ */ f("ul", { className: x.formUl, children: [
12908
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12909
+ /* @__PURE__ */ s("label", { className: x.label, children: "Código de verificación" }),
12910
12910
  /* @__PURE__ */ s(
12911
12911
  "input",
12912
12912
  {
12913
12913
  type: "text",
12914
12914
  value: t,
12915
12915
  onChange: (p) => c(p.target.value),
12916
- className: k.input,
12916
+ className: x.input,
12917
12917
  placeholder: ""
12918
12918
  }
12919
12919
  )
12920
12920
  ] }),
12921
- /* @__PURE__ */ f("div", { className: k.field, children: [
12922
- /* @__PURE__ */ s("label", { className: k.label, children: "Nueva contraseña" }),
12921
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12922
+ /* @__PURE__ */ s("label", { className: x.label, children: "Nueva contraseña" }),
12923
12923
  /* @__PURE__ */ s(
12924
12924
  "input",
12925
12925
  {
12926
12926
  type: o ? "text" : "password",
12927
12927
  value: n,
12928
12928
  onChange: (p) => u(p.target.value),
12929
- className: k.input,
12929
+ className: x.input,
12930
12930
  placeholder: "",
12931
12931
  name: "password"
12932
12932
  }
12933
12933
  ),
12934
- /* @__PURE__ */ s("div", { className: k.passwordChecker, children: kn.map((p, g) => {
12934
+ /* @__PURE__ */ s("div", { className: x.passwordChecker, children: xn.map((p, g) => {
12935
12935
  const A = p.test(n);
12936
- return /* @__PURE__ */ f("div", { className: A ? k.valid : k.invalid, children: [
12936
+ return /* @__PURE__ */ f("div", { className: A ? x.valid : x.invalid, children: [
12937
12937
  /* @__PURE__ */ s("div", { children: A ? "✔" : "○" }),
12938
12938
  /* @__PURE__ */ s("div", { children: p.label })
12939
12939
  ] }, g);
12940
12940
  }) })
12941
12941
  ] }),
12942
- /* @__PURE__ */ f("div", { className: k.field, children: [
12943
- /* @__PURE__ */ s("label", { className: k.label, children: "Confirmar contraseña" }),
12942
+ /* @__PURE__ */ f("div", { className: x.field, children: [
12943
+ /* @__PURE__ */ s("label", { className: x.label, children: "Confirmar contraseña" }),
12944
12944
  /* @__PURE__ */ s(
12945
12945
  "input",
12946
12946
  {
12947
12947
  type: o ? "text" : "password",
12948
12948
  value: a,
12949
12949
  onChange: (p) => l(p.target.value),
12950
- className: k.input,
12950
+ className: x.input,
12951
12951
  placeholder: ""
12952
12952
  }
12953
12953
  ),
12954
- /* @__PURE__ */ f("div", { className: k.checkboxRow, children: [
12954
+ /* @__PURE__ */ f("div", { className: x.checkboxRow, children: [
12955
12955
  /* @__PURE__ */ s(
12956
12956
  "input",
12957
12957
  {
@@ -12965,33 +12965,33 @@ function Jp({
12965
12965
  "label",
12966
12966
  {
12967
12967
  htmlFor: "showPasswordForgot",
12968
- className: k.checkboxLabel,
12968
+ className: x.checkboxLabel,
12969
12969
  children: "Mostrar contraseñas"
12970
12970
  }
12971
12971
  )
12972
12972
  ] })
12973
12973
  ] })
12974
12974
  ] }),
12975
- r && /* @__PURE__ */ s("p", { className: k.error, children: r }),
12975
+ r && /* @__PURE__ */ s("p", { className: x.error, children: r }),
12976
12976
  /* @__PURE__ */ s(
12977
12977
  "button",
12978
12978
  {
12979
12979
  type: "submit",
12980
- className: k.primary,
12980
+ className: x.primary,
12981
12981
  style: { maxWidth: i ? "revert-layer" : "fit-content" },
12982
12982
  disabled: i,
12983
12983
  children: i ? /* @__PURE__ */ s(nt, {}) : "Cambiar contraseña"
12984
12984
  }
12985
12985
  ),
12986
- /* @__PURE__ */ s("p", { className: k.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: h, children: "Volver" }) })
12986
+ /* @__PURE__ */ s("p", { className: x.switch, children: /* @__PURE__ */ s("button", { type: "button", onClick: h, children: "Volver" }) })
12987
12987
  ]
12988
12988
  }
12989
12989
  );
12990
12990
  }
12991
12991
  function Zp({ onBackToLogin: e }) {
12992
- return /* @__PURE__ */ f("div", { className: k.form, children: [
12993
- /* @__PURE__ */ s("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
12994
- /* @__PURE__ */ s("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
12992
+ return /* @__PURE__ */ f("div", { className: x.form, children: [
12993
+ /* @__PURE__ */ s("p", { className: x.success, children: "La contraseña fue cambiada con éxito" }),
12994
+ /* @__PURE__ */ s("button", { type: "button", className: x.primary, onClick: e, children: "Iniciar Sesión" })
12995
12995
  ] });
12996
12996
  }
12997
12997
  function Xp({
@@ -13013,7 +13013,7 @@ function Xp({
13013
13013
  return /* @__PURE__ */ s(
13014
13014
  "div",
13015
13015
  {
13016
- className: k.overlay,
13016
+ className: x.overlay,
13017
13017
  role: "dialog",
13018
13018
  "aria-modal": "true",
13019
13019
  id: "pop-overlay",
@@ -13021,16 +13021,16 @@ function Xp({
13021
13021
  const l = u.target;
13022
13022
  l && l.id === "pop-overlay" && t();
13023
13023
  },
13024
- children: /* @__PURE__ */ f("div", { className: k.card, children: [
13025
- /* @__PURE__ */ f("header", { className: k.header, children: [
13026
- /* @__PURE__ */ s("div", { className: k.logo, children: a ? a() : null }),
13024
+ children: /* @__PURE__ */ f("div", { className: x.card, children: [
13025
+ /* @__PURE__ */ f("header", { className: x.header, children: [
13026
+ /* @__PURE__ */ s("div", { className: x.logo, children: a ? a() : null }),
13027
13027
  /* @__PURE__ */ s(
13028
13028
  "button",
13029
13029
  {
13030
13030
  onClick: t,
13031
- className: k.close,
13031
+ className: x.close,
13032
13032
  "aria-label": "Cerrar",
13033
- children: /* @__PURE__ */ s(qt, {})
13033
+ children: /* @__PURE__ */ s(Bt, {})
13034
13034
  }
13035
13035
  )
13036
13036
  ] }),
@@ -13056,22 +13056,22 @@ function Xp({
13056
13056
  }
13057
13057
  );
13058
13058
  }
13059
- const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13060
- content: e3,
13061
- videoContent: t3
13062
- }, n3 = "_container_1wcps_1", s3 = "_playStyled_1wcps_11", a3 = "_imageStyled_1wcps_25", o3 = "_longer_1wcps_51", i3 = "_contentNews_1wcps_61", r3 = "_tagContent_1wcps_101", c3 = "_tag_1wcps_101", l3 = "_titular_1wcps_135", d3 = "_small_1wcps_161", u3 = "_figure_1wcps_173", m3 = "_backDrop_1wcps_183", h3 = "_backDropAux_1wcps_199", Qt = {
13063
- container: n3,
13064
- playStyled: s3,
13065
- imageStyled: a3,
13066
- longer: o3,
13067
- contentNews: i3,
13068
- tagContent: r3,
13069
- tag: c3,
13070
- titular: l3,
13071
- small: d3,
13072
- figure: u3,
13073
- backDrop: m3,
13074
- backDropAux: h3
13059
+ const e9 = "_content_pq89v_1", t9 = "_videoContent_pq89v_9", Da = {
13060
+ content: e9,
13061
+ videoContent: t9
13062
+ }, n9 = "_container_1xr2t_1", s9 = "_playStyled_1xr2t_6", a9 = "_imageStyled_1xr2t_13", o9 = "_longer_1xr2t_26", i9 = "_contentNews_1xr2t_31", r9 = "_tagContent_1xr2t_51", c9 = "_tag_1xr2t_51", l9 = "_titular_1xr2t_68", d9 = "_small_1xr2t_81", u9 = "_figure_1xr2t_87", m9 = "_backDrop_1xr2t_92", h9 = "_backDropAux_1xr2t_100", Qt = {
13063
+ container: n9,
13064
+ playStyled: s9,
13065
+ imageStyled: a9,
13066
+ longer: o9,
13067
+ contentNews: i9,
13068
+ tagContent: r9,
13069
+ tag: c9,
13070
+ titular: l9,
13071
+ small: d9,
13072
+ figure: u9,
13073
+ backDrop: m9,
13074
+ backDropAux: h9
13075
13075
  }, Ma = async (e) => {
13076
13076
  const { size: t = "longer", video: n } = e, a = n.main.image.sizes[0]?.url ?? "";
13077
13077
  return /* @__PURE__ */ s("figure", { className: Qt.figure, children: /* @__PURE__ */ f("span", { className: Qt.backdrop, children: [
@@ -13104,7 +13104,7 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13104
13104
  )
13105
13105
  ] }) })
13106
13106
  ] }) });
13107
- }, f3 = (e) => {
13107
+ }, f9 = (e) => {
13108
13108
  const { videos: t } = e;
13109
13109
  return /* @__PURE__ */ s("div", { className: Da.content, children: /* @__PURE__ */ s(Kt, { children: /* @__PURE__ */ s(ye, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: Da.videoContent, children: [
13110
13110
  /* @__PURE__ */ s(Ma, { video: t[0] }),
@@ -13117,19 +13117,19 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13117
13117
  `video-small-${a}`
13118
13118
  )) })
13119
13119
  ] }) }) }) });
13120
- }, g3 = "_content_quk50_1", p3 = "_videoContent_quk50_17", A3 = "_articleSection_quk50_41", w3 = "_contentLatout_quk50_61", y3 = "_title_quk50_71", v3 = "_article_quk50_41", b3 = "_correspondent_quk50_127", ht = {
13121
- content: g3,
13122
- videoContent: p3,
13123
- articleSection: A3,
13124
- contentLatout: w3,
13125
- title: y3,
13126
- article: v3,
13127
- correspondent: b3
13128
- }, _3 = "_container_17w1m_1", C3 = "_playStyled_17w1m_17", ja = {
13129
- container: _3,
13130
- playStyled: C3
13131
- }, S3 = (e) => {
13132
- const { video: t } = e, n = qs();
13120
+ }, g9 = "_content_ruy5q_1", p9 = "_videoContent_ruy5q_9", A9 = "_articleSection_ruy5q_21", w9 = "_contentLatout_ruy5q_31", y9 = "_title_ruy5q_36", v9 = "_article_ruy5q_21", b9 = "_correspondent_ruy5q_64", ht = {
13121
+ content: g9,
13122
+ videoContent: p9,
13123
+ articleSection: A9,
13124
+ contentLatout: w9,
13125
+ title: y9,
13126
+ article: v9,
13127
+ correspondent: b9
13128
+ }, _9 = "_container_1rq2h_1", C9 = "_playStyled_1rq2h_9", ja = {
13129
+ container: _9,
13130
+ playStyled: C9
13131
+ }, S9 = (e) => {
13132
+ const { video: t } = e, n = Bs();
13133
13133
  return /* @__PURE__ */ s(
13134
13134
  R,
13135
13135
  {
@@ -13137,7 +13137,7 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13137
13137
  target: t.info.link.target,
13138
13138
  children: /* @__PURE__ */ f("section", { className: ja.container, children: [
13139
13139
  /* @__PURE__ */ s(
13140
- qe,
13140
+ Be,
13141
13141
  {
13142
13142
  isLarge: !0,
13143
13143
  preview: {
@@ -13150,12 +13150,12 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13150
13150
  ] })
13151
13151
  }
13152
13152
  );
13153
- }, N3 = (e) => {
13153
+ }, N9 = (e) => {
13154
13154
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${He(
13155
13155
  e.video.info.date.created
13156
13156
  )}` : e?.video.main.author;
13157
13157
  return /* @__PURE__ */ s("div", { className: ht.content, children: /* @__PURE__ */ s(Kt, { className: ht.contentLatout, children: /* @__PURE__ */ s(ye, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: ht.videoContent, children: [
13158
- /* @__PURE__ */ s(S3, { video: e.video }),
13158
+ /* @__PURE__ */ s(S9, { video: e.video }),
13159
13159
  /* @__PURE__ */ f("div", { className: ht.articleSection, children: [
13160
13160
  /* @__PURE__ */ s(
13161
13161
  R,
@@ -13170,17 +13170,17 @@ const e3 = "_content_ghncj_1", t3 = "_videoContent_ghncj_17", Da = {
13170
13170
  /* @__PURE__ */ s("p", { className: ht.correspondent, children: t() })
13171
13171
  ] })
13172
13172
  ] }) }) }) });
13173
- }, P5 = (e) => {
13173
+ }, P6 = (e) => {
13174
13174
  switch (e.option) {
13175
13175
  case "op1":
13176
- return /* @__PURE__ */ s(f3, { videos: e.data });
13176
+ return /* @__PURE__ */ s(f9, { videos: e.data });
13177
13177
  case "op2":
13178
- return /* @__PURE__ */ s(N3, { video: e.data[0] });
13178
+ return /* @__PURE__ */ s(N9, { video: e.data[0] });
13179
13179
  default:
13180
13180
  return /* @__PURE__ */ s(Z, {});
13181
13181
  }
13182
13182
  };
13183
- function O5({ containerId: e, containerId2: t }) {
13183
+ function O6({ containerId: e, containerId2: t }) {
13184
13184
  return Qe(() => {
13185
13185
  try {
13186
13186
  let n = function() {
@@ -13216,7 +13216,7 @@ function O5({ containerId: e, containerId2: t }) {
13216
13216
  }
13217
13217
  }, [e]), null;
13218
13218
  }
13219
- const I3 = (e) => {
13219
+ const I9 = (e) => {
13220
13220
  const {
13221
13221
  //rounded = false,
13222
13222
  isVideo: t = !1,
@@ -13280,7 +13280,7 @@ const I3 = (e) => {
13280
13280
  ] })
13281
13281
  ] })
13282
13282
  ] }) });
13283
- }, E3 = (e) => /* @__PURE__ */ s(
13283
+ }, E9 = (e) => /* @__PURE__ */ s(
13284
13284
  "svg",
13285
13285
  {
13286
13286
  width: "41",
@@ -13297,7 +13297,7 @@ const I3 = (e) => {
13297
13297
  }
13298
13298
  )
13299
13299
  }
13300
- ), T3 = {
13300
+ ), T9 = {
13301
13301
  info: {
13302
13302
  section: {
13303
13303
  name: "",
@@ -13354,7 +13354,7 @@ const I3 = (e) => {
13354
13354
  }
13355
13355
  ],
13356
13356
  preview: void 0
13357
- }, x3 = ({
13357
+ }, k9 = ({
13358
13358
  section: e,
13359
13359
  internalPath: t,
13360
13360
  banner: n,
@@ -13364,7 +13364,7 @@ const I3 = (e) => {
13364
13364
  fetchConfig: r,
13365
13365
  paths: c
13366
13366
  }) => {
13367
- const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = J({ data: Array.from({ length: u }, () => T3) }), [m, h] = J(!1), p = fe(async () => {
13367
+ const u = i.FETCH_SIZE_MORE_NEWS ?? 6, [l, d] = J({ data: Array.from({ length: u }, () => T9) }), [m, h] = J(!1), p = fe(async () => {
13368
13368
  if (!t) return;
13369
13369
  const w = new URLSearchParams({
13370
13370
  section: e,
@@ -13427,7 +13427,7 @@ const I3 = (e) => {
13427
13427
  return Qe(() => {
13428
13428
  a && A();
13429
13429
  }, [a, A]), !l?.data || l.data.length === 0 ? null : /* @__PURE__ */ s(
13430
- k3,
13430
+ x9,
13431
13431
  {
13432
13432
  news: l.data,
13433
13433
  title: "Más Noticias",
@@ -13441,7 +13441,7 @@ const I3 = (e) => {
13441
13441
  isVisible: a
13442
13442
  }
13443
13443
  );
13444
- }, k3 = (e) => {
13444
+ }, x9 = (e) => {
13445
13445
  const { news: t, hasLines: n = !1, API_ENV: a } = e, o = (i) => n && (i + 1) % 3 !== 0 ? As.contentSeparator : "";
13446
13446
  return /* @__PURE__ */ s(
13447
13447
  "div",
@@ -13478,7 +13478,7 @@ const I3 = (e) => {
13478
13478
  "aria-label": c?.title?.section ?? "nota",
13479
13479
  target: l?.link?.target,
13480
13480
  children: /* @__PURE__ */ s(
13481
- I3,
13481
+ I9,
13482
13482
  {
13483
13483
  isVisible: e.isVisible,
13484
13484
  preview: d,
@@ -13492,7 +13492,7 @@ const I3 = (e) => {
13492
13492
  }
13493
13493
  ),
13494
13494
  /* @__PURE__ */ s("div", { className: zt.newsDescription, children: /* @__PURE__ */ s(
13495
- U3,
13495
+ U9,
13496
13496
  {
13497
13497
  main: c,
13498
13498
  SHOW_TAG_BY_SECTION: a.SHOW_TAG_BY_SECTION,
@@ -13516,7 +13516,7 @@ const I3 = (e) => {
13516
13516
  })
13517
13517
  }
13518
13518
  );
13519
- }, U3 = (e) => {
13519
+ }, U9 = (e) => {
13520
13520
  const { share: t = !1, cutSubtitle: n = !0, SHOW_TAG_BY_SECTION: a, keywords: o, info: i } = e, c = (() => {
13521
13521
  if (!e?.authors || e.authors.length === 0) return "";
13522
13522
  const d = e.authors[0], m = He(e.info?.date?.modified, e.DATE_CONFIG);
@@ -13555,7 +13555,7 @@ const I3 = (e) => {
13555
13555
  return null;
13556
13556
  };
13557
13557
  return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
13558
- t && /* @__PURE__ */ s(E3, { className: se.dotStyles }),
13558
+ t && /* @__PURE__ */ s(E9, { className: se.dotStyles }),
13559
13559
  /* @__PURE__ */ s(l, {}),
13560
13560
  /* @__PURE__ */ s("h2", { className: se.articule, children: /* @__PURE__ */ s(
13561
13561
  R,
@@ -13592,7 +13592,7 @@ const I3 = (e) => {
13592
13592
  }
13593
13593
  ) : /* @__PURE__ */ s("div", { className: se.correspondent, children: c }) })
13594
13594
  ] });
13595
- }, L3 = ({
13595
+ }, L9 = ({
13596
13596
  user: e,
13597
13597
  handleLogout: t,
13598
13598
  message: n
@@ -13631,25 +13631,25 @@ const I3 = (e) => {
13631
13631
  /* @__PURE__ */ s("p", { className: "comment-text", children: n })
13632
13632
  ] })
13633
13633
  ] }) });
13634
- }, R3 = "_overlay_1ng7z_5", q3 = "_popup_1ng7z_33", B3 = "_title_1ng7z_79", P3 = "_optionsContainer_1ng7z_103", O3 = "_option_1ng7z_103", D3 = "_radioInput_1ng7z_131", M3 = "_radioCustom_1ng7z_139", j3 = "_optionLabel_1ng7z_193", G3 = "_buttons_1ng7z_219", Q3 = "_cancelButton_1ng7z_233", H3 = "_closeButton_1ng7z_235", z3 = "_buttonAlone_1ng7z_273", F3 = "_reportButton_1ng7z_285", $3 = "_successContainer_1ng7z_325", V3 = "_thumbsUp_1ng7z_341", W3 = "_successMessage_1ng7z_353", Y3 = "_errorMessage_1ng7z_435", K3 = "_loadingContainer_1ng7z_461", Ae = {
13635
- overlay: R3,
13636
- popup: q3,
13637
- title: B3,
13638
- optionsContainer: P3,
13639
- option: O3,
13640
- radioInput: D3,
13641
- radioCustom: M3,
13642
- optionLabel: j3,
13643
- buttons: G3,
13644
- cancelButton: Q3,
13645
- closeButton: H3,
13646
- buttonAlone: z3,
13647
- reportButton: F3,
13648
- successContainer: $3,
13649
- thumbsUp: V3,
13650
- successMessage: W3,
13651
- errorMessage: Y3,
13652
- loadingContainer: K3
13634
+ }, R9 = "_overlay_qj491_3", B9 = "_popup_qj491_17", q9 = "_title_qj491_40", P9 = "_optionsContainer_qj491_52", O9 = "_option_qj491_52", D9 = "_radioInput_qj491_66", M9 = "_radioCustom_qj491_70", j9 = "_optionLabel_qj491_97", G9 = "_buttons_qj491_110", Q9 = "_cancelButton_qj491_117", H9 = "_closeButton_qj491_118", z9 = "_buttonAlone_qj491_137", F9 = "_reportButton_qj491_143", $9 = "_successContainer_qj491_163", V9 = "_thumbsUp_qj491_171", W9 = "_successMessage_qj491_177", Y9 = "_errorMessage_qj491_218", K9 = "_loadingContainer_qj491_231", Ae = {
13635
+ overlay: R9,
13636
+ popup: B9,
13637
+ title: q9,
13638
+ optionsContainer: P9,
13639
+ option: O9,
13640
+ radioInput: D9,
13641
+ radioCustom: M9,
13642
+ optionLabel: j9,
13643
+ buttons: G9,
13644
+ cancelButton: Q9,
13645
+ closeButton: H9,
13646
+ buttonAlone: z9,
13647
+ reportButton: F9,
13648
+ successContainer: $9,
13649
+ thumbsUp: V9,
13650
+ successMessage: W9,
13651
+ errorMessage: Y9,
13652
+ loadingContainer: K9
13653
13653
  }, Yo = async (e, t) => {
13654
13654
  if (!e) return !1;
13655
13655
  const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: a, COMMENTS_CAPTCHA_API_KEY: o } = t;
@@ -13672,7 +13672,7 @@ const I3 = (e) => {
13672
13672
  return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
13673
13673
  }
13674
13674
  };
13675
- async function D5({
13675
+ async function D6({
13676
13676
  publication: e,
13677
13677
  username: t,
13678
13678
  id: n,
@@ -13743,12 +13743,12 @@ const Ze = {
13743
13743
  intellectual: "Violación de propiedad intelectual",
13744
13744
  bullying: "Bullying o acoso"
13745
13745
  };
13746
- function M5(e) {
13746
+ function M6(e) {
13747
13747
  return Ze[e];
13748
13748
  }
13749
13749
  var un = { exports: {} }, mn = { exports: {} }, ae = {};
13750
13750
  var Ga;
13751
- function J3() {
13751
+ function J9() {
13752
13752
  if (Ga) return ae;
13753
13753
  Ga = 1;
13754
13754
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, r = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, y = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
@@ -13815,19 +13815,19 @@ function J3() {
13815
13815
  }
13816
13816
  var oe = {};
13817
13817
  var Qa;
13818
- function Z3() {
13818
+ function Z9() {
13819
13819
  return Qa || (Qa = 1, process.env.NODE_ENV !== "production" && (function() {
13820
13820
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, r = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, w = e ? Symbol.for("react.fundamental") : 60117, y = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
13821
- function _(q) {
13822
- return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
13823
- q === a || q === l || q === i || q === o || q === m || q === h || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === p || q.$$typeof === r || q.$$typeof === c || q.$$typeof === d || q.$$typeof === w || q.$$typeof === y || q.$$typeof === S || q.$$typeof === A);
13821
+ function _(B) {
13822
+ return typeof B == "string" || typeof B == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
13823
+ B === a || B === l || B === i || B === o || B === m || B === h || typeof B == "object" && B !== null && (B.$$typeof === g || B.$$typeof === p || B.$$typeof === r || B.$$typeof === c || B.$$typeof === d || B.$$typeof === w || B.$$typeof === y || B.$$typeof === S || B.$$typeof === A);
13824
13824
  }
13825
- function I(q) {
13826
- if (typeof q == "object" && q !== null) {
13827
- var _e = q.$$typeof;
13825
+ function I(B) {
13826
+ if (typeof B == "object" && B !== null) {
13827
+ var _e = B.$$typeof;
13828
13828
  switch (_e) {
13829
13829
  case t:
13830
- var Jt = q.type;
13830
+ var Jt = B.type;
13831
13831
  switch (Jt) {
13832
13832
  case u:
13833
13833
  case l:
@@ -13854,55 +13854,55 @@ function Z3() {
13854
13854
  }
13855
13855
  }
13856
13856
  }
13857
- var b = u, E = l, O = c, G = r, Y = t, Q = d, B = a, ne = g, ue = p, M = n, U = i, T = o, D = m, x = !1;
13858
- function z(q) {
13859
- return x || (x = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(q) || I(q) === u;
13857
+ var b = u, E = l, O = c, G = r, Y = t, Q = d, q = a, ne = g, ue = p, M = n, U = i, T = o, D = m, k = !1;
13858
+ function z(B) {
13859
+ return k || (k = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(B) || I(B) === u;
13860
13860
  }
13861
- function v(q) {
13862
- return I(q) === l;
13861
+ function v(B) {
13862
+ return I(B) === l;
13863
13863
  }
13864
- function N(q) {
13865
- return I(q) === c;
13864
+ function N(B) {
13865
+ return I(B) === c;
13866
13866
  }
13867
- function L(q) {
13868
- return I(q) === r;
13867
+ function L(B) {
13868
+ return I(B) === r;
13869
13869
  }
13870
- function j(q) {
13871
- return typeof q == "object" && q !== null && q.$$typeof === t;
13870
+ function j(B) {
13871
+ return typeof B == "object" && B !== null && B.$$typeof === t;
13872
13872
  }
13873
- function P(q) {
13874
- return I(q) === d;
13873
+ function P(B) {
13874
+ return I(B) === d;
13875
13875
  }
13876
- function H(q) {
13877
- return I(q) === a;
13876
+ function H(B) {
13877
+ return I(B) === a;
13878
13878
  }
13879
- function F(q) {
13880
- return I(q) === g;
13879
+ function F(B) {
13880
+ return I(B) === g;
13881
13881
  }
13882
- function V(q) {
13883
- return I(q) === p;
13882
+ function V(B) {
13883
+ return I(B) === p;
13884
13884
  }
13885
- function X(q) {
13886
- return I(q) === n;
13885
+ function X(B) {
13886
+ return I(B) === n;
13887
13887
  }
13888
- function te(q) {
13889
- return I(q) === i;
13888
+ function te(B) {
13889
+ return I(B) === i;
13890
13890
  }
13891
- function W(q) {
13892
- return I(q) === o;
13891
+ function W(B) {
13892
+ return I(B) === o;
13893
13893
  }
13894
- function le(q) {
13895
- return I(q) === m;
13894
+ function le(B) {
13895
+ return I(B) === m;
13896
13896
  }
13897
- oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment = B, oe.Lazy = ne, oe.Memo = ue, oe.Portal = M, oe.Profiler = U, oe.StrictMode = T, oe.Suspense = D, oe.isAsyncMode = z, oe.isConcurrentMode = v, oe.isContextConsumer = N, oe.isContextProvider = L, oe.isElement = j, oe.isForwardRef = P, oe.isFragment = H, oe.isLazy = F, oe.isMemo = V, oe.isPortal = X, oe.isProfiler = te, oe.isStrictMode = W, oe.isSuspense = le, oe.isValidElementType = _, oe.typeOf = I;
13897
+ oe.AsyncMode = b, oe.ConcurrentMode = E, oe.ContextConsumer = O, oe.ContextProvider = G, oe.Element = Y, oe.ForwardRef = Q, oe.Fragment = q, oe.Lazy = ne, oe.Memo = ue, oe.Portal = M, oe.Profiler = U, oe.StrictMode = T, oe.Suspense = D, oe.isAsyncMode = z, oe.isConcurrentMode = v, oe.isContextConsumer = N, oe.isContextProvider = L, oe.isElement = j, oe.isForwardRef = P, oe.isFragment = H, oe.isLazy = F, oe.isMemo = V, oe.isPortal = X, oe.isProfiler = te, oe.isStrictMode = W, oe.isSuspense = le, oe.isValidElementType = _, oe.typeOf = I;
13898
13898
  })()), oe;
13899
13899
  }
13900
13900
  var Ha;
13901
13901
  function Gs() {
13902
- return Ha || (Ha = 1, process.env.NODE_ENV === "production" ? mn.exports = J3() : mn.exports = Z3()), mn.exports;
13902
+ return Ha || (Ha = 1, process.env.NODE_ENV === "production" ? mn.exports = J9() : mn.exports = Z9()), mn.exports;
13903
13903
  }
13904
13904
  var as, za;
13905
- function X3() {
13905
+ function X9() {
13906
13906
  if (za) return as;
13907
13907
  za = 1;
13908
13908
  var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
@@ -13959,7 +13959,7 @@ function Ko() {
13959
13959
  return $a || ($a = 1, is = Function.call.bind(Object.prototype.hasOwnProperty)), is;
13960
13960
  }
13961
13961
  var rs, Va;
13962
- function e9() {
13962
+ function e3() {
13963
13963
  if (Va) return rs;
13964
13964
  Va = 1;
13965
13965
  var e = function() {
@@ -14008,10 +14008,10 @@ function e9() {
14008
14008
  }, rs = o, rs;
14009
14009
  }
14010
14010
  var cs, Wa;
14011
- function t9() {
14011
+ function t3() {
14012
14012
  if (Wa) return cs;
14013
14013
  Wa = 1;
14014
- var e = Gs(), t = X3(), n = /* @__PURE__ */ Qs(), a = /* @__PURE__ */ Ko(), o = /* @__PURE__ */ e9(), i = function() {
14014
+ var e = Gs(), t = X9(), n = /* @__PURE__ */ Qs(), a = /* @__PURE__ */ Ko(), o = /* @__PURE__ */ e3(), i = function() {
14015
14015
  };
14016
14016
  process.env.NODE_ENV !== "production" && (i = function(c) {
14017
14017
  var u = "Warning: " + c;
@@ -14065,10 +14065,10 @@ function t9() {
14065
14065
  function j(H, F, V, X, te, W, le) {
14066
14066
  if (X = X || h, W = W || V, le !== n) {
14067
14067
  if (u) {
14068
- var q = new Error(
14068
+ var B = new Error(
14069
14069
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
14070
14070
  );
14071
- throw q.name = "Invariant Violation", q;
14071
+ throw B.name = "Invariant Violation", B;
14072
14072
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
14073
14073
  var _e = X + ":" + V;
14074
14074
  !N[_e] && // Avoid spamming the console because they are often not actionable except for lib authors
@@ -14158,9 +14158,9 @@ function t9() {
14158
14158
  for (var V = L[j], X = 0; X < v.length; X++)
14159
14159
  if (g(V, v[X]))
14160
14160
  return null;
14161
- var te = JSON.stringify(v, function(le, q) {
14162
- var _e = D(q);
14163
- return _e === "symbol" ? String(q) : q;
14161
+ var te = JSON.stringify(v, function(le, B) {
14162
+ var _e = D(B);
14163
+ return _e === "symbol" ? String(B) : B;
14164
14164
  });
14165
14165
  return new A("Invalid " + H + " `" + F + "` of value `" + String(V) + "` " + ("supplied to `" + P + "`, expected one of " + te + "."));
14166
14166
  }
@@ -14190,15 +14190,15 @@ function t9() {
14190
14190
  var L = v[N];
14191
14191
  if (typeof L != "function")
14192
14192
  return i(
14193
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + x(L) + " at index " + N + "."
14193
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + k(L) + " at index " + N + "."
14194
14194
  ), r;
14195
14195
  }
14196
14196
  function j(P, H, F, V, X) {
14197
14197
  for (var te = [], W = 0; W < v.length; W++) {
14198
- var le = v[W], q = le(P, H, F, V, X, n);
14199
- if (q == null)
14198
+ var le = v[W], B = le(P, H, F, V, X, n);
14199
+ if (B == null)
14200
14200
  return null;
14201
- q.data && a(q.data, "expectedType") && te.push(q.data.expectedType);
14201
+ B.data && a(B.data, "expectedType") && te.push(B.data.expectedType);
14202
14202
  }
14203
14203
  var _e = te.length > 0 ? ", expected one of type [" + te.join(", ") + "]" : "";
14204
14204
  return new A("Invalid " + V + " `" + X + "` supplied to " + ("`" + F + "`" + _e + "."));
@@ -14211,7 +14211,7 @@ function t9() {
14211
14211
  }
14212
14212
  return w(v);
14213
14213
  }
14214
- function B(v, N, L, j, P) {
14214
+ function q(v, N, L, j, P) {
14215
14215
  return new A(
14216
14216
  (v || "React class") + ": " + N + " type `" + L + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + P + "`."
14217
14217
  );
@@ -14224,7 +14224,7 @@ function t9() {
14224
14224
  for (var te in v) {
14225
14225
  var W = v[te];
14226
14226
  if (typeof W != "function")
14227
- return B(P, H, F, te, D(W));
14227
+ return q(P, H, F, te, D(W));
14228
14228
  var le = W(V, te, P, H, F + "." + te, n);
14229
14229
  if (le)
14230
14230
  return le;
@@ -14242,15 +14242,15 @@ function t9() {
14242
14242
  for (var W in te) {
14243
14243
  var le = v[W];
14244
14244
  if (a(v, W) && typeof le != "function")
14245
- return B(P, H, F, W, D(le));
14245
+ return q(P, H, F, W, D(le));
14246
14246
  if (!le)
14247
14247
  return new A(
14248
14248
  "Invalid " + H + " `" + F + "` key `" + W + "` supplied to `" + P + "`.\nBad object: " + JSON.stringify(L[j], null, " ") + `
14249
14249
  Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
14250
14250
  );
14251
- var q = le(V, W, P, H, F + "." + W, n);
14252
- if (q)
14253
- return q;
14251
+ var B = le(V, W, P, H, F + "." + W, n);
14252
+ if (B)
14253
+ return B;
14254
14254
  }
14255
14255
  return null;
14256
14256
  }
@@ -14308,7 +14308,7 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
14308
14308
  }
14309
14309
  return N;
14310
14310
  }
14311
- function x(v) {
14311
+ function k(v) {
14312
14312
  var N = D(v);
14313
14313
  switch (N) {
14314
14314
  case "array":
@@ -14329,7 +14329,7 @@ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
14329
14329
  }, cs;
14330
14330
  }
14331
14331
  var ls, Ya;
14332
- function n9() {
14332
+ function n3() {
14333
14333
  if (Ya) return ls;
14334
14334
  Ya = 1;
14335
14335
  var e = /* @__PURE__ */ Qs();
@@ -14377,18 +14377,18 @@ function n9() {
14377
14377
  }, ls;
14378
14378
  }
14379
14379
  var Ka;
14380
- function s9() {
14380
+ function s3() {
14381
14381
  if (Ka) return un.exports;
14382
14382
  if (Ka = 1, process.env.NODE_ENV !== "production") {
14383
14383
  var e = Gs(), t = !0;
14384
- un.exports = /* @__PURE__ */ t9()(e.isElement, t);
14384
+ un.exports = /* @__PURE__ */ t3()(e.isElement, t);
14385
14385
  } else
14386
- un.exports = /* @__PURE__ */ n9()();
14386
+ un.exports = /* @__PURE__ */ n3()();
14387
14387
  return un.exports;
14388
14388
  }
14389
- var a9 = /* @__PURE__ */ s9();
14390
- const Ne = /* @__PURE__ */ xt(a9);
14391
- var o9 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
14389
+ var a3 = /* @__PURE__ */ s3();
14390
+ const Ne = /* @__PURE__ */ kt(a3);
14391
+ var o3 = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
14392
14392
  function ys() {
14393
14393
  return ys = Object.assign ? Object.assign.bind() : function(e) {
14394
14394
  for (var t = 1; t < arguments.length; t++) {
@@ -14399,7 +14399,7 @@ function ys() {
14399
14399
  return e;
14400
14400
  }, ys.apply(this, arguments);
14401
14401
  }
14402
- function i9(e, t) {
14402
+ function i3(e, t) {
14403
14403
  if (e == null) return {};
14404
14404
  var n = {}, a = Object.keys(e), o, i;
14405
14405
  for (i = 0; i < a.length; i++)
@@ -14411,7 +14411,7 @@ function hn(e) {
14411
14411
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
14412
14412
  return e;
14413
14413
  }
14414
- function r9(e, t) {
14414
+ function r3(e, t) {
14415
14415
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, vs(e, t);
14416
14416
  }
14417
14417
  function vs(e, t) {
@@ -14420,7 +14420,7 @@ function vs(e, t) {
14420
14420
  }, vs(e, t);
14421
14421
  }
14422
14422
  var Hn = /* @__PURE__ */ (function(e) {
14423
- r9(t, e);
14423
+ r3(t, e);
14424
14424
  function t() {
14425
14425
  var a;
14426
14426
  return a = e.call(this) || this, a.handleExpired = a.handleExpired.bind(hn(a)), a.handleErrored = a.handleErrored.bind(hn(a)), a.handleChange = a.handleChange.bind(hn(a)), a.handleRecaptchaRef = a.handleRecaptchaRef.bind(hn(a)), a;
@@ -14484,7 +14484,7 @@ var Hn = /* @__PURE__ */ (function(e) {
14484
14484
  }, n.render = function() {
14485
14485
  var o = this.props;
14486
14486
  o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
14487
- var i = i9(o, o9);
14487
+ var i = i3(o, o3);
14488
14488
  return /* @__PURE__ */ Fs.createElement("div", ys({}, i, {
14489
14489
  ref: this.handleRecaptchaRef
14490
14490
  }));
@@ -14516,7 +14516,7 @@ Hn.defaultProps = {
14516
14516
  badge: "bottomright"
14517
14517
  };
14518
14518
  var ds, Ja;
14519
- function c9() {
14519
+ function c3() {
14520
14520
  if (Ja) return ds;
14521
14521
  Ja = 1;
14522
14522
  var e = Gs(), t = {
@@ -14581,8 +14581,8 @@ function c9() {
14581
14581
  }
14582
14582
  return ds = p, ds;
14583
14583
  }
14584
- var l9 = c9();
14585
- const d9 = /* @__PURE__ */ xt(l9);
14584
+ var l3 = c3();
14585
+ const d3 = /* @__PURE__ */ kt(l3);
14586
14586
  function bs() {
14587
14587
  return bs = Object.assign || function(e) {
14588
14588
  for (var t = 1; t < arguments.length; t++) {
@@ -14593,28 +14593,28 @@ function bs() {
14593
14593
  return e;
14594
14594
  }, bs.apply(this, arguments);
14595
14595
  }
14596
- function u9(e, t) {
14596
+ function u3(e, t) {
14597
14597
  if (e == null) return {};
14598
14598
  var n = {}, a = Object.keys(e), o, i;
14599
14599
  for (i = 0; i < a.length; i++)
14600
14600
  o = a[i], !(t.indexOf(o) >= 0) && (n[o] = e[o]);
14601
14601
  return n;
14602
14602
  }
14603
- function m9(e, t) {
14603
+ function m3(e, t) {
14604
14604
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
14605
14605
  }
14606
- var De = {}, h9 = 0;
14607
- function f9(e, t) {
14606
+ var De = {}, h3 = 0;
14607
+ function f3(e, t) {
14608
14608
  return t = t || {}, function(a) {
14609
14609
  var o = a.displayName || a.name || "Component", i = /* @__PURE__ */ (function(c) {
14610
- m9(u, c);
14610
+ m3(u, c);
14611
14611
  function u(d, m) {
14612
14612
  var h;
14613
14613
  return h = c.call(this, d, m) || this, h.state = {}, h.__scriptURL = "", h;
14614
14614
  }
14615
14615
  var l = u.prototype;
14616
14616
  return l.asyncScriptLoaderGetScriptLoaderID = function() {
14617
- return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + h9++), this.__scriptLoaderID;
14617
+ return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + h3++), this.__scriptLoaderID;
14618
14618
  }, l.setupScriptURL = function() {
14619
14619
  return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
14620
14620
  }, l.asyncScriptLoaderHandleLoad = function(m) {
@@ -14660,8 +14660,8 @@ function f9(e, t) {
14660
14660
  var E = function(G) {
14661
14661
  if (De[h]) {
14662
14662
  var Y = De[h], Q = Y.observers;
14663
- for (var B in Q)
14664
- G(Q[B]) && delete Q[B];
14663
+ for (var q in Q)
14664
+ G(Q[q]) && delete Q[q];
14665
14665
  }
14666
14666
  };
14667
14667
  w && typeof window < "u" && (window[w] = function() {
@@ -14687,7 +14687,7 @@ function f9(e, t) {
14687
14687
  }, l.render = function() {
14688
14688
  var m = t.globalName, h = this.props;
14689
14689
  h.asyncScriptOnLoad;
14690
- var p = h.forwardedRef, g = u9(h, ["asyncScriptOnLoad", "forwardedRef"]);
14690
+ var p = h.forwardedRef, g = u3(h, ["asyncScriptOnLoad", "forwardedRef"]);
14691
14691
  return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, lt(a, g);
14692
14692
  }, u;
14693
14693
  })(ii), r = Xa(function(c, u) {
@@ -14697,24 +14697,24 @@ function f9(e, t) {
14697
14697
  });
14698
14698
  return r.displayName = "AsyncScriptLoader(" + o + ")", r.propTypes = {
14699
14699
  asyncScriptOnLoad: Ne.func
14700
- }, d9(r, a);
14700
+ }, d3(r, a);
14701
14701
  };
14702
14702
  }
14703
- var _s = "onloadcallback", g9 = "grecaptcha";
14703
+ var _s = "onloadcallback", g3 = "grecaptcha";
14704
14704
  function Cs() {
14705
14705
  return typeof window < "u" && window.recaptchaOptions || {};
14706
14706
  }
14707
- function p9() {
14707
+ function p3() {
14708
14708
  var e = Cs(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
14709
14709
  return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + _s + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + _s + "&render=explicit";
14710
14710
  }
14711
- const Jo = f9(p9, {
14711
+ const Jo = f3(p3, {
14712
14712
  callbackName: _s,
14713
- globalName: g9,
14713
+ globalName: g3,
14714
14714
  attributes: Cs().nonce ? {
14715
14715
  nonce: Cs().nonce
14716
14716
  } : {}
14717
- })(Hn), A9 = ({
14717
+ })(Hn), A3 = ({
14718
14718
  isOpen: e,
14719
14719
  onClose: t,
14720
14720
  commentId: n,
@@ -14777,7 +14777,7 @@ const Jo = f9(p9, {
14777
14777
  c("form"), l(""), m(""), t();
14778
14778
  };
14779
14779
  return !e || !n || !o ? null : /* @__PURE__ */ s("div", { className: Ae.overlay, children: /* @__PURE__ */ f("div", { className: Ae.popup, children: [
14780
- /* @__PURE__ */ s("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ s(qt, {}) }),
14780
+ /* @__PURE__ */ s("button", { className: "close-reply-form", onClick: w, children: /* @__PURE__ */ s(Bt, {}) }),
14781
14781
  /* @__PURE__ */ s("h2", { className: Ae.title, children: "Reportar Abuso" }),
14782
14782
  r === "loading" && /* @__PURE__ */ s("div", { className: Ae.loadingContainer, children: /* @__PURE__ */ s(nt, {}) }),
14783
14783
  r === "form" || r === "loading" ? /* @__PURE__ */ f(Z, { children: [
@@ -14850,7 +14850,7 @@ const Jo = f9(p9, {
14850
14850
  ] })
14851
14851
  ] }) });
14852
14852
  };
14853
- function w9(e) {
14853
+ function w3(e) {
14854
14854
  const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
14855
14855
  return n ? {
14856
14856
  user: {
@@ -14873,7 +14873,7 @@ function Un(e) {
14873
14873
  text: n.text,
14874
14874
  reply: n.reply ? Un({ comments: n.reply }).comments : n.reply
14875
14875
  };
14876
- const { user: a, text: o } = w9(n.text);
14876
+ const { user: a, text: o } = w3(n.text);
14877
14877
  return {
14878
14878
  ...n,
14879
14879
  user: a || !1,
@@ -14899,7 +14899,7 @@ async function Hs({
14899
14899
  }) {
14900
14900
  const { PUBLIC_ENV: l } = u;
14901
14901
  if (l === "prod") {
14902
- const d = await y9({
14902
+ const d = await y3({
14903
14903
  publication: e,
14904
14904
  path: t,
14905
14905
  size: n,
@@ -14919,7 +14919,7 @@ async function Hs({
14919
14919
  return Un(m.data[0]);
14920
14920
  }
14921
14921
  }
14922
- async function y9({
14922
+ async function y3({
14923
14923
  publication: e,
14924
14924
  path: t,
14925
14925
  size: n = 5,
@@ -14971,7 +14971,7 @@ async function y9({
14971
14971
  throw S;
14972
14972
  }
14973
14973
  }
14974
- const v9 = (e, t) => {
14974
+ const v3 = (e, t) => {
14975
14975
  const [n, a] = J(void 0), { PUBLIC_PUBLICATION_ID: o } = t, i = o;
14976
14976
  return Qe(() => {
14977
14977
  if (n) return;
@@ -15192,7 +15192,7 @@ const v9 = (e, t) => {
15192
15192
  } catch (m) {
15193
15193
  return console.error("Error enviando comentario:", m), alert(m.message || "Error al enviar el comentario."), !1;
15194
15194
  }
15195
- }, b9 = ({
15195
+ }, b3 = ({
15196
15196
  replyingTo: e,
15197
15197
  commentRef: t,
15198
15198
  user: n,
@@ -15205,7 +15205,7 @@ const v9 = (e, t) => {
15205
15205
  t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${bt}`), u(!0), i();
15206
15206
  };
15207
15207
  return /* @__PURE__ */ f("div", { className: "comment-form reply-form", children: [
15208
- /* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(qt, {}) }),
15208
+ /* @__PURE__ */ s("button", { className: "close-reply-form", onClick: m, children: /* @__PURE__ */ s(Bt, {}) }),
15209
15209
  /* @__PURE__ */ s(
15210
15210
  ti,
15211
15211
  {
@@ -15248,7 +15248,7 @@ const v9 = (e, t) => {
15248
15248
  }
15249
15249
  )
15250
15250
  ] });
15251
- }, _9 = ({ reply: e, replyingTo: t, user: n, onFlag: a, DATE_CONFIG: o }) => {
15251
+ }, _3 = ({ reply: e, replyingTo: t, user: n, onFlag: a, DATE_CONFIG: o }) => {
15252
15252
  const i = e.text;
15253
15253
  let r = `${tt.firstname} ${tt.lastname ?? ""}`, c = tt.username;
15254
15254
  return e.user && (r = `${e.user.firstname} ${e.user.lastname ?? ""}`, c = e.user.username), /* @__PURE__ */ s("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
@@ -15264,7 +15264,7 @@ const v9 = (e, t) => {
15264
15264
  /* @__PURE__ */ s(ei, { isReply: !0, onFlag: () => a(e.id) })
15265
15265
  ] })
15266
15266
  ] }) });
15267
- }, C9 = ({ comment: e, replyingTo: t, path: n, user: a, handleReplyingTo: o, onFlag: i, API_ENV: r }) => {
15267
+ }, C3 = ({ comment: e, replyingTo: t, path: n, user: a, handleReplyingTo: o, onFlag: i, API_ENV: r }) => {
15268
15268
  const c = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [u, l] = J(c), [d, m] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: h, PUBLIC_X_SECURITY_TOKEN: p } = r, g = e.text, A = Te.useRef(null);
15269
15269
  let w = `${tt.firstname} ${tt.lastname ?? ""}`, y = tt.username;
15270
15270
  e.user && (w = `${e.user.firstname} ${e.user.lastname ?? ""}`, y = e.user.username);
@@ -15290,7 +15290,7 @@ const v9 = (e, t) => {
15290
15290
  }
15291
15291
  ),
15292
15292
  t === e.id && a && /* @__PURE__ */ s(
15293
- b9,
15293
+ b3,
15294
15294
  {
15295
15295
  replyingTo: t,
15296
15296
  commentRef: A,
@@ -15303,7 +15303,7 @@ const v9 = (e, t) => {
15303
15303
  ),
15304
15304
  u.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
15305
15305
  u.reply.map((_) => /* @__PURE__ */ s(
15306
- _9,
15306
+ _3,
15307
15307
  {
15308
15308
  user: a,
15309
15309
  reply: _,
@@ -15345,7 +15345,7 @@ const v9 = (e, t) => {
15345
15345
  ]
15346
15346
  }
15347
15347
  ) });
15348
- }, S9 = ({
15348
+ }, S3 = ({
15349
15349
  commentRef: e,
15350
15350
  user: t,
15351
15351
  path: n,
@@ -15395,7 +15395,7 @@ const v9 = (e, t) => {
15395
15395
  }
15396
15396
  )
15397
15397
  ] });
15398
- }, N9 = ({
15398
+ }, N3 = ({
15399
15399
  isAuthenticated: e,
15400
15400
  path: t,
15401
15401
  user: n,
@@ -15404,7 +15404,7 @@ const v9 = (e, t) => {
15404
15404
  }) => {
15405
15405
  const { PUBLIC_PUBLICATION_ID: i, PUBLIC_X_SECURITY_TOKEN: r } = o, c = i ?? "", u = t.replaceAll("/", "|"), [l, d] = J(
15406
15406
  void 0
15407
- ), [m, h] = J(""), { comments: p, setComments: g } = v9(u, o), [A, w] = Te.useState(!1), y = Te.useRef(null), S = (Y) => {
15407
+ ), [m, h] = J(""), { comments: p, setComments: g } = v3(u, o), [A, w] = Te.useState(!1), y = Te.useRef(null), S = (Y) => {
15408
15408
  h(m === Y ? "" : Y);
15409
15409
  }, _ = (Y) => {
15410
15410
  g(
@@ -15422,7 +15422,7 @@ const v9 = (e, t) => {
15422
15422
  w(!0);
15423
15423
  const Q = Y.id;
15424
15424
  try {
15425
- const B = await Hs({
15425
+ const q = await Hs({
15426
15426
  publication: c,
15427
15427
  path: u ?? "",
15428
15428
  size: 5,
@@ -15434,18 +15434,18 @@ const v9 = (e, t) => {
15434
15434
  API_ENV: o
15435
15435
  });
15436
15436
  g({
15437
- morecomment: B.morecomment ?? !1,
15438
- comments: [...p.comments, ...B.comments]
15437
+ morecomment: q.morecomment ?? !1,
15438
+ comments: [...p.comments, ...q.comments]
15439
15439
  }), w(!1);
15440
- } catch (B) {
15441
- throw w(!1), new Error(`Error al obtener comentarios: ${B}`);
15440
+ } catch (q) {
15441
+ throw w(!1), new Error(`Error al obtener comentarios: ${q}`);
15442
15442
  }
15443
15443
  }, E = p?.comments && p.comments.length > 0, O = E ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", G = /* @__PURE__ */ s("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ s(nt, {}) });
15444
15444
  return /* @__PURE__ */ f(Z, { children: [
15445
15445
  /* @__PURE__ */ s("div", { className: "comments-container", children: /* @__PURE__ */ s(ye, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(Z, { children: [
15446
15446
  e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
15447
15447
  /* @__PURE__ */ s(
15448
- L3,
15448
+ L9,
15449
15449
  {
15450
15450
  user: n,
15451
15451
  handleLogout: a,
@@ -15453,7 +15453,7 @@ const v9 = (e, t) => {
15453
15453
  }
15454
15454
  ),
15455
15455
  /* @__PURE__ */ s(
15456
- S9,
15456
+ S3,
15457
15457
  {
15458
15458
  commentRef: y,
15459
15459
  user: n,
@@ -15470,7 +15470,7 @@ const v9 = (e, t) => {
15470
15470
  "data-isauthenticated": `${e}`,
15471
15471
  children: [
15472
15472
  p.comments.map((Y) => /* @__PURE__ */ s(
15473
- C9,
15473
+ C3,
15474
15474
  {
15475
15475
  comment: Y,
15476
15476
  replyingTo: m,
@@ -15496,7 +15496,7 @@ const v9 = (e, t) => {
15496
15496
  )
15497
15497
  ] }) }) }),
15498
15498
  /* @__PURE__ */ s(
15499
- A9,
15499
+ A3,
15500
15500
  {
15501
15501
  username: n?.username ?? void 0,
15502
15502
  publication: c,
@@ -15508,7 +15508,7 @@ const v9 = (e, t) => {
15508
15508
  )
15509
15509
  ] });
15510
15510
  };
15511
- function I9({
15511
+ function I3({
15512
15512
  isAuthenticated: e,
15513
15513
  setIsAuthenticated: t,
15514
15514
  loginUrl: n,
@@ -15548,7 +15548,7 @@ function I9({
15548
15548
  )
15549
15549
  ] }),
15550
15550
  /* @__PURE__ */ s(
15551
- N9,
15551
+ N3,
15552
15552
  {
15553
15553
  isAuthenticated: e,
15554
15554
  handleLogout: async () => {
@@ -15569,7 +15569,7 @@ function I9({
15569
15569
  )
15570
15570
  ] });
15571
15571
  }
15572
- function E9({
15572
+ function E3({
15573
15573
  isVisible: e,
15574
15574
  path: t,
15575
15575
  icon: n,
@@ -15615,7 +15615,7 @@ function E9({
15615
15615
  }
15616
15616
  );
15617
15617
  return i === null ? h : e ? /* @__PURE__ */ s(
15618
- I9,
15618
+ I3,
15619
15619
  {
15620
15620
  icon: n,
15621
15621
  isAuthenticated: i,
@@ -15629,7 +15629,7 @@ function E9({
15629
15629
  }
15630
15630
  ) : h;
15631
15631
  }
15632
- const j5 = ({
15632
+ const j6 = ({
15633
15633
  render: e,
15634
15634
  internalPath: t,
15635
15635
  section: n,
@@ -15657,7 +15657,7 @@ const j5 = ({
15657
15657
  }, []);
15658
15658
  const p = {
15659
15659
  comment: /* @__PURE__ */ s(
15660
- E9,
15660
+ E3,
15661
15661
  {
15662
15662
  path: t,
15663
15663
  icon: o,
@@ -15667,7 +15667,7 @@ const j5 = ({
15667
15667
  }
15668
15668
  ),
15669
15669
  more: /* @__PURE__ */ s(
15670
- x3,
15670
+ k9,
15671
15671
  {
15672
15672
  section: n,
15673
15673
  internalPath: t,
@@ -15691,7 +15691,7 @@ const j5 = ({
15691
15691
  }
15692
15692
  );
15693
15693
  };
15694
- async function G5({
15694
+ async function G6({
15695
15695
  publication: e,
15696
15696
  path: t,
15697
15697
  username: n,
@@ -15795,7 +15795,7 @@ async function G5({
15795
15795
  };
15796
15796
  }
15797
15797
  }
15798
- const Q5 = async ({
15798
+ const Q6 = async ({
15799
15799
  token: e,
15800
15800
  projectId: t,
15801
15801
  captchaKey: n,
@@ -15831,158 +15831,158 @@ const Q5 = async ({
15831
15831
  };
15832
15832
  export {
15833
15833
  zi as AssetsPreconnect,
15834
- B5 as AutorComponent,
15835
- xu as AutorHeader1,
15834
+ q6 as AutorComponent,
15835
+ ku as AutorHeader1,
15836
15836
  Hu as AutorHeader2,
15837
15837
  be as BannerAdvertising,
15838
15838
  et as BannerAdvertisingMiddle,
15839
- m5 as CarrouselCSR,
15839
+ m6 as CarrouselCSR,
15840
15840
  Lt as CarrouselIRS,
15841
15841
  Qf as CarruselCard,
15842
15842
  Jf as CarruselOpinion,
15843
15843
  ft as CommonServices,
15844
15844
  ri as Comscore,
15845
- x5 as ContactInfoServer,
15846
- w5 as ContactInput,
15847
- y5 as ContactSelect,
15848
- v5 as ContactTextarea,
15845
+ k6 as ContactInfoServer,
15846
+ w6 as ContactInput,
15847
+ y6 as ContactSelect,
15848
+ v6 as ContactTextarea,
15849
15849
  Kt as ContentLayout1,
15850
15850
  Na as ContentLayoutTema,
15851
- L5 as DEBUG_MainSlots,
15851
+ L6 as DEBUG_MainSlots,
15852
15852
  z2 as DestacadoNoticias,
15853
- xf as DestacadoVideos,
15853
+ kf as DestacadoVideos,
15854
15854
  Dc as DynamicBlockServices,
15855
- U5 as DynamicComponents,
15855
+ U6 as DynamicComponents,
15856
15856
  ns as DynamicMainSlot,
15857
- xn as DynamicSlot,
15858
- N5 as EditorialBlock,
15859
- A5 as ErrorComponent,
15857
+ kn as DynamicSlot,
15858
+ N6 as EditorialBlock,
15859
+ A6 as ErrorComponent,
15860
15860
  ar as Font,
15861
- g5 as Footer,
15861
+ g6 as Footer,
15862
15862
  Hi as FormatAfterScripts,
15863
15863
  so as FormatScripts,
15864
15864
  li as GA4,
15865
15865
  di as GTM,
15866
15866
  W0 as GalleryHeader,
15867
- d5 as GenerateBody,
15868
- l5 as GenerateHead,
15869
- _5 as Header,
15867
+ d6 as GenerateBody,
15868
+ l6 as GenerateHead,
15869
+ _6 as Header,
15870
15870
  og as IframeHeader,
15871
15871
  Rl as ImageOffline,
15872
- qe as ImageOnline,
15872
+ Be as ImageOnline,
15873
15873
  Ll as ImageOnlineClient,
15874
- i5 as IssuuServices,
15874
+ i6 as IssuuServices,
15875
15875
  Xi as ItemListSchema,
15876
15876
  Jh as JournalistArticule2,
15877
15877
  o2 as JournalistGroup,
15878
15878
  Mo as LayoutNewsComponent,
15879
- j5 as LazyLoader,
15879
+ j6 as LazyLoader,
15880
15880
  R as LinkComponent,
15881
15881
  cu as LiveBlogHeader,
15882
- u5 as Location,
15882
+ u6 as Location,
15883
15883
  Xp as LoginPopUp,
15884
- G9 as MainComponentServices,
15884
+ G3 as MainComponentServices,
15885
15885
  ui as Marfeel,
15886
15886
  ct as MiddleSection,
15887
15887
  zo as Modulo1x3,
15888
15888
  Gf as Modulo1x3Card,
15889
15889
  bf as Modulo1x4,
15890
15890
  Nf as Modulo1x5,
15891
- I5 as Modulo2Columnas,
15891
+ I6 as Modulo2Columnas,
15892
15892
  wf as Modulo3Columnas,
15893
- E5 as ModuloNewsletter,
15894
- S5 as ModuloOpinion,
15895
- T3 as NewListResponseDataPH,
15893
+ E6 as ModuloNewsletter,
15894
+ S6 as ModuloOpinion,
15895
+ T9 as NewListResponseDataPH,
15896
15896
  er as NewsArticle,
15897
- R5 as NewsComponent,
15897
+ R6 as NewsComponent,
15898
15898
  ps as NewsContent,
15899
15899
  Rt as NewsDescriptionComponent,
15900
15900
  In as NextPrev,
15901
15901
  tr as OrgList,
15902
15902
  Xs as PreloadImages,
15903
15903
  Ze as REPORT_REASONS,
15904
- U9 as ReCaptchaRender,
15905
- Bs as Readest,
15906
- O5 as ScriptHydrator,
15907
- q5 as SearchSection,
15904
+ U3 as ReCaptchaRender,
15905
+ qs as Readest,
15906
+ O6 as ScriptHydrator,
15907
+ B6 as SearchSection,
15908
15908
  ye as Section,
15909
15909
  st as SectionCard,
15910
15910
  Qn as SectionCard2,
15911
15911
  ws as SectionCardServerComponent,
15912
- T5 as SectionServerComponent,
15912
+ T6 as SectionServerComponent,
15913
15913
  va as ShowSection,
15914
15914
  Fo as SocialNetworks,
15915
15915
  Ji as SpeculationRules,
15916
- k5 as StaticSlotWrapper,
15916
+ x6 as StaticSlotWrapper,
15917
15917
  Vl as SubscribeColumn,
15918
15918
  id as SubscribeRow,
15919
- h5 as SubscribeWhatsAppColumn,
15920
- C5 as TagHeader,
15919
+ h6 as SubscribeWhatsAppColumn,
15920
+ C6 as TagHeader,
15921
15921
  Gh as TagSection,
15922
15922
  hu as TimeLine,
15923
- q9 as TrimPathname,
15924
- p5 as VideoBlock3,
15925
- b5 as VideoBlock4,
15923
+ B3 as TrimPathname,
15924
+ p6 as VideoBlock3,
15925
+ b6 as VideoBlock4,
15926
15926
  X0 as VideoEmbeddedHeader,
15927
- P5 as VideoSection,
15927
+ P6 as VideoSection,
15928
15928
  ng as VideoYoutubeHeader,
15929
15929
  sr as VideosSchemas,
15930
15930
  nr as WebsiteList,
15931
- G5 as addComment,
15931
+ G6 as addComment,
15932
15932
  Ns as bannersReplace,
15933
15933
  Ft as becomeVideoObject,
15934
15934
  wt as buildTagUrl,
15935
- f5 as coloringByStrokeSVGs,
15935
+ f6 as coloringByStrokeSVGs,
15936
15936
  Ms as compileStyleProps,
15937
- M9 as createAssessment,
15937
+ M3 as createAssessment,
15938
15938
  ze as cutString,
15939
15939
  ta as decodeApiEnv,
15940
15940
  ea as encodeApiEnv,
15941
- Be as extractMainSlug,
15941
+ qe as extractMainSlug,
15942
15942
  Js as extractRealtedNews,
15943
15943
  He as formatDate,
15944
- L9 as formatDateEdiciones,
15944
+ L3 as formatDateEdiciones,
15945
15945
  Ss as formatDateJournalistArticule,
15946
15946
  Ti as formatDateTimeline,
15947
- Bi as formatNewsMeta,
15947
+ qi as formatNewsMeta,
15948
15948
  $i as formatVideoData,
15949
- c5 as generalGetData,
15949
+ c6 as generalGetData,
15950
15950
  Vo as getCaptchaToken,
15951
- y9 as getComments,
15951
+ y3 as getComments,
15952
15952
  $ as getConfig,
15953
- r5 as getDynamicSlots,
15953
+ r6 as getDynamicSlots,
15954
15954
  Sn as getEnvironmentUrl,
15955
- R9 as getEnvironmentUrlFront,
15956
- O9 as getHydratorPath,
15955
+ R3 as getEnvironmentUrlFront,
15956
+ O3 as getHydratorPath,
15957
15957
  we as getImageUrl,
15958
15958
  Zt as getNextMeta,
15959
15959
  en as getPage,
15960
- qs as getPlayIcon,
15961
- j9 as getPreloadImages,
15960
+ Bs as getPlayIcon,
15961
+ j3 as getPreloadImages,
15962
15962
  Xt as getPrevMeta,
15963
- D9 as getRelatedNewsCarrousel,
15964
- M5 as getReportReasonLabel,
15963
+ D3 as getRelatedNewsCarrousel,
15964
+ M6 as getReportReasonLabel,
15965
15965
  It as getResponse,
15966
- xi as getResponsePromise,
15966
+ ki as getResponsePromise,
15967
15967
  Is as getSchemas,
15968
15968
  ao as getScriptReplaces,
15969
15969
  ir as getSlugs,
15970
- B9 as getTypeOfNews,
15971
- P9 as getVideoRealPath,
15970
+ q3 as getTypeOfNews,
15971
+ P3 as getVideoRealPath,
15972
15972
  Hs as handleGetComments,
15973
- k9 as initLibrary,
15973
+ x3 as initLibrary,
15974
15974
  Mi as metadataToJSX,
15975
15975
  Gc as metadata_defaults,
15976
15976
  to as parseTags,
15977
15977
  Pi as pathnameSplit,
15978
15978
  Ri as processExtractedRelatedNews,
15979
15979
  or as removePages,
15980
- D5 as reportComment,
15980
+ D6 as reportComment,
15981
15981
  r1 as shareButtons,
15982
15982
  Os as socialIcons,
15983
15983
  Yi as speculationRules,
15984
15984
  Wi as speculationRulesHome,
15985
15985
  Oi as urlReplaces,
15986
15986
  Uo as usePlayIcon,
15987
- Q5 as verifyCaptchaTokenEnterprise
15987
+ Q6 as verifyCaptchaTokenEnterprise
15988
15988
  };