sass-template-common 0.1.79 → 0.1.81

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,5 +1,5 @@
1
1
  import { jsx as a, jsxs as h, Fragment as K } from "react/jsx-runtime";
2
- import * as Ra from "react";
2
+ import * as qa from "react";
3
3
  import xe, { useState as Y, useRef as Or, useCallback as he, useEffect as Me, createElement as st, forwardRef as Pr, Fragment as pn, useMemo as Mo, Component as jo } from "react";
4
4
  let ta = {
5
5
  PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
@@ -8,7 +8,7 @@ let ta = {
8
8
  PUBLIC_API_PATH_VERSION: void 0,
9
9
  PUBLIC_X_SECURITY_TOKEN: "wj5oeACJStV3exBvodMa",
10
10
  PUBLIC_PUBLICATION_ID: "35",
11
- PUBLIC_TAG_TYPE: "21",
11
+ PUBLIC_TAG_TYPE: "27",
12
12
  PUBLIC_ENV: "local",
13
13
  PUBLIC_LNG: "en",
14
14
  PUBLIC_SERVICE_PREFIX: "false",
@@ -51,7 +51,7 @@ let ta = {
51
51
  /// originaly => NEXT_PUBLIC_CAPTCHA_KEY_V2
52
52
  SHOW_TAG_BY_SECTION: !1
53
53
  };
54
- function g3(e = {}) {
54
+ function g9(e = {}) {
55
55
  ta = { ...ta, ...e };
56
56
  }
57
57
  function J() {
@@ -77,7 +77,7 @@ const Qo = () => {
77
77
  hiddentags: String(e?.keywords?.hiddentags) ?? "",
78
78
  newsType: e?.info?.type ?? "",
79
79
  publishDate: new Date(e?.info?.date?.firstpublish ?? "").toISOString().split("T")[0] ?? ""
80
- } : void 0, Ho = ({ id: e, dimensionValues: t = {} }) => {
80
+ } : void 0, zo = ({ id: e, dimensionValues: t = {} }) => {
81
81
  const n = xe.useMemo(() => {
82
82
  const o = {};
83
83
  return Object.keys(t).forEach((s) => {
@@ -105,7 +105,7 @@ const Qo = () => {
105
105
  }
106
106
  )
107
107
  ] });
108
- }, zo = () => {
108
+ }, Ho = () => {
109
109
  const { ANALYTICS_gtm: e } = J();
110
110
  return e && /* @__PURE__ */ h(K, { children: [
111
111
  /* @__PURE__ */ a(
@@ -148,9 +148,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
148
148
  function Nt(e) {
149
149
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
150
150
  }
151
- var sn = { exports: {} }, Fo = sn.exports, qa;
151
+ var sn = { exports: {} }, Fo = sn.exports, Ra;
152
152
  function Dr() {
153
- return qa || (qa = 1, (function(e, t) {
153
+ return Ra || (Ra = 1, (function(e, t) {
154
154
  (function(n, r) {
155
155
  e.exports = r();
156
156
  })(Fo, (function() {
@@ -165,8 +165,8 @@ function Dr() {
165
165
  return (U <= 0 ? "+" : "-") + _(P, 2, "0") + ":" + _(I, 2, "0");
166
166
  }, m: function D(U, E) {
167
167
  if (U.date() < E.date()) return -D(E, U);
168
- var P = 12 * (E.year() - U.year()) + (E.month() - U.month()), I = U.clone().add(P, m), z = E - I < 0, w = U.clone().add(P + (z ? -1 : 1), m);
169
- return +(-(P + (E - I) / (z ? I - w : w - I)) || 0);
168
+ var P = 12 * (E.year() - U.year()) + (E.month() - U.month()), I = U.clone().add(P, m), H = E - I < 0, w = U.clone().add(P + (H ? -1 : 1), m);
169
+ return +(-(P + (E - I) / (H ? I - w : w - I)) || 0);
170
170
  }, a: function(D) {
171
171
  return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
172
172
  }, p: function(D) {
@@ -181,8 +181,8 @@ function Dr() {
181
181
  var I;
182
182
  if (!U) return b;
183
183
  if (typeof U == "string") {
184
- var z = U.toLowerCase();
185
- x[z] && (I = z), E && (x[z] = E, I = z);
184
+ var H = U.toLowerCase();
185
+ x[H] && (I = H), E && (x[H] = E, I = H);
186
186
  var w = U.split("-");
187
187
  if (!I && w.length > 1) return D(w[0]);
188
188
  } else {
@@ -205,15 +205,15 @@ function Dr() {
205
205
  var U = D.prototype;
206
206
  return U.parse = function(E) {
207
207
  this.$d = (function(P) {
208
- var I = P.date, z = P.utc;
208
+ var I = P.date, H = P.utc;
209
209
  if (I === null) return /* @__PURE__ */ new Date(NaN);
210
210
  if (O.u(I)) return /* @__PURE__ */ new Date();
211
211
  if (I instanceof Date) return new Date(I);
212
212
  if (typeof I == "string" && !/Z$/i.test(I)) {
213
213
  var w = I.match(y);
214
214
  if (w) {
215
- var N = w[2] - 1 || 0, R = (w[7] || "0").substring(0, 3);
216
- return z ? new Date(Date.UTC(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, R)) : new Date(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, R);
215
+ var N = w[2] - 1 || 0, q = (w[7] || "0").substring(0, 3);
216
+ return H ? new Date(Date.UTC(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q)) : new Date(w[1], N, w[3] || 1, w[4] || 0, w[5] || 0, w[6] || 0, q);
217
217
  }
218
218
  }
219
219
  return new Date(I);
@@ -239,74 +239,74 @@ function Dr() {
239
239
  }, U.valueOf = function() {
240
240
  return this.$d.getTime();
241
241
  }, U.startOf = function(E, P) {
242
- var I = this, z = !!O.u(P) || P, w = O.p(E), N = function(X, W) {
242
+ var I = this, H = !!O.u(P) || P, w = O.p(E), N = function(X, W) {
243
243
  var ie = O.w(I.$u ? Date.UTC(I.$y, W, X) : new Date(I.$y, W, X), I);
244
- return z ? ie : ie.endOf(l);
245
- }, R = function(X, W) {
246
- return O.w(I.toDate()[X].apply(I.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), I);
247
- }, M = this.$W, B = this.$M, H = this.$D, V = "set" + (this.$u ? "UTC" : "");
244
+ return H ? ie : ie.endOf(l);
245
+ }, q = function(X, W) {
246
+ return O.w(I.toDate()[X].apply(I.toDate("s"), (H ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(W)), I);
247
+ }, M = this.$W, B = this.$M, z = this.$D, V = "set" + (this.$u ? "UTC" : "");
248
248
  switch (w) {
249
249
  case p:
250
- return z ? N(1, 0) : N(31, 11);
250
+ return H ? N(1, 0) : N(31, 11);
251
251
  case m:
252
- return z ? N(1, B) : N(0, B + 1);
252
+ return H ? N(1, B) : N(0, B + 1);
253
253
  case u:
254
254
  var F = this.$locale().weekStart || 0, Z = (M < F ? M + 7 : M) - F;
255
- return N(z ? H - Z : H + (6 - Z), B);
255
+ return N(H ? z - Z : z + (6 - Z), B);
256
256
  case l:
257
257
  case g:
258
- return R(V + "Hours", 0);
258
+ return q(V + "Hours", 0);
259
259
  case d:
260
- return R(V + "Minutes", 1);
260
+ return q(V + "Minutes", 1);
261
261
  case c:
262
- return R(V + "Seconds", 2);
262
+ return q(V + "Seconds", 2);
263
263
  case i:
264
- return R(V + "Milliseconds", 3);
264
+ return q(V + "Milliseconds", 3);
265
265
  default:
266
266
  return this.clone();
267
267
  }
268
268
  }, U.endOf = function(E) {
269
269
  return this.startOf(E, !1);
270
270
  }, U.$set = function(E, P) {
271
- var I, z = O.p(E), w = "set" + (this.$u ? "UTC" : ""), N = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[m] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[s] = w + "Milliseconds", I)[z], R = z === l ? this.$D + (P - this.$W) : P;
272
- if (z === m || z === p) {
271
+ var I, H = O.p(E), w = "set" + (this.$u ? "UTC" : ""), N = (I = {}, I[l] = w + "Date", I[g] = w + "Date", I[m] = w + "Month", I[p] = w + "FullYear", I[d] = w + "Hours", I[c] = w + "Minutes", I[i] = w + "Seconds", I[s] = w + "Milliseconds", I)[H], q = H === l ? this.$D + (P - this.$W) : P;
272
+ if (H === m || H === p) {
273
273
  var M = this.clone().set(g, 1);
274
- M.$d[N](R), M.init(), this.$d = M.set(g, Math.min(this.$D, M.daysInMonth())).$d;
275
- } else N && this.$d[N](R);
274
+ M.$d[N](q), M.init(), this.$d = M.set(g, Math.min(this.$D, M.daysInMonth())).$d;
275
+ } else N && this.$d[N](q);
276
276
  return this.init(), this;
277
277
  }, U.set = function(E, P) {
278
278
  return this.clone().$set(E, P);
279
279
  }, U.get = function(E) {
280
280
  return this[O.p(E)]();
281
281
  }, U.add = function(E, P) {
282
- var I, z = this;
282
+ var I, H = this;
283
283
  E = Number(E);
284
284
  var w = O.p(P), N = function(B) {
285
- var H = G(z);
286
- return O.w(H.date(H.date() + Math.round(B * E)), z);
285
+ var z = G(H);
286
+ return O.w(z.date(z.date() + Math.round(B * E)), H);
287
287
  };
288
288
  if (w === m) return this.set(m, this.$M + E);
289
289
  if (w === p) return this.set(p, this.$y + E);
290
290
  if (w === l) return N(1);
291
291
  if (w === u) return N(7);
292
- var R = (I = {}, I[c] = r, I[d] = o, I[i] = n, I)[w] || 1, M = this.$d.getTime() + E * R;
292
+ var q = (I = {}, I[c] = r, I[d] = o, I[i] = n, I)[w] || 1, M = this.$d.getTime() + E * q;
293
293
  return O.w(M, this);
294
294
  }, U.subtract = function(E, P) {
295
295
  return this.add(-1 * E, P);
296
296
  }, U.format = function(E) {
297
297
  var P = this, I = this.$locale();
298
298
  if (!this.isValid()) return I.invalidDate || A;
299
- var z = E || "YYYY-MM-DDTHH:mm:ssZ", w = O.z(this), N = this.$H, R = this.$m, M = this.$M, B = I.weekdays, H = I.months, V = I.meridiem, F = function(W, ie, q, Ae) {
300
- return W && (W[ie] || W(P, z)) || q[ie].slice(0, Ae);
299
+ var H = E || "YYYY-MM-DDTHH:mm:ssZ", w = O.z(this), N = this.$H, q = this.$m, M = this.$M, B = I.weekdays, z = I.months, V = I.meridiem, F = function(W, ie, R, Ae) {
300
+ return W && (W[ie] || W(P, H)) || R[ie].slice(0, Ae);
301
301
  }, Z = function(W) {
302
302
  return O.s(N % 12 || 12, W, "0");
303
- }, X = V || function(W, ie, q) {
303
+ }, X = V || function(W, ie, R) {
304
304
  var Ae = W < 12 ? "AM" : "PM";
305
- return q ? Ae.toLowerCase() : Ae;
305
+ return R ? Ae.toLowerCase() : Ae;
306
306
  };
307
- return z.replace(C, (function(W, ie) {
308
- return ie || (function(q) {
309
- switch (q) {
307
+ return H.replace(C, (function(W, ie) {
308
+ return ie || (function(R) {
309
+ switch (R) {
310
310
  case "YY":
311
311
  return String(P.$y).slice(-2);
312
312
  case "YYYY":
@@ -316,9 +316,9 @@ function Dr() {
316
316
  case "MM":
317
317
  return O.s(M + 1, 2, "0");
318
318
  case "MMM":
319
- return F(I.monthsShort, M, H, 3);
319
+ return F(I.monthsShort, M, z, 3);
320
320
  case "MMMM":
321
- return F(H, M);
321
+ return F(z, M);
322
322
  case "D":
323
323
  return P.$D;
324
324
  case "DD":
@@ -340,13 +340,13 @@ function Dr() {
340
340
  case "hh":
341
341
  return Z(2);
342
342
  case "a":
343
- return X(N, R, !0);
343
+ return X(N, q, !0);
344
344
  case "A":
345
- return X(N, R, !1);
345
+ return X(N, q, !1);
346
346
  case "m":
347
- return String(R);
347
+ return String(q);
348
348
  case "mm":
349
- return O.s(R, 2, "0");
349
+ return O.s(q, 2, "0");
350
350
  case "s":
351
351
  return String(P.$s);
352
352
  case "ss":
@@ -362,46 +362,46 @@ function Dr() {
362
362
  }, U.utcOffset = function() {
363
363
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
364
364
  }, U.diff = function(E, P, I) {
365
- var z, w = this, N = O.p(P), R = G(E), M = (R.utcOffset() - this.utcOffset()) * r, B = this - R, H = function() {
366
- return O.m(w, R);
365
+ var H, w = this, N = O.p(P), q = G(E), M = (q.utcOffset() - this.utcOffset()) * r, B = this - q, z = function() {
366
+ return O.m(w, q);
367
367
  };
368
368
  switch (N) {
369
369
  case p:
370
- z = H() / 12;
370
+ H = z() / 12;
371
371
  break;
372
372
  case m:
373
- z = H();
373
+ H = z();
374
374
  break;
375
375
  case f:
376
- z = H() / 3;
376
+ H = z() / 3;
377
377
  break;
378
378
  case u:
379
- z = (B - M) / 6048e5;
379
+ H = (B - M) / 6048e5;
380
380
  break;
381
381
  case l:
382
- z = (B - M) / 864e5;
382
+ H = (B - M) / 864e5;
383
383
  break;
384
384
  case d:
385
- z = B / o;
385
+ H = B / o;
386
386
  break;
387
387
  case c:
388
- z = B / r;
388
+ H = B / r;
389
389
  break;
390
390
  case i:
391
- z = B / n;
391
+ H = B / n;
392
392
  break;
393
393
  default:
394
- z = B;
394
+ H = B;
395
395
  }
396
- return I ? z : O.a(z);
396
+ return I ? H : O.a(H);
397
397
  }, U.daysInMonth = function() {
398
398
  return this.endOf(m).$D;
399
399
  }, U.$locale = function() {
400
400
  return x[this.$L];
401
401
  }, U.locale = function(E, P) {
402
402
  if (!E) return this.$L;
403
- var I = this.clone(), z = te(E, P, !0);
404
- return z && (I.$L = z), I;
403
+ var I = this.clone(), H = te(E, P, !0);
404
+ return H && (I.$L = H), I;
405
405
  }, U.clone = function() {
406
406
  return O.w(this.$d, this);
407
407
  }, U.toDate = function() {
@@ -647,7 +647,7 @@ const Nn = (e) => e === "en" ? "en" : "es", je = (e) => {
647
647
  }, cs = (e) => {
648
648
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = Nn(t ?? "es");
649
649
  return Ee.tz(e, n).locale(r).format("MM/DD/YYYY [•] HH:mm [HS]");
650
- }, p3 = (e) => {
650
+ }, p9 = (e) => {
651
651
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = J(), r = Nn(t ?? "es");
652
652
  return Ee.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
653
653
  }, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
@@ -690,7 +690,7 @@ const Mt = (e, t, n) => ({
690
690
  tags: []
691
691
  }
692
692
  });
693
- function A3(e) {
693
+ function A9(e) {
694
694
  const t = [], n = e.match(
695
695
  /<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
696
696
  );
@@ -954,14 +954,14 @@ const An = () => {
954
954
  s > 0 && (r += `/${o}`);
955
955
  }), `${r}/page/${n - 1}`;
956
956
  };
957
- function w3(e) {
957
+ function w9(e) {
958
958
  const t = e.length;
959
959
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
960
960
  }
961
961
  const ws = () => {
962
962
  const { PUBLIC_ASSETS_URL: e } = J();
963
963
  return e && e !== "false" && /* @__PURE__ */ a("link", { rel: "preconnect", href: e, crossOrigin: "anonymous" });
964
- }, { PUBLIC_ASSETS_URL: qn } = J(), ys = qn && qn !== "false" ? qn : "", Da = ({ images: e }) => /* @__PURE__ */ a(K, { children: e.map(
964
+ }, { PUBLIC_ASSETS_URL: Rn } = J(), ys = Rn && Rn !== "false" ? Rn : "", Da = ({ images: e }) => /* @__PURE__ */ a(K, { children: e.map(
965
965
  (t, n) => t.href !== "" && /* @__PURE__ */ a(
966
966
  "link",
967
967
  {
@@ -1013,7 +1013,7 @@ const ws = () => {
1013
1013
  ]
1014
1014
  }
1015
1015
  };
1016
- }, y3 = (e) => {
1016
+ }, y9 = (e) => {
1017
1017
  let t = "";
1018
1018
  if (e.params.news.match(/.*t[0-9]*.html/g)) {
1019
1019
  const n = e.params.news.split("-"), r = n[n.length - 1] ?? "", o = r.substring(1, 9), s = r.substring(9, 13);
@@ -1031,7 +1031,7 @@ const ws = () => {
1031
1031
  }
1032
1032
  return e.config.servicePrefix + t;
1033
1033
  };
1034
- function v3(e) {
1034
+ function v9(e) {
1035
1035
  const t = e.split("-"), n = t[t.length - 1]?.split("."), r = n && n[0] ? n[0] : "", o = r.substring(0, 2), s = r.substring(2, 10), i = r.substring(10);
1036
1036
  return { path: {
1037
1037
  vy: (d) => `/videos/video-youtube/${Ee(s).format(
@@ -1046,7 +1046,7 @@ function v3(e) {
1046
1046
  const vt = (e, t) => {
1047
1047
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1048
1048
  return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1049
- }, b3 = (e) => {
1049
+ }, b9 = (e) => {
1050
1050
  const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: r = !1 } = e;
1051
1051
  return r ? "src" : t + n;
1052
1052
  }, bs = { prerender: [
@@ -1089,7 +1089,7 @@ const vt = (e, t) => {
1089
1089
  }) => {
1090
1090
  const { PUBLIC_PUBLICATION_ID: o = "" } = J();
1091
1091
  let s = [];
1092
- const i = n === "/" || n === "/index.html" ? void 0 : Rs(qs[r]({ pathname: n, config: e })), c = Ss[r] ?? void 0, d = {
1092
+ const i = n === "/" || n === "/index.html" ? void 0 : qs(Rs[r]({ pathname: n, config: e })), c = Ss[r] ?? void 0, d = {
1093
1093
  newstype: e.newsType,
1094
1094
  publication: Number(o),
1095
1095
  ...i && c ? { query: `${c}:('${i}')` } : {}
@@ -1248,7 +1248,7 @@ const xs = async ({
1248
1248
  href: `https://fonts.googleapis.com/css2?${e.googleFontFamily}&display=swap`
1249
1249
  }
1250
1250
  ) });
1251
- }, Hr = {
1251
+ }, zr = {
1252
1252
  404: () => {
1253
1253
  },
1254
1254
  home: () => ({
@@ -1329,11 +1329,11 @@ const xs = async ({
1329
1329
  "[tag_replace]": "",
1330
1330
  "[url_replace]": ""
1331
1331
  })
1332
- }, Rs = (e) => {
1332
+ }, qs = (e) => {
1333
1333
  if (e.search("/page/") === -1) return e.replace("/", "");
1334
1334
  const t = e.split("/"), n = t.indexOf("page") - 1;
1335
1335
  return n < 0 ? e : (t[n] ?? "").replace("/", "");
1336
- }, qs = {
1336
+ }, Rs = {
1337
1337
  404: () => "404",
1338
1338
  home: () => "home",
1339
1339
  slug: (e) => e.pathname.replace("/", ""),
@@ -1351,7 +1351,7 @@ const xs = async ({
1351
1351
  }, Yt = (e) => {
1352
1352
  const t = e.split("/"), n = t[t.length - 1] ?? "1";
1353
1353
  return Number(n) > 0 ? Number(n) : 1;
1354
- }, C3 = (e, t = 2) => {
1354
+ }, C9 = (e, t = 2) => {
1355
1355
  if (!e || e.length === 0) return [];
1356
1356
  const n = [];
1357
1357
  for (let r = 0; r < t; r++) {
@@ -1364,7 +1364,7 @@ const xs = async ({
1364
1364
  }
1365
1365
  return n;
1366
1366
  };
1367
- class _3 {
1367
+ class _9 {
1368
1368
  exclude = "keywords,gallery,related,relatedexternal,external,customfields";
1369
1369
  config = {};
1370
1370
  imgSizes = {};
@@ -1485,7 +1485,7 @@ class _3 {
1485
1485
  };
1486
1486
  }
1487
1487
  }
1488
- function zr(e, t) {
1488
+ function Hr(e, t) {
1489
1489
  return function() {
1490
1490
  return e.apply(t, arguments);
1491
1491
  };
@@ -1515,12 +1515,12 @@ const Os = xn("string"), Ce = xn("function"), Wr = xn("number"), Gt = (e) => e !
1515
1515
  } catch {
1516
1516
  return !1;
1517
1517
  }
1518
- }, Ms = Oe("Date"), js = Oe("File"), Qs = Oe("Blob"), Gs = Oe("FileList"), Hs = (e) => Gt(e) && Ce(e.pipe), zs = (e) => {
1518
+ }, Ms = Oe("Date"), js = Oe("File"), Qs = Oe("Blob"), Gs = Oe("FileList"), zs = (e) => Gt(e) && Ce(e.pipe), Hs = (e) => {
1519
1519
  let t;
1520
1520
  return e && (typeof FormData == "function" && e instanceof FormData || Ce(e.append) && ((t = En(e)) === "formdata" || // detect form-data instance
1521
1521
  t === "object" && Ce(e.toString) && e.toString() === "[object FormData]"));
1522
1522
  }, Vs = Oe("URLSearchParams"), [Fs, Ws, $s, Ys] = ["ReadableStream", "Request", "Response", "Headers"].map(Oe), Ks = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
1523
- function Ht(e, t, { allOwnKeys: n = !1 } = {}) {
1523
+ function zt(e, t, { allOwnKeys: n = !1 } = {}) {
1524
1524
  if (e === null || typeof e > "u")
1525
1525
  return;
1526
1526
  let r, o;
@@ -1554,11 +1554,11 @@ function na() {
1554
1554
  hn(n[i]) && hn(o) ? n[i] = na(n[i], o) : hn(o) ? n[i] = na({}, o) : St(o) ? n[i] = o.slice() : (!t || !bt(o)) && (n[i] = o);
1555
1555
  };
1556
1556
  for (let o = 0, s = arguments.length; o < s; o++)
1557
- arguments[o] && Ht(arguments[o], r);
1557
+ arguments[o] && zt(arguments[o], r);
1558
1558
  return n;
1559
1559
  }
1560
- const Js = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (o, s) => {
1561
- n && Ce(o) ? e[s] = zr(o, n) : e[s] = o;
1560
+ const Js = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
1561
+ n && Ce(o) ? e[s] = Hr(o, n) : e[s] = o;
1562
1562
  }, { allOwnKeys: r }), e), Zs = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Xs = (e, t, n, r) => {
1563
1563
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
1564
1564
  value: t.prototype
@@ -1606,7 +1606,7 @@ const Js = (e, t, n, { allOwnKeys: r } = {}) => (Ht(t, (o, s) => {
1606
1606
  }
1607
1607
  ), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), ci = Oe("RegExp"), Kr = (e, t) => {
1608
1608
  const n = Object.getOwnPropertyDescriptors(e), r = {};
1609
- Ht(n, (o, s) => {
1609
+ zt(n, (o, s) => {
1610
1610
  let i;
1611
1611
  (i = t(o, s, e)) !== !1 && (r[s] = i || o);
1612
1612
  }), Object.defineProperties(e, r);
@@ -1647,7 +1647,7 @@ const fi = (e) => {
1647
1647
  if (!("toJSON" in r)) {
1648
1648
  t[o] = r;
1649
1649
  const s = St(r) ? [] : {};
1650
- return Ht(r, (i, c) => {
1650
+ return zt(r, (i, c) => {
1651
1651
  const d = n(i, o + 1);
1652
1652
  !bt(d) && (s[c] = d);
1653
1653
  }), t[o] = void 0, s;
@@ -1667,7 +1667,7 @@ const fi = (e) => {
1667
1667
  isArray: St,
1668
1668
  isArrayBuffer: Fr,
1669
1669
  isBuffer: Qt,
1670
- isFormData: zs,
1670
+ isFormData: Hs,
1671
1671
  isArrayBufferView: Bs,
1672
1672
  isString: Os,
1673
1673
  isNumber: Wr,
@@ -1685,11 +1685,11 @@ const fi = (e) => {
1685
1685
  isBlob: Qs,
1686
1686
  isRegExp: ci,
1687
1687
  isFunction: Ce,
1688
- isStream: Hs,
1688
+ isStream: zs,
1689
1689
  isURLSearchParams: Vs,
1690
1690
  isTypedArray: ai,
1691
1691
  isFileList: Gs,
1692
- forEach: Ht,
1692
+ forEach: zt,
1693
1693
  merge: na,
1694
1694
  extend: Js,
1695
1695
  trim: Ks,
@@ -1989,10 +1989,10 @@ function Ui(e, t) {
1989
1989
  ...t
1990
1990
  });
1991
1991
  }
1992
- function Ri(e) {
1992
+ function qi(e) {
1993
1993
  return v.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
1994
1994
  }
1995
- function qi(e) {
1995
+ function Ri(e) {
1996
1996
  const t = {}, n = Object.keys(e);
1997
1997
  let r;
1998
1998
  const o = n.length;
@@ -2006,12 +2006,12 @@ function ro(e) {
2006
2006
  let i = n[s++];
2007
2007
  if (i === "__proto__") return !0;
2008
2008
  const c = Number.isFinite(+i), d = s >= n.length;
2009
- return i = !i && v.isArray(o) ? o.length : i, d ? (v.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !v.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && v.isArray(o[i]) && (o[i] = qi(o[i])), !c);
2009
+ return i = !i && v.isArray(o) ? o.length : i, d ? (v.hasOwnProp(o, i) ? o[i] = [o[i], r] : o[i] = r, !c) : ((!o[i] || !v.isObject(o[i])) && (o[i] = []), t(n, r, o[i], s) && v.isArray(o[i]) && (o[i] = Ri(o[i])), !c);
2010
2010
  }
2011
2011
  if (v.isFormData(e) && v.isFunction(e.entries)) {
2012
2012
  const n = {};
2013
2013
  return v.forEachEntry(e, (r, o) => {
2014
- t(Ri(r), o, n, 0);
2014
+ t(qi(r), o, n, 0);
2015
2015
  }), n;
2016
2016
  }
2017
2017
  return null;
@@ -2026,7 +2026,7 @@ function Li(e, t, n) {
2026
2026
  }
2027
2027
  return (n || JSON.stringify)(e);
2028
2028
  }
2029
- const zt = {
2029
+ const Ht = {
2030
2030
  transitional: ao,
2031
2031
  adapter: ["xhr", "http", "fetch"],
2032
2032
  transformRequest: [function(t, n) {
@@ -2055,7 +2055,7 @@ const zt = {
2055
2055
  return s || o ? (n.setContentType("application/json", !1), Li(t)) : t;
2056
2056
  }],
2057
2057
  transformResponse: [function(t) {
2058
- const n = this.transitional || zt.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
2058
+ const n = this.transitional || Ht.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
2059
2059
  if (v.isResponse(t) || v.isReadableStream(t))
2060
2060
  return t;
2061
2061
  if (t && v.isString(t) && (r && !this.responseType || o)) {
@@ -2093,7 +2093,7 @@ const zt = {
2093
2093
  }
2094
2094
  };
2095
2095
  v.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
2096
- zt.headers[e] = {};
2096
+ Ht.headers[e] = {};
2097
2097
  });
2098
2098
  const Bi = v.toObjectSet([
2099
2099
  "age",
@@ -2120,7 +2120,7 @@ const Bi = v.toObjectSet([
2120
2120
  `).forEach(function(i) {
2121
2121
  o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Bi[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
2122
2122
  }), t;
2123
- }, Ha = Symbol("internals");
2123
+ }, za = Symbol("internals");
2124
2124
  function kt(e) {
2125
2125
  return e && String(e).trim().toLowerCase();
2126
2126
  }
@@ -2275,7 +2275,7 @@ let _e = class {
2275
2275
  return n.forEach((o) => r.set(o)), r;
2276
2276
  }
2277
2277
  static accessor(t) {
2278
- const r = (this[Ha] = this[Ha] = {
2278
+ const r = (this[za] = this[za] = {
2279
2279
  accessors: {}
2280
2280
  }).accessors, o = this.prototype;
2281
2281
  function s(i) {
@@ -2297,7 +2297,7 @@ v.reduceDescriptors(_e.prototype, ({ value: e }, t) => {
2297
2297
  });
2298
2298
  v.freezeMethods(_e);
2299
2299
  function Bn(e, t) {
2300
- const n = this || zt, r = t || n, o = _e.from(r.headers);
2300
+ const n = this || Ht, r = t || n, o = _e.from(r.headers);
2301
2301
  let s = r.data;
2302
2302
  return v.forEach(e, function(c) {
2303
2303
  s = c.call(n, s, o.normalize(), t ? t.status : void 0);
@@ -2342,7 +2342,7 @@ function Gi(e, t) {
2342
2342
  return p ? Math.round(f * 1e3 / p) : void 0;
2343
2343
  };
2344
2344
  }
2345
- function Hi(e, t) {
2345
+ function zi(e, t) {
2346
2346
  let n = 0, r = 1e3 / t, o, s;
2347
2347
  const i = (l, u = Date.now()) => {
2348
2348
  n = u, o = null, s && (clearTimeout(s), s = null), e(...l);
@@ -2357,7 +2357,7 @@ function Hi(e, t) {
2357
2357
  const wn = (e, t, n = 3) => {
2358
2358
  let r = 0;
2359
2359
  const o = Gi(50, 250);
2360
- return Hi((s) => {
2360
+ return zi((s) => {
2361
2361
  const i = s.loaded, c = s.lengthComputable ? s.total : void 0, d = i - r, l = o(d), u = i <= c;
2362
2362
  r = i;
2363
2363
  const m = {
@@ -2373,14 +2373,14 @@ const wn = (e, t, n = 3) => {
2373
2373
  };
2374
2374
  e(m);
2375
2375
  }, n);
2376
- }, za = (e, t) => {
2376
+ }, Ha = (e, t) => {
2377
2377
  const n = e != null;
2378
2378
  return [(r) => t[0]({
2379
2379
  lengthComputable: n,
2380
2380
  total: e,
2381
2381
  loaded: r
2382
2382
  }), t[1]];
2383
- }, Va = (e) => (...t) => v.asap(() => e(...t)), zi = fe.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, fe.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
2383
+ }, Va = (e) => (...t) => v.asap(() => e(...t)), Hi = fe.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, fe.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
2384
2384
  new URL(fe.origin),
2385
2385
  fe.navigator && /(msie|trident)/i.test(fe.navigator.userAgent)
2386
2386
  ) : () => !0, Vi = fe.hasStandardBrowserEnv ? (
@@ -2503,7 +2503,7 @@ const co = (e) => {
2503
2503
  });
2504
2504
  }
2505
2505
  }
2506
- if (fe.hasStandardBrowserEnv && (r && v.isFunction(r) && (r = r(t)), r || r !== !1 && zi(t.url))) {
2506
+ if (fe.hasStandardBrowserEnv && (r && v.isFunction(r) && (r = r(t)), r || r !== !1 && Hi(t.url))) {
2507
2507
  const d = o && s && Vi.read(s);
2508
2508
  d && i.set(o, d);
2509
2509
  }
@@ -2731,9 +2731,9 @@ const co = (e) => {
2731
2731
  method: "POST",
2732
2732
  body: C,
2733
2733
  duplex: "half"
2734
- }), R;
2735
- if (v.isFormData(C) && (R = N.headers.get("content-type")) && Q.setContentType(R), N.body) {
2736
- const [M, B] = za(
2734
+ }), q;
2735
+ if (v.isFormData(C) && (q = N.headers.get("content-type")) && Q.setContentType(q), N.body) {
2736
+ const [M, B] = Ha(
2737
2737
  U,
2738
2738
  wn(Va(x))
2739
2739
  );
@@ -2752,14 +2752,14 @@ const co = (e) => {
2752
2752
  };
2753
2753
  ce = s && new n(A, P);
2754
2754
  let I = await (s ? O(ce, G) : O(A, P));
2755
- const z = u && (j === "stream" || j === "response");
2756
- if (u && (b || z && D)) {
2755
+ const H = u && (j === "stream" || j === "response");
2756
+ if (u && (b || H && D)) {
2757
2757
  const N = {};
2758
- ["status", "statusText", "headers"].forEach((H) => {
2759
- N[H] = I[H];
2758
+ ["status", "statusText", "headers"].forEach((z) => {
2759
+ N[z] = I[z];
2760
2760
  });
2761
- const R = v.toFiniteNumber(I.headers.get("content-length")), [M, B] = b && za(
2762
- R,
2761
+ const q = v.toFiniteNumber(I.headers.get("content-length")), [M, B] = b && Ha(
2762
+ q,
2763
2763
  wn(Va(b), !0)
2764
2764
  ) || [];
2765
2765
  I = new r(
@@ -2771,8 +2771,8 @@ const co = (e) => {
2771
2771
  }
2772
2772
  j = j || "text";
2773
2773
  let w = await m[v.findKey(m, j) || "text"](I, g);
2774
- return !z && D && D(), await new Promise((N, R) => {
2775
- so(N, R, {
2774
+ return !H && D && D(), await new Promise((N, q) => {
2775
+ so(N, q, {
2776
2776
  data: w,
2777
2777
  headers: _e.from(I.headers),
2778
2778
  status: I.status,
@@ -2868,7 +2868,7 @@ function Xa(e) {
2868
2868
  return On(e), e.headers = _e.from(e.headers), e.data = Bn.call(
2869
2869
  e,
2870
2870
  e.transformRequest
2871
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter || zt.adapter, e)(e).then(function(r) {
2871
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), uo.getAdapter(e.adapter || Ht.adapter, e)(e).then(function(r) {
2872
2872
  return On(e), r.data = Bn.call(
2873
2873
  e,
2874
2874
  e.transformResponse,
@@ -3211,12 +3211,12 @@ Object.entries(oa).forEach(([e, t]) => {
3211
3211
  oa[t] = e;
3212
3212
  });
3213
3213
  function fo(e) {
3214
- const t = new ut(e), n = zr(ut.prototype.request, t);
3214
+ const t = new ut(e), n = Hr(ut.prototype.request, t);
3215
3215
  return v.extend(n, ut.prototype, t, { allOwnKeys: !0 }), v.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(o) {
3216
3216
  return fo(mt(e, o));
3217
3217
  }, n;
3218
3218
  }
3219
- const oe = fo(zt);
3219
+ const oe = fo(Ht);
3220
3220
  oe.Axios = ut;
3221
3221
  oe.CanceledError = Et;
3222
3222
  oe.CancelToken = sc;
@@ -3237,22 +3237,22 @@ oe.getAdapter = uo.getAdapter;
3237
3237
  oe.HttpStatusCode = oa;
3238
3238
  oe.default = oe;
3239
3239
  const {
3240
- Axios: E3,
3241
- AxiosError: x3,
3242
- CanceledError: T3,
3243
- isCancel: I3,
3244
- CancelToken: k3,
3245
- VERSION: U3,
3246
- all: R3,
3247
- Cancel: q3,
3248
- isAxiosError: L3,
3249
- spread: B3,
3250
- toFormData: O3,
3251
- AxiosHeaders: P3,
3252
- HttpStatusCode: D3,
3253
- formToJSON: M3,
3254
- getAdapter: j3,
3255
- mergeConfig: Q3
3240
+ Axios: E9,
3241
+ AxiosError: x9,
3242
+ CanceledError: T9,
3243
+ isCancel: I9,
3244
+ CancelToken: k9,
3245
+ VERSION: U9,
3246
+ all: q9,
3247
+ Cancel: R9,
3248
+ isAxiosError: L9,
3249
+ spread: B9,
3250
+ toFormData: O9,
3251
+ AxiosHeaders: P9,
3252
+ HttpStatusCode: D9,
3253
+ formToJSON: M9,
3254
+ getAdapter: j9,
3255
+ mergeConfig: Q9
3256
3256
  } = oe;
3257
3257
  class Be {
3258
3258
  constructor(t) {
@@ -3398,7 +3398,7 @@ class lc extends Be {
3398
3398
  return { blockSass: n.data.data };
3399
3399
  };
3400
3400
  }
3401
- class G3 {
3401
+ class G9 {
3402
3402
  issuuApi = "https://api.issuu.com/v2";
3403
3403
  api = void 0;
3404
3404
  constructor(t) {
@@ -3434,7 +3434,7 @@ class G3 {
3434
3434
  }
3435
3435
  }
3436
3436
  }
3437
- const H3 = async (e, t, n, r, o, s, i) => {
3437
+ const z9 = async (e, t, n, r, o, s, i) => {
3438
3438
  const c = new lc({
3439
3439
  config: t,
3440
3440
  imgSizes: n,
@@ -3464,7 +3464,7 @@ const H3 = async (e, t, n, r, o, s, i) => {
3464
3464
  }, dc = (e) => {
3465
3465
  const t = ls(e);
3466
3466
  return t && t.data ? t.data : t;
3467
- }, z3 = async (e) => {
3467
+ }, H9 = async (e) => {
3468
3468
  const t = await Promise.allSettled(
3469
3469
  Object.values(e).map((o) => o.promise)
3470
3470
  ), n = Object.keys(e), r = {};
@@ -3763,7 +3763,7 @@ const H3 = async (e, t, n, r, o, s, i) => {
3763
3763
  }
3764
3764
  }
3765
3765
  };
3766
- async function V3({
3766
+ async function V9({
3767
3767
  axiosApi: e,
3768
3768
  headConfig: t = {
3769
3769
  ampConfig: !1,
@@ -3802,7 +3802,7 @@ async function V3({
3802
3802
  slug: i,
3803
3803
  texts: c,
3804
3804
  query: d
3805
- }), b = ps(T), x = S || Hr[o]({
3805
+ }), b = ps(T), x = S || zr[o]({
3806
3806
  pathname: s,
3807
3807
  slug: i,
3808
3808
  config: f,
@@ -3879,7 +3879,7 @@ async function V3({
3879
3879
  _
3880
3880
  ] });
3881
3881
  }
3882
- const F3 = ({
3882
+ const F9 = ({
3883
3883
  children: e,
3884
3884
  defaultRouteName: t,
3885
3885
  banners: n,
@@ -3892,7 +3892,7 @@ const F3 = ({
3892
3892
  scriptReplaces: l,
3893
3893
  body_custom_elements: u
3894
3894
  }) => {
3895
- const m = Go(c, d), f = Hr[t]({
3895
+ const m = Go(c, d), f = zr[t]({
3896
3896
  pathname: r,
3897
3897
  slug: o,
3898
3898
  config: s,
@@ -3904,12 +3904,12 @@ const F3 = ({
3904
3904
  e,
3905
3905
  /* @__PURE__ */ a(Vo, {}),
3906
3906
  /* @__PURE__ */ a(Qo, {}),
3907
- /* @__PURE__ */ a(Ho, { dimensionValues: m }),
3908
- /* @__PURE__ */ a(zo, {}),
3907
+ /* @__PURE__ */ a(zo, { dimensionValues: m }),
3908
+ /* @__PURE__ */ a(Ho, {}),
3909
3909
  u,
3910
3910
  /* @__PURE__ */ a(As, { name: "bodyafter", banners: n, replaces: y })
3911
3911
  ] });
3912
- }, hc = "_content_v0dac_1", mc = {
3912
+ }, hc = "_content_1tvgz_1", mc = {
3913
3913
  content: hc
3914
3914
  }, fc = () => /* @__PURE__ */ a(
3915
3915
  "svg",
@@ -3927,10 +3927,10 @@ const F3 = ({
3927
3927
  }
3928
3928
  )
3929
3929
  }
3930
- ), gc = "_content_701km_1", pc = "_location_701km_21", tr = {
3930
+ ), gc = "_content_19rc1_1", pc = "_location_19rc1_11", tr = {
3931
3931
  content: gc,
3932
3932
  location: pc
3933
- }, W3 = (e) => /* @__PURE__ */ h("div", { className: tr.content, children: [
3933
+ }, W9 = (e) => /* @__PURE__ */ h("div", { className: tr.content, children: [
3934
3934
  /* @__PURE__ */ a(fc, {}),
3935
3935
  /* @__PURE__ */ a("p", { className: tr.location, children: e.place })
3936
3936
  ] }), Vt = ({
@@ -3952,8 +3952,8 @@ function wc({
3952
3952
  }) {
3953
3953
  const [c, d] = Y(!1), [l, u] = Y(0), [m, f] = Y(0), [p, g] = Y(0), [A, y] = Y(0), [C, S] = Y(null), _ = Or(null), [T, b] = Y(1), x = he(() => {
3954
3954
  if (o) return 1;
3955
- const w = _.current?.offsetWidth || window.innerWidth, N = n + r, R = Math.floor(w / N);
3956
- return Math.max(1, R);
3955
+ const w = _.current?.offsetWidth || window.innerWidth, N = n + r, q = Math.floor(w / N);
3956
+ return Math.max(1, q);
3957
3957
  }, [o, n, r]);
3958
3958
  Me(() => {
3959
3959
  const w = () => {
@@ -3971,20 +3971,20 @@ function wc({
3971
3971
  }, [x]), G = he(
3972
3972
  (w, N = 0) => {
3973
3973
  if (o) {
3974
- const R = _.current?.offsetWidth || window.innerWidth;
3975
- return -(w * (100 + r)) + N / R * 100;
3974
+ const q = _.current?.offsetWidth || window.innerWidth;
3975
+ return -(w * (100 + r)) + N / q * 100;
3976
3976
  }
3977
3977
  return -(w * (n + r)) + N;
3978
3978
  },
3979
3979
  [o, n, r]
3980
3980
  ), O = he(
3981
3981
  (w) => {
3982
- const N = _.current?.offsetWidth || window.innerWidth, R = x(), M = te();
3982
+ const N = _.current?.offsetWidth || window.innerWidth, q = x(), M = te();
3983
3983
  if (o)
3984
3984
  return Math.abs(w) / N * 100 > 30 ? 1 : 0;
3985
3985
  {
3986
- const B = n + r, H = Math.abs(w) / B;
3987
- return H >= (R === 1 ? 0.2 : 0.3) ? R === 1 ? 1 : Math.min(Math.round(H), M) : 0;
3986
+ const B = n + r, z = Math.abs(w) / B;
3987
+ return z >= (q === 1 ? 0.2 : 0.3) ? q === 1 ? 1 : Math.min(Math.round(z), M) : 0;
3988
3988
  }
3989
3989
  },
3990
3990
  [o, n, r, x, te]
@@ -3996,8 +3996,8 @@ function wc({
3996
3996
  ), ce = he(
3997
3997
  (w) => {
3998
3998
  if (!c || !s) return;
3999
- const N = w - l, R = (n + r) * 1.2, M = e === 0 && N > 0, B = e === Q && N < 0, H = M || B ? Math.sign(N) * Math.min(Math.abs(N), R) : N;
4000
- f(w), g(H);
3999
+ const N = w - l, q = (n + r) * 1.2, M = e === 0 && N > 0, B = e === Q && N < 0, z = M || B ? Math.sign(N) * Math.min(Math.abs(N), q) : N;
4000
+ f(w), g(z);
4001
4001
  },
4002
4002
  [c, l, s, e, Q, n, r]
4003
4003
  ), D = he(
@@ -4008,7 +4008,7 @@ function wc({
4008
4008
  ), U = he(
4009
4009
  (w) => {
4010
4010
  if (!c || !s) return;
4011
- const N = m - l, R = Date.now() - A, M = Math.abs(N) / Math.max(R, 1), B = O(N), V = M > 0.5 && Math.abs(N) > 50 ? Math.max(B, 1) : B;
4011
+ const N = m - l, q = Date.now() - A, M = Math.abs(N) / Math.max(q, 1), B = O(N), V = M > 0.5 && Math.abs(N) > 50 ? Math.max(B, 1) : B;
4012
4012
  if (V > 0)
4013
4013
  if (N > 0) {
4014
4014
  const F = Math.max(0, e - V);
@@ -4047,7 +4047,7 @@ function wc({
4047
4047
  c && (w.preventDefault(), ce(w.touches[0].clientX));
4048
4048
  },
4049
4049
  [c, ce]
4050
- ), z = he(
4050
+ ), H = he(
4051
4051
  (w) => {
4052
4052
  U(w);
4053
4053
  },
@@ -4072,12 +4072,12 @@ function wc({
4072
4072
  onMouseDown: E,
4073
4073
  onTouchStart: P,
4074
4074
  onTouchMove: I,
4075
- onTouchEnd: z,
4075
+ onTouchEnd: H,
4076
4076
  onMouseLeave: U
4077
4077
  }
4078
4078
  };
4079
4079
  }
4080
- function $3(e) {
4080
+ function $9(e) {
4081
4081
  const {
4082
4082
  children: t,
4083
4083
  slot_id: n,
@@ -4281,7 +4281,7 @@ function xt(e) {
4281
4281
  }
4282
4282
  );
4283
4283
  }
4284
- const vc = "_content_1gcxd_1", bc = {
4284
+ const vc = "_content_3olxv_1", bc = {
4285
4285
  content: vc
4286
4286
  }, ht = (e) => /* @__PURE__ */ a("div", { className: bc.content, children: e.children }), Cc = (e) => (e || "").replaceAll("[section_replace]", "").replaceAll("[tags_replace]", "").replaceAll("[url_replace]", "").replaceAll("[creator_replace]", ""), rt = ({ banners: e, index: t }) => {
4287
4287
  if (!e || e.length === 0) return null;
@@ -4296,7 +4296,7 @@ const vc = "_content_1gcxd_1", bc = {
4296
4296
  }
4297
4297
  }
4298
4298
  ) : null;
4299
- }, _c = "_content_45avd_1", Nc = {
4299
+ }, _c = "_content_1fh0c_1", Nc = {
4300
4300
  content: _c
4301
4301
  }, ge = ({ banners: e, name: t }) => {
4302
4302
  if (!e || e.length === 0) return null;
@@ -4312,7 +4312,7 @@ const vc = "_content_1gcxd_1", bc = {
4312
4312
  },
4313
4313
  n.key
4314
4314
  );
4315
- }, Sc = "_boxInformation_tqxxy_1", Ec = "_sectionDescriptionContainer_tqxxy_17", xc = "_uppertitle_tqxxy_39", Tc = "_sectionDescription_tqxxy_17", Ic = "_articule_tqxxy_119", kc = "_linkStyled_tqxxy_147", Uc = "_description_tqxxy_169", Rc = "_correspondent_tqxxy_225", qc = "_correspondentLink_tqxxy_249", Lc = "_dotStyles_tqxxy_273", Bc = "_clipboardButton_tqxxy_287", Oc = "_socialNetworkSection_tqxxy_315", re = {
4315
+ }, Sc = "_boxInformation_o5vhf_1", Ec = "_sectionDescriptionContainer_o5vhf_9", xc = "_uppertitle_o5vhf_20", Tc = "_sectionDescription_o5vhf_9", Ic = "_articule_o5vhf_60", kc = "_linkStyled_o5vhf_74", Uc = "_description_o5vhf_85", qc = "_correspondent_o5vhf_113", Rc = "_correspondentLink_o5vhf_125", Lc = "_dotStyles_o5vhf_137", Bc = "_clipboardButton_o5vhf_144", Oc = "_socialNetworkSection_o5vhf_158", re = {
4316
4316
  boxInformation: Sc,
4317
4317
  sectionDescriptionContainer: Ec,
4318
4318
  uppertitle: xc,
@@ -4320,8 +4320,8 @@ const vc = "_content_1gcxd_1", bc = {
4320
4320
  articule: Ic,
4321
4321
  linkStyled: kc,
4322
4322
  description: Uc,
4323
- correspondent: Rc,
4324
- correspondentLink: qc,
4323
+ correspondent: qc,
4324
+ correspondentLink: Rc,
4325
4325
  dotStyles: Lc,
4326
4326
  clipboardButton: Bc,
4327
4327
  socialNetworkSection: Oc
@@ -4593,13 +4593,13 @@ const Tt = (e) => {
4593
4593
  }
4594
4594
  ) }) : /* @__PURE__ */ a("h3", { className: re.correspondent, children: c() }) })
4595
4595
  ] });
4596
- }, jc = "_content_veayf_1", Qc = "_contentNew_veayf_41", Gc = "_imageBox_veayf_57", Hc = "_numberTag_veayf_87", Jt = {
4596
+ }, jc = "_content_coxjf_1", Qc = "_contentNew_coxjf_21", Gc = "_imageBox_coxjf_29", zc = "_numberTag_coxjf_44", Jt = {
4597
4597
  content: jc,
4598
4598
  contentNew: Qc,
4599
4599
  imageBox: Gc,
4600
- numberTag: Hc
4601
- }, zc = "_figure_1begb_1", Vc = "_backdrop_1begb_11", Fc = "_backdropAux_1begb_31", Wc = "_imageStyled_1begb_73", $c = "_boxPlayIcon_1begb_101", Yc = "_playStyled_1begb_119", Kc = "_imageLogoPlaceholder_1begb_153", Jc = "_imagePlaceholder_1begb_195", se = {
4602
- figure: zc,
4600
+ numberTag: zc
4601
+ }, Hc = "_figure_ooa5j_1", Vc = "_backdrop_ooa5j_6", Fc = "_backdropAux_ooa5j_16", Wc = "_imageStyled_ooa5j_37", $c = "_boxPlayIcon_ooa5j_51", Yc = "_playStyled_ooa5j_60", Kc = "_imageLogoPlaceholder_ooa5j_77", Jc = "_imagePlaceholder_ooa5j_98", se = {
4602
+ figure: Hc,
4603
4603
  backdrop: Vc,
4604
4604
  backdropAux: Fc,
4605
4605
  imageStyled: Wc,
@@ -4842,7 +4842,7 @@ const Tt = (e) => {
4842
4842
  ))
4843
4843
  }
4844
4844
  );
4845
- }, nl = "_content_196hz_1", al = "_titulo_196hz_23", ar = {
4845
+ }, nl = "_content_1cid4_1", al = "_titulo_1cid4_12", ar = {
4846
4846
  content: nl,
4847
4847
  titulo: al
4848
4848
  }, rl = {
@@ -5804,7 +5804,7 @@ const Tt = (e) => {
5804
5804
  ]
5805
5805
  }
5806
5806
  );
5807
- }, ol = "_content_dzkrz_1", sl = "_subscribeImage_dzkrz_43", il = "_tag_dzkrz_63", cl = "_contentTitle_dzkrz_99", ll = "_title_dzkrz_109", dl = "_inputStyled_dzkrz_143", ul = "_buttonStyled_dzkrz_223", hl = "_contentTerms_dzkrz_245", ml = "_subscribeText_dzkrz_255", fl = "_terms_dzkrz_275", Re = {
5807
+ }, ol = "_content_6azvz_1", sl = "_subscribeImage_6azvz_22", il = "_tag_6azvz_32", cl = "_contentTitle_6azvz_50", ll = "_title_6azvz_55", dl = "_inputStyled_6azvz_72", ul = "_buttonStyled_6azvz_112", hl = "_contentTerms_6azvz_123", ml = "_subscribeText_6azvz_128", fl = "_terms_6azvz_138", qe = {
5808
5808
  content: ol,
5809
5809
  subscribeImage: sl,
5810
5810
  tag: il,
@@ -5841,14 +5841,14 @@ const Tt = (e) => {
5841
5841
  htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
5842
5842
  }
5843
5843
  ) : /* @__PURE__ */ a(L, { ...r, style: o });
5844
- }, gl = (e) => /* @__PURE__ */ h("section", { className: [Re.content, e.className ?? ""].join(" "), children: [
5845
- /* @__PURE__ */ a("div", { className: Re.subscribeImage, children: e.image }),
5846
- /* @__PURE__ */ a("div", { className: Re.tag, children: e.texts.newsletterTag ?? "NEWS" }),
5847
- /* @__PURE__ */ h("div", { className: Re.contentTitle, children: [
5848
- /* @__PURE__ */ a("p", { className: Re.title, children: e.title }),
5849
- /* @__PURE__ */ a("p", { className: Re.subTitle, children: e.sibtitle })
5844
+ }, gl = (e) => /* @__PURE__ */ h("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
5845
+ /* @__PURE__ */ a("div", { className: qe.subscribeImage, children: e.image }),
5846
+ /* @__PURE__ */ a("div", { className: qe.tag, children: e.texts.newsletterTag ?? "NEWS" }),
5847
+ /* @__PURE__ */ h("div", { className: qe.contentTitle, children: [
5848
+ /* @__PURE__ */ a("p", { className: qe.title, children: e.title }),
5849
+ /* @__PURE__ */ a("p", { className: qe.subTitle, children: e.sibtitle })
5850
5850
  ] }),
5851
- /* @__PURE__ */ a("div", { className: Re.inputStyled, children: /* @__PURE__ */ a(
5851
+ /* @__PURE__ */ a("div", { className: qe.inputStyled, children: /* @__PURE__ */ a(
5852
5852
  "input",
5853
5853
  {
5854
5854
  type: "email",
@@ -5856,12 +5856,12 @@ const Tt = (e) => {
5856
5856
  id: "newsletter-email-column"
5857
5857
  }
5858
5858
  ) }),
5859
- /* @__PURE__ */ a(kn, { className: Re.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
5860
- /* @__PURE__ */ h("div", { className: Re.contentTerms, children: [
5861
- /* @__PURE__ */ a("p", { className: Re.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5862
- /* @__PURE__ */ a(L, { className: Re.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5859
+ /* @__PURE__ */ a(kn, { className: qe.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
5860
+ /* @__PURE__ */ h("div", { className: qe.contentTerms, children: [
5861
+ /* @__PURE__ */ a("p", { className: qe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5862
+ /* @__PURE__ */ a(L, { className: qe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5863
5863
  ] })
5864
- ] }), pl = "_content_19eag_1", Al = "_contentInfo_19eag_39", wl = "_subscribeImage_19eag_55", yl = "_tag_19eag_83", vl = "_contentTitle_19eag_119", bl = "_title_19eag_129", Cl = "_subTitle_19eag_139", _l = "_inputStyled_19eag_157", Nl = "_buttonStyled_19eag_235", Sl = "_contentTerms_19eag_261", El = "_subscribeText_19eag_273", xl = "_terms_19eag_291", Te = {
5864
+ ] }), pl = "_content_1ms2y_1", Al = "_contentInfo_1ms2y_20", wl = "_subscribeImage_1ms2y_28", yl = "_tag_1ms2y_42", vl = "_contentTitle_1ms2y_60", bl = "_title_1ms2y_65", Cl = "_subTitle_1ms2y_70", _l = "_inputStyled_1ms2y_79", Nl = "_buttonStyled_1ms2y_118", Sl = "_contentTerms_1ms2y_131", El = "_subscribeText_1ms2y_137", xl = "_terms_1ms2y_146", Te = {
5865
5865
  content: pl,
5866
5866
  contentInfo: Al,
5867
5867
  subscribeImage: wl,
@@ -5939,17 +5939,17 @@ const Tt = (e) => {
5939
5939
  ] })
5940
5940
  ]
5941
5941
  }
5942
- ), kl = "_content_1rb7n_1", Ul = "_subscribeImage_1rb7n_31", Rl = "_contentTitle_1rb7n_43", ql = "_title_1rb7n_65", Ll = "_subTitle_1rb7n_79", Bl = "_contentTerms_1rb7n_119", Ol = "_whatsappLink_1rb7n_129", Pl = "_subscribeText_1rb7n_163", Dl = "_terms_1rb7n_183", Ge = {
5942
+ ), kl = "_content_qzaly_1", Ul = "_subscribeImage_qzaly_16", ql = "_contentTitle_qzaly_22", Rl = "_title_qzaly_33", Ll = "_subTitle_qzaly_40", Bl = "_contentTerms_qzaly_60", Ol = "_whatsappLink_qzaly_65", Pl = "_subscribeText_qzaly_82", Dl = "_terms_qzaly_92", Ge = {
5943
5943
  content: kl,
5944
5944
  subscribeImage: Ul,
5945
- contentTitle: Rl,
5946
- title: ql,
5945
+ contentTitle: ql,
5946
+ title: Rl,
5947
5947
  subTitle: Ll,
5948
5948
  contentTerms: Bl,
5949
5949
  whatsappLink: Ol,
5950
5950
  subscribeText: Pl,
5951
5951
  terms: Dl
5952
- }, Y3 = (e) => /* @__PURE__ */ h("section", { className: Ge.content, children: [
5952
+ }, Y9 = (e) => /* @__PURE__ */ h("section", { className: Ge.content, children: [
5953
5953
  /* @__PURE__ */ a(Il, { className: Ge.subscribeImage }),
5954
5954
  /* @__PURE__ */ h("div", { className: Ge.contentTitle, children: [
5955
5955
  /* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
@@ -6015,12 +6015,12 @@ const Tt = (e) => {
6015
6015
  /* @__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" })
6016
6016
  ]
6017
6017
  }
6018
- ), jl = "_content_1aogu_1", Ql = "_brandContent_1aogu_19", Gl = "_socialMedia_1aogu_41", Hl = "_linkSocialNetwoks_1aogu_55", zl = "_sectionContent_1aogu_83", Vl = "_section_1aogu_83", Fl = "_menuItem_1aogu_119", Wl = "_otherItems_1aogu_145", $l = "_copyrigth_1aogu_173", Yl = "_copyrigthText_1aogu_193", Kl = "_logoStyled_1aogu_213", Jl = "_socialNetworkIcon_1aogu_235", Zl = "_socialInstagram_1aogu_249", Xl = "_socialNetworkIcon_stroke_1aogu_265", we = {
6018
+ ), jl = "_content_1p7b9_1", Ql = "_brandContent_1p7b9_10", Gl = "_socialMedia_1p7b9_21", zl = "_linkSocialNetwoks_1p7b9_28", Hl = "_sectionContent_1p7b9_42", Vl = "_section_1p7b9_42", Fl = "_menuItem_1p7b9_60", Wl = "_otherItems_1p7b9_73", $l = "_copyrigth_1p7b9_87", Yl = "_copyrigthText_1p7b9_97", Kl = "_logoStyled_1p7b9_107", Jl = "_socialNetworkIcon_1p7b9_118", Zl = "_socialInstagram_1p7b9_125", Xl = "_socialNetworkIcon_stroke_1p7b9_133", we = {
6019
6019
  content: jl,
6020
6020
  brandContent: Ql,
6021
6021
  socialMedia: Gl,
6022
- linkSocialNetwoks: Hl,
6023
- sectionContent: zl,
6022
+ linkSocialNetwoks: zl,
6023
+ sectionContent: Hl,
6024
6024
  section: Vl,
6025
6025
  menuItem: Fl,
6026
6026
  otherItems: Wl,
@@ -6066,10 +6066,10 @@ const Tt = (e) => {
6066
6066
  "path",
6067
6067
  {
6068
6068
  fill: "currentColor",
6069
- 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
6070
- 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
6071
- 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
6072
- 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
6069
+ 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
6070
+ 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
6071
+ 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
6072
+ 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
6073
6073
  C25.9,18.2,25.9,18.2,25.7,18.2L25.7,18.2z`
6074
6074
  }
6075
6075
  )
@@ -6146,13 +6146,13 @@ const Tt = (e) => {
6146
6146
  "path",
6147
6147
  {
6148
6148
  fill: "currentColor",
6149
- 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
6150
- 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
6151
- 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
6152
- 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
6153
- 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
6154
- 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
6155
- 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
6149
+ 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
6150
+ 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
6151
+ 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
6152
+ 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
6153
+ 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
6154
+ 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
6155
+ 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
6156
6156
  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`
6157
6157
  }
6158
6158
  ) })
@@ -6175,13 +6175,13 @@ const Tt = (e) => {
6175
6175
  "path",
6176
6176
  {
6177
6177
  fill: "currentColor",
6178
- 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
6179
- 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
6180
- 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
6181
- 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
6182
- 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
6183
- 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
6184
- 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
6178
+ 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
6179
+ 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
6180
+ 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
6181
+ 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
6182
+ 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
6183
+ 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
6184
+ 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
6185
6185
  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`
6186
6186
  }
6187
6187
  ) }) })
@@ -6205,9 +6205,9 @@ const Tt = (e) => {
6205
6205
  "path",
6206
6206
  {
6207
6207
  fill: "currentColor",
6208
- 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
6209
- 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
6210
- 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
6208
+ 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
6209
+ 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
6210
+ 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
6211
6211
  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`
6212
6212
  }
6213
6213
  ),
@@ -6224,7 +6224,7 @@ const Tt = (e) => {
6224
6224
  gnews: (e) => /* @__PURE__ */ a(ed, { ...e }),
6225
6225
  podcast: (e) => /* @__PURE__ */ a(td, { ...e }),
6226
6226
  telegram: (e) => /* @__PURE__ */ a(nd, { ...e })
6227
- }, K3 = (e) => {
6227
+ }, K9 = (e) => {
6228
6228
  const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
6229
6229
  return /* @__PURE__ */ h("footer", { className: we.content, children: [
6230
6230
  /* @__PURE__ */ h("section", { className: we.brandContent, children: [
@@ -6283,7 +6283,7 @@ const Tt = (e) => {
6283
6283
  )
6284
6284
  ] })
6285
6285
  ] });
6286
- }, id = "_content_c2mo2_1", cd = "_imageContent_c2mo2_17", ld = "_width1Autor_c2mo2_35", dd = "_width2Autor_c2mo2_43", ud = "_width3Autor_c2mo2_51", hd = "_imageAutor_c2mo2_59", md = "_imageStyled_c2mo2_137", fd = "_contentIconStyled_c2mo2_139", gd = "_avatarContent_c2mo2_173", pd = "_journalistSection_c2mo2_189", Ad = "_journalistInfo_c2mo2_205", wd = "_journalistInfoLink_c2mo2_207", yd = "_socialNetworkSection_c2mo2_277", vd = "_avatarStyled_c2mo2_301", bd = "_article_c2mo2_311", Cd = "_socialButton_c2mo2_319", _d = "_facebookStyled_c2mo2_351", Nd = "_emailStyled_c2mo2_359", Sd = "_xStyled_c2mo2_367", Ed = "_linkedinStyled_c2mo2_375", xd = "_whatsappStyled_c2mo2_383", Td = "_whatsappLink_c2mo2_391", Id = "_clipboardButton_c2mo2_423", kd = "_googleProfileButton_c2mo2_495", de = {
6286
+ }, id = "_content_1e93o_1", cd = "_imageContent_1e93o_9", ld = "_width1Autor_1e93o_18", dd = "_width2Autor_1e93o_22", ud = "_width3Autor_1e93o_26", hd = "_imageAutor_1e93o_30", md = "_imageStyled_1e93o_69", fd = "_contentIconStyled_1e93o_70", gd = "_avatarContent_1e93o_87", pd = "_journalistSection_1e93o_95", Ad = "_journalistInfo_1e93o_103", wd = "_journalistInfoLink_1e93o_104", yd = "_socialNetworkSection_1e93o_139", vd = "_avatarStyled_1e93o_151", bd = "_article_1e93o_156", Cd = "_socialButton_1e93o_160", _d = "_facebookStyled_1e93o_176", Nd = "_emailStyled_1e93o_180", Sd = "_xStyled_1e93o_184", Ed = "_linkedinStyled_1e93o_188", xd = "_whatsappStyled_1e93o_192", Td = "_whatsappLink_1e93o_196", Id = "_clipboardButton_1e93o_212", kd = "_googleProfileButton_1e93o_248", de = {
6287
6287
  content: id,
6288
6288
  imageContent: cd,
6289
6289
  width1Autor: ld,
@@ -6347,13 +6347,13 @@ const Tt = (e) => {
6347
6347
  strokeLinecap: "round",
6348
6348
  strokeLinejoin: "round",
6349
6349
  strokeMiterlimit: "10",
6350
- 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
6351
- 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
6350
+ 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
6351
+ 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
6352
6352
  h3.9V17C24.1,13.3,22.2,11.7,19.6,11.7z`
6353
6353
  }
6354
6354
  )
6355
6355
  }
6356
- ), Rd = (e) => /* @__PURE__ */ h(
6356
+ ), qd = (e) => /* @__PURE__ */ h(
6357
6357
  "svg",
6358
6358
  {
6359
6359
  width: "25",
@@ -6380,7 +6380,7 @@ const Tt = (e) => {
6380
6380
  )
6381
6381
  ]
6382
6382
  }
6383
- ), qd = (e) => /* @__PURE__ */ h(
6383
+ ), Rd = (e) => /* @__PURE__ */ h(
6384
6384
  "svg",
6385
6385
  {
6386
6386
  width: "24",
@@ -6466,8 +6466,8 @@ const Tt = (e) => {
6466
6466
  Email: {
6467
6467
  url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
6468
6468
  icon: {
6469
- outline: (e) => /* @__PURE__ */ a(Rd, { className: e }),
6470
- solid: (e) => /* @__PURE__ */ a(qd, { className: e })
6469
+ outline: (e) => /* @__PURE__ */ a(qd, { className: e }),
6470
+ solid: (e) => /* @__PURE__ */ a(Rd, { className: e })
6471
6471
  }
6472
6472
  },
6473
6473
  LinkedIn: {
@@ -6522,25 +6522,25 @@ function Pd({ noteShare: e }) {
6522
6522
  )
6523
6523
  ] }) : null;
6524
6524
  }
6525
- const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSection_xlsy2_53", Qd = "_title_xlsy2_83", Gd = "_article_xlsy2_53", Hd = "_correspondent_xlsy2_149", zd = "_iframeStyled_xlsy2_167", Vd = "_contentFrame_xlsy2_187", He = {
6525
+ const Dd = "_content_r1co8_1", Md = "_videoContent_r1co8_20", jd = "_articleSection_r1co8_27", Qd = "_title_r1co8_42", Gd = "_article_r1co8_27", zd = "_correspondent_r1co8_75", Hd = "_iframeStyled_r1co8_84", Vd = "_contentFrame_r1co8_94", ze = {
6526
6526
  content: Dd,
6527
6527
  videoContent: Md,
6528
6528
  articleSection: jd,
6529
6529
  title: Qd,
6530
6530
  article: Gd,
6531
- correspondent: Hd,
6532
- iframeStyled: zd,
6531
+ correspondent: zd,
6532
+ iframeStyled: Hd,
6533
6533
  contentFrame: Vd
6534
- }, J3 = (e) => {
6534
+ }, J9 = (e) => {
6535
6535
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
6536
6536
  e.video.info.date.created
6537
6537
  )}` : e?.video.main.author;
6538
- return /* @__PURE__ */ a("div", { className: He.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ h("div", { className: He.videoContent, children: [
6539
- /* @__PURE__ */ a("p", { className: He.title, children: e.video.main.title }),
6538
+ return /* @__PURE__ */ a("div", { className: ze.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ h("div", { className: ze.videoContent, children: [
6539
+ /* @__PURE__ */ a("p", { className: ze.title, children: e.video.main.title }),
6540
6540
  e.type === "vy" && /* @__PURE__ */ a(
6541
6541
  "iframe",
6542
6542
  {
6543
- className: He.iframeStyled,
6543
+ className: ze.iframeStyled,
6544
6544
  src: `https://www.youtube.com/embed/${e.video.main.code}`,
6545
6545
  frameBorder: "0",
6546
6546
  allowFullScreen: !0
@@ -6549,7 +6549,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6549
6549
  e.type === "vf" && /* @__PURE__ */ a(
6550
6550
  "iframe",
6551
6551
  {
6552
- className: He.iframeStyled,
6552
+ className: ze.iframeStyled,
6553
6553
  src: e.video.main.code,
6554
6554
  frameBorder: "0",
6555
6555
  allowFullScreen: !0
@@ -6558,16 +6558,16 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6558
6558
  e.type === "ve" && /* @__PURE__ */ a(
6559
6559
  "div",
6560
6560
  {
6561
- className: He.contentFrame,
6561
+ className: ze.contentFrame,
6562
6562
  dangerouslySetInnerHTML: { __html: e.video.main.code }
6563
6563
  }
6564
6564
  ),
6565
- /* @__PURE__ */ h("div", { className: He.articleSection, children: [
6566
- /* @__PURE__ */ a("p", { className: He.article, children: Qe(e.video.main.description) }),
6567
- /* @__PURE__ */ a("p", { className: He.correspondent, children: t() })
6565
+ /* @__PURE__ */ h("div", { className: ze.articleSection, children: [
6566
+ /* @__PURE__ */ a("p", { className: ze.article, children: Qe(e.video.main.description) }),
6567
+ /* @__PURE__ */ a("p", { className: ze.correspondent, children: t() })
6568
6568
  ] })
6569
6569
  ] }) }) });
6570
- }, Fd = "_content_79djq_1", Wd = "_linkStyled_79djq_17", Pn = {
6570
+ }, Fd = "_content_wxhkd_1", Wd = "_linkStyled_wxhkd_9", Pn = {
6571
6571
  content: Fd,
6572
6572
  linkStyled: Wd
6573
6573
  }, vn = (e) => {
@@ -6596,7 +6596,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6596
6596
  }
6597
6597
  )
6598
6598
  ] });
6599
- }, $d = "_content_1tki3_1", Yd = "_contentGrid_1tki3_15", Kd = "_contentGrid4_1tki3_33", Jd = "_contentGrid3_1tki3_41", Zt = {
6599
+ }, $d = "_content_zal5g_1", Yd = "_contentGrid_zal5g_8", Kd = "_contentGrid4_zal5g_17", Jd = "_contentGrid3_zal5g_21", Zt = {
6600
6600
  content: $d,
6601
6601
  contentGrid: Yd,
6602
6602
  contentGrid4: Kd,
@@ -6613,7 +6613,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6613
6613
  ),
6614
6614
  /* @__PURE__ */ a(K, { children: e.paginatorComponent })
6615
6615
  ] });
6616
- }, Zd = "_content_3pssn_1", Xd = "_newsDescription_3pssn_29", e1 = "_image_3pssn_81", Dt = {
6616
+ }, Zd = "_content_15x47_1", Xd = "_newsDescription_15x47_15", e1 = "_image_15x47_41", Dt = {
6617
6617
  content: Zd,
6618
6618
  newsDescription: Xd,
6619
6619
  image: e1
@@ -6678,7 +6678,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6678
6678
  ]
6679
6679
  }
6680
6680
  );
6681
- }, t1 = "_content_1afla_1", n1 = "_boxInformation_1afla_23", a1 = "_titleGradient_1afla_59", r1 = "_sectionDescription_1afla_115", o1 = "_articule_1afla_165", s1 = "_linkStyled_1afla_231", et = {
6681
+ }, t1 = "_content_14xk9_1", n1 = "_boxInformation_14xk9_12", a1 = "_titleGradient_14xk9_30", r1 = "_sectionDescription_14xk9_58", o1 = "_articule_14xk9_83", s1 = "_linkStyled_14xk9_116", et = {
6682
6682
  content: t1,
6683
6683
  boxInformation: n1,
6684
6684
  titleGradient: a1,
@@ -6753,17 +6753,17 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6753
6753
  }
6754
6754
  )
6755
6755
  ] });
6756
- }, i1 = "_content_63xzh_1", c1 = "_contentLayout_63xzh_9", or = {
6756
+ }, i1 = "_content_kro73_1", c1 = "_contentLayout_kro73_5", or = {
6757
6757
  content: i1,
6758
6758
  contentLayout: c1
6759
- }, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), l1 = "_content_1qewa_1", d1 = "_before_1qewa_21", u1 = "_textContent_1qewa_43", h1 = "_title_1qewa_73", m1 = "_description_1qewa_91", f1 = "_linkStyled_1qewa_113", gt = {
6759
+ }, sr = (e) => /* @__PURE__ */ a("div", { className: or.content, children: /* @__PURE__ */ a(Vt, { className: `${or.contentLayout} ${e.className}`, children: e.children }) }), l1 = "_content_1nqra_1", d1 = "_before_1nqra_11", u1 = "_textContent_1nqra_22", h1 = "_title_1nqra_37", m1 = "_description_1nqra_46", f1 = "_linkStyled_1nqra_57", gt = {
6760
6760
  content: l1,
6761
6761
  before: d1,
6762
6762
  textContent: u1,
6763
6763
  title: h1,
6764
6764
  description: m1,
6765
6765
  linkStyled: f1
6766
- }, Z3 = (e) => {
6766
+ }, Z9 = (e) => {
6767
6767
  const t = e.logo;
6768
6768
  return /* @__PURE__ */ h("section", { className: gt.content, children: [
6769
6769
  e.backgroundImgURL && /* @__PURE__ */ a("img", { className: gt.before, src: e.backgroundImgURL, alt: "" }),
@@ -6774,50 +6774,50 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6774
6774
  /* @__PURE__ */ a(L, { className: gt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6775
6775
  ] })
6776
6776
  ] });
6777
- }, g1 = "_content_14eky_1", p1 = "_contentLabel_14eky_15", A1 = "_label_14eky_25", w1 = "_required_14eky_43", y1 = "_input_14eky_55", Ut = {
6777
+ }, g1 = "_content_zxcog_1", p1 = "_contentLabel_zxcog_8", A1 = "_label_zxcog_13", w1 = "_required_zxcog_22", y1 = "_input_zxcog_28", Ut = {
6778
6778
  content: g1,
6779
6779
  contentLabel: p1,
6780
6780
  label: A1,
6781
6781
  required: w1,
6782
6782
  input: y1
6783
- }, X3 = (e) => /* @__PURE__ */ h("div", { className: Ut.content, children: [
6783
+ }, X9 = (e) => /* @__PURE__ */ h("div", { className: Ut.content, children: [
6784
6784
  /* @__PURE__ */ h("div", { className: Ut.contentLabel, children: [
6785
6785
  /* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
6786
6786
  e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
6787
6787
  ] }),
6788
6788
  /* @__PURE__ */ a("input", { className: Ut.input, ...e })
6789
- ] }), v1 = "_content_1ukl4_1", b1 = "_contentLabel_1ukl4_15", C1 = "_label_1ukl4_25", _1 = "_required_1ukl4_43", N1 = "_input_1ukl4_55", Rt = {
6789
+ ] }), v1 = "_content_zgx5w_1", b1 = "_contentLabel_zgx5w_8", C1 = "_label_zgx5w_13", _1 = "_required_zgx5w_22", N1 = "_input_zgx5w_28", qt = {
6790
6790
  content: v1,
6791
6791
  contentLabel: b1,
6792
6792
  label: C1,
6793
6793
  required: _1,
6794
6794
  input: N1
6795
- }, e9 = (e) => /* @__PURE__ */ h("div", { className: Rt.content, children: [
6796
- /* @__PURE__ */ h("div", { className: Rt.contentLabel, children: [
6797
- /* @__PURE__ */ a("label", { className: Rt.label, children: e.label }),
6798
- e.required && /* @__PURE__ */ a("span", { className: Rt.required, children: "*" })
6795
+ }, e3 = (e) => /* @__PURE__ */ h("div", { className: qt.content, children: [
6796
+ /* @__PURE__ */ h("div", { className: qt.contentLabel, children: [
6797
+ /* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
6798
+ e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
6799
6799
  ] }),
6800
- /* @__PURE__ */ h("select", { className: Rt.input, ...e, children: [
6800
+ /* @__PURE__ */ h("select", { className: qt.input, ...e, children: [
6801
6801
  /* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
6802
6802
  e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
6803
6803
  ] })
6804
- ] }), S1 = "_content_ljg8f_1", E1 = "_label_ljg8f_15", x1 = "_input_ljg8f_33", Dn = {
6804
+ ] }), S1 = "_content_1mi9t_1", E1 = "_label_1mi9t_8", x1 = "_input_1mi9t_17", Dn = {
6805
6805
  content: S1,
6806
6806
  label: E1,
6807
6807
  input: x1
6808
- }, t9 = (e) => /* @__PURE__ */ h("div", { className: Dn.content, children: [
6808
+ }, t3 = (e) => /* @__PURE__ */ h("div", { className: Dn.content, children: [
6809
6809
  /* @__PURE__ */ a("label", { className: Dn.label, children: e.label }),
6810
6810
  /* @__PURE__ */ a("textarea", { className: Dn.input, ...e })
6811
- ] }), T1 = "_boxInformation_1ah38_1", I1 = "_textBox_1ah38_59", k1 = "_contentBox_1ah38_79", U1 = "_liveBox_1ah38_99", R1 = "_dot_1ah38_143", q1 = "_sectionDescription_1ah38_193", L1 = "_articule_1ah38_219", B1 = "_description_1ah38_273", tt = {
6811
+ ] }), T1 = "_boxInformation_achvw_1", I1 = "_textBox_achvw_30", k1 = "_contentBox_achvw_40", U1 = "_liveBox_achvw_50", q1 = "_dot_achvw_72", R1 = "_sectionDescription_achvw_97", L1 = "_articule_achvw_110", B1 = "_description_achvw_137", tt = {
6812
6812
  boxInformation: T1,
6813
6813
  textBox: I1,
6814
6814
  contentBox: k1,
6815
6815
  liveBox: U1,
6816
- dot: R1,
6817
- sectionDescription: q1,
6816
+ dot: q1,
6817
+ sectionDescription: R1,
6818
6818
  articule: L1,
6819
6819
  description: B1
6820
- }, O1 = "_content_b83p0_1", P1 = "_description_b83p0_45", bn = {
6820
+ }, O1 = "_content_8ehij_1", P1 = "_description_8ehij_23", bn = {
6821
6821
  content: O1,
6822
6822
  description: P1
6823
6823
  }, yo = (e) => {
@@ -6856,16 +6856,16 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6856
6856
  }
6857
6857
  )
6858
6858
  ] })
6859
- ] }) }), M1 = "_content_35x7r_1", j1 = "_contentLine_35x7r_33", Q1 = "_contentText_35x7r_47", G1 = "_dateLink_35x7r_73", Xt = {
6859
+ ] }) }), M1 = "_content_oipiy_1", j1 = "_contentLine_oipiy_17", Q1 = "_contentText_oipiy_24", G1 = "_dateLink_oipiy_37", Xt = {
6860
6860
  content: M1,
6861
6861
  contentLine: j1,
6862
6862
  contentText: Q1,
6863
6863
  dateLink: G1
6864
- }, H1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ h("div", { className: Xt.contentLine, children: [
6864
+ }, z1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ h("div", { className: Xt.contentLine, children: [
6865
6865
  /* @__PURE__ */ a(L, { className: Xt.dateLink, href: `#item-${n + 1}`, children: cs(t.date) }),
6866
6866
  /* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
6867
- ] }, n)) }), z1 = "_content_1ti45_1", V1 = "_contentInfo_1ti45_21", F1 = "_imageStyled_1ti45_37", W1 = "_contentIconStyled_1ti45_59", $1 = "_name_1ti45_111", Y1 = "_email_1ti45_129", K1 = "_description_1ti45_161", J1 = "_contenSocialNetwork_1ti45_185", Z1 = "_socialIcon_1ti45_205", Ie = {
6868
- content: z1,
6867
+ ] }, n)) }), H1 = "_content_w8a84_1", V1 = "_contentInfo_w8a84_11", F1 = "_imageStyled_w8a84_19", W1 = "_contentIconStyled_w8a84_30", $1 = "_name_w8a84_56", Y1 = "_email_w8a84_65", K1 = "_description_w8a84_81", J1 = "_contenSocialNetwork_w8a84_93", Z1 = "_socialIcon_w8a84_103", Ie = {
6868
+ content: H1,
6869
6869
  contentInfo: V1,
6870
6870
  imageStyled: F1,
6871
6871
  contentIconStyled: W1,
@@ -6935,7 +6935,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
6935
6935
  ] })
6936
6936
  }
6937
6937
  );
6938
- }, eu = "_content_1ofcp_1", tu = "_contentInfo_1ofcp_25", nu = "_contentAuthor_1ofcp_51", au = "_imageStyled_1ofcp_65", ru = "_contentIconStyled_1ofcp_83", ou = "_name_1ofcp_127", su = "_email_1ofcp_143", iu = "_description_1ofcp_163", cu = "_contenSocialNetwork_1ofcp_185", lu = "_socialIcon_1ofcp_205", Ne = {
6938
+ }, eu = "_content_18ozj_1", tu = "_contentInfo_18ozj_13", nu = "_contentAuthor_18ozj_26", au = "_imageStyled_18ozj_33", ru = "_contentIconStyled_18ozj_42", ou = "_name_18ozj_64", su = "_email_18ozj_72", iu = "_description_18ozj_82", cu = "_contenSocialNetwork_18ozj_93", lu = "_socialIcon_18ozj_103", Ne = {
6939
6939
  content: eu,
6940
6940
  contentInfo: tu,
6941
6941
  contentAuthor: nu,
@@ -7008,7 +7008,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7008
7008
  ] })
7009
7009
  ] })
7010
7010
  ] }) });
7011
- }, uu = "_content_1p4ec_1", hu = "_bannerSection_1p4ec_49", ir = {
7011
+ }, uu = "_content_jg6i2_1", hu = "_bannerSection_jg6i2_25", ir = {
7012
7012
  content: uu,
7013
7013
  bannerSection: hu
7014
7014
  }, vo = (e) => /* @__PURE__ */ h("section", { className: ir.content, children: [
@@ -7031,7 +7031,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7031
7031
  ),
7032
7032
  e.banner
7033
7033
  ] })
7034
- ] }), mu = "_content_udlpm_1", fu = "_header_udlpm_41", gu = "_videos_udlpm_91", pu = "_videoContent_udlpm_105", Au = "_articleSection_udlpm_119", wu = "_contentLayoutVideoSection_udlpm_147", yu = "_sectionVideoList_udlpm_163", vu = "_iframeStyled_udlpm_309", bu = "_contentFrame_udlpm_327", Cu = "_relatedTitle_udlpm_377", qe = {
7034
+ ] }), mu = "_content_1jqwg_1", fu = "_header_1jqwg_21", gu = "_videos_1jqwg_46", pu = "_videoContent_1jqwg_53", Au = "_articleSection_1jqwg_60", wu = "_contentLayoutVideoSection_1jqwg_74", yu = "_sectionVideoList_1jqwg_82", vu = "_iframeStyled_1jqwg_155", bu = "_contentFrame_1jqwg_164", Cu = "_relatedTitle_1jqwg_189", Re = {
7035
7035
  content: mu,
7036
7036
  header: fu,
7037
7037
  videos: gu,
@@ -7042,7 +7042,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7042
7042
  iframeStyled: vu,
7043
7043
  contentFrame: bu,
7044
7044
  relatedTitle: Cu
7045
- }, _u = "_content_1ah8a_1", Nu = "_linkImage_1ah8a_23", Su = "_playStyled_1ah8a_37", Mn = {
7045
+ }, _u = "_content_1dj0q_1", Nu = "_linkImage_1dj0q_12", Su = "_playStyled_1dj0q_19", Mn = {
7046
7046
  content: _u,
7047
7047
  linkImage: Nu,
7048
7048
  playStyled: Su
@@ -7073,8 +7073,8 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7073
7073
  ),
7074
7074
  /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Tt, { ...t, paths: e.paths }) })
7075
7075
  ] }) : null;
7076
- }, n9 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ h(Vt, { className: qe.contentLayoutVideoSection, children: [
7077
- /* @__PURE__ */ h("a", { className: qe.header, href: "/", children: [
7076
+ }, n3 = (e) => /* @__PURE__ */ a("div", { className: Re.content, children: /* @__PURE__ */ h(Vt, { className: Re.contentLayoutVideoSection, children: [
7077
+ /* @__PURE__ */ h("a", { className: Re.header, href: "/", children: [
7078
7078
  /* @__PURE__ */ a(
7079
7079
  "svg",
7080
7080
  {
@@ -7096,12 +7096,12 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7096
7096
  ),
7097
7097
  "VOLVER A VIDEOS"
7098
7098
  ] }),
7099
- /* @__PURE__ */ h("div", { className: qe.videos, children: [
7100
- /* @__PURE__ */ h("div", { className: qe.videoContent, style: e.mainVideoStyles, children: [
7099
+ /* @__PURE__ */ h("div", { className: Re.videos, children: [
7100
+ /* @__PURE__ */ h("div", { className: Re.videoContent, style: e.mainVideoStyles, children: [
7101
7101
  e.type === "vy" && /* @__PURE__ */ a(
7102
7102
  "iframe",
7103
7103
  {
7104
- className: qe.iframeStyled,
7104
+ className: Re.iframeStyled,
7105
7105
  src: `https://www.youtube.com/embed/${e.video?.main?.code}`,
7106
7106
  frameBorder: "0",
7107
7107
  allowFullScreen: !0
@@ -7110,7 +7110,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7110
7110
  e.type === "vf" && /* @__PURE__ */ a(
7111
7111
  "iframe",
7112
7112
  {
7113
- className: qe.iframeStyled,
7113
+ className: Re.iframeStyled,
7114
7114
  src: e.video?.main?.code,
7115
7115
  frameBorder: "0",
7116
7116
  allowFullScreen: !0
@@ -7119,11 +7119,11 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7119
7119
  e.type === "ve" && /* @__PURE__ */ a(
7120
7120
  "div",
7121
7121
  {
7122
- className: qe.contentFrame,
7122
+ className: Re.contentFrame,
7123
7123
  dangerouslySetInnerHTML: { __html: e.video?.main?.code }
7124
7124
  }
7125
7125
  ),
7126
- /* @__PURE__ */ a("div", { className: qe.articleSection, children: /* @__PURE__ */ a(
7126
+ /* @__PURE__ */ a("div", { className: Re.articleSection, children: /* @__PURE__ */ a(
7127
7127
  Tt,
7128
7128
  {
7129
7129
  ...Mt(
@@ -7138,7 +7138,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7138
7138
  /* @__PURE__ */ h(
7139
7139
  "div",
7140
7140
  {
7141
- className: qe.sectionVideoList,
7141
+ className: Re.sectionVideoList,
7142
7142
  style: e.listVideoStyles,
7143
7143
  children: [
7144
7144
  e.banner && /* @__PURE__ */ a(
@@ -7148,7 +7148,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7148
7148
  name: e.banner.bannerName
7149
7149
  }
7150
7150
  ),
7151
- e.relatedName && /* @__PURE__ */ a("h2", { className: qe.relatedTitle, children: e.relatedName }),
7151
+ e.relatedName && /* @__PURE__ */ a("h2", { className: Re.relatedTitle, children: e.relatedName }),
7152
7152
  Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
7153
7153
  Eu,
7154
7154
  {
@@ -7161,39 +7161,39 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7161
7161
  }
7162
7162
  )
7163
7163
  ] })
7164
- ] }) }), xu = "_content_17oas_1", Tu = "_titleContent_17oas_47", Iu = "_title_17oas_47", ku = "_startLine_17oas_175", Uu = "_line_17oas_185", Ru = "_bottomLine_17oas_197", qu = "_childrenContent_17oas_235", Lu = "_readMore_17oas_261", ze = {
7164
+ ] }) }), xu = "_content_gcte1_1", Tu = "_titleContent_gcte1_24", Iu = "_title_gcte1_24", ku = "_startLine_gcte1_88", Uu = "_line_gcte1_93", qu = "_bottomLine_gcte1_99", Ru = "_childrenContent_gcte1_118", Lu = "_readMore_gcte1_131", He = {
7165
7165
  content: xu,
7166
7166
  titleContent: Tu,
7167
7167
  title: Iu,
7168
7168
  startLine: ku,
7169
7169
  line: Uu,
7170
- bottomLine: Ru,
7171
- childrenContent: qu,
7170
+ bottomLine: qu,
7171
+ childrenContent: Ru,
7172
7172
  readMore: Lu
7173
7173
  }, me = Pr((e, t) => {
7174
- const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: ze.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: ze.title, children: e.title });
7175
- return /* @__PURE__ */ h("section", { className: ze.content, children: [
7174
+ const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
7175
+ return /* @__PURE__ */ h("section", { className: He.content, children: [
7176
7176
  e.title && /* @__PURE__ */ h(
7177
7177
  "div",
7178
7178
  {
7179
- className: [ze.titleContent, e.className ?? ""].join(" "),
7179
+ className: [He.titleContent, e.className ?? ""].join(" "),
7180
7180
  "data-after": `${r}`,
7181
7181
  children: [
7182
- /* @__PURE__ */ a("hr", { className: ze.startLine }),
7182
+ /* @__PURE__ */ a("hr", { className: He.startLine }),
7183
7183
  e.titleUrl ? /* @__PURE__ */ a(L, { href: e.titleUrl, children: o }) : o,
7184
- /* @__PURE__ */ a("hr", { className: ze.line }),
7184
+ /* @__PURE__ */ a("hr", { className: He.line }),
7185
7185
  e.titleUrl && /* @__PURE__ */ a(
7186
7186
  L,
7187
7187
  {
7188
- className: ze.readMore,
7188
+ className: He.readMore,
7189
7189
  href: e.titleUrl?.toString() ?? ""
7190
7190
  }
7191
7191
  )
7192
7192
  ]
7193
7193
  }
7194
7194
  ),
7195
- e.title && /* @__PURE__ */ a("hr", { className: [ze.bottomLine, e.className ?? ""].join(" ") }),
7196
- /* @__PURE__ */ a("div", { className: ze.childrenContent, ref: t, children: e.children })
7195
+ e.title && /* @__PURE__ */ a("hr", { className: [He.bottomLine, e.className ?? ""].join(" ") }),
7196
+ /* @__PURE__ */ a("div", { className: He.childrenContent, ref: t, children: e.children })
7197
7197
  ] });
7198
7198
  }), Sa = (e) => /* @__PURE__ */ a(
7199
7199
  "svg",
@@ -7233,7 +7233,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7233
7233
  }
7234
7234
  )
7235
7235
  }
7236
- ), Bu = "_drawerStyled_10dgc_1", Ou = "_sidebarCustom_10dgc_11", Pu = "_accordionStyled_10dgc_47", Du = "_accordionHeading_10dgc_69", Mu = "_accordionSummeryStyled_10dgc_87", ju = "_linkStyled_10dgc_141", Qu = "_subLinkStyled_10dgc_181", Gu = "_inputContent_10dgc_225", Hu = "_buttonContent_10dgc_227", zu = "_inputStyled_10dgc_247", Vu = "_buscar_10dgc_279", Fu = "_buttonStyled_10dgc_297", Wu = "_accordionDetailsStyled_10dgc_327", $u = "_footerSlider_10dgc_357", Yu = "_socialMedia_10dgc_379", Ku = "_copyRights_10dgc_417", Ju = "_icon_10dgc_439", le = {
7236
+ ), Bu = "_drawerStyled_1dhzk_1", Ou = "_sidebarCustom_1dhzk_6", Pu = "_accordionStyled_1dhzk_24", Du = "_accordionHeading_1dhzk_35", Mu = "_accordionSummeryStyled_1dhzk_44", ju = "_linkStyled_1dhzk_71", Qu = "_subLinkStyled_1dhzk_91", Gu = "_inputContent_1dhzk_113", zu = "_buttonContent_1dhzk_114", Hu = "_inputStyled_1dhzk_124", Vu = "_buscar_1dhzk_140", Fu = "_buttonStyled_1dhzk_149", Wu = "_accordionDetailsStyled_1dhzk_164", $u = "_footerSlider_1dhzk_179", Yu = "_socialMedia_1dhzk_190", Ku = "_copyRights_1dhzk_209", Ju = "_icon_1dhzk_220", le = {
7237
7237
  drawerStyled: Bu,
7238
7238
  sidebarCustom: Ou,
7239
7239
  accordionStyled: Pu,
@@ -7242,8 +7242,8 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7242
7242
  linkStyled: ju,
7243
7243
  subLinkStyled: Qu,
7244
7244
  inputContent: Gu,
7245
- buttonContent: Hu,
7246
- inputStyled: zu,
7245
+ buttonContent: zu,
7246
+ inputStyled: Hu,
7247
7247
  buscar: Vu,
7248
7248
  buttonStyled: Fu,
7249
7249
  accordionDetailsStyled: Wu,
@@ -7399,7 +7399,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7399
7399
  )
7400
7400
  ]
7401
7401
  }
7402
- ), Xu = "_content_ue3tp_1", eh = "_chipStyled_ue3tp_33", th = "_headLine_ue3tp_33", nh = "_live_ue3tp_49", ah = "_closeLiveStyled_ue3tp_175", qt = {
7402
+ ), Xu = "_content_1k52x_1", eh = "_chipStyled_1k52x_17", th = "_headLine_1k52x_17", nh = "_live_1k52x_25", ah = "_closeLiveStyled_1k52x_88", Rt = {
7403
7403
  content: Xu,
7404
7404
  chipStyled: eh,
7405
7405
  headLine: th,
@@ -7409,7 +7409,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7409
7409
  const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
7410
7410
  L,
7411
7411
  {
7412
- className: qt.headLine,
7412
+ className: Rt.headLine,
7413
7413
  href: t?.data[0]?.info.link.url,
7414
7414
  target: t?.data[0]?.info.link.target,
7415
7415
  title: t?.data[0]?.main.title.home,
@@ -7430,24 +7430,24 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7430
7430
  "div",
7431
7431
  {
7432
7432
  id: "alert-chip",
7433
- className: qt.content,
7433
+ className: Rt.content,
7434
7434
  style: e.forceShow ? {
7435
7435
  display: "flex",
7436
7436
  position: "sticky",
7437
7437
  top: 100
7438
7438
  } : {},
7439
7439
  children: [
7440
- /* @__PURE__ */ h("div", { className: qt.live, children: [
7441
- /* @__PURE__ */ a("div", { className: qt.chipStyled, children: t?.entity?.description }),
7440
+ /* @__PURE__ */ h("div", { className: Rt.live, children: [
7441
+ /* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
7442
7442
  e.forceShow && /* @__PURE__ */ a(r, {}),
7443
- /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className: qt.closeLiveStyled }) })
7443
+ /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className: Rt.closeLiveStyled }) })
7444
7444
  ] }),
7445
7445
  /* @__PURE__ */ a(r, {})
7446
7446
  ]
7447
7447
  }
7448
7448
  )
7449
7449
  ] });
7450
- }, rh = "_content_1whi4_1", oh = "_linkStyled_1whi4_27", sh = "_linkSocialNetwork_1whi4_55", ih = "_title_1whi4_97", ch = "_tabs_1whi4_119", lh = "_socialNetwork_1whi4_135", dh = "_icon_1whi4_155", uh = "_facebook_1whi4_167", hh = "_youtube_1whi4_175", mh = "_x_1whi4_183", fh = "_instagram_1whi4_191", gh = "_gnews_1whi4_199", ph = "_tiktok_1whi4_207", Ah = "_whatsapp_1whi4_215", Ve = {
7450
+ }, rh = "_content_18yq5_1", oh = "_linkStyled_18yq5_14", sh = "_linkSocialNetwork_18yq5_28", ih = "_title_18yq5_49", ch = "_tabs_18yq5_60", lh = "_socialNetwork_18yq5_68", dh = "_icon_18yq5_78", uh = "_facebook_18yq5_84", hh = "_youtube_18yq5_88", mh = "_x_18yq5_92", fh = "_instagram_18yq5_96", gh = "_gnews_18yq5_100", ph = "_tiktok_18yq5_104", Ah = "_whatsapp_18yq5_108", Ve = {
7451
7451
  content: rh,
7452
7452
  linkStyled: oh,
7453
7453
  linkSocialNetwork: sh,
@@ -7513,7 +7513,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7513
7513
  i
7514
7514
  )) })
7515
7515
  ] });
7516
- }, yh = "_headerStyled_5isjw_1", vh = "_headerContent_5isjw_27", bh = "_iconContent_5isjw_49", Ch = "_menuButton_5isjw_67", _h = "_logoStyled_5isjw_131", Nh = "_buttonSection_5isjw_187", Sh = "_buttonSectionSearch_5isjw_217", Eh = "_headLineContent_5isjw_259", xh = "_headLineTitle_5isjw_285", Th = "_headLine_5isjw_259", Ih = "_hasAlertZone_5isjw_391", ke = {
7516
+ }, yh = "_headerStyled_t61zq_1", vh = "_headerContent_t61zq_14", bh = "_iconContent_t61zq_25", Ch = "_menuButton_t61zq_34", _h = "_logoStyled_t61zq_66", Nh = "_buttonSection_t61zq_94", Sh = "_buttonSectionSearch_t61zq_109", Eh = "_headLineContent_t61zq_130", xh = "_headLineTitle_t61zq_143", Th = "_headLine_t61zq_130", Ih = "_hasAlertZone_t61zq_196", ke = {
7517
7517
  headerStyled: yh,
7518
7518
  headerContent: vh,
7519
7519
  iconContent: bh,
@@ -7618,10 +7618,10 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7618
7618
  }
7619
7619
  )
7620
7620
  ] });
7621
- }, Uh = "_ul_196it_1", Rh = "_li_196it_19", qh = "_liBefore_196it_35", Lh = "_ulContent_196it_65", Bh = "_contentModal_196it_87", Oh = "_linkStyled_196it_111", Ph = "_itemLink_196it_161", Fe = {
7621
+ }, Uh = "_ul_j3aqc_1", qh = "_li_j3aqc_10", Rh = "_liBefore_j3aqc_18", Lh = "_ulContent_j3aqc_33", Bh = "_contentModal_j3aqc_44", Oh = "_linkStyled_j3aqc_56", Ph = "_itemLink_j3aqc_81", Fe = {
7622
7622
  ul: Uh,
7623
- li: Rh,
7624
- liBefore: qh,
7623
+ li: qh,
7624
+ liBefore: Rh,
7625
7625
  ulContent: Lh,
7626
7626
  contentModal: Bh,
7627
7627
  linkStyled: Oh,
@@ -7656,13 +7656,13 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7656
7656
  }
7657
7657
  ) }, s)) }) })
7658
7658
  ] }, r)) });
7659
- }, Mh = "_headerStyled_1hv7h_1", jh = "_headerContent_1hv7h_45", Qh = "_menuButtonSection_1hv7h_65", Gh = "_menuButton_1hv7h_65", Hh = "_buttonSection_1hv7h_167", zh = "_buttonSectionSearch_1hv7h_201", Vh = "_hasAlertZone_1hv7h_221", Fh = "_buttonText_1hv7h_259", Wh = "_logoContent_1hv7h_279", $h = "_logoStyled_1hv7h_295", Yh = "_headLineContent_1hv7h_343", Kh = "_headLineTitle_1hv7h_373", Jh = "_menuSection_1hv7h_405", Zh = "_headLine_1hv7h_343", Xh = "_line_1hv7h_509", ye = {
7659
+ }, Mh = "_headerStyled_ksxbt_1", jh = "_headerContent_ksxbt_23", Qh = "_menuButtonSection_ksxbt_33", Gh = "_menuButton_ksxbt_33", zh = "_buttonSection_ksxbt_84", Hh = "_buttonSectionSearch_ksxbt_101", Vh = "_hasAlertZone_ksxbt_111", Fh = "_buttonText_ksxbt_130", Wh = "_logoContent_ksxbt_140", $h = "_logoStyled_ksxbt_148", Yh = "_headLineContent_ksxbt_172", Kh = "_headLineTitle_ksxbt_187", Jh = "_menuSection_ksxbt_203", Zh = "_headLine_ksxbt_172", Xh = "_line_ksxbt_255", ye = {
7660
7660
  headerStyled: Mh,
7661
7661
  headerContent: jh,
7662
7662
  menuButtonSection: Qh,
7663
7663
  menuButton: Gh,
7664
- buttonSection: Hh,
7665
- buttonSectionSearch: zh,
7664
+ buttonSection: zh,
7665
+ buttonSectionSearch: Hh,
7666
7666
  hasAlertZone: Vh,
7667
7667
  buttonText: Fh,
7668
7668
  logoContent: Wh,
@@ -7747,11 +7747,11 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7747
7747
  )
7748
7748
  }
7749
7749
  );
7750
- }, tm = "_childrenContent_13giv_1", nm = "_childrenContentAux_13giv_23", am = "_op2_13giv_49", jn = {
7750
+ }, tm = "_childrenContent_wqlb4_1", nm = "_childrenContentAux_wqlb4_12", am = "_op2_wqlb4_25", jn = {
7751
7751
  childrenContent: tm,
7752
7752
  childrenContentAux: nm,
7753
7753
  op2: am
7754
- }, a9 = (e) => {
7754
+ }, a3 = (e) => {
7755
7755
  const { alertZone: t, children: n, sidebar: r } = e;
7756
7756
  return /* @__PURE__ */ h(K, { children: [
7757
7757
  /* @__PURE__ */ a(kh, { ...e }),
@@ -7792,7 +7792,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7792
7792
  }
7793
7793
  )
7794
7794
  ] });
7795
- }, rm = "_content_1ntb2_1", om = "_tags_1ntb2_19", sm = "_chipStyled_1ntb2_39", im = "_tagLink_1ntb2_93", cm = "_tagStyled_1ntb2_105", pt = {
7795
+ }, rm = "_content_16ydf_1", om = "_tags_16ydf_10", sm = "_chipStyled_16ydf_20", im = "_tagLink_16ydf_47", cm = "_tagStyled_16ydf_53", pt = {
7796
7796
  content: rm,
7797
7797
  tags: om,
7798
7798
  chipStyled: sm,
@@ -7801,7 +7801,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
7801
7801
  }, lm = (e) => /* @__PURE__ */ a("section", { className: pt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ h("div", { className: pt.tags, children: [
7802
7802
  /* @__PURE__ */ a("p", { className: pt.tagStyled, children: e.title ? e.title : "Tags:" }),
7803
7803
  e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(L, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${pt.chipStyled} ${pt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: pt.chipStyled, children: t.name }, n))
7804
- ] }) }), dm = "_contentBox_horo3_1", um = "_content_horo3_1", hm = "_imageStyled_horo3_31", mm = "_contentIconStyled_horo3_45", fm = "_avatarContent_horo3_85", gm = "_journalistSection_horo3_99", pm = "_journalistInfo_horo3_111", Am = "_socialNetworkSection_horo3_139", wm = "_article_horo3_165", De = {
7804
+ ] }) }), dm = "_contentBox_1rkkg_1", um = "_content_1rkkg_1", hm = "_imageStyled_1rkkg_16", mm = "_contentIconStyled_1rkkg_23", fm = "_avatarContent_1rkkg_43", gm = "_journalistSection_1rkkg_50", pm = "_journalistInfo_1rkkg_56", Am = "_socialNetworkSection_1rkkg_70", wm = "_article_1rkkg_83", De = {
7805
7805
  contentBox: dm,
7806
7806
  content: um,
7807
7807
  imageStyled: hm,
@@ -8002,7 +8002,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8002
8002
  }
8003
8003
  )
8004
8004
  ] }) });
8005
- }, vm = "_content_1po76_1", bm = "_imageStyled_1po76_39", Cm = "_contentIconStyled_1po76_41", _m = "_contentCard_1po76_61", Nm = "_contentInfo_1po76_139", Sm = "_fullName_1po76_151", Em = "_LearnMoreLink_1po76_165", nt = {
8005
+ }, vm = "_content_vmnac_1", bm = "_imageStyled_vmnac_20", Cm = "_contentIconStyled_vmnac_21", _m = "_contentCard_vmnac_31", Nm = "_contentInfo_vmnac_70", Sm = "_fullName_vmnac_76", Em = "_LearnMoreLink_vmnac_83", nt = {
8006
8006
  content: vm,
8007
8007
  imageStyled: bm,
8008
8008
  contentIconStyled: Cm,
@@ -8049,13 +8049,13 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8049
8049
  },
8050
8050
  `author-${r.firstname}`
8051
8051
  )) });
