sass-template-common 0.0.93 → 0.0.94

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.
@@ -1,4 +1,4 @@
1
- import { jsx as a, jsxs as m, Fragment as j } from "react/jsx-runtime";
1
+ import { jsx as a, jsxs as m, Fragment as Q } from "react/jsx-runtime";
2
2
  import xe, { useState as O, useRef as Ja, useCallback as ae, useEffect as Ee, createElement as ut, forwardRef as Ks, Fragment as on, useMemo as Js } from "react";
3
3
  const Zs = ({ id: e }) => e && /* @__PURE__ */ a(
4
4
  "script",
@@ -24,7 +24,7 @@ const Zs = ({ id: e }) => e && /* @__PURE__ */ a(
24
24
  s[o] = o;
25
25
  }), s;
26
26
  }, [t]);
27
- return e && /* @__PURE__ */ m(j, { children: [
27
+ return e && /* @__PURE__ */ m(Q, { children: [
28
28
  /* @__PURE__ */ a(
29
29
  "script",
30
30
  {
@@ -49,7 +49,7 @@ const Zs = ({ id: e }) => e && /* @__PURE__ */ a(
49
49
  }
50
50
  )
51
51
  ] });
52
- }, n3 = ({ id: e }) => /* @__PURE__ */ m(j, { children: [
52
+ }, n9 = ({ id: e }) => /* @__PURE__ */ m(Q, { children: [
53
53
  /* @__PURE__ */ a(
54
54
  "script",
55
55
  {
@@ -103,8 +103,8 @@ function Za() {
103
103
  return (x <= 0 ? "+" : "-") + N(B, 2, "0") + ":" + N(S, 2, "0");
104
104
  }, m: function q(x, b) {
105
105
  if (x.date() < b.date()) return -q(b, x);
106
- var B = 12 * (b.year() - x.year()) + (b.month() - x.month()), S = x.clone().add(B, h), P = b - S < 0, _ = x.clone().add(B + (P ? -1 : 1), h);
107
- return +(-(B + (b - S) / (P ? S - _ : _ - S)) || 0);
106
+ var B = 12 * (b.year() - x.year()) + (b.month() - x.month()), S = x.clone().add(B, h), P = b - S < 0, v = x.clone().add(B + (P ? -1 : 1), h);
107
+ return +(-(B + (b - S) / (P ? S - v : v - S)) || 0);
108
108
  }, a: function(q) {
109
109
  return q < 0 ? Math.ceil(q) || 0 : Math.floor(q);
110
110
  }, p: function(q) {
@@ -113,30 +113,30 @@ function Za() {
113
113
  return q === void 0;
114
114
  } }, I = "en", E = {};
115
115
  E[I] = k;
116
- var D = "$isDayjsObject", H = function(q) {
117
- return q instanceof z || !(!q || !q[D]);
116
+ var D = "$isDayjsObject", z = function(q) {
117
+ return q instanceof H || !(!q || !q[D]);
118
118
  }, F = function q(x, b, B) {
119
119
  var S;
120
120
  if (!x) return I;
121
121
  if (typeof x == "string") {
122
122
  var P = x.toLowerCase();
123
123
  E[P] && (S = P), b && (E[P] = b, S = P);
124
- var _ = x.split("-");
125
- if (!S && _.length > 1) return q(_[0]);
124
+ var v = x.split("-");
125
+ if (!S && v.length > 1) return q(v[0]);
126
126
  } else {
127
127
  var L = x.name;
128
128
  E[L] = x, S = L;
129
129
  }
130
130
  return !B && S && (I = S), S || !B && I;
131
131
  }, M = function(q, x) {
132
- if (H(q)) return q.clone();
132
+ if (z(q)) return q.clone();
133
133
  var b = typeof x == "object" ? x : {};
134
- return b.date = q, b.args = arguments, new z(b);
134
+ return b.date = q, b.args = arguments, new H(b);
135
135
  }, T = R;
136
- T.l = F, T.i = H, T.w = function(q, x) {
136
+ T.l = F, T.i = z, T.w = function(q, x) {
137
137
  return M(q, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
138
138
  };
139
- var z = (function() {
139
+ var H = (function() {
140
140
  function q(b) {
141
141
  this.$L = F(b.locale, null, !0), this.parse(b), this.$x = this.$x || b.x || {}, this[D] = !0;
142
142
  }
@@ -148,10 +148,10 @@ function Za() {
148
148
  if (T.u(S)) return /* @__PURE__ */ new Date();
149
149
  if (S instanceof Date) return new Date(S);
150
150
  if (typeof S == "string" && !/Z$/i.test(S)) {
151
- var _ = S.match(w);
152
- if (_) {
153
- var L = _[2] - 1 || 0, G = (_[7] || "0").substring(0, 3);
154
- return P ? new Date(Date.UTC(_[1], L, _[3] || 1, _[4] || 0, _[5] || 0, _[6] || 0, G)) : new Date(_[1], L, _[3] || 1, _[4] || 0, _[5] || 0, _[6] || 0, G);
151
+ var v = S.match(w);
152
+ if (v) {
153
+ var L = v[2] - 1 || 0, G = (v[7] || "0").substring(0, 3);
154
+ return P ? new Date(Date.UTC(v[1], L, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G)) : new Date(v[1], L, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G);
155
155
  }
156
156
  }
157
157
  return new Date(S);
@@ -177,19 +177,19 @@ function Za() {
177
177
  }, x.valueOf = function() {
178
178
  return this.$d.getTime();
179
179
  }, x.startOf = function(b, B) {
180
- var S = this, P = !!T.u(B) || B, _ = T.p(b), L = function(Ye, de) {
180
+ var S = this, P = !!T.u(B) || B, v = T.p(b), L = function(Ye, de) {
181
181
  var Ve = T.w(S.$u ? Date.UTC(S.$y, de, Ye) : new Date(S.$y, de, Ye), S);
182
182
  return P ? Ve : Ve.endOf(u);
183
183
  }, G = function(Ye, de) {
184
184
  return T.w(S.toDate()[Ye].apply(S.toDate("s"), (P ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(de)), S);
185
185
  }, W = this.$W, V = this.$M, Z = this.$D, be = "set" + (this.$u ? "UTC" : "");
186
- switch (_) {
186
+ switch (v) {
187
187
  case y:
188
188
  return P ? L(1, 0) : L(31, 11);
189
189
  case h:
190
190
  return P ? L(1, V) : L(0, V + 1);
191
191
  case d:
192
- var _e = this.$locale().weekStart || 0, At = (W < _e ? W + 7 : W) - _e;
192
+ var ve = this.$locale().weekStart || 0, At = (W < ve ? W + 7 : W) - ve;
193
193
  return L(P ? Z - At : Z + (6 - At), V);
194
194
  case u:
195
195
  case g:
@@ -206,7 +206,7 @@ function Za() {
206
206
  }, x.endOf = function(b) {
207
207
  return this.startOf(b, !1);
208
208
  }, x.$set = function(b, B) {
209
- var S, P = T.p(b), _ = "set" + (this.$u ? "UTC" : ""), L = (S = {}, S[u] = _ + "Date", S[g] = _ + "Date", S[h] = _ + "Month", S[y] = _ + "FullYear", S[c] = _ + "Hours", S[l] = _ + "Minutes", S[r] = _ + "Seconds", S[i] = _ + "Milliseconds", S)[P], G = P === u ? this.$D + (B - this.$W) : B;
209
+ var S, P = T.p(b), v = "set" + (this.$u ? "UTC" : ""), L = (S = {}, S[u] = v + "Date", S[g] = v + "Date", S[h] = v + "Month", S[y] = v + "FullYear", S[c] = v + "Hours", S[l] = v + "Minutes", S[r] = v + "Seconds", S[i] = v + "Milliseconds", S)[P], G = P === u ? this.$D + (B - this.$W) : B;
210
210
  if (P === h || P === y) {
211
211
  var W = this.clone().set(g, 1);
212
212
  W.$d[L](G), W.init(), this.$d = W.set(g, Math.min(this.$D, W.daysInMonth())).$d;
@@ -219,22 +219,22 @@ function Za() {
219
219
  }, x.add = function(b, B) {
220
220
  var S, P = this;
221
221
  b = Number(b);
222
- var _ = T.p(B), L = function(V) {
222
+ var v = T.p(B), L = function(V) {
223
223
  var Z = M(P);
224
224
  return T.w(Z.date(Z.date() + Math.round(V * b)), P);
225
225
  };
226
- if (_ === h) return this.set(h, this.$M + b);
227
- if (_ === y) return this.set(y, this.$y + b);
228
- if (_ === u) return L(1);
229
- if (_ === d) return L(7);
230
- var G = (S = {}, S[l] = s, S[c] = o, S[r] = n, S)[_] || 1, W = this.$d.getTime() + b * G;
226
+ if (v === h) return this.set(h, this.$M + b);
227
+ if (v === y) return this.set(y, this.$y + b);
228
+ if (v === u) return L(1);
229
+ if (v === d) return L(7);
230
+ var G = (S = {}, S[l] = s, S[c] = o, S[r] = n, S)[v] || 1, W = this.$d.getTime() + b * G;
231
231
  return T.w(W, this);
232
232
  }, x.subtract = function(b, B) {
233
233
  return this.add(-1 * b, B);
234
234
  }, x.format = function(b) {
235
235
  var B = this, S = this.$locale();
236
236
  if (!this.isValid()) return S.invalidDate || p;
237
- var P = b || "YYYY-MM-DDTHH:mm:ssZ", _ = T.z(this), L = this.$H, G = this.$m, W = this.$M, V = S.weekdays, Z = S.months, be = S.meridiem, _e = function(de, Ve, wt, Pt) {
237
+ var P = b || "YYYY-MM-DDTHH:mm:ssZ", v = T.z(this), L = this.$H, G = this.$m, W = this.$M, V = S.weekdays, Z = S.months, be = S.meridiem, ve = function(de, Ve, wt, Pt) {
238
238
  return de && (de[Ve] || de(B, P)) || wt[Ve].slice(0, Pt);
239
239
  }, At = function(de) {
240
240
  return T.s(L % 12 || 12, de, "0");
@@ -254,9 +254,9 @@ function Za() {
254
254
  case "MM":
255
255
  return T.s(W + 1, 2, "0");
256
256
  case "MMM":
257
- return _e(S.monthsShort, W, Z, 3);
257
+ return ve(S.monthsShort, W, Z, 3);
258
258
  case "MMMM":
259
- return _e(Z, W);
259
+ return ve(Z, W);
260
260
  case "D":
261
261
  return B.$D;
262
262
  case "DD":
@@ -264,9 +264,9 @@ function Za() {
264
264
  case "d":
265
265
  return String(B.$W);
266
266
  case "dd":
267
- return _e(S.weekdaysMin, B.$W, V, 2);
267
+ return ve(S.weekdaysMin, B.$W, V, 2);
268
268
  case "ddd":
269
- return _e(S.weekdaysShort, B.$W, V, 3);
269
+ return ve(S.weekdaysShort, B.$W, V, 3);
270
270
  case "dddd":
271
271
  return V[B.$W];
272
272
  case "H":
@@ -292,16 +292,16 @@ function Za() {
292
292
  case "SSS":
293
293
  return T.s(B.$ms, 3, "0");
294
294
  case "Z":
295
- return _;
295
+ return v;
296
296
  }
297
297
  return null;
298
- })(de) || _.replace(":", "");
298
+ })(de) || v.replace(":", "");
299
299
  }));
300
300
  }, x.utcOffset = function() {
301
301
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
302
302
  }, x.diff = function(b, B, S) {
303
- var P, _ = this, L = T.p(B), G = M(b), W = (G.utcOffset() - this.utcOffset()) * s, V = this - G, Z = function() {
304
- return T.m(_, G);
303
+ var P, v = this, L = T.p(B), G = M(b), W = (G.utcOffset() - this.utcOffset()) * s, V = this - G, Z = function() {
304
+ return T.m(v, G);
305
305
  };
306
306
  switch (L) {
307
307
  case y:
@@ -351,14 +351,14 @@ function Za() {
351
351
  }, x.toString = function() {
352
352
  return this.$d.toUTCString();
353
353
  }, q;
354
- })(), ne = z.prototype;
354
+ })(), ne = H.prototype;
355
355
  return M.prototype = ne, [["$ms", i], ["$s", r], ["$m", l], ["$H", c], ["$W", u], ["$M", h], ["$y", y], ["$D", g]].forEach((function(q) {
356
356
  ne[q[1]] = function(x) {
357
357
  return this.$g(x, q[0], q[1]);
358
358
  };
359
359
  })), M.extend = function(q, x) {
360
- return q.$i || (q(x, z, M), q.$i = !0), M;
361
- }, M.locale = F, M.isDayjs = H, M.unix = function(q) {
360
+ return q.$i || (q(x, H, M), q.$i = !0), M;
361
+ }, M.locale = F, M.isDayjs = z, M.unix = function(q) {
362
362
  return M(1e3 * q);
363
363
  }, M.en = E[I], M.Ls = E, M.p = {}, M;
364
364
  }));
@@ -391,8 +391,8 @@ function oo() {
391
391
  }
392
392
  }
393
393
  if (d) return p;
394
- var H = w ? C.future : C.past;
395
- return typeof H == "function" ? H(p) : H.replace("%s", p);
394
+ var z = w ? C.future : C.past;
395
+ return typeof z == "function" ? z(p) : z.replace("%s", p);
396
396
  }, i.to = function(u, d) {
397
397
  return l(u, d, this, !0);
398
398
  }, i.from = function(u, d) {
@@ -466,8 +466,8 @@ function mo() {
466
466
  I === void 0 && (I = "");
467
467
  var E = I.match(s);
468
468
  if (!E) return null;
469
- var D = ("" + E[0]).match(o) || ["-", 0, 0], H = D[0], F = 60 * +D[1] + +D[2];
470
- return F === 0 ? 0 : H === "+" ? F : -F;
469
+ var D = ("" + E[0]).match(o) || ["-", 0, 0], z = D[0], F = 60 * +D[1] + +D[2];
470
+ return F === 0 ? 0 : z === "+" ? F : -F;
471
471
  })(p), p === null)) return this;
472
472
  var k = Math.abs(p) <= 16 ? 60 * p : p;
473
473
  if (k === 0) return this.utc(w);
@@ -527,8 +527,8 @@ function po() {
527
527
  var C = g[w], k = C.type, N = C.value, R = n[k];
528
528
  R >= 0 && (p[R] = parseInt(N, 10));
529
529
  }
530
- var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000", H = +f;
531
- return (r.utc(D).valueOf() - (H -= H % 1e3)) / 6e4;
530
+ var I = p[3], E = I === 24 ? 0 : I, D = p[0] + "-" + p[1] + "-" + p[2] + " " + E + ":" + p[4] + ":" + p[5] + ":000", z = +f;
531
+ return (r.utc(D).valueOf() - (z -= z % 1e3)) / 6e4;
532
532
  }, d = i.prototype;
533
533
  d.tz = function(f, y) {
534
534
  f === void 0 && (f = l);
@@ -553,10 +553,10 @@ function po() {
553
553
  }, r.tz = function(f, y, g) {
554
554
  var p = g && y, w = g || y || l, C = u(+r(), w);
555
555
  if (typeof f != "string") return r(f).tz(w);
556
- var k = (function(E, D, H) {
557
- var F = E - 60 * D * 1e3, M = u(F, H);
556
+ var k = (function(E, D, z) {
557
+ var F = E - 60 * D * 1e3, M = u(F, z);
558
558
  if (D === M) return [F, D];
559
- var T = u(F -= 60 * (M - D) * 1e3, H);
559
+ var T = u(F -= 60 * (M - D) * 1e3, z);
560
560
  return M === T ? [F, M] : [E - 60 * Math.min(M, T) * 1e3, Math.max(M, T)];
561
561
  })(r.utc(f, p).valueOf(), C, w), N = k[0], R = k[1], I = r(N).utcOffset(R);
562
562
  return I.$x.$timezone = w, I;
@@ -578,7 +578,7 @@ let On = {
578
578
  PUBLIC_API_PATH_VERSION: void 0,
579
579
  PUBLIC_X_SECURITY_TOKEN: "wj5oeACJStV3exBvodMa",
580
580
  PUBLIC_PUBLICATION_ID: "35",
581
- PUBLIC_TAG_TYPE: "21",
581
+ PUBLIC_TAG_TYPE: "27",
582
582
  PUBLIC_ENV: "local",
583
583
  PUBLIC_LNG: "en",
584
584
  PUBLIC_SERVICE_PREFIX: "false",
@@ -593,7 +593,7 @@ let On = {
593
593
  PUBLIC_ASSETS_URL: "false",
594
594
  PUBLIC_BUILD_ID: "123456789"
595
595
  };
596
- function a3(e = {}) {
596
+ function a9(e = {}) {
597
597
  On = { ...On, ...e };
598
598
  }
599
599
  function J() {
@@ -604,11 +604,11 @@ ge.extend(wo);
604
604
  ge.extend(ro);
605
605
  const gn = "America/Mexico_City", { PUBLIC_LNG: yo } = J(), It = yo === "en" ? "en" : "es", Te = (e) => ge.tz(e, gn).locale(It).format("DD MMMM YYYY"), Xa = (e) => ge.tz(e, gn).locale(It).format(
606
606
  It === "en" ? "MMMM DD YYYY [•] HH:mm [hs]" : "DD [de] MMMM YYYY [•] HH:mm [hs]"
607
- ), Co = (e) => ge.tz(e, gn).locale(It).format("MM/DD/YYYY [•] HH:mm [HS]"), s3 = (e) => ge.tz(e, gn).locale(It).format("dddd DD [de] MMMM YYYY"), ye = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
607
+ ), Co = (e) => ge.tz(e, gn).locale(It).format("MM/DD/YYYY [•] HH:mm [HS]"), s9 = (e) => ge.tz(e, gn).locale(It).format("dddd DD [de] MMMM YYYY"), ye = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
608
608
  function bo(e) {
609
609
  return e && e.status === "fulfilled" ? e.value.data : null;
610
610
  }
611
- function _o(e) {
611
+ function vo(e) {
612
612
  return e && e.status === "fulfilled" ? e.value : null;
613
613
  }
614
614
  const Tt = (e, t, n) => ({
@@ -644,7 +644,7 @@ const Tt = (e, t, n) => ({
644
644
  tags: []
645
645
  }
646
646
  });
647
- function o3(e) {
647
+ function o9(e) {
648
648
  const t = [], n = e.match(
649
649
  /<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
650
650
  );
@@ -663,7 +663,7 @@ function o3(e) {
663
663
  const rn = () => {
664
664
  const { PUBLIC_ENV: e, PUBLIC_API_HOST: t, PUBLIC_ASSETS_URL: n } = J();
665
665
  return e == "local" ? t : n !== "false" && n !== "false" ? n : "";
666
- }, vo = () => {
666
+ }, _o = () => {
667
667
  const { PUBLIC_ENV: e, PUBLIC_API_FRONT: t } = J();
668
668
  return e === "local" ? t : "";
669
669
  }, No = (e, t) => {
@@ -856,7 +856,7 @@ const rn = () => {
856
856
  const t = e.banners.find((i) => i.key === e.name);
857
857
  if (!t || !t.show) return null;
858
858
  const n = Wn(t.value || "", e.replaces), s = /<script([^>]*)>([\s\S]*?)<\/script\s*>/gi, o = [...n.matchAll(s)];
859
- return /* @__PURE__ */ a(j, { children: o.map((i, r) => {
859
+ return /* @__PURE__ */ a(Q, { children: o.map((i, r) => {
860
860
  const l = i[1] || "", c = i[2]?.trim() || "", u = l.match(/src=["']([^"']+)["']/i);
861
861
  if (u) {
862
862
  const d = u[1];
@@ -875,7 +875,7 @@ const rn = () => {
875
875
  const t = e.banners.find((o) => o.key === e.name);
876
876
  if (!t || !t.show) return null;
877
877
  const s = Wn(t.value || "", e.replaces).split(/(<script[\s\S]*?<\/script\s*>)/gi);
878
- return /* @__PURE__ */ a(j, { children: s.map((o, i) => {
878
+ return /* @__PURE__ */ a(Q, { children: s.map((o, i) => {
879
879
  const r = o.match(
880
880
  /<script([^>]*)>([\s\S]*?)<\/script\s*>/i
881
881
  );
@@ -902,20 +902,20 @@ const rn = () => {
902
902
  return t.forEach((o, i) => {
903
903
  i > 0 && (s += `/${o}`);
904
904
  }), `${s}/page/${n + 1}`;
905
- }, Qt = (e, t, n) => {
905
+ }, jt = (e, t, n) => {
906
906
  let s = e.siteUrl;
907
907
  return t.forEach((o, i) => {
908
908
  i > 0 && (s += `/${o}`);
909
909
  }), `${s}/page/${n - 1}`;
910
910
  };
911
- function i3(e) {
911
+ function i9(e) {
912
912
  const t = e.length;
913
913
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
914
914
  }
915
915
  const Io = () => {
916
916
  const { PUBLIC_ASSETS_URL: e } = J();
917
917
  return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
918
- }, { PUBLIC_ASSETS_URL: vn } = J(), To = vn && vn !== "false" ? vn : "", ma = ({ images: e }) => /* @__PURE__ */ a(j, { children: e.map(
918
+ }, { PUBLIC_ASSETS_URL: _n } = J(), To = _n && _n !== "false" ? _n : "", ma = ({ images: e }) => /* @__PURE__ */ a(Q, { children: e.map(
919
919
  (t, n) => t.href !== "" && /* @__PURE__ */ a(
920
920
  "link",
921
921
  {
@@ -967,7 +967,7 @@ const Io = () => {
967
967
  ]
968
968
  }
969
969
  };
970
- }, r3 = (e) => {
970
+ }, r9 = (e) => {
971
971
  let t = "";
972
972
  if (e.params.news.match(/.*t[0-9]*.html/g)) {
973
973
  const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", o = s.substring(1, 9), i = s.substring(9, 13);
@@ -985,7 +985,7 @@ const Io = () => {
985
985
  }
986
986
  return e.config.servicePrefix + t;
987
987
  };
988
- function l3(e) {
988
+ function l9(e) {
989
989
  const t = e.split("-"), n = t[t.length - 1]?.split("."), s = n && n[0] ? n[0] : "", o = s.substring(0, 2), i = s.substring(2, 10), r = s.substring(10);
990
990
  return { path: {
991
991
  vy: (c) => `/videos/video-youtube/${ge(i).format(
@@ -1037,7 +1037,7 @@ const Bo = { prerender: [
1037
1037
  ROUTE: s
1038
1038
  }) => {
1039
1039
  let o = [];
1040
- const i = n === "/" || n === "/index.html" ? void 0 : zo(Vo[s]({ pathname: n, config: e })), r = Mo[s] ?? void 0, l = {
1040
+ const i = n === "/" || n === "/index.html" ? void 0 : Ho(Vo[s]({ pathname: n, config: e })), r = Mo[s] ?? void 0, l = {
1041
1041
  newstype: e.newsType,
1042
1042
  publication: "35",
1043
1043
  ...i && r ? { query: `${r}:('${i}')` } : {}
@@ -1102,7 +1102,7 @@ const Oo = async ({
1102
1102
  },
1103
1103
  r
1104
1104
  ));
1105
- }, Qo = ({ config: e, socials: t }) => {
1105
+ }, jo = ({ config: e, socials: t }) => {
1106
1106
  const n = {
1107
1107
  "@context": "https://schema.org",
1108
1108
  "@type": "NewsMediaOrganization",
@@ -1121,7 +1121,7 @@ const Oo = async ({
1121
1121
  dangerouslySetInnerHTML: { __html: JSON.stringify(n) }
1122
1122
  }
1123
1123
  );
1124
- }, jo = ({ config: e }) => {
1124
+ }, Qo = ({ config: e }) => {
1125
1125
  const t = {
1126
1126
  "@context": "https://schema.org",
1127
1127
  "@type": "WebSite",
@@ -1163,7 +1163,7 @@ const Oo = async ({
1163
1163
  } catch (s) {
1164
1164
  return console.error("Error fetching video schemas:", s), null;
1165
1165
  }
1166
- }, Ho = ({ config: e }) => {
1166
+ }, zo = ({ config: e }) => {
1167
1167
  const t = `@font-face {
1168
1168
  font-family: '${e.fontName}';
1169
1169
  font-style: normal;
@@ -1173,7 +1173,7 @@ const Oo = async ({
1173
1173
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
1174
1174
  }
1175
1175
  `;
1176
- return /* @__PURE__ */ a(j, { children: e.useS3Font ? /* @__PURE__ */ m(j, { children: [
1176
+ return /* @__PURE__ */ a(Q, { children: e.useS3Font ? /* @__PURE__ */ m(Q, { children: [
1177
1177
  /* @__PURE__ */ a(
1178
1178
  "link",
1179
1179
  {
@@ -1273,7 +1273,7 @@ const Oo = async ({
1273
1273
  "[tag_replace]": "",
1274
1274
  "[url_replace]": ""
1275
1275
  })
1276
- }, zo = (e) => {
1276
+ }, Ho = (e) => {
1277
1277
  if (e.search("/page/") === -1) return e.replace("/", "");
1278
1278
  const t = e.split("/"), n = t.indexOf("page") - 1;
1279
1279
  return n < 0 ? e : (t[n] ?? "").replace("/", "");
@@ -1292,10 +1292,10 @@ const Oo = async ({
1292
1292
  autor: (e) => e.pathname.split("/autor/")[1] ?? "",
1293
1293
  video: (e) => e.pathname.split("/video/")[1] ?? "",
1294
1294
  videos: (e) => e.pathname.split("/videos/")[1] ?? ""
1295
- }, jt = (e) => {
1295
+ }, Qt = (e) => {
1296
1296
  const t = e.split("/"), n = t[t.length - 1] ?? "1";
1297
1297
  return Number(n) > 0 ? Number(n) : 1;
1298
- }, c3 = (e, t = 2) => {
1298
+ }, c9 = (e, t = 2) => {
1299
1299
  if (!e || e.length === 0) return [];
1300
1300
  const n = [];
1301
1301
  for (let s = 0; s < t; s++) {
@@ -1308,7 +1308,7 @@ const Oo = async ({
1308
1308
  }
1309
1309
  return n;
1310
1310
  };
1311
- class d3 {
1311
+ class d9 {
1312
1312
  exclude = "keywords,gallery,related,relatedexternal,external,customfields";
1313
1313
  config = {};
1314
1314
  imgSizes = {};
@@ -1485,10 +1485,10 @@ function ls(e, t) {
1485
1485
  return null;
1486
1486
  }
1487
1487
  const Ze = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, cs = (e) => !lt(e) && e !== Ze;
1488
- function Qn() {
1488
+ function jn() {
1489
1489
  const { caseless: e, skipUndefined: t } = cs(this) && this || {}, n = {}, s = (o, i) => {
1490
1490
  const r = e && ls(n, i) || i;
1491
- en(n[r]) && en(o) ? n[r] = Qn(n[r], o) : en(o) ? n[r] = Qn({}, o) : mt(o) ? n[r] = o.slice() : (!t || !lt(o)) && (n[r] = o);
1491
+ en(n[r]) && en(o) ? n[r] = jn(n[r], o) : en(o) ? n[r] = jn({}, o) : mt(o) ? n[r] = o.slice() : (!t || !lt(o)) && (n[r] = o);
1492
1492
  };
1493
1493
  for (let o = 0, i = arguments.length; o < i; o++)
1494
1494
  arguments[o] && Rt(arguments[o], s);
@@ -1562,14 +1562,14 @@ const ci = (e, t, n, { allOwnKeys: s } = {}) => (Rt(t, (o, i) => {
1562
1562
  });
1563
1563
  }
1564
1564
  });
1565
- }, _i = (e, t) => {
1565
+ }, vi = (e, t) => {
1566
1566
  const n = {}, s = (o) => {
1567
1567
  o.forEach((i) => {
1568
1568
  n[i] = !0;
1569
1569
  });
1570
1570
  };
1571
1571
  return mt(e) ? s(e) : s(String(e).split(t)), n;
1572
- }, vi = () => {
1572
+ }, _i = () => {
1573
1573
  }, Ni = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
1574
1574
  function Si(e) {
1575
1575
  return !!(e && me(e.append) && e[os] === "FormData" && e[pn]);
@@ -1627,7 +1627,7 @@ const xi = (e) => {
1627
1627
  isTypedArray: gi,
1628
1628
  isFileList: ei,
1629
1629
  forEach: Rt,
1630
- merge: Qn,
1630
+ merge: jn,
1631
1631
  extend: ci,
1632
1632
  trim: li,
1633
1633
  stripBOM: di,
@@ -1645,9 +1645,9 @@ const xi = (e) => {
1645
1645
  // an alias to avoid ESLint no-prototype-builtins detection
1646
1646
  reduceDescriptors: ds,
1647
1647
  freezeMethods: bi,
1648
- toObjectSet: _i,
1648
+ toObjectSet: vi,
1649
1649
  toCamelCase: yi,
1650
- noop: vi,
1650
+ noop: _i,
1651
1651
  toFiniteNumber: Ni,
1652
1652
  findKey: ls,
1653
1653
  global: Ze,
@@ -1660,10 +1660,10 @@ const xi = (e) => {
1660
1660
  asap: Ui,
1661
1661
  isIterable: Ii
1662
1662
  };
1663
- function Q(e, t, n, s, o) {
1663
+ function j(e, t, n, s, o) {
1664
1664
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), o && (this.response = o, this.status = o.status ? o.status : null);
1665
1665
  }
1666
- A.inherits(Q, Error, {
1666
+ A.inherits(j, Error, {
1667
1667
  toJSON: function() {
1668
1668
  return {
1669
1669
  // Standard
@@ -1684,7 +1684,7 @@ A.inherits(Q, Error, {
1684
1684
  };
1685
1685
  }
1686
1686
  });
1687
- const ms = Q.prototype, hs = {};
1687
+ const ms = j.prototype, hs = {};
1688
1688
  [
1689
1689
  "ERR_BAD_OPTION_VALUE",
1690
1690
  "ERR_BAD_OPTION",
@@ -1702,18 +1702,18 @@ const ms = Q.prototype, hs = {};
1702
1702
  ].forEach((e) => {
1703
1703
  hs[e] = { value: e };
1704
1704
  });
1705
- Object.defineProperties(Q, hs);
1705
+ Object.defineProperties(j, hs);
1706
1706
  Object.defineProperty(ms, "isAxiosError", { value: !0 });
1707
- Q.from = (e, t, n, s, o, i) => {
1707
+ j.from = (e, t, n, s, o, i) => {
1708
1708
  const r = Object.create(ms);
1709
1709
  A.toFlatObject(e, r, function(d) {
1710
1710
  return d !== Error.prototype;
1711
1711
  }, (u) => u !== "isAxiosError");
1712
1712
  const l = e && e.message ? e.message : "Error", c = t == null && e ? e.code : t;
1713
- return Q.call(r, l, c, n, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
1713
+ return j.call(r, l, c, n, s, o), e && r.cause == null && Object.defineProperty(r, "cause", { value: e, configurable: !0 }), r.name = e && e.name || "Error", i && Object.assign(r, i), r;
1714
1714
  };
1715
1715
  const Ti = null;
1716
- function jn(e) {
1716
+ function Qn(e) {
1717
1717
  return A.isPlainObject(e) || A.isArray(e);
1718
1718
  }
1719
1719
  function fs(e) {
@@ -1725,7 +1725,7 @@ function fa(e, t, n) {
1725
1725
  }).join(n ? "." : "") : t;
1726
1726
  }
1727
1727
  function qi(e) {
1728
- return A.isArray(e) && !e.some(jn);
1728
+ return A.isArray(e) && !e.some(Qn);
1729
1729
  }
1730
1730
  const Bi = A.toFlatObject(A, {}, null, function(t) {
1731
1731
  return /^is[A-Z]/.test(t);
@@ -1750,7 +1750,7 @@ function yn(e, t, n) {
1750
1750
  if (A.isBoolean(g))
1751
1751
  return g.toString();
1752
1752
  if (!c && A.isBlob(g))
1753
- throw new Q("Blob is not supported. Use a Buffer instead.");
1753
+ throw new j("Blob is not supported. Use a Buffer instead.");
1754
1754
  return A.isArrayBuffer(g) || A.isTypedArray(g) ? c && typeof Blob == "function" ? new Blob([g]) : Buffer.from(g) : g;
1755
1755
  }
1756
1756
  function d(g, p, w) {
@@ -1767,12 +1767,12 @@ function yn(e, t, n) {
1767
1767
  );
1768
1768
  }), !1;
1769
1769
  }
1770
- return jn(g) ? !0 : (t.append(fa(w, p, i), u(g)), !1);
1770
+ return Qn(g) ? !0 : (t.append(fa(w, p, i), u(g)), !1);
1771
1771
  }
1772
1772
  const h = [], f = Object.assign(Bi, {
1773
1773
  defaultVisitor: d,
1774
1774
  convertValue: u,
1775
- isVisitable: jn
1775
+ isVisitable: Qn
1776
1776
  });
1777
1777
  function y(g, p) {
1778
1778
  if (!A.isUndefined(g)) {
@@ -1906,19 +1906,19 @@ const As = {
1906
1906
  Blob: Mi
1907
1907
  },
1908
1908
  protocols: ["http", "https", "file", "blob", "url", "data"]
1909
- }, Jn = typeof window < "u" && typeof document < "u", Gn = typeof navigator == "object" && navigator || void 0, Oi = Jn && (!Gn || ["ReactNative", "NativeScript", "NS"].indexOf(Gn.product) < 0), Qi = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
1910
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ji = Jn && window.location.href || "http://localhost", Gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1909
+ }, Jn = typeof window < "u" && typeof document < "u", Gn = typeof navigator == "object" && navigator || void 0, Oi = Jn && (!Gn || ["ReactNative", "NativeScript", "NS"].indexOf(Gn.product) < 0), ji = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
1910
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Qi = Jn && window.location.href || "http://localhost", Gi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1911
1911
  __proto__: null,
1912
1912
  hasBrowserEnv: Jn,
1913
1913
  hasStandardBrowserEnv: Oi,
1914
- hasStandardBrowserWebWorkerEnv: Qi,
1914
+ hasStandardBrowserWebWorkerEnv: ji,
1915
1915
  navigator: Gn,
1916
- origin: ji
1916
+ origin: Qi
1917
1917
  }, Symbol.toStringTag, { value: "Module" })), se = {
1918
1918
  ...Gi,
1919
1919
  ...Pi
1920
1920
  };
1921
- function Hi(e, t) {
1921
+ function zi(e, t) {
1922
1922
  return yn(e, new se.classes.URLSearchParams(), {
1923
1923
  visitor: function(n, s, o, i) {
1924
1924
  return se.isNode && A.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
@@ -1926,7 +1926,7 @@ function Hi(e, t) {
1926
1926
  ...t
1927
1927
  });
1928
1928
  }
1929
- function zi(e) {
1929
+ function Hi(e) {
1930
1930
  return A.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
1931
1931
  }
1932
1932
  function Vi(e) {
@@ -1948,7 +1948,7 @@ function ws(e) {
1948
1948
  if (A.isFormData(e) && A.isFunction(e.entries)) {
1949
1949
  const n = {};
1950
1950
  return A.forEachEntry(e, (s, o) => {
1951
- t(zi(s), o, n, 0);
1951
+ t(Hi(s), o, n, 0);
1952
1952
  }), n;
1953
1953
  }
1954
1954
  return null;
@@ -1979,7 +1979,7 @@ const Dt = {
1979
1979
  let l;
1980
1980
  if (i) {
1981
1981
  if (s.indexOf("application/x-www-form-urlencoded") > -1)
1982
- return Hi(t, this.formSerializer).toString();
1982
+ return zi(t, this.formSerializer).toString();
1983
1983
  if ((l = A.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
1984
1984
  const c = this.env && this.env.FormData;
1985
1985
  return yn(
@@ -2001,7 +2001,7 @@ const Dt = {
2001
2001
  return JSON.parse(t, this.parseReviver);
2002
2002
  } catch (l) {
2003
2003
  if (r)
2004
- throw l.name === "SyntaxError" ? Q.from(l, Q.ERR_BAD_RESPONSE, this, null, this.response) : l;
2004
+ throw l.name === "SyntaxError" ? j.from(l, j.ERR_BAD_RESPONSE, this, null, this.response) : l;
2005
2005
  }
2006
2006
  }
2007
2007
  return t;
@@ -2244,16 +2244,16 @@ function ys(e) {
2244
2244
  return !!(e && e.__CANCEL__);
2245
2245
  }
2246
2246
  function ht(e, t, n) {
2247
- Q.call(this, e ?? "canceled", Q.ERR_CANCELED, t, n), this.name = "CanceledError";
2247
+ j.call(this, e ?? "canceled", j.ERR_CANCELED, t, n), this.name = "CanceledError";
2248
2248
  }
2249
- A.inherits(ht, Q, {
2249
+ A.inherits(ht, j, {
2250
2250
  __CANCEL__: !0
2251
2251
  });
2252
2252
  function Cs(e, t, n) {
2253
2253
  const s = n.config.validateStatus;
2254
- !n.status || !s || s(n.status) ? e(n) : t(new Q(
2254
+ !n.status || !s || s(n.status) ? e(n) : t(new j(
2255
2255
  "Request failed with status code " + n.status,
2256
- [Q.ERR_BAD_REQUEST, Q.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
2256
+ [j.ERR_BAD_REQUEST, j.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
2257
2257
  n.config,
2258
2258
  n.request,
2259
2259
  n
@@ -2424,7 +2424,7 @@ function et(e, t) {
2424
2424
  A.isUndefined(f) && h !== l || (n[d] = f);
2425
2425
  }), n;
2426
2426
  }
2427
- const _s = (e) => {
2427
+ const vs = (e) => {
2428
2428
  const t = et({}, e);
2429
2429
  let { data: n, withXSRFToken: s, xsrfHeaderName: o, xsrfCookieName: i, headers: r, auth: l } = t;
2430
2430
  if (t.headers = r = he.from(r), t.url = ps(bs(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), l && r.set(
@@ -2447,7 +2447,7 @@ const _s = (e) => {
2447
2447
  return t;
2448
2448
  }, ir = typeof XMLHttpRequest < "u", rr = ir && function(e) {
2449
2449
  return new Promise(function(n, s) {
2450
- const o = _s(e);
2450
+ const o = vs(e);
2451
2451
  let i = o.data;
2452
2452
  const r = he.from(o.headers).normalize();
2453
2453
  let { responseType: l, onUploadProgress: c, onDownloadProgress: u } = o, d, h, f, y, g;
@@ -2478,16 +2478,16 @@ const _s = (e) => {
2478
2478
  "onloadend" in w ? w.onloadend = C : w.onreadystatechange = function() {
2479
2479
  !w || w.readyState !== 4 || w.status === 0 && !(w.responseURL && w.responseURL.indexOf("file:") === 0) || setTimeout(C);
2480
2480
  }, w.onabort = function() {
2481
- w && (s(new Q("Request aborted", Q.ECONNABORTED, e, w)), w = null);
2481
+ w && (s(new j("Request aborted", j.ECONNABORTED, e, w)), w = null);
2482
2482
  }, w.onerror = function(R) {
2483
- const I = R && R.message ? R.message : "Network Error", E = new Q(I, Q.ERR_NETWORK, e, w);
2483
+ const I = R && R.message ? R.message : "Network Error", E = new j(I, j.ERR_NETWORK, e, w);
2484
2484
  E.event = R || null, s(E), w = null;
2485
2485
  }, w.ontimeout = function() {
2486
2486
  let R = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
2487
2487
  const I = o.transitional || As;
2488
- o.timeoutErrorMessage && (R = o.timeoutErrorMessage), s(new Q(
2488
+ o.timeoutErrorMessage && (R = o.timeoutErrorMessage), s(new j(
2489
2489
  R,
2490
- I.clarifyTimeoutError ? Q.ETIMEDOUT : Q.ECONNABORTED,
2490
+ I.clarifyTimeoutError ? j.ETIMEDOUT : j.ECONNABORTED,
2491
2491
  e,
2492
2492
  w
2493
2493
  )), w = null;
@@ -2498,7 +2498,7 @@ const _s = (e) => {
2498
2498
  }, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
2499
2499
  const k = Xi(o.url);
2500
2500
  if (k && se.protocols.indexOf(k) === -1) {
2501
- s(new Q("Unsupported protocol " + k + ":", Q.ERR_BAD_REQUEST, e));
2501
+ s(new j("Unsupported protocol " + k + ":", j.ERR_BAD_REQUEST, e));
2502
2502
  return;
2503
2503
  }
2504
2504
  w.send(i || null);
@@ -2511,11 +2511,11 @@ const _s = (e) => {
2511
2511
  if (!o) {
2512
2512
  o = !0, l();
2513
2513
  const d = u instanceof Error ? u : this.reason;
2514
- s.abort(d instanceof Q ? d : new ht(d instanceof Error ? d.message : d));
2514
+ s.abort(d instanceof j ? d : new ht(d instanceof Error ? d.message : d));
2515
2515
  }
2516
2516
  };
2517
2517
  let r = t && setTimeout(() => {
2518
- r = null, i(new Q(`timeout ${t} of ms exceeded`, Q.ETIMEDOUT));
2518
+ r = null, i(new j(`timeout ${t} of ms exceeded`, j.ETIMEDOUT));
2519
2519
  }, t);
2520
2520
  const l = () => {
2521
2521
  e && (r && clearTimeout(r), r = null, e.forEach((u) => {
@@ -2583,11 +2583,11 @@ const _s = (e) => {
2583
2583
  }, {
2584
2584
  highWaterMark: 2
2585
2585
  });
2586
- }, _a = 64 * 1024, { isFunction: Gt } = A, mr = (({ Request: e, Response: t }) => ({
2586
+ }, va = 64 * 1024, { isFunction: Gt } = A, mr = (({ Request: e, Response: t }) => ({
2587
2587
  Request: e,
2588
2588
  Response: t
2589
2589
  }))(A.global), {
2590
- ReadableStream: va,
2590
+ ReadableStream: _a,
2591
2591
  TextEncoder: Na
2592
2592
  } = A.global, Sa = (e, ...t) => {
2593
2593
  try {
@@ -2602,10 +2602,10 @@ const _s = (e) => {
2602
2602
  const { fetch: t, Request: n, Response: s } = e, o = t ? Gt(t) : typeof fetch == "function", i = Gt(n), r = Gt(s);
2603
2603
  if (!o)
2604
2604
  return !1;
2605
- const l = o && Gt(va), c = o && (typeof Na == "function" ? /* @__PURE__ */ ((g) => (p) => g.encode(p))(new Na()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), u = i && l && Sa(() => {
2605
+ const l = o && Gt(_a), c = o && (typeof Na == "function" ? /* @__PURE__ */ ((g) => (p) => g.encode(p))(new Na()) : async (g) => new Uint8Array(await new n(g).arrayBuffer())), u = i && l && Sa(() => {
2606
2606
  let g = !1;
2607
2607
  const p = new n(se.origin, {
2608
- body: new va(),
2608
+ body: new _a(),
2609
2609
  method: "POST",
2610
2610
  get duplex() {
2611
2611
  return g = !0, "half";
@@ -2620,7 +2620,7 @@ const _s = (e) => {
2620
2620
  let C = p && p[g];
2621
2621
  if (C)
2622
2622
  return C.call(p);
2623
- throw new Q(`Response type '${g}' is not supported`, Q.ERR_NOT_SUPPORT, w);
2623
+ throw new j(`Response type '${g}' is not supported`, j.ERR_NOT_SUPPORT, w);
2624
2624
  });
2625
2625
  });
2626
2626
  const f = async (g) => {
@@ -2652,37 +2652,37 @@ const _s = (e) => {
2652
2652
  onDownloadProgress: I,
2653
2653
  onUploadProgress: E,
2654
2654
  responseType: D,
2655
- headers: H,
2655
+ headers: z,
2656
2656
  withCredentials: F = "same-origin",
2657
2657
  fetchOptions: M
2658
- } = _s(g), T = t || fetch;
2658
+ } = vs(g), T = t || fetch;
2659
2659
  D = D ? (D + "").toLowerCase() : "text";
2660
- let z = lr([k, N && N.toAbortSignal()], R), ne = null;
2661
- const q = z && z.unsubscribe && (() => {
2662
- z.unsubscribe();
2660
+ let H = lr([k, N && N.toAbortSignal()], R), ne = null;
2661
+ const q = H && H.unsubscribe && (() => {
2662
+ H.unsubscribe();
2663
2663
  });
2664
2664
  let x;
2665
2665
  try {
2666
- if (E && u && w !== "get" && w !== "head" && (x = await y(H, C)) !== 0) {
2666
+ if (E && u && w !== "get" && w !== "head" && (x = await y(z, C)) !== 0) {
2667
2667
  let L = new n(p, {
2668
2668
  method: "POST",
2669
2669
  body: C,
2670
2670
  duplex: "half"
2671
2671
  }), G;
2672
- if (A.isFormData(C) && (G = L.headers.get("content-type")) && H.setContentType(G), L.body) {
2672
+ if (A.isFormData(C) && (G = L.headers.get("content-type")) && z.setContentType(G), L.body) {
2673
2673
  const [W, V] = wa(
2674
2674
  x,
2675
2675
  ln(ya(E))
2676
2676
  );
2677
- C = ba(L.body, _a, W, V);
2677
+ C = ba(L.body, va, W, V);
2678
2678
  }
2679
2679
  }
2680
2680
  A.isString(F) || (F = F ? "include" : "omit");
2681
2681
  const b = i && "credentials" in n.prototype, B = {
2682
2682
  ...M,
2683
- signal: z,
2683
+ signal: H,
2684
2684
  method: w.toUpperCase(),
2685
- headers: H.normalize().toJSON(),
2685
+ headers: z.normalize().toJSON(),
2686
2686
  body: C,
2687
2687
  duplex: "half",
2688
2688
  credentials: b ? F : void 0
@@ -2700,17 +2700,17 @@ const _s = (e) => {
2700
2700
  ln(ya(I), !0)
2701
2701
  ) || [];
2702
2702
  S = new s(
2703
- ba(S.body, _a, W, () => {
2703
+ ba(S.body, va, W, () => {
2704
2704
  V && V(), q && q();
2705
2705
  }),
2706
2706
  L
2707
2707
  );
2708
2708
  }
2709
2709
  D = D || "text";
2710
- let _ = await h[A.findKey(h, D) || "text"](S, g);
2710
+ let v = await h[A.findKey(h, D) || "text"](S, g);
2711
2711
  return !P && q && q(), await new Promise((L, G) => {
2712
2712
  Cs(L, G, {
2713
- data: _,
2713
+ data: v,
2714
2714
  headers: he.from(S.headers),
2715
2715
  status: S.status,
2716
2716
  statusText: S.statusText,
@@ -2720,14 +2720,14 @@ const _s = (e) => {
2720
2720
  });
2721
2721
  } catch (b) {
2722
2722
  throw q && q(), b && b.name === "TypeError" && /Load failed|fetch/i.test(b.message) ? Object.assign(
2723
- new Q("Network Error", Q.ERR_NETWORK, g, ne),
2723
+ new j("Network Error", j.ERR_NETWORK, g, ne),
2724
2724
  {
2725
2725
  cause: b.cause || b
2726
2726
  }
2727
- ) : Q.from(b, b && b.code, g, ne);
2727
+ ) : j.from(b, b && b.code, g, ne);
2728
2728
  }
2729
2729
  };
2730
- }, fr = /* @__PURE__ */ new Map(), vs = (e) => {
2730
+ }, fr = /* @__PURE__ */ new Map(), _s = (e) => {
2731
2731
  let t = e && e.env || {};
2732
2732
  const { fetch: n, Request: s, Response: o } = t, i = [
2733
2733
  s,
@@ -2739,12 +2739,12 @@ const _s = (e) => {
2739
2739
  c = i[l], u = d.get(c), u === void 0 && d.set(c, u = l ? /* @__PURE__ */ new Map() : hr(t)), d = u;
2740
2740
  return u;
2741
2741
  };
2742
- vs();
2742
+ _s();
2743
2743
  const Zn = {
2744
2744
  http: Ti,
2745
2745
  xhr: rr,
2746
2746
  fetch: {
2747
- get: vs
2747
+ get: _s
2748
2748
  }
2749
2749
  };
2750
2750
  A.forEach(Zn, (e, t) => {
@@ -2766,7 +2766,7 @@ function pr(e, t) {
2766
2766
  s = e[r];
2767
2767
  let l;
2768
2768
  if (o = s, !gr(s) && (o = Zn[(l = String(s)).toLowerCase()], o === void 0))
2769
- throw new Q(`Unknown adapter '${l}'`);
2769
+ throw new j(`Unknown adapter '${l}'`);
2770
2770
  if (o && (A.isFunction(o) || (o = o.get(t))))
2771
2771
  break;
2772
2772
  i[l || "#" + r] = o;
@@ -2778,7 +2778,7 @@ function pr(e, t) {
2778
2778
  let l = n ? r.length > 1 ? `since :
2779
2779
  ` + r.map(xa).join(`
2780
2780
  `) : " " + xa(r[0]) : "as no adapter specified";
2781
- throw new Q(
2781
+ throw new j(
2782
2782
  "There is no suitable adapter to dispatch the request " + l,
2783
2783
  "ERR_NOT_SUPPORT"
2784
2784
  );
@@ -2832,9 +2832,9 @@ Cn.transitional = function(t, n, s) {
2832
2832
  }
2833
2833
  return (i, r, l) => {
2834
2834
  if (t === !1)
2835
- throw new Q(
2835
+ throw new j(
2836
2836
  o(r, " has been removed" + (n ? " in " + n : "")),
2837
- Q.ERR_DEPRECATED
2837
+ j.ERR_DEPRECATED
2838
2838
  );
2839
2839
  return n && !ka[r] && (ka[r] = !0, console.warn(
2840
2840
  o(
@@ -2849,7 +2849,7 @@ Cn.spelling = function(t) {
2849
2849
  };
2850
2850
  function Ar(e, t, n) {
2851
2851
  if (typeof e != "object")
2852
- throw new Q("options must be an object", Q.ERR_BAD_OPTION_VALUE);
2852
+ throw new j("options must be an object", j.ERR_BAD_OPTION_VALUE);
2853
2853
  const s = Object.keys(e);
2854
2854
  let o = s.length;
2855
2855
  for (; o-- > 0; ) {
@@ -2857,11 +2857,11 @@ function Ar(e, t, n) {
2857
2857
  if (r) {
2858
2858
  const l = e[i], c = l === void 0 || r(l, i, e);
2859
2859
  if (c !== !0)
2860
- throw new Q("option " + i + " must be " + c, Q.ERR_BAD_OPTION_VALUE);
2860
+ throw new j("option " + i + " must be " + c, j.ERR_BAD_OPTION_VALUE);
2861
2861
  continue;
2862
2862
  }
2863
2863
  if (n !== !0)
2864
- throw new Q("Unknown option " + i, Q.ERR_BAD_OPTION);
2864
+ throw new j("Unknown option " + i, j.ERR_BAD_OPTION);
2865
2865
  }
2866
2866
  }
2867
2867
  const nn = {
@@ -3073,7 +3073,7 @@ function yr(e) {
3073
3073
  function Cr(e) {
3074
3074
  return A.isObject(e) && e.isAxiosError === !0;
3075
3075
  }
3076
- const Hn = {
3076
+ const zn = {
3077
3077
  Continue: 100,
3078
3078
  SwitchingProtocols: 101,
3079
3079
  Processing: 102,
@@ -3144,8 +3144,8 @@ const Hn = {
3144
3144
  SslHandshakeFailed: 525,
3145
3145
  InvalidSslCertificate: 526
3146
3146
  };
3147
- Object.entries(Hn).forEach(([e, t]) => {
3148
- Hn[t] = e;
3147
+ Object.entries(zn).forEach(([e, t]) => {
3148
+ zn[t] = e;
3149
3149
  });
3150
3150
  function Es(e) {
3151
3151
  const t = new Xe(e), n = ss(Xe.prototype.request, t);
@@ -3160,7 +3160,7 @@ $.CancelToken = wr;
3160
3160
  $.isCancel = ys;
3161
3161
  $.VERSION = Ss;
3162
3162
  $.toFormData = yn;
3163
- $.AxiosError = Q;
3163
+ $.AxiosError = j;
3164
3164
  $.Cancel = $.CanceledError;
3165
3165
  $.all = function(t) {
3166
3166
  return Promise.all(t);
@@ -3171,25 +3171,25 @@ $.mergeConfig = et;
3171
3171
  $.AxiosHeaders = he;
3172
3172
  $.formToJSON = (e) => ws(A.isHTMLForm(e) ? new FormData(e) : e);
3173
3173
  $.getAdapter = Ns.getAdapter;
3174
- $.HttpStatusCode = Hn;
3174
+ $.HttpStatusCode = zn;
3175
3175
  $.default = $;
3176
3176
  const {
3177
- Axios: h3,
3178
- AxiosError: f3,
3179
- CanceledError: g3,
3180
- isCancel: p3,
3181
- CancelToken: A3,
3182
- VERSION: w3,
3183
- all: y3,
3184
- Cancel: C3,
3185
- isAxiosError: b3,
3186
- spread: _3,
3187
- toFormData: v3,
3188
- AxiosHeaders: N3,
3189
- HttpStatusCode: S3,
3190
- formToJSON: x3,
3191
- getAdapter: E3,
3192
- mergeConfig: k3
3177
+ Axios: h9,
3178
+ AxiosError: f9,
3179
+ CanceledError: g9,
3180
+ isCancel: p9,
3181
+ CancelToken: A9,
3182
+ VERSION: w9,
3183
+ all: y9,
3184
+ Cancel: C9,
3185
+ isAxiosError: b9,
3186
+ spread: v9,
3187
+ toFormData: _9,
3188
+ AxiosHeaders: N9,
3189
+ HttpStatusCode: S9,
3190
+ formToJSON: x9,
3191
+ getAdapter: E9,
3192
+ mergeConfig: k9
3193
3193
  } = $;
3194
3194
  class Se {
3195
3195
  constructor(t) {
@@ -3332,7 +3332,7 @@ class br extends Se {
3332
3332
  return { blockSass: n.data.data };
3333
3333
  };
3334
3334
  }
3335
- class U3 {
3335
+ class U9 {
3336
3336
  issuuApi = "https://api.issuu.com/v2";
3337
3337
  api = void 0;
3338
3338
  constructor(t) {
@@ -3368,7 +3368,7 @@ class U3 {
3368
3368
  }
3369
3369
  }
3370
3370
  }
3371
- const I3 = async (e, t, n, s, o, i) => {
3371
+ const I9 = async (e, t, n, s, o, i) => {
3372
3372
  const r = new br({
3373
3373
  config: t,
3374
3374
  imgSizes: n,
@@ -3387,24 +3387,24 @@ const I3 = async (e, t, n, s, o, i) => {
3387
3387
  return (() => {
3388
3388
  const d = {};
3389
3389
  for (let h = 0; h < c.length; h++) {
3390
- const f = _o(
3390
+ const f = vo(
3391
3391
  c[h]
3392
3392
  ), y = "Home_" + (Math.floor(h / i) + 1) + "_" + (Math.floor(h % i) + 1);
3393
3393
  f && (d[y] = { ...f });
3394
3394
  }
3395
3395
  return d;
3396
3396
  })();
3397
- }, _r = (e) => {
3397
+ }, vr = (e) => {
3398
3398
  const t = bo(e);
3399
3399
  return t && t.data ? t.data : t;
3400
- }, T3 = async (e) => {
3400
+ }, T9 = async (e) => {
3401
3401
  const t = await Promise.allSettled(
3402
3402
  Object.values(e).map((o) => o.promise)
3403
3403
  ), n = Object.keys(e), s = {};
3404
3404
  for (const o in e) {
3405
3405
  const i = e[o];
3406
3406
  if (!i) continue;
3407
- const r = i.custom_extractData ?? _r;
3407
+ const r = i.custom_extractData ?? vr;
3408
3408
  s[o] = r(t[n.indexOf(o)]);
3409
3409
  }
3410
3410
  return s;
@@ -3412,7 +3412,7 @@ const I3 = async (e, t, n, s, o, i) => {
3412
3412
  title: e.title,
3413
3413
  description: e.description,
3414
3414
  robots: "noindex"
3415
- }), vr = {
3415
+ }), _r = {
3416
3416
  404: (e) => {
3417
3417
  const { meta: t } = e;
3418
3418
  return ue(t);
@@ -3445,7 +3445,7 @@ const I3 = async (e, t, n, s, o, i) => {
3445
3445
  return o ? { ...t, ...o } : ue(t);
3446
3446
  },
3447
3447
  seccion: async (e) => {
3448
- const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = jt(s), u = Number(n.newsListLimit) ?? 0;
3448
+ const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = Qt(s), u = Number(n.newsListLimit) ?? 0;
3449
3449
  try {
3450
3450
  const d = await i.getNewsListSection({
3451
3451
  section: o,
@@ -3456,7 +3456,7 @@ const I3 = async (e, t, n, s, o, i) => {
3456
3456
  });
3457
3457
  if (!d) return ue(t);
3458
3458
  const h = d.data.data, f = h[0];
3459
- return h.length < u || l.push({ rel: "next", url: Ot(n, r, c) }), c > 1 && l.push({ rel: "prev", url: Qt(n, r, c) }), {
3459
+ return h.length < u || l.push({ rel: "next", url: Ot(n, r, c) }), c > 1 && l.push({ rel: "prev", url: jt(n, r, c) }), {
3460
3460
  ...t,
3461
3461
  title: `Últimas Noticias de ${f.info.section?.name} | ${n.name}`,
3462
3462
  description: `Todas las últimas noticias de ${f.info.section?.name} en ${n.name}`,
@@ -3489,7 +3489,7 @@ const I3 = async (e, t, n, s, o, i) => {
3489
3489
  }
3490
3490
  },
3491
3491
  tema: async (e) => {
3492
- const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = jt(s), u = Number(n.newsListLimit) ?? 0, d = /([t][0-9]{4})\w+/.exec(o || ""), h = d && d?.length > 0 ? d[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
3492
+ const { meta: t, config: n, pathname: s, slug: o } = e, i = new Se(), r = s.split("/"), l = [], c = Qt(s), u = Number(n.newsListLimit) ?? 0, d = /([t][0-9]{4})\w+/.exec(o || ""), h = d && d?.length > 0 ? d[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = J();
3493
3493
  try {
3494
3494
  const y = await i.getNewsListTags({
3495
3495
  tagid: h,
@@ -3506,7 +3506,7 @@ const I3 = async (e, t, n, s, o, i) => {
3506
3506
  url: Ot(n, r, c)
3507
3507
  }), c > 1 && l.push({
3508
3508
  rel: "prev",
3509
- url: Qt(n, r, c)
3509
+ url: jt(n, r, c)
3510
3510
  }), {
3511
3511
  ...t,
3512
3512
  title: `Últimas noticias de ${g.name} | ${n.name}`,
@@ -3565,7 +3565,7 @@ const I3 = async (e, t, n, s, o, i) => {
3565
3565
  }
3566
3566
  },
3567
3567
  videos: async (e) => {
3568
- const { meta: t, config: n, pathname: s } = e, o = new Se(), i = s.split("/"), r = [], l = jt(s), c = await o.getvideoListAdvanced({
3568
+ const { meta: t, config: n, pathname: s } = e, o = new Se(), i = s.split("/"), r = [], l = Qt(s), c = await o.getvideoListAdvanced({
3569
3569
  size: Number(n.newsListLimit),
3570
3570
  query: "Category:(videohome OR destacadoseccion OR seccion)",
3571
3571
  page: Number(l)
@@ -3575,7 +3575,7 @@ const I3 = async (e, t, n, s, o, i) => {
3575
3575
  url: Ot(n, i, l)
3576
3576
  }), l > 1 && r.push({
3577
3577
  rel: "prev",
3578
- url: Qt(n, i, l)
3578
+ url: jt(n, i, l)
3579
3579
  }), {
3580
3580
  ...t,
3581
3581
  title: "Videos | " + n.name,
@@ -3654,7 +3654,7 @@ const I3 = async (e, t, n, s, o, i) => {
3654
3654
  };
3655
3655
  },
3656
3656
  autor: async (e) => {
3657
- const { meta: t, config: n, pathname: s, imgSizes: o, slug: i } = e, r = new Se(), l = s.split("/"), c = [], u = jt(s);
3657
+ const { meta: t, config: n, pathname: s, imgSizes: o, slug: i } = e, r = new Se(), l = s.split("/"), c = [], u = Qt(s);
3658
3658
  try {
3659
3659
  const d = await r.getAutorInfo({
3660
3660
  user: i,
@@ -3673,7 +3673,7 @@ const I3 = async (e, t, n, s, o, i) => {
3673
3673
  url: Ot(n, l, u)
3674
3674
  }), u > 1 && c.push({
3675
3675
  rel: "prev",
3676
- url: Qt(n, l, u)
3676
+ url: jt(n, l, u)
3677
3677
  }), {
3678
3678
  ...t,
3679
3679
  title: `Últimas Noticias de ${d?.data.data[0]?.info.fullname} | ${n.name}`,
@@ -3696,7 +3696,7 @@ const I3 = async (e, t, n, s, o, i) => {
3696
3696
  }
3697
3697
  }
3698
3698
  };
3699
- async function q3({
3699
+ async function q9({
3700
3700
  axiosApi: e,
3701
3701
  headConfig: t = {
3702
3702
  ampConfig: !1,
@@ -3726,7 +3726,7 @@ async function q3({
3726
3726
  custom_scriptReplaces: k,
3727
3727
  head_custom_elements: N
3728
3728
  }) {
3729
- const R = C || await vr[o]({
3729
+ const R = C || await _r[o]({
3730
3730
  meta: n,
3731
3731
  config: f,
3732
3732
  currentNew: u,
@@ -3742,7 +3742,7 @@ async function q3({
3742
3742
  currentNew: u,
3743
3743
  internalPath: h
3744
3744
  });
3745
- return /* @__PURE__ */ m(j, { children: [
3745
+ return /* @__PURE__ */ m(Q, { children: [
3746
3746
  /* @__PURE__ */ a("meta", { charSet: "utf-8" }),
3747
3747
  /* @__PURE__ */ a("meta", { name: "viewport", content: "width=device-width" }),
3748
3748
  I,
@@ -3764,7 +3764,7 @@ async function q3({
3764
3764
  }
3765
3765
  ),
3766
3766
  t.preloadImages && p && /* @__PURE__ */ a(ma, { images: p }),
3767
- /* @__PURE__ */ a(Ho, { config: f }),
3767
+ /* @__PURE__ */ a(zo, { config: f }),
3768
3768
  /* @__PURE__ */ a(
3769
3769
  ts,
3770
3770
  {
@@ -3782,7 +3782,7 @@ async function q3({
3782
3782
  axiosApi: e
3783
3783
  }
3784
3784
  ),
3785
- /* @__PURE__ */ a(Qo, { config: f, socials: y }),
3785
+ /* @__PURE__ */ a(jo, { config: f, socials: y }),
3786
3786
  t.schemas_Videos && h && /* @__PURE__ */ a(
3787
3787
  Go,
3788
3788
  {
@@ -3800,7 +3800,7 @@ async function q3({
3800
3800
  axiosApi: e
3801
3801
  }
3802
3802
  ),
3803
- t.schemas_WebsiteList && /* @__PURE__ */ a(jo, { config: f }),
3803
+ t.schemas_WebsiteList && /* @__PURE__ */ a(Qo, { config: f }),
3804
3804
  /* @__PURE__ */ a(
3805
3805
  Do,
3806
3806
  {
@@ -3812,7 +3812,7 @@ async function q3({
3812
3812
  N
3813
3813
  ] });
3814
3814
  }
3815
- const B3 = ({
3815
+ const B9 = ({
3816
3816
  children: e,
3817
3817
  defaultRouteName: t,
3818
3818
  banners: n,
@@ -3833,7 +3833,7 @@ const B3 = ({
3833
3833
  currentNew: c,
3834
3834
  internalPath: r
3835
3835
  }), g = d.before.active, p = d.after.active, w = g ? d.before.customData ? d.before.customData : y : void 0, C = p ? d.after.customData ? d.after.customData : y : void 0;
3836
- return /* @__PURE__ */ m(j, { children: [
3836
+ return /* @__PURE__ */ m(Q, { children: [
3837
3837
  /* @__PURE__ */ a(ts, { name: "bodybefore", banners: n, replaces: w }),
3838
3838
  e,
3839
3839
  /* @__PURE__ */ a(to, { id: l.marfeel }),
@@ -3842,7 +3842,7 @@ const B3 = ({
3842
3842
  h,
3843
3843
  /* @__PURE__ */ a(Uo, { name: "bodyafter", banners: n, replaces: C })
3844
3844
  ] });
3845
- }, Nr = "_content_v0dac_1", Sr = {
3845
+ }, Nr = "_content_1tvgz_1", Sr = {
3846
3846
  content: Nr
3847
3847
  }, xr = () => /* @__PURE__ */ a(
3848
3848
  "svg",
@@ -3860,10 +3860,10 @@ const B3 = ({
3860
3860
  }
3861
3861
  )
3862
3862
  }
3863
- ), Er = "_content_701km_1", kr = "_location_701km_21", Ua = {
3863
+ ), Er = "_content_19rc1_1", kr = "_location_19rc1_11", Ua = {
3864
3864
  content: Er,
3865
3865
  location: kr
3866
- }, L3 = (e) => /* @__PURE__ */ m("div", { className: Ua.content, children: [
3866
+ }, L9 = (e) => /* @__PURE__ */ m("div", { className: Ua.content, children: [
3867
3867
  /* @__PURE__ */ a(xr, {}),
3868
3868
  /* @__PURE__ */ a("p", { className: Ua.location, children: e.place })
3869
3869
  ] }), Mt = ({
@@ -3885,72 +3885,72 @@ function Ir({
3885
3885
  }) {
3886
3886
  const [l, c] = O(!1), [u, d] = O(0), [h, f] = O(0), [y, g] = O(0), [p, w] = O(0), [C, k] = O(null), N = Ja(null), [R, I] = O(1), E = ae(() => {
3887
3887
  if (o) return 1;
3888
- const _ = N.current?.offsetWidth || window.innerWidth, L = n + s, G = Math.floor(_ / L);
3888
+ const v = N.current?.offsetWidth || window.innerWidth, L = n + s, G = Math.floor(v / L);
3889
3889
  return Math.max(1, G);
3890
3890
  }, [o, n, s]);
3891
3891
  Ee(() => {
3892
- const _ = () => {
3892
+ const v = () => {
3893
3893
  const L = E();
3894
3894
  I(L);
3895
3895
  };
3896
- return _(), window.addEventListener("resize", _), () => window.removeEventListener("resize", _);
3896
+ return v(), window.addEventListener("resize", v), () => window.removeEventListener("resize", v);
3897
3897
  }, [E]);
3898
- const H = ae(() => {
3899
- const _ = E();
3900
- return Math.max(0, t - _);
3898
+ const z = ae(() => {
3899
+ const v = E();
3900
+ return Math.max(0, t - v);
3901
3901
  }, [t, E])(), F = ae(() => {
3902
- const _ = E();
3903
- return _ === 1 ? 1 : Math.max(1, Math.ceil(_ / 2));
3902
+ const v = E();
3903
+ return v === 1 ? 1 : Math.max(1, Math.ceil(v / 2));
3904
3904
  }, [E]), M = ae(
3905
- (_, L = 0) => {
3905
+ (v, L = 0) => {
3906
3906
  if (o) {
3907
3907
  const G = N.current?.offsetWidth || window.innerWidth;
3908
- return -(_ * (100 + s)) + L / G * 100;
3908
+ return -(v * (100 + s)) + L / G * 100;
3909
3909
  }
3910
- return -(_ * (n + s)) + L;
3910
+ return -(v * (n + s)) + L;
3911
3911
  },
3912
3912
  [o, n, s]
3913
3913
  ), T = ae(
3914
- (_) => {
3914
+ (v) => {
3915
3915
  const L = N.current?.offsetWidth || window.innerWidth, G = E(), W = F();
3916
3916
  if (o)
3917
- return Math.abs(_) / L * 100 > 30 ? 1 : 0;
3917
+ return Math.abs(v) / L * 100 > 30 ? 1 : 0;
3918
3918
  {
3919
- const V = n + s, Z = Math.abs(_) / V;
3919
+ const V = n + s, Z = Math.abs(v) / V;
3920
3920
  return Z >= (G === 1 ? 0.2 : 0.3) ? G === 1 ? 1 : Math.min(Math.round(Z), W) : 0;
3921
3921
  }
3922
3922
  },
3923
3923
  [o, n, s, E, F]
3924
- ), z = ae(
3925
- (_) => {
3926
- i && (d(_), f(_), g(0), w(Date.now()), c(!0), document.body.classList.add("dragging"));
3924
+ ), H = ae(
3925
+ (v) => {
3926
+ i && (d(v), f(v), g(0), w(Date.now()), c(!0), document.body.classList.add("dragging"));
3927
3927
  },
3928
3928
  [i]
3929
3929
  ), ne = ae(
3930
- (_) => {
3930
+ (v) => {
3931
3931
  if (!l || !i) return;
3932
- const L = _ - u, G = (n + s) * 1.2, W = e === 0 && L > 0, V = e === H && L < 0, Z = W || V ? Math.sign(L) * Math.min(Math.abs(L), G) : L;
3933
- f(_), g(Z);
3932
+ const L = v - u, G = (n + s) * 1.2, W = e === 0 && L > 0, V = e === z && L < 0, Z = W || V ? Math.sign(L) * Math.min(Math.abs(L), G) : L;
3933
+ f(v), g(Z);
3934
3934
  },
3935
- [l, u, i, e, H, n, s]
3935
+ [l, u, i, e, z, n, s]
3936
3936
  ), q = ae(
3937
- (_) => {
3938
- ne(_.clientX);
3937
+ (v) => {
3938
+ ne(v.clientX);
3939
3939
  },
3940
3940
  [ne]
3941
3941
  ), x = ae(
3942
- (_) => {
3942
+ (v) => {
3943
3943
  if (!l || !i) return;
3944
3944
  const L = h - u, G = Date.now() - p, W = Math.abs(L) / Math.max(G, 1), V = T(L), be = W > 0.5 && Math.abs(L) > 50 ? Math.max(V, 1) : V;
3945
3945
  if (be > 0)
3946
3946
  if (L > 0) {
3947
- const _e = Math.max(0, e - be);
3948
- r(_e);
3947
+ const ve = Math.max(0, e - be);
3948
+ r(ve);
3949
3949
  } else {
3950
- const _e = Math.min(H, e + be);
3951
- r(_e);
3950
+ const ve = Math.min(z, e + be);
3951
+ r(ve);
3952
3952
  }
3953
- c(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", x), _.clientX === u && C?.dispatchEvent(new PointerEvent("click"));
3953
+ c(!1), g(0), document.body.classList.remove("dragging"), document.removeEventListener("mousemove", q), document.removeEventListener("mouseup", x), v.clientX === u && C?.dispatchEvent(new PointerEvent("click"));
3954
3954
  },
3955
3955
  [
3956
3956
  l,
@@ -3958,7 +3958,7 @@ function Ir({
3958
3958
  u,
3959
3959
  p,
3960
3960
  e,
3961
- H,
3961
+ z,
3962
3962
  i,
3963
3963
  r,
3964
3964
  T,
@@ -3966,23 +3966,23 @@ function Ir({
3966
3966
  C
3967
3967
  ]
3968
3968
  ), b = ae(
3969
- (_) => {
3970
- _.preventDefault(), ["a", "span"].includes(_.target?.localName) && k(_.target), z(_.clientX);
3969
+ (v) => {
3970
+ v.preventDefault(), ["a", "span"].includes(v.target?.localName) && k(v.target), H(v.clientX);
3971
3971
  },
3972
- [z]
3972
+ [H]
3973
3973
  ), B = ae(
3974
- (_) => {
3975
- z(_.touches[0].clientX);
3974
+ (v) => {
3975
+ H(v.touches[0].clientX);
3976
3976
  },
3977
- [z]
3977
+ [H]
3978
3978
  ), S = ae(
3979
- (_) => {
3980
- l && (_.preventDefault(), ne(_.touches[0].clientX));
3979
+ (v) => {
3980
+ l && (v.preventDefault(), ne(v.touches[0].clientX));
3981
3981
  },
3982
3982
  [l, ne]
3983
3983
  ), P = ae(
3984
- (_) => {
3985
- x(_);
3984
+ (v) => {
3985
+ x(v);
3986
3986
  },
3987
3987
  [x]
3988
3988
  );
@@ -3998,7 +3998,7 @@ function Ir({
3998
3998
  isDragging: l,
3999
3999
  translateOffset: y,
4000
4000
  carrouselRef: N,
4001
- maxIndex: H,
4001
+ maxIndex: z,
4002
4002
  getTranslateValue: M,
4003
4003
  actualVisibleItems: R,
4004
4004
  dragHandlers: {
@@ -4010,7 +4010,7 @@ function Ir({
4010
4010
  }
4011
4011
  };
4012
4012
  }
4013
- function R3(e) {
4013
+ function R9(e) {
4014
4014
  const {
4015
4015
  children: t,
4016
4016
  slot_id: n,
@@ -4054,7 +4054,7 @@ function R3(e) {
4054
4054
  I(d + 1);
4055
4055
  }, [d, I]);
4056
4056
  if (!f) return;
4057
- const H = k(d, p), F = r ? `translateX(${H}%)` : `translateX(${H}px)`;
4057
+ const z = k(d, p), F = r ? `translateX(${z}%)` : `translateX(${z}px)`;
4058
4058
  return /* @__PURE__ */ m("div", { className: `${n}- carrousel-container`, children: [
4059
4059
  d > 0 && /* @__PURE__ */ a(
4060
4060
  "button",
@@ -4155,15 +4155,15 @@ function R3(e) {
4155
4155
  l && /* @__PURE__ */ a("nav", { className: "carrousel-pagination", children: Array.from(
4156
4156
  { length: Math.ceil(u.length / N) },
4157
4157
  (M, T) => {
4158
- const z = Math.floor(d / N) === T;
4158
+ const H = Math.floor(d / N) === T;
4159
4159
  return /* @__PURE__ */ a(
4160
4160
  "li",
4161
4161
  {
4162
- className: z ? "active" : "",
4162
+ className: H ? "active" : "",
4163
4163
  onClick: () => I(T * N),
4164
4164
  style: {
4165
4165
  cursor: "pointer",
4166
- backgroundColor: z ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
4166
+ backgroundColor: H ? "var(--carrousel-pagination-background-color)" : "var(--carrousel-pagination-background-color-white)"
4167
4167
  }
4168
4168
  },
4169
4169
  T
@@ -4214,7 +4214,7 @@ function ft(e) {
4214
4214
  }
4215
4215
  );
4216
4216
  }
4217
- const qr = "_content_1gcxd_1", Br = {
4217
+ const qr = "_content_3olxv_1", Br = {
4218
4218
  content: qr
4219
4219
  }, an = (e) => /* @__PURE__ */ a("div", { className: Br.content, children: e.children }), Lr = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), kt = ({ banners: e, index: t }) => {
4220
4220
  if (!e || e.length === 0) return null;
@@ -4229,7 +4229,7 @@ const qr = "_content_1gcxd_1", Br = {
4229
4229
  }
4230
4230
  }
4231
4231
  ) : null;
4232
- }, Rr = "_content_45avd_1", Dr = {
4232
+ }, Rr = "_content_1fh0c_1", Dr = {
4233
4233
  content: Rr
4234
4234
  }, oe = ({ banners: e, name: t }) => {
4235
4235
  if (!e || e.length === 0) return null;
@@ -4245,15 +4245,15 @@ const qr = "_content_1gcxd_1", Br = {
4245
4245
  },
4246
4246
  n.key
4247
4247
  );
4248
- }, Mr = "_boxInformation_1utaq_1", Pr = "_sectionDescriptionContainer_1utaq_17", Or = "_uppertitle_1utaq_39", Qr = "_sectionDescription_1utaq_17", jr = "_articule_1utaq_119", Gr = "_linkStyled_1utaq_147", Hr = "_description_1utaq_169", zr = "_correspondent_1utaq_225", Vr = "_correspondentLink_1utaq_249", Fr = "_dotStyles_1utaq_273", Wr = "_clipboardButton_1utaq_287", $r = "_socialNetworkSection_1utaq_315", K = {
4248
+ }, Mr = "_boxInformation_10v0r_1", Pr = "_sectionDescriptionContainer_10v0r_9", Or = "_uppertitle_10v0r_20", jr = "_sectionDescription_10v0r_9", Qr = "_articule_10v0r_60", Gr = "_linkStyled_10v0r_74", zr = "_description_10v0r_85", Hr = "_correspondent_10v0r_113", Vr = "_correspondentLink_10v0r_125", Fr = "_dotStyles_10v0r_137", Wr = "_clipboardButton_10v0r_144", $r = "_socialNetworkSection_10v0r_158", K = {
4249
4249
  boxInformation: Mr,
4250
4250
  sectionDescriptionContainer: Pr,
4251
4251
  uppertitle: Or,
4252
- sectionDescription: Qr,
4253
- articule: jr,
4252
+ sectionDescription: jr,
4253
+ articule: Qr,
4254
4254
  linkStyled: Gr,
4255
- description: Hr,
4256
- correspondent: zr,
4255
+ description: zr,
4256
+ correspondent: Hr,
4257
4257
  correspondentLink: Vr,
4258
4258
  dotStyles: Fr,
4259
4259
  clipboardButton: Wr,
@@ -4444,7 +4444,7 @@ const gt = (e) => {
4444
4444
  ) : e.main?.title?.section
4445
4445
  ),
4446
4446
  e.config?.showsubtitle && /* @__PURE__ */ a(o, {}),
4447
- (e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
4447
+ (e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(Q, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
4448
4448
  U,
4449
4449
  {
4450
4450
  "aria-label": s(),
@@ -4454,12 +4454,12 @@ const gt = (e) => {
4454
4454
  }
4455
4455
  ) }) : /* @__PURE__ */ a("h3", { className: K.correspondent, children: s() }) })
4456
4456
  ] });
4457
- }, Jr = "_content_veayf_1", Zr = "_contentNew_veayf_41", Xr = "_imageBox_veayf_57", el = "_numberTag_veayf_87", Ht = {
4457
+ }, Jr = "_content_coxjf_1", Zr = "_contentNew_coxjf_21", Xr = "_imageBox_coxjf_29", el = "_numberTag_coxjf_44", zt = {
4458
4458
  content: Jr,
4459
4459
  contentNew: Zr,
4460
4460
  imageBox: Xr,
4461
4461
  numberTag: el
4462
- }, tl = "_figure_1begb_1", nl = "_backdrop_1begb_11", al = "_backdropAux_1begb_31", sl = "_imageStyled_1begb_73", ol = "_boxPlayIcon_1begb_101", il = "_playStyled_1begb_119", rl = "_imageLogoPlaceholder_1begb_153", ll = "_imagePlaceholder_1begb_195", Y = {
4462
+ }, tl = "_figure_ooa5j_1", nl = "_backdrop_ooa5j_6", al = "_backdropAux_ooa5j_16", sl = "_imageStyled_ooa5j_37", ol = "_boxPlayIcon_ooa5j_51", il = "_playStyled_ooa5j_60", rl = "_imageLogoPlaceholder_ooa5j_77", ll = "_imagePlaceholder_ooa5j_98", Y = {
4463
4463
  figure: tl,
4464
4464
  backdrop: nl,
4465
4465
  backdropAux: al,
@@ -4503,7 +4503,7 @@ const gt = (e) => {
4503
4503
  src: o[0]?.url ? o[0]?.url : void 0
4504
4504
  }
4505
4505
  ),
4506
- t && /* @__PURE__ */ m(j, { children: [
4506
+ t && /* @__PURE__ */ m(Q, { children: [
4507
4507
  /* @__PURE__ */ a(
4508
4508
  "div",
4509
4509
  {
@@ -4561,7 +4561,7 @@ const gt = (e) => {
4561
4561
  src: o[0]?.url ? o[0]?.url : ""
4562
4562
  }
4563
4563
  ),
4564
- t && /* @__PURE__ */ m(j, { children: [
4564
+ t && /* @__PURE__ */ m(Q, { children: [
4565
4565
  /* @__PURE__ */ a(
4566
4566
  "div",
4567
4567
  {
@@ -4671,14 +4671,14 @@ const gt = (e) => {
4671
4671
  return /* @__PURE__ */ a(
4672
4672
  "section",
4673
4673
  {
4674
- className: Ht.content,
4674
+ className: zt.content,
4675
4675
  style: {
4676
4676
  ...e.customNewsDescriptionStyles
4677
4677
  },
4678
4678
  children: e.block.map(async (n, s) => /* @__PURE__ */ m(
4679
4679
  "div",
4680
4680
  {
4681
- className: Ht.contentNew,
4681
+ className: zt.contentNew,
4682
4682
  style: {
4683
4683
  flexDirection: t ? "row-reverse" : "row"
4684
4684
  },
@@ -4686,12 +4686,12 @@ const gt = (e) => {
4686
4686
  /* @__PURE__ */ m(
4687
4687
  "div",
4688
4688
  {
4689
- className: Ht.imageBox,
4689
+ className: zt.imageBox,
4690
4690
  style: {
4691
4691
  "--heightImageOverwrite": "100%"
4692
4692
  },
4693
4693
  children: [
4694
- /* @__PURE__ */ a("div", { className: Ht.numberTag, children: s + 1 }),
4694
+ /* @__PURE__ */ a("div", { className: zt.numberTag, children: s + 1 }),
4695
4695
  n.main.title.home && /* @__PURE__ */ a(Ce, { preview: n.preview, priorityHigh: e.priorityHigh })
4696
4696
  ]
4697
4697
  }
@@ -4703,7 +4703,7 @@ const gt = (e) => {
4703
4703
  ))
4704
4704
  }
4705
4705
  );
4706
- }, hl = "_content_196hz_1", fl = "_titulo_196hz_23", Ia = {
4706
+ }, hl = "_content_1cid4_1", fl = "_titulo_1cid4_12", Ia = {
4707
4707
  content: hl,
4708
4708
  titulo: fl
4709
4709
  }, gl = {
@@ -5665,15 +5665,15 @@ const gt = (e) => {
5665
5665
  ]
5666
5666
  }
5667
5667
  );
5668
- }, pl = "_content_dzkrz_1", Al = "_subscribeImage_dzkrz_43", wl = "_tag_dzkrz_63", yl = "_contentTitle_dzkrz_99", Cl = "_title_dzkrz_109", bl = "_inputStyled_dzkrz_143", _l = "_buttonStyled_dzkrz_223", vl = "_contentTerms_dzkrz_245", Nl = "_subscribeText_dzkrz_255", Sl = "_terms_dzkrz_275", ve = {
5668
+ }, pl = "_content_6azvz_1", Al = "_subscribeImage_6azvz_22", wl = "_tag_6azvz_32", yl = "_contentTitle_6azvz_50", Cl = "_title_6azvz_55", bl = "_inputStyled_6azvz_72", vl = "_buttonStyled_6azvz_112", _l = "_contentTerms_6azvz_123", Nl = "_subscribeText_6azvz_128", Sl = "_terms_6azvz_138", _e = {
5669
5669
  content: pl,
5670
5670
  subscribeImage: Al,
5671
5671
  tag: wl,
5672
5672
  contentTitle: yl,
5673
5673
  title: Cl,
5674
5674
  inputStyled: bl,
5675
- buttonStyled: _l,
5676
- contentTerms: vl,
5675
+ buttonStyled: vl,
5676
+ contentTerms: _l,
5677
5677
  subscribeText: Nl,
5678
5678
  terms: Sl
5679
5679
  }, bn = (e) => {
@@ -5702,14 +5702,14 @@ const gt = (e) => {
5702
5702
  htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
5703
5703
  }
5704
5704
  ) : /* @__PURE__ */ a(U, { ...s, style: o });
5705
- }, xl = (e) => /* @__PURE__ */ m("section", { className: [ve.content, e.className ?? ""].join(" "), children: [
5706
- /* @__PURE__ */ a("div", { className: ve.subscribeImage, children: e.image }),
5707
- /* @__PURE__ */ a("div", { className: ve.tag, children: e.texts.newsletterTag ?? "NEWS" }),
5708
- /* @__PURE__ */ m("div", { className: ve.contentTitle, children: [
5709
- /* @__PURE__ */ a("p", { className: ve.title, children: e.title }),
5710
- /* @__PURE__ */ a("p", { className: ve.subTitle, children: e.sibtitle })
5705
+ }, xl = (e) => /* @__PURE__ */ m("section", { className: [_e.content, e.className ?? ""].join(" "), children: [
5706
+ /* @__PURE__ */ a("div", { className: _e.subscribeImage, children: e.image }),
5707
+ /* @__PURE__ */ a("div", { className: _e.tag, children: e.texts.newsletterTag ?? "NEWS" }),
5708
+ /* @__PURE__ */ m("div", { className: _e.contentTitle, children: [
5709
+ /* @__PURE__ */ a("p", { className: _e.title, children: e.title }),
5710
+ /* @__PURE__ */ a("p", { className: _e.subTitle, children: e.sibtitle })
5711
5711
  ] }),
5712
- /* @__PURE__ */ a("div", { className: ve.inputStyled, children: /* @__PURE__ */ a(
5712
+ /* @__PURE__ */ a("div", { className: _e.inputStyled, children: /* @__PURE__ */ a(
5713
5713
  "input",
5714
5714
  {
5715
5715
  type: "email",
@@ -5717,12 +5717,12 @@ const gt = (e) => {
5717
5717
  id: "newsletter-email-column"
5718
5718
  }
5719
5719
  ) }),
5720
- /* @__PURE__ */ a(bn, { className: ve.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
5721
- /* @__PURE__ */ m("div", { className: ve.contentTerms, children: [
5722
- /* @__PURE__ */ a("p", { className: ve.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5723
- /* @__PURE__ */ a(U, { className: ve.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5720
+ /* @__PURE__ */ a(bn, { className: _e.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
5721
+ /* @__PURE__ */ m("div", { className: _e.contentTerms, children: [
5722
+ /* @__PURE__ */ a("p", { className: _e.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5723
+ /* @__PURE__ */ a(U, { className: _e.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5724
5724
  ] })
5725
- ] }), El = "_content_19eag_1", kl = "_contentInfo_19eag_39", Ul = "_subscribeImage_19eag_55", Il = "_tag_19eag_83", Tl = "_contentTitle_19eag_119", ql = "_title_19eag_129", Bl = "_subTitle_19eag_139", Ll = "_inputStyled_19eag_157", Rl = "_buttonStyled_19eag_235", Dl = "_contentTerms_19eag_261", Ml = "_subscribeText_19eag_273", Pl = "_terms_19eag_291", pe = {
5725
+ ] }), El = "_content_1ms2y_1", kl = "_contentInfo_1ms2y_20", Ul = "_subscribeImage_1ms2y_28", Il = "_tag_1ms2y_42", Tl = "_contentTitle_1ms2y_60", ql = "_title_1ms2y_65", Bl = "_subTitle_1ms2y_70", Ll = "_inputStyled_1ms2y_79", Rl = "_buttonStyled_1ms2y_118", Dl = "_contentTerms_1ms2y_131", Ml = "_subscribeText_1ms2y_137", Pl = "_terms_1ms2y_146", pe = {
5726
5726
  content: El,
5727
5727
  contentInfo: kl,
5728
5728
  subscribeImage: Ul,
@@ -5759,7 +5759,7 @@ const gt = (e) => {
5759
5759
  /* @__PURE__ */ a(U, { className: pe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5760
5760
  ] })
5761
5761
  ] })
5762
- ] }), Ql = (e) => /* @__PURE__ */ m(
5762
+ ] }), jl = (e) => /* @__PURE__ */ m(
5763
5763
  "svg",
5764
5764
  {
5765
5765
  width: "284",
@@ -5800,18 +5800,18 @@ const gt = (e) => {
5800
5800
  ] })
5801
5801
  ]
5802
5802
  }
5803
- ), jl = "_content_1rb7n_1", Gl = "_subscribeImage_1rb7n_31", Hl = "_contentTitle_1rb7n_43", zl = "_title_1rb7n_65", Vl = "_subTitle_1rb7n_79", Fl = "_contentTerms_1rb7n_119", Wl = "_whatsappLink_1rb7n_129", $l = "_subscribeText_1rb7n_163", Yl = "_terms_1rb7n_183", qe = {
5804
- content: jl,
5803
+ ), Ql = "_content_qzaly_1", Gl = "_subscribeImage_qzaly_16", zl = "_contentTitle_qzaly_22", Hl = "_title_qzaly_33", Vl = "_subTitle_qzaly_40", Fl = "_contentTerms_qzaly_60", Wl = "_whatsappLink_qzaly_65", $l = "_subscribeText_qzaly_82", Yl = "_terms_qzaly_92", qe = {
5804
+ content: Ql,
5805
5805
  subscribeImage: Gl,
5806
- contentTitle: Hl,
5807
- title: zl,
5806
+ contentTitle: zl,
5807
+ title: Hl,
5808
5808
  subTitle: Vl,
5809
5809
  contentTerms: Fl,
5810
5810
  whatsappLink: Wl,
5811
5811
  subscribeText: $l,
5812
5812
  terms: Yl
5813
- }, D3 = (e) => /* @__PURE__ */ m("section", { className: qe.content, children: [
5814
- /* @__PURE__ */ a(Ql, { className: qe.subscribeImage }),
5813
+ }, D9 = (e) => /* @__PURE__ */ m("section", { className: qe.content, children: [
5814
+ /* @__PURE__ */ a(jl, { className: qe.subscribeImage }),
5815
5815
  /* @__PURE__ */ m("div", { className: qe.contentTitle, children: [
5816
5816
  /* @__PURE__ */ a("p", { className: qe.title, children: "Mantenete Informado" }),
5817
5817
  /* @__PURE__ */ a("p", { className: qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
@@ -5876,7 +5876,7 @@ const gt = (e) => {
5876
5876
  /* @__PURE__ */ a("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" })
5877
5877
  ]
5878
5878
  }
5879
- ), Jl = "_content_1aogu_1", Zl = "_brandContent_1aogu_19", Xl = "_socialMedia_1aogu_41", ec = "_linkSocialNetwoks_1aogu_55", tc = "_sectionContent_1aogu_83", nc = "_section_1aogu_83", ac = "_menuItem_1aogu_119", sc = "_otherItems_1aogu_145", oc = "_copyrigth_1aogu_173", ic = "_copyrigthText_1aogu_193", rc = "_logoStyled_1aogu_213", lc = "_socialNetworkIcon_1aogu_235", cc = "_socialInstagram_1aogu_249", dc = "_socialNetworkIcon_stroke_1aogu_265", le = {
5879
+ ), Jl = "_content_1p7b9_1", Zl = "_brandContent_1p7b9_10", Xl = "_socialMedia_1p7b9_21", ec = "_linkSocialNetwoks_1p7b9_28", tc = "_sectionContent_1p7b9_42", nc = "_section_1p7b9_42", ac = "_menuItem_1p7b9_60", sc = "_otherItems_1p7b9_73", oc = "_copyrigth_1p7b9_87", ic = "_copyrigthText_1p7b9_97", rc = "_logoStyled_1p7b9_107", lc = "_socialNetworkIcon_1p7b9_118", cc = "_socialInstagram_1p7b9_125", dc = "_socialNetworkIcon_stroke_1p7b9_133", le = {
5880
5880
  content: Jl,
5881
5881
  brandContent: Zl,
5882
5882
  socialMedia: Xl,
@@ -5927,10 +5927,10 @@ const gt = (e) => {
5927
5927
  "path",
5928
5928
  {
5929
5929
  fill: "currentColor",
5930
- 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
5931
- 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
5932
- 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
5933
- 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
5930
+ 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
5931
+ 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
5932
+ 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
5933
+ 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
5934
5934
  C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
5935
5935
  }
5936
5936
  )
@@ -6007,13 +6007,13 @@ const gt = (e) => {
6007
6007
  "path",
6008
6008
  {
6009
6009
  fill: "currentColor",
6010
- 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
6011
- 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
6012
- 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
6013
- 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
6014
- 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
6015
- 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
6016
- 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
6010
+ 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
6011
+ 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
6012
+ 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
6013
+ 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
6014
+ 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
6015
+ 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
6016
+ 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
6017
6017
  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`
6018
6018
  }
6019
6019
  ) })
@@ -6036,13 +6036,13 @@ const gt = (e) => {
6036
6036
  "path",
6037
6037
  {
6038
6038
  fill: "currentColor",
6039
- 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
6040
- 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
6041
- 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
6042
- 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
6043
- 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
6044
- 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
6045
- 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
6039
+ 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
6040
+ 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
6041
+ 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
6042
+ 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
6043
+ 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
6044
+ 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
6045
+ 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
6046
6046
  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`
6047
6047
  }
6048
6048
  ) }) })
@@ -6066,9 +6066,9 @@ const gt = (e) => {
6066
6066
  "path",
6067
6067
  {
6068
6068
  fill: "currentColor",
6069
- 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
6070
- 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
6071
- 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
6069
+ 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
6070
+ 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
6071
+ 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
6072
6072
  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`
6073
6073
  }
6074
6074
  ),
@@ -6085,7 +6085,7 @@ const gt = (e) => {
6085
6085
  gnews: (e) => /* @__PURE__ */ a(uc, { ...e }),
6086
6086
  podcast: (e) => /* @__PURE__ */ a(mc, { ...e }),
6087
6087
  telegram: (e) => /* @__PURE__ */ a(hc, { ...e })
6088
- }, M3 = (e) => {
6088
+ }, M9 = (e) => {
6089
6089
  const { freeZone: t, socials: n, menu: s, customBlock: o } = e;
6090
6090
  return /* @__PURE__ */ m("footer", { className: le.content, children: [
6091
6091
  /* @__PURE__ */ m("section", { className: le.brandContent, children: [
@@ -6128,7 +6128,7 @@ const gt = (e) => {
6128
6128
  r
6129
6129
  )) })
6130
6130
  ] }),
6131
- o && /* @__PURE__ */ a(j, { children: o }),
6131
+ o && /* @__PURE__ */ a(Q, { children: o }),
6132
6132
  /* @__PURE__ */ m("section", { className: le.copyrigth, children: [
6133
6133
  /* @__PURE__ */ a("p", { className: le.copyrigthText, children: e.copyrigth }),
6134
6134
  /* @__PURE__ */ a(
@@ -6144,13 +6144,13 @@ const gt = (e) => {
6144
6144
  )
6145
6145
  ] })
6146
6146
  ] });
6147
- }, wc = "_content_c2mo2_1", yc = "_imageContent_c2mo2_17", Cc = "_width1Autor_c2mo2_35", bc = "_width2Autor_c2mo2_43", _c = "_width3Autor_c2mo2_51", vc = "_imageAutor_c2mo2_59", Nc = "_imageStyled_c2mo2_137", Sc = "_contentIconStyled_c2mo2_139", xc = "_avatarContent_c2mo2_173", Ec = "_journalistSection_c2mo2_189", kc = "_journalistInfo_c2mo2_205", Uc = "_journalistInfoLink_c2mo2_207", Ic = "_socialNetworkSection_c2mo2_277", Tc = "_avatarStyled_c2mo2_301", qc = "_article_c2mo2_311", Bc = "_socialButton_c2mo2_319", Lc = "_facebookStyled_c2mo2_351", Rc = "_emailStyled_c2mo2_359", Dc = "_xStyled_c2mo2_367", Mc = "_linkedinStyled_c2mo2_375", Pc = "_whatsappStyled_c2mo2_383", Oc = "_whatsappLink_c2mo2_391", Qc = "_clipboardButton_c2mo2_423", jc = "_googleProfileButton_c2mo2_495", ee = {
6147
+ }, wc = "_content_1e93o_1", yc = "_imageContent_1e93o_9", Cc = "_width1Autor_1e93o_18", bc = "_width2Autor_1e93o_22", vc = "_width3Autor_1e93o_26", _c = "_imageAutor_1e93o_30", Nc = "_imageStyled_1e93o_69", Sc = "_contentIconStyled_1e93o_70", xc = "_avatarContent_1e93o_87", Ec = "_journalistSection_1e93o_95", kc = "_journalistInfo_1e93o_103", Uc = "_journalistInfoLink_1e93o_104", Ic = "_socialNetworkSection_1e93o_139", Tc = "_avatarStyled_1e93o_151", qc = "_article_1e93o_156", Bc = "_socialButton_1e93o_160", Lc = "_facebookStyled_1e93o_176", Rc = "_emailStyled_1e93o_180", Dc = "_xStyled_1e93o_184", Mc = "_linkedinStyled_1e93o_188", Pc = "_whatsappStyled_1e93o_192", Oc = "_whatsappLink_1e93o_196", jc = "_clipboardButton_1e93o_212", Qc = "_googleProfileButton_1e93o_248", ee = {
6148
6148
  content: wc,
6149
6149
  imageContent: yc,
6150
6150
  width1Autor: Cc,
6151
6151
  width2Autor: bc,
6152
- width3Autor: _c,
6153
- imageAutor: vc,
6152
+ width3Autor: vc,
6153
+ imageAutor: _c,
6154
6154
  imageStyled: Nc,
6155
6155
  contentIconStyled: Sc,
6156
6156
  avatarContent: xc,
@@ -6167,8 +6167,8 @@ const gt = (e) => {
6167
6167
  linkedinStyled: Mc,
6168
6168
  whatsappStyled: Pc,
6169
6169
  whatsappLink: Oc,
6170
- clipboardButton: Qc,
6171
- googleProfileButton: jc
6170
+ clipboardButton: jc,
6171
+ googleProfileButton: Qc
6172
6172
  }, Gc = (e) => /* @__PURE__ */ a(
6173
6173
  "svg",
6174
6174
  {
@@ -6208,13 +6208,13 @@ const gt = (e) => {
6208
6208
  strokeLinecap: "round",
6209
6209
  strokeLinejoin: "round",
6210
6210
  strokeMiterlimit: "10",
6211
- 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
6212
- 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
6211
+ 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
6212
+ 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
6213
6213
  h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
6214
6214
  }
6215
6215
  )
6216
6216
  }
6217
- ), Hc = (e) => /* @__PURE__ */ m(
6217
+ ), zc = (e) => /* @__PURE__ */ m(
6218
6218
  "svg",
6219
6219
  {
6220
6220
  width: "25",
@@ -6241,7 +6241,7 @@ const gt = (e) => {
6241
6241
  )
6242
6242
  ]
6243
6243
  }
6244
- ), zc = (e) => /* @__PURE__ */ m(
6244
+ ), Hc = (e) => /* @__PURE__ */ m(
6245
6245
  "svg",
6246
6246
  {
6247
6247
  width: "24",
@@ -6327,8 +6327,8 @@ const gt = (e) => {
6327
6327
  Email: {
6328
6328
  url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
6329
6329
  icon: {
6330
- outline: (e) => /* @__PURE__ */ a(Hc, { className: e }),
6331
- solid: (e) => /* @__PURE__ */ a(zc, { className: e })
6330
+ outline: (e) => /* @__PURE__ */ a(zc, { className: e }),
6331
+ solid: (e) => /* @__PURE__ */ a(Hc, { className: e })
6332
6332
  }
6333
6333
  },
6334
6334
  LinkedIn: {
@@ -6383,7 +6383,7 @@ function $c({ noteShare: e }) {
6383
6383
  )
6384
6384
  ] }) : null;
6385
6385
  }
6386
- const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSection_xlsy2_53", Zc = "_title_xlsy2_83", Xc = "_article_xlsy2_53", ed = "_correspondent_xlsy2_149", td = "_iframeStyled_xlsy2_167", nd = "_contentFrame_xlsy2_187", Be = {
6386
+ const Yc = "_content_r1co8_1", Kc = "_videoContent_r1co8_20", Jc = "_articleSection_r1co8_27", Zc = "_title_r1co8_42", Xc = "_article_r1co8_27", ed = "_correspondent_r1co8_75", td = "_iframeStyled_r1co8_84", nd = "_contentFrame_r1co8_94", Be = {
6387
6387
  content: Yc,
6388
6388
  videoContent: Kc,
6389
6389
  articleSection: Jc,
@@ -6392,7 +6392,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6392
6392
  correspondent: ed,
6393
6393
  iframeStyled: td,
6394
6394
  contentFrame: nd
6395
- }, P3 = (e) => {
6395
+ }, P9 = (e) => {
6396
6396
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Te(
6397
6397
  e.video.info.date.created
6398
6398
  )}` : e?.video.main.author;
@@ -6428,7 +6428,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6428
6428
  /* @__PURE__ */ a("p", { className: Be.correspondent, children: t() })
6429
6429
  ] })
6430
6430
  ] }) }) });
6431
- }, ad = "_content_79djq_1", sd = "_linkStyled_79djq_17", En = {
6431
+ }, ad = "_content_wxhkd_1", sd = "_linkStyled_wxhkd_9", En = {
6432
6432
  content: ad,
6433
6433
  linkStyled: sd
6434
6434
  }, dn = (e) => {
@@ -6457,28 +6457,28 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6457
6457
  }
6458
6458
  )
6459
6459
  ] });
6460
- }, od = "_content_1tki3_1", id = "_contentGrid_1tki3_15", rd = "_contentGrid4_1tki3_33", ld = "_contentGrid3_1tki3_41", zt = {
6460
+ }, od = "_content_zal5g_1", id = "_contentGrid_zal5g_8", rd = "_contentGrid4_zal5g_17", ld = "_contentGrid3_zal5g_21", Ht = {
6461
6461
  content: od,
6462
6462
  contentGrid: id,
6463
6463
  contentGrid4: rd,
6464
6464
  contentGrid3: ld
6465
- }, zn = (e) => {
6465
+ }, Hn = (e) => {
6466
6466
  const { grid: t = 3 } = e;
6467
- return /* @__PURE__ */ m("section", { className: `${zt.content}`, children: [
6467
+ return /* @__PURE__ */ m("section", { className: `${Ht.content}`, children: [
6468
6468
  /* @__PURE__ */ a(
6469
6469
  "div",
6470
6470
  {
6471
- className: `${zt.contentGrid} ${e.className ? e.className : ""} ${t === 3 ? zt.contentGrid3 : zt.contentGrid4} news-content`,
6471
+ className: `${Ht.contentGrid} ${e.className ? e.className : ""} ${t === 3 ? Ht.contentGrid3 : Ht.contentGrid4} news-content`,
6472
6472
  children: e.children
6473
6473
  }
6474
6474
  ),
6475
- /* @__PURE__ */ a(j, { children: e.paginatorComponent })
6475
+ /* @__PURE__ */ a(Q, { children: e.paginatorComponent })
6476
6476
  ] });
6477
- }, cd = "_content_3pssn_1", dd = "_newsDescription_3pssn_29", ud = "_image_3pssn_81", Ut = {
6477
+ }, cd = "_content_15x47_1", dd = "_newsDescription_15x47_15", ud = "_image_15x47_41", Ut = {
6478
6478
  content: cd,
6479
6479
  newsDescription: dd,
6480
6480
  image: ud
6481
- }, ze = (e) => {
6481
+ }, He = (e) => {
6482
6482
  const {
6483
6483
  main: t,
6484
6484
  authors: n,
@@ -6537,14 +6537,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6537
6537
  ]
6538
6538
  }
6539
6539
  );
6540
- }, md = "_content_19jrz_1", hd = "_boxInformation_19jrz_23", fd = "_titleGradient_19jrz_59", gd = "_sectionDescription_19jrz_115", pd = "_articule_19jrz_165", Ad = "_linkStyled_19jrz_229", nt = {
6540
+ }, md = "_content_gwmse_1", hd = "_boxInformation_gwmse_12", fd = "_titleGradient_gwmse_30", gd = "_sectionDescription_gwmse_58", pd = "_articule_gwmse_83", Ad = "_linkStyled_gwmse_115", nt = {
6541
6541
  content: md,
6542
6542
  boxInformation: hd,
6543
6543
  titleGradient: fd,
6544
6544
  sectionDescription: gd,
6545
6545
  articule: pd,
6546
6546
  linkStyled: Ad
6547
- }, _n = (e) => {
6547
+ }, vn = (e) => {
6548
6548
  const {
6549
6549
  isVideo: t,
6550
6550
  info: n,
@@ -6599,17 +6599,17 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6599
6599
  }
6600
6600
  )
6601
6601
  ] });
6602
- }, wd = "_content_63xzh_1", yd = "_contentLayout_63xzh_9", qa = {
6602
+ }, wd = "_content_kro73_1", yd = "_contentLayout_kro73_5", qa = {
6603
6603
  content: wd,
6604
6604
  contentLayout: yd
6605
- }, Ba = (e) => /* @__PURE__ */ a("div", { className: qa.content, children: /* @__PURE__ */ a(Mt, { className: `${qa.contentLayout} ${e.className}`, children: e.children }) }), Cd = "_content_1qewa_1", bd = "_before_1qewa_21", _d = "_textContent_1qewa_43", vd = "_title_1qewa_73", Nd = "_description_1qewa_91", Sd = "_linkStyled_1qewa_113", at = {
6605
+ }, Ba = (e) => /* @__PURE__ */ a("div", { className: qa.content, children: /* @__PURE__ */ a(Mt, { className: `${qa.contentLayout} ${e.className}`, children: e.children }) }), Cd = "_content_1nqra_1", bd = "_before_1nqra_11", vd = "_textContent_1nqra_22", _d = "_title_1nqra_37", Nd = "_description_1nqra_46", Sd = "_linkStyled_1nqra_57", at = {
6606
6606
  content: Cd,
6607
6607
  before: bd,
6608
- textContent: _d,
6609
- title: vd,
6608
+ textContent: vd,
6609
+ title: _d,
6610
6610
  description: Nd,
6611
6611
  linkStyled: Sd
6612
- }, O3 = (e) => {
6612
+ }, O9 = (e) => {
6613
6613
  const t = e.logo;
6614
6614
  return /* @__PURE__ */ m("section", { className: at.content, children: [
6615
6615
  e.backgroundImgURL && /* @__PURE__ */ a("img", { className: at.before, src: e.backgroundImgURL, alt: "" }),
@@ -6620,25 +6620,25 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6620
6620
  /* @__PURE__ */ a(U, { className: at.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6621
6621
  ] })
6622
6622
  ] });
6623
- }, xd = "_content_14eky_1", Ed = "_contentLabel_14eky_15", kd = "_label_14eky_25", Ud = "_required_14eky_43", Id = "_input_14eky_55", Ct = {
6623
+ }, xd = "_content_zxcog_1", Ed = "_contentLabel_zxcog_8", kd = "_label_zxcog_13", Ud = "_required_zxcog_22", Id = "_input_zxcog_28", Ct = {
6624
6624
  content: xd,
6625
6625
  contentLabel: Ed,
6626
6626
  label: kd,
6627
6627
  required: Ud,
6628
6628
  input: Id
6629
- }, Q3 = (e) => /* @__PURE__ */ m("div", { className: Ct.content, children: [
6629
+ }, j9 = (e) => /* @__PURE__ */ m("div", { className: Ct.content, children: [
6630
6630
  /* @__PURE__ */ m("div", { className: Ct.contentLabel, children: [
6631
6631
  /* @__PURE__ */ a("label", { className: Ct.label, children: e.label }),
6632
6632
  e.required && /* @__PURE__ */ a("span", { className: Ct.required, children: "*" })
6633
6633
  ] }),
6634
6634
  /* @__PURE__ */ a("input", { className: Ct.input, ...e })
6635
- ] }), Td = "_content_1ukl4_1", qd = "_contentLabel_1ukl4_15", Bd = "_label_1ukl4_25", Ld = "_required_1ukl4_43", Rd = "_input_1ukl4_55", bt = {
6635
+ ] }), Td = "_content_zgx5w_1", qd = "_contentLabel_zgx5w_8", Bd = "_label_zgx5w_13", Ld = "_required_zgx5w_22", Rd = "_input_zgx5w_28", bt = {
6636
6636
  content: Td,
6637
6637
  contentLabel: qd,
6638
6638
  label: Bd,
6639
6639
  required: Ld,
6640
6640
  input: Rd
6641
- }, j3 = (e) => /* @__PURE__ */ m("div", { className: bt.content, children: [
6641
+ }, Q9 = (e) => /* @__PURE__ */ m("div", { className: bt.content, children: [
6642
6642
  /* @__PURE__ */ m("div", { className: bt.contentLabel, children: [
6643
6643
  /* @__PURE__ */ a("label", { className: bt.label, children: e.label }),
6644
6644
  e.required && /* @__PURE__ */ a("span", { className: bt.required, children: "*" })
@@ -6647,23 +6647,23 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6647
6647
  /* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
6648
6648
  e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
6649
6649
  ] })
6650
- ] }), Dd = "_content_ljg8f_1", Md = "_label_ljg8f_15", Pd = "_input_ljg8f_33", kn = {
6650
+ ] }), Dd = "_content_1mi9t_1", Md = "_label_1mi9t_8", Pd = "_input_1mi9t_17", kn = {
6651
6651
  content: Dd,
6652
6652
  label: Md,
6653
6653
  input: Pd
6654
- }, G3 = (e) => /* @__PURE__ */ m("div", { className: kn.content, children: [
6654
+ }, G9 = (e) => /* @__PURE__ */ m("div", { className: kn.content, children: [
6655
6655
  /* @__PURE__ */ a("label", { className: kn.label, children: e.label }),
6656
6656
  /* @__PURE__ */ a("textarea", { className: kn.input, ...e })
6657
- ] }), Od = "_boxInformation_1ah38_1", Qd = "_textBox_1ah38_59", jd = "_contentBox_1ah38_79", Gd = "_liveBox_1ah38_99", Hd = "_dot_1ah38_143", zd = "_sectionDescription_1ah38_193", Vd = "_articule_1ah38_219", Fd = "_description_1ah38_273", Fe = {
6657
+ ] }), Od = "_boxInformation_achvw_1", jd = "_textBox_achvw_30", Qd = "_contentBox_achvw_40", Gd = "_liveBox_achvw_50", zd = "_dot_achvw_72", Hd = "_sectionDescription_achvw_97", Vd = "_articule_achvw_110", Fd = "_description_achvw_137", Fe = {
6658
6658
  boxInformation: Od,
6659
- textBox: Qd,
6660
- contentBox: jd,
6659
+ textBox: jd,
6660
+ contentBox: Qd,
6661
6661
  liveBox: Gd,
6662
- dot: Hd,
6663
- sectionDescription: zd,
6662
+ dot: zd,
6663
+ sectionDescription: Hd,
6664
6664
  articule: Vd,
6665
6665
  description: Fd
6666
- }, Wd = "_content_b83p0_1", $d = "_description_b83p0_45", un = {
6666
+ }, Wd = "_content_8ehij_1", $d = "_description_8ehij_23", un = {
6667
6667
  content: Wd,
6668
6668
  description: $d
6669
6669
  }, qs = (e) => {
@@ -6672,7 +6672,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6672
6672
  /* @__PURE__ */ a(Ce, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
6673
6673
  t && /* @__PURE__ */ a("div", { className: un.description, children: t })
6674
6674
  ] });
6675
- }, Yd = (e) => /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m("div", { className: Fe.boxInformation, children: [
6675
+ }, Yd = (e) => /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m("div", { className: Fe.boxInformation, children: [
6676
6676
  /* @__PURE__ */ a(qs, { preview: e.preview }),
6677
6677
  /* @__PURE__ */ m("div", { className: Fe.textBox, children: [
6678
6678
  /* @__PURE__ */ m("div", { className: Fe.contentBox, children: [
@@ -6702,7 +6702,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6702
6702
  }
6703
6703
  )
6704
6704
  ] })
6705
- ] }) }), Kd = "_content_35x7r_1", Jd = "_contentLine_35x7r_33", Zd = "_contentText_35x7r_47", Xd = "_dateLink_35x7r_73", Vt = {
6705
+ ] }) }), Kd = "_content_oipiy_1", Jd = "_contentLine_oipiy_17", Zd = "_contentText_oipiy_24", Xd = "_dateLink_oipiy_37", Vt = {
6706
6706
  content: Kd,
6707
6707
  contentLine: Jd,
6708
6708
  contentText: Zd,
@@ -6710,7 +6710,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6710
6710
  }, e1 = (e) => /* @__PURE__ */ a("section", { className: Vt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Vt.contentLine, children: [
6711
6711
  /* @__PURE__ */ a(U, { className: Vt.dateLink, href: `#item-${n + 1}`, children: Co(t.date) }),
6712
6712
  /* @__PURE__ */ a("div", { className: Vt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
6713
- ] }, n)) }), t1 = "_content_1ti45_1", n1 = "_contentInfo_1ti45_21", a1 = "_imageStyled_1ti45_37", s1 = "_contentIconStyled_1ti45_59", o1 = "_name_1ti45_111", i1 = "_email_1ti45_129", r1 = "_description_1ti45_161", l1 = "_contenSocialNetwork_1ti45_185", c1 = "_socialIcon_1ti45_205", Ae = {
6713
+ ] }, n)) }), t1 = "_content_w8a84_1", n1 = "_contentInfo_w8a84_11", a1 = "_imageStyled_w8a84_19", s1 = "_contentIconStyled_w8a84_30", o1 = "_name_w8a84_56", i1 = "_email_w8a84_65", r1 = "_description_w8a84_81", l1 = "_contenSocialNetwork_w8a84_93", c1 = "_socialIcon_w8a84_103", Ae = {
6714
6714
  content: t1,
6715
6715
  contentInfo: n1,
6716
6716
  imageStyled: a1,
@@ -6781,7 +6781,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6781
6781
  ] })
6782
6782
  }
6783
6783
  );
6784
- }, u1 = "_content_1ofcp_1", m1 = "_contentInfo_1ofcp_25", h1 = "_contentAuthor_1ofcp_51", f1 = "_imageStyled_1ofcp_65", g1 = "_contentIconStyled_1ofcp_83", p1 = "_name_1ofcp_127", A1 = "_email_1ofcp_143", w1 = "_description_1ofcp_163", y1 = "_contenSocialNetwork_1ofcp_185", C1 = "_socialIcon_1ofcp_205", fe = {
6784
+ }, u1 = "_content_18ozj_1", m1 = "_contentInfo_18ozj_13", h1 = "_contentAuthor_18ozj_26", f1 = "_imageStyled_18ozj_33", g1 = "_contentIconStyled_18ozj_42", p1 = "_name_18ozj_64", A1 = "_email_18ozj_72", w1 = "_description_18ozj_82", y1 = "_contenSocialNetwork_18ozj_93", C1 = "_socialIcon_18ozj_103", fe = {
6785
6785
  content: u1,
6786
6786
  contentInfo: m1,
6787
6787
  contentAuthor: h1,
@@ -6854,9 +6854,9 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6854
6854
  ] })
6855
6855
  ] })
6856
6856
  ] }) });
6857
- }, _1 = "_content_1p4ec_1", v1 = "_bannerSection_1p4ec_49", La = {
6858
- content: _1,
6859
- bannerSection: v1
6857
+ }, v1 = "_content_jg6i2_1", _1 = "_bannerSection_jg6i2_25", La = {
6858
+ content: v1,
6859
+ bannerSection: _1
6860
6860
  }, Bs = (e) => /* @__PURE__ */ m("section", { className: La.content, children: [
6861
6861
  e.children,
6862
6862
  /* @__PURE__ */ m("div", { className: La.bannerSection, children: [
@@ -6877,7 +6877,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6877
6877
  ),
6878
6878
  e.banner
6879
6879
  ] })
6880
- ] }), N1 = "_content_udlpm_1", S1 = "_header_udlpm_41", x1 = "_videos_udlpm_91", E1 = "_videoContent_udlpm_105", k1 = "_articleSection_udlpm_119", U1 = "_contentLayoutVideoSection_udlpm_147", I1 = "_sectionVideoList_udlpm_163", T1 = "_iframeStyled_udlpm_309", q1 = "_contentFrame_udlpm_327", B1 = "_relatedTitle_udlpm_377", Ne = {
6880
+ ] }), N1 = "_content_1jqwg_1", S1 = "_header_1jqwg_21", x1 = "_videos_1jqwg_46", E1 = "_videoContent_1jqwg_53", k1 = "_articleSection_1jqwg_60", U1 = "_contentLayoutVideoSection_1jqwg_74", I1 = "_sectionVideoList_1jqwg_82", T1 = "_iframeStyled_1jqwg_155", q1 = "_contentFrame_1jqwg_164", B1 = "_relatedTitle_1jqwg_189", Ne = {
6881
6881
  content: N1,
6882
6882
  header: S1,
6883
6883
  videos: x1,
@@ -6888,7 +6888,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6888
6888
  iframeStyled: T1,
6889
6889
  contentFrame: q1,
6890
6890
  relatedTitle: B1
6891
- }, L1 = "_content_1ah8a_1", R1 = "_linkImage_1ah8a_23", D1 = "_playStyled_1ah8a_37", Un = {
6891
+ }, L1 = "_content_1dj0q_1", R1 = "_linkImage_1dj0q_12", D1 = "_playStyled_1dj0q_19", Un = {
6892
6892
  content: L1,
6893
6893
  linkImage: R1,
6894
6894
  playStyled: D1
@@ -6919,7 +6919,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
6919
6919
  ),
6920
6920
  /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(gt, { ...t, paths: e.paths }) })
6921
6921
  ] }) : null;
6922
- }, H3 = (e) => /* @__PURE__ */ a("div", { className: Ne.content, children: /* @__PURE__ */ m(Mt, { className: Ne.contentLayoutVideoSection, children: [
6922
+ }, z9 = (e) => /* @__PURE__ */ a("div", { className: Ne.content, children: /* @__PURE__ */ m(Mt, { className: Ne.contentLayoutVideoSection, children: [
6923
6923
  /* @__PURE__ */ m("a", { className: Ne.header, href: "/", children: [
6924
6924
  /* @__PURE__ */ a(
6925
6925
  "svg",
@@ -7007,14 +7007,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7007
7007
  }
7008
7008
  )
7009
7009
  ] })
7010
- ] }) }), P1 = "_content_17oas_1", O1 = "_titleContent_17oas_47", Q1 = "_title_17oas_47", j1 = "_startLine_17oas_175", G1 = "_line_17oas_185", H1 = "_bottomLine_17oas_197", z1 = "_childrenContent_17oas_235", V1 = "_readMore_17oas_261", Le = {
7010
+ ] }) }), P1 = "_content_gcte1_1", O1 = "_titleContent_gcte1_24", j1 = "_title_gcte1_24", Q1 = "_startLine_gcte1_88", G1 = "_line_gcte1_93", z1 = "_bottomLine_gcte1_99", H1 = "_childrenContent_gcte1_118", V1 = "_readMore_gcte1_131", Le = {
7011
7011
  content: P1,
7012
7012
  titleContent: O1,
7013
- title: Q1,
7014
- startLine: j1,
7013
+ title: j1,
7014
+ startLine: Q1,
7015
7015
  line: G1,
7016
- bottomLine: H1,
7017
- childrenContent: z1,
7016
+ bottomLine: z1,
7017
+ childrenContent: H1,
7018
7018
  readMore: V1
7019
7019
  }, re = Ks((e, t) => {
7020
7020
  const { isTitle: n = !1, isOpinion: s = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: Le.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: Le.title, children: e.title });
@@ -7079,7 +7079,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7079
7079
  }
7080
7080
  )
7081
7081
  }
7082
- ), F1 = "_drawerStyled_10dgc_1", W1 = "_sidebarCustom_10dgc_11", $1 = "_accordionStyled_10dgc_47", Y1 = "_accordionHeading_10dgc_69", K1 = "_accordionSummeryStyled_10dgc_87", J1 = "_linkStyled_10dgc_141", Z1 = "_subLinkStyled_10dgc_181", X1 = "_inputContent_10dgc_225", eu = "_buttonContent_10dgc_227", tu = "_inputStyled_10dgc_247", nu = "_buscar_10dgc_279", au = "_buttonStyled_10dgc_297", su = "_accordionDetailsStyled_10dgc_327", ou = "_footerSlider_10dgc_357", iu = "_socialMedia_10dgc_379", ru = "_copyRights_10dgc_417", lu = "_icon_10dgc_439", X = {
7082
+ ), F1 = "_drawerStyled_1dhzk_1", W1 = "_sidebarCustom_1dhzk_6", $1 = "_accordionStyled_1dhzk_24", Y1 = "_accordionHeading_1dhzk_35", K1 = "_accordionSummeryStyled_1dhzk_44", J1 = "_linkStyled_1dhzk_71", Z1 = "_subLinkStyled_1dhzk_91", X1 = "_inputContent_1dhzk_113", eu = "_buttonContent_1dhzk_114", tu = "_inputStyled_1dhzk_124", nu = "_buscar_1dhzk_140", au = "_buttonStyled_1dhzk_149", su = "_accordionDetailsStyled_1dhzk_164", ou = "_footerSlider_1dhzk_179", iu = "_socialMedia_1dhzk_190", ru = "_copyRights_1dhzk_209", lu = "_icon_1dhzk_220", X = {
7083
7083
  drawerStyled: F1,
7084
7084
  sidebarCustom: W1,
7085
7085
  accordionStyled: $1,
@@ -7245,7 +7245,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7245
7245
  )
7246
7246
  ]
7247
7247
  }
7248
- ), du = "_content_ue3tp_1", uu = "_chipStyled_ue3tp_33", mu = "_headLine_ue3tp_33", hu = "_live_ue3tp_49", fu = "_closeLiveStyled_ue3tp_175", _t = {
7248
+ ), du = "_content_1k52x_1", uu = "_chipStyled_1k52x_17", mu = "_headLine_1k52x_17", hu = "_live_1k52x_25", fu = "_closeLiveStyled_1k52x_88", vt = {
7249
7249
  content: du,
7250
7250
  chipStyled: uu,
7251
7251
  headLine: mu,
@@ -7255,14 +7255,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7255
7255
  const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
7256
7256
  U,
7257
7257
  {
7258
- className: _t.headLine,
7258
+ className: vt.headLine,
7259
7259
  href: t?.data[0]?.info.link.url,
7260
7260
  target: t?.data[0]?.info.link.target,
7261
7261
  title: t?.data[0]?.main.title.home,
7262
7262
  children: t?.data[0]?.main?.title.home ?? ""
7263
7263
  }
7264
7264
  );
7265
- return /* @__PURE__ */ m(j, { children: [
7265
+ return /* @__PURE__ */ m(Q, { children: [
7266
7266
  /* @__PURE__ */ a(
7267
7267
  "input",
7268
7268
  {
@@ -7276,24 +7276,24 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7276
7276
  "div",
7277
7277
  {
7278
7278
  id: "alert-chip",
7279
- className: _t.content,
7279
+ className: vt.content,
7280
7280
  style: e.forceShow ? {
7281
7281
  display: "flex",
7282
7282
  position: "sticky",
7283
7283
  top: 100
7284
7284
  } : {},
7285
7285
  children: [
7286
- /* @__PURE__ */ m("div", { className: _t.live, children: [
7287
- /* @__PURE__ */ a("div", { className: _t.chipStyled, children: t?.entity?.description }),
7286
+ /* @__PURE__ */ m("div", { className: vt.live, children: [
7287
+ /* @__PURE__ */ a("div", { className: vt.chipStyled, children: t?.entity?.description }),
7288
7288
  e.forceShow && /* @__PURE__ */ a(s, {}),
7289
- /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(pt, { className: _t.closeLiveStyled }) })
7289
+ /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(pt, { className: vt.closeLiveStyled }) })
7290
7290
  ] }),
7291
7291
  /* @__PURE__ */ a(s, {})
7292
7292
  ]
7293
7293
  }
7294
7294
  )
7295
7295
  ] });
7296
- }, gu = "_content_1whi4_1", pu = "_linkStyled_1whi4_27", Au = "_linkSocialNetwork_1whi4_55", wu = "_title_1whi4_97", yu = "_tabs_1whi4_119", Cu = "_socialNetwork_1whi4_135", bu = "_icon_1whi4_155", _u = "_facebook_1whi4_167", vu = "_youtube_1whi4_175", Nu = "_x_1whi4_183", Su = "_instagram_1whi4_191", xu = "_gnews_1whi4_199", Eu = "_tiktok_1whi4_207", ku = "_whatsapp_1whi4_215", Re = {
7296
+ }, gu = "_content_18yq5_1", pu = "_linkStyled_18yq5_14", Au = "_linkSocialNetwork_18yq5_28", wu = "_title_18yq5_49", yu = "_tabs_18yq5_60", Cu = "_socialNetwork_18yq5_68", bu = "_icon_18yq5_78", vu = "_facebook_18yq5_84", _u = "_youtube_18yq5_88", Nu = "_x_18yq5_92", Su = "_instagram_18yq5_96", xu = "_gnews_18yq5_100", Eu = "_tiktok_18yq5_104", ku = "_whatsapp_18yq5_108", Re = {
7297
7297
  content: gu,
7298
7298
  linkStyled: pu,
7299
7299
  linkSocialNetwork: Au,
@@ -7301,8 +7301,8 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7301
7301
  tabs: yu,
7302
7302
  socialNetwork: Cu,
7303
7303
  icon: bu,
7304
- facebook: _u,
7305
- youtube: vu,
7304
+ facebook: vu,
7305
+ youtube: _u,
7306
7306
  x: Nu,
7307
7307
  instagram: Su,
7308
7308
  gnews: xu,
@@ -7359,7 +7359,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7359
7359
  r
7360
7360
  )) })
7361
7361
  ] });
7362
- }, Iu = "_headerStyled_5isjw_1", Tu = "_headerContent_5isjw_27", qu = "_iconContent_5isjw_49", Bu = "_menuButton_5isjw_67", Lu = "_logoStyled_5isjw_131", Ru = "_buttonSection_5isjw_187", Du = "_buttonSectionSearch_5isjw_217", Mu = "_headLineContent_5isjw_259", Pu = "_headLineTitle_5isjw_285", Ou = "_headLine_5isjw_259", Qu = "_hasAlertZone_5isjw_391", we = {
7362
+ }, Iu = "_headerStyled_t61zq_1", Tu = "_headerContent_t61zq_14", qu = "_iconContent_t61zq_25", Bu = "_menuButton_t61zq_34", Lu = "_logoStyled_t61zq_66", Ru = "_buttonSection_t61zq_94", Du = "_buttonSectionSearch_t61zq_109", Mu = "_headLineContent_t61zq_130", Pu = "_headLineTitle_t61zq_143", Ou = "_headLine_t61zq_130", ju = "_hasAlertZone_t61zq_196", we = {
7363
7363
  headerStyled: Iu,
7364
7364
  headerContent: Tu,
7365
7365
  iconContent: qu,
@@ -7370,8 +7370,8 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7370
7370
  headLineContent: Mu,
7371
7371
  headLineTitle: Pu,
7372
7372
  headLine: Ou,
7373
- hasAlertZone: Qu
7374
- }, ju = (e) => {
7373
+ hasAlertZone: ju
7374
+ }, Qu = (e) => {
7375
7375
  const { alertZone: t } = e;
7376
7376
  return /* @__PURE__ */ m("header", { className: we.headerStyled, children: [
7377
7377
  e.socialIcons && /* @__PURE__ */ a(
@@ -7464,10 +7464,10 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7464
7464
  }
7465
7465
  )
7466
7466
  ] });
7467
- }, Gu = "_ul_196it_1", Hu = "_li_196it_19", zu = "_liBefore_196it_35", Vu = "_ulContent_196it_65", Fu = "_contentModal_196it_87", Wu = "_linkStyled_196it_111", $u = "_itemLink_196it_161", De = {
7467
+ }, Gu = "_ul_j3aqc_1", zu = "_li_j3aqc_10", Hu = "_liBefore_j3aqc_18", Vu = "_ulContent_j3aqc_33", Fu = "_contentModal_j3aqc_44", Wu = "_linkStyled_j3aqc_56", $u = "_itemLink_j3aqc_81", De = {
7468
7468
  ul: Gu,
7469
- li: Hu,
7470
- liBefore: zu,
7469
+ li: zu,
7470
+ liBefore: Hu,
7471
7471
  ulContent: Vu,
7472
7472
  contentModal: Fu,
7473
7473
  linkStyled: Wu,
@@ -7502,7 +7502,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7502
7502
  }
7503
7503
  ) }, i)) }) })
7504
7504
  ] }, s)) });
7505
- }, Ku = "_headerStyled_1hv7h_1", Ju = "_headerContent_1hv7h_45", Zu = "_menuButtonSection_1hv7h_65", Xu = "_menuButton_1hv7h_65", em = "_buttonSection_1hv7h_167", tm = "_buttonSectionSearch_1hv7h_201", nm = "_hasAlertZone_1hv7h_221", am = "_buttonText_1hv7h_259", sm = "_logoContent_1hv7h_279", om = "_logoStyled_1hv7h_295", im = "_headLineContent_1hv7h_343", rm = "_headLineTitle_1hv7h_373", lm = "_menuSection_1hv7h_405", cm = "_headLine_1hv7h_343", dm = "_line_1hv7h_509", ce = {
7505
+ }, Ku = "_headerStyled_ksxbt_1", Ju = "_headerContent_ksxbt_23", Zu = "_menuButtonSection_ksxbt_33", Xu = "_menuButton_ksxbt_33", em = "_buttonSection_ksxbt_84", tm = "_buttonSectionSearch_ksxbt_101", nm = "_hasAlertZone_ksxbt_111", am = "_buttonText_ksxbt_130", sm = "_logoContent_ksxbt_140", om = "_logoStyled_ksxbt_148", im = "_headLineContent_ksxbt_172", rm = "_headLineTitle_ksxbt_187", lm = "_menuSection_ksxbt_203", cm = "_headLine_ksxbt_172", dm = "_line_ksxbt_255", ce = {
7506
7506
  headerStyled: Ku,
7507
7507
  headerContent: Ju,
7508
7508
  menuButtonSection: Zu,
@@ -7593,14 +7593,14 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7593
7593
  )