8052
- }, Tm = "_content_qiw8s_1", Im = "_contentNews_qiw8s_19", km = "_linkTitle_qiw8s_53", Um = "_tag_qiw8s_69", Rm = "_tagmx_qiw8s_109", qm = "_titular_qiw8s_139", Lm = "_correspondent_qiw8s_169", Bm = "_correspondentLink_qiw8s_191", Om = "_description_qiw8s_213", Se = {
8052
+ }, Tm = "_content_1j0pj_1", Im = "_contentNews_1j0pj_10", km = "_linkTitle_1j0pj_27", Um = "_tag_1j0pj_35", qm = "_tagmx_1j0pj_55", Rm = "_titular_1j0pj_70", Lm = "_correspondent_1j0pj_85", Bm = "_correspondentLink_1j0pj_96", Om = "_description_1j0pj_107", Se = {
8053
8053
  content: Tm,
8054
8054
  contentNews: Im,
8055
8055
  linkTitle: km,
8056
8056
  tag: Um,
8057
- tagmx: Rm,
8058
- titular: qm,
8057
+ tagmx: qm,
8058
+ titular: Rm,
8059
8059
  correspondent: Lm,
8060
8060
  correspondentLink: Bm,
8061
8061
  description: Om
@@ -8249,7 +8249,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8249
8249
  }