7594
7594
  }
7595
7595
  );
7596
- }, mm = "_childrenContent_13giv_1", hm = "_childrenContentAux_13giv_23", fm = "_op2_13giv_49", In = {
7596
+ }, mm = "_childrenContent_wqlb4_1", hm = "_childrenContentAux_wqlb4_12", fm = "_op2_wqlb4_25", In = {
7597
7597
  childrenContent: mm,
7598
7598
  childrenContentAux: hm,
7599
7599
  op2: fm
7600
- }, z3 = (e) => {
7600
+ }, H9 = (e) => {
7601
7601
  const { alertZone: t, children: n, sidebar: s } = e;
7602
- return /* @__PURE__ */ m(j, { children: [
7603
- /* @__PURE__ */ a(ju, { ...e }),
7602
+ return /* @__PURE__ */ m(Q, { children: [
7603
+ /* @__PURE__ */ a(Qu, { ...e }),
7604
7604
  !e.showOnlyStickyHeader && /* @__PURE__ */ a(um, { ...e }),
7605
7605
  /* @__PURE__ */ m(
7606
7606
  "div",
@@ -7638,13 +7638,13 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7638
7638
  }
7639
7639
  )
7640
7640
  ] });
7641
- }, gm = "_content_1ntb2_1", pm = "_tags_1ntb2_19", Am = "_chipStyled_1ntb2_39", wm = "_tagLink_1ntb2_93", ym = "_tagStyled_1ntb2_105", st = {
7641
+ }, gm = "_content_16ydf_1", pm = "_tags_16ydf_10", Am = "_chipStyled_16ydf_20", wm = "_tagLink_16ydf_47", ym = "_tagStyled_16ydf_53", st = {
7642
7642
  content: gm,
7643
7643
  tags: pm,
7644
7644
  chipStyled: Am,
7645
7645
  tagLink: wm,
7646
7646
  tagStyled: ym
7647
- }, V3 = (e) => {
7647
+ }, V9 = (e) => {
7648
7648
  const t = (n) => {
7649
7649
  const s = n.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
7650
7650
  return e.paths.tema ? `/${e.paths.tema}/${s}-t${n.id}` : `/${s}-t${n.id}`;
@@ -7653,17 +7653,17 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7653
7653
  /* @__PURE__ */ a("p", { className: st.tagStyled, children: e.title ? e.title : "Tags:" }),
7654
7654
  e.tags.map((n, s) => n.approved ? /* @__PURE__ */ a(U, { href: t(n), children: /* @__PURE__ */ a("div", { className: `${st.chipStyled} ${st.tagLink}`, children: n.name }) }, s) : /* @__PURE__ */ a("div", { className: st.chipStyled, children: n.name }, s))
7655
7655
  ] }) });
7656
- }, Cm = "_contentBox_horo3_1", bm = "_content_horo3_1", _m = "_imageStyled_horo3_31", vm = "_contentIconStyled_horo3_45", Nm = "_avatarContent_horo3_85", Sm = "_journalistSection_horo3_99", xm = "_journalistInfo_horo3_111", Em = "_socialNetworkSection_horo3_139", km = "_article_horo3_165", Ie = {
7656
+ }, Cm = "_contentBox_1rkkg_1", bm = "_content_1rkkg_1", vm = "_imageStyled_1rkkg_16", _m = "_contentIconStyled_1rkkg_23", Nm = "_avatarContent_1rkkg_43", Sm = "_journalistSection_1rkkg_50", xm = "_journalistInfo_1rkkg_56", Em = "_socialNetworkSection_1rkkg_70", km = "_article_1rkkg_83", Ie = {
7657
7657
  contentBox: Cm,
7658
7658
  content: bm,
7659
- imageStyled: _m,
7660
- contentIconStyled: vm,
7659
+ imageStyled: vm,
7660
+ contentIconStyled: _m,
7661
7661
  avatarContent: Nm,
7662
7662
  journalistSection: Sm,
7663
7663
  journalistInfo: xm,
7664
7664
  socialNetworkSection: Em,
7665
7665
  article: km
7666
- }, F3 = async (e) => {
7666
+ }, F9 = async (e) => {
7667
7667
  const { autor: t } = e;
7668
7668
  return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Ie.contentBox, children: /* @__PURE__ */ m("div", { className: Ie.content, children: [
7669
7669
  /* @__PURE__ */ m("div", { className: Ie.avatarContent, children: [
@@ -7854,7 +7854,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7854
7854
  }
7855
7855
  )
7856
7856
  ] }) });