8250
8250
  )
8251
8251
  ] });
8252
- }, Pm = "_content_wuf93_1", Dm = "_firstSection_wuf93_19", Mm = "_secondSection_wuf93_31", Qn = {
8252
+ }, Pm = "_content_1dcf7_1", Dm = "_firstSection_1dcf7_10", Mm = "_secondSection_1dcf7_16", Qn = {
8253
8253
  content: Pm,
8254
8254
  firstSection: Dm,
8255
8255
  secondSection: Mm
@@ -8283,10 +8283,10 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8283
8283
  }
8284
8284
  )) })
8285
8285
  ] });
8286
- }, Qm = "_content_14pjb_1", Gm = "_firstSection_14pjb_15", lr = {
8286
+ }, Qm = "_content_wsx1m_1", Gm = "_firstSection_wsx1m_8", lr = {
8287
8287
  content: Qm,
8288
8288
  firstSection: Gm
8289
- }, Hm = ({
8289
+ }, zm = ({
8290
8290
  content: e,
8291
8291
  customLargeSection: t,
8292
8292
  customSlimSection: n,
@@ -8320,8 +8320,8 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8320
8320
  heightImageOverwriteMobile: "270px",
8321
8321
  paths: r
8322
8322
  }
8323
- ) }, s)) }), zm = "_content_1bmoc_1", Vm = "_sectionDescription_1bmoc_25", Fm = "_title_1bmoc_65", Wm = "_subtitle_1bmoc_93", $m = "_linkStyled_1bmoc_115", it = {
8324
- content: zm,
8323
+ ) }, s)) }), Hm = "_content_1n73e_1", Vm = "_sectionDescription_1n73e_13", Fm = "_title_1n73e_33", Wm = "_subtitle_1n73e_47", $m = "_linkStyled_1n73e_58", it = {
8324
+ content: Hm,
8325
8325
  sectionDescription: Vm,
8326
8326
  title: Fm,
8327
8327
  subtitle: Wm,
@@ -8364,7 +8364,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8364
8364
  e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
8365
8365
  e.goTo && /* @__PURE__ */ a(L, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
8366
8366
  ] });