7857
- }, Um = "_content_1po76_1", Im = "_imageStyled_1po76_39", Tm = "_contentIconStyled_1po76_41", qm = "_contentCard_1po76_61", Bm = "_contentInfo_1po76_139", Lm = "_fullName_1po76_151", Rm = "_LearnMoreLink_1po76_165", We = {
7857
+ }, Um = "_content_vmnac_1", Im = "_imageStyled_vmnac_20", Tm = "_contentIconStyled_vmnac_21", qm = "_contentCard_vmnac_31", Bm = "_contentInfo_vmnac_70", Lm = "_fullName_vmnac_76", Rm = "_LearnMoreLink_vmnac_83", We = {
7858
7858
  content: Um,
7859
7859
  imageStyled: Im,
7860
7860
  contentIconStyled: Tm,
@@ -7862,7 +7862,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7862
7862
  contentInfo: Bm,
7863
7863
  fullName: Lm,
7864
7864
  LearnMoreLink: Rm
7865
- }, W3 = async (e) => {
7865
+ }, W9 = async (e) => {
7866
7866
  const { news: t, texts: n } = e;
7867
7867
  return t.config?.showauthor && /* @__PURE__ */ a("div", { className: We.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ m(
7868
7868
  "div",
@@ -7901,16 +7901,16 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7901
7901
  },
7902
7902
  `author-${s.firstname}`
7903
7903
  )) });
7904
- }, Dm = "_content_qiw8s_1", Mm = "_contentNews_qiw8s_19", Pm = "_linkTitle_qiw8s_53", Om = "_tag_qiw8s_69", Qm = "_tagmx_qiw8s_109", jm = "_titular_qiw8s_139", Gm = "_correspondent_qiw8s_169", Hm = "_correspondentLink_qiw8s_191", zm = "_description_qiw8s_213", Me = {
7904
+ }, Dm = "_content_1j0pj_1", Mm = "_contentNews_1j0pj_10", Pm = "_linkTitle_1j0pj_27", Om = "_tag_1j0pj_35", jm = "_tagmx_1j0pj_55", Qm = "_titular_1j0pj_70", Gm = "_correspondent_1j0pj_85", zm = "_correspondentLink_1j0pj_96", Hm = "_description_1j0pj_107", Me = {
7905
7905
  content: Dm,
7906
7906
  contentNews: Mm,
7907
7907
  linkTitle: Pm,
7908
7908
  tag: Om,
7909
- tagmx: Qm,
7910
- titular: jm,
7909
+ tagmx: jm,
7910
+ titular: Qm,
7911
7911
  correspondent: Gm,
7912
- correspondentLink: Hm,
7913
- description: zm
7912
+ correspondentLink: zm,
7913
+ description: Hm
7914
7914
  }, dt = (e) => {
7915
7915
  const t = () => {
7916
7916
  if (e?.config?.showtime && e.config?.showauthor)
@@ -7992,7 +7992,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
7992
7992
  }
7993
7993
  }
7994
7994
  ),
7995
- e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(j, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
7995
+ e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(Q, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
7996
7996
  U,
7997
7997
  {
7998
7998
  href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
@@ -8037,7 +8037,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8037
8037
  )
8038
8038
  }
8039
8039
  ) : /* @__PURE__ */ a(
8040
- ze,
8040
+ He,
8041
8041
  {
8042
8042
  ...e,
8043
8043
  main: t,
@@ -8068,7 +8068,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8068
8068
  }
8069
8069
  )
8070
8070
  ] });
8071
- }, Vm = "_content_wuf93_1", Fm = "_firstSection_wuf93_19", Wm = "_secondSection_wuf93_31", Tn = {
8071
+ }, Vm = "_content_1dcf7_1", Fm = "_firstSection_1dcf7_10", Wm = "_secondSection_1dcf7_16", Tn = {
8072
8072
  content: Vm,
8073
8073
  firstSection: Fm,
8074
8074
  secondSection: Wm
@@ -8102,7 +8102,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8102
8102
  }
8103
8103
  )) })
8104
8104
  ] });
8105
- }, Ym = "_content_14pjb_1", Km = "_firstSection_14pjb_15", Da = {
8105
+ }, Ym = "_content_wsx1m_1", Km = "_firstSection_wsx1m_8", Da = {
8106
8106
  content: Ym,
8107
8107
  firstSection: Km
8108
8108
  }, Jm = ({
@@ -8139,17 +8139,17 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8139
8139
  heightImageOverwriteMobile: "270px",
8140
8140
  paths: s
8141
8141
  }
8142
- ) }, i)) }), Zm = "_content_1bmoc_1", Xm = "_sectionDescription_1bmoc_25", eh = "_title_1bmoc_65", th = "_subtitle_1bmoc_93", nh = "_linkStyled_1bmoc_115", vt = {
8142
+ ) }, i)) }), Zm = "_content_1n73e_1", Xm = "_sectionDescription_1n73e_13", eh = "_title_1n73e_33", th = "_subtitle_1n73e_47", nh = "_linkStyled_1n73e_58", _t = {
8143
8143
  content: Zm,
8144
8144
  sectionDescription: Xm,
8145
8145
  title: eh,
8146
8146
  subtitle: th,
8147
8147
  linkStyled: nh
8148
- }, Ds = (e) => /* @__PURE__ */ m("div", { className: vt.content, children: [
8148
+ }, Ds = (e) => /* @__PURE__ */ m("div", { className: _t.content, children: [
8149
8149
  e?.mainNew?.info.section && /* @__PURE__ */ a(
8150
8150
  U,
8151
8151
  {
8152
- className: vt.sectionDescription,
8152
+ className: _t.sectionDescription,
8153
8153
  href: e?.mainNew?.info?.section?.url,
8154
8154
  children: e?.mainNew?.info?.section?.name
8155
8155
  }
@@ -8157,15 +8157,15 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8157
8157
  /* @__PURE__ */ a(
8158
8158
  U,
8159
8159
  {
8160
- className: vt.title,
8160
+ className: _t.title,
8161
8161
  href: e?.mainNew?.info?.link?.url,
8162
8162
  target: e?.mainNew?.info?.link?.target,
8163
8163
  children: e?.mainNew?.main?.title.home
8164
8164
  }
8165
8165
  ),
8166
- e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: vt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
8167
- e.goTo && /* @__PURE__ */ a(U, { href: e.goTo.url, className: vt.linkStyled, children: e.goTo.description })
8168
- ] }), ah = "_headerSection_itzkx_1", sh = "_headerSectionLink_itzkx_23", oh = "_newsContent_itzkx_33", qn = {
8166
+ e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: _t.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
8167
+ e.goTo && /* @__PURE__ */ a(U, { href: e.goTo.url, className: _t.linkStyled, children: e.goTo.description })
8168
+ ] }), ah = "_headerSection_drjnj_1", sh = "_headerSectionLink_drjnj_12", oh = "_newsContent_drjnj_17", qn = {
8169
8169
  headerSection: ah,
8170
8170
  headerSectionLink: sh,
8171
8171
  newsContent: oh
@@ -8209,7 +8209,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8209
8209
  }
8210
8210
  };
8211
8211
  return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ a(
8212
- ze,
8212
+ He,
8213
8213
  {
8214
8214
  ...u,
8215
8215
  isVideo: s,
@@ -8219,7 +8219,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8219
8219
  })
8220
8220
  ] })
8221
8221
  ] });
8222
- }, rh = "_content_1ubl0_1", lh = "_autorContent_1ubl0_15", ch = "_image_1ubl0_47", dh = "_contentIcon_1ubl0_49", uh = "_boxInformationContent_1ubl0_93", mh = "_autorName_1ubl0_105", hh = "_time_1ubl0_169", fh = "_comment_1ubl0_195", gh = "_title_1ubl0_213", Pe = {
8222
+ }, rh = "_content_1stvq_1", lh = "_autorContent_1stvq_8", ch = "_image_1stvq_24", dh = "_contentIcon_1stvq_25", uh = "_boxInformationContent_1stvq_47", mh = "_autorName_1stvq_53", hh = "_time_1stvq_85", fh = "_comment_1stvq_98", gh = "_title_1stvq_107", Pe = {
8223
8223
  content: rh,
8224
8224
  autorContent: lh,
8225
8225
  image: ch,
@@ -8265,7 +8265,7 @@ const Yc = "_content_xlsy2_1", Kc = "_videoContent_xlsy2_39", Jc = "_articleSect
8265
8265
  /* @__PURE__ */ a("p", { className: Pe.comment, children: ye(t?.main?.subtitle?.striped || "") })
8266
8266
  ] })
8267
8267
  ] });
8268
- }, ph = "_content_1i9xs_1", Ah = "_boxPosition_1i9xs_15", wh = "_contentFlex_1i9xs_41", yh = "_bannerContent_1i9xs_57", Ch = "_bannerContentAux_1i9xs_79", ot = {
8268
+ }, ph = "_content_1d7mg_1", Ah = "_boxPosition_1d7mg_8", wh = "_contentFlex_1d7mg_21", yh = "_bannerContent_1d7mg_29", Ch = "_bannerContentAux_1d7mg_40", ot = {
8269
8269
  content: ph,
8270
8270
  boxPosition: Ah,
8271
8271
  contentFlex: wh,
@@ -8278,7 +8278,7 @@ function bh(e) {
8278
8278
  s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
8279
8279
  return t;
8280
8280
  }
8281
- const $3 = (e) => {
8281
+ const $9 = (e) => {
8282
8282
  const { isOpinion: t = !1 } = e, n = (i) => /* @__PURE__ */ a(
8283
8283
  "div",
8284
8284
  {
@@ -8332,10 +8332,10 @@ const $3 = (e) => {
8332
8332
  ] })
8333
8333
  }
8334
8334
  ) });
8335
- }, _h = "_content_g09lr_1", vh = "_title_g09lr_19", Ma = {
8336
- content: _h,
8337
- title: vh
8338
- }, Y3 = (e) => {
8335
+ }, vh = "_content_w9viv_1", _h = "_title_w9viv_10", Ma = {
8336
+ content: vh,
8337
+ title: _h
8338
+ }, Y9 = (e) => {
8339
8339
  const { showTitle: t = !0 } = e;
8340
8340
  return /* @__PURE__ */ m("div", { className: Ma.content, children: [
8341
8341
  t && /* @__PURE__ */ a("p", { className: Ma.title, children: "Editorial" }),
@@ -8354,13 +8354,13 @@ const $3 = (e) => {
8354
8354
  }
8355
8355
  )
8356
8356
  ] });
8357
- }, Nh = "_content_1hn45_1", Sh = "_newsContent_1hn45_15", xh = "_boxPosition_1hn45_33", Eh = "_bannerContent_1hn45_45", kh = "_bannerContentAux_1hn45_65", it = {
8357
+ }, Nh = "_content_1nd2h_1", Sh = "_newsContent_1nd2h_8", xh = "_boxPosition_1nd2h_17", Eh = "_bannerContent_1nd2h_23", kh = "_bannerContentAux_1nd2h_33", it = {
8358
8358
  content: Nh,
8359
8359
  newsContent: Sh,
8360
8360
  boxPosition: xh,
8361
8361
  bannerContent: Eh,
8362
8362
  bannerContentAux: kh
8363
- }, K3 = (e) => {
8363
+ }, K9 = (e) => {
8364
8364
  const { news: t } = e;
8365
8365
  return Array.isArray(t) && /* @__PURE__ */ m("div", { className: it.content, children: [
8366
8366
  /* @__PURE__ */ m("div", { className: it.newsContent, children: [
@@ -8388,17 +8388,17 @@ const $3 = (e) => {
8388
8388
  {
8389
8389
  className: it.boxPosition,
8390
8390
  style: { order: s },
8391
- children: /* @__PURE__ */ a(ze, { ...n, share: e.share, paths: e.paths })
8391
+ children: /* @__PURE__ */ a(He, { ...n, share: e.share, paths: e.paths })
8392
8392
  },
8393
8393
  s
8394
8394
  ))
8395
8395
  ] }),
8396
8396
  /* @__PURE__ */ a("div", { className: it.bannerContent, children: e.halfPageBanner })
8397
8397
  ] });
8398
- }, J3 = (e) => /* @__PURE__ */ m(j, { children: [
8398
+ }, J9 = (e) => /* @__PURE__ */ m(Q, { children: [
8399
8399
  /* @__PURE__ */ a(xl, { className: "display-on-lower-900px", ...e }),
8400
8400
  /* @__PURE__ */ a(Ol, { ...e })
8401
- ] }), Uh = "_newsContent_smaec_1", Ih = "_newsContentWithLines_smaec_15", Th = "_newsContentWithoutLines_smaec_25", qh = "_contentSeparator_smaec_35", Ft = {
8401
+ ] }), Uh = "_newsContent_gd57q_1", Ih = "_newsContentWithLines_gd57q_8", Th = "_newsContentWithoutLines_gd57q_13", qh = "_contentSeparator_gd57q_18", Ft = {
8402
8402
  newsContent: Uh,
8403
8403
  newsContentWithLines: Ih,
8404
8404
  newsContentWithoutLines: Th,
@@ -8438,7 +8438,7 @@ const $3 = (e) => {
8438
8438
  };
8439
8439
  s.push(
8440
8440
  /* @__PURE__ */ a("section", { className: n(o), children: /* @__PURE__ */ a(
8441
- ze,
8441
+ He,
8442
8442
  {
8443
8443
  ...u,
8444
8444
  isVideo: e.isVideo,
@@ -8467,7 +8467,7 @@ const $3 = (e) => {
8467
8467
  showVideoTime: e.showVideoTime,
8468
8468
  showVideosubtitle: e.showVideosubtitle
8469
8469
  }
8470
- ) }), Lh = "_newsContent_1ofh5_1", Rh = "_contentSeparator_1ofh5_15", Pa = {
8470
+ ) }), Lh = "_newsContent_1sb62_1", Rh = "_contentSeparator_1sb62_8", Pa = {
8471
8471
  newsContent: Lh,
8472
8472
  contentSeparator: Rh
8473
8473
  }, Dh = (e) => {
@@ -8489,7 +8489,7 @@ const $3 = (e) => {
8489
8489
  }
8490
8490
  };
8491
8491
  return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
8492
- ze,
8492
+ He,
8493
8493
  {
8494
8494
  ...r,
8495
8495
  share: e.share,
@@ -8499,11 +8499,11 @@ const $3 = (e) => {
8499
8499
  })
8500
8500
  }
8501
8501
  ) });
8502
- }, Mh = "_newsContent_1x5ie_1", Ph = "_contentSeparator_1x5ie_15", Oh = "_newsContentWhitoutLine_1x5ie_57", Bn = {
8502
+ }, Mh = "_newsContent_1gbse_1", Ph = "_contentSeparator_1gbse_8", Oh = "_newsContentWhitoutLine_1gbse_29", Bn = {
8503
8503
  newsContent: Mh,
8504
8504
  contentSeparator: Ph,
8505
8505
  newsContentWhitoutLine: Oh
8506
- }, Qh = (e) => {
8506
+ }, jh = (e) => {
8507
8507
  const { content: t, title: n } = e;
8508
8508
  if (!(!t || t.length === 0))
8509
8509
  return /* @__PURE__ */ a(re, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
@@ -8522,7 +8522,7 @@ const $3 = (e) => {
8522
8522
  }
8523
8523
  };
8524
8524
  return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
8525
- ze,
8525
+ He,
8526
8526
  {
8527
8527
  ...r,
8528
8528
  share: e.share,
@@ -8532,11 +8532,11 @@ const $3 = (e) => {
8532
8532
  })
8533
8533
  }
8534
8534
  ) });
8535
- }, jh = "_headerSection_1qe16_5", Gh = "_headerSectionLink_1qe16_31", Hh = "_newsContent_1qe16_57", Ln = {
8536
- headerSection: jh,
8535
+ }, Qh = "_headerSection_1m1sp_3", Gh = "_headerSectionLink_1m1sp_16", zh = "_newsContent_1m1sp_29", Ln = {
8536
+ headerSection: Qh,
8537
8537
  headerSectionLink: Gh,
8538
- newsContent: Hh
8539
- }, zh = (e) => {
8538
+ newsContent: zh
8539
+ }, Hh = (e) => {
8540
8540
  const { content: t, title: n, isVideo: s = !0 } = e;
8541
8541
  if (!t || t.length === 0) return;
8542
8542
  const o = t[0], i = e.slot_id && e.slot_id !== "Nota_1", r = t.slice(1);
@@ -8578,7 +8578,7 @@ const $3 = (e) => {
8578
8578
  }
8579
8579
  };
8580
8580
  return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ ut(
8581
- ze,
8581
+ He,
8582
8582
  {
8583
8583
  ...d,
8584
8584
  isVideo: s,
@@ -8589,7 +8589,7 @@ const $3 = (e) => {
8589
8589
  })
8590
8590
  ] })
8591
8591
  ] });
8592
- }, Vh = "_content_15xuj_1", Fh = "_linkImage_15xuj_59", Wh = "_sectionDescription_15xuj_83", $h = "_dateText_15xuj_121", Yh = "_textContent_15xuj_143", Nt = {
8592
+ }, Vh = "_content_cnul3_1", Fh = "_linkImage_cnul3_30", Wh = "_sectionDescription_cnul3_42", $h = "_dateText_cnul3_61", Yh = "_textContent_cnul3_72", Nt = {
8593
8593
  content: Vh,
8594
8594
  linkImage: Fh,
8595
8595
  sectionDescription: Wh,
@@ -8633,10 +8633,10 @@ const $3 = (e) => {
8633
8633
  ]
8634
8634
  }
8635
8635
  ) : null;
8636
- }, Jh = "_content_1y9s7_1", Zh = "_contentSeparator_1y9s7_13", Oa = {
8636
+ }, Jh = "_content_yx3zm_1", Zh = "_contentSeparator_yx3zm_7", Oa = {
8637
8637
  content: Jh,
8638
8638
  contentSeparator: Zh
8639
- }, Xh = "_newsContent_f0o15_1", e2 = "_contentSeparator_f0o15_15", t2 = "_hasLinesBlock_f0o15_79", Vn = {
8639
+ }, Xh = "_newsContent_1uamf_1", e2 = "_contentSeparator_1uamf_8", t2 = "_hasLinesBlock_1uamf_40", Vn = {
8640
8640
  newsContent: Xh,
8641
8641
  contentSeparator: e2,
8642
8642
  hasLinesBlock: t2
@@ -8707,14 +8707,14 @@ const $3 = (e) => {
8707
8707
  "--heightImageOverwrite": e.heightImageOverwrite,
8708
8708
  "--heightImageOverwriteMobile": e.heightImageOverwriteMobile
8709
8709
  },
8710
- children: /* @__PURE__ */ a(_n, { ...l, paths: e.paths })
8710
+ children: /* @__PURE__ */ a(vn, { ...l, paths: e.paths })
8711
8711
  },
8712
8712
  r
8713
8713
  );
8714
8714
  })
8715
8715
  }
8716
8716
  ) });
8717
- }, s2 = "_content_e2a3d_1", o2 = "_imageStyled_e2a3d_27", i2 = "_contentIcon_e2a3d_45", r2 = "_boxInformation_e2a3d_87", l2 = "_comment_e2a3d_101", c2 = "_title_e2a3d_119", d2 = "_authorName_e2a3d_161", $e = {
8717
+ }, s2 = "_content_1mj79_1", o2 = "_imageStyled_1mj79_14", i2 = "_contentIcon_1mj79_23", r2 = "_boxInformation_1mj79_44", l2 = "_comment_1mj79_51", c2 = "_title_1mj79_60", d2 = "_authorName_1mj79_81", $e = {
8718
8718
  content: s2,
8719
8719
  imageStyled: o2,
8720
8720
  contentIcon: i2,
@@ -8787,7 +8787,7 @@ const $3 = (e) => {
8787
8787
  })
8788
8788
  }
8789
8789
  ) });