8367
- }, Ym = "_headerSection_itzkx_1", Km = "_headerSectionLink_itzkx_23", Jm = "_newsContent_itzkx_33", Gn = {
8367
+ }, Ym = "_headerSection_drjnj_1", Km = "_headerSectionLink_drjnj_12", Jm = "_newsContent_drjnj_17", Gn = {
8368
8368
  headerSection: Ym,
8369
8369
  headerSectionLink: Km,
8370
8370
  newsContent: Jm
@@ -8418,7 +8418,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8418
8418
  })
8419
8419
  ] })
8420
8420
  ] });
8421
- }, Xm = "_content_1ubl0_1", e2 = "_autorContent_1ubl0_15", t2 = "_image_1ubl0_47", n2 = "_contentIcon_1ubl0_49", a2 = "_boxInformationContent_1ubl0_93", r2 = "_autorName_1ubl0_105", o2 = "_time_1ubl0_169", s2 = "_comment_1ubl0_195", i2 = "_title_1ubl0_213", We = {
8421
+ }, Xm = "_content_1stvq_1", e2 = "_autorContent_1stvq_8", t2 = "_image_1stvq_24", n2 = "_contentIcon_1stvq_25", a2 = "_boxInformationContent_1stvq_47", r2 = "_autorName_1stvq_53", o2 = "_time_1stvq_85", s2 = "_comment_1stvq_98", i2 = "_title_1stvq_107", We = {
8422
8422
  content: Xm,
8423
8423
  autorContent: e2,
8424
8424
  image: t2,
@@ -8464,7 +8464,7 @@ const Dd = "_content_xlsy2_1", Md = "_videoContent_xlsy2_39", jd = "_articleSect
8464
8464
  /* @__PURE__ */ a("p", { className: We.comment, children: Qe(t?.main?.subtitle?.striped || "") })
8465
8465
  ] })
8466
8466
  ] });
8467
- }, c2 = "_content_1i9xs_1", l2 = "_boxPosition_1i9xs_15", d2 = "_contentFlex_1i9xs_41", u2 = "_bannerContent_1i9xs_57", h2 = "_bannerContentAux_1i9xs_79", At = {
8467
+ }, c2 = "_content_1d7mg_1", l2 = "_boxPosition_1d7mg_8", d2 = "_contentFlex_1d7mg_21", u2 = "_bannerContent_1d7mg_29", h2 = "_bannerContentAux_1d7mg_40", At = {
8468
8468
  content: c2,
8469
8469
  boxPosition: l2,
8470
8470
  contentFlex: d2,
@@ -8477,7 +8477,7 @@ function m2(e) {
8477
8477
  r % 2 === 0 ? t[Math.floor(r / 2)] = e[r] : t[n + Math.floor(r / 2)] = e[r];
8478
8478
  return t;
8479
8479
  }
8480
- const r9 = (e) => {
8480
+ const r3 = (e) => {
8481
8481
  const { isOpinion: t = !1 } = e, n = (s) => /* @__PURE__ */ a(
8482
8482
  "div",
8483
8483
  {
@@ -8531,10 +8531,10 @@ const r9 = (e) => {
8531
8531
  ] })
8532
8532
  }
8533
8533
  ) });
8534
- }, f2 = "_content_g09lr_1", g2 = "_title_g09lr_19", dr = {
8534
+ }, f2 = "_content_w9viv_1", g2 = "_title_w9viv_10", dr = {
8535
8535
  content: f2,
8536
8536
  title: g2
8537
- }, o9 = (e) => {
8537
+ }, o3 = (e) => {
8538
8538
  const { showTitle: t = !0 } = e;
8539
8539
  return /* @__PURE__ */ h("div", { className: dr.content, children: [
8540
8540
  t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
@@ -8553,13 +8553,13 @@ const r9 = (e) => {
8553
8553
  }
8554
8554
  )
8555
8555
  ] });
8556
- }, p2 = "_content_1hn45_1", A2 = "_newsContent_1hn45_15", w2 = "_boxPosition_1hn45_33", y2 = "_bannerContent_1hn45_45", v2 = "_bannerContentAux_1hn45_65", wt = {
8556
+ }, p2 = "_content_1nd2h_1", A2 = "_newsContent_1nd2h_8", w2 = "_boxPosition_1nd2h_17", y2 = "_bannerContent_1nd2h_23", v2 = "_bannerContentAux_1nd2h_33", wt = {
8557
8557
  content: p2,
8558
8558
  newsContent: A2,
8559
8559
  boxPosition: w2,
8560
8560
  bannerContent: y2,
8561
8561
  bannerContentAux: v2
8562
- }, s9 = (e) => {
8562
+ }, s3 = (e) => {
8563
8563
  const { news: t } = e;
8564
8564
  return Array.isArray(t) && /* @__PURE__ */ h("div", { className: wt.content, children: [
8565
8565
  /* @__PURE__ */ h("div", { className: wt.newsContent, children: [
@@ -8594,10 +8594,10 @@ const r9 = (e) => {
8594
8594
  ] }),
8595
8595
  /* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
8596
8596
  ] });
8597
- }, i9 = (e) => /* @__PURE__ */ h(K, { children: [
8597
+ }, i3 = (e) => /* @__PURE__ */ h(K, { children: [
8598
8598
  /* @__PURE__ */ a(gl, { className: "display-on-lower-900px", ...e }),
8599
8599
  /* @__PURE__ */ a(Tl, { ...e })
8600
- ] }), b2 = "_newsContent_smaec_1", C2 = "_newsContentWithLines_smaec_15", _2 = "_newsContentWithoutLines_smaec_25", N2 = "_contentSeparator_smaec_35", en = {
8600
+ ] }), b2 = "_newsContent_gd57q_1", C2 = "_newsContentWithLines_gd57q_8", _2 = "_newsContentWithoutLines_gd57q_13", N2 = "_contentSeparator_gd57q_18", en = {
8601
8601
  newsContent: b2,
8602
8602
  newsContentWithLines: C2,
8603
8603
  newsContentWithoutLines: _2,
@@ -8666,7 +8666,7 @@ const r9 = (e) => {
8666
8666
  showVideoTime: e.showVideoTime,
8667
8667
  showVideosubtitle: e.showVideosubtitle
8668
8668
  }
8669
- ) }), E2 = "_newsContent_1ofh5_1", x2 = "_contentSeparator_1ofh5_15", ur = {
8669
+ ) }), E2 = "_newsContent_1sb62_1", x2 = "_contentSeparator_1sb62_8", ur = {
8670
8670
  newsContent: E2,
8671
8671
  contentSeparator: x2
8672
8672
  }, T2 = (e) => {
@@ -8698,17 +8698,17 @@ const r9 = (e) => {
8698
8698
  })
8699
8699
  }
8700
8700
  ) });
8701
- }, I2 = "_newsContent_1x5ie_1", k2 = "_contentSeparator_1x5ie_15", U2 = "_newsContentWhitoutLine_1x5ie_57", Hn = {
8701
+ }, I2 = "_newsContent_1gbse_1", k2 = "_contentSeparator_1gbse_8", U2 = "_newsContentWhitoutLine_1gbse_29", zn = {
8702
8702
  newsContent: I2,
8703
8703
  contentSeparator: k2,
8704
8704
  newsContentWhitoutLine: U2
8705
- }, R2 = (e) => {
8705
+ }, q2 = (e) => {
8706
8706
  const { content: t, title: n } = e;
8707
8707
  if (!(!t || t.length === 0))
8708
8708
  return /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
8709
8709
  "div",
8710
8710
  {
8711
- className: `${Hn.newsContent} ${e.hasLines ? Hn.contentSeparator : Hn.newsContentWhitoutLine}`,
8711
+ className: `${zn.newsContent} ${e.hasLines ? zn.contentSeparator : zn.newsContentWhitoutLine}`,
8712
8712
  children: t.map((r, o) => {
8713
8713
  const s = e.slot_id && e.slot_id !== "Nota_1", i = {
8714
8714
  ...r,
@@ -8731,8 +8731,8 @@ const r9 = (e) => {
8731
8731
  })
8732
8732
  }
8733
8733
  ) });