8790
- }, h2 = "_content_nslah_1", f2 = "_newsContentSection_nslah_9", g2 = "_itemContent_nslah_19", p2 = "_ItemCustomContent_nslah_31", je = {
8790
+ }, h2 = "_content_1elhb_1", f2 = "_newsContentSection_1elhb_5", g2 = "_itemContent_1elhb_10", p2 = "_ItemCustomContent_1elhb_16", Qe = {
8791
8791
  content: h2,
8792
8792
  newsContentSection: f2,
8793
8793
  itemContent: g2,
@@ -8796,9 +8796,9 @@ const $3 = (e) => {
8796
8796
  const { item: t, option: n } = e;
8797
8797
  switch (n) {
8798
8798
  case "ediciones":
8799
- return /* @__PURE__ */ a("div", { className: je.ItemCustomContent });
8799
+ return /* @__PURE__ */ a("div", { className: Qe.ItemCustomContent });
8800
8800
  case "columnistasnacionales":
8801
- return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
8801
+ return /* @__PURE__ */ a("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ a(
8802
8802
  sn,
8803
8803
  {
8804
8804
  data: t,
@@ -8807,7 +8807,7 @@ const $3 = (e) => {
8807
8807
  }
8808
8808
  ) });
8809
8809
  case "columnistaslocales":
8810
- return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
8810
+ return /* @__PURE__ */ a("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ a(
8811
8811
  sn,
8812
8812
  {
8813
8813
  data: t,
@@ -8816,7 +8816,7 @@ const $3 = (e) => {
8816
8816
  }
8817
8817
  ) });
8818
8818
  case "columnistas":
8819
- return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(
8819
+ return /* @__PURE__ */ a("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ a(
8820
8820
  sn,
8821
8821
  {
8822
8822
  data: t,
@@ -8831,9 +8831,9 @@ const $3 = (e) => {
8831
8831
  </div>
8832
8832
  ); */
8833
8833
  default:
8834
- return /* @__PURE__ */ a("div", { className: je.ItemCustomContent, children: /* @__PURE__ */ a(ze, { ...t, paths: e.paths }) });
8834
+ return /* @__PURE__ */ a("div", { className: Qe.ItemCustomContent, children: /* @__PURE__ */ a(He, { ...t, paths: e.paths }) });
8835
8835
  }
8836
- }, Z3 = (e) => {
8836
+ }, Z9 = (e) => {
8837
8837
  const {
8838
8838
  data: t,
8839
8839
  currentPage: n,
@@ -8857,10 +8857,10 @@ const $3 = (e) => {
8857
8857
  paths: e.paths,
8858
8858
  bannerTop: /* @__PURE__ */ a(oe, { banners: s ?? [], name: "right_1" }),
8859
8859
  banner: /* @__PURE__ */ a(oe, { banners: s ?? [], name: "right_2" }),
8860
- children: /* @__PURE__ */ a("section", { className: je.content, children: t.length > 0 ? /* @__PURE__ */ a(
8861
- zn,
8860
+ children: /* @__PURE__ */ a("section", { className: Qe.content, children: t.length > 0 ? /* @__PURE__ */ a(
8861
+ Hn,
8862
8862
  {
8863
- className: [je.newsContentSection, "padding-0"].join(" "),
8863
+ className: [Qe.newsContentSection, "padding-0"].join(" "),
8864
8864
  paginatorComponent: /* @__PURE__ */ a(
8865
8865
  dn,
8866
8866
  {
@@ -8873,7 +8873,7 @@ const $3 = (e) => {
8873
8873
  }
8874
8874
  ),
8875
8875
  children: Array.isArray(t) && t?.map((d, h) => /* @__PURE__ */ m(on, { children: [
8876
- c.includes(h + 1) && /* @__PURE__ */ a("div", { className: je.itemContent + " banner-context", children: /* @__PURE__ */ a(
8876
+ c.includes(h + 1) && /* @__PURE__ */ a("div", { className: Qe.itemContent + " banner-context", children: /* @__PURE__ */ a(
8877
8877
  oe,
8878
8878
  {
8879
8879
  banners: s ?? [],
@@ -8920,8 +8920,8 @@ const $3 = (e) => {
8920
8920
  }
8921
8921
  );
8922
8922
  case "op2":
8923
- return /* @__PURE__ */ a(j, { children: t.length > 0 ? /* @__PURE__ */ a(
8924
- zn,
8923
+ return /* @__PURE__ */ a(Q, { children: t.length > 0 ? /* @__PURE__ */ a(
8924
+ Hn,
8925
8925
  {
8926
8926
  className: "padding-0",
8927
8927
  paginatorComponent: /* @__PURE__ */ a(
@@ -8936,7 +8936,7 @@ const $3 = (e) => {
8936
8936
  }
8937
8937
  ),
8938
8938
  children: Array.isArray(t) && t?.map((d, h) => /* @__PURE__ */ m(on, { children: [
8939
- c.includes(h + 1) && /* @__PURE__ */ a("div", { className: je.itemContent, children: /* @__PURE__ */ a(
8939
+ c.includes(h + 1) && /* @__PURE__ */ a("div", { className: Qe.itemContent, children: /* @__PURE__ */ a(
8940
8940
  oe,
8941
8941
  {
8942
8942
  banners: s ?? [],
@@ -8981,35 +8981,35 @@ const $3 = (e) => {
8981
8981
  }
8982
8982
  ) });
8983
8983
  default:
8984
- return /* @__PURE__ */ a(j, {});
8984
+ return /* @__PURE__ */ a(Q, {});
8985
8985
  }
8986
- }, A2 = "_content_1oabr_1", w2 = "_contactInfoContent_1oabr_13", Qa = {
8986
+ }, A2 = "_content_gwsqy_1", w2 = "_contactInfoContent_gwsqy_7", ja = {
8987
8987
  content: A2,
8988
8988
  contactInfoContent: w2
8989
- }, X3 = (e) => {
8989
+ }, X9 = (e) => {
8990
8990
  const { data: t } = e;
8991
- return /* @__PURE__ */ a("section", { className: Qa.content, children: t.map((n, s) => /* @__PURE__ */ a(
8991
+ return /* @__PURE__ */ a("section", { className: ja.content, children: t.map((n, s) => /* @__PURE__ */ a(
8992
8992
  "div",
8993
8993
  {
8994
- className: Qa.contactInfoContent,
8994
+ className: ja.contactInfoContent,
8995
8995
  dangerouslySetInnerHTML: {
8996
8996
  __html: n.body.rendered
8997
8997
  }
8998
8998
  },
8999
8999
  s
9000
9000
  )) });
9001
- }, y2 = "_contentLayout2_vps69_17", C2 = "_contentHeader_vps69_83", Ps = {
9001
+ }, y2 = "_contentLayout2_ee6yw_9", C2 = "_contentHeader_ee6yw_42", Ps = {
9002
9002
  contentLayout2: y2,
9003
9003
  contentHeader: C2
9004
- }, b2 = "_content_1noi7_1", _2 = {
9004
+ }, b2 = "_content_1rbrt_1", v2 = {
9005
9005
  content: b2
9006
- }, v2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
9006
+ }, _2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
9007
9007
  "div",
9008
9008
  {
9009
- className: `content-layout-2 ${_2.content} ${t}`,
9009
+ className: `content-layout-2 ${v2.content} ${t}`,
9010
9010
  children: e
9011
9011
  }
9012
- ), N2 = "_container_14le6_1", S2 = "_note_14le6_19", x2 = "_commercial_14le6_99", E2 = "_commercialContent_14le6_133", k2 = "_complement_14le6_165", St = {
9012
+ ), N2 = "_container_1insg_1", S2 = "_note_1insg_10", x2 = "_commercial_1insg_50", E2 = "_commercialContent_1insg_67", k2 = "_complement_1insg_83", St = {
9013
9013
  container: N2,
9014
9014
  note: S2,
9015
9015
  commercial: x2,
@@ -9123,7 +9123,7 @@ const $3 = (e) => {
9123
9123
  }
9124
9124
  );
9125
9125
  }
9126
- }, T2 = "_content_x3ugk_1", q2 = "_contentWithinCard_x3ugk_13", B2 = "_contentDate_x3ugk_25", L2 = "_dateInfo_x3ugk_39", R2 = "_dot_x3ugk_59", D2 = "_contentTitle_x3ugk_75", M2 = "_contentTextList_x3ugk_93", P2 = "_contentButton_x3ugk_201", O2 = "_linkStyled_x3ugk_213", Oe = {
9126
+ }, T2 = "_content_jrssz_1", q2 = "_contentWithinCard_jrssz_7", B2 = "_contentDate_jrssz_13", L2 = "_dateInfo_jrssz_20", R2 = "_dot_jrssz_30", D2 = "_contentTitle_jrssz_38", M2 = "_contentTextList_jrssz_47", P2 = "_contentButton_jrssz_101", O2 = "_linkStyled_jrssz_107", Oe = {
9127
9127
  content: T2,
9128
9128
  contentWithinCard: q2,
9129
9129
  contentDate: B2,
@@ -9133,12 +9133,12 @@ const $3 = (e) => {
9133
9133
  contentTextList: M2,
9134
9134
  contentButton: P2,
9135
9135
  linkStyled: O2
9136
- }, Q2 = "_content_12i3e_1", j2 = {
9137
- content: Q2
9138
- }, G2 = (e) => /* @__PURE__ */ a("section", { className: j2.content, id: e.id, children: e.children }), H2 = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), z2 = (e) => {
9136
+ }, j2 = "_content_ifkxj_1", Q2 = {
9137
+ content: j2
9138
+ }, G2 = (e) => /* @__PURE__ */ a("section", { className: Q2.content, id: e.id, children: e.children }), z2 = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), H2 = (e) => {
9139
9139
  const t = /src="\/(.*?)"/g;
9140
9140
  return e.replace(t, `src="${rn()}/$1"`);
9141
- }, ja = {
9141
+ }, Qa = {
9142
9142
  2: 1,
9143
9143
  4: 2,
9144
9144
  7: 3,
@@ -9159,8 +9159,8 @@ const F2 = async ({
9159
9159
  }) => {
9160
9160
  if (!e || e.length === 0 || !e[0]) return;
9161
9161
  const o = e[0].list?.items?.map((i) => {
9162
- const r = H2(i.body.rendered);
9163
- let l = z2(r);
9162
+ const r = z2(i.body.rendered);
9163
+ let l = H2(r);
9164
9164
  return l = V2(l), {
9165
9165
  ...i,
9166
9166
  body: {
@@ -9213,11 +9213,11 @@ const F2 = async ({
9213
9213
  }
9214
9214
  ) })
9215
9215
  ] }) }, r),
9216
- ja[r] && /* @__PURE__ */ a(
9216
+ Qa[r] && /* @__PURE__ */ a(
9217
9217
  oe,
9218
9218
  {
9219
9219
  banners: n,
9220
- name: "list_" + ja[r]
9220
+ name: "list_" + Qa[r]
9221
9221
  },
9222
9222
  r
9223
9223
  )
@@ -9352,12 +9352,12 @@ const Y2 = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
9352
9352
  )
9353
9353
  ] })
9354
9354
  ] }) });
9355
- }, J2 = "_content_13o3k_1", Z2 = "_journalistArticleContent_13o3k_29", X2 = "_contentNews_13o3k_69", e0 = "_noteSource_13o3k_783", Wt = {
9355
+ }, J2 = "_content_opb3u_1", Z2 = "_journalistArticleContent_opb3u_15", X2 = "_contentNews_opb3u_35", e0 = "_noteSource_opb3u_392", Wt = {
9356
9356
  content: J2,
9357
9357
  journalistArticleContent: Z2,
9358
9358
  contentNews: X2,
9359
9359
  noteSource: e0
9360
- }, t0 = "_summaryContent_1pu0j_1", n0 = {
9360
+ }, t0 = "_summaryContent_wsypg_1", n0 = {
9361
9361
  summaryContent: t0
9362
9362
  }, a0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
9363
9363
  "section",
@@ -9667,7 +9667,7 @@ async function h0(e) {
9667
9667
  ] })
9668
9668
  ] });
9669
9669
  }
9670
- const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9670
+ const f0 = "_content_cu8lm_1", g0 = "_title_cu8lm_18", Ga = {
9671
9671
  content: f0,
9672
9672
  title: g0
9673
9673
  }, p0 = async ({
@@ -9687,7 +9687,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9687
9687
  /* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
9688
9688
  /* @__PURE__ */ a("p", { className: Ga.title, children: o?.title })
9689
9689
  ] });
9690
- }, A0 = "_content_1kodm_1", w0 = "_title_1kodm_35", Rn = {
9690
+ }, A0 = "_content_cu8lm_1", w0 = "_title_cu8lm_18", Rn = {
9691
9691
  content: A0,
9692
9692
  title: w0
9693
9693
  }, y0 = async ({
@@ -9715,9 +9715,9 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9715
9715
  ),
9716
9716
  /* @__PURE__ */ a("p", { className: Rn.title, children: o?.title })
9717
9717
  ] });
9718
- }, C0 = "_content_g44cu_1", b0 = {
9718
+ }, C0 = "_content_ezbiw_1", b0 = {
9719
9719
  content: C0
9720
- }, _0 = async ({
9720
+ }, v0 = async ({
9721
9721
  newsformated: e,
9722
9722
  internal: t
9723
9723
  }) => {
@@ -9735,8 +9735,8 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9735
9735
  dangerouslySetInnerHTML: { __html: o ?? "" }
9736
9736
  }
9737
9737
  );
9738
- }, v0 = "_content_15e7w_1", Dn = {
9739
- content: v0
9738
+ }, _0 = "_content_156j7_1", Dn = {
9739
+ content: _0
9740
9740
  }, N0 = (e) => {
9741
9741
  if (e.news.config.articlepreview === "videoEmbedded")
9742
9742
  return /* @__PURE__ */ a("div", { className: Dn.content, children: /* @__PURE__ */ a(
@@ -9756,13 +9756,13 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9756
9756
  ) });
9757
9757
  if (e.news.config.articlepreview === "iframe")
9758
9758
  return /* @__PURE__ */ a("div", { className: Dn.content, children: /* @__PURE__ */ a(
9759
- _0,
9759
+ v0,
9760
9760
  {
9761
9761
  newsformated: e.news,
9762
9762
  internal: e.news.info.link.internal
9763
9763
  }
9764
9764
  ) });
9765
- }, e9 = async (e) => {
9765
+ }, e3 = async (e) => {
9766
9766
  const {
9767
9767
  children: t,
9768
9768
  ranking: n = [],
@@ -9774,7 +9774,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9774
9774
  getVideos: c
9775
9775
  } = e, u = e.slug === "liveblogs";
9776
9776
  if (!(!o || !o[0]))
9777
- return /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m(v2, { className: Ps.contentLayout2, children: [
9777
+ return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(_2, { className: Ps.contentLayout2, children: [
9778
9778
  /* @__PURE__ */ a(
9779
9779
  I2,
9780
9780
  {
@@ -9827,7 +9827,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9827
9827
  }
9828
9828
  )
9829
9829
  ] }) });
9830
- }, S0 = "_content_1mczt_1", x0 = "_contentInfo_1mczt_47", E0 = "_imageStyled_1mczt_81", k0 = "_name_1mczt_91", U0 = "_description_1mczt_101", I0 = "_contentInfoWithoutImg_1mczt_207", rt = {
9830
+ }, S0 = "_content_1tl6i_1", x0 = "_contentInfo_1tl6i_24", E0 = "_imageStyled_1tl6i_41", k0 = "_name_1tl6i_46", U0 = "_description_1tl6i_51", I0 = "_contentInfoWithoutImg_1tl6i_104", rt = {
9831
9831
  content: S0,
9832
9832
  contentInfo: x0,
9833
9833
  imageStyled: E0,
@@ -9863,7 +9863,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9863
9863
  ]
9864
9864
  }
9865
9865
  ) });
9866
- }, q0 = "_content_1dk1v_1", B0 = "_contentInfo_1dk1v_45", L0 = "_name_1dk1v_67", R0 = "_description_1dk1v_85", $t = {
9866
+ }, q0 = "_content_7wvro_1", B0 = "_contentInfo_7wvro_23", L0 = "_name_7wvro_34", R0 = "_description_7wvro_43", $t = {
9867
9867
  content: q0,
9868
9868
  contentInfo: B0,
9869
9869
  name: L0,
@@ -9903,7 +9903,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9903
9903
  )
9904
9904
  ] })
9905
9905
  }
9906
- ), t9 = (e) => {
9906
+ ), t3 = (e) => {
9907
9907
  const { option: t, entity: n } = e;
9908
9908
  switch (t) {
9909
9909
  case "op1":
@@ -9928,14 +9928,14 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9928
9928
  }
9929
9929
  );
9930
9930
  default:
9931
- return /* @__PURE__ */ a(j, {});
9931
+ return /* @__PURE__ */ a(Q, {});
9932
9932
  }
9933
- }, M0 = "_content_yu4fr_1", P0 = "_buttonStyled_yu4fr_17", O0 = "_searchStyled_yu4fr_41", Q0 = "_inputStyled_yu4fr_63", j0 = "_inputStyledTest_yu4fr_101", xt = {
9933
+ }, M0 = "_content_gxziw_1", P0 = "_buttonStyled_gxziw_9", O0 = "_searchStyled_gxziw_21", j0 = "_inputStyled_gxziw_32", Q0 = "_inputStyledTest_gxziw_51", xt = {
9934
9934
  content: M0,
9935
9935
  buttonStyled: P0,
9936
9936
  searchStyled: O0,
9937
- inputStyled: Q0,
9938
- inputStyledTest: j0
9937
+ inputStyled: j0,
9938
+ inputStyledTest: Q0
9939
9939
  }, G0 = (e) => /* @__PURE__ */ a(
9940
9940
  "svg",
9941
9941
  {
@@ -9955,7 +9955,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9955
9955
  }
9956
9956
  ) })
9957
9957
  }
9958
- ), n9 = (e) => /* @__PURE__ */ a(
9958
+ ), n3 = (e) => /* @__PURE__ */ a(
9959
9959
  "form",
9960
9960
  {
9961
9961
  className: xt.content,
@@ -9975,11 +9975,11 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9975
9975
  /* @__PURE__ */ a("button", { className: xt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(G0, { className: xt.searchStyled }) })
9976
9976
  ] })
9977
9977
  }