8734
- }, q2 = "_headerSection_1qe16_5", L2 = "_headerSectionLink_1qe16_31", B2 = "_newsContent_1qe16_57", zn = {
8735
- headerSection: q2,
8734
+ }, R2 = "_headerSection_1m1sp_3", L2 = "_headerSectionLink_1m1sp_16", B2 = "_newsContent_1m1sp_29", Hn = {
8735
+ headerSection: R2,
8736
8736
  headerSectionLink: L2,
8737
8737
  newsContent: B2
8738
8738
  }, O2 = (e) => {
@@ -8740,7 +8740,7 @@ const r9 = (e) => {
8740
8740
  if (!t || t.length === 0) return;
8741
8741
  const o = t[0], s = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
8742
8742
  return o && i && /* @__PURE__ */ h(me, { title: n, titleUrl: e.titleUrl, children: [
8743
- /* @__PURE__ */ h("div", { className: zn.headerSection, children: [
8743
+ /* @__PURE__ */ h("div", { className: Hn.headerSection, children: [
8744
8744
  /* @__PURE__ */ a(
8745
8745
  _o,
8746
8746
  {
@@ -8752,7 +8752,7 @@ const r9 = (e) => {
8752
8752
  /* @__PURE__ */ a(
8753
8753
  L,
8754
8754
  {
8755
- className: zn.headerSectionLink,
8755
+ className: Hn.headerSectionLink,
8756
8756
  href: o?.info?.link.url,
8757
8757
  target: o?.info?.link.target,
8758
8758
  "aria-label": "Video",
@@ -8770,7 +8770,7 @@ const r9 = (e) => {
8770
8770
  }
8771
8771
  )
8772
8772
  ] }),
8773
- /* @__PURE__ */ h("div", { className: zn.newsContent, children: [
8773
+ /* @__PURE__ */ h("div", { className: Hn.newsContent, children: [
8774
8774
  /* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
8775
8775
  Array.isArray(i) && i.map((c, d) => {
8776
8776
  const l = Mt(c), u = {
@@ -8795,7 +8795,7 @@ const r9 = (e) => {
8795
8795
  })
8796
8796
  ] })
8797
8797
  ] });
8798
- }, P2 = "_content_gxvaq_1", D2 = "_linkImage_gxvaq_59", M2 = "_sectionDescription_gxvaq_83", j2 = "_dateText_gxvaq_123", Q2 = "_textContent_gxvaq_145", Lt = {
8798
+ }, P2 = "_content_1qdkl_1", D2 = "_linkImage_1qdkl_30", M2 = "_sectionDescription_1qdkl_42", j2 = "_dateText_1qdkl_62", Q2 = "_textContent_1qdkl_73", Lt = {
8799
8799
  content: P2,
8800
8800
  linkImage: D2,
8801
8801
  sectionDescription: M2,
@@ -8836,10 +8836,10 @@ const r9 = (e) => {
8836
8836
  ]
8837
8837
  }
8838
8838
  ) : null;
8839
- }, H2 = "_content_1y9s7_1", z2 = "_contentSeparator_1y9s7_13", hr = {
8840
- content: H2,
8841
- contentSeparator: z2
8842
- }, V2 = "_newsContent_f0o15_1", F2 = "_contentSeparator_f0o15_15", W2 = "_hasLinesBlock_f0o15_79", ia = {
8839
+ }, z2 = "_content_yx3zm_1", H2 = "_contentSeparator_yx3zm_7", hr = {
8840
+ content: z2,
8841
+ contentSeparator: H2
8842
+ }, V2 = "_newsContent_1uamf_1", F2 = "_contentSeparator_1uamf_8", W2 = "_hasLinesBlock_1uamf_40", ia = {
8843
8843
  newsContent: V2,
8844
8844
  contentSeparator: F2,
8845
8845
  hasLinesBlock: W2
@@ -8917,7 +8917,7 @@ const r9 = (e) => {
8917
8917
  })
8918
8918
  }
8919
8919
  ) });
8920
- }, K2 = "_content_e2a3d_1", J2 = "_imageStyled_e2a3d_27", Z2 = "_contentIcon_e2a3d_45", X2 = "_boxInformation_e2a3d_87", ef = "_comment_e2a3d_101", tf = "_title_e2a3d_119", nf = "_authorName_e2a3d_161", at = {
8920
+ }, K2 = "_content_1mj79_1", J2 = "_imageStyled_1mj79_14", Z2 = "_contentIcon_1mj79_23", X2 = "_boxInformation_1mj79_44", ef = "_comment_1mj79_51", tf = "_title_1mj79_60", nf = "_authorName_1mj79_81", at = {
8921
8921
  content: K2,
8922
8922
  imageStyled: J2,
8923
8923
  contentIcon: Z2,
@@ -8990,7 +8990,7 @@ const r9 = (e) => {
8990
8990
  })
8991
8991
  }
8992
8992
  ) });
8993
- }, of = "_content_nslah_1", sf = "_newsContentSection_nslah_9", cf = "_itemContent_nslah_19", lf = "_ItemCustomContent_nslah_31", Ke = {
8993
+ }, of = "_content_1elhb_1", sf = "_newsContentSection_1elhb_5", cf = "_itemContent_1elhb_10", lf = "_ItemCustomContent_1elhb_16", Ke = {
8994
8994
  content: of,
8995
8995
  newsContentSection: sf,
8996
8996
  itemContent: cf,
@@ -9036,7 +9036,7 @@ const r9 = (e) => {
9036
9036
  default:
9037
9037
  return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
9038
9038
  }
9039
- }, c9 = (e) => {
9039
+ }, c3 = (e) => {
9040
9040
  const {
9041
9041
  data: t,
9042
9042
  currentPage: n,
@@ -9186,10 +9186,10 @@ const r9 = (e) => {
9186
9186
  default:
9187
9187
  return /* @__PURE__ */ a(K, {});
9188
9188
  }
9189
- }, df = "_content_1oabr_1", uf = "_contactInfoContent_1oabr_13", mr = {
9189
+ }, df = "_content_gwsqy_1", uf = "_contactInfoContent_gwsqy_7", mr = {
9190
9190
  content: df,
9191
9191
  contactInfoContent: uf
9192
- }, l9 = (e) => {
9192
+ }, l3 = (e) => {
9193
9193
  const { data: t } = e;
9194
9194
  return /* @__PURE__ */ a("section", { className: mr.content, children: t.map((n, r) => /* @__PURE__ */ a(
9195
9195
  "div",
@@ -9201,11 +9201,11 @@ const r9 = (e) => {
9201
9201
  },
9202
9202
  r
9203
9203
  )) });
9204
- }, hf = "_tagContent_vps69_1", mf = "_contentLayout2_vps69_17", ff = "_contentHeader_vps69_83", la = {
9204
+ }, hf = "_tagContent_ee6yw_1", mf = "_contentLayout2_ee6yw_9", ff = "_contentHeader_ee6yw_42", la = {
9205
9205
  tagContent: hf,
9206
9206
  contentLayout2: mf,
9207
9207
  contentHeader: ff
9208
- }, gf = "_content_1noi7_1", pf = {
9208
+ }, gf = "_content_1rbrt_1", pf = {
9209
9209
  content: gf
9210
9210
  }, Af = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
9211
9211
  "div",
@@ -9213,7 +9213,7 @@ const r9 = (e) => {
9213
9213
  className: `content-layout-2 ${pf.content} ${t}`,
9214
9214
  children: e
9215
9215
  }
9216
- ), wf = "_container_14le6_1", yf = "_note_14le6_19", vf = "_commercial_14le6_99", bf = "_commercialContent_14le6_133", Cf = "_complement_14le6_165", Bt = {
9216
+ ), wf = "_container_1insg_1", yf = "_note_1insg_10", vf = "_commercial_1insg_50", bf = "_commercialContent_1insg_67", Cf = "_complement_1insg_83", Bt = {
9217
9217
  container: wf,
9218
9218
  note: yf,
9219
9219
  commercial: vf,
@@ -9222,7 +9222,7 @@ const r9 = (e) => {
9222
9222
  }, _f = (e) => /* @__PURE__ */ h("section", { className: Bt.container, children: [
9223
9223
  /* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
9224
9224
  /* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ h("div", { className: Bt.commercialContent, children: [
9225
- e.slug === "liveblogs" && /* @__PURE__ */ a(H1, { itemList: e.itemList }),
9225
+ e.slug === "liveblogs" && /* @__PURE__ */ a(z1, { itemList: e.itemList }),
9226
9226
  e.bannerTop,
9227
9227
  /* @__PURE__ */ a(
9228
9228
  ba,
@@ -9327,7 +9327,7 @@ const r9 = (e) => {
9327
9327
  }
9328
9328
  );
9329
9329
  }
9330
- }, Sf = "_content_x3ugk_1", Ef = "_contentWithinCard_x3ugk_13", xf = "_contentDate_x3ugk_25", Tf = "_dateInfo_x3ugk_39", If = "_dot_x3ugk_59", kf = "_contentTitle_x3ugk_75", Uf = "_contentTextList_x3ugk_93", Rf = "_contentButton_x3ugk_201", qf = "_linkStyled_x3ugk_213", $e = {
9330
+ }, Sf = "_content_jrssz_1", Ef = "_contentWithinCard_jrssz_7", xf = "_contentDate_jrssz_13", Tf = "_dateInfo_jrssz_20", If = "_dot_jrssz_30", kf = "_contentTitle_jrssz_38", Uf = "_contentTextList_jrssz_47", qf = "_contentButton_jrssz_101", Rf = "_linkStyled_jrssz_107", $e = {
9331
9331
  content: Sf,
9332
9332
  contentWithinCard: Ef,
9333
9333
  contentDate: xf,
@@ -9335,9 +9335,9 @@ const r9 = (e) => {
9335
9335
  dot: If,
9336
9336
  contentTitle: kf,
9337
9337
  contentTextList: Uf,
9338
- contentButton: Rf,
9339
- linkStyled: qf
9340
- }, Lf = "_content_12i3e_1", Bf = {
9338
+ contentButton: qf,
9339
+ linkStyled: Rf
9340
+ }, Lf = "_content_ifkxj_1", Bf = {
9341
9341
  content: Lf
9342
9342
  }, Of = (e) => /* @__PURE__ */ a("section", { className: Bf.content, id: e.id, children: e.children }), Pf = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), Df = (e) => {
9343
9343
  const t = /src="\/(.*?)"/g;
@@ -9456,17 +9456,17 @@ function Gf({ url: e }) {
9456
9456
  }
9457
9457
  ),
9458
9458
  "Síguenos en",
9459
- /* @__PURE__ */ a(Hf, {})
9459
+ /* @__PURE__ */ a(zf, {})
9460
9460
  ] });
9461
9461
  }
9462
- const Hf = () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
9462
+ const zf = () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
9463
9463
  /* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
9464
9464
  /* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
9465
9465
  /* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
9466
9466
  /* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
9467
9467
  /* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
9468
9468
  /* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
9469
- ] }), zf = async (e) => {
9469
+ ] }), Hf = async (e) => {
9470
9470
  if (!e.news || !e.news.authors) return null;
9471
9471
  const { news: t, socials: n, texts: r } = e, o = t.authors.map(
9472
9472
  (c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
@@ -9556,12 +9556,12 @@ const Hf = () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg",
9556
9556
  )
9557
9557
  ] })
9558
9558
  ] }) });
9559
- }, Vf = "_content_13o3k_1", Ff = "_journalistArticleContent_13o3k_29", Wf = "_contentNews_13o3k_69", $f = "_noteSource_13o3k_783", tn = {
9559
+ }, Vf = "_content_opb3u_1", Ff = "_journalistArticleContent_opb3u_15", Wf = "_contentNews_opb3u_35", $f = "_noteSource_opb3u_392", tn = {
9560
9560
  content: Vf,
9561
9561
  journalistArticleContent: Ff,
9562
9562
  contentNews: Wf,
9563
9563
  noteSource: $f
9564
- }, Yf = "_summaryContent_1pu0j_1", Kf = {
9564
+ }, Yf = "_summaryContent_wsypg_1", Kf = {
9565
9565
  summaryContent: Yf
9566
9566
  }, Jf = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
9567
9567
  "section",
@@ -9841,7 +9841,7 @@ async function s0(e) {
9841
9841
  ) : /* @__PURE__ */ a(yo, { preview: t.preview }) : null,
9842
9842
  /* @__PURE__ */ a(ge, { banners: n, name: "block_1" }),
9843
9843
  /* @__PURE__ */ a("div", { className: tn.journalistArticleContent, children: /* @__PURE__ */ a(
9844
- zf,
9844
+ Hf,
9845
9845
  {
9846
9846
  autorIcon: e.autorIcon,
9847
9847
  socials: i,
@@ -9876,7 +9876,7 @@ async function s0(e) {
9876
9876
  ] })
9877
9877
  ] });
9878
9878
  }
9879
- const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
9879
+ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9880
9880
  content: i0,
9881
9881
  title: c0
9882
9882
  }, l0 = async ({
@@ -9896,7 +9896,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
9896
9896
  /* @__PURE__ */ a("div", { dangerouslySetInnerHTML: { __html: o?.code ?? "" } }),
9897
9897
  /* @__PURE__ */ a("p", { className: gr.title, children: o?.title })
9898
9898
  ] });
9899
- }, d0 = "_content_1kodm_1", u0 = "_title_1kodm_35", Vn = {
9899
+ }, d0 = "_content_cu8lm_1", u0 = "_title_cu8lm_18", Vn = {
9900
9900
  content: d0,
9901
9901
  title: u0
9902
9902
  }, h0 = async ({
@@ -9924,7 +9924,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
9924
9924
  ),
9925
9925
  /* @__PURE__ */ a("p", { className: Vn.title, children: o?.title })
9926
9926
  ] });
9927
- }, m0 = "_content_g44cu_1", f0 = {
9927
+ }, m0 = "_content_ezbiw_1", f0 = {
9928
9928
  content: m0
9929
9929
  }, g0 = async ({
9930
9930
  newsformated: e,
@@ -9944,7 +9944,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
9944
9944
  dangerouslySetInnerHTML: { __html: o ?? "" }
9945
9945
  }
9946
9946
  );
9947
- }, p0 = "_content_15e7w_1", pr = {
9947
+ }, p0 = "_content_156j7_1", pr = {
9948
9948
  content: p0
9949
9949
  }, ot = {
9950
9950
  imagen: "imagen",
@@ -10036,7 +10036,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
10036
10036
  for (const n in e)
10037
10037
  n.startsWith("--") && (t[n] = e[n]);
10038
10038
  return t;
10039
- }, C0 = "_headerSection_nhjex_1", _0 = "_title_nhjex_21", N0 = "_subtitle_nhjex_45", S0 = "_newsContent_nhjex_71", E0 = "_containerCards_nhjex_87", x0 = "_image_nhjex_99", T0 = "_blockHeadContainer_nhjex_111", ct = {
10039
+ }, C0 = "_headerSection_1c69w_1", _0 = "_title_1c69w_11", N0 = "_subtitle_1c69w_23", S0 = "_newsContent_1c69w_36", E0 = "_containerCards_1c69w_44", x0 = "_image_1c69w_50", T0 = "_blockHeadContainer_1c69w_56", ct = {
10040
10040
  headerSection: C0,
10041
10041
  title: _0,
10042
10042
  subtitle: N0,
@@ -10094,7 +10094,7 @@ const i0 = "_content_1kodm_1", c0 = "_title_1kodm_35", gr = {
10094
10094
  readest: (e) => /* @__PURE__ */ a(ba, { ...e }),
10095
10095
  "Modulo 1x3": (e) => /* @__PURE__ */ a(No, { ...e }),
10096
10096
  "Modulo 1x4": (e) => /* @__PURE__ */ a(T2, { ...e }),
10097
- "Modulo 1x5": (e) => /* @__PURE__ */ a(R2, { ...e }),
10097
+ "Modulo 1x5": (e) => /* @__PURE__ */ a(q2, { ...e }),
10098
10098
  "Destacado noticias": (e) => /* @__PURE__ */ a(Zm, { ...e }),
10099
10099
  "Destacado full width": (e) => /* @__PURE__ */ a(I0, { ...e }),
10100
10100
  "Destacado videos": (e) => /* @__PURE__ */ a(O2, { ...e }),
@@ -10114,7 +10114,7 @@ function xo({
10114
10114
  if (r)
10115
10115
  return Ar[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ea(n), children: Ar[e]({ ...n, banners: r, slot_id: t }) });
10116
10116
  }
10117
- function d9({
10117
+ function d3({
10118
10118
  children: e,
10119
10119
  stylesConfigEntry: t
10120
10120
  }) {
@@ -10160,7 +10160,7 @@ const wr = {
10160
10160
  },
10161
10161
  Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
10162
10162
  "3 notas verticales": (e) => /* @__PURE__ */ a(
10163
- Hm,
10163
+ zm,
10164
10164
  {
10165
10165
  content: e.data,
10166
10166
  customLargeSection: e.customLargeSection,
@@ -10186,7 +10186,7 @@ const wr = {
10186
10186
  ...t,
10187
10187
  rightOnlyBanner: r,
10188
10188
  banners: n
10189
- }) }), u9 = ({
10189
+ }) }), u3 = ({
10190
10190
  slots: e,
10191
10191
  DYNAMIC_SLOT_SUBINDEXES: t,
10192
10192
  stylesConfig: n,
@@ -10237,7 +10237,7 @@ const wr = {
10237
10237
  );
10238
10238
  }
10239
10239
  return c;
10240
- }, h9 = ({
10240
+ }, h3 = ({
10241
10241
  mainBlock: e,
10242
10242
  StylesConfigMain: t,
10243
10243
  config: n,
@@ -10287,7 +10287,7 @@ const wr = {
10287
10287
  ot.iframe
10288
10288
  ];
10289
10289
  return !!(r === ot.imagen && n?.hasgalleryimages || o.includes(r));
10290
- }, m9 = async (e) => {
10290
+ }, m3 = async (e) => {
10291
10291
  const {
10292
10292
  custom_complement: t,
10293
10293
  ranking: n = [],
@@ -10438,10 +10438,10 @@ const wr = {
10438
10438
  }
10439
10439
  )
10440
10440
  ] }) });
10441
- }, U0 = "_content_1mczt_1", R0 = "_contentInfo_1mczt_47", q0 = "_imageStyled_1mczt_81", L0 = "_name_1mczt_91", B0 = "_description_1mczt_101", O0 = "_contentInfoWithoutImg_1mczt_207", yt = {
10441
+ }, U0 = "_content_1tl6i_1", q0 = "_contentInfo_1tl6i_24", R0 = "_imageStyled_1tl6i_41", L0 = "_name_1tl6i_46", B0 = "_description_1tl6i_51", O0 = "_contentInfoWithoutImg_1tl6i_104", yt = {
10442
10442
  content: U0,
10443
- contentInfo: R0,
10444
- imageStyled: q0,
10443
+ contentInfo: q0,
10444
+ imageStyled: R0,
10445
10445
  name: L0,
10446
10446
  description: B0,
10447
10447
  contentInfoWithoutImg: O0
@@ -10474,7 +10474,7 @@ const wr = {
10474
10474
  ]
10475
10475
  }
10476
10476
  ) });
10477
- }, D0 = "_content_1dk1v_1", M0 = "_contentInfo_1dk1v_45", j0 = "_name_1dk1v_67", Q0 = "_description_1dk1v_85", nn = {
10477
+ }, D0 = "_content_7wvro_1", M0 = "_contentInfo_7wvro_23", j0 = "_name_7wvro_34", Q0 = "_description_7wvro_43", nn = {
10478
10478
  content: D0,
10479
10479
  contentInfo: M0,
10480
10480
  name: j0,
@@ -10514,7 +10514,7 @@ const wr = {
10514
10514
  )
10515
10515
  ] })
10516
10516
  }
10517
- ), f9 = (e) => {
10517
+ ), f3 = (e) => {
10518
10518
  const { option: t, entity: n } = e;
10519
10519
  switch (t) {
10520
10520
  case "op1":
@@ -10541,9 +10541,9 @@ const wr = {
10541
10541
  default:
10542
10542
  return /* @__PURE__ */ a(K, {});
10543
10543
  }
10544
- }, H0 = "_content_yu4fr_1", z0 = "_buttonStyled_yu4fr_17", V0 = "_searchStyled_yu4fr_41", F0 = "_inputStyled_yu4fr_63", W0 = "_inputStyledTest_yu4fr_101", Ot = {
10545
- content: H0,
10546
- buttonStyled: z0,
10544
+ }, z0 = "_content_gxziw_1", H0 = "_buttonStyled_gxziw_9", V0 = "_searchStyled_gxziw_21", F0 = "_inputStyled_gxziw_32", W0 = "_inputStyledTest_gxziw_51", Ot = {
10545
+ content: z0,
10546
+ buttonStyled: H0,
10547
10547
  searchStyled: V0,
10548
10548
  inputStyled: F0,
10549
10549
  inputStyledTest: W0
@@ -10566,7 +10566,7 @@ const wr = {
10566
10566
  }
10567
10567
  ) })
10568
10568
  }
10569
- ), g9 = (e) => /* @__PURE__ */ a(
10569
+ ), g3 = (e) => /* @__PURE__ */ a(
10570
10570
  "form",
10571
10571
  {
10572
10572
  className: Ot.content,
@@ -10586,11 +10586,11 @@ const wr = {
10586
10586
  /* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a($0, { className: Ot.searchStyled }) })
10587
10587
  ] })
10588
10588
  }
10589
- ), Y0 = "_content_27x8l_1", K0 = "_newsContentSection_27x8l_9", J0 = "_itemContent_27x8l_19", Wn = {
10589
+ ), Y0 = "_content_io3tv_1", K0 = "_newsContentSection_io3tv_5", J0 = "_itemContent_io3tv_10", Wn = {
10590
10590
  content: Y0,
10591
10591
  newsContentSection: K0,
10592
10592
  itemContent: J0
10593
- }, p9 = (e) => {
10593
+ }, p3 = (e) => {
10594
10594
  const {
10595
10595
  data: t,
10596
10596
  option: n,
@@ -10746,10 +10746,10 @@ const wr = {
10746
10746
  default:
10747
10747
  return /* @__PURE__ */ a(K, {});
10748
10748
  }
10749
- }, Z0 = "_content_ghncj_1", X0 = "_videoContent_ghncj_17", yr = {
10749
+ }, Z0 = "_content_pq89v_1", X0 = "_videoContent_pq89v_9", yr = {
10750
10750
  content: Z0,
10751
10751
  videoContent: X0
10752
- }, eg = "_container_1wcps_1", tg = "_playStyled_1wcps_11", ng = "_imageStyled_1wcps_25", ag = "_longer_1wcps_51", rg = "_contentNews_1wcps_61", og = "_tagContent_1wcps_101", sg = "_tag_1wcps_101", ig = "_titular_1wcps_135", cg = "_small_1wcps_161", lg = "_figure_1wcps_173", dg = "_backDrop_1wcps_183", ug = "_backDropAux_1wcps_199", Pt = {
10752
+ }, eg = "_container_1xr2t_1", tg = "_playStyled_1xr2t_6", ng = "_imageStyled_1xr2t_13", ag = "_longer_1xr2t_26", rg = "_contentNews_1xr2t_31", og = "_tagContent_1xr2t_51", sg = "_tag_1xr2t_51", ig = "_titular_1xr2t_68", cg = "_small_1xr2t_81", lg = "_figure_1xr2t_87", dg = "_backDrop_1xr2t_92", ug = "_backDropAux_1xr2t_100", Pt = {
10753
10753
  container: eg,
10754
10754
  playStyled: tg,
10755
10755
  imageStyled: ng,
@@ -10807,7 +10807,7 @@ const wr = {
10807
10807
  `video-small-${r}`
10808
10808
  )) })
10809
10809
  ] }) }) }) });
10810
- }, mg = "_content_quk50_1", fg = "_videoContent_quk50_17", gg = "_articleSection_quk50_41", pg = "_contentLatout_quk50_61", Ag = "_title_quk50_71", wg = "_article_quk50_41", yg = "_correspondent_quk50_127", lt = {
10810
+ }, mg = "_content_ruy5q_1", fg = "_videoContent_ruy5q_9", gg = "_articleSection_ruy5q_21", pg = "_contentLatout_ruy5q_31", Ag = "_title_ruy5q_36", wg = "_article_ruy5q_21", yg = "_correspondent_ruy5q_64", lt = {
10811
10811
  content: mg,
10812
10812
  videoContent: fg,
10813
10813
  articleSection: gg,
@@ -10815,7 +10815,7 @@ const wr = {
10815
10815
  title: Ag,
10816
10816
  article: wg,
10817
10817
  correspondent: yg
10818
- }, vg = "_container_17w1m_1", bg = "_playStyled_17w1m_17", br = {
10818
+ }, vg = "_container_1rq2h_1", bg = "_playStyled_1rq2h_9", br = {
10819
10819
  container: vg,
10820
10820
  playStyled: bg
10821
10821
  }, Cg = (e) => {
@@ -10860,7 +10860,7 @@ const wr = {
10860
10860
  /* @__PURE__ */ a("p", { className: lt.correspondent, children: t() })
10861
10861
  ] })
10862
10862
  ] }) }) }) });
10863
- }, A9 = (e) => {
10863
+ }, A3 = (e) => {
10864
10864
  switch (e.option) {
10865
10865
  case "op1":
10866
10866
  return /* @__PURE__ */ a(hg, { videos: e.data });
@@ -10870,7 +10870,7 @@ const wr = {
10870
10870
  return /* @__PURE__ */ a(K, {});
10871
10871
  }
10872
10872
  };
10873
- function w9({ containerId: e, containerId2: t }) {
10873
+ function w3({ containerId: e, containerId2: t }) {
10874
10874
  return Me(() => {
10875
10875
  try {
10876
10876
  let n = function() {
@@ -11246,10 +11246,10 @@ const Ng = (e) => {
11246
11246
  /* @__PURE__ */ a("p", { className: "comment-text", children: n })
11247
11247
  ] })
11248
11248
  ] }) });