9978
- ), H0 = "_content_27x8l_1", z0 = "_newsContentSection_27x8l_9", V0 = "_itemContent_27x8l_19", Mn = {
9979
- content: H0,
9980
- newsContentSection: z0,
9978
+ ), z0 = "_content_io3tv_1", H0 = "_newsContentSection_io3tv_5", V0 = "_itemContent_io3tv_10", Mn = {
9979
+ content: z0,
9980
+ newsContentSection: H0,
9981
9981
  itemContent: V0
9982
- }, a9 = (e) => {
9982
+ }, a3 = (e) => {
9983
9983
  const {
9984
9984
  data: t,
9985
9985
  option: n,
@@ -9998,7 +9998,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
9998
9998
  };
9999
9999
  switch (n) {
10000
10000
  case "op1":
10001
- return /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m(Ba, { children: [
10001
+ return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(Ba, { children: [
10002
10002
  /* @__PURE__ */ a(d1, { autor: s[0], autorIcon: e.autorIcon }),
10003
10003
  /* @__PURE__ */ a(
10004
10004
  Bs,
@@ -10009,7 +10009,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10009
10009
  bannerTop: /* @__PURE__ */ a(oe, { banners: i ?? [], name: "right_1" }),
10010
10010
  banner: /* @__PURE__ */ a(oe, { banners: i ?? [], name: "right_2" }),
10011
10011
  children: /* @__PURE__ */ a("section", { className: Mn.content, children: t.length > 0 ? /* @__PURE__ */ a(
10012
- zn,
10012
+ Hn,
10013
10013
  {
10014
10014
  className: [Mn.newsContentSection, "padding-0"].join(
10015
10015
  " "
@@ -10080,9 +10080,9 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10080
10080
  )
10081
10081
  ] }) });
10082
10082
  case "op2":
10083
- return /* @__PURE__ */ a(j, { children: /* @__PURE__ */ m(Ba, { children: [
10083
+ return /* @__PURE__ */ a(Q, { children: /* @__PURE__ */ m(Ba, { children: [
10084
10084
  /* @__PURE__ */ a(b1, { autor: s[0], autorIcon: e.autorIcon }),
10085
- Array.isArray(t) ? /* @__PURE__ */ m(j, { children: [
10085
+ Array.isArray(t) ? /* @__PURE__ */ m(Q, { children: [
10086
10086
  /* @__PURE__ */ a(
10087
10087
  Ms,
10088
10088
  {
@@ -10133,12 +10133,12 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10133
10133
  )
10134
10134
  ] }) });
10135
10135
  default:
10136
- return /* @__PURE__ */ a(j, {});
10136
+ return /* @__PURE__ */ a(Q, {});
10137
10137
  }
10138
- }, F0 = "_content_ghncj_1", W0 = "_videoContent_ghncj_17", Ha = {
10138
+ }, F0 = "_content_pq89v_1", W0 = "_videoContent_pq89v_9", za = {
10139
10139
  content: F0,
10140
10140
  videoContent: W0
10141
- }, $0 = "_container_1wcps_1", Y0 = "_playStyled_1wcps_11", K0 = "_imageStyled_1wcps_25", J0 = "_longer_1wcps_51", Z0 = "_contentNews_1wcps_61", X0 = "_tagContent_1wcps_101", ef = "_tag_1wcps_101", tf = "_titular_1wcps_135", nf = "_small_1wcps_161", af = "_figure_1wcps_173", sf = "_backDrop_1wcps_183", of = "_backDropAux_1wcps_199", Et = {
10141
+ }, $0 = "_container_1xr2t_1", Y0 = "_playStyled_1xr2t_6", K0 = "_imageStyled_1xr2t_13", J0 = "_longer_1xr2t_26", Z0 = "_contentNews_1xr2t_31", X0 = "_tagContent_1xr2t_51", ef = "_tag_1xr2t_51", tf = "_titular_1xr2t_68", nf = "_small_1xr2t_81", af = "_figure_1xr2t_87", sf = "_backDrop_1xr2t_92", of = "_backDropAux_1xr2t_100", Et = {
10142
10142
  container: $0,
10143
10143
  playStyled: Y0,
10144
10144
  imageStyled: K0,
@@ -10151,7 +10151,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10151
10151
  figure: af,
10152
10152
  backDrop: sf,
10153
10153
  backDropAux: of
10154
- }, za = async (e) => {
10154
+ }, Ha = async (e) => {
10155
10155
  const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
10156
10156
  return /* @__PURE__ */ a("figure", { className: Et.figure, children: /* @__PURE__ */ m("span", { className: Et.backdrop, children: [
10157
10157
  /* @__PURE__ */ a("span", { className: Et.backDropAux }),
@@ -10185,10 +10185,10 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10185
10185
  ] }) });
10186
10186
  }, rf = (e) => {
10187
10187
  const { videos: t } = e;
10188
- return /* @__PURE__ */ a("div", { className: Ha.content, children: /* @__PURE__ */ a(Mt, { children: /* @__PURE__ */ a(re, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: Ha.videoContent, children: [
10189
- /* @__PURE__ */ a(za, { video: t[0] }),
10188
+ return /* @__PURE__ */ a("div", { className: za.content, children: /* @__PURE__ */ a(Mt, { children: /* @__PURE__ */ a(re, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: za.videoContent, children: [
10189
+ /* @__PURE__ */ a(Ha, { video: t[0] }),
10190
10190
  /* @__PURE__ */ a("div", { style: { display: "flex", flexDirection: "column" }, children: t.slice(1).map((n, s) => /* @__PURE__ */ a(
10191
- za,
10191
+ Ha,
10192
10192
  {
10193
10193
  size: "small",
10194
10194
  video: n
@@ -10196,7 +10196,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10196
10196
  `video-small-${s}`
10197
10197
  )) })
10198
10198
  ] }) }) }) });
10199
- }, lf = "_content_quk50_1", cf = "_videoContent_quk50_17", df = "_articleSection_quk50_41", uf = "_contentLatout_quk50_61", mf = "_title_quk50_71", hf = "_article_quk50_41", ff = "_correspondent_quk50_127", Ke = {
10199
+ }, lf = "_content_ruy5q_1", cf = "_videoContent_ruy5q_9", df = "_articleSection_ruy5q_21", uf = "_contentLatout_ruy5q_31", mf = "_title_ruy5q_36", hf = "_article_ruy5q_21", ff = "_correspondent_ruy5q_64", Ke = {
10200
10200
  content: lf,
10201
10201
  videoContent: cf,
10202
10202
  articleSection: df,
@@ -10204,7 +10204,7 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10204
10204
  title: mf,
10205
10205
  article: hf,
10206
10206
  correspondent: ff
10207
- }, gf = "_container_17w1m_1", pf = "_playStyled_17w1m_17", Va = {
10207
+ }, gf = "_container_1rq2h_1", pf = "_playStyled_1rq2h_9", Va = {
10208
10208
  container: gf,
10209
10209
  playStyled: pf
10210
10210
  }, Af = (e) => {
@@ -10249,17 +10249,17 @@ const f0 = "_content_1kodm_1", g0 = "_title_1kodm_35", Ga = {
10249
10249
  /* @__PURE__ */ a("p", { className: Ke.correspondent, children: t() })
10250
10250
  ] })
10251
10251
  ] }) }) }) });
10252
- }, s9 = (e) => {
10252
+ }, s3 = (e) => {
10253
10253
  switch (e.option) {
10254
10254
  case "op1":
10255
10255
  return /* @__PURE__ */ a(rf, { videos: e.data });
10256
10256
  case "op2":
10257
10257
  return /* @__PURE__ */ a(wf, { video: e.data[0] });
10258
10258
  default:
10259
- return /* @__PURE__ */ a(j, {});
10259
+ return /* @__PURE__ */ a(Q, {});
10260
10260
  }
10261
10261
  };
10262
- function o9({ containerId: e, containerId2: t }) {
10262
+ function o3({ containerId: e, containerId2: t }) {
10263
10263
  return Ee(() => {
10264
10264
  try {
10265
10265
  let n = function() {
@@ -10334,7 +10334,7 @@ const yf = (e) => {
10334
10334
  }
10335
10335
  }
10336
10336
  ),
10337
- t && /* @__PURE__ */ m(j, { children: [
10337
+ t && /* @__PURE__ */ m(Q, { children: [
10338
10338
  /* @__PURE__ */ a(
10339
10339
  "div",
10340
10340
  {
@@ -10431,7 +10431,7 @@ const yf = (e) => {
10431
10431
  }
10432
10432
  ],
10433
10433
  preview: void 0
10434
- }, Fa = 6, _f = ({
10434
+ }, Fa = 6, vf = ({
10435
10435
  section: e,
10436
10436
  currentNews: t,
10437
10437
  banner: n,
@@ -10461,7 +10461,7 @@ const yf = (e) => {
10461
10461
  return Ee(() => {
10462
10462
  s && u();
10463
10463
  }, [s, i, u]), !i?.data || i.data.length === 0 ? null : /* @__PURE__ */ a(
10464
- vf,
10464
+ _f,
10465
10465
  {
10466
10466
  news: i.data,
10467
10467
  title: "Más Noticias",
@@ -10473,7 +10473,7 @@ const yf = (e) => {
10473
10473
  isVisible: s
10474
10474
  }
10475
10475
  );
10476
- }, vf = (e) => {
10476
+ }, _f = (e) => {
10477
10477
  const { news: t, hasLines: n = !1 } = e, s = (o) => n && (o + 1) % 3 !== 0 ? Vn.contentSeparator : "";
10478
10478
  return /* @__PURE__ */ a(
10479
10479
  "div",
@@ -10587,7 +10587,7 @@ const yf = (e) => {
10587
10587
  children: n ? ye(e.main.subtitle.striped) : e.main.subtitle.striped
10588
10588
  }
10589
10589
  ),
10590
- (e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(j, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
10590
+ (e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(Q, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
10591
10591
  U,
10592
10592
  {
10593
10593
  className: K.correspondentLink,
@@ -10635,7 +10635,7 @@ const yf = (e) => {
10635
10635
  /* @__PURE__ */ a("p", { className: "comment-text", children: n })
10636
10636
  ] })
10637
10637
  ] }) });
10638
- }, xf = "_overlay_1ng7z_5", Ef = "_popup_1ng7z_33", kf = "_title_1ng7z_79", Uf = "_optionsContainer_1ng7z_103", If = "_option_1ng7z_103", Tf = "_radioInput_1ng7z_131", qf = "_radioCustom_1ng7z_139", Bf = "_optionLabel_1ng7z_193", Lf = "_buttons_1ng7z_219", Rf = "_cancelButton_1ng7z_233", Df = "_closeButton_1ng7z_235", Mf = "_buttonAlone_1ng7z_273", Pf = "_reportButton_1ng7z_285", Of = "_successContainer_1ng7z_325", Qf = "_thumbsUp_1ng7z_341", jf = "_successMessage_1ng7z_353", Gf = "_errorMessage_1ng7z_435", Hf = "_loadingContainer_1ng7z_461", te = {
10638
+ }, xf = "_overlay_qj491_3", Ef = "_popup_qj491_17", kf = "_title_qj491_40", Uf = "_optionsContainer_qj491_52", If = "_option_qj491_52", Tf = "_radioInput_qj491_66", qf = "_radioCustom_qj491_70", Bf = "_optionLabel_qj491_97", Lf = "_buttons_qj491_110", Rf = "_cancelButton_qj491_117", Df = "_closeButton_qj491_118", Mf = "_buttonAlone_qj491_137", Pf = "_reportButton_qj491_143", Of = "_successContainer_qj491_163", jf = "_thumbsUp_qj491_171", Qf = "_successMessage_qj491_177", Gf = "_errorMessage_qj491_218", zf = "_loadingContainer_qj491_231", te = {
10639
10639
  overlay: xf,
10640
10640
  popup: Ef,
10641
10641
  title: kf,
@@ -10650,11 +10650,11 @@ const yf = (e) => {
10650
10650
  buttonAlone: Mf,
10651
10651
  reportButton: Pf,
10652
10652
  successContainer: Of,
10653
- thumbsUp: Qf,
10654
- successMessage: jf,
10653
+ thumbsUp: jf,
10654
+ successMessage: Qf,
10655
10655
  errorMessage: Gf,
10656
- loadingContainer: Hf
10657
- }, Qs = async (e, t) => {
10656
+ loadingContainer: zf
10657
+ }, js = async (e, t) => {
10658
10658
  const { PUBLIC_ENV: n } = J();
10659
10659
  if (n === "local") return !0;
10660
10660
  if (!e) return !1;
@@ -10677,7 +10677,7 @@ const yf = (e) => {
10677
10677
  return console.error("Error verificando reCAPTCHA Enterprise:", s), !1;
10678
10678
  }
10679
10679
  };
10680
- async function i9({
10680
+ async function i3({
10681
10681
  publication: e,
10682
10682
  username: t,
10683
10683
  id: n,
@@ -10693,7 +10693,7 @@ async function i9({
10693
10693
  );
10694
10694
  if (typeof e != "string" || typeof t != "string" || typeof n != "string" || typeof s != "string" || typeof i != "string")
10695
10695
  throw new Error("Todos los parámetros deben ser strings");
10696
- if (await !Qs(i, r))
10696
+ if (await !js(i, r))
10697
10697
  throw new Error("Token de captcha inválido");
10698
10698
  if (!l)
10699
10699
  throw new Error("Falta el token de API del CMS");
@@ -10737,7 +10737,7 @@ async function i9({
10737
10737
  throw f;
10738
10738
  }
10739
10739
  }
10740
- const Qe = {
10740
+ const je = {
10741
10741
  spam: "Es spam o contenido comercial no deseado",
10742
10742
  inappropriate: "Lenguaje inadecuado",
10743
10743
  hate: "Discurso o símbolos de odio",
@@ -10746,15 +10746,15 @@ const Qe = {
10746
10746
  intellectual: "Violación de propiedad intelectual",
10747
10747
  bullying: "Bullying o acoso"
10748
10748
  };
10749
- function r9(e) {
10750
- return Qe[e];
10749
+ function r3(e) {
10750
+ return je[e];
10751
10751
  }
10752
10752
  const tt = 300, Ge = {
10753
10753
  username: "anonimo",
10754
10754
  firstname: "Usuario",
10755
10755
  lastname: "Anonimo"
10756
10756
  };
10757
- function zf(e) {
10757
+ function Hf(e) {
10758
10758
  const t = e.split(" ");
10759
10759
  if (t.length !== 3) return e;
10760
10760
  const [n, s, o] = t, i = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
@@ -10764,7 +10764,7 @@ const sa = (e, t) => {
10764
10764
  if (!e || !e.current) return { boolean: !1, text: "" };
10765
10765
  const n = e.current?.value || "", s = n.length > tt, { PUBLIC_ENV: o } = J(), i = o === "local", r = n.trim() !== "" && (i || t !== "") && !s, l = s ? `No debes exceder el limite de ${tt} caracteres.` : "Debes completar todos los campos para comentar.";
10766
10766
  return { boolean: r, text: l };
10767
- }, js = (e) => {
10767
+ }, Qs = (e) => {
10768
10768
  const t = e.cookie.split("; ").find((n) => n.startsWith("reported="));
10769
10769
  if (!t) return [];
10770
10770
  try {
@@ -10773,7 +10773,7 @@ const sa = (e, t) => {
10773
10773
  return [];
10774
10774
  }
10775
10775
  }, Vf = (e, t) => {
10776
- const n = js(e);
10776
+ const n = Qs(e);
10777
10777
  n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
10778
10778
  JSON.stringify(n)
10779
10779
  )}; path=/; max-age=${3600 * 24 * 1}`);
@@ -10789,7 +10789,7 @@ function Ff(e) {
10789
10789
  let l = "";
10790
10790
  return i.length <= 2 ? l = i[0] + "*" : l = i[0] + "*".repeat(i.length - 2) + i[i.length - 1], `${s}@${l}${r}`;
10791
10791
  }
10792
- const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", Kf = "_card_1je20_63", Jf = "_close_1je20_93", Zf = "_form_1je20_141", Xf = "_formUl_1je20_159", eg = "_field_1je20_183", tg = "_label_1je20_197", ng = "_input_1je20_215", ag = "_error_1je20_251", sg = "_primary_1je20_263", og = "_divider_1je20_333", ig = "_google_1je20_385", rg = "_googleIcon_1je20_445", lg = "_spin_1je20_511", cg = "_checkboxRow_1je20_555", dg = "_terms_1je20_629", ug = "_message_1je20_691", mg = "_passwordChecker_1je20_701", hg = "_valid_1je20_739", fg = "_invalid_1je20_747", gg = "_forgotPassword_1je20_755", pg = "_successContainer_1je20_793", Ag = "_thumbsUp_1je20_809", wg = "_successMessage_1je20_821", v = {
10792
+ const Wf = "_overlay_tlrod_1", $f = "_header_tlrod_18", Yf = "_logo_tlrod_25", Kf = "_card_tlrod_32", Jf = "_close_tlrod_47", Zf = "_form_tlrod_71", Xf = "_formUl_tlrod_80", eg = "_field_tlrod_92", tg = "_label_tlrod_99", ng = "_input_tlrod_108", ag = "_error_tlrod_126", sg = "_primary_tlrod_132", og = "_divider_tlrod_167", ig = "_google_tlrod_193", rg = "_googleIcon_tlrod_223", lg = "_spin_tlrod_256", cg = "_checkboxRow_tlrod_278", dg = "_terms_tlrod_315", ug = "_message_tlrod_346", mg = "_passwordChecker_tlrod_351", hg = "_valid_tlrod_370", fg = "_invalid_tlrod_374", gg = "_forgotPassword_tlrod_378", pg = "_successContainer_tlrod_397", Ag = "_thumbsUp_tlrod_405", wg = "_successMessage_tlrod_411", _ = {
10793
10793
  overlay: Wf,
10794
10794
  header: $f,
10795
10795
  logo: Yf,
@@ -10807,7 +10807,7 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10807
10807
  googleIcon: rg,
10808
10808
  spin: lg,
10809
10809
  checkboxRow: cg,
10810
- switch: "_switch_1je20_613",
10810
+ switch: "_switch_tlrod_307",
10811
10811
  terms: dg,
10812
10812
  message: ug,
10813
10813
  passwordChecker: mg,
@@ -10817,7 +10817,7 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10817
10817
  successContainer: pg,
10818
10818
  thumbsUp: Ag,
10819
10819
  successMessage: wg
10820
- }, He = () => /* @__PURE__ */ a(
10820
+ }, ze = () => /* @__PURE__ */ a(
10821
10821
  "svg",
10822
10822
  {
10823
10823
  xmlns: "http://www.w3.org/2000/svg",
@@ -10825,7 +10825,7 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10825
10825
  width: "24",
10826
10826
  height: "24",
10827
10827
  viewBox: "0 0 32 32",
10828
- className: v.spin,
10828
+ className: _.spin,
10829
10829
  children: /* @__PURE__ */ a("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" })
10830
10830
  }
10831
10831
  ), yg = ({
@@ -10838,25 +10838,25 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10838
10838
  const [i, r] = O("form"), [l, c] = O(
10839
10839
  ""
10840
10840
  ), [u, d] = O(""), [h] = O(""), f = [
10841
- { id: "spam", label: Qe.spam },
10841
+ { id: "spam", label: je.spam },
10842
10842
  {
10843
10843
  id: "inappropriate",
10844
- label: Qe.inappropriate
10844
+ label: je.inappropriate
10845
10845
  },
10846
- { id: "hate", label: Qe.hate },
10846
+ { id: "hate", label: je.hate },
10847
10847
  {
10848
10848
  id: "misinformation",
10849
- label: Qe.misinformation
10849
+ label: je.misinformation
10850
10850
  },
10851
- { id: "terrorism", label: Qe.terrorism },
10851
+ { id: "terrorism", label: je.terrorism },
10852
10852
  {
10853
10853
  id: "intellectual",
10854
- label: Qe.intellectual
10854
+ label: je.intellectual
10855
10855
  },
10856
- { id: "bullying", label: Qe.bullying }
10856
+ { id: "bullying", label: je.bullying }
10857
10857
  ], y = async () => {
10858
10858
  if (!(!l || !n)) {
10859
- if (js(document).includes(n)) {
10859
+ if (Qs(document).includes(n)) {
10860
10860
  d("Ya has reportado este comentario.");
10861
10861
  return;
10862
10862
  }
@@ -10872,7 +10872,7 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10872
10872
  username: o,
10873
10873
  id: n,
10874
10874
  captchaToken: h,
10875
- type: Qe[l]
10875
+ type: je[l]
10876
10876
  // Enviamos el label completo
10877
10877
  })
10878
10878
  })).json();
@@ -10892,8 +10892,8 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10892
10892
  return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: te.overlay, children: /* @__PURE__ */ m("div", { className: te.popup, children: [
10893
10893
  /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: g, children: /* @__PURE__ */ a(pt, {}) }),
10894
10894
  /* @__PURE__ */ a("h2", { className: te.title, children: "Reportar Abuso" }),
10895
- i === "loading" && /* @__PURE__ */ a("div", { className: te.loadingContainer, children: /* @__PURE__ */ a(He, {}) }),
10896
- i === "form" || i === "loading" ? /* @__PURE__ */ m(j, { children: [
10895
+ i === "loading" && /* @__PURE__ */ a("div", { className: te.loadingContainer, children: /* @__PURE__ */ a(ze, {}) }),
10896
+ i === "form" || i === "loading" ? /* @__PURE__ */ m(Q, { children: [
10897
10897
  /* @__PURE__ */ a("div", { className: te.optionsContainer, children: f.map((p) => /* @__PURE__ */ m("label", { className: te.option, children: [
10898
10898
  /* @__PURE__ */ a(
10899
10899
  "input",
@@ -10922,7 +10922,7 @@ const Wf = "_overlay_1je20_1", $f = "_header_1je20_35", Yf = "_logo_1je20_49", K
10922
10922
  }
10923
10923
  )
10924
10924
  ] })
10925
- ] }) : /* @__PURE__ */ m(j, { children: [
10925
+ ] }) : /* @__PURE__ */ m(Q, { children: [
10926
10926
  /* @__PURE__ */ m("div", { className: te.successContainer, children: [
10927
10927
  /* @__PURE__ */ a("div", { className: te.thumbsUp, children: /* @__PURE__ */ a(
10928
10928
  "svg",
@@ -10975,7 +10975,7 @@ async function oa({
10975
10975
  throw new Error("Invalid size parameter");
10976
10976
  if (isNaN(u) || u < 0)
10977
10977
  throw new Error("Invalid sizereply parameter");
10978
- const d = `${vo()}/hit/5.0/1/newcomments/get`, h = new URLSearchParams({
10978
+ const d = `${_o()}/hit/5.0/1/newcomments/get`, h = new URLSearchParams({
10979
10979
  publication: e,
10980
10980
  path: t,
10981
10981
  size: c.toString(),
@@ -11007,7 +11007,7 @@ async function oa({
11007
11007
  throw y;
11008
11008
  }
11009
11009
  }
11010
- const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11010
+ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, vg = (e) => {
11011
11011
  const [t, n] = O(void 0);
11012
11012
  return Ee(() => {
11013
11013
  if (t) return;
@@ -11033,15 +11033,15 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11033
11033
  }, Gs = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
11034
11034
  /* @__PURE__ */ a("span", { className: "comment-username", children: e }),
11035
11035
  /* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
11036
- /* @__PURE__ */ a("span", { className: "comment-date", children: zf(Te(Number(t))) })
11037
- ] }), Hs = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
11036
+ /* @__PURE__ */ a("span", { className: "comment-date", children: Hf(Te(Number(t))) })
11037
+ ] }), zs = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
11038
11038
  "img",
11039
11039
  {
11040
11040
  className: "comment-avatar-img",
11041
11041
  src: e.picture,
11042
11042
  alt: e.username
11043
11043
  }
11044
- ) : e.firstname.charAt(0).toUpperCase() }), zs = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ m("div", { className: "comment-actions", children: [
11044
+ ) : e.firstname.charAt(0).toUpperCase() }), Hs = ({ isReply: e = !1, onReply: t, onFlag: n }) => /* @__PURE__ */ m("div", { className: "comment-actions", children: [
11045
11045
  !e && t && /* @__PURE__ */ a(
11046
11046
  "button",
11047
11047
  {
@@ -11157,7 +11157,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11157
11157
  ]
11158
11158
  }
11159
11159
  );
11160
- }, { PUBLIC_PUBLICATION_ID: vg } = J(), Ng = vg, $s = async ({
11160
+ }, { PUBLIC_PUBLICATION_ID: _g } = J(), Ng = _g, $s = async ({
11161
11161
  path: e,
11162
11162
  ref: t,
11163
11163
  captchaToken: n,
@@ -11265,7 +11265,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11265
11265
  const o = e.text;
11266
11266
  let i = `${Ge.firstname} ${Ge.lastname}`, r = Ge.username;
11267
11267
  return e.user && (i = `${e.user.firstname} ${e.user.lastname}`, r = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ m("div", { className: "comment-header-container", children: [
11268
- /* @__PURE__ */ a(Hs, { user: e.user ? e.user : Ge }),
11268
+ /* @__PURE__ */ a(zs, { user: e.user ? e.user : Ge }),
11269
11269
  /* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
11270
11270
  /* @__PURE__ */ a(Gs, { username: i, date: e.date.time }),
11271
11271
  /* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
@@ -11274,7 +11274,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11274
11274
  ] }),
11275
11275
  /* @__PURE__ */ a("p", { className: "comment-text", children: o }),
11276
11276
  n?.username.toLowerCase() !== r.toLowerCase() && // No puedes responder ni reportar tus respuestas
11277
- /* @__PURE__ */ a(zs, { isReply: !0, onFlag: () => s(e.id) })
11277
+ /* @__PURE__ */ a(Hs, { isReply: !0, onFlag: () => s(e.id) })
11278
11278
  ] })
11279
11279
  ] }) });
11280
11280
  }, Eg = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: o, onFlag: i }) => {
@@ -11290,13 +11290,13 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11290
11290
  className: "comment-header-container",
11291
11291
  "data-hasreplies": l.reply.length > 0 ? "true" : "false",
11292
11292
  children: [
11293
- /* @__PURE__ */ a(Hs, { user: e.user ? e.user : Ge }),
11293
+ /* @__PURE__ */ a(zs, { user: e.user ? e.user : Ge }),
11294
11294
  /* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
11295
11295
  /* @__PURE__ */ a(Gs, { username: g, date: e.date.time }),
11296
11296
  /* @__PURE__ */ a("p", { className: "comment-text", children: f }),
11297
11297
  s?.username.toLowerCase() !== p.toLowerCase() && // No puedes responder ni reportar tus respuestas
11298
11298
  /* @__PURE__ */ a(
11299
- zs,
11299
+ Hs,
11300
11300
  {
11301
11301
  onReply: () => o(e.id),
11302
11302
  onFlag: () => i(e.id)
@@ -11324,7 +11324,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11324
11324
  },
11325
11325
  C.id
11326
11326
  )),
11327
- u ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(He, {}) }) : l.morereply && /* @__PURE__ */ a(
11327
+ u ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(ze, {}) }) : l.morereply && /* @__PURE__ */ a(
11328
11328
  "button",
11329
11329
  {
11330
11330
  className: "comment-replies-button reply-button",
@@ -11409,7 +11409,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11409
11409
  }) => {
11410
11410
  const i = t.replaceAll("/", "|"), [r, l] = O(
11411
11411
  void 0
11412
- ), [c, u] = O(""), { comments: d, setComments: h } = _g(i), [f, y] = xe.useState(!1), g = xe.useRef(null), p = (E) => {
11412
+ ), [c, u] = O(""), { comments: d, setComments: h } = vg(i), [f, y] = xe.useState(!1), g = xe.useRef(null), p = (E) => {
11413
11413
  u(c === E ? "" : E);
11414
11414
  }, w = (E) => {
11415
11415
  h(
@@ -11442,13 +11442,13 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11442
11442
  morecomment: F.morecomment ?? !1,
11443
11443
  comments: [...d.comments, ...F.comments]
11444
11444
  }), y(!1);
11445
- } catch (H) {
11446
- throw y(!1), new Error(`Error al obtener comentarios: ${H}`);
11445
+ } catch (z) {
11446
+ throw y(!1), new Error(`Error al obtener comentarios: ${z}`);
11447
11447
  }
11448
- }, N = d?.comments && d.comments.length > 0, R = N ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(He, {}) });
11449
- return /* @__PURE__ */ m(j, { children: [
11450
- /* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(re, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(j, { children: [
11451
- /* @__PURE__ */ a("div", { className: "comments-header", children: e && n && /* @__PURE__ */ m(j, { children: [
11448
+ }, N = d?.comments && d.comments.length > 0, R = N ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", I = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(ze, {}) });
11449
+ return /* @__PURE__ */ m(Q, { children: [
11450
+ /* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(re, { title: N || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(Q, { children: [
11451
+ /* @__PURE__ */ a("div", { className: "comments-header", children: e && n && /* @__PURE__ */ m(Q, { children: [
11452
11452
  /* @__PURE__ */ a(
11453
11453
  Sf,
11454
11454
  {
@@ -11472,7 +11472,7 @@ const { PUBLIC_PUBLICATION_ID: Cg } = J(), bg = Cg, _g = (e) => {
11472
11472
  {
11473
11473
  className: "comments-list",
11474
11474
  "data-isauthenticated": `${e}`,
11475
- children: d ? d.comments && d.comments.length > 0 ? /* @__PURE__ */ m(j, { children: [
11475
+ children: d ? d.comments && d.comments.length > 0 ? /* @__PURE__ */ m(Q, { children: [
11476
11476
  d.comments.map((E) => /* @__PURE__ */ a(
11477
11477
  Eg,
11478
11478
  {
@@ -11642,29 +11642,29 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11642
11642
  l(!1);
11643
11643
  }
11644
11644
  }, p = n.password || "";
11645
- return /* @__PURE__ */ m(j, { children: [
11646
- d === "register" && /* @__PURE__ */ m(j, { children: [
11647
- /* @__PURE__ */ m("button", { onClick: t, className: v.google, children: [
11645
+ return /* @__PURE__ */ m(Q, { children: [
11646
+ d === "register" && /* @__PURE__ */ m(Q, { children: [
11647
+ /* @__PURE__ */ m("button", { onClick: t, className: _.google, children: [
11648
11648
  /* @__PURE__ */ a(
11649
11649
  "img",
11650
11650
  {
11651
11651
  src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
11652
11652
  alt: "",
11653
- className: v.googleIcon
11653
+ className: _.googleIcon
11654
11654
  }
11655
11655
  ),
11656
11656
  /* @__PURE__ */ a("span", { children: "Continuar con Google" })
11657
11657
  ] }),
11658
- /* @__PURE__ */ a("div", { className: v.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
11658
+ /* @__PURE__ */ a("div", { className: _.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
11659
11659
  /* @__PURE__ */ m(
11660
11660
  "form",
11661
11661
  {
11662
11662
  onSubmit: y,
11663
- className: v.form,
11663
+ className: _.form,
11664
11664
  "data-error": c ? "true" : "false",
11665
11665
  children: [
11666
- /* @__PURE__ */ a("ul", { className: v.formUl, children: Object.entries($a).map(([w, { label: C }]) => /* @__PURE__ */ m("div", { className: v.field, children: [
11667
- /* @__PURE__ */ a("label", { className: v.label, children: C }),
11666
+ /* @__PURE__ */ a("ul", { className: _.formUl, children: Object.entries($a).map(([w, { label: C }]) => /* @__PURE__ */ m("div", { className: _.field, children: [
11667
+ /* @__PURE__ */ a("label", { className: _.label, children: C }),
11668
11668
  /* @__PURE__ */ a(
11669
11669
  "input",
11670
11670
  {
@@ -11672,16 +11672,16 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11672
11672
  name: w,
11673
11673
  value: n[w] || "",
11674
11674
  onChange: (k) => f(w, k.target.value),
11675
- className: v.input,
11675
+ className: _.input,
11676
11676
  placeholder: ""
11677
11677
  }
11678
11678
  ),
11679
- w === "password" && /* @__PURE__ */ a("div", { className: v.passwordChecker, children: hn.map((k, N) => {
11679
+ w === "password" && /* @__PURE__ */ a("div", { className: _.passwordChecker, children: hn.map((k, N) => {
11680
11680
  const R = k.test(p);
11681
11681
  return /* @__PURE__ */ m(
11682
11682
  "div",
11683
11683
  {
11684
- className: R ? v.valid : v.invalid,
11684
+ className: R ? _.valid : _.invalid,
11685
11685
  children: [
11686
11686
  /* @__PURE__ */ a("div", { children: R ? "✔" : "○" }),
11687
11687
  /* @__PURE__ */ a("div", { children: k.label })
@@ -11690,7 +11690,7 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11690
11690
  N
11691
11691
  );
11692
11692
  }) }),
11693
- w === "confirmPassword" && /* @__PURE__ */ m("div", { className: v.checkboxRow, children: [
11693
+ w === "confirmPassword" && /* @__PURE__ */ m("div", { className: _.checkboxRow, children: [
11694
11694
  /* @__PURE__ */ a(
11695
11695
  "input",
11696
11696
  {
@@ -11704,19 +11704,19 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11704
11704
  "label",
11705
11705
  {
11706
11706
  htmlFor: "showPasswordRegister",
11707
- className: v.checkboxLabel,
11707
+ className: _.checkboxLabel,
11708
11708
  children: "Mostrar contraseñas"
11709
11709
  }
11710
11710
  )
11711
11711
  ] })
11712
11712
  ] }, w)) }),
11713
- c && /* @__PURE__ */ a("p", { className: v.error, children: c }),
11714
- /* @__PURE__ */ m("p", { className: v.terms, children: [
11713
+ c && /* @__PURE__ */ a("p", { className: _.error, children: c }),
11714
+ /* @__PURE__ */ m("p", { className: _.terms, children: [
11715
11715
  "Al continuar, confirmo que he leído y aceptado los",
11716
11716
  /* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
11717
11717
  "de nuestra comunidad"
11718
11718
  ] }),
11719
- /* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(He, {}) : "Crear cuenta" })
11719
+ /* @__PURE__ */ a("button", { type: "submit", className: _.primary, disabled: r, children: r ? /* @__PURE__ */ a(ze, {}) : "Crear cuenta" })
11720
11720
  ]
11721
11721
  }
11722
11722
  )
@@ -11725,11 +11725,11 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11725
11725
  "form",
11726
11726
  {
11727
11727
  onSubmit: g,
11728
- className: v.form,
11728
+ className: _.form,
11729
11729
  "data-error": c ? "true" : "false",
11730
11730
  children: [
11731
- /* @__PURE__ */ m("div", { className: v.field, children: [
11732
- /* @__PURE__ */ a("label", { className: v.label, children: "Código de verificación" }),
11731
+ /* @__PURE__ */ m("div", { className: _.field, children: [
11732
+ /* @__PURE__ */ a("label", { className: _.label, children: "Código de verificación" }),
11733
11733
  /* @__PURE__ */ a(
11734
11734
  "input",
11735
11735
  {
@@ -11737,23 +11737,23 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11737
11737
  name: "confirmationCode",
11738
11738
  value: n.confirmationCode || "",
11739
11739
  onChange: (w) => f("confirmationCode", w.target.value),
11740
- className: v.input,
11740
+ className: _.input,
11741
11741
  required: !0
11742
11742
  }
11743
11743
  )
11744
11744
  ] }),
11745
- c && /* @__PURE__ */ a("p", { className: v.error, children: c }),
11746
- /* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: r, children: r ? /* @__PURE__ */ a(He, {}) : "Confirmar cuenta" }),
11747
- /* @__PURE__ */ m("p", { className: v.switch, children: [
11745
+ c && /* @__PURE__ */ a("p", { className: _.error, children: c }),
11746
+ /* @__PURE__ */ a("button", { type: "submit", className: _.primary, disabled: r, children: r ? /* @__PURE__ */ a(ze, {}) : "Confirmar cuenta" }),
11747
+ /* @__PURE__ */ m("p", { className: _.switch, children: [
11748
11748
  "¿Ya confirmaste antes?",
11749
11749
  /* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
11750
11750
  ] })
11751
11751
  ]
11752
11752
  }
11753
11753
  ),
11754
- d === "success" && /* @__PURE__ */ m("form", { className: v.form, children: [
11755
- /* @__PURE__ */ m("div", { className: v.successContainer, children: [
11756
- /* @__PURE__ */ a("div", { className: v.thumbsUp, children: /* @__PURE__ */ a(
11754
+ d === "success" && /* @__PURE__ */ m("form", { className: _.form, children: [
11755
+ /* @__PURE__ */ m("div", { className: _.successContainer, children: [
11756
+ /* @__PURE__ */ a("div", { className: _.thumbsUp, children: /* @__PURE__ */ a(
11757
11757
  "svg",
11758
11758
  {
11759
11759
  xmlns: "http://www.w3.org/2000/svg",
@@ -11769,14 +11769,14 @@ function qg({ goToLogin: e, handleGoogleLogin: t }) {
11769
11769
  )
11770
11770
  }
11771
11771
  ) }),
11772
- /* @__PURE__ */ m("div", { className: v.successMessage, children: [
11772
+ /* @__PURE__ */ m("div", { className: _.successMessage, children: [
11773
11773
  /* @__PURE__ */ a("p", { children: "Confirmación completa." }),
11774
11774
  /* @__PURE__ */ a("p", { children: "Ya eres parte de la comunidad!" })
11775
11775
  ] })
11776
11776
  ] }),
11777
- /* @__PURE__ */ a("button", { onClick: e, className: v.primary, children: "Iniciar sesión" })
11777
+ /* @__PURE__ */ a("button", { onClick: e, className: _.primary, children: "Iniciar sesión" })
11778
11778
  ] }),
11779
- d === "register" && /* @__PURE__ */ m("p", { className: v.switch, children: [
11779
+ d === "register" && /* @__PURE__ */ m("p", { className: _.switch, children: [
11780
11780
  "¿Ya tenés cuenta?",
11781
11781
  /* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
11782
11782
  ] })
@@ -11790,7 +11790,7 @@ function Bg({
11790
11790
  CAPTCHA_KEY: o
11791
11791
  }) {
11792
11792
  const [i, r] = O("login"), [l, c] = O(""), [u, d] = O(""), [h, f] = O(""), [y, g] = O(""), [p, w] = O(""), [C, k] = O(!1), [N, R] = O(!1), [I, E] = O(null);
11793
- return /* @__PURE__ */ m(j, { children: [
11793
+ return /* @__PURE__ */ m(Q, { children: [
11794
11794
  i === "login" && /* @__PURE__ */ a(
11795
11795
  Lg,
11796
11796
  {
@@ -11808,14 +11808,14 @@ function Bg({
11808
11808
  try {
11809
11809
  const T = await Ys("comment_login", o);
11810
11810
  if (!T) throw new Error("Captcha token no generado");
11811
- const z = await fetch("/api/auth/login-password", {
11811
+ const H = await fetch("/api/auth/login-password", {
11812
11812
  method: "POST",
11813
11813
  headers: { "Content-Type": "application/json" },
11814
11814
  credentials: "include",
11815
11815
  body: JSON.stringify({ email: l, password: u, token: T })
11816
11816
  });
11817
- if (!z.ok) {
11818
- const ne = await z.json().catch(() => ({}));
11817
+ if (!H.ok) {
11818
+ const ne = await H.json().catch(() => ({}));
11819
11819
  throw new Error(ne?.error || "Ha ocurrido un error");
11820
11820
  }
11821
11821
  e(), await t();
@@ -11850,8 +11850,8 @@ function Bg({
11850
11850
  body: JSON.stringify({ email: l })
11851
11851
  });
11852
11852
  if (!T.ok) {
11853
- const z = await T.json().catch(() => ({}));
11854
- throw new Error(z?.error || "Error al enviar código");
11853
+ const H = await T.json().catch(() => ({}));
11854
+ throw new Error(H?.error || "Error al enviar código");
11855
11855
  }
11856
11856
  d(""), r("changePassword");
11857
11857
  } catch (T) {
@@ -11887,25 +11887,25 @@ function Bg({
11887
11887
  return;
11888
11888
  }
11889
11889
  if (hn.some(
11890
- (z) => !z.test(y)
11890
+ (H) => !H.test(y)
11891
11891
  )) {
11892
11892
  E("La contraseña no cumple con los requisitos");
11893
11893
  return;
11894
11894
  }
11895
11895
  E(null), R(!0);
11896
11896
  try {
11897
- const z = await fetch("/api/auth/confirm-forgot-password", {
11897
+ const H = await fetch("/api/auth/confirm-forgot-password", {
11898
11898
  method: "POST",
11899
11899
  headers: { "Content-Type": "application/json" },
11900
11900
  body: JSON.stringify({ email: l, code: h, newPassword: y })
11901
11901
  });
11902
- if (!z.ok) {
11903
- const ne = await z.json().catch(() => ({}));
11902
+ if (!H.ok) {
11903
+ const ne = await H.json().catch(() => ({}));
11904
11904
  throw new Error(ne?.error || "Error al cambiar contraseña");
11905
11905
  }
11906
11906
  r("feedback");
11907
- } catch (z) {
11908
- E(z?.message || "Error inesperado");
11907
+ } catch (H) {
11908
+ E(H?.message || "Error inesperado");
11909
11909
  } finally {
11910
11910
  R(!1);
11911
11911
  }
@@ -11939,52 +11939,52 @@ function Lg({
11939
11939
  onRegister: d,
11940
11940
  handleGoogleLogin: h
11941
11941
  }) {
11942
- return /* @__PURE__ */ m(j, { children: [
11943
- /* @__PURE__ */ m("button", { onClick: h, className: v.google, children: [
11942
+ return /* @__PURE__ */ m(Q, { children: [
11943
+ /* @__PURE__ */ m("button", { onClick: h, className: _.google, children: [
11944
11944
  /* @__PURE__ */ a(
11945
11945
  "img",
11946
11946
  {
11947
11947
  src: "https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg",
11948
11948
  alt: "",
11949
- className: v.googleIcon
11949
+ className: _.googleIcon
11950
11950
  }
11951
11951
  ),
11952
11952
  /* @__PURE__ */ a("span", { children: "Continuar con Google" })
11953
11953
  ] }),
11954
- /* @__PURE__ */ a("div", { className: v.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
11954
+ /* @__PURE__ */ a("div", { className: _.divider, children: /* @__PURE__ */ a("span", { children: "o" }) }),
11955
11955
  /* @__PURE__ */ m(
11956
11956
  "form",
11957
11957
  {
11958
11958
  onSubmit: c,
11959
- className: v.form,
11959
+ className: _.form,
11960
11960
  "data-error": o ? "true" : "false",
11961
11961
  children: [
11962
- /* @__PURE__ */ m("div", { className: v.field, children: [
11963
- /* @__PURE__ */ a("label", { className: v.label, children: "Email" }),
11962
+ /* @__PURE__ */ m("div", { className: _.field, children: [
11963
+ /* @__PURE__ */ a("label", { className: _.label, children: "Email" }),
11964
11964
  /* @__PURE__ */ a(
11965
11965
  "input",
11966
11966
  {
11967
11967
  type: "email",
11968
11968
  value: e,
11969
11969
  onChange: (f) => i(f.target.value),
11970
- className: v.input,
11970
+ className: _.input,
11971
11971
  placeholder: ""
11972
11972
  }
11973
11973
  )
11974
11974
  ] }),
11975
- /* @__PURE__ */ m("div", { className: v.field, children: [
11976
- /* @__PURE__ */ a("label", { className: v.label, children: "Contraseña" }),
11975
+ /* @__PURE__ */ m("div", { className: _.field, children: [
11976
+ /* @__PURE__ */ a("label", { className: _.label, children: "Contraseña" }),
11977
11977
  /* @__PURE__ */ a(
11978
11978
  "input",
11979
11979
  {
11980
11980
  type: n ? "text" : "password",
11981
11981
  value: t,
11982
11982
  onChange: (f) => r(f.target.value),
11983
- className: v.input,
11983
+ className: _.input,
11984
11984
  placeholder: ""
11985
11985
  }
11986
11986
  ),
11987
- /* @__PURE__ */ m("div", { className: v.checkboxRow, children: [
11987
+ /* @__PURE__ */ m("div", { className: _.checkboxRow, children: [
11988
11988
  /* @__PURE__ */ a(
11989
11989
  "input",
11990
11990
  {
@@ -11994,15 +11994,15 @@ function Lg({
11994
11994
  onChange: (f) => l(f.target.checked)
11995
11995
  }
11996
11996
  ),
11997
- /* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className: v.checkboxLabel, children: "Mostrar contraseña" })
11997
+ /* @__PURE__ */ a("label", { htmlFor: "showPasswordLogin", className: _.checkboxLabel, children: "Mostrar contraseña" })
11998
11998
  ] })
11999
11999
  ] }),
12000
- o && /* @__PURE__ */ a("p", { className: v.error, children: o }),
12001
- /* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: s, children: s ? /* @__PURE__ */ a(He, {}) : "Iniciar Sesión" })
12000
+ o && /* @__PURE__ */ a("p", { className: _.error, children: o }),
12001
+ /* @__PURE__ */ a("button", { type: "submit", className: _.primary, disabled: s, children: s ? /* @__PURE__ */ a(ze, {}) : "Iniciar Sesión" })
12002
12002
  ]
12003
12003
  }
12004
12004
  ),
12005
- /* @__PURE__ */ m("p", { className: v.switch, children: [
12005
+ /* @__PURE__ */ m("p", { className: _.switch, children: [
12006
12006
  "¿No tenés cuenta?",
12007
12007
  /* @__PURE__ */ a("button", { type: "button", onClick: d, children: "Registrate" })
12008
12008
  ] }),
@@ -12010,7 +12010,7 @@ function Lg({
12010
12010
  "button",
12011
12011
  {
12012
12012
  type: "button",
12013
- className: v.forgotPassword,
12013
+ className: _.forgotPassword,
12014
12014
  onClick: u,
12015
12015
  children: "Olvidé mi contraseña"
12016
12016
  }
@@ -12029,12 +12029,12 @@ function Rg({
12029
12029
  "form",
12030
12030
  {
12031
12031
  onSubmit: o,
12032
- className: v.form,
12032
+ className: _.form,
12033
12033
  "data-error": s ? "true" : "false",
12034
12034
  children: [
12035
- /* @__PURE__ */ a("p", { className: v.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
12036
- /* @__PURE__ */ m("div", { className: v.field, children: [
12037
- /* @__PURE__ */ a("label", { className: v.label, children: "Email" }),
12035
+ /* @__PURE__ */ a("p", { className: _.message, children: "Ingrese su dirección de correo electrónico. Le enviaremos un mensaje con un código para restablecer la contraseña." }),
12036
+ /* @__PURE__ */ m("div", { className: _.field, children: [
12037
+ /* @__PURE__ */ a("label", { className: _.label, children: "Email" }),
12038
12038
  /* @__PURE__ */ a(
12039
12039
  "input",
12040
12040
  {
@@ -12042,14 +12042,14 @@ function Rg({
12042
12042
  value: e,
12043
12043
  name: "email",
12044
12044
  onChange: (r) => t(r.target.value),
12045
- className: v.input,
12045
+ className: _.input,
12046
12046
  placeholder: ""
12047
12047
  }
12048
12048
  )
12049
12049
  ] }),
12050
- s && /* @__PURE__ */ a("p", { className: v.error, children: s }),
12051
- /* @__PURE__ */ a("button", { type: "submit", className: v.primary, disabled: n, children: n ? /* @__PURE__ */ a(He, {}) : "Enviar código" }),
12052
- /* @__PURE__ */ a("p", { className: v.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: i, children: "Volver" }) })
12050
+ s && /* @__PURE__ */ a("p", { className: _.error, children: s }),
12051
+ /* @__PURE__ */ a("button", { type: "submit", className: _.primary, disabled: n, children: n ? /* @__PURE__ */ a(ze, {}) : "Enviar código" }),
12052
+ /* @__PURE__ */ a("p", { className: _.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: i, children: "Volver" }) })
12053
12053
  ]
12054
12054
  }
12055
12055
  );
@@ -12073,62 +12073,62 @@ function Dg({
12073
12073
  "form",
12074
12074
  {
12075
12075
  onSubmit: h,
12076
- className: v.form,
12076
+ className: _.form,
12077
12077
  "data-error": r ? "true" : "false",
12078
12078
  children: [
12079
- /* @__PURE__ */ m("p", { className: v.message, children: [
12079
+ /* @__PURE__ */ m("p", { className: _.message, children: [
12080
12080
  "Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
12081
12081
  Ff(e),
12082
12082
  ". Ingrese el código y la contraseña nueva."
12083
12083
  ] }),
12084
- /* @__PURE__ */ m("ul", { className: v.formUl, children: [
12085
- /* @__PURE__ */ m("div", { className: v.field, children: [
12086
- /* @__PURE__ */ a("label", { className: v.label, children: "Código de verificación" }),
12084
+ /* @__PURE__ */ m("ul", { className: _.formUl, children: [
12085
+ /* @__PURE__ */ m("div", { className: _.field, children: [
12086
+ /* @__PURE__ */ a("label", { className: _.label, children: "Código de verificación" }),
12087
12087
  /* @__PURE__ */ a(
12088
12088
  "input",
12089
12089
  {
12090
12090
  type: "text",
12091
12091
  value: t,
12092
12092
  onChange: (y) => l(y.target.value),
12093
- className: v.input,
12093
+ className: _.input,
12094
12094
  placeholder: ""
12095
12095
  }
12096
12096
  )
12097
12097
  ] }),
12098
- /* @__PURE__ */ m("div", { className: v.field, children: [
12099
- /* @__PURE__ */ a("label", { className: v.label, children: "Nueva contraseña" }),
12098
+ /* @__PURE__ */ m("div", { className: _.field, children: [
12099
+ /* @__PURE__ */ a("label", { className: _.label, children: "Nueva contraseña" }),
12100
12100
  /* @__PURE__ */ a(
12101
12101
  "input",
12102
12102
  {
12103
12103
  type: o ? "text" : "password",
12104
12104
  value: n,
12105
12105
  onChange: (y) => c(y.target.value),
12106
- className: v.input,
12106
+ className: _.input,
12107
12107
  placeholder: "",
12108
12108
  name: "password"
12109
12109
  }
12110
12110
  ),
12111
- /* @__PURE__ */ a("div", { className: v.passwordChecker, children: hn.map((y, g) => {
12111
+ /* @__PURE__ */ a("div", { className: _.passwordChecker, children: hn.map((y, g) => {
12112
12112
  const p = y.test(n);
12113
- return /* @__PURE__ */ m("div", { className: p ? v.valid : v.invalid, children: [
12113
+ return /* @__PURE__ */ m("div", { className: p ? _.valid : _.invalid, children: [
12114
12114
  /* @__PURE__ */ a("div", { children: p ? "✔" : "○" }),
12115
12115
  /* @__PURE__ */ a("div", { children: y.label })
12116
12116
  ] }, g);
12117
12117
  }) })
12118
12118
  ] }),
12119
- /* @__PURE__ */ m("div", { className: v.field, children: [
12120
- /* @__PURE__ */ a("label", { className: v.label, children: "Confirmar contraseña" }),
12119
+ /* @__PURE__ */ m("div", { className: _.field, children: [
12120
+ /* @__PURE__ */ a("label", { className: _.label, children: "Confirmar contraseña" }),
12121
12121
  /* @__PURE__ */ a(
12122
12122
  "input",
12123
12123
  {
12124
12124
  type: o ? "text" : "password",
12125
12125
  value: s,
12126
12126
  onChange: (y) => u(y.target.value),
12127
- className: v.input,
12127
+ className: _.input,
12128
12128
  placeholder: ""
12129
12129
  }
12130
12130
  ),
12131
- /* @__PURE__ */ m("div", { className: v.checkboxRow, children: [
12131
+ /* @__PURE__ */ m("div", { className: _.checkboxRow, children: [
12132
12132
  /* @__PURE__ */ a(
12133
12133
  "input",
12134
12134
  {
@@ -12142,33 +12142,33 @@ function Dg({
12142
12142
  "label",
12143
12143
  {
12144
12144
  htmlFor: "showPasswordForgot",
12145
- className: v.checkboxLabel,
12145
+ className: _.checkboxLabel,
12146
12146
  children: "Mostrar contraseñas"
12147
12147
  }
12148
12148
  )
12149
12149
  ] })
12150
12150
  ] })
12151
12151
  ] }),
12152
- r && /* @__PURE__ */ a("p", { className: v.error, children: r }),
12152
+ r && /* @__PURE__ */ a("p", { className: _.error, children: r }),
12153
12153
  /* @__PURE__ */ a(
12154
12154
  "button",
12155
12155
  {
12156
12156
  type: "submit",
12157
- className: v.primary,
12157
+ className: _.primary,
12158
12158
  style: { maxWidth: i ? "revert-layer" : "fit-content" },
12159
12159
  disabled: i,
12160
- children: i ? /* @__PURE__ */ a(He, {}) : "Cambiar contraseña"
12160
+ children: i ? /* @__PURE__ */ a(ze, {}) : "Cambiar contraseña"
12161
12161
  }
12162
12162
  ),
12163
- /* @__PURE__ */ a("p", { className: v.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
12163
+ /* @__PURE__ */ a("p", { className: _.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
12164
12164
  ]
12165
12165
  }
12166
12166
  );
12167
12167
  }
12168
12168
  function Mg({ onBackToLogin: e }) {
12169
- return /* @__PURE__ */ m("div", { className: v.form, children: [
12170
- /* @__PURE__ */ a("p", { className: v.success, children: "La contraseña fue cambiada con éxito" }),
12171
- /* @__PURE__ */ a("button", { type: "button", className: v.primary, onClick: e, children: "Iniciar Sesión" })
12169
+ return /* @__PURE__ */ m("div", { className: _.form, children: [
12170
+ /* @__PURE__ */ a("p", { className: _.success, children: "La contraseña fue cambiada con éxito" }),
12171
+ /* @__PURE__ */ a("button", { type: "button", className: _.primary, onClick: e, children: "Iniciar Sesión" })
12172
12172
  ] });
12173
12173
  }
12174
12174
  function Pg({
@@ -12187,7 +12187,7 @@ function Pg({
12187
12187
  return /* @__PURE__ */ a(
12188
12188
  "div",
12189
12189
  {
12190
- className: v.overlay,
12190
+ className: _.overlay,
12191
12191
  role: "dialog",
12192
12192
  "aria-modal": "true",
12193
12193
  id: "pop-overlay",
@@ -12195,14 +12195,14 @@ function Pg({
12195
12195
  const d = u.target;
12196
12196
  d && d.id === "pop-overlay" && s();
12197
12197
  },
12198
- children: /* @__PURE__ */ m("div", { className: v.card, children: [
12199
- /* @__PURE__ */ m("header", { className: v.header, children: [
12200
- /* @__PURE__ */ a("div", { className: v.logo, children: i ? i() : null }),
12198
+ children: /* @__PURE__ */ m("div", { className: _.card, children: [
12199
+ /* @__PURE__ */ m("header", { className: _.header, children: [
12200
+ /* @__PURE__ */ a("div", { className: _.logo, children: i ? i() : null }),
12201
12201
  /* @__PURE__ */ a(
12202
12202
  "button",
12203
12203
  {
12204
12204
  onClick: s,
12205
- className: v.close,
12205
+ className: _.close,
12206
12206
  "aria-label": "Cerrar",
12207
12207
  children: /* @__PURE__ */ a(pt, {})
12208
12208
  }
@@ -12248,7 +12248,7 @@ function Og({
12248
12248
  }, f = async (y) => {
12249
12249
  y.preventDefault(), n && d(!0);
12250
12250
  };
12251
- return /* @__PURE__ */ m(j, { children: [
12251
+ return /* @__PURE__ */ m(Q, { children: [
12252
12252
  u && /* @__PURE__ */ a(
12253
12253
  Pg,
12254
12254
  {
@@ -12286,8 +12286,8 @@ function Og({
12286
12286
  )
12287
12287
  ] });
12288
12288
  }
12289
- const Qg = "radioformula_";
12290
- function jg({
12289
+ const jg = "radioformula_";
12290
+ function Qg({
12291
12291
  isVisible: e,
12292
12292
  path: t,
12293
12293
  icon: n,
@@ -12296,7 +12296,7 @@ function jg({
12296
12296
  }) {
12297
12297
  const [i, r] = O(null), [l, c] = O(null), u = async () => {
12298
12298
  if (console.log("check auth"), !!e) {
12299
- if (console.log("check auth 2"), document.cookie.search(Qg + "IS_AUTH=true") === -1) {
12299
+ if (console.log("check auth 2"), document.cookie.search(jg + "IS_AUTH=true") === -1) {
12300
12300
  r(!1), c(null), console.log("user not logged");
12301
12301
  return;
12302
12302
  }
@@ -12322,7 +12322,7 @@ function jg({
12322
12322
  }
12323
12323
  f.gtag("set", { user_id: l.username }), console.log("username setted successfully");
12324
12324
  }, [l, e]);
12325
- const d = "/api/auth/login", h = /* @__PURE__ */ a("div", { style: { display: "flex", justifyContent: "center", alignItems: "center", minHeight: 310, position: "relative" }, children: /* @__PURE__ */ a(He, {}) });
12325
+ const d = "/api/auth/login", h = /* @__PURE__ */ a("div", { style: { display: "flex", justifyContent: "center", alignItems: "center", minHeight: 310, position: "relative" }, children: /* @__PURE__ */ a(ze, {}) });
12326
12326
  return console.log("COMMENTS: ", i, e), i === null ? h : e ? /* @__PURE__ */ a(
12327
12327
  Og,
12328
12328
  {
@@ -12338,7 +12338,7 @@ function jg({
12338
12338
  }
12339
12339
  ) : h;
12340
12340
  }
12341
- const l9 = ({
12341
+ const l3 = ({
12342
12342
  render: e,
12343
12343
  internalPath: t,
12344
12344
  section: n,
@@ -12375,7 +12375,7 @@ const l9 = ({
12375
12375
  // />
12376
12376
  // ),
12377
12377
  comment: /* @__PURE__ */ a(
12378
- jg,
12378
+ Qg,
12379
12379
  {
12380
12380
  COGNITO_AUTH_PREFIX: r ?? "template_",
12381
12381
  captchaVars: l,
@@ -12385,7 +12385,7 @@ const l9 = ({
12385
12385
  }
12386
12386
  ),
12387
12387
  more: /* @__PURE__ */ a(
12388
- _f,
12388
+ vf,
12389
12389
  {
12390
12390
  section: n,
12391
12391
  currentNews: s,
@@ -12406,7 +12406,7 @@ const l9 = ({
12406
12406
  }
12407
12407
  );
12408
12408
  };
12409
- async function c9({
12409
+ async function c3({
12410
12410
  publication: e,
12411
12411
  path: t,
12412
12412
  username: n,
@@ -12449,7 +12449,7 @@ async function c9({
12449
12449
  message: "El comentario no puede estar vacío.",
12450
12450
  status: 400
12451
12451
  };
12452
- const d = await Qs(
12452
+ const d = await js(
12453
12453
  r,
12454
12454
  i
12455
12455
  );
@@ -12513,7 +12513,7 @@ async function c9({
12513
12513
  };
12514
12514
  }
12515
12515
  }
12516
- const d9 = async ({
12516
+ const d3 = async ({
12517
12517
  token: e,
12518
12518
  projectId: t,
12519
12519
  captchaKey: n,
@@ -12554,7 +12554,7 @@ const d9 = async ({
12554
12554
  title: { ...i.main.title, section: o ? i.main.title.home : i.main.title.section }
12555
12555
  } };
12556
12556
  return /* @__PURE__ */ a(
12557
- _n,
12557
+ vn,
12558
12558
  {
12559
12559
  ...l,
12560
12560
  titleGradient: !0,
@@ -12563,7 +12563,7 @@ const d9 = async ({
12563
12563
  r
12564
12564
  );
12565
12565
  }) }) });
12566
- }, Hg = (e) => {
12566
+ }, zg = (e) => {
12567
12567
  const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
12568
12568
  return t && t.length !== 0 && /* @__PURE__ */ a(re, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
12569
12569
  ft,
@@ -12578,7 +12578,7 @@ const d9 = async ({
12578
12578
  title: { ...i.main.title, section: o ? i.main.title.home : i.main.title.section }
12579
12579
  } };
12580
12580
  return /* @__PURE__ */ a(
12581
- _n,
12581
+ vn,
12582
12582
  {
12583
12583
  ...l,
12584
12584
  titleGradient: !0,
@@ -12589,7 +12589,7 @@ const d9 = async ({
12589
12589
  })
12590
12590
  }
12591
12591
  ) });
12592
- }, zg = (e) => {
12592
+ }, Hg = (e) => {
12593
12593
  const { content: t, title: n, slot_id: s } = e, o = e.slot_id && e.slot_id !== "Nota_1";
12594
12594
  return t && t.length !== 0 && /* @__PURE__ */ a(re, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
12595
12595
  ft,
@@ -12605,7 +12605,7 @@ const d9 = async ({
12605
12605
  title: { ...i.main.title, section: o ? i.main.title.home : i.main.title.section }
12606
12606
  } };
12607
12607
  return /* @__PURE__ */ ut(
12608
- _n,
12608
+ vn,
12609
12609
  {
12610
12610
  ...l,
12611
12611
  key: r,
@@ -12621,7 +12621,7 @@ const d9 = async ({
12621
12621
  for (const n in e)
12622
12622
  n.startsWith("--") && (t[n] = e[n]);
12623
12623
  return t;
12624
- }, Vg = "_headerSection_nhjex_1", Fg = "_title_nhjex_21", Wg = "_subtitle_nhjex_45", $g = "_newsContent_nhjex_71", Yg = "_containerCards_nhjex_87", Kg = "_image_nhjex_99", Jg = "_blockHeadContainer_nhjex_111", Je = {
12624
+ }, Vg = "_headerSection_1c69w_1", Fg = "_title_1c69w_11", Wg = "_subtitle_1c69w_23", $g = "_newsContent_1c69w_36", Yg = "_containerCards_1c69w_44", Kg = "_image_1c69w_50", Jg = "_blockHeadContainer_1c69w_56", Je = {
12625
12625
  headerSection: Vg,
12626
12626
  title: Fg,
12627
12627
  subtitle: Wg,
@@ -12664,7 +12664,7 @@ const d9 = async ({
12664
12664
  }
12665
12665
  };
12666
12666
  return /* @__PURE__ */ a("div", { style: { order: c }, children: /* @__PURE__ */ a(
12667
- ze,
12667
+ He,
12668
12668
  {
12669
12669
  ...u,
12670
12670
  isVideo: s,
@@ -12679,14 +12679,14 @@ const d9 = async ({
12679
12679
  readest: (e) => /* @__PURE__ */ a(Xn, { ...e }),
12680
12680
  "Modulo 1x3": (e) => /* @__PURE__ */ a(Ms, { ...e }),
12681
12681
  "Modulo 1x4": (e) => /* @__PURE__ */ a(Dh, { ...e }),
12682
- "Modulo 1x5": (e) => /* @__PURE__ */ a(Qh, { ...e }),
12682
+ "Modulo 1x5": (e) => /* @__PURE__ */ a(jh, { ...e }),
12683
12683
  "Destacado noticias": (e) => /* @__PURE__ */ a(ih, { ...e }),
12684
12684
  "Destacado full width": (e) => /* @__PURE__ */ a(Zg, { ...e }),
12685
- "Destacado videos": (e) => /* @__PURE__ */ a(zh, { ...e }),
12685
+ "Destacado videos": (e) => /* @__PURE__ */ a(Hh, { ...e }),
12686
12686
  "Carrusel card": (e) => /* @__PURE__ */ a(a2, { ...e }),
12687
12687
  "Carrusel story": (e) => /* @__PURE__ */ a(Gg, { ...e }),
12688
- "Carrusel owl": (e) => /* @__PURE__ */ a(Hg, { ...e }),
12689
- "Modulo fotogaleria": (e) => /* @__PURE__ */ a(zg, { ...e }),
12688
+ "Carrusel owl": (e) => /* @__PURE__ */ a(zg, { ...e }),
12689
+ "Modulo fotogaleria": (e) => /* @__PURE__ */ a(Hg, { ...e }),
12690
12690
  "Carrusel opinion": (e) => /* @__PURE__ */ a(m2, { ...e }),
12691
12691
  "Modulo 1x3 card": (e) => /* @__PURE__ */ a(n2, { ...e })
12692
12692
  };
@@ -12699,7 +12699,7 @@ function Xg({
12699
12699
  if (s)
12700
12700
  return Ya[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: ia(n), children: Ya[e]({ ...n, banners: s, slot_id: t }) });
12701
12701
  }
12702
- function u9({
12702
+ function u3({
12703
12703
  children: e,
12704
12704
  stylesConfigEntry: t
12705
12705
  }) {
@@ -12771,7 +12771,7 @@ const Ka = {
12771
12771
  ...t,
12772
12772
  rightOnlyBanner: s,
12773
12773
  banners: n
12774
- }) }), m9 = ({
12774
+ }) }), m3 = ({
12775
12775
  slots: e,
12776
12776
  DYNAMIC_SLOT_SUBINDEXES: t,
12777
12777
  stylesConfig: n,
@@ -12820,7 +12820,7 @@ const Ka = {
12820
12820
  );
12821
12821
  }
12822
12822
  return r;
12823
- }, h9 = ({
12823
+ }, h3 = ({
12824
12824
  mainBlock: e,
12825
12825
  StylesConfigMain: t,
12826
12826
  config: n,
@@ -12834,7 +12834,7 @@ const Ka = {
12834
12834
  data: i.slice(0, c),
12835
12835
  paths: n.paths
12836
12836
  });
12837
- return /* @__PURE__ */ m(j, { children: [
12837
+ return /* @__PURE__ */ m(Q, { children: [
12838
12838
  /* @__PURE__ */ a(
12839
12839
  Pn,
12840
12840
  {
@@ -12866,138 +12866,138 @@ const Ka = {
12866
12866
  };
12867
12867
  export {
12868
12868
  Io as AssetsPreconnect,
12869
- a9 as AutorComponent,
12869
+ a3 as AutorComponent,
12870
12870
  d1 as AutorHeader1,
12871
12871
  b1 as AutorHeader2,
12872
12872
  oe as BannerAdvertising,
12873
12873
  kt as BannerAdvertisingMiddle,
12874
- R3 as CarrouselCSR,
12874
+ R9 as CarrouselCSR,
12875
12875
  ft as CarrouselIRS,
12876
12876
  a2 as CarruselCard,
12877
12877
  m2 as CarruselOpinion,
12878
12878
  Se as CommonServices,
12879
12879
  Zs as Comscore,
12880
- X3 as ContactInfoServer,
12881
- Q3 as ContactInput,
12882
- j3 as ContactSelect,
12883
- G3 as ContactTextarea,
12880
+ X9 as ContactInfoServer,
12881
+ j9 as ContactInput,
12882
+ Q9 as ContactSelect,
12883
+ G9 as ContactTextarea,
12884
12884
  Mt as ContentLayout1,
12885
12885
  Ba as ContentLayoutTema,
12886
- h9 as DEBUG_MainSlots,
12886
+ h3 as DEBUG_MainSlots,
12887
12887
  ih as DestacadoNoticias,
12888
- zh as DestacadoVideos,
12888
+ Hh as DestacadoVideos,
12889
12889
  br as DynamicBlockServices,
12890
- m9 as DynamicComponents,
12890
+ m3 as DynamicComponents,
12891
12891
  Pn as DynamicMainSlot,
12892
12892
  Xg as DynamicSlot,
12893
- Y3 as EditorialBlock,
12894
- O3 as ErrorComponent,
12895
- Ho as Font,
12896
- M3 as Footer,
12893
+ Y9 as EditorialBlock,
12894
+ O9 as ErrorComponent,
12895
+ zo as Font,
12896
+ M9 as Footer,
12897
12897
  Uo as FormatAfterScripts,
12898
12898
  ts as FormatScripts,
12899
12899
  eo as GA4,
12900
- n3 as GTM,
12900
+ n9 as GTM,
12901
12901
  s0 as GalleryHeader,
12902
- B3 as GenerateBody,
12903
- q3 as GenerateHead,
12904
- z3 as Header,
12902
+ B9 as GenerateBody,
12903
+ q9 as GenerateHead,
12904
+ H9 as Header,
12905
12905
  ml as ImageOffline,
12906
- U3 as IssuuServices,
12906
+ U9 as IssuuServices,
12907
12907
  Po as ItemListSchema,
12908
- F3 as JournalistArticule2,
12909
- W3 as JournalistGroup,
12908
+ F9 as JournalistArticule2,
12909
+ W9 as JournalistGroup,
12910
12910
  Bs as LayoutNewsComponent,
12911
- l9 as LazyLoader,
12911
+ l3 as LazyLoader,
12912
12912
  Yd as LiveBlogHeader,
12913
- L3 as Location,
12914
- d3 as MainComponentServices,
12913
+ L9 as Location,
12914
+ d9 as MainComponentServices,
12915
12915
  to as Marfeel,
12916
12916
  an as MiddleSection,
12917
12917
  Ms as Modulo1x3,
12918
12918
  n2 as Modulo1x3Card,
12919
12919
  Dh as Modulo1x4,
12920
- Qh as Modulo1x5,
12921
- K3 as Modulo2Columnas,
12920
+ jh as Modulo1x5,
12921
+ K9 as Modulo2Columnas,
12922
12922
  Bh as Modulo3Columnas,
12923
- J3 as ModuloNewsletter,
12924
- $3 as ModuloOpinion,
12923
+ J9 as ModuloNewsletter,
12924
+ $9 as ModuloOpinion,
12925
12925
  bf as NewListResponseDataPH,
12926
12926
  Oo as NewsArticle,
12927
- e9 as NewsComponent,
12928
- zn as NewsContent,
12927
+ e3 as NewsComponent,
12928
+ Hn as NewsContent,
12929
12929
  dn as NextPrev,
12930
- Qo as OrgList,
12930
+ jo as OrgList,
12931
12931
  ma as PreloadImages,
12932
- Qe as REPORT_REASONS,
12932
+ je as REPORT_REASONS,
12933
12933
  Xn as Readest,
12934
- o9 as ScriptHydrator,
12935
- n9 as SearchSection,
12934
+ o3 as ScriptHydrator,
12935
+ n3 as SearchSection,
12936
12936
  re as Section,
12937
- ze as SectionCard,
12938
- _n as SectionCard2,
12937
+ He as SectionCard,
12938
+ vn as SectionCard2,
12939
12939
  Fn as SectionCardServerComponent,
12940
- Z3 as SectionServerComponent,
12940
+ Z9 as SectionServerComponent,
12941
12941
  Ur as ShowSection,
12942
12942
  W2 as SocialNetworks,
12943
12943
  Do as SpeculationRules,
12944
- u9 as StaticSlotWrapper,
12944
+ u3 as StaticSlotWrapper,
12945
12945
  xl as SubscribeColumn,
12946
12946
  Ol as SubscribeRow,
12947
- D3 as SubscribeWhatsAppColumn,
12948
- t9 as TagComponent,
12949
- V3 as TagSection,
12947
+ D9 as SubscribeWhatsAppColumn,
12948
+ t3 as TagComponent,
12949
+ V9 as TagSection,
12950
12950
  e1 as TimeLine,
12951
- i3 as TrimPathname,
12952
- P3 as VideoBlock3,
12953
- H3 as VideoBlock4,
12954
- s9 as VideoSection,
12951
+ i9 as TrimPathname,
12952
+ P9 as VideoBlock3,
12953
+ z9 as VideoBlock4,
12954
+ s3 as VideoSection,
12955
12955
  Go as VideosSchemas,
12956
- jo as WebsiteList,
12957
- c9 as addComment,
12956
+ Qo as WebsiteList,
12957
+ c3 as addComment,
12958
12958
  Wn as bannersReplace,
12959
12959
  Tt as becomeVideoObject,
12960
12960
  Ac as coloringByStrokeSVGs,
12961
12961
  ia as compileStyleProps,
12962
12962
  ye as cutString,
12963
- o3 as extractRealtedNews,
12963
+ o9 as extractRealtedNews,
12964
12964
  Te as formatDate,
12965
- s3 as formatDateEdiciones,
12965
+ s9 as formatDateEdiciones,
12966
12966
  Xa as formatDateJournalistArticule,
12967
12967
  Co as formatDateTimeline,
12968
12968
  No as formatNewsMeta,
12969
12969
  qo as formatVideoData,
12970
- T3 as generalGetData,
12970
+ T9 as generalGetData,
12971
12971
  Ys as getCaptchaToken,
12972
12972
  oa as getComments,
12973
12973
  J as getConfig,
12974
- I3 as getDynamicSlots,
12974
+ I9 as getDynamicSlots,
12975
12975
  rn as getEnvironmentUrl,
12976
- vo as getEnvironmentUrlFront,
12976
+ _o as getEnvironmentUrlFront,
12977
12977
  ie as getImageUrl,
12978
12978
  Ot as getNextMeta,
12979
- jt as getPage,
12980
- c3 as getPreloadImages,
12981
- Qt as getPrevMeta,
12982
- r9 as getReportReasonLabel,
12979
+ Qt as getPage,
12980
+ c9 as getPreloadImages,
12981
+ jt as getPrevMeta,
12982
+ r3 as getReportReasonLabel,
12983
12983
  bo as getResponse,
12984
- _o as getResponsePromise,
12984
+ vo as getResponsePromise,
12985
12985
  $n as getSchemas,
12986
12986
  as as getScriptReplaces,
12987
12987
  Vo as getSlugs,
12988
- r3 as getTypeOfNews,
12989
- l3 as getVideoRealPath,
12990
- a3 as initLibrary,
12988
+ r9 as getTypeOfNews,
12989
+ l9 as getVideoRealPath,
12990
+ a9 as initLibrary,
12991
12991
  ko as metadataToJSX,
12992
- vr as metadata_defaults,
12992
+ _r as metadata_defaults,
12993
12993
  es as parseTags,
12994
12994
  So as pathnameSplit,
12995
- zo as removePages,
12996
- i9 as reportComment,
12995
+ Ho as removePages,
12996
+ i3 as reportComment,
12997
12997
  $c as shareButtons,
12998
12998
  na as socialIcons,
12999
12999
  Lo as speculationRules,
13000
13000
  Bo as speculationRulesHome,
13001
13001
  xo as urlReplaces,
13002
- d9 as verifyCaptchaTokenEnterprise
13002
+ d3 as verifyCaptchaTokenEnterprise
13003
13003
  };