11249
- }, Ug = "_overlay_1ng7z_5", Rg = "_popup_1ng7z_33", qg = "_title_1ng7z_79", Lg = "_optionsContainer_1ng7z_103", Bg = "_option_1ng7z_103", Og = "_radioInput_1ng7z_131", Pg = "_radioCustom_1ng7z_139", Dg = "_optionLabel_1ng7z_193", Mg = "_buttons_1ng7z_219", jg = "_cancelButton_1ng7z_233", Qg = "_closeButton_1ng7z_235", Gg = "_buttonAlone_1ng7z_273", Hg = "_reportButton_1ng7z_285", zg = "_successContainer_1ng7z_325", Vg = "_thumbsUp_1ng7z_341", Fg = "_successMessage_1ng7z_353", Wg = "_errorMessage_1ng7z_435", $g = "_loadingContainer_1ng7z_461", ue = {
11249
+ }, Ug = "_overlay_qj491_3", qg = "_popup_qj491_17", Rg = "_title_qj491_40", Lg = "_optionsContainer_qj491_52", Bg = "_option_qj491_52", Og = "_radioInput_qj491_66", Pg = "_radioCustom_qj491_70", Dg = "_optionLabel_qj491_97", Mg = "_buttons_qj491_110", jg = "_cancelButton_qj491_117", Qg = "_closeButton_qj491_118", Gg = "_buttonAlone_qj491_137", zg = "_reportButton_qj491_143", Hg = "_successContainer_qj491_163", Vg = "_thumbsUp_qj491_171", Fg = "_successMessage_qj491_177", Wg = "_errorMessage_qj491_218", $g = "_loadingContainer_qj491_231", ue = {
11250
11250
  overlay: Ug,
11251
- popup: Rg,
11252
- title: qg,
11251
+ popup: qg,
11252
+ title: Rg,
11253
11253
  optionsContainer: Lg,
11254
11254
  option: Bg,
11255
11255
  radioInput: Og,
@@ -11259,8 +11259,8 @@ const Ng = (e) => {
11259
11259
  cancelButton: jg,
11260
11260
  closeButton: Qg,
11261
11261
  buttonAlone: Gg,
11262
- reportButton: Hg,
11263
- successContainer: zg,
11262
+ reportButton: zg,
11263
+ successContainer: Hg,
11264
11264
  thumbsUp: Vg,
11265
11265
  successMessage: Fg,
11266
11266
  errorMessage: Wg,
@@ -11290,7 +11290,7 @@ const Ng = (e) => {
11290
11290
  return console.error("Error verificando reCAPTCHA Enterprise:", i), !1;
11291
11291
  }
11292
11292
  };
11293
- async function y9({
11293
+ async function y3({
11294
11294
  publication: e,
11295
11295
  username: t,
11296
11296
  id: n,
@@ -11359,7 +11359,7 @@ const Ye = {
11359
11359
  intellectual: "Violación de propiedad intelectual",
11360
11360
  bullying: "Bullying o acoso"
11361
11361
  };
11362
- function v9(e) {
11362
+ function v3(e) {
11363
11363
  return Ye[e];
11364
11364
  }
11365
11365
  const ft = 300, Je = {
@@ -11474,16 +11474,16 @@ var Nr;
11474
11474
  function Xg() {
11475
11475
  return Nr || (Nr = 1, process.env.NODE_ENV !== "production" && (function() {
11476
11476
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
11477
- function _(q) {
11478
- return typeof q == "string" || typeof q == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
11479
- q === r || q === l || q === s || q === o || q === m || q === f || typeof q == "object" && q !== null && (q.$$typeof === g || q.$$typeof === p || q.$$typeof === i || q.$$typeof === c || q.$$typeof === u || q.$$typeof === y || q.$$typeof === C || q.$$typeof === S || q.$$typeof === A);
11477
+ function _(R) {
11478
+ return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
11479
+ R === r || R === l || R === s || R === o || R === m || R === f || typeof R == "object" && R !== null && (R.$$typeof === g || R.$$typeof === p || R.$$typeof === i || R.$$typeof === c || R.$$typeof === u || R.$$typeof === y || R.$$typeof === C || R.$$typeof === S || R.$$typeof === A);
11480
11480
  }
11481
- function T(q) {
11482
- if (typeof q == "object" && q !== null) {
11483
- var Ae = q.$$typeof;
11481
+ function T(R) {
11482
+ if (typeof R == "object" && R !== null) {
11483
+ var Ae = R.$$typeof;
11484
11484
  switch (Ae) {
11485
11485
  case t:
11486
- var Ft = q.type;
11486
+ var Ft = R.type;
11487
11487
  switch (Ft) {
11488
11488
  case d:
11489
11489
  case l:
@@ -11511,46 +11511,46 @@ function Xg() {
11511
11511
  }
11512
11512
  }
11513
11513
  var b = d, x = l, j = c, Q = i, te = t, G = u, O = r, ee = g, ce = p, D = n, U = s, E = o, P = m, I = !1;
11514
- function z(q) {
11515
- return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(q) || T(q) === d;
11514
+ function H(R) {
11515
+ return I || (I = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), w(R) || T(R) === d;
11516
11516
  }
11517
- function w(q) {
11518
- return T(q) === l;
11517
+ function w(R) {
11518
+ return T(R) === l;
11519
11519
  }
11520
- function N(q) {
11521
- return T(q) === c;
11520
+ function N(R) {
11521
+ return T(R) === c;
11522
11522
  }
11523
- function R(q) {
11524
- return T(q) === i;
11523
+ function q(R) {
11524
+ return T(R) === i;
11525
11525
  }
11526
- function M(q) {
11527
- return typeof q == "object" && q !== null && q.$$typeof === t;
11526
+ function M(R) {
11527
+ return typeof R == "object" && R !== null && R.$$typeof === t;
11528
11528
  }
11529
- function B(q) {
11530
- return T(q) === u;
11529
+ function B(R) {
11530
+ return T(R) === u;
11531
11531
  }
11532
- function H(q) {
11533
- return T(q) === r;
11532
+ function z(R) {
11533
+ return T(R) === r;
11534
11534
  }
11535
- function V(q) {
11536
- return T(q) === g;
11535
+ function V(R) {
11536
+ return T(R) === g;
11537
11537
  }
11538
- function F(q) {
11539
- return T(q) === p;
11538
+ function F(R) {
11539
+ return T(R) === p;
11540
11540
  }
11541
- function Z(q) {
11542
- return T(q) === n;
11541
+ function Z(R) {
11542
+ return T(R) === n;
11543
11543
  }
11544
- function X(q) {
11545
- return T(q) === s;
11544
+ function X(R) {
11545
+ return T(R) === s;
11546
11546
  }
11547
- function W(q) {
11548
- return T(q) === o;
11547
+ function W(R) {
11548
+ return T(R) === o;
11549
11549
  }
11550
- function ie(q) {
11551
- return T(q) === m;
11550
+ function ie(R) {
11551
+ return T(R) === m;
11552
11552
  }
11553
- ae.AsyncMode = b, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = P, ae.isAsyncMode = z, ae.isConcurrentMode = w, ae.isContextConsumer = N, ae.isContextProvider = R, ae.isElement = M, ae.isForwardRef = B, ae.isFragment = H, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = W, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = T;
11553
+ ae.AsyncMode = b, ae.ConcurrentMode = x, ae.ContextConsumer = j, ae.ContextProvider = Q, ae.Element = te, ae.ForwardRef = G, ae.Fragment = O, ae.Lazy = ee, ae.Memo = ce, ae.Portal = D, ae.Profiler = U, ae.StrictMode = E, ae.Suspense = P, ae.isAsyncMode = H, ae.isConcurrentMode = w, ae.isContextConsumer = N, ae.isContextProvider = q, ae.isElement = M, ae.isForwardRef = B, ae.isFragment = z, ae.isLazy = V, ae.isMemo = F, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = W, ae.isSuspense = ie, ae.isValidElementType = _, ae.typeOf = T;
11554
11554
  })()), ae;
11555
11555
  }
11556
11556
  var Sr;
@@ -11717,34 +11717,34 @@ function np() {
11717
11717
  A.prototype = Error.prototype;
11718
11718
  function y(w) {
11719
11719
  if (process.env.NODE_ENV !== "production")
11720
- var N = {}, R = 0;
11721
- function M(H, V, F, Z, X, W, ie) {
11720
+ var N = {}, q = 0;
11721
+ function M(z, V, F, Z, X, W, ie) {
11722
11722
  if (Z = Z || f, W = W || F, ie !== n) {
11723
11723
  if (d) {
11724
- var q = new Error(
11724
+ var R = new Error(
11725
11725
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
11726
11726
  );
11727
- throw q.name = "Invariant Violation", q;
11727
+ throw R.name = "Invariant Violation", R;
11728
11728
  } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
11729
11729
  var Ae = Z + ":" + F;
11730
11730
  !N[Ae] && // Avoid spamming the console because they are often not actionable except for lib authors
11731
- R < 3 && (s(
11731
+ q < 3 && (s(
11732
11732
  "You are manually calling a React.PropTypes validation function for the `" + W + "` prop on `" + Z + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
11733
- ), N[Ae] = !0, R++);
11733
+ ), N[Ae] = !0, q++);
11734
11734
  }
11735
11735
  }
11736
- return V[F] == null ? H ? V[F] === null ? new A("The " + X + " `" + W + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + W + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : w(V, F, Z, X, W);
11736
+ return V[F] == null ? z ? V[F] === null ? new A("The " + X + " `" + W + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new A("The " + X + " `" + W + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : w(V, F, Z, X, W);
11737
11737
  }
11738
11738
  var B = M.bind(null, !1);
11739
11739
  return B.isRequired = M.bind(null, !0), B;
11740
11740
  }
11741
11741
  function C(w) {
11742
- function N(R, M, B, H, V, F) {
11743
- var Z = R[M], X = E(Z);
11742
+ function N(q, M, B, z, V, F) {
11743
+ var Z = q[M], X = E(Z);
11744
11744
  if (X !== w) {
11745
11745
  var W = P(Z);
11746
11746
  return new A(
11747
- "Invalid " + H + " `" + V + "` of type " + ("`" + W + "` supplied to `" + B + "`, expected ") + ("`" + w + "`."),
11747
+ "Invalid " + z + " `" + V + "` of type " + ("`" + W + "` supplied to `" + B + "`, expected ") + ("`" + w + "`."),
11748
11748
  { expectedType: w }
11749
11749
  );
11750
11750
  }
@@ -11756,16 +11756,16 @@ function np() {
11756
11756
  return y(i);
11757
11757
  }
11758
11758
  function _(w) {
11759
- function N(R, M, B, H, V) {
11759
+ function N(q, M, B, z, V) {
11760
11760
  if (typeof w != "function")
11761
11761
  return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
11762
- var F = R[M];
11762
+ var F = q[M];
11763
11763
  if (!Array.isArray(F)) {
11764
11764
  var Z = E(F);
11765
- return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
11765
+ return new A("Invalid " + z + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
11766
11766
  }
11767
11767
  for (var X = 0; X < F.length; X++) {
11768
- var W = w(F, X, B, H, V + "[" + X + "]", n);
11768
+ var W = w(F, X, B, z, V + "[" + X + "]", n);
11769
11769
  if (W instanceof Error)
11770
11770
  return W;
11771
11771
  }
@@ -11774,32 +11774,32 @@ function np() {
11774
11774
  return y(N);
11775
11775
  }
11776
11776
  function T() {
11777
- function w(N, R, M, B, H) {
11778
- var V = N[R];
11777
+ function w(N, q, M, B, z) {
11778
+ var V = N[q];
11779
11779
  if (!c(V)) {
11780
11780
  var F = E(V);
11781
- return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement."));
11781
+ return new A("Invalid " + B + " `" + z + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement."));
11782
11782
  }
11783
11783
  return null;
11784
11784
  }
11785
11785
  return y(w);
11786
11786
  }
11787
11787
  function b() {
11788
- function w(N, R, M, B, H) {
11789
- var V = N[R];
11788
+ function w(N, q, M, B, z) {
11789
+ var V = N[q];
11790
11790
  if (!e.isValidElementType(V)) {
11791
11791
  var F = E(V);
11792
- return new A("Invalid " + B + " `" + H + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement type."));
11792
+ return new A("Invalid " + B + " `" + z + "` of type " + ("`" + F + "` supplied to `" + M + "`, expected a single ReactElement type."));
11793
11793
  }
11794
11794
  return null;
11795
11795
  }
11796
11796
  return y(w);
11797
11797
  }
11798
11798
  function x(w) {
11799
- function N(R, M, B, H, V) {
11800
- if (!(R[M] instanceof w)) {
11801
- var F = w.name || f, Z = z(R[M]);
11802
- return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
11799
+ function N(q, M, B, z, V) {
11800
+ if (!(q[M] instanceof w)) {
11801
+ var F = w.name || f, Z = H(q[M]);
11802
+ return new A("Invalid " + z + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + F + "`."));
11803
11803
  }
11804
11804
  return null;
11805
11805
  }
@@ -11810,28 +11810,28 @@ function np() {
11810
11810
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
11811
11811
  "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
11812
11812
  ) : s("Invalid argument supplied to oneOf, expected an array.")), i;
11813
- function N(R, M, B, H, V) {
11814
- for (var F = R[M], Z = 0; Z < w.length; Z++)
11813
+ function N(q, M, B, z, V) {
11814
+ for (var F = q[M], Z = 0; Z < w.length; Z++)
11815
11815
  if (g(F, w[Z]))
11816
11816
  return null;
11817
- var X = JSON.stringify(w, function(ie, q) {
11818
- var Ae = P(q);
11819
- return Ae === "symbol" ? String(q) : q;
11817
+ var X = JSON.stringify(w, function(ie, R) {
11818
+ var Ae = P(R);
11819
+ return Ae === "symbol" ? String(R) : R;
11820
11820
  });
11821
- return new A("Invalid " + H + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
11821
+ return new A("Invalid " + z + " `" + V + "` of value `" + String(F) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
11822
11822
  }
11823
11823
  return y(N);
11824
11824
  }
11825
11825
  function Q(w) {
11826
- function N(R, M, B, H, V) {
11826
+ function N(q, M, B, z, V) {
11827
11827
  if (typeof w != "function")
11828
11828
  return new A("Property `" + V + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
11829
- var F = R[M], Z = E(F);
11829
+ var F = q[M], Z = E(F);
11830
11830
  if (Z !== "object")
11831
- return new A("Invalid " + H + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
11831
+ return new A("Invalid " + z + " `" + V + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
11832
11832
  for (var X in F)
11833
11833
  if (r(F, X)) {
11834
- var W = w(F, X, B, H, V + "." + X, n);
11834
+ var W = w(F, X, B, z, V + "." + X, n);
11835
11835
  if (W instanceof Error)
11836
11836
  return W;
11837
11837
  }
@@ -11843,18 +11843,18 @@ function np() {
11843
11843
  if (!Array.isArray(w))
11844
11844
  return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), i;
11845
11845
  for (var N = 0; N < w.length; N++) {
11846
- var R = w[N];
11847
- if (typeof R != "function")
11846
+ var q = w[N];
11847
+ if (typeof q != "function")
11848
11848
  return s(
11849
- "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(R) + " at index " + N + "."
11849
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + I(q) + " at index " + N + "."
11850
11850
  ), i;
11851
11851
  }
11852
- function M(B, H, V, F, Z) {
11852
+ function M(B, z, V, F, Z) {
11853
11853
  for (var X = [], W = 0; W < w.length; W++) {
11854
- var ie = w[W], q = ie(B, H, V, F, Z, n);
11855
- if (q == null)
11854
+ var ie = w[W], R = ie(B, z, V, F, Z, n);
11855
+ if (R == null)
11856
11856
  return null;
11857
- q.data && r(q.data, "expectedType") && X.push(q.data.expectedType);
11857
+ R.data && r(R.data, "expectedType") && X.push(R.data.expectedType);
11858
11858
  }
11859
11859
  var Ae = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
11860
11860
  return new A("Invalid " + F + " `" + Z + "` supplied to " + ("`" + V + "`" + Ae + "."));
@@ -11862,26 +11862,26 @@ function np() {
11862
11862
  return y(M);
11863
11863
  }
11864
11864
  function G() {
11865
- function w(N, R, M, B, H) {
11866
- return D(N[R]) ? null : new A("Invalid " + B + " `" + H + "` supplied to " + ("`" + M + "`, expected a ReactNode."));
11865
+ function w(N, q, M, B, z) {
11866
+ return D(N[q]) ? null : new A("Invalid " + B + " `" + z + "` supplied to " + ("`" + M + "`, expected a ReactNode."));
11867
11867
  }
11868
11868
  return y(w);
11869
11869
  }
11870
- function O(w, N, R, M, B) {
11870
+ function O(w, N, q, M, B) {
11871
11871
  return new A(
11872
- (w || "React class") + ": " + N + " type `" + R + "." + M + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
11872
+ (w || "React class") + ": " + N + " type `" + q + "." + M + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
11873
11873
  );
11874
11874
  }
11875
11875
  function ee(w) {
11876
- function N(R, M, B, H, V) {
11877
- var F = R[M], Z = E(F);
11876
+ function N(q, M, B, z, V) {
11877
+ var F = q[M], Z = E(F);
11878
11878
  if (Z !== "object")
11879
- return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11879
+ return new A("Invalid " + z + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11880
11880
  for (var X in w) {
11881
11881
  var W = w[X];
11882
11882
  if (typeof W != "function")
11883
- return O(B, H, V, X, P(W));
11884
- var ie = W(F, X, B, H, V + "." + X, n);
11883
+ return O(B, z, V, X, P(W));
11884
+ var ie = W(F, X, B, z, V + "." + X, n);
11885
11885
  if (ie)
11886
11886
  return ie;
11887
11887
  }
@@ -11890,23 +11890,23 @@ function np() {
11890
11890
  return y(N);
11891
11891
  }
11892
11892
  function ce(w) {
11893
- function N(R, M, B, H, V) {
11894
- var F = R[M], Z = E(F);
11893
+ function N(q, M, B, z, V) {
11894
+ var F = q[M], Z = E(F);
11895
11895
  if (Z !== "object")
11896
- return new A("Invalid " + H + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11897
- var X = t({}, R[M], w);
11896
+ return new A("Invalid " + z + " `" + V + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11897
+ var X = t({}, q[M], w);
11898
11898
  for (var W in X) {
11899
11899
  var ie = w[W];
11900
11900
  if (r(w, W) && typeof ie != "function")
11901
- return O(B, H, V, W, P(ie));
11901
+ return O(B, z, V, W, P(ie));
11902
11902
  if (!ie)
11903
11903
  return new A(
11904
- "Invalid " + H + " `" + V + "` key `" + W + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(R[M], null, " ") + `
11904
+ "Invalid " + z + " `" + V + "` key `" + W + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(q[M], null, " ") + `
11905
11905
  Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
11906
11906
  );
11907
- var q = ie(F, W, B, H, V + "." + W, n);
11908
- if (q)
11909
- return q;
11907
+ var R = ie(F, W, B, z, V + "." + W, n);
11908
+ if (R)
11909
+ return R;
11910
11910
  }
11911
11911
  return null;
11912
11912
  }
@@ -11927,13 +11927,13 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
11927
11927
  return !0;
11928
11928
  var N = m(w);
11929
11929
  if (N) {
11930
- var R = N.call(w), M;
11930
+ var q = N.call(w), M;
11931
11931
  if (N !== w.entries) {
11932
- for (; !(M = R.next()).done; )
11932
+ for (; !(M = q.next()).done; )
11933
11933
  if (!D(M.value))
11934
11934
  return !1;
11935
11935
  } else
11936
- for (; !(M = R.next()).done; ) {
11936
+ for (; !(M = q.next()).done; ) {
11937
11937
  var B = M.value;
11938
11938
  if (B && !D(B[1]))
11939
11939
  return !1;
@@ -11978,7 +11978,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
11978
11978
  return N;
11979
11979
  }
11980
11980
  }
11981
- function z(w) {
11981
+ function H(w) {
11982
11982
  return !w.constructor || !w.constructor.name ? f : w.constructor.name;
11983
11983
  }
11984
11984
  return p.checkPropTypes = o, p.resetWarningCache = o.resetWarningCache, p.PropTypes = p, p;
@@ -12032,10 +12032,10 @@ function ap() {
12032
12032
  return s.PropTypes = s, s;
12033
12033
  }, Xn;
12034
12034
  }
12035
- var Rr;
12035
+ var qr;
12036
12036
  function rp() {
12037
- if (Rr) return an.exports;
12038
- if (Rr = 1, process.env.NODE_ENV !== "production") {
12037
+ if (qr) return an.exports;
12038
+ if (qr = 1, process.env.NODE_ENV !== "production") {
12039
12039
  var e = Ta(), t = !0;
12040
12040
  an.exports = /* @__PURE__ */ np()(e.isElement, t);
12041
12041
  } else
@@ -12075,7 +12075,7 @@ function ua(e, t) {
12075
12075
  return r.__proto__ = o, r;
12076
12076
  }, ua(e, t);
12077
12077
  }
12078
- var Rn = /* @__PURE__ */ (function(e) {
12078
+ var qn = /* @__PURE__ */ (function(e) {
12079
12079
  cp(t, e);
12080
12080
  function t() {
12081
12081
  var r;
@@ -12141,13 +12141,13 @@ var Rn = /* @__PURE__ */ (function(e) {
12141
12141
  var o = this.props;
12142
12142
  o.sitekey, o.onChange, o.theme, o.type, o.tabindex, o.onExpired, o.onErrored, o.size, o.stoken, o.grecaptcha, o.badge, o.hl, o.isolated;
12143
12143
  var s = ip(o, sp);
12144
- return /* @__PURE__ */ Ra.createElement("div", da({}, s, {
12144
+ return /* @__PURE__ */ qa.createElement("div", da({}, s, {
12145
12145
  ref: this.handleRecaptchaRef
12146
12146
  }));
12147
12147
  }, t;
12148
- })(Ra.Component);
12149
- Rn.displayName = "ReCAPTCHA";
12150
- Rn.propTypes = {
12148
+ })(qa.Component);
12149
+ qn.displayName = "ReCAPTCHA";
12150
+ qn.propTypes = {
12151
12151
  sitekey: be.string.isRequired,
12152
12152
  onChange: be.func,
12153
12153
  grecaptcha: be.object,
@@ -12162,7 +12162,7 @@ Rn.propTypes = {
12162
12162
  badge: be.oneOf(["bottomright", "bottomleft", "inline"]),
12163
12163
  isolated: be.bool
12164
12164
  };
12165
- Rn.defaultProps = {
12165
+ qn.defaultProps = {
12166
12166
  onChange: function() {
12167
12167
  },
12168
12168
  theme: "light",
@@ -12171,10 +12171,10 @@ Rn.defaultProps = {
12171
12171
  size: "normal",
12172
12172
  badge: "bottomright"
12173
12173
  };
12174
- var ea, qr;
12174
+ var ea, Rr;
12175
12175
  function lp() {
12176
- if (qr) return ea;
12177
- qr = 1;
12176
+ if (Rr) return ea;
12177
+ Rr = 1;
12178
12178
  var e = Ta(), t = {
12179
12179
  childContextTypes: !0,
12180
12180
  contextType: !0,
@@ -12370,7 +12370,7 @@ const Uo = gp(Ap, {
12370
12370
  attributes: fa().nonce ? {
12371
12371
  nonce: fa().nonce
12372
12372
  } : {}
12373
- })(Rn), wp = "_overlay_1lkqq_1", yp = "_header_1lkqq_35", vp = "_logo_1lkqq_49", bp = "_card_1lkqq_63", Cp = "_close_1lkqq_93", _p = "_form_1lkqq_141", Np = "_formUl_1lkqq_159", Sp = "_field_1lkqq_183", Ep = "_label_1lkqq_197", xp = "_input_1lkqq_215", Tp = "_error_1lkqq_251", Ip = "_primary_1lkqq_263", kp = "_divider_1lkqq_339", Up = "_google_1lkqq_391", Rp = "_googleIcon_1lkqq_451", qp = "_spin_1lkqq_517", Lp = "_checkboxRow_1lkqq_561", Bp = "_terms_1lkqq_635", Op = "_message_1lkqq_697", Pp = "_passwordChecker_1lkqq_707", Dp = "_valid_1lkqq_745", Mp = "_invalid_1lkqq_753", jp = "_forgotPassword_1lkqq_761", Qp = "_successContainer_1lkqq_799", Gp = "_thumbsUp_1lkqq_815", Hp = "_successMessage_1lkqq_827", k = {
12373
+ })(qn), wp = "_overlay_18ksj_1", yp = "_header_18ksj_18", vp = "_logo_18ksj_25", bp = "_card_18ksj_32", Cp = "_close_18ksj_47", _p = "_form_18ksj_71", Np = "_formUl_18ksj_80", Sp = "_field_18ksj_92", Ep = "_label_18ksj_99", xp = "_input_18ksj_108", Tp = "_error_18ksj_126", Ip = "_primary_18ksj_132", kp = "_divider_18ksj_170", Up = "_google_18ksj_196", qp = "_googleIcon_18ksj_226", Rp = "_spin_18ksj_259", Lp = "_checkboxRow_18ksj_281", Bp = "_terms_18ksj_318", Op = "_message_18ksj_349", Pp = "_passwordChecker_18ksj_354", Dp = "_valid_18ksj_373", Mp = "_invalid_18ksj_377", jp = "_forgotPassword_18ksj_381", Qp = "_successContainer_18ksj_400", Gp = "_thumbsUp_18ksj_408", zp = "_successMessage_18ksj_414", k = {
12374
12374
  overlay: wp,
12375
12375
  header: yp,
12376
12376
  logo: vp,
@@ -12385,10 +12385,10 @@ const Uo = gp(Ap, {
12385
12385
  primary: Ip,
12386
12386
  divider: kp,
12387
12387
  google: Up,
12388
- googleIcon: Rp,
12389
- spin: qp,
12388
+ googleIcon: qp,
12389
+ spin: Rp,
12390
12390
  checkboxRow: Lp,
12391
- switch: "_switch_1lkqq_619",
12391
+ switch: "_switch_18ksj_310",
12392
12392
  terms: Bp,
12393
12393
  message: Op,
12394
12394
  passwordChecker: Pp,
@@ -12397,7 +12397,7 @@ const Uo = gp(Ap, {
12397
12397
  forgotPassword: jp,
12398
12398
  successContainer: Qp,
12399
12399
  thumbsUp: Gp,
12400
- successMessage: Hp
12400
+ successMessage: zp
12401
12401
  }, Ze = () => /* @__PURE__ */ a(
12402
12402
  "svg",
12403
12403
  {
@@ -12409,7 +12409,7 @@ const Uo = gp(Ap, {
12409
12409
  className: k.spin,
12410
12410
  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" })
12411
12411
  }
12412
- ), zp = ({
12412
+ ), Hp = ({
12413
12413
  isOpen: e,
12414
12414
  onClose: t,
12415
12415
  commentId: n,
@@ -12648,11 +12648,11 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
12648
12648
  }
12649
12649
  })();
12650
12650
  }, [t]), { comments: t, setComments: n };
12651
- }, Ro = ({ username: e, date: t }) => /* @__PURE__ */ h("div", { className: "comment-header", children: [
12651
+ }, qo = ({ username: e, date: t }) => /* @__PURE__ */ h("div", { className: "comment-header", children: [
12652
12652
  /* @__PURE__ */ a("span", { className: "comment-username", children: e }),
12653
12653
  /* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
12654
12654
  /* @__PURE__ */ a("span", { className: "comment-date", children: Yg(je(Number(t))) })
12655
- ] }), qo = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
12655
+ ] }), Ro = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
12656
12656
  "img",
12657
12657
  {
12658
12658
  className: "comment-avatar-img",
@@ -12899,9 +12899,9 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
12899
12899
  const o = e.text;
12900
12900
  let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
12901
12901
  return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ h("div", { className: "comment-header-container", children: [
12902
- /* @__PURE__ */ a(qo, { user: e.user ? e.user : Je }),
12902
+ /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
12903
12903
  /* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
12904
- /* @__PURE__ */ a(Ro, { username: s, date: e.date.time }),
12904
+ /* @__PURE__ */ a(qo, { username: s, date: e.date.time }),
12905
12905
  /* @__PURE__ */ h("div", { className: "comment-reply-to", children: [
12906
12906
  "Respondiendo a ",
12907
12907
  /* @__PURE__ */ a("strong", { children: t })
@@ -12924,9 +12924,9 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
12924
12924
  className: "comment-header-container",
12925
12925
  "data-hasreplies": d.reply.length > 0 ? "true" : "false",
12926
12926
  children: [
12927
- /* @__PURE__ */ a(qo, { user: e.user ? e.user : Je }),
12927
+ /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
12928
12928
  /* @__PURE__ */ h("div", { style: { flex: 1 }, children: [
12929
- /* @__PURE__ */ a(Ro, { username: y, date: e.date.time }),
12929
+ /* @__PURE__ */ a(qo, { username: y, date: e.date.time }),
12930
12930
  /* @__PURE__ */ a("p", { className: "comment-text", children: g }),
12931
12931
  r?.username.toLowerCase() !== C.toLowerCase() && // No puedes responder ni reportar tus respuestas
12932
12932
  /* @__PURE__ */ a(
@@ -12990,7 +12990,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
12990
12990
  ]
12991
12991
  }
12992
12992
  ) });
12993
- }, e3 = ({
12993
+ }, e9 = ({
12994
12994
  commentRef: e,
12995
12995
  user: t,
12996
12996
  path: n,
@@ -13037,7 +13037,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13037
13037
  }
13038
13038
  )
13039
13039
  ] });
13040
- }, { PUBLIC_PUBLICATION_ID: t3, PUBLIC_X_SECURITY_TOKEN: n3 } = J(), Lr = t3 ?? "", a3 = ({
13040
+ }, { PUBLIC_PUBLICATION_ID: t9, PUBLIC_X_SECURITY_TOKEN: n9 } = J(), Lr = t9 ?? "", a9 = ({
13041
13041
  isAuthenticated: e,
13042
13042
  path: t,
13043
13043
  user: n,
@@ -13072,7 +13072,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13072
13072
  id: void 0,
13073
13073
  lastid: j,
13074
13074
  state: "5,6",
13075
- apiToken: n3
13075
+ apiToken: n9
13076
13076
  });
13077
13077
  m({
13078
13078
  morecomment: Q.morecomment ?? !1,
@@ -13094,7 +13094,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13094
13094
  }
13095
13095
  ),
13096
13096
  /* @__PURE__ */ a(
13097
- e3,
13097
+ e9,
13098
13098
  {
13099
13099
  commentRef: g,
13100
13100
  user: n,
@@ -13137,7 +13137,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13137
13137
  )
13138
13138
  ] }) }) }),
13139
13139
  /* @__PURE__ */ a(
13140
- zp,
13140
+ Hp,
13141
13141
  {
13142
13142
  username: n?.username ?? void 0,
13143
13143
  publication: Lr,
@@ -13148,7 +13148,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13148
13148
  }
13149
13149
  )
13150
13150
  ] });
13151
- }, b9 = async (e, t) => {
13151
+ }, b3 = async (e, t) => {
13152
13152
  if (!e) throw new Error("No action provided");
13153
13153
  if (!t) throw new Error("No site key provided");
13154
13154
  const n = window.grecaptcha;
@@ -13195,7 +13195,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = J(), Wp = Fp, $p = (e) => {
13195
13195
  test: (e) => /[^A-Za-z0-9]/.test(e)
13196
13196
  }
13197
13197
  ];
13198
- function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13198
+ function r9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13199
13199
  const [r, o] = Y({}), [s, i] = Y(!1), [c, d] = Y(!1), [l, u] = Y(null), [m, f] = Y(
13200
13200
  "register"
13201
13201
  ), p = (C, S) => {
@@ -13415,7 +13415,7 @@ function r3({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13415
13415
  ] })
13416
13416
  ] });
13417
13417
  }
13418
- function o3({
13418
+ function o9({
13419
13419
  onClose: e,
13420
13420
  checkAuth: t,
13421
13421
  goToRegister: n,
@@ -13425,7 +13425,7 @@ function o3({
13425
13425
  const [s, i] = Y("login"), [c, d] = Y(""), [l, u] = Y(""), [m, f] = Y(""), [p, g] = Y(""), [A, y] = Y(""), [C, S] = Y(!1), [_, T] = Y(!1), [b, x] = Y(null);
13426
13426
  return console.log("CAPTCHA_KEY", o), /* @__PURE__ */ h(K, { children: [
13427
13427
  s === "login" && /* @__PURE__ */ a(
13428
- s3,
13428
+ s9,
13429
13429
  {
13430
13430
  email: c,
13431
13431
  password: l,
@@ -13466,7 +13466,7 @@ function o3({
13466
13466
  }
13467
13467
  ),
13468
13468
  s === "forgot" && /* @__PURE__ */ a(
13469
- i3,
13469
+ i9,
13470
13470
  {
13471
13471
  email: c,
13472
13472
  setEmail: d,
@@ -13499,7 +13499,7 @@ function o3({
13499
13499
  }
13500
13500
  ),
13501
13501
  s === "changePassword" && /* @__PURE__ */ a(
13502
- c3,
13502
+ c9,
13503
13503
  {
13504
13504
  email: c,
13505
13505
  confirmationCode: m,
@@ -13548,7 +13548,7 @@ function o3({
13548
13548
  }
13549
13549
  ),
13550
13550
  s === "feedback" && /* @__PURE__ */ a(
13551
- l3,
13551
+ l9,
13552
13552
  {
13553
13553
  onBackToLogin: () => {
13554
13554
  x(null), i("login");
@@ -13557,7 +13557,7 @@ function o3({
13557
13557
  )
13558
13558
  ] });
13559
13559
  }
13560
- function s3({
13560
+ function s9({
13561
13561
  email: e,
13562
13562
  password: t,
13563
13563
  showPassword: n,
@@ -13649,7 +13649,7 @@ function s3({
13649
13649
  )
13650
13650
  ] });
13651
13651
  }
13652
- function i3({
13652
+ function i9({
13653
13653
  email: e,
13654
13654
  setEmail: t,
13655
13655
  loading: n,
@@ -13686,7 +13686,7 @@ function i3({
13686
13686
  }
13687
13687
  );
13688
13688
  }
13689
- function c3({
13689
+ function c9({
13690
13690
  email: e,
13691
13691
  confirmationCode: t,
13692
13692
  newPassword: n,
@@ -13797,13 +13797,13 @@ function c3({
13797
13797
  }
13798
13798
  );
13799
13799
  }
13800
- function l3({ onBackToLogin: e }) {
13800
+ function l9({ onBackToLogin: e }) {
13801
13801
  return /* @__PURE__ */ h("div", { className: k.form, children: [
13802
13802
  /* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
13803
13803
  /* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
13804
13804
  ] });
13805
13805
  }
13806
- function d3({
13806
+ function d9({
13807
13807
  loginUrl: e,
13808
13808
  onClose: t,
13809
13809
  checkAuth: n,
@@ -13841,7 +13841,7 @@ function d3({
13841
13841
  )
13842
13842
  ] }),
13843
13843
  s === "login" && /* @__PURE__ */ a(
13844
- o3,
13844
+ o9,
13845
13845
  {
13846
13846
  onClose: t,
13847
13847
  checkAuth: n,
@@ -13851,7 +13851,7 @@ function d3({
13851
13851
  }
13852
13852
  ),
13853
13853
  s === "register" && /* @__PURE__ */ a(
13854
- r3,
13854
+ r9,
13855
13855
  {
13856
13856
  handleGoogleLogin: c,
13857
13857
  goToLogin: () => i("login"),
@@ -13862,7 +13862,7 @@ function d3({
13862
13862
  }
13863
13863
  );
13864
13864
  }
13865
- function u3({
13865
+ function u9({
13866
13866
  isAuthenticated: e,
13867
13867
  setIsAuthenticated: t,
13868
13868
  loginUrl: n,
@@ -13875,7 +13875,7 @@ function u3({
13875
13875
  const [d, l] = xe.useState(!1);
13876
13876
  return /* @__PURE__ */ h(K, { children: [
13877
13877
  d && /* @__PURE__ */ a(
13878
- d3,
13878
+ d9,
13879
13879
  {
13880
13880
  loginUrl: n,
13881
13881
  icon: i,
@@ -13901,7 +13901,7 @@ function u3({
13901
13901
  )
13902
13902
  ] }),
13903
13903
  /* @__PURE__ */ a(
13904
- a3,
13904
+ a9,
13905
13905
  {
13906
13906
  isAuthenticated: e,
13907
13907
  handleLogout: async () => {
@@ -13917,7 +13917,7 @@ function u3({
13917
13917
  )
13918
13918
  ] });
13919
13919
  }
13920
- function h3({
13920
+ function h9({
13921
13921
  isVisible: e,
13922
13922
  path: t,
13923
13923
  icon: n,
@@ -13962,7 +13962,7 @@ function h3({
13962
13962
  }
13963
13963
  );
13964
13964
  return o === null ? m : e ? /* @__PURE__ */ a(
13965
- u3,
13965
+ u9,
13966
13966
  {
13967
13967
  icon: n,
13968
13968
  isAuthenticated: o,
@@ -13975,7 +13975,7 @@ function h3({
13975
13975
  }
13976
13976
  ) : m;
13977
13977
  }
13978
- const C9 = ({
13978
+ const C3 = ({
13979
13979
  render: e,
13980
13980
  internalPath: t,
13981
13981
  section: n,
@@ -14001,7 +14001,7 @@ const C9 = ({
14001
14001
  }, []);
14002
14002
  const m = {
14003
14003
  comment: /* @__PURE__ */ a(
14004
- h3,
14004
+ h9,
14005
14005
  {
14006
14006
  path: t,
14007
14007
  icon: s,
@@ -14031,7 +14031,7 @@ const C9 = ({
14031
14031
  }
14032
14032
  );
14033
14033
  };
14034
- async function _9({
14034
+ async function _3({
14035
14035
  publication: e,
14036
14036
  path: t,
14037
14037
  username: n,
@@ -14135,7 +14135,7 @@ async function _9({
14135
14135
  };
14136
14136
  }
14137
14137
  }
14138
- const N9 = async ({
14138
+ const N3 = async ({
14139
14139
  token: e,
14140
14140
  projectId: t,
14141
14141
  captchaKey: n,
@@ -14171,67 +14171,68 @@ const N9 = async ({
14171
14171
  };
14172
14172
  export {
14173
14173
  ws as AssetsPreconnect,
14174
- p9 as AutorComponent,
14174
+ p3 as AutorComponent,
14175
14175
  X1 as AutorHeader1,
14176
14176
  du as AutorHeader2,
14177
14177
  ge as BannerAdvertising,
14178
14178
  rt as BannerAdvertisingMiddle,
14179
- $3 as CarrouselCSR,
14179
+ $9 as CarrouselCSR,
14180
14180
  xt as CarrouselIRS,
14181
14181
  Y2 as CarruselCard,
14182
14182
  rf as CarruselOpinion,
14183
14183
  Be as CommonServices,
14184
14184
  Qo as Comscore,
14185
- l9 as ContactInfoServer,
14186
- X3 as ContactInput,
14187
- e9 as ContactSelect,
14188
- t9 as ContactTextarea,
14185
+ l3 as ContactInfoServer,
14186
+ X9 as ContactInput,
14187
+ e3 as ContactSelect,
14188
+ t3 as ContactTextarea,
14189
14189
  Vt as ContentLayout1,
14190
14190
  sr as ContentLayoutTema,
14191
- h9 as DEBUG_MainSlots,
14191
+ h3 as DEBUG_MainSlots,
14192
14192
  Zm as DestacadoNoticias,
14193
14193
  O2 as DestacadoVideos,
14194
14194
  lc as DynamicBlockServices,
14195
- u9 as DynamicComponents,
14195
+ u3 as DynamicComponents,
14196
14196
  Fn as DynamicMainSlot,
14197
14197
  xo as DynamicSlot,
14198
- o9 as EditorialBlock,
14199
- Z3 as ErrorComponent,
14198
+ o3 as EditorialBlock,
14199
+ Z9 as ErrorComponent,
14200
14200
  Us as Font,
14201
- K3 as Footer,
14201
+ K9 as Footer,
14202
14202
  As as FormatAfterScripts,
14203
14203
  Qr as FormatScripts,
14204
- Ho as GA4,
14205
- zo as GTM,
14204
+ zo as GA4,
14205
+ Ho as GTM,
14206
14206
  So as GalleryHeader,
14207
- F3 as GenerateBody,
14208
- V3 as GenerateHead,
14209
- a9 as Header,
14207
+ F9 as GenerateBody,
14208
+ V9 as GenerateHead,
14209
+ a3 as Header,
14210
+ g0 as IframeHeader,
14210
14211
  tl as ImageOffline,
14211
14212
  Ue as ImageOnline,
14212
- G3 as IssuuServices,
14213
+ G9 as IssuuServices,
14213
14214
  Es as ItemListSchema,
14214
14215
  ym as JournalistArticule2,
14215
14216
  xm as JournalistGroup,
14216
14217
  vo as LayoutNewsComponent,
14217
- C9 as LazyLoader,
14218
+ C3 as LazyLoader,
14218
14219
  L as LinkComponent,
14219
14220
  D1 as LiveBlogHeader,
14220
- W3 as Location,
14221
- _3 as MainComponentServices,
14221
+ W9 as Location,
14222
+ _9 as MainComponentServices,
14222
14223
  Vo as Marfeel,
14223
14224
  ht as MiddleSection,
14224
14225
  No as Modulo1x3,
14225
14226
  $2 as Modulo1x3Card,
14226
14227
  T2 as Modulo1x4,
14227
- R2 as Modulo1x5,
14228
- s9 as Modulo2Columnas,
14228
+ q2 as Modulo1x5,
14229
+ s3 as Modulo2Columnas,
14229
14230
  S2 as Modulo3Columnas,
14230
- i9 as ModuloNewsletter,
14231
- r9 as ModuloOpinion,
14231
+ i3 as ModuloNewsletter,
14232
+ r3 as ModuloOpinion,
14232
14233
  Eg as NewListResponseDataPH,
14233
14234
  xs as NewsArticle,
14234
- m9 as NewsComponent,
14235
+ m3 as NewsComponent,
14235
14236
  sa as NewsContent,
14236
14237
  Tt as NewsDescriptionComponent,
14237
14238
  vn as NextPrev,
@@ -14239,76 +14240,78 @@ export {
14239
14240
  Da as PreloadImages,
14240
14241
  Ye as REPORT_REASONS,
14241
14242
  ba as Readest,
14242
- w9 as ScriptHydrator,
14243
- g9 as SearchSection,
14243
+ w3 as ScriptHydrator,
14244
+ g3 as SearchSection,
14244
14245
  me as Section,
14245
14246
  Xe as SectionCard,
14246
14247
  Un as SectionCard2,
14247
14248
  ca as SectionCardServerComponent,
14248
- c9 as SectionServerComponent,
14249
+ c3 as SectionServerComponent,
14249
14250
  Ac as ShowSection,
14250
14251
  Qf as SocialNetworks,
14251
14252
  Ns as SpeculationRules,
14252
- d9 as StaticSlotWrapper,
14253
+ d3 as StaticSlotWrapper,
14253
14254
  gl as SubscribeColumn,
14254
14255
  Tl as SubscribeRow,
14255
- Y3 as SubscribeWhatsAppColumn,
14256
- f9 as TagComponent,
14256
+ Y9 as SubscribeWhatsAppColumn,
14257
+ f3 as TagComponent,
14257
14258
  lm as TagSection,
14258
- H1 as TimeLine,
14259
- w3 as TrimPathname,
14260
- J3 as VideoBlock3,
14261
- n9 as VideoBlock4,
14262
- A9 as VideoSection,
14259
+ z1 as TimeLine,
14260
+ w9 as TrimPathname,
14261
+ J9 as VideoBlock3,
14262
+ n3 as VideoBlock4,
14263
+ l0 as VideoEmbeddedHeader,
14264
+ A3 as VideoSection,
14265
+ h0 as VideoYoutubeHeader,
14263
14266
  ks as VideosSchemas,
14264
14267
  Is as WebsiteList,
14265
- _9 as addComment,
14268
+ _3 as addComment,
14266
14269
  ga as bannersReplace,
14267
14270
  Mt as becomeVideoObject,
14268
14271
  vt as buildTagUrl,
14269
14272
  sd as coloringByStrokeSVGs,
14270
14273
  Ea as compileStyleProps,
14271
14274
  Qe as cutString,
14272
- A3 as extractRealtedNews,
14275
+ A9 as extractRealtedNews,
14273
14276
  je as formatDate,
14274
- p3 as formatDateEdiciones,
14277
+ p9 as formatDateEdiciones,
14275
14278
  Mr as formatDateJournalistArticule,
14276
14279
  cs as formatDateTimeline,
14277
14280
  hs as formatNewsMeta,
14278
14281
  vs as formatVideoData,
14279
- z3 as generalGetData,
14280
- b9 as getCaptchaToken,
14282
+ H9 as generalGetData,
14283
+ b3 as getCaptchaToken,
14281
14284
  Vp as getComments,
14282
14285
  J as getConfig,
14283
- H3 as getDynamicSlots,
14286
+ z9 as getDynamicSlots,
14284
14287
  An as getEnvironmentUrl,
14285
14288
  us as getEnvironmentUrlFront,
14286
- b3 as getHydratorPath,
14289
+ b9 as getHydratorPath,
14287
14290
  pe as getImageUrl,
14288
14291
  Wt as getNextMeta,
14289
14292
  Yt as getPage,
14290
- C3 as getPreloadImages,
14293
+ C9 as getPreloadImages,
14291
14294
  $t as getPrevMeta,
14292
- v9 as getReportReasonLabel,
14295
+ v3 as getReportReasonLabel,
14293
14296
  ls as getResponse,
14294
14297
  ds as getResponsePromise,
14295
14298
  pa as getSchemas,
14296
- Hr as getScriptReplaces,
14297
- qs as getSlugs,
14298
- y3 as getTypeOfNews,
14299
- v3 as getVideoRealPath,
14299
+ zr as getScriptReplaces,
14300
+ Rs as getSlugs,
14301
+ y9 as getTypeOfNews,
14302
+ v9 as getVideoRealPath,
14300
14303
  ka as handleGetComments,
14301
- g3 as initLibrary,
14304
+ g9 as initLibrary,
14302
14305
  ps as metadataToJSX,
14303
14306
  uc as metadata_defaults,
14304
14307
  jr as parseTags,
14305
14308
  ms as pathnameSplit,
14306
- Rs as removePages,
14307
- y9 as reportComment,
14309
+ qs as removePages,
14310
+ y3 as reportComment,
14308
14311
  Pd as shareButtons,
14309
14312
  Na as socialIcons,
14310
14313
  Cs as speculationRules,
14311
14314
  bs as speculationRulesHome,
14312
14315
  fs as urlReplaces,
14313
- N9 as verifyCaptchaTokenEnterprise
14316
+ N3 as verifyCaptchaTokenEnterprise
14314
14317
  };