sass-template-common 0.1.62 → 0.1.63

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,6 +1,6 @@
1
1
  import { jsx as a, jsxs as m, Fragment as J } from "react/jsx-runtime";
2
2
  import * as qa from "react";
3
- import Ee, { useState as Y, useRef as Or, useCallback as he, useEffect as De, createElement as st, forwardRef as Pr, Fragment as pn, useMemo as jo, Component as Qo } from "react";
3
+ import Ee, { useState as Y, useRef as Or, useCallback as he, useEffect as Me, createElement as st, forwardRef as Pr, Fragment as pn, useMemo as jo, Component as Qo } from "react";
4
4
  let ta = {
5
5
  PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
6
6
  PUBLIC_API_FRONT: "https://dev-lahora.cms-medios.com",
@@ -145,7 +145,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
145
145
  }
146
146
  );
147
147
  };
148
- function _t(e) {
148
+ function Nt(e) {
149
149
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
150
150
  }
151
151
  var sn = { exports: {} }, Wo = sn.exports, Ra;
@@ -244,15 +244,15 @@ function Dr() {
244
244
  return z ? ie : ie.endOf(l);
245
245
  }, U = function(X, F) {
246
246
  return P.w(T.toDate()[X].apply(T.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(F)), T);
247
- }, j = this.$W, L = this.$M, G = this.$D, H = "set" + (this.$u ? "UTC" : "");
247
+ }, j = this.$W, B = this.$M, G = this.$D, H = "set" + (this.$u ? "UTC" : "");
248
248
  switch (y) {
249
249
  case A:
250
250
  return z ? C(1, 0) : C(31, 11);
251
251
  case h:
252
- return z ? C(1, L) : C(0, L + 1);
252
+ return z ? C(1, B) : C(0, B + 1);
253
253
  case u:
254
254
  var V = this.$locale().weekStart || 0, Z = (j < V ? j + 7 : j) - V;
255
- return C(z ? G - Z : G + (6 - Z), L);
255
+ return C(z ? G - Z : G + (6 - Z), B);
256
256
  case l:
257
257
  case g:
258
258
  return U(H + "Hours", 0);
@@ -281,9 +281,9 @@ function Dr() {
281
281
  }, k.add = function(E, D) {
282
282
  var T, z = this;
283
283
  E = Number(E);
284
- var y = P.p(D), C = function(L) {
284
+ var y = P.p(D), C = function(B) {
285
285
  var G = Q(z);
286
- return P.w(G.date(G.date() + Math.round(L * E)), z);
286
+ return P.w(G.date(G.date() + Math.round(B * E)), z);
287
287
  };
288
288
  if (y === h) return this.set(h, this.$M + E);
289
289
  if (y === A) return this.set(A, this.$y + E);
@@ -296,7 +296,7 @@ function Dr() {
296
296
  }, k.format = function(E) {
297
297
  var D = this, T = this.$locale();
298
298
  if (!this.isValid()) return T.invalidDate || p;
299
- var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, U = this.$m, j = this.$M, L = T.weekdays, G = T.months, H = T.meridiem, V = function(F, ie, q, Ae) {
299
+ var z = E || "YYYY-MM-DDTHH:mm:ssZ", y = P.z(this), C = this.$H, U = this.$m, j = this.$M, B = T.weekdays, G = T.months, H = T.meridiem, V = function(F, ie, q, Ae) {
300
300
  return F && (F[ie] || F(D, z)) || q[ie].slice(0, Ae);
301
301
  }, Z = function(F) {
302
302
  return P.s(C % 12 || 12, F, "0");
@@ -326,11 +326,11 @@ function Dr() {
326
326
  case "d":
327
327
  return String(D.$W);
328
328
  case "dd":
329
- return V(T.weekdaysMin, D.$W, L, 2);
329
+ return V(T.weekdaysMin, D.$W, B, 2);
330
330
  case "ddd":
331
- return V(T.weekdaysShort, D.$W, L, 3);
331
+ return V(T.weekdaysShort, D.$W, B, 3);
332
332
  case "dddd":
333
- return L[D.$W];
333
+ return B[D.$W];
334
334
  case "H":
335
335
  return String(C);
336
336
  case "HH":
@@ -362,7 +362,7 @@ function Dr() {
362
362
  }, k.utcOffset = function() {
363
363
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
364
364
  }, k.diff = function(E, D, T) {
365
- var z, y = this, C = P.p(D), U = Q(E), j = (U.utcOffset() - this.utcOffset()) * r, L = this - U, G = function() {
365
+ var z, y = this, C = P.p(D), U = Q(E), j = (U.utcOffset() - this.utcOffset()) * r, B = this - U, G = function() {
366
366
  return P.m(y, U);
367
367
  };
368
368
  switch (C) {
@@ -376,22 +376,22 @@ function Dr() {
376
376
  z = G() / 3;
377
377
  break;
378
378
  case u:
379
- z = (L - j) / 6048e5;
379
+ z = (B - j) / 6048e5;
380
380
  break;
381
381
  case l:
382
- z = (L - j) / 864e5;
382
+ z = (B - j) / 864e5;
383
383
  break;
384
384
  case d:
385
- z = L / o;
385
+ z = B / o;
386
386
  break;
387
387
  case c:
388
- z = L / r;
388
+ z = B / r;
389
389
  break;
390
390
  case i:
391
- z = L / n;
391
+ z = B / n;
392
392
  break;
393
393
  default:
394
- z = L;
394
+ z = B;
395
395
  }
396
396
  return T ? z : P.a(z);
397
397
  }, k.daysInMonth = function() {
@@ -427,7 +427,7 @@ function Dr() {
427
427
  })(sn)), sn.exports;
428
428
  }
429
429
  var $o = Dr();
430
- const Se = /* @__PURE__ */ _t($o);
430
+ const Se = /* @__PURE__ */ Nt($o);
431
431
  var cn = { exports: {} }, Yo = cn.exports, La;
432
432
  function Ko() {
433
433
  return La || (La = 1, (function(e, t) {
@@ -473,7 +473,7 @@ function Ko() {
473
473
  })(cn)), cn.exports;
474
474
  }
475
475
  var Jo = Ko();
476
- const Zo = /* @__PURE__ */ _t(Jo);
476
+ const Zo = /* @__PURE__ */ Nt(Jo);
477
477
  var ln = { exports: {} }, Xo = ln.exports, Ba;
478
478
  function es() {
479
479
  return Ba || (Ba = 1, (function(e, t) {
@@ -567,7 +567,7 @@ function ns() {
567
567
  })(dn)), dn.exports;
568
568
  }
569
569
  var as = ns();
570
- const rs = /* @__PURE__ */ _t(as);
570
+ const rs = /* @__PURE__ */ Nt(as);
571
571
  var un = { exports: {} }, os = un.exports, Pa;
572
572
  function ss() {
573
573
  return Pa || (Pa = 1, (function(e, t) {
@@ -632,11 +632,11 @@ function ss() {
632
632
  })(un)), un.exports;
633
633
  }
634
634
  var is = ss();
635
- const cs = /* @__PURE__ */ _t(is);
635
+ const cs = /* @__PURE__ */ Nt(is);
636
636
  Se.extend(rs);
637
637
  Se.extend(cs);
638
638
  Se.extend(Zo);
639
- const Nn = (e) => e === "en" ? "en" : "es", Me = (e) => {
639
+ const Nn = (e) => e === "en" ? "en" : "es", je = (e) => {
640
640
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
641
641
  return Se.tz(e, n).locale(r).format("DD MMMM YYYY");
642
642
  }, Mr = (e) => {
@@ -650,14 +650,14 @@ const Nn = (e) => e === "en" ? "en" : "es", Me = (e) => {
650
650
  }, p9 = (e) => {
651
651
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = $(), r = Nn(t ?? "es");
652
652
  return Se.tz(e, n).locale(r).format("dddd DD [de] MMMM YYYY");
653
- }, je = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
653
+ }, Qe = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
654
654
  function ds(e) {
655
655
  return e && e.status === "fulfilled" ? e.value.data : null;
656
656
  }
657
657
  function us(e) {
658
658
  return e && e.status === "fulfilled" ? e.value : null;
659
659
  }
660
- const Dt = (e, t, n) => ({
660
+ const Mt = (e, t, n) => ({
661
661
  authors: [],
662
662
  social: {
663
663
  description: "",
@@ -1043,7 +1043,7 @@ function v9(e) {
1043
1043
  vf: (d) => `/videos/video-flash/${Se(s).format("YYYY/MM/DD")}/${t[0]}.${d}`
1044
1044
  }[o]?.(i) ?? "", op: o };
1045
1045
  }
1046
- const jt = (e, t) => {
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
1049
  }, b9 = (e) => {
@@ -1493,11 +1493,11 @@ function Hr(e, t) {
1493
1493
  const { toString: Bs } = Object.prototype, { getPrototypeOf: Aa } = Object, { iterator: Sn, toStringTag: Vr } = Symbol, En = /* @__PURE__ */ ((e) => (t) => {
1494
1494
  const n = Bs.call(t);
1495
1495
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
1496
- })(/* @__PURE__ */ Object.create(null)), Be = (e) => (e = e.toLowerCase(), (t) => En(t) === e), xn = (e) => (t) => typeof t === e, { isArray: Nt } = Array, vt = xn("undefined");
1496
+ })(/* @__PURE__ */ Object.create(null)), Oe = (e) => (e = e.toLowerCase(), (t) => En(t) === e), xn = (e) => (t) => typeof t === e, { isArray: St } = Array, bt = xn("undefined");
1497
1497
  function Qt(e) {
1498
- return e !== null && !vt(e) && e.constructor !== null && !vt(e.constructor) && Ce(e.constructor.isBuffer) && e.constructor.isBuffer(e);
1498
+ return e !== null && !bt(e) && e.constructor !== null && !bt(e.constructor) && Ce(e.constructor.isBuffer) && e.constructor.isBuffer(e);
1499
1499
  }
1500
- const Fr = Be("ArrayBuffer");
1500
+ const Fr = Oe("ArrayBuffer");
1501
1501
  function Os(e) {
1502
1502
  let t;
1503
1503
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Fr(e.buffer), t;
@@ -1515,16 +1515,16 @@ const Ps = xn("string"), Ce = xn("function"), Wr = xn("number"), Gt = (e) => e !
1515
1515
  } catch {
1516
1516
  return !1;
1517
1517
  }
1518
- }, js = Be("Date"), Qs = Be("File"), Gs = Be("Blob"), zs = Be("FileList"), Hs = (e) => Gt(e) && Ce(e.pipe), Vs = (e) => {
1518
+ }, js = Oe("Date"), Qs = Oe("File"), Gs = Oe("Blob"), zs = Oe("FileList"), Hs = (e) => Gt(e) && Ce(e.pipe), Vs = (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
- }, Fs = Be("URLSearchParams"), [Ws, $s, Ys, Ks] = ["ReadableStream", "Request", "Response", "Headers"].map(Be), Js = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
1522
+ }, Fs = Oe("URLSearchParams"), [Ws, $s, Ys, Ks] = ["ReadableStream", "Request", "Response", "Headers"].map(Oe), Js = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
1523
1523
  function zt(e, t, { allOwnKeys: n = !1 } = {}) {
1524
1524
  if (e === null || typeof e > "u")
1525
1525
  return;
1526
1526
  let r, o;
1527
- if (typeof e != "object" && (e = [e]), Nt(e))
1527
+ if (typeof e != "object" && (e = [e]), St(e))
1528
1528
  for (r = 0, o = e.length; r < o; r++)
1529
1529
  t.call(null, e[r], r, e);
1530
1530
  else {
@@ -1547,11 +1547,11 @@ function $r(e, t) {
1547
1547
  return o;
1548
1548
  return null;
1549
1549
  }
1550
- const lt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Yr = (e) => !vt(e) && e !== lt;
1550
+ const lt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Yr = (e) => !bt(e) && e !== lt;
1551
1551
  function na() {
1552
1552
  const { caseless: e, skipUndefined: t } = Yr(this) && this || {}, n = {}, r = (o, s) => {
1553
1553
  const i = e && $r(n, s) || s;
1554
- hn(n[i]) && hn(o) ? n[i] = na(n[i], o) : hn(o) ? n[i] = na({}, o) : Nt(o) ? n[i] = o.slice() : (!t || !vt(o)) && (n[i] = o);
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
1557
  arguments[o] && zt(arguments[o], r);
@@ -1579,7 +1579,7 @@ const Zs = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
1579
1579
  return r !== -1 && r === n;
1580
1580
  }, ai = (e) => {
1581
1581
  if (!e) return null;
1582
- if (Nt(e)) return e;
1582
+ if (St(e)) return e;
1583
1583
  let t = e.length;
1584
1584
  if (!Wr(t)) return null;
1585
1585
  const n = new Array(t);
@@ -1599,12 +1599,12 @@ const Zs = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
1599
1599
  for (; (n = e.exec(t)) !== null; )
1600
1600
  r.push(n);
1601
1601
  return r;
1602
- }, ii = Be("HTMLFormElement"), ci = (e) => e.toLowerCase().replace(
1602
+ }, ii = Oe("HTMLFormElement"), ci = (e) => e.toLowerCase().replace(
1603
1603
  /[-_\s]([a-z\d])(\w*)/g,
1604
1604
  function(n, r, o) {
1605
1605
  return r.toUpperCase() + o;
1606
1606
  }
1607
- ), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), li = Be("RegExp"), Kr = (e, t) => {
1607
+ ), Ma = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), li = Oe("RegExp"), Kr = (e, t) => {
1608
1608
  const n = Object.getOwnPropertyDescriptors(e), r = {};
1609
1609
  zt(n, (o, s) => {
1610
1610
  let i;
@@ -1631,7 +1631,7 @@ const Zs = (e, t, n, { allOwnKeys: r } = {}) => (zt(t, (o, s) => {
1631
1631
  n[s] = !0;
1632
1632
  });
1633
1633
  };
1634
- return Nt(e) ? r(e) : r(String(e).split(t)), n;
1634
+ return St(e) ? r(e) : r(String(e).split(t)), n;
1635
1635
  }, hi = () => {
1636
1636
  }, mi = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
1637
1637
  function fi(e) {
@@ -1646,17 +1646,17 @@ const gi = (e) => {
1646
1646
  return r;
1647
1647
  if (!("toJSON" in r)) {
1648
1648
  t[o] = r;
1649
- const s = Nt(r) ? [] : {};
1649
+ const s = St(r) ? [] : {};
1650
1650
  return zt(r, (i, c) => {
1651
1651
  const d = n(i, o + 1);
1652
- !vt(d) && (s[c] = d);
1652
+ !bt(d) && (s[c] = d);
1653
1653
  }), t[o] = void 0, s;
1654
1654
  }
1655
1655
  }
1656
1656
  return r;
1657
1657
  };
1658
1658
  return n(e, 0);
1659
- }, pi = Be("AsyncFunction"), Ai = (e) => e && (Gt(e) || Ce(e)) && Ce(e.then) && Ce(e.catch), Jr = ((e, t) => e ? setImmediate : t ? ((n, r) => (lt.addEventListener("message", ({ source: o, data: s }) => {
1659
+ }, pi = Oe("AsyncFunction"), Ai = (e) => e && (Gt(e) || Ce(e)) && Ce(e.then) && Ce(e.catch), Jr = ((e, t) => e ? setImmediate : t ? ((n, r) => (lt.addEventListener("message", ({ source: o, data: s }) => {
1660
1660
  o === lt && s === n && r.length && r.shift()();
1661
1661
  }, !1), (o) => {
1662
1662
  r.push(o), lt.postMessage(n, "*");
@@ -1664,7 +1664,7 @@ const gi = (e) => {
1664
1664
  typeof setImmediate == "function",
1665
1665
  Ce(lt.postMessage)
1666
1666
  ), wi = typeof queueMicrotask < "u" ? queueMicrotask.bind(lt) : typeof process < "u" && process.nextTick || Jr, yi = (e) => e != null && Ce(e[Sn]), b = {
1667
- isArray: Nt,
1667
+ isArray: St,
1668
1668
  isArrayBuffer: Fr,
1669
1669
  isBuffer: Qt,
1670
1670
  isFormData: Vs,
@@ -1679,7 +1679,7 @@ const gi = (e) => {
1679
1679
  isRequest: $s,
1680
1680
  isResponse: Ys,
1681
1681
  isHeaders: Ks,
1682
- isUndefined: vt,
1682
+ isUndefined: bt,
1683
1683
  isDate: js,
1684
1684
  isFile: Qs,
1685
1685
  isBlob: Gs,
@@ -1697,7 +1697,7 @@ const gi = (e) => {
1697
1697
  inherits: ei,
1698
1698
  toFlatObject: ti,
1699
1699
  kindOf: En,
1700
- kindOfTest: Be,
1700
+ kindOfTest: Oe,
1701
1701
  endsWith: ni,
1702
1702
  toArray: ai,
1703
1703
  forEachEntry: oi,
@@ -2121,7 +2121,7 @@ const Oi = b.toObjectSet([
2121
2121
  o = i.indexOf(":"), n = i.substring(0, o).trim().toLowerCase(), r = i.substring(o + 1).trim(), !(!n || t[n] && Oi[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
2123
  }, za = Symbol("internals");
2124
- function It(e) {
2124
+ function kt(e) {
2125
2125
  return e && String(e).trim().toLowerCase();
2126
2126
  }
2127
2127
  function mn(e) {
@@ -2166,7 +2166,7 @@ let _e = class {
2166
2166
  set(t, n, r) {
2167
2167
  const o = this;
2168
2168
  function s(c, d, l) {
2169
- const u = It(d);
2169
+ const u = kt(d);
2170
2170
  if (!u)
2171
2171
  throw new Error("header name must be a non-empty string");
2172
2172
  const h = b.findKey(o, u);
@@ -2190,7 +2190,7 @@ let _e = class {
2190
2190
  return this;
2191
2191
  }
2192
2192
  get(t, n) {
2193
- if (t = It(t), t) {
2193
+ if (t = kt(t), t) {
2194
2194
  const r = b.findKey(this, t);
2195
2195
  if (r) {
2196
2196
  const o = this[r];
@@ -2207,7 +2207,7 @@ let _e = class {
2207
2207
  }
2208
2208
  }
2209
2209
  has(t, n) {
2210
- if (t = It(t), t) {
2210
+ if (t = kt(t), t) {
2211
2211
  const r = b.findKey(this, t);
2212
2212
  return !!(r && this[r] !== void 0 && (!n || Ln(this, this[r], r, n)));
2213
2213
  }
@@ -2217,7 +2217,7 @@ let _e = class {
2217
2217
  const r = this;
2218
2218
  let o = !1;
2219
2219
  function s(i) {
2220
- if (i = It(i), i) {
2220
+ if (i = kt(i), i) {
2221
2221
  const c = b.findKey(r, i);
2222
2222
  c && (!n || Ln(r, r[c], c, n)) && (delete r[c], o = !0);
2223
2223
  }
@@ -2279,7 +2279,7 @@ let _e = class {
2279
2279
  accessors: {}
2280
2280
  }).accessors, o = this.prototype;
2281
2281
  function s(i) {
2282
- const c = It(i);
2282
+ const c = kt(i);
2283
2283
  r[c] || (Qi(o, i), r[c] = !0);
2284
2284
  }
2285
2285
  return b.isArray(t) ? t.forEach(s) : s(t), this;
@@ -2306,10 +2306,10 @@ function Bn(e, t) {
2306
2306
  function oo(e) {
2307
2307
  return !!(e && e.__CANCEL__);
2308
2308
  }
2309
- function St(e, t, n) {
2309
+ function Et(e, t, n) {
2310
2310
  W.call(this, e ?? "canceled", W.ERR_CANCELED, t, n), this.name = "CanceledError";
2311
2311
  }
2312
- b.inherits(St, W, {
2312
+ b.inherits(Et, W, {
2313
2313
  __CANCEL__: !0
2314
2314
  });
2315
2315
  function so(e, t, n) {
@@ -2557,7 +2557,7 @@ const co = (e) => {
2557
2557
  }, s === void 0 && i.setContentType(null), "setRequestHeader" in w && b.forEach(i.toJSON(), function(x, v) {
2558
2558
  w.setRequestHeader(v, x);
2559
2559
  }), b.isUndefined(o.withCredentials) || (w.withCredentials = !!o.withCredentials), c && c !== "json" && (w.responseType = o.responseType), l && ([f, g] = wn(l, !0), w.addEventListener("progress", f)), d && w.upload && ([h, A] = wn(d), w.upload.addEventListener("progress", h), w.upload.addEventListener("loadend", A)), (o.cancelToken || o.signal) && (u = (N) => {
2560
- w && (r(!N || N.type ? new St(null, e, w) : N), w.abort(), w = null);
2560
+ w && (r(!N || N.type ? new Et(null, e, w) : N), w.abort(), w = null);
2561
2561
  }, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
2562
2562
  const S = Gi(o.url);
2563
2563
  if (S && fe.protocols.indexOf(S) === -1) {
@@ -2574,7 +2574,7 @@ const co = (e) => {
2574
2574
  if (!o) {
2575
2575
  o = !0, c();
2576
2576
  const u = l instanceof Error ? l : this.reason;
2577
- r.abort(u instanceof W ? u : new St(u instanceof Error ? u.message : u));
2577
+ r.abort(u instanceof W ? u : new Et(u instanceof Error ? u.message : u));
2578
2578
  }
2579
2579
  };
2580
2580
  let i = t && setTimeout(() => {
@@ -2733,11 +2733,11 @@ const co = (e) => {
2733
2733
  duplex: "half"
2734
2734
  }), U;
2735
2735
  if (b.isFormData(_) && (U = C.headers.get("content-type")) && K.setContentType(U), C.body) {
2736
- const [j, L] = Ha(
2736
+ const [j, B] = Ha(
2737
2737
  k,
2738
2738
  wn(Va(O))
2739
2739
  );
2740
- _ = Wa(C.body, $a, j, L);
2740
+ _ = Wa(C.body, $a, j, B);
2741
2741
  }
2742
2742
  }
2743
2743
  b.isString(te) || (te = te ? "include" : "omit");
@@ -2758,13 +2758,13 @@ const co = (e) => {
2758
2758
  ["status", "statusText", "headers"].forEach((G) => {
2759
2759
  C[G] = T[G];
2760
2760
  });
2761
- const U = b.toFiniteNumber(T.headers.get("content-length")), [j, L] = v && Ha(
2761
+ const U = b.toFiniteNumber(T.headers.get("content-length")), [j, B] = v && Ha(
2762
2762
  U,
2763
2763
  wn(Va(v), !0)
2764
2764
  ) || [];
2765
2765
  T = new r(
2766
2766
  Wa(T.body, $a, j, () => {
2767
- L && L(), M && M();
2767
+ B && B(), M && M();
2768
2768
  }),
2769
2769
  C
2770
2770
  );
@@ -2862,7 +2862,7 @@ const uo = {
2862
2862
  };
2863
2863
  function On(e) {
2864
2864
  if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
2865
- throw new St(null, e);
2865
+ throw new Et(null, e);
2866
2866
  }
2867
2867
  function Xa(e) {
2868
2868
  return On(e), e.headers = _e.from(e.headers), e.data = Bn.call(
@@ -2930,7 +2930,7 @@ function sc(e, t, n) {
2930
2930
  const fn = {
2931
2931
  assertOptions: sc,
2932
2932
  validators: In
2933
- }, Oe = fn.validators;
2933
+ }, Pe = fn.validators;
2934
2934
  let dt = class {
2935
2935
  constructor(t) {
2936
2936
  this.defaults = t || {}, this.interceptors = {
@@ -2967,17 +2967,17 @@ let dt = class {
2967
2967
  typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = ht(this.defaults, n);
2968
2968
  const { transitional: r, paramsSerializer: o, headers: s } = n;
2969
2969
  r !== void 0 && fn.assertOptions(r, {
2970
- silentJSONParsing: Oe.transitional(Oe.boolean),
2971
- forcedJSONParsing: Oe.transitional(Oe.boolean),
2972
- clarifyTimeoutError: Oe.transitional(Oe.boolean)
2970
+ silentJSONParsing: Pe.transitional(Pe.boolean),
2971
+ forcedJSONParsing: Pe.transitional(Pe.boolean),
2972
+ clarifyTimeoutError: Pe.transitional(Pe.boolean)
2973
2973
  }, !1), o != null && (b.isFunction(o) ? n.paramsSerializer = {
2974
2974
  serialize: o
2975
2975
  } : fn.assertOptions(o, {
2976
- encode: Oe.function,
2977
- serialize: Oe.function
2976
+ encode: Pe.function,
2977
+ serialize: Pe.function
2978
2978
  }, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), fn.assertOptions(n, {
2979
- baseUrl: Oe.spelling("baseURL"),
2980
- withXsrfToken: Oe.spelling("withXSRFToken")
2979
+ baseUrl: Pe.spelling("baseURL"),
2980
+ withXsrfToken: Pe.spelling("withXSRFToken")
2981
2981
  }, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
2982
2982
  let i = s && b.merge(
2983
2983
  s.common,
@@ -3079,7 +3079,7 @@ let ic = class mo {
3079
3079
  r.unsubscribe(s);
3080
3080
  }, i;
3081
3081
  }, t(function(s, i, c) {
3082
- r.reason || (r.reason = new St(s, i, c), n(r.reason));
3082
+ r.reason || (r.reason = new Et(s, i, c), n(r.reason));
3083
3083
  });
3084
3084
  }
3085
3085
  /**
@@ -3218,7 +3218,7 @@ function fo(e) {
3218
3218
  }
3219
3219
  const oe = fo(Ht);
3220
3220
  oe.Axios = dt;
3221
- oe.CanceledError = St;
3221
+ oe.CanceledError = Et;
3222
3222
  oe.CancelToken = ic;
3223
3223
  oe.isCancel = oo;
3224
3224
  oe.VERSION = ho;
@@ -3254,7 +3254,7 @@ const {
3254
3254
  getAdapter: j9,
3255
3255
  mergeConfig: Q9
3256
3256
  } = oe;
3257
- class Le {
3257
+ class Be {
3258
3258
  constructor(t) {
3259
3259
  this.props = t, t?.config?.configVersion && (this.configVersion = t.config.configVersion), t?.exclude && (this.exclude = t.exclude);
3260
3260
  }
@@ -3341,7 +3341,7 @@ class Le {
3341
3341
  };
3342
3342
  };
3343
3343
  }
3344
- class dc extends Le {
3344
+ class dc extends Be {
3345
3345
  getBlockSass = async (t) => {
3346
3346
  const n = await this.props?.axiosApi.get("/config/blocks-saas", {
3347
3347
  params: {
@@ -3512,7 +3512,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3512
3512
  return o ? { ...t, ...o } : ve(t);
3513
3513
  },
3514
3514
  seccion: async (e) => {
3515
- const { meta: t, config: n, pathname: r, slug: o } = e, s = new Le(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0;
3515
+ const { meta: t, config: n, pathname: r, slug: o } = e, s = new Be(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0;
3516
3516
  try {
3517
3517
  const u = await s.getNewsListSection({
3518
3518
  section: o,
@@ -3556,7 +3556,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3556
3556
  }
3557
3557
  },
3558
3558
  tema: async (e) => {
3559
- const { meta: t, config: n, pathname: r, slug: o } = e, s = new Le(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), h = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = $();
3559
+ const { meta: t, config: n, pathname: r, slug: o } = e, s = new Be(), i = r.split("/"), c = [], d = Yt(r), l = Number(n.newsListLimit) ?? 0, u = /([t][0-9]{4})\w+/.exec(o || ""), h = u && u?.length > 0 ? u[0].replace("t", "") : "", { PUBLIC_TAG_TYPE: f } = $();
3560
3560
  try {
3561
3561
  const A = await s.getNewsListTags({
3562
3562
  tagid: h,
@@ -3617,7 +3617,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3617
3617
  };
3618
3618
  },
3619
3619
  video: async (e) => {
3620
- const { meta: t, config: n, internalPath: r } = e, o = new Le();
3620
+ const { meta: t, config: n, internalPath: r } = e, o = new Be();
3621
3621
  try {
3622
3622
  const s = await o.getVideos({
3623
3623
  imagesizes: "w:1200,h:630,t:2;",
@@ -3632,7 +3632,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3632
3632
  }
3633
3633
  },
3634
3634
  videos: async (e) => {
3635
- const { meta: t, config: n, pathname: r } = e, o = new Le(), s = r.split("/"), i = [], c = Yt(r), d = await o.getvideoListAdvanced({
3635
+ const { meta: t, config: n, pathname: r } = e, o = new Be(), s = r.split("/"), i = [], c = Yt(r), d = await o.getvideoListAdvanced({
3636
3636
  size: Number(n.newsListLimit),
3637
3637
  query: "Category:(videohome OR destacadoseccion OR seccion)",
3638
3638
  page: Number(c)
@@ -3661,7 +3661,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3661
3661
  }) : ve(t);
3662
3662
  },
3663
3663
  pages: async (e) => {
3664
- const { meta: t, config: n, pathname: r, slug: o } = e, s = new Le();
3664
+ const { meta: t, config: n, pathname: r, slug: o } = e, s = new Be();
3665
3665
  try {
3666
3666
  const i = await s.getPages({
3667
3667
  path: n.servicePrefix + `/pages/${o}`
@@ -3721,7 +3721,7 @@ const z9 = async (e, t, n, r, o, s, i) => {
3721
3721
  };
3722
3722
  },
3723
3723
  autor: async (e) => {
3724
- const { meta: t, config: n, pathname: r, imgSizes: o, slug: s } = e, i = new Le(), c = r.split("/"), d = [], l = Yt(r);
3724
+ const { meta: t, config: n, pathname: r, imgSizes: o, slug: s } = e, i = new Be(), c = r.split("/"), d = [], l = Yt(r);
3725
3725
  try {
3726
3726
  const u = await i.getAutorInfo({
3727
3727
  user: s,
@@ -3955,7 +3955,7 @@ function yc({
3955
3955
  const y = N.current?.offsetWidth || window.innerWidth, C = n + r, U = Math.floor(y / C);
3956
3956
  return Math.max(1, U);
3957
3957
  }, [o, n, r]);
3958
- De(() => {
3958
+ Me(() => {
3959
3959
  const y = () => {
3960
3960
  const C = O();
3961
3961
  v(C);
@@ -3983,7 +3983,7 @@ function yc({
3983
3983
  if (o)
3984
3984
  return Math.abs(y) / C * 100 > 30 ? 1 : 0;
3985
3985
  {
3986
- const L = n + r, G = Math.abs(y) / L;
3986
+ const B = n + r, G = Math.abs(y) / B;
3987
3987
  return G >= (U === 1 ? 0.2 : 0.3) ? U === 1 ? 1 : Math.min(Math.round(G), j) : 0;
3988
3988
  }
3989
3989
  },
@@ -3996,7 +3996,7 @@ function yc({
3996
3996
  ), ce = he(
3997
3997
  (y) => {
3998
3998
  if (!c || !s) return;
3999
- const C = y - l, U = (n + r) * 1.2, j = e === 0 && C > 0, L = e === K && C < 0, G = j || L ? Math.sign(C) * Math.min(Math.abs(C), U) : C;
3999
+ const C = y - l, U = (n + r) * 1.2, j = e === 0 && C > 0, B = e === K && C < 0, G = j || B ? Math.sign(C) * Math.min(Math.abs(C), U) : C;
4000
4000
  f(y), g(G);
4001
4001
  },
4002
4002
  [c, l, s, e, K, n, r]
@@ -4008,7 +4008,7 @@ function yc({
4008
4008
  ), k = he(
4009
4009
  (y) => {
4010
4010
  if (!c || !s) return;
4011
- const C = h - l, U = Date.now() - p, j = Math.abs(C) / Math.max(U, 1), L = P(C), H = j > 0.5 && Math.abs(C) > 50 ? Math.max(L, 1) : L;
4011
+ const C = h - l, U = Date.now() - p, j = Math.abs(C) / Math.max(U, 1), B = P(C), H = j > 0.5 && Math.abs(C) > 50 ? Math.max(B, 1) : B;
4012
4012
  if (H > 0)
4013
4013
  if (C > 0) {
4014
4014
  const V = Math.max(0, e - H);
@@ -4053,7 +4053,7 @@ function yc({
4053
4053
  },
4054
4054
  [k]
4055
4055
  );
4056
- return De(() => {
4056
+ return Me(() => {
4057
4057
  if (c)
4058
4058
  return N.current?.addEventListener("mousemove", M), N.current?.addEventListener("mouseup", k), () => {
4059
4059
  N.current?.removeEventListener(
@@ -4088,7 +4088,7 @@ function $9(e) {
4088
4088
  pagination: c = !1,
4089
4089
  enableDrag: d = !0
4090
4090
  } = e, l = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u, h] = Y(0), [f, A] = Y(!1);
4091
- De(() => {
4091
+ Me(() => {
4092
4092
  A(!0);
4093
4093
  const Q = document.getElementById("ssr-dummy_" + n);
4094
4094
  Q && Q.remove();
@@ -4271,7 +4271,7 @@ function vc({
4271
4271
  s && /* @__PURE__ */ a("nav", { className: "carrousel-pagination", children: e?.map((i, c) => /* @__PURE__ */ a("li", {}, c)) })
4272
4272
  ] });
4273
4273
  }
4274
- function Et(e) {
4274
+ function xt(e) {
4275
4275
  return /* @__PURE__ */ a(
4276
4276
  "div",
4277
4277
  {
@@ -4326,7 +4326,7 @@ const bc = "_content_3olxv_1", Cc = {
4326
4326
  clipboardButton: Oc,
4327
4327
  socialNetworkSection: Pc
4328
4328
  };
4329
- function B(e) {
4329
+ function L(e) {
4330
4330
  const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = $(), r = t !== "false" && n !== "false" ? "/" + t : "", o = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), s = e.href?.split("/")[1] === r.replace("/", ""), i = {
4331
4331
  ...e,
4332
4332
  href: (!o && !s ? r : "") + (e.href ?? "")
@@ -4460,7 +4460,7 @@ function jc({ noteShare: e }) {
4460
4460
  if (!r) return null;
4461
4461
  const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
4462
4462
  return /* @__PURE__ */ a(
4463
- B,
4463
+ L,
4464
4464
  {
4465
4465
  href: s,
4466
4466
  target: "_blank",
@@ -4494,23 +4494,23 @@ function jc({ noteShare: e }) {
4494
4494
  )
4495
4495
  ] }) : null;
4496
4496
  }
4497
- const xt = (e) => {
4497
+ const Tt = (e) => {
4498
4498
  const { share: t = !1, cutSubtitle: n = !0, keywords: r, info: o, paths: s } = e, { SHOW_TAG_BY_SECTION: i } = $(), c = () => {
4499
4499
  if (e?.config?.showtime && e.config?.showauthor)
4500
- return `${e?.authors[0]?.fullname ?? "Redacción"} - ${Me(
4500
+ return `${e?.authors[0]?.fullname ?? "Redacción"} - ${je(
4501
4501
  e.info?.date?.modified
4502
4502
  )}`;
4503
4503
  if (e.config?.showauthor)
4504
4504
  return e?.authors[0]?.fullname ?? "Redacción";
4505
4505
  if (e?.config?.showtime)
4506
- return Me(e.info?.date?.modified);
4506
+ return je(e.info?.date?.modified);
4507
4507
  }, d = () => {
4508
4508
  const h = {
4509
4509
  "--fontSizeSubTitle": e.fontSizeSubTitle,
4510
4510
  "--lineHeightSubTitle": e.lineHeightSubTitle,
4511
4511
  "--colorSubTitle": e.colorSubTitle
4512
4512
  };
4513
- return n ? /* @__PURE__ */ a("p", { className: re.description, children: je(e.main.subtitle.striped ?? "") }) : /* @__PURE__ */ a(
4513
+ return n ? /* @__PURE__ */ a("p", { className: re.description, children: Qe(e.main.subtitle.striped ?? "") }) : /* @__PURE__ */ a(
4514
4514
  "h2",
4515
4515
  {
4516
4516
  className: re.description,
@@ -4525,11 +4525,11 @@ const xt = (e) => {
4525
4525
  const h = r.tags[0], f = h.name;
4526
4526
  return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
4527
4527
  h.approved ? /* @__PURE__ */ a(
4528
- B,
4528
+ L,
4529
4529
  {
4530
4530
  "aria-label": f,
4531
4531
  className: re.sectionDescription,
4532
- href: jt(h, s),
4532
+ href: vt(h, s),
4533
4533
  children: f
4534
4534
  }
4535
4535
  ) : /* @__PURE__ */ a("div", { className: re.sectionDescription, children: f }),
@@ -4539,7 +4539,7 @@ const xt = (e) => {
4539
4539
  const h = o.section.name;
4540
4540
  return /* @__PURE__ */ m("h3", { className: re.sectionDescriptionContainer, children: [
4541
4541
  /* @__PURE__ */ a(
4542
- B,
4542
+ L,
4543
4543
  {
4544
4544
  "aria-label": h,
4545
4545
  className: re.sectionDescription,
@@ -4569,7 +4569,7 @@ const xt = (e) => {
4569
4569
  className: re.articule
4570
4570
  },
4571
4571
  e?.info?.link?.url ? /* @__PURE__ */ a(
4572
- B,
4572
+ L,
4573
4573
  {
4574
4574
  "aria-label": e.main?.title?.section,
4575
4575
  className: re.linkStyled,
@@ -4584,7 +4584,7 @@ const xt = (e) => {
4584
4584
  ),
4585
4585
  e.config?.showsubtitle && /* @__PURE__ */ a(d, {}),
4586
4586
  (e?.config?.showtime || e.config?.showauthor) && /* @__PURE__ */ a(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a("h3", { children: /* @__PURE__ */ a(
4587
- B,
4587
+ L,
4588
4588
  {
4589
4589
  "aria-label": c(),
4590
4590
  className: re.correspondentLink,
@@ -4607,7 +4607,7 @@ const xt = (e) => {
4607
4607
  playStyled: Kc,
4608
4608
  imageLogoPlaceholder: Jc,
4609
4609
  imagePlaceholder: Zc
4610
- }, bt = (e) => /* @__PURE__ */ m(
4610
+ }, Ct = (e) => /* @__PURE__ */ m(
4611
4611
  "svg",
4612
4612
  {
4613
4613
  width: "43",
@@ -4651,7 +4651,7 @@ const xt = (e) => {
4651
4651
  }
4652
4652
  ),
4653
4653
  /* @__PURE__ */ a(
4654
- bt,
4654
+ Ct,
4655
4655
  {
4656
4656
  className: se.playStyled,
4657
4657
  style: {
@@ -4709,7 +4709,7 @@ const xt = (e) => {
4709
4709
  }
4710
4710
  ),
4711
4711
  /* @__PURE__ */ a(
4712
- bt,
4712
+ Ct,
4713
4713
  {
4714
4714
  className: se.playStyled,
4715
4715
  style: {
@@ -4722,7 +4722,7 @@ const xt = (e) => {
4722
4722
  ] })
4723
4723
  ] })
4724
4724
  ] }) }) : null;
4725
- }, Tt = (e) => /* @__PURE__ */ m("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
4725
+ }, It = (e) => /* @__PURE__ */ m("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
4726
4726
  /* @__PURE__ */ a("g", { clipPath: "url(#clip0_2503_6565)", children: /* @__PURE__ */ a("path", { d: "M22.1668 7.47825L20.5218 5.83325L14.0002 12.3549L7.4785 5.83325L5.8335 7.47825L12.3552 13.9999L5.8335 20.5216L7.4785 22.1666L14.0002 15.6449L20.5218 22.1666L22.1668 20.5216L15.6452 13.9999L22.1668 7.47825Z", fill: "currentColor" }) }),
4727
4727
  /* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
4728
4728
  ] }), el = async (e) => Buffer.from(await e.arrayBuffer()).toString("base64"), tl = async (e, t) => {
@@ -4748,7 +4748,7 @@ const xt = (e) => {
4748
4748
  hasShadow: r = !1,
4749
4749
  priorityHigh: o = !1
4750
4750
  } = e, [s, i] = Y(void 0), c = t?.sizes;
4751
- return De(() => {
4751
+ return Me(() => {
4752
4752
  (async () => {
4753
4753
  const { PUBLIC_IS_OFFLINE: l } = $();
4754
4754
  if (l === "true" && c?.[0]?.url) {
@@ -4773,9 +4773,9 @@ const xt = (e) => {
4773
4773
  src: s
4774
4774
  }
4775
4775
  ),
4776
- n && /* @__PURE__ */ a("div", { className: se.playWrapper, children: /* @__PURE__ */ a(bt, {}) })
4776
+ n && /* @__PURE__ */ a("div", { className: se.playWrapper, children: /* @__PURE__ */ a(Ct, {}) })
4777
4777
  ] })
4778
- ] }) }) : s === "invalidURL" ? /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder, children: /* @__PURE__ */ a(Tt, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ a(
4778
+ ] }) }) : s === "invalidURL" ? /* @__PURE__ */ a("div", { className: se.imageLogoPlaceholder, children: /* @__PURE__ */ a(It, { style: { color: "var(--grey-100)" } }) }) : /* @__PURE__ */ a(
4779
4779
  "div",
4780
4780
  {
4781
4781
  style: { display: "flex" },
@@ -4835,7 +4835,7 @@ const xt = (e) => {
4835
4835
  ]
4836
4836
  }
4837
4837
  ),
4838
- /* @__PURE__ */ a(xt, { ...n, paths: e.paths })
4838
+ /* @__PURE__ */ a(Tt, { ...n, paths: e.paths })
4839
4839
  ]
4840
4840
  },
4841
4841
  `description-block-${r}`
@@ -5840,7 +5840,7 @@ const xt = (e) => {
5840
5840
  style: o,
5841
5841
  htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
5842
5842
  }
5843
- ) : /* @__PURE__ */ a(B, { ...r, style: o });
5843
+ ) : /* @__PURE__ */ a(L, { ...r, style: o });
5844
5844
  }, pl = (e) => /* @__PURE__ */ m("section", { className: [Ue.content, e.className ?? ""].join(" "), children: [
5845
5845
  /* @__PURE__ */ a("div", { className: Ue.subscribeImage, children: e.image }),
5846
5846
  /* @__PURE__ */ a("div", { className: Ue.tag, children: e.texts.newsletterTag ?? "NEWS" }),
@@ -5859,7 +5859,7 @@ const xt = (e) => {
5859
5859
  /* @__PURE__ */ a(kn, { className: Ue.buttonStyled, size: "large", full: !0, children: e.texts.newsletterButtonText ?? "Suscribirme" }),
5860
5860
  /* @__PURE__ */ m("div", { className: Ue.contentTerms, children: [
5861
5861
  /* @__PURE__ */ a("p", { className: Ue.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5862
- /* @__PURE__ */ a(B, { className: Ue.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5862
+ /* @__PURE__ */ a(L, { className: Ue.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5863
5863
  ] })
5864
5864
  ] }), Al = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", yl = "_subscribeImage_1ms2y_28", vl = "_tag_1ms2y_42", bl = "_contentTitle_1ms2y_60", Cl = "_title_1ms2y_65", _l = "_subTitle_1ms2y_70", Nl = "_inputStyled_1ms2y_79", Sl = "_buttonStyled_1ms2y_118", El = "_contentTerms_1ms2y_131", xl = "_subscribeText_1ms2y_137", Tl = "_terms_1ms2y_146", xe = {
5865
5865
  content: Al,
@@ -5895,7 +5895,7 @@ const xt = (e) => {
5895
5895
  ] }),
5896
5896
  /* @__PURE__ */ m("div", { className: xe.contentTerms, children: [
5897
5897
  /* @__PURE__ */ a("p", { className: xe.subscribeText, children: e.texts.newsletterTermsText ?? "Suscribirte implica aceptar los" }),
5898
- /* @__PURE__ */ a(B, { className: xe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5898
+ /* @__PURE__ */ a(L, { className: xe.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5899
5899
  ] })
5900
5900
  ] })
5901
5901
  ] }), kl = (e) => /* @__PURE__ */ m(
@@ -5939,7 +5939,7 @@ const xt = (e) => {
5939
5939
  ] })
5940
5940
  ]
5941
5941
  }
5942
- ), Ul = "_content_qzaly_1", ql = "_subscribeImage_qzaly_16", Rl = "_contentTitle_qzaly_22", Ll = "_title_qzaly_33", Bl = "_subTitle_qzaly_40", Ol = "_contentTerms_qzaly_60", Pl = "_whatsappLink_qzaly_65", Dl = "_subscribeText_qzaly_82", Ml = "_terms_qzaly_92", Qe = {
5942
+ ), Ul = "_content_qzaly_1", ql = "_subscribeImage_qzaly_16", Rl = "_contentTitle_qzaly_22", Ll = "_title_qzaly_33", Bl = "_subTitle_qzaly_40", Ol = "_contentTerms_qzaly_60", Pl = "_whatsappLink_qzaly_65", Dl = "_subscribeText_qzaly_82", Ml = "_terms_qzaly_92", Ge = {
5943
5943
  content: Ul,
5944
5944
  subscribeImage: ql,
5945
5945
  contentTitle: Rl,
@@ -5949,16 +5949,16 @@ const xt = (e) => {
5949
5949
  whatsappLink: Pl,
5950
5950
  subscribeText: Dl,
5951
5951
  terms: Ml
5952
- }, Y9 = (e) => /* @__PURE__ */ m("section", { className: Qe.content, children: [
5953
- /* @__PURE__ */ a(kl, { className: Qe.subscribeImage }),
5954
- /* @__PURE__ */ m("div", { className: Qe.contentTitle, children: [
5955
- /* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
5956
- /* @__PURE__ */ a("p", { className: Qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
5952
+ }, Y9 = (e) => /* @__PURE__ */ m("section", { className: Ge.content, children: [
5953
+ /* @__PURE__ */ a(kl, { className: Ge.subscribeImage }),
5954
+ /* @__PURE__ */ m("div", { className: Ge.contentTitle, children: [
5955
+ /* @__PURE__ */ a("p", { className: Ge.title, children: "Mantenete Informado" }),
5956
+ /* @__PURE__ */ a("p", { className: Ge.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
5957
5957
  ] }),
5958
5958
  /* @__PURE__ */ m(
5959
5959
  "a",
5960
5960
  {
5961
- className: Qe.whatsappLink,
5961
+ className: Ge.whatsappLink,
5962
5962
  href: e.whatsappLink,
5963
5963
  target: "_blank",
5964
5964
  children: [
@@ -5994,9 +5994,9 @@ const xt = (e) => {
5994
5994
  ]
5995
5995
  }
5996
5996
  ),
5997
- /* @__PURE__ */ m("div", { className: Qe.contentTerms, children: [
5998
- /* @__PURE__ */ a("p", { className: Qe.subscribeText, children: "Suscribirte implica aceptar los" }),
5999
- /* @__PURE__ */ a(B, { className: Qe.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
5997
+ /* @__PURE__ */ m("div", { className: Ge.contentTerms, children: [
5998
+ /* @__PURE__ */ a("p", { className: Ge.subscribeText, children: "Suscribirte implica aceptar los" }),
5999
+ /* @__PURE__ */ a(L, { className: Ge.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
6000
6000
  ] })
6001
6001
  ] }), jl = (e) => /* @__PURE__ */ m(
6002
6002
  "svg",
@@ -6186,7 +6186,7 @@ const xt = (e) => {
6186
6186
  }
6187
6187
  ) }) })
6188
6188
  }
6189
- ), Mt = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), sd = (e) => /* @__PURE__ */ m(
6189
+ ), jt = (e) => /* @__PURE__ */ a("svg", { ...e, version: "1.1", baseProfile: "tiny", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 30 30", overflow: "visible", xmlSpace: "preserve", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M5.9,6.1l7.1,9.8l-7.1,7.9h1.6l6.2-7l5,7h5.4l-7.5-10.3l6.6-7.4h-1.6L16,12.5l-4.6-6.4L5.9,6.1L5.9,6.1zM8.2,7.4h2.5l11,15.3h-2.5L8.2,7.4z" }) }), sd = (e) => /* @__PURE__ */ m(
6190
6190
  "svg",
6191
6191
  {
6192
6192
  version: "1.1",
@@ -6220,7 +6220,7 @@ const xt = (e) => {
6220
6220
  whatsapp: (e) => /* @__PURE__ */ a(od, { ...e }),
6221
6221
  tiktok: (e) => /* @__PURE__ */ a(rd, { ...e }),
6222
6222
  youtube: (e) => /* @__PURE__ */ a(sd, { ...e }),
6223
- x: (e) => /* @__PURE__ */ a(Mt, { ...e }),
6223
+ x: (e) => /* @__PURE__ */ a(jt, { ...e }),
6224
6224
  gnews: (e) => /* @__PURE__ */ a(td, { ...e }),
6225
6225
  podcast: (e) => /* @__PURE__ */ a(nd, { ...e }),
6226
6226
  telegram: (e) => /* @__PURE__ */ a(ad, { ...e })
@@ -6228,7 +6228,7 @@ const xt = (e) => {
6228
6228
  const { freeZone: t, socials: n, menu: r, customBlock: o } = e;
6229
6229
  return /* @__PURE__ */ m("footer", { className: we.content, children: [
6230
6230
  /* @__PURE__ */ m("section", { className: we.brandContent, children: [
6231
- /* @__PURE__ */ a(B, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
6231
+ /* @__PURE__ */ a(L, { href: "/", "aria-label": "Ir a la home", children: /* @__PURE__ */ a("span", { className: we.logoStyled, children: e.logo }) }),
6232
6232
  /* @__PURE__ */ a("div", { className: we.socialMedia, children: Object.keys(n).map((s) => n[s]?.show && /* @__PURE__ */ a(
6233
6233
  "a",
6234
6234
  {
@@ -6246,7 +6246,7 @@ const xt = (e) => {
6246
6246
  ] }),
6247
6247
  /* @__PURE__ */ m("section", { className: we.sectionContent, children: [
6248
6248
  /* @__PURE__ */ a("div", { className: we.section, children: r.filter((s) => !s.subitem).map((s, i) => /* @__PURE__ */ a(
6249
- B,
6249
+ L,
6250
6250
  {
6251
6251
  href: s.link ? s.link : void 0,
6252
6252
  target: s.target,
@@ -6257,7 +6257,7 @@ const xt = (e) => {
6257
6257
  i
6258
6258
  )) }),
6259
6259
  /* @__PURE__ */ a("div", { className: we.section, children: t && t.map((s, i) => /* @__PURE__ */ a(
6260
- B,
6260
+ L,
6261
6261
  {
6262
6262
  href: s.link ? s?.link : void 0,
6263
6263
  target: s.target,
@@ -6271,7 +6271,7 @@ const xt = (e) => {
6271
6271
  /* @__PURE__ */ m("section", { className: we.copyrigth, children: [
6272
6272
  /* @__PURE__ */ a("p", { className: we.copyrigthText, children: e.copyrigth }),
6273
6273
  /* @__PURE__ */ a(
6274
- B,
6274
+ L,
6275
6275
  {
6276
6276
  "aria-label": "Bluestack link",
6277
6277
  href: "https://www.bluestack.la",
@@ -6452,8 +6452,8 @@ const xt = (e) => {
6452
6452
  X: {
6453
6453
  url: (e) => `https://twitter.com/intent/tweet?url=${encodeURIComponent(e)}`,
6454
6454
  icon: {
6455
- outline: (e) => /* @__PURE__ */ a(Mt, { className: e }),
6456
- solid: (e) => /* @__PURE__ */ a(Mt, { className: e })
6455
+ outline: (e) => /* @__PURE__ */ a(jt, { className: e }),
6456
+ solid: (e) => /* @__PURE__ */ a(jt, { className: e })
6457
6457
  }
6458
6458
  },
6459
6459
  Whatsapp: {
@@ -6488,7 +6488,7 @@ function Dd({ noteShare: e }) {
6488
6488
  if (!r) return null;
6489
6489
  const o = e.variant === "outline" ? r.icon.outline : r.icon.solid, s = r.url(t);
6490
6490
  return /* @__PURE__ */ a(
6491
- B,
6491
+ L,
6492
6492
  {
6493
6493
  href: s,
6494
6494
  target: "_blank",
@@ -6522,7 +6522,7 @@ function Dd({ noteShare: e }) {
6522
6522
  )
6523
6523
  ] }) : null;
6524
6524
  }
6525
- const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSection_r1co8_27", Gd = "_title_r1co8_42", zd = "_article_r1co8_27", Hd = "_correspondent_r1co8_75", Vd = "_iframeStyled_r1co8_84", Fd = "_contentFrame_r1co8_94", Ge = {
6525
+ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSection_r1co8_27", Gd = "_title_r1co8_42", zd = "_article_r1co8_27", Hd = "_correspondent_r1co8_75", Vd = "_iframeStyled_r1co8_84", Fd = "_contentFrame_r1co8_94", ze = {
6526
6526
  content: Md,
6527
6527
  videoContent: jd,
6528
6528
  articleSection: Qd,
@@ -6532,15 +6532,15 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6532
6532
  iframeStyled: Vd,
6533
6533
  contentFrame: Fd
6534
6534
  }, J9 = (e) => {
6535
- const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
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: Ge.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ m("div", { className: Ge.videoContent, children: [
6539
- /* @__PURE__ */ a("p", { className: Ge.title, children: e.video.main.title }),
6538
+ return /* @__PURE__ */ a("div", { className: ze.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ m("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: Ge.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 Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6549
6549
  e.type === "vf" && /* @__PURE__ */ a(
6550
6550
  "iframe",
6551
6551
  {
6552
- className: Ge.iframeStyled,
6552
+ className: ze.iframeStyled,
6553
6553
  src: e.video.main.code,
6554
6554
  frameBorder: "0",
6555
6555
  allowFullScreen: !0
@@ -6558,13 +6558,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6558
6558
  e.type === "ve" && /* @__PURE__ */ a(
6559
6559
  "div",
6560
6560
  {
6561
- className: Ge.contentFrame,
6561
+ className: ze.contentFrame,
6562
6562
  dangerouslySetInnerHTML: { __html: e.video.main.code }
6563
6563
  }
6564
6564
  ),
6565
- /* @__PURE__ */ m("div", { className: Ge.articleSection, children: [
6566
- /* @__PURE__ */ a("p", { className: Ge.article, children: je(e.video.main.description) }),
6567
- /* @__PURE__ */ a("p", { className: Ge.correspondent, children: t() })
6565
+ /* @__PURE__ */ m("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
6570
  }, Wd = "_content_wxhkd_1", $d = "_linkStyled_wxhkd_9", Pn = {
@@ -6580,7 +6580,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6580
6580
  };
6581
6581
  return (t > 1 || n && t < r) && /* @__PURE__ */ m("section", { className: Pn.content, children: [
6582
6582
  t > 1 && /* @__PURE__ */ a(
6583
- B,
6583
+ L,
6584
6584
  {
6585
6585
  className: Pn.linkStyled,
6586
6586
  href: i("prev", o || "", s || ""),
@@ -6588,7 +6588,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6588
6588
  }
6589
6589
  ),
6590
6590
  n && t < r && /* @__PURE__ */ a(
6591
- B,
6591
+ L,
6592
6592
  {
6593
6593
  className: Pn.linkStyled,
6594
6594
  href: i("next", o || "", s || ""),
@@ -6613,11 +6613,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6613
6613
  ),
6614
6614
  /* @__PURE__ */ a(J, { children: e.paginatorComponent })
6615
6615
  ] });
6616
- }, Xd = "_content_15x47_1", e1 = "_newsDescription_15x47_15", t1 = "_image_15x47_41", Pt = {
6616
+ }, Xd = "_content_15x47_1", e1 = "_newsDescription_15x47_15", t1 = "_image_15x47_41", Dt = {
6617
6617
  content: Xd,
6618
6618
  newsDescription: e1,
6619
6619
  image: t1
6620
- }, Xe = (e) => {
6620
+ }, et = (e) => {
6621
6621
  const {
6622
6622
  main: t,
6623
6623
  authors: n,
@@ -6636,16 +6636,16 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6636
6636
  return /* @__PURE__ */ m(
6637
6637
  "section",
6638
6638
  {
6639
- className: Pt.content,
6639
+ className: Dt.content,
6640
6640
  style: {
6641
6641
  ...e.customSectionCardStyles
6642
6642
  },
6643
6643
  children: [
6644
6644
  /* @__PURE__ */ a(
6645
- B,
6645
+ L,
6646
6646
  {
6647
6647
  "aria-label": e.main?.title?.section,
6648
- className: Pt.image,
6648
+ className: Dt.image,
6649
6649
  title: t?.title?.section,
6650
6650
  href: r?.link?.url,
6651
6651
  target: r?.link?.target,
@@ -6660,8 +6660,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6660
6660
  )
6661
6661
  }
6662
6662
  ),
6663
- /* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
6664
- xt,
6663
+ /* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
6664
+ Tt,
6665
6665
  {
6666
6666
  main: t,
6667
6667
  authors: n,
@@ -6678,7 +6678,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6678
6678
  ]
6679
6679
  }
6680
6680
  );
6681
- }, n1 = "_content_14xk9_1", a1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "_articule_14xk9_83", s1 = "_linkStyled_14xk9_116", et = {
6681
+ }, n1 = "_content_14xk9_1", a1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "_articule_14xk9_83", s1 = "_linkStyled_14xk9_116", He = {
6682
6682
  content: n1,
6683
6683
  boxInformation: a1,
6684
6684
  titleGradient: r1,
@@ -6694,20 +6694,20 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6694
6694
  } = e, { SHOW_TAG_BY_SECTION: i } = $(), c = () => {
6695
6695
  if (i && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
6696
6696
  const d = e.keywords.tags[0], l = d.name;
6697
- return /* @__PURE__ */ a("h2", { children: /* @__PURE__ */ a(
6698
- B,
6697
+ return /* @__PURE__ */ a("h2", { className: He.articule, children: /* @__PURE__ */ a(
6698
+ L,
6699
6699
  {
6700
6700
  "aria-label": l,
6701
- className: et.linkStyled,
6702
- href: jt(d, e.paths),
6701
+ className: He.linkStyled,
6702
+ href: vt(d, e.paths),
6703
6703
  children: l
6704
6704
  }
6705
6705
  ) });
6706
6706
  } else if (e.info?.section?.url)
6707
- return /* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
6708
- B,
6707
+ return /* @__PURE__ */ a("h2", { className: He.articule, children: /* @__PURE__ */ a(
6708
+ L,
6709
6709
  {
6710
- className: et.linkStyled,
6710
+ className: He.linkStyled,
6711
6711
  href: e?.info?.link?.url,
6712
6712
  target: e?.info?.link?.target,
6713
6713
  children: e.main?.title?.section
@@ -6715,9 +6715,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6715
6715
  ) });
6716
6716
  return null;
6717
6717
  };
6718
- return /* @__PURE__ */ m("section", { className: et.content, children: [
6718
+ return /* @__PURE__ */ m("section", { className: He.content, children: [
6719
6719
  /* @__PURE__ */ a(
6720
- B,
6720
+ L,
6721
6721
  {
6722
6722
  title: r?.title?.section,
6723
6723
  href: n.link.url,
@@ -6729,8 +6729,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6729
6729
  "div",
6730
6730
  {
6731
6731
  className: [
6732
- et.boxInformation,
6733
- s ? et.titleGradient : ""
6732
+ He.boxInformation,
6733
+ s ? He.titleGradient : ""
6734
6734
  ].join(" "),
6735
6735
  style: {
6736
6736
  width: o !== "default" ? "90%" : "",
@@ -6739,10 +6739,10 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6739
6739
  },
6740
6740
  children: [
6741
6741
  /* @__PURE__ */ a(c, {}),
6742
- /* @__PURE__ */ a("h2", { className: et.articule, children: /* @__PURE__ */ a(
6743
- B,
6742
+ /* @__PURE__ */ a("h2", { className: He.articule, children: /* @__PURE__ */ a(
6743
+ L,
6744
6744
  {
6745
- className: et.linkStyled,
6745
+ className: He.linkStyled,
6746
6746
  href: e?.info?.link?.url,
6747
6747
  target: e?.info?.link?.target,
6748
6748
  children: e.main?.title?.section
@@ -6770,33 +6770,33 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6770
6770
  /* @__PURE__ */ a(t, {}),
6771
6771
  /* @__PURE__ */ a("p", { className: ft.title, children: e.title }),
6772
6772
  /* @__PURE__ */ a("p", { className: ft.description, children: e.description }),
6773
- /* @__PURE__ */ a(B, { className: ft.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6773
+ /* @__PURE__ */ a(L, { className: ft.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6774
6774
  ] })
6775
6775
  ] });
6776
- }, g1 = "_content_zxcog_1", p1 = "_contentLabel_zxcog_8", A1 = "_label_zxcog_13", w1 = "_required_zxcog_22", y1 = "_input_zxcog_28", kt = {
6776
+ }, g1 = "_content_zxcog_1", p1 = "_contentLabel_zxcog_8", A1 = "_label_zxcog_13", w1 = "_required_zxcog_22", y1 = "_input_zxcog_28", Ut = {
6777
6777
  content: g1,
6778
6778
  contentLabel: p1,
6779
6779
  label: A1,
6780
6780
  required: w1,
6781
6781
  input: y1
6782
- }, X9 = (e) => /* @__PURE__ */ m("div", { className: kt.content, children: [
6783
- /* @__PURE__ */ m("div", { className: kt.contentLabel, children: [
6784
- /* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
6785
- e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
6782
+ }, X9 = (e) => /* @__PURE__ */ m("div", { className: Ut.content, children: [
6783
+ /* @__PURE__ */ m("div", { className: Ut.contentLabel, children: [
6784
+ /* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
6785
+ e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
6786
6786
  ] }),
6787
- /* @__PURE__ */ a("input", { className: kt.input, ...e })
6788
- ] }), v1 = "_content_zgx5w_1", b1 = "_contentLabel_zgx5w_8", C1 = "_label_zgx5w_13", _1 = "_required_zgx5w_22", N1 = "_input_zgx5w_28", Ut = {
6787
+ /* @__PURE__ */ a("input", { className: Ut.input, ...e })
6788
+ ] }), v1 = "_content_zgx5w_1", b1 = "_contentLabel_zgx5w_8", C1 = "_label_zgx5w_13", _1 = "_required_zgx5w_22", N1 = "_input_zgx5w_28", qt = {
6789
6789
  content: v1,
6790
6790
  contentLabel: b1,
6791
6791
  label: C1,
6792
6792
  required: _1,
6793
6793
  input: N1
6794
- }, e3 = (e) => /* @__PURE__ */ m("div", { className: Ut.content, children: [
6795
- /* @__PURE__ */ m("div", { className: Ut.contentLabel, children: [
6796
- /* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
6797
- e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
6794
+ }, e3 = (e) => /* @__PURE__ */ m("div", { className: qt.content, children: [
6795
+ /* @__PURE__ */ m("div", { className: qt.contentLabel, children: [
6796
+ /* @__PURE__ */ a("label", { className: qt.label, children: e.label }),
6797
+ e.required && /* @__PURE__ */ a("span", { className: qt.required, children: "*" })
6798
6798
  ] }),
6799
- /* @__PURE__ */ m("select", { className: Ut.input, ...e, children: [
6799
+ /* @__PURE__ */ m("select", { className: qt.input, ...e, children: [
6800
6800
  /* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
6801
6801
  e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
6802
6802
  ] })
@@ -6830,7 +6830,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6830
6830
  /* @__PURE__ */ m("div", { className: tt.textBox, children: [
6831
6831
  /* @__PURE__ */ m("div", { className: tt.contentBox, children: [
6832
6832
  e?.info?.section && /* @__PURE__ */ a(
6833
- B,
6833
+ L,
6834
6834
  {
6835
6835
  className: tt.sectionDescription,
6836
6836
  href: e?.info?.section?.url,
@@ -6861,7 +6861,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6861
6861
  contentText: Q1,
6862
6862
  dateLink: G1
6863
6863
  }, z1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ m("div", { className: Xt.contentLine, children: [
6864
- /* @__PURE__ */ a(B, { className: Xt.dateLink, href: `#item-${n + 1}`, children: ls(t.date) }),
6864
+ /* @__PURE__ */ a(L, { className: Xt.dateLink, href: `#item-${n + 1}`, children: ls(t.date) }),
6865
6865
  /* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
6866
6866
  ] }, 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", Te = {
6867
6867
  content: H1,
@@ -6918,7 +6918,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6918
6918
  href: t.addtional.USER_USERTWT,
6919
6919
  target: "_blank",
6920
6920
  rel: "noreferrer",
6921
- children: /* @__PURE__ */ a(Mt, { className: Te.socialIcon })
6921
+ children: /* @__PURE__ */ a(jt, { className: Te.socialIcon })
6922
6922
  }
6923
6923
  ),
6924
6924
  t.addtional.USER_USERLIN && /* @__PURE__ */ a(
@@ -6992,7 +6992,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
6992
6992
  href: t.addtional.USER_USERTWT,
6993
6993
  target: "_blank",
6994
6994
  rel: "noreferrer",
6995
- children: /* @__PURE__ */ a(Mt, { className: Ne.socialIcon })
6995
+ children: /* @__PURE__ */ a(jt, { className: Ne.socialIcon })
6996
6996
  }
6997
6997
  ),
6998
6998
  t.addtional.USER_USERLIN && /* @__PURE__ */ a(
@@ -7052,7 +7052,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7052
7052
  ...e.main,
7053
7053
  title: {
7054
7054
  ...e.main.title,
7055
- article: je(e.main.title.article, 60)
7055
+ article: Qe(e.main.title.article, 60)
7056
7056
  }
7057
7057
  }
7058
7058
  };
@@ -7066,11 +7066,11 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7066
7066
  href: e.info.link.url,
7067
7067
  children: /* @__PURE__ */ m("div", { style: { position: "relative" }, children: [
7068
7068
  /* @__PURE__ */ a("img", { src: await pe(e.preview.sizes[0]?.url || "") }),
7069
- /* @__PURE__ */ a(bt, { className: Mn.playStyled })
7069
+ /* @__PURE__ */ a(Ct, { className: Mn.playStyled })
7070
7070
  ] })
7071
7071
  }
7072
7072
  ),
7073
- /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(xt, { ...t, paths: e.paths }) })
7073
+ /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(Tt, { ...t, paths: e.paths }) })
7074
7074
  ] }) : null;
7075
7075
  }, n3 = (e) => /* @__PURE__ */ a("div", { className: qe.content, children: /* @__PURE__ */ m(Vt, { className: qe.contentLayoutVideoSection, children: [
7076
7076
  /* @__PURE__ */ m("a", { className: qe.header, href: "/", children: [
@@ -7123,9 +7123,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7123
7123
  }
7124
7124
  ),
7125
7125
  /* @__PURE__ */ a("div", { className: qe.articleSection, children: /* @__PURE__ */ a(
7126
- xt,
7126
+ Tt,
7127
7127
  {
7128
- ...Dt(
7128
+ ...Mt(
7129
7129
  e.video,
7130
7130
  !0,
7131
7131
  !!e.video.main.description
@@ -7151,7 +7151,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7151
7151
  Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ st(
7152
7152
  Eu,
7153
7153
  {
7154
- ...Dt(t, !0, !1),
7154
+ ...Mt(t, !0, !1),
7155
7155
  key: n,
7156
7156
  paths: e.paths
7157
7157
  }
@@ -7160,7 +7160,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7160
7160
  }
7161
7161
  )
7162
7162
  ] })
7163
- ] }) }), 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", ze = {
7163
+ ] }) }), 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", Ve = {
7164
7164
  content: xu,
7165
7165
  titleContent: Tu,
7166
7166
  title: Iu,
@@ -7170,29 +7170,29 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7170
7170
  childrenContent: Ru,
7171
7171
  readMore: Lu
7172
7172
  }, me = Pr((e, t) => {
7173
- 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 });
7174
- return /* @__PURE__ */ m("section", { className: ze.content, children: [
7173
+ const { isTitle: n = !1, isOpinion: r = !1 } = e, o = n ? /* @__PURE__ */ a("h1", { className: Ve.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: Ve.title, children: e.title });
7174
+ return /* @__PURE__ */ m("section", { className: Ve.content, children: [
7175
7175
  e.title && /* @__PURE__ */ m(
7176
7176
  "div",
7177
7177
  {
7178
- className: [ze.titleContent, e.className ?? ""].join(" "),
7178
+ className: [Ve.titleContent, e.className ?? ""].join(" "),
7179
7179
  "data-after": `${r}`,
7180
7180
  children: [
7181
- /* @__PURE__ */ a("hr", { className: ze.startLine }),
7182
- e.titleUrl ? /* @__PURE__ */ a(B, { href: e.titleUrl, children: o }) : o,
7183
- /* @__PURE__ */ a("hr", { className: ze.line }),
7181
+ /* @__PURE__ */ a("hr", { className: Ve.startLine }),
7182
+ e.titleUrl ? /* @__PURE__ */ a(L, { href: e.titleUrl, children: o }) : o,
7183
+ /* @__PURE__ */ a("hr", { className: Ve.line }),
7184
7184
  e.titleUrl && /* @__PURE__ */ a(
7185
- B,
7185
+ L,
7186
7186
  {
7187
- className: ze.readMore,
7187
+ className: Ve.readMore,
7188
7188
  href: e.titleUrl?.toString() ?? ""
7189
7189
  }
7190
7190
  )
7191
7191
  ]
7192
7192
  }
7193
7193
  ),
7194
- e.title && /* @__PURE__ */ a("hr", { className: [ze.bottomLine, e.className ?? ""].join(" ") }),
7195
- /* @__PURE__ */ a("div", { className: ze.childrenContent, ref: t, children: e.children })
7194
+ e.title && /* @__PURE__ */ a("hr", { className: [Ve.bottomLine, e.className ?? ""].join(" ") }),
7195
+ /* @__PURE__ */ a("div", { className: Ve.childrenContent, ref: t, children: e.children })
7196
7196
  ] });
7197
7197
  }), Sa = (e) => /* @__PURE__ */ a(
7198
7198
  "svg",
@@ -7267,8 +7267,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7267
7267
  children: [
7268
7268
  /* @__PURE__ */ a("input", { type: "checkbox", id: "side-bar-state" }),
7269
7269
  /* @__PURE__ */ m("section", { className: le.sidebarCustom, children: [
7270
- /* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(Tt, { className: le.icon }) }) }),
7271
- /* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ m(B, { href: "/buscar", className: le.inputStyled, children: [
7270
+ /* @__PURE__ */ a("div", { className: le.buttonContent, children: /* @__PURE__ */ a("label", { className: le.buttonStyled, htmlFor: "side-bar-state", children: /* @__PURE__ */ a(It, { className: le.icon }) }) }),
7271
+ /* @__PURE__ */ a("div", { className: le.inputContent, children: /* @__PURE__ */ m(L, { href: "/buscar", className: le.inputStyled, children: [
7272
7272
  /* @__PURE__ */ m("p", { className: le.buscar, children: [
7273
7273
  o,
7274
7274
  "..."
@@ -7303,7 +7303,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7303
7303
  htmlFor: "accordion_" + i,
7304
7304
  children: [
7305
7305
  s.link ? /* @__PURE__ */ a(
7306
- B,
7306
+ L,
7307
7307
  {
7308
7308
  className: `${le.linkStyledAccordion} ${le.linkStyled}`,
7309
7309
  href: s.link ? s.link : void 0,
@@ -7322,7 +7322,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7322
7322
  ]
7323
7323
  }
7324
7324
  ) : /* @__PURE__ */ a(
7325
- B,
7325
+ L,
7326
7326
  {
7327
7327
  className: le.linkStyled,
7328
7328
  href: s.link ? s.link : void 0,
@@ -7338,7 +7338,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7338
7338
  "--max-height": s.subitem.length * 45 + "px"
7339
7339
  },
7340
7340
  children: s.subitem.map((c, d) => /* @__PURE__ */ a(
7341
- B,
7341
+ L,
7342
7342
  {
7343
7343
  className: le.subLinkStyled,
7344
7344
  href: c.link ? c.link : void 0,
@@ -7398,7 +7398,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7398
7398
  )
7399
7399
  ]
7400
7400
  }
7401
- ), Xu = "_content_1k52x_1", eh = "_chipStyled_1k52x_17", th = "_headLine_1k52x_17", nh = "_live_1k52x_25", ah = "_closeLiveStyled_1k52x_88", qt = {
7401
+ ), Xu = "_content_1k52x_1", eh = "_chipStyled_1k52x_17", th = "_headLine_1k52x_17", nh = "_live_1k52x_25", ah = "_closeLiveStyled_1k52x_88", Rt = {
7402
7402
  content: Xu,
7403
7403
  chipStyled: eh,
7404
7404
  headLine: th,
@@ -7406,9 +7406,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7406
7406
  closeLiveStyled: ah
7407
7407
  }, Co = (e) => {
7408
7408
  const { alertZone: t, id: n = "close-alert" } = e, r = () => /* @__PURE__ */ a(
7409
- B,
7409
+ L,
7410
7410
  {
7411
- className: qt.headLine,
7411
+ className: Rt.headLine,
7412
7412
  href: t?.data[0]?.info.link.url,
7413
7413
  target: t?.data[0]?.info.link.target,
7414
7414
  title: t?.data[0]?.main.title.home,
@@ -7429,24 +7429,24 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7429
7429
  "div",
7430
7430
  {
7431
7431
  id: "alert-chip",
7432
- className: qt.content,
7432
+ className: Rt.content,
7433
7433
  style: e.forceShow ? {
7434
7434
  display: "flex",
7435
7435
  position: "sticky",
7436
7436
  top: 100
7437
7437
  } : {},
7438
7438
  children: [
7439
- /* @__PURE__ */ m("div", { className: qt.live, children: [
7440
- /* @__PURE__ */ a("div", { className: qt.chipStyled, children: t?.entity?.description }),
7439
+ /* @__PURE__ */ m("div", { className: Rt.live, children: [
7440
+ /* @__PURE__ */ a("div", { className: Rt.chipStyled, children: t?.entity?.description }),
7441
7441
  e.forceShow && /* @__PURE__ */ a(r, {}),
7442
- /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(Tt, { className: qt.closeLiveStyled }) })
7442
+ /* @__PURE__ */ a("label", { htmlFor: n, children: /* @__PURE__ */ a(It, { className: Rt.closeLiveStyled }) })
7443
7443
  ] }),
7444
7444
  /* @__PURE__ */ a(r, {})
7445
7445
  ]
7446
7446
  }
7447
7447
  )
7448
7448
  ] });
7449
- }, 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", He = {
7449
+ }, 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", Fe = {
7450
7450
  content: rh,
7451
7451
  linkStyled: oh,
7452
7452
  linkSocialNetwork: sh,
@@ -7463,13 +7463,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7463
7463
  whatsapp: Ah
7464
7464
  }, wh = (e) => {
7465
7465
  const { cintillo: t, tapeTitle: n, socials: r } = e, o = "", s = t?.findIndex((i) => i.link === o) ?? 0;
7466
- return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className: He.content, children: [
7467
- Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${He.tabs} header-page-tape-content`, children: [
7468
- n !== "" && /* @__PURE__ */ a("p", { className: He.title, children: `${n}` }),
7466
+ return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ m("section", { className: Fe.content, children: [
7467
+ Array.isArray(t) && /* @__PURE__ */ m("div", { className: `${Fe.tabs} header-page-tape-content`, children: [
7468
+ n !== "" && /* @__PURE__ */ a("p", { className: Fe.title, children: `${n}` }),
7469
7469
  t && t[s] && /* @__PURE__ */ a(
7470
- B,
7470
+ L,
7471
7471
  {
7472
- className: He.linkStyled,
7472
+ className: Fe.linkStyled,
7473
7473
  target: t[s]?.target,
7474
7474
  href: t[s]?.link,
7475
7475
  style: {
@@ -7483,9 +7483,9 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7483
7483
  t && t.map((i, c) => {
7484
7484
  if (c !== s)
7485
7485
  return /* @__PURE__ */ a(
7486
- B,
7486
+ L,
7487
7487
  {
7488
- className: He.linkStyled,
7488
+ className: Fe.linkStyled,
7489
7489
  href: i?.link,
7490
7490
  style: {
7491
7491
  color: i?.link === o ? "var(--header-tape-active-link)" : "var(--header-tape-color)",
@@ -7497,16 +7497,16 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7497
7497
  );
7498
7498
  })
7499
7499
  ] }),
7500
- /* @__PURE__ */ a("div", { className: He.socialNetwork, children: Object.keys(r).map((i) => r[i]?.show && /* @__PURE__ */ a(
7500
+ /* @__PURE__ */ a("div", { className: Fe.socialNetwork, children: Object.keys(r).map((i) => r[i]?.show && /* @__PURE__ */ a(
7501
7501
  "a",
7502
7502
  {
7503
7503
  target: "_blank",
7504
7504
  rel: "noreferrer",
7505
7505
  "aria-label": r[i].title + " link",
7506
- className: He.linkSocialNetwork,
7506
+ className: Fe.linkSocialNetwork,
7507
7507
  href: r[i].url,
7508
7508
  children: Na[i]({
7509
- className: [He.icon, He[i] ?? ""].join(" ")
7509
+ className: [Fe.icon, Fe[i] ?? ""].join(" ")
7510
7510
  })
7511
7511
  },
7512
7512
  i
@@ -7558,7 +7558,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7558
7558
  }
7559
7559
  ),
7560
7560
  /* @__PURE__ */ a("div", { className: Ie.iconContent, children: /* @__PURE__ */ a(
7561
- B,
7561
+ L,
7562
7562
  {
7563
7563
  href: "/",
7564
7564
  "aria-label": "Home",
@@ -7574,13 +7574,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7574
7574
  !e.showAlertPop && t?.data && /* @__PURE__ */ m("div", { className: Ie.headLineContent, children: [
7575
7575
  /* @__PURE__ */ a("div", { className: `${Ie.headLineTitle} headLineTitle`, children: t.entity.description ? `${t.entity.description}` : "" }),
7576
7576
  /* @__PURE__ */ a(
7577
- B,
7577
+ L,
7578
7578
  {
7579
7579
  className: Ie.headLine,
7580
7580
  href: t.data[0]?.info.link.url,
7581
7581
  target: t.data[0]?.info.link.target,
7582
7582
  title: t.data[0]?.main.title.home,
7583
- children: je(t.data[0]?.main.title.home ?? "", 120)
7583
+ children: Qe(t.data[0]?.main.title.home ?? "", 120)
7584
7584
  }
7585
7585
  )
7586
7586
  ] }),
@@ -7595,7 +7595,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7595
7595
  ].join(" "),
7596
7596
  children: [
7597
7597
  /* @__PURE__ */ a(
7598
- B,
7598
+ L,
7599
7599
  {
7600
7600
  href: e.searchLink ? e.searchLink : "/buscar",
7601
7601
  "aria-label": e.searchKeyWord,
@@ -7617,7 +7617,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7617
7617
  }
7618
7618
  )
7619
7619
  ] });
7620
- }, 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", Ve = {
7620
+ }, 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", We = {
7621
7621
  ul: Uh,
7622
7622
  li: qh,
7623
7623
  liBefore: Rh,
@@ -7627,12 +7627,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7627
7627
  itemLink: Ph
7628
7628
  }, Dh = (e) => {
7629
7629
  const { items: t } = e;
7630
- return /* @__PURE__ */ a("ul", { className: Ve.ul, children: t.map((n, r) => /* @__PURE__ */ m("li", { className: `${Ve.liBefore} ${Ve.li}`, children: [
7630
+ return /* @__PURE__ */ a("ul", { className: We.ul, children: t.map((n, r) => /* @__PURE__ */ m("li", { className: `${We.liBefore} ${We.li}`, children: [
7631
7631
  n.link ? /* @__PURE__ */ m(
7632
- B,
7632
+ L,
7633
7633
  {
7634
7634
  "aria-label": n.description,
7635
- className: Ve.linkStyled,
7635
+ className: We.linkStyled,
7636
7636
  href: n.link ? n.link : void 0,
7637
7637
  target: n.target,
7638
7638
  children: [
@@ -7640,14 +7640,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7640
7640
  Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
7641
7641
  ]
7642
7642
  }
7643
- ) : /* @__PURE__ */ m("span", { "aria-label": n.description, className: Ve.linkStyled, children: [
7643
+ ) : /* @__PURE__ */ m("span", { "aria-label": n.description, className: We.linkStyled, children: [
7644
7644
  n.description,
7645
7645
  Array.isArray(n.subitem) && /* @__PURE__ */ a(Cn, {})
7646
7646
  ] }),
7647
- Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: Ve.ulContent, children: /* @__PURE__ */ a("div", { className: Ve.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: Ve.li, children: /* @__PURE__ */ a(
7648
- B,
7647
+ Array.isArray(n.subitem) && /* @__PURE__ */ a("ul", { className: We.ulContent, children: /* @__PURE__ */ a("div", { className: We.contentModal, children: n.subitem.map((o, s) => /* @__PURE__ */ a("li", { className: We.li, children: /* @__PURE__ */ a(
7648
+ L,
7649
7649
  {
7650
- className: Ve.itemLink,
7650
+ className: We.itemLink,
7651
7651
  "aria-label": o.description,
7652
7652
  href: o.link ? o.link : void 0,
7653
7653
  target: o.target,
@@ -7702,14 +7702,14 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7702
7702
  ]
7703
7703
  }
7704
7704
  ) }),
7705
- /* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(B, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Ee.createElement(
7705
+ /* @__PURE__ */ a("div", { className: ye.logoContent, children: /* @__PURE__ */ a(L, { href: "/", "aria-label": "Home", className: "header-logo-link", children: Ee.createElement(
7706
7706
  "span",
7707
7707
  { className: `${ye.logoStyled}` },
7708
7708
  e.icon
7709
7709
  ) }) }),
7710
7710
  /* @__PURE__ */ m("div", { className: ye.buttonSection, children: [
7711
7711
  /* @__PURE__ */ a(
7712
- B,
7712
+ L,
7713
7713
  {
7714
7714
  href: e.searchLink ? e.searchLink : "/buscar",
7715
7715
  style: { display: "flex" },
@@ -7723,13 +7723,13 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7723
7723
  !e.showAlertPop && n?.data ? /* @__PURE__ */ m("div", { className: ye.headLineContent, children: [
7724
7724
  /* @__PURE__ */ a("p", { className: `${ye.headLineTitle} headLineTitle`, children: n.entity.description ? `${n.entity.description}` : "" }),
7725
7725
  /* @__PURE__ */ a(
7726
- B,
7726
+ L,
7727
7727
  {
7728
7728
  className: ye.headLine,
7729
7729
  href: n.data[0]?.info.link.url,
7730
7730
  target: n.data[0]?.info.link.target,
7731
7731
  title: n.data[0]?.main.title.home,
7732
- children: je(n.data[0]?.main.title.home ?? "", 120)
7732
+ children: Qe(n.data[0]?.main.title.home ?? "", 120)
7733
7733
  }
7734
7734
  )
7735
7735
  ] }) : /* @__PURE__ */ a("div", { className: ye.line }),
@@ -7799,8 +7799,8 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7799
7799
  tagStyled: cm
7800
7800
  }, lm = (e) => /* @__PURE__ */ a("section", { className: gt.content, children: Array.isArray(e.tags) && /* @__PURE__ */ m("div", { className: gt.tags, children: [
7801
7801
  /* @__PURE__ */ a("p", { className: gt.tagStyled, children: e.title ? e.title : "Tags:" }),
7802
- e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(B, { href: jt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${gt.chipStyled} ${gt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: gt.chipStyled, children: t.name }, n))
7803
- ] }) }), 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", Pe = {
7802
+ e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(L, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${gt.chipStyled} ${gt.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: gt.chipStyled, children: t.name }, n))
7803
+ ] }) }), 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 = {
7804
7804
  contentBox: dm,
7805
7805
  content: um,
7806
7806
  imageStyled: hm,
@@ -7812,12 +7812,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7812
7812
  article: wm
7813
7813
  }, ym = async (e) => {
7814
7814
  const { autor: t } = e;
7815
- return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ m("div", { className: Pe.content, children: [
7816
- /* @__PURE__ */ m("div", { className: Pe.avatarContent, children: [
7815
+ return t.addtional.USER_SHOWBIO && /* @__PURE__ */ a("section", { className: De.contentBox, children: /* @__PURE__ */ m("div", { className: De.content, children: [
7816
+ /* @__PURE__ */ m("div", { className: De.avatarContent, children: [
7817
7817
  /* @__PURE__ */ a(
7818
- B,
7818
+ L,
7819
7819
  {
7820
- className: Pe.journalistInfo,
7820
+ className: De.journalistInfo,
7821
7821
  href: `/${e.paths.autor}/${t.info.name}`,
7822
7822
  children: t.info.image ? /* @__PURE__ */ a(
7823
7823
  "img",
@@ -7825,15 +7825,15 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7825
7825
  fetchPriority: "low",
7826
7826
  loading: "lazy",
7827
7827
  alt: "autor-image",
7828
- className: Pe.imageStyled,
7828
+ className: De.imageStyled,
7829
7829
  src: await pe(t.info.image.sizes[0]?.url || "")
7830
7830
  }
7831
- ) : /* @__PURE__ */ a("div", { className: Pe.contentIconStyled, children: e.autorIcon() })
7831
+ ) : /* @__PURE__ */ a("div", { className: De.contentIconStyled, children: e.autorIcon() })
7832
7832
  }
7833
7833
  ),
7834
- /* @__PURE__ */ m("section", { className: Pe.journalistSection, children: [
7835
- /* @__PURE__ */ a("h3", { className: Pe.journalistInfo, children: /* @__PURE__ */ a(B, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
7836
- /* @__PURE__ */ m("section", { className: Pe.socialNetworkSection, children: [
7834
+ /* @__PURE__ */ m("section", { className: De.journalistSection, children: [
7835
+ /* @__PURE__ */ a("h3", { className: De.journalistInfo, children: /* @__PURE__ */ a(L, { href: `/${e.paths.autor}/${t.info.name}`, children: t.info.fullname }) }),
7836
+ /* @__PURE__ */ m("section", { className: De.socialNetworkSection, children: [
7837
7837
  t.addtional.USER_USERFB && /* @__PURE__ */ a(
7838
7838
  "a",
7839
7839
  {
@@ -7994,7 +7994,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
7994
7994
  t.addtional.USER_SHOWBIO && /* @__PURE__ */ a(
7995
7995
  "p",
7996
7996
  {
7997
- className: Pe.article,
7997
+ className: De.article,
7998
7998
  dangerouslySetInnerHTML: {
7999
7999
  __html: `${t.addtional.USER_MIBIO} <a aria-label="${t.info.name}" href="/${e.paths.autor}/${t.info.name}">${e.texts.authorViewMore ?? "Ver más"}</a>`
8000
8000
  }
@@ -8048,7 +8048,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8048
8048
  },
8049
8049
  `author-${r.firstname}`
8050
8050
  )) });
8051
- }, 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", Fe = {
8051
+ }, 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", Re = {
8052
8052
  content: Tm,
8053
8053
  contentNews: Im,
8054
8054
  linkTitle: km,
@@ -8058,35 +8058,50 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8058
8058
  correspondent: Lm,
8059
8059
  correspondentLink: Bm,
8060
8060
  description: Om
8061
- }, Ct = (e) => {
8061
+ }, _t = (e) => {
8062
8062
  const { SHOW_TAG_BY_SECTION: t } = $(), n = () => {
8063
8063
  if (e?.config?.showtime && e.config?.showauthor)
8064
- return `${e?.authors[0]?.fullname} - ${Me(
8064
+ return `${e?.authors[0]?.fullname} - ${je(
8065
8065
  e.info?.date?.modified
8066
8066
  )}`;
8067
8067
  if (e.config?.showauthor)
8068
8068
  return e?.authors[0]?.fullname;
8069
8069
  if (e?.config?.showtime)
8070
- return Me(e.info?.date?.modified);
8071
- }, r = (o) => {
8070
+ return je(e.info?.date?.modified);
8071
+ }, r = () => {
8072
8072
  if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
8073
8073
  const s = e.keywords.tags[0], i = s.name;
8074
8074
  return /* @__PURE__ */ a(
8075
- B,
8075
+ L,
8076
8076
  {
8077
8077
  "aria-label": i,
8078
- className: o,
8079
- href: jt(s, e.paths),
8078
+ className: Re.tagmx,
8079
+ href: vt(s, e.paths),
8080
8080
  children: i
8081
8081
  }
8082
8082
  );
8083
8083
  } else if (e.info?.section?.url)
8084
- return /* @__PURE__ */ a(B, { className: o, href: e?.info?.section?.url, children: e?.info?.section?.name });
8084
+ return /* @__PURE__ */ a(L, { className: Re.tagmx, href: e?.info?.section?.url, children: e?.info?.section?.name });
8085
+ return null;
8086
+ }, o = () => {
8087
+ if (t && e.keywords?.tags?.length && e.keywords.tags.length > 0) {
8088
+ const s = e.keywords.tags[0], i = s.name;
8089
+ return /* @__PURE__ */ a(
8090
+ L,
8091
+ {
8092
+ "aria-label": i,
8093
+ className: Re.tag,
8094
+ href: vt(s, e.paths),
8095
+ children: i
8096
+ }
8097
+ );
8098
+ } else if (e.info?.section?.url)
8099
+ return /* @__PURE__ */ a(L, { className: Re.tag, href: e?.info?.section?.url, children: e?.info?.section?.name });
8085
8100
  return null;
8086
8101
  };
8087
- return /* @__PURE__ */ m("section", { className: `${Fe.content} destacado-super-content`, children: [
8102
+ return /* @__PURE__ */ m("section", { className: `${Re.content} destacado-super-content`, children: [
8088
8103
  /* @__PURE__ */ a(
8089
- B,
8104
+ L,
8090
8105
  {
8091
8106
  href: e?.info?.link?.url,
8092
8107
  target: e?.info?.link?.target,
@@ -8110,12 +8125,12 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8110
8125
  /* @__PURE__ */ m(
8111
8126
  "div",
8112
8127
  {
8113
- className: Fe.contentNews,
8128
+ className: Re.contentNews,
8114
8129
  style: {
8115
8130
  "--widthTextContent": e.textPosition === "start" ? "100%" : "80%"
8116
8131
  },
8117
8132
  children: [
8118
- /* @__PURE__ */ a(r, { className: Fe.tagmx }),
8133
+ /* @__PURE__ */ a(r, {}),
8119
8134
  /* @__PURE__ */ m(
8120
8135
  "div",
8121
8136
  {
@@ -8123,17 +8138,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8123
8138
  position: "relative"
8124
8139
  },
8125
8140
  children: [
8126
- /* @__PURE__ */ a(r, { className: Fe.tag }),
8141
+ /* @__PURE__ */ a(o, {}),
8127
8142
  /* @__PURE__ */ a(
8128
- B,
8143
+ L,
8129
8144
  {
8130
- className: Fe.linkTitle,
8145
+ className: Re.linkTitle,
8131
8146
  href: e?.info?.link?.url,
8132
8147
  target: e?.info?.link?.target,
8133
8148
  children: /* @__PURE__ */ a(
8134
8149
  "h1",
8135
8150
  {
8136
- className: Fe.titular,
8151
+ className: Re.titular,
8137
8152
  style: {
8138
8153
  "--titlePosition": e.textPosition === "start" ? "initial" : "center"
8139
8154
  },
@@ -8148,20 +8163,20 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8148
8163
  e.config?.showsubtitle && /* @__PURE__ */ a(
8149
8164
  "div",
8150
8165
  {
8151
- className: Fe.description,
8166
+ className: Re.description,
8152
8167
  dangerouslySetInnerHTML: {
8153
8168
  __html: e.main.subtitle.striped
8154
8169
  }
8155
8170
  }
8156
8171
  ),
8157
8172
  e?.config?.showtime && e.config?.showauthor && /* @__PURE__ */ a(J, { children: e.authors[0]?.internaluser ? /* @__PURE__ */ a(
8158
- B,
8173
+ L,
8159
8174
  {
8160
8175
  href: `/${e.paths?.autor ?? "autor"}/${e?.authors[0]?.name}`,
8161
- className: Fe.correspondent,
8176
+ className: Re.correspondent,
8162
8177
  children: n()
8163
8178
  }
8164
- ) : /* @__PURE__ */ a("p", { className: Fe.correspondentLink, children: n() }) })
8179
+ ) : /* @__PURE__ */ a("p", { className: Re.correspondentLink, children: n() }) })
8165
8180
  ]
8166
8181
  }
8167
8182
  )
@@ -8186,7 +8201,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8186
8201
  ...e.customSectionCardStyles
8187
8202
  },
8188
8203
  children: /* @__PURE__ */ a(
8189
- Ct,
8204
+ _t,
8190
8205
  {
8191
8206
  main: t,
8192
8207
  authors: n,
@@ -8199,7 +8214,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8199
8214
  )
8200
8215
  }
8201
8216
  ) : /* @__PURE__ */ a(
8202
- Xe,
8217
+ et,
8203
8218
  {
8204
8219
  ...e,
8205
8220
  main: t,
@@ -8243,7 +8258,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8243
8258
  const o = e[0];
8244
8259
  return Array.isArray(e) && e.length > 0 && o && /* @__PURE__ */ m("section", { className: Qn.content, children: [
8245
8260
  /* @__PURE__ */ a("div", { style: t, className: Qn.firstSection, children: /* @__PURE__ */ a(
8246
- Ct,
8261
+ _t,
8247
8262
  {
8248
8263
  ...o,
8249
8264
  textPosition: "start",
@@ -8253,7 +8268,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8253
8268
  }
8254
8269
  ) }),
8255
8270
  /* @__PURE__ */ a("div", { style: n, className: Qn.secondSection, children: e.map((s, i) => i > 0 && /* @__PURE__ */ st(
8256
- Ct,
8271
+ _t,
8257
8272
  {
8258
8273
  ...s,
8259
8274
  key: i,
@@ -8278,7 +8293,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8278
8293
  style: t,
8279
8294
  className: lr.firstSection,
8280
8295
  children: /* @__PURE__ */ a(
8281
- Ct,
8296
+ _t,
8282
8297
  {
8283
8298
  ...o,
8284
8299
  isVertical: !0,
@@ -8291,7 +8306,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8291
8306
  },
8292
8307
  s
8293
8308
  ) : /* @__PURE__ */ a("section", { style: n, children: /* @__PURE__ */ st(
8294
- Ct,
8309
+ _t,
8295
8310
  {
8296
8311
  ...o,
8297
8312
  key: s,
@@ -8312,17 +8327,17 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8312
8327
  if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
8313
8328
  const r = e.mainNew.keywords.tags[0], o = r.name;
8314
8329
  return /* @__PURE__ */ a(
8315
- B,
8330
+ L,
8316
8331
  {
8317
8332
  "aria-label": o,
8318
8333
  className: pt.sectionDescription,
8319
- href: jt(r, e.paths),
8334
+ href: vt(r, e.paths),
8320
8335
  children: o
8321
8336
  }
8322
8337
  );
8323
8338
  } else if (e.mainNew.info?.section?.url)
8324
8339
  return /* @__PURE__ */ a(
8325
- B,
8340
+ L,
8326
8341
  {
8327
8342
  className: pt.sectionDescription,
8328
8343
  href: e?.mainNew?.info?.section?.url,
@@ -8334,7 +8349,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8334
8349
  return /* @__PURE__ */ m("div", { className: pt.content, children: [
8335
8350
  /* @__PURE__ */ a(n, {}),
8336
8351
  /* @__PURE__ */ a(
8337
- B,
8352
+ L,
8338
8353
  {
8339
8354
  className: pt.title,
8340
8355
  href: e?.mainNew?.info?.link?.url,
@@ -8343,7 +8358,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8343
8358
  }
8344
8359
  ),
8345
8360
  e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: pt.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
8346
- e.goTo && /* @__PURE__ */ a(B, { href: e.goTo.url, className: pt.linkStyled, children: e.goTo.description })
8361
+ e.goTo && /* @__PURE__ */ a(L, { href: e.goTo.url, className: pt.linkStyled, children: e.goTo.description })
8347
8362
  ] });
8348
8363
  }, Ym = "_headerSection_drjnj_1", Km = "_headerSectionLink_drjnj_12", Jm = "_newsContent_drjnj_17", Gn = {
8349
8364
  headerSection: Ym,
@@ -8366,7 +8381,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8366
8381
  /* @__PURE__ */ m("div", { className: Gn.headerSection, children: [
8367
8382
  /* @__PURE__ */ a(_o, { mainNew: s, goTo: e.goTo, paths: e.paths }),
8368
8383
  /* @__PURE__ */ a(
8369
- B,
8384
+ L,
8370
8385
  {
8371
8386
  className: Gn.headerSectionLink,
8372
8387
  href: s?.info?.link?.url,
@@ -8389,7 +8404,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8389
8404
  }
8390
8405
  };
8391
8406
  return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ a(
8392
- Xe,
8407
+ et,
8393
8408
  {
8394
8409
  ...l,
8395
8410
  isVideo: r,
@@ -8399,7 +8414,7 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8399
8414
  })
8400
8415
  ] })
8401
8416
  ] });
8402
- }, 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 = {
8417
+ }, 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", $e = {
8403
8418
  content: Xm,
8404
8419
  autorContent: e2,
8405
8420
  image: t2,
@@ -8410,39 +8425,39 @@ const Md = "_content_r1co8_1", jd = "_videoContent_r1co8_20", Qd = "_articleSect
8410
8425
  comment: s2,
8411
8426
  title: i2
8412
8427
  }, gn = async (e) => {
8413
- const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${Me(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ m("div", { className: We.autorContent, children: [
8428
+ const { data: t, autorIcon: n } = e, r = n, o = () => t?.config?.showtime ? `${je(t.info?.date?.modified)}` : "", s = /* @__PURE__ */ m("div", { className: $e.autorContent, children: [
8414
8429
  Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
8415
8430
  "img",
8416
8431
  {
8417
8432
  fetchPriority: "low",
8418
8433
  loading: "lazy",
8419
- className: We.image,
8434
+ className: $e.image,
8420
8435
  src: await pe(t?.authors[0]?.image?.sizes[0]?.url || ""),
8421
8436
  alt: t?.authors[0]?.fullname
8422
8437
  }
8423
- ) : /* @__PURE__ */ a("div", { className: We.contentIcon, children: /* @__PURE__ */ a(r, {}) }),
8424
- /* @__PURE__ */ a("p", { className: We.autorName, children: je(t?.authors[0]?.fullname ?? "Redacción", 18) }),
8425
- /* @__PURE__ */ a("p", { className: We.time, children: o() })
8438
+ ) : /* @__PURE__ */ a("div", { className: $e.contentIcon, children: /* @__PURE__ */ a(r, {}) }),
8439
+ /* @__PURE__ */ a("p", { className: $e.autorName, children: Qe(t?.authors[0]?.fullname ?? "Redacción", 18) }),
8440
+ /* @__PURE__ */ a("p", { className: $e.time, children: o() })
8426
8441
  ] });
8427
- return /* @__PURE__ */ m("div", { className: We.content, children: [
8442
+ return /* @__PURE__ */ m("div", { className: $e.content, children: [
8428
8443
  t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
8429
- B,
8444
+ L,
8430
8445
  {
8431
8446
  href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
8432
8447
  children: s
8433
8448
  }
8434
8449
  ) : s,
8435
- /* @__PURE__ */ m("div", { className: We.boxInformationContent, children: [
8450
+ /* @__PURE__ */ m("div", { className: $e.boxInformationContent, children: [
8436
8451
  /* @__PURE__ */ a(
8437
- B,
8452
+ L,
8438
8453
  {
8439
- className: We.title,
8454
+ className: $e.title,
8440
8455
  href: t?.info?.link?.url,
8441
8456
  target: t?.info?.link?.target,
8442
8457
  children: t?.main?.title?.home
8443
8458
  }
8444
8459
  ),
8445
- /* @__PURE__ */ a("p", { className: We.comment, children: je(t?.main?.subtitle?.striped || "") })
8460
+ /* @__PURE__ */ a("p", { className: $e.comment, children: Qe(t?.main?.subtitle?.striped || "") })
8446
8461
  ] })
8447
8462
  ] });
8448
8463
  }, c2 = "_content_1d7mg_1", l2 = "_boxPosition_1d7mg_8", d2 = "_contentFlex_1d7mg_21", u2 = "_bannerContent_1d7mg_29", h2 = "_bannerContentAux_1d7mg_40", At = {
@@ -8520,7 +8535,7 @@ const r3 = (e) => {
8520
8535
  return /* @__PURE__ */ m("div", { className: dr.content, children: [
8521
8536
  t && /* @__PURE__ */ a("p", { className: dr.title, children: "Editorial" }),
8522
8537
  /* @__PURE__ */ a(
8523
- xt,
8538
+ Tt,
8524
8539
  {
8525
8540
  ...e,
8526
8541
  info: {
@@ -8568,7 +8583,7 @@ const r3 = (e) => {
8568
8583
  {
8569
8584
  className: wt.boxPosition,
8570
8585
  style: { order: r },
8571
- children: /* @__PURE__ */ a(Xe, { ...n, share: e.share, paths: e.paths })
8586
+ children: /* @__PURE__ */ a(et, { ...n, share: e.share, paths: e.paths })
8572
8587
  },
8573
8588
  r
8574
8589
  ))
@@ -8600,7 +8615,7 @@ const r3 = (e) => {
8600
8615
  }
8601
8616
  ) }, o)
8602
8617
  ), o++, s++);
8603
- const c = e.isVideo ? Dt(
8618
+ const c = e.isVideo ? Mt(
8604
8619
  t[i],
8605
8620
  e.showVideoTime,
8606
8621
  e.showVideosubtitle
@@ -8618,7 +8633,7 @@ const r3 = (e) => {
8618
8633
  };
8619
8634
  r.push(
8620
8635
  /* @__PURE__ */ a("section", { className: n(o), children: /* @__PURE__ */ a(
8621
- Xe,
8636
+ et,
8622
8637
  {
8623
8638
  ...l,
8624
8639
  isVideo: e.isVideo,
@@ -8669,7 +8684,7 @@ const r3 = (e) => {
8669
8684
  }
8670
8685
  };
8671
8686
  return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
8672
- Xe,
8687
+ et,
8673
8688
  {
8674
8689
  ...i,
8675
8690
  share: e.share,
@@ -8702,7 +8717,7 @@ const r3 = (e) => {
8702
8717
  }
8703
8718
  };
8704
8719
  return /* @__PURE__ */ a("section", { children: /* @__PURE__ */ a(
8705
- Xe,
8720
+ et,
8706
8721
  {
8707
8722
  ...i,
8708
8723
  share: e.share,
@@ -8726,12 +8741,12 @@ const r3 = (e) => {
8726
8741
  _o,
8727
8742
  {
8728
8743
  goTo: e.goTo,
8729
- mainNew: Dt(o),
8744
+ mainNew: Mt(o),
8730
8745
  paths: e.paths
8731
8746
  }
8732
8747
  ),
8733
8748
  /* @__PURE__ */ a(
8734
- B,
8749
+ L,
8735
8750
  {
8736
8751
  className: Hn.headerSectionLink,
8737
8752
  href: o?.info?.link.url,
@@ -8754,7 +8769,7 @@ const r3 = (e) => {
8754
8769
  /* @__PURE__ */ m("div", { className: Hn.newsContent, children: [
8755
8770
  /* @__PURE__ */ a("div", { className: "banner-context", style: { order: 1 }, children: e.banner }),
8756
8771
  Array.isArray(i) && i.map((c, d) => {
8757
- const l = Dt(c), u = {
8772
+ const l = Mt(c), u = {
8758
8773
  ...l,
8759
8774
  main: {
8760
8775
  ...l.main,
@@ -8765,7 +8780,7 @@ const r3 = (e) => {
8765
8780
  }
8766
8781
  };
8767
8782
  return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ st(
8768
- Xe,
8783
+ et,
8769
8784
  {
8770
8785
  ...u,
8771
8786
  isVideo: r,
@@ -8776,7 +8791,7 @@ const r3 = (e) => {
8776
8791
  })
8777
8792
  ] })
8778
8793
  ] });
8779
- }, P2 = "_content_1qdkl_1", D2 = "_linkImage_1qdkl_30", M2 = "_sectionDescription_1qdkl_42", j2 = "_dateText_1qdkl_62", Q2 = "_textContent_1qdkl_73", Rt = {
8794
+ }, P2 = "_content_1qdkl_1", D2 = "_linkImage_1qdkl_30", M2 = "_sectionDescription_1qdkl_42", j2 = "_dateText_1qdkl_62", Q2 = "_textContent_1qdkl_73", Lt = {
8780
8795
  content: P2,
8781
8796
  linkImage: D2,
8782
8797
  sectionDescription: M2,
@@ -8787,32 +8802,32 @@ const r3 = (e) => {
8787
8802
  return e && e.info ? /* @__PURE__ */ m(
8788
8803
  "section",
8789
8804
  {
8790
- className: Rt.content,
8805
+ className: Lt.content,
8791
8806
  style: {
8792
8807
  "--heightImageOverwrite": "100%"
8793
8808
  },
8794
8809
  children: [
8795
8810
  /* @__PURE__ */ a(
8796
- B,
8811
+ L,
8797
8812
  {
8798
- className: Rt.linkImage,
8813
+ className: Lt.linkImage,
8799
8814
  target: e?.info?.link?.target,
8800
8815
  title: e.main?.title?.section,
8801
8816
  href: t ? e.info.link.url : e?.info?.section?.url,
8802
8817
  children: /* @__PURE__ */ a(ke, { preview: e.preview })
8803
8818
  }
8804
8819
  ),
8805
- /* @__PURE__ */ m("div", { className: Rt.textContent, children: [
8820
+ /* @__PURE__ */ m("div", { className: Lt.textContent, children: [
8806
8821
  /* @__PURE__ */ a(
8807
- B,
8822
+ L,
8808
8823
  {
8809
- className: Rt.sectionDescription,
8824
+ className: Lt.sectionDescription,
8810
8825
  target: e?.info?.link?.target,
8811
8826
  href: t ? e.info.link.url : e?.info?.section?.url,
8812
8827
  children: (t ? e?.main?.title?.section : e?.info?.section?.name) ?? ""
8813
8828
  }
8814
8829
  ),
8815
- /* @__PURE__ */ a("p", { className: Rt.dateText, children: Me(e?.info?.date?.modified) })
8830
+ /* @__PURE__ */ a("p", { className: Lt.dateText, children: je(e?.info?.date?.modified) })
8816
8831
  ] })
8817
8832
  ]
8818
8833
  }
@@ -8866,7 +8881,7 @@ const r3 = (e) => {
8866
8881
  }, Y2 = (e) => {
8867
8882
  const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
8868
8883
  return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
8869
- Et,
8884
+ xt,
8870
8885
  {
8871
8886
  slot_id: r,
8872
8887
  cardWidth: e.cardWidth,
@@ -8921,19 +8936,19 @@ const r3 = (e) => {
8921
8936
  ) : /* @__PURE__ */ a("div", { className: at.contentIcon, children: e.autorIcon }),
8922
8937
  /* @__PURE__ */ m("div", { className: at.boxInformation, children: [
8923
8938
  /* @__PURE__ */ a("p", { className: at.authorName, children: t?.authors[0]?.internaluser ? /* @__PURE__ */ a(
8924
- B,
8939
+ L,
8925
8940
  {
8926
8941
  href: t.authors[0]?.internaluser ? `/${e.paths.autor}/${t?.authors[0]?.name}` : "#",
8927
8942
  children: t?.authors[0]?.fullname ?? "Redacción"
8928
8943
  }
8929
8944
  ) : t?.authors[0]?.fullname ?? "Redacción" }),
8930
8945
  /* @__PURE__ */ a("p", { className: at.title, children: /* @__PURE__ */ a(
8931
- B,
8946
+ L,
8932
8947
  {
8933
8948
  className: at.linkStyled,
8934
8949
  href: t?.info?.link?.url,
8935
8950
  target: t?.info?.link?.target,
8936
- children: je(t?.main?.title?.home, 40)
8951
+ children: Qe(t?.main?.title?.home, 40)
8937
8952
  }
8938
8953
  ) }),
8939
8954
  /* @__PURE__ */ a("p", { className: at.comment, children: t?.main?.subtitle?.striped })
@@ -8942,7 +8957,7 @@ const r3 = (e) => {
8942
8957
  }, rf = (e) => {
8943
8958
  const t = e.slot_id && e.slot_id !== "Nota_1";
8944
8959
  return /* @__PURE__ */ a(me, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
8945
- Et,
8960
+ xt,
8946
8961
  {
8947
8962
  slot_id: e.slot_id,
8948
8963
  cardGap: 31,
@@ -8971,7 +8986,7 @@ const r3 = (e) => {
8971
8986
  })
8972
8987
  }
8973
8988
  ) });
8974
- }, of = "_content_1elhb_1", sf = "_newsContentSection_1elhb_5", cf = "_itemContent_1elhb_10", lf = "_ItemCustomContent_1elhb_16", Ke = {
8989
+ }, of = "_content_1elhb_1", sf = "_newsContentSection_1elhb_5", cf = "_itemContent_1elhb_10", lf = "_ItemCustomContent_1elhb_16", Je = {
8975
8990
  content: of,
8976
8991
  newsContentSection: sf,
8977
8992
  itemContent: cf,
@@ -8980,9 +8995,9 @@ const r3 = (e) => {
8980
8995
  const { item: t, option: n } = e;
8981
8996
  switch (n) {
8982
8997
  case "ediciones":
8983
- return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent });
8998
+ return /* @__PURE__ */ a("div", { className: Je.ItemCustomContent });
8984
8999
  case "columnistasnacionales":
8985
- return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
9000
+ return /* @__PURE__ */ a("div", { className: Je.ItemCustomContent, children: /* @__PURE__ */ a(
8986
9001
  gn,
8987
9002
  {
8988
9003
  data: t,
@@ -8991,7 +9006,7 @@ const r3 = (e) => {
8991
9006
  }
8992
9007
  ) });
8993
9008
  case "columnistaslocales":
8994
- return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
9009
+ return /* @__PURE__ */ a("div", { className: Je.ItemCustomContent, children: /* @__PURE__ */ a(
8995
9010
  gn,
8996
9011
  {
8997
9012
  data: t,
@@ -9000,7 +9015,7 @@ const r3 = (e) => {
9000
9015
  }
9001
9016
  ) });
9002
9017
  case "columnistas":
9003
- return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(
9018
+ return /* @__PURE__ */ a("div", { className: Je.ItemCustomContent, children: /* @__PURE__ */ a(
9004
9019
  gn,
9005
9020
  {
9006
9021
  data: t,
@@ -9015,7 +9030,7 @@ const r3 = (e) => {
9015
9030
  </div>
9016
9031
  ); */
9017
9032
  default:
9018
- return /* @__PURE__ */ a("div", { className: Ke.ItemCustomContent, children: /* @__PURE__ */ a(Xe, { ...t, paths: e.paths }) });
9033
+ return /* @__PURE__ */ a("div", { className: Je.ItemCustomContent, children: /* @__PURE__ */ a(et, { ...t, paths: e.paths }) });
9019
9034
  }
9020
9035
  }, c3 = (e) => {
9021
9036
  const {
@@ -9041,10 +9056,10 @@ const r3 = (e) => {
9041
9056
  paths: e.paths,
9042
9057
  bannerTop: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_1" }),
9043
9058
  banner: /* @__PURE__ */ a(ge, { banners: r ?? [], name: "right_2" }),
9044
- children: /* @__PURE__ */ a("section", { className: Ke.content, children: t.length > 0 ? /* @__PURE__ */ a(
9059
+ children: /* @__PURE__ */ a("section", { className: Je.content, children: t.length > 0 ? /* @__PURE__ */ a(
9045
9060
  sa,
9046
9061
  {
9047
- className: [Ke.newsContentSection, "padding-0"].join(" "),
9062
+ className: [Je.newsContentSection, "padding-0"].join(" "),
9048
9063
  paginatorComponent: /* @__PURE__ */ a(
9049
9064
  vn,
9050
9065
  {
@@ -9057,7 +9072,7 @@ const r3 = (e) => {
9057
9072
  }
9058
9073
  ),
9059
9074
  children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ m(pn, { children: [
9060
- d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent + " banner-context", children: /* @__PURE__ */ a(
9075
+ d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Je.itemContent + " banner-context", children: /* @__PURE__ */ a(
9061
9076
  ge,
9062
9077
  {
9063
9078
  banners: r ?? [],
@@ -9120,7 +9135,7 @@ const r3 = (e) => {
9120
9135
  }
9121
9136
  ),
9122
9137
  children: Array.isArray(t) && t?.map((u, h) => /* @__PURE__ */ m(pn, { children: [
9123
- d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Ke.itemContent, children: /* @__PURE__ */ a(
9138
+ d.includes(h + 1) && /* @__PURE__ */ a("div", { className: Je.itemContent, children: /* @__PURE__ */ a(
9124
9139
  ge,
9125
9140
  {
9126
9141
  banners: r ?? [],
@@ -9194,15 +9209,15 @@ const r3 = (e) => {
9194
9209
  className: `content-layout-2 ${pf.content} ${t}`,
9195
9210
  children: e
9196
9211
  }
9197
- ), wf = "_container_1insg_1", yf = "_note_1insg_10", vf = "_commercial_1insg_50", bf = "_commercialContent_1insg_67", Cf = "_complement_1insg_83", Lt = {
9212
+ ), wf = "_container_1insg_1", yf = "_note_1insg_10", vf = "_commercial_1insg_50", bf = "_commercialContent_1insg_67", Cf = "_complement_1insg_83", Bt = {
9198
9213
  container: wf,
9199
9214
  note: yf,
9200
9215
  commercial: vf,
9201
9216
  commercialContent: bf,
9202
9217
  complement: Cf
9203
- }, _f = (e) => /* @__PURE__ */ m("section", { className: Lt.container, children: [
9204
- /* @__PURE__ */ a("div", { className: Lt.note, children: e.children }),
9205
- /* @__PURE__ */ a("div", { className: Lt.commercial, children: /* @__PURE__ */ m("div", { className: Lt.commercialContent, children: [
9218
+ }, _f = (e) => /* @__PURE__ */ m("section", { className: Bt.container, children: [
9219
+ /* @__PURE__ */ a("div", { className: Bt.note, children: e.children }),
9220
+ /* @__PURE__ */ a("div", { className: Bt.commercial, children: /* @__PURE__ */ m("div", { className: Bt.commercialContent, children: [
9206
9221
  e.slug === "liveblogs" && /* @__PURE__ */ a(z1, { itemList: e.itemList }),
9207
9222
  e.bannerTop,
9208
9223
  /* @__PURE__ */ a(
@@ -9221,7 +9236,7 @@ const r3 = (e) => {
9221
9236
  ),
9222
9237
  /* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
9223
9238
  ] }) }),
9224
- /* @__PURE__ */ a("div", { className: Lt.complement, children: e.complement })
9239
+ /* @__PURE__ */ a("div", { className: Bt.complement, children: e.complement })
9225
9240
  ] }), Nf = (e) => {
9226
9241
  const t = {
9227
9242
  ...e.news[0],
@@ -9294,7 +9309,7 @@ const r3 = (e) => {
9294
9309
  "--news-description-subtitle-margin": "22px 0 0"
9295
9310
  },
9296
9311
  children: /* @__PURE__ */ a(
9297
- xt,
9312
+ Tt,
9298
9313
  {
9299
9314
  ...t,
9300
9315
  fontSizeSubTitle: "18px",
@@ -9308,7 +9323,7 @@ const r3 = (e) => {
9308
9323
  }
9309
9324
  );
9310
9325
  }
9311
- }, 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 = {
9326
+ }, 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", Ye = {
9312
9327
  content: Sf,
9313
9328
  contentWithinCard: Ef,
9314
9329
  contentDate: xf,
@@ -9354,13 +9369,13 @@ const jf = async ({
9354
9369
  }
9355
9370
  };
9356
9371
  });
9357
- return /* @__PURE__ */ a("section", { className: $e.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */ m(pn, { children: [
9358
- /* @__PURE__ */ a(Of, { id: `item-${i + 1}`, children: /* @__PURE__ */ m("div", { className: $e.contentWithinCard, children: [
9359
- s.date > 0 && /* @__PURE__ */ m("div", { className: $e.contentDate, children: [
9372
+ return /* @__PURE__ */ a("section", { className: Ye.content, id: "block-notes-list", children: o?.map((s, i) => /* @__PURE__ */ m(pn, { children: [
9373
+ /* @__PURE__ */ a(Of, { id: `item-${i + 1}`, children: /* @__PURE__ */ m("div", { className: Ye.contentWithinCard, children: [
9374
+ s.date > 0 && /* @__PURE__ */ m("div", { className: Ye.contentDate, children: [
9360
9375
  /* @__PURE__ */ a(
9361
9376
  "span",
9362
9377
  {
9363
- className: $e.dot,
9378
+ className: Ye.dot,
9364
9379
  style: {
9365
9380
  background: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-dot-color)" : "var(--common-black)"
9366
9381
  }
@@ -9369,7 +9384,7 @@ const jf = async ({
9369
9384
  /* @__PURE__ */ a(
9370
9385
  "p",
9371
9386
  {
9372
- className: $e.dateInfo,
9387
+ className: Ye.dateInfo,
9373
9388
  style: {
9374
9389
  color: t === "liveblogs" ? "var(--news-liveblog-timeline-datelink-color)" : "var(--common-black)"
9375
9390
  },
@@ -9377,21 +9392,21 @@ const jf = async ({
9377
9392
  }
9378
9393
  )
9379
9394
  ] }),
9380
- /* @__PURE__ */ a("p", { className: $e.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
9395
+ /* @__PURE__ */ a("p", { className: Ye.contentTitle, children: e[0]?.list.integrated ? s.title : `${s.index}. ${s.title}` }),
9381
9396
  s.image && /* @__PURE__ */ a(ke, { preview: s.image, isLarge: !0 }),
9382
9397
  /* @__PURE__ */ a(
9383
9398
  "div",
9384
9399
  {
9385
- className: $e.contentTextList,
9400
+ className: Ye.contentTextList,
9386
9401
  dangerouslySetInnerHTML: {
9387
9402
  __html: s.body.rendered
9388
9403
  }
9389
9404
  }
9390
9405
  ),
9391
- s.related && /* @__PURE__ */ a("div", { className: $e.contentButton, children: /* @__PURE__ */ a(
9406
+ s.related && /* @__PURE__ */ a("div", { className: Ye.contentButton, children: /* @__PURE__ */ a(
9392
9407
  "a",
9393
9408
  {
9394
- className: $e.linkStyled,
9409
+ className: Ye.linkStyled,
9395
9410
  href: s.related ?? "",
9396
9411
  target: "”_blank",
9397
9412
  children: r.blockNoteList_readMore ?? "Leer Más"
@@ -9419,7 +9434,7 @@ const jf = async ({
9419
9434
  Telegram: "telegram"
9420
9435
  };
9421
9436
  function Gf({ url: e }) {
9422
- return e && e !== "" && /* @__PURE__ */ m(B, { href: e, className: de.googleProfileButton, children: [
9437
+ return e && e !== "" && /* @__PURE__ */ m(L, { href: e, className: de.googleProfileButton, children: [
9423
9438
  /* @__PURE__ */ a(
9424
9439
  "svg",
9425
9440
  {
@@ -9557,13 +9572,13 @@ const zf = () => /* @__PURE__ */ m("svg", { xmlns: "http://www.w3.org/2000/svg",
9557
9572
  internal: t
9558
9573
  }) => {
9559
9574
  if (!t) return;
9560
- const n = new Le(), r = e.preview.sizes, s = (await n.getNewsMultimedia({
9575
+ const n = new Be(), r = e.preview.sizes, s = (await n.getNewsMultimedia({
9561
9576
  path: t,
9562
9577
  imagesizes: r ? r[0]?.scale : "w:801,h:449,t:2;"
9563
9578
  }))?.data.data[0]?.gallery ?? [];
9564
9579
  return /* @__PURE__ */ m("div", { className: bn.content, children: [
9565
9580
  /* @__PURE__ */ a(
9566
- Et,
9581
+ xt,
9567
9582
  {
9568
9583
  slot_id: "header",
9569
9584
  fullPageWidth: !0,
@@ -9865,7 +9880,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9865
9880
  internal: t
9866
9881
  }) => {
9867
9882
  if (!t) return;
9868
- const r = await new Le().getNewsMultimedia({
9883
+ const r = await new Be().getNewsMultimedia({
9869
9884
  path: t,
9870
9885
  imagesizes: e.preview.sizes[0]?.scale
9871
9886
  });
@@ -9885,7 +9900,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9885
9900
  internal: t
9886
9901
  }) => {
9887
9902
  if (!t) return;
9888
- const r = await new Le().getNewsMultimedia({
9903
+ const r = await new Be().getNewsMultimedia({
9889
9904
  path: t,
9890
9905
  imagesizes: e.preview.sizes[0]?.scale
9891
9906
  });
@@ -9912,7 +9927,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9912
9927
  internal: t
9913
9928
  }) => {
9914
9929
  if (!t) return;
9915
- const r = await new Le().getNews({
9930
+ const r = await new Be().getNews({
9916
9931
  path: t,
9917
9932
  imagesizes: e.preview.sizes[0]?.scale
9918
9933
  });
@@ -9944,7 +9959,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9944
9959
  return c ? /* @__PURE__ */ a("div", { className: pr.content, children: /* @__PURE__ */ a(c, { newsformated: e, internal: s }) }) : null;
9945
9960
  }, y0 = (e) => {
9946
9961
  const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
9947
- return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(Et, { slot_id: r, cardWidth: 200, children: t.map((s, i) => {
9962
+ return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(xt, { slot_id: r, cardWidth: 200, children: t.map((s, i) => {
9948
9963
  const c = { ...s, main: {
9949
9964
  ...s.main,
9950
9965
  title: { ...s.main.title, section: o ? s.main.title.home : s.main.title.section }
@@ -9962,7 +9977,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9962
9977
  }, v0 = (e) => {
9963
9978
  const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
9964
9979
  return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
9965
- Et,
9980
+ xt,
9966
9981
  {
9967
9982
  slot_id: r,
9968
9983
  cardWidth: 343,
@@ -9988,7 +10003,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
9988
10003
  }, b0 = (e) => {
9989
10004
  const { content: t, title: n, slot_id: r } = e, o = e.slot_id && e.slot_id !== "Nota_1";
9990
10005
  return t && t.length !== 0 && /* @__PURE__ */ a(me, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
9991
- Et,
10006
+ xt,
9992
10007
  {
9993
10008
  slot_id: r,
9994
10009
  fullPageWidth: !0,
@@ -10060,7 +10075,7 @@ const i0 = "_content_cu8lm_1", c0 = "_title_cu8lm_18", gr = {
10060
10075
  }
10061
10076
  };
10062
10077
  return /* @__PURE__ */ a("div", { style: { order: d }, children: /* @__PURE__ */ a(
10063
- Xe,
10078
+ et,
10064
10079
  {
10065
10080
  ...l,
10066
10081
  isVideo: r,
@@ -10139,7 +10154,7 @@ const wr = {
10139
10154
  }
10140
10155
  );
10141
10156
  },
10142
- Super: (e) => /* @__PURE__ */ a(Ct, { ...e.data[0], paths: e.paths }),
10157
+ Super: (e) => /* @__PURE__ */ a(_t, { ...e.data[0], paths: e.paths }),
10143
10158
  "3 notas verticales": (e) => /* @__PURE__ */ a(
10144
10159
  zm,
10145
10160
  {
@@ -10521,7 +10536,7 @@ const wr = {
10521
10536
  default:
10522
10537
  return /* @__PURE__ */ a(J, {});
10523
10538
  }
10524
- }, z0 = "_content_gxziw_1", H0 = "_buttonStyled_gxziw_9", V0 = "_searchStyled_gxziw_21", F0 = "_inputStyled_gxziw_32", W0 = "_inputStyledTest_gxziw_51", Bt = {
10539
+ }, z0 = "_content_gxziw_1", H0 = "_buttonStyled_gxziw_9", V0 = "_searchStyled_gxziw_21", F0 = "_inputStyled_gxziw_32", W0 = "_inputStyledTest_gxziw_51", Ot = {
10525
10540
  content: z0,
10526
10541
  buttonStyled: H0,
10527
10542
  searchStyled: V0,
@@ -10549,21 +10564,21 @@ const wr = {
10549
10564
  ), g3 = (e) => /* @__PURE__ */ a(
10550
10565
  "form",
10551
10566
  {
10552
- className: Bt.content,
10567
+ className: Ot.content,
10553
10568
  style: {
10554
10569
  height: e.hasContent ? "218px" : "50vh"
10555
10570
  },
10556
- children: /* @__PURE__ */ m("div", { className: Bt.inputStyled, children: [
10571
+ children: /* @__PURE__ */ m("div", { className: Ot.inputStyled, children: [
10557
10572
  /* @__PURE__ */ a(
10558
10573
  "input",
10559
10574
  {
10560
- className: Bt.inputStyledTest,
10575
+ className: Ot.inputStyledTest,
10561
10576
  defaultValue: e.query,
10562
10577
  name: "query",
10563
10578
  placeholder: e.texts.searchKeyWord + "..."
10564
10579
  }
10565
10580
  ),
10566
- /* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a($0, { className: Bt.searchStyled }) })
10581
+ /* @__PURE__ */ a("button", { className: Ot.buttonStyled, type: "submit", children: /* @__PURE__ */ a($0, { className: Ot.searchStyled }) })
10567
10582
  ] })
10568
10583
  }
10569
10584
  ), Y0 = "_content_io3tv_1", K0 = "_newsContentSection_io3tv_5", J0 = "_itemContent_io3tv_10", Wn = {
@@ -10729,7 +10744,7 @@ const wr = {
10729
10744
  }, Z0 = "_content_pq89v_1", X0 = "_videoContent_pq89v_9", yr = {
10730
10745
  content: Z0,
10731
10746
  videoContent: X0
10732
- }, 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", Ot = {
10747
+ }, 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 = {
10733
10748
  container: eg,
10734
10749
  playStyled: tg,
10735
10750
  imageStyled: ng,
@@ -10744,9 +10759,9 @@ const wr = {
10744
10759
  backDropAux: ug
10745
10760
  }, vr = async (e) => {
10746
10761
  const { size: t = "longer", video: n } = e, r = n.main.image.sizes[0]?.url ?? "";
10747
- return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */ m("span", { className: Ot.backdrop, children: [
10748
- /* @__PURE__ */ a("span", { className: Ot.backDropAux }),
10749
- /* @__PURE__ */ a(B, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
10762
+ return /* @__PURE__ */ a("figure", { className: Pt.figure, children: /* @__PURE__ */ m("span", { className: Pt.backdrop, children: [
10763
+ /* @__PURE__ */ a("span", { className: Pt.backDropAux }),
10764
+ /* @__PURE__ */ a(L, { href: n.info.link.url, target: n.info.link.target, children: /* @__PURE__ */ m("div", { children: [
10750
10765
  n.main.image.sizes.map(async (o, s) => o.width >= 580 ? /* @__PURE__ */ a(
10751
10766
  "source",
10752
10767
  {
@@ -10767,7 +10782,7 @@ const wr = {
10767
10782
  {
10768
10783
  fetchPriority: "low",
10769
10784
  loading: "lazy",
10770
- className: [Ot.imageStyled, Ot[t]].join(" "),
10785
+ className: [Pt.imageStyled, Pt[t]].join(" "),
10771
10786
  alt: "",
10772
10787
  src: r ? await pe(r) : ""
10773
10788
  }
@@ -10801,7 +10816,7 @@ const wr = {
10801
10816
  }, Cg = (e) => {
10802
10817
  const { video: t } = e;
10803
10818
  return /* @__PURE__ */ a(
10804
- B,
10819
+ L,
10805
10820
  {
10806
10821
  href: t.info.link.url ? t.info.link.url : void 0,
10807
10822
  target: t.info.link.target,
@@ -10816,19 +10831,19 @@ const wr = {
10816
10831
  }
10817
10832
  }
10818
10833
  ),
10819
- /* @__PURE__ */ a(bt, { className: br.playStyled })
10834
+ /* @__PURE__ */ a(Ct, { className: br.playStyled })
10820
10835
  ] })
10821
10836
  }
10822
10837
  );
10823
10838
  }, _g = (e) => {
10824
- const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
10839
+ const t = () => e?.video.main.author ? `${e?.video.main.author} - ${je(
10825
10840
  e.video.info.date.created
10826
10841
  )}` : e?.video.main.author;
10827
10842
  return /* @__PURE__ */ a("div", { className: ct.content, children: /* @__PURE__ */ a(Vt, { className: ct.contentLatout, children: /* @__PURE__ */ a(me, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ m("div", { className: ct.videoContent, children: [
10828
10843
  /* @__PURE__ */ a(Cg, { video: e.video }),
10829
10844
  /* @__PURE__ */ m("div", { className: ct.articleSection, children: [
10830
10845
  /* @__PURE__ */ a(
10831
- B,
10846
+ L,
10832
10847
  {
10833
10848
  className: ct.title,
10834
10849
  href: e.video.info.link.url,
@@ -10836,7 +10851,7 @@ const wr = {
10836
10851
  children: e.video.main.title
10837
10852
  }
10838
10853
  ),
10839
- /* @__PURE__ */ a("p", { className: ct.article, children: je(e.video.main.description) }),
10854
+ /* @__PURE__ */ a("p", { className: ct.article, children: Qe(e.video.main.description) }),
10840
10855
  /* @__PURE__ */ a("p", { className: ct.correspondent, children: t() })
10841
10856
  ] })
10842
10857
  ] }) }) }) });
@@ -10851,7 +10866,7 @@ const wr = {
10851
10866
  }
10852
10867
  };
10853
10868
  function w3({ containerId: e, containerId2: t }) {
10854
- return De(() => {
10869
+ return Me(() => {
10855
10870
  try {
10856
10871
  let n = function() {
10857
10872
  const u = window.twttr;
@@ -10934,7 +10949,7 @@ const Ng = (e) => {
10934
10949
  }
10935
10950
  ),
10936
10951
  /* @__PURE__ */ a(
10937
- bt,
10952
+ Ct,
10938
10953
  {
10939
10954
  className: se.playStyled,
10940
10955
  style: {
@@ -11049,7 +11064,7 @@ const Ng = (e) => {
11049
11064
  }
11050
11065
  }
11051
11066
  }, [e, t.info.link.internal, c]);
11052
- return De(() => {
11067
+ return Me(() => {
11053
11068
  r && l();
11054
11069
  }, [r, s, l]), !s?.data || s.data.length === 0 ? null : /* @__PURE__ */ a(
11055
11070
  Tg,
@@ -11091,9 +11106,9 @@ const Ng = (e) => {
11091
11106
  {
11092
11107
  className: r(s),
11093
11108
  style: { order: s },
11094
- children: /* @__PURE__ */ m("section", { className: Pt.content, children: [
11109
+ children: /* @__PURE__ */ m("section", { className: Dt.content, children: [
11095
11110
  /* @__PURE__ */ a(
11096
- B,
11111
+ L,
11097
11112
  {
11098
11113
  title: i?.title?.section,
11099
11114
  href: d?.link?.url ?? "invalidUrl",
@@ -11112,7 +11127,7 @@ const Ng = (e) => {
11112
11127
  )
11113
11128
  }
11114
11129
  ),
11115
- /* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
11130
+ /* @__PURE__ */ a("div", { className: Dt.newsDescription, children: /* @__PURE__ */ a(
11116
11131
  Ig,
11117
11132
  {
11118
11133
  main: i,
@@ -11137,14 +11152,14 @@ const Ng = (e) => {
11137
11152
  }, Ig = (e) => {
11138
11153
  const { share: t = !1, cutSubtitle: n = !0 } = e, o = (() => {
11139
11154
  if (!e?.authors || e.authors.length === 0) return "";
11140
- const s = e.authors[0], i = Me(e.info?.date?.modified);
11155
+ const s = e.authors[0], i = je(e.info?.date?.modified);
11141
11156
  return s && e?.config?.showtime && e.config?.showauthor ? `${s.fullname} - ${i}` : s && e.config?.showauthor ? s.fullname : e?.config?.showtime ? i : "";
11142
11157
  })();
11143
11158
  return /* @__PURE__ */ m("div", { className: re.boxInformation, children: [
11144
11159
  t && /* @__PURE__ */ a(Sg, { className: re.dotStyles }),
11145
11160
  e?.info?.section?.url && /* @__PURE__ */ m("div", { className: re.sectionDescriptionContainer, children: [
11146
11161
  /* @__PURE__ */ a(
11147
- B,
11162
+ L,
11148
11163
  {
11149
11164
  className: re.sectionDescription,
11150
11165
  href: e.info.section.url ?? "invalidUrl",
@@ -11154,7 +11169,7 @@ const Ng = (e) => {
11154
11169
  e?.main?.uppertitle && /* @__PURE__ */ a("p", { className: re.uppertitle, children: e.main.uppertitle })
11155
11170
  ] }),
11156
11171
  /* @__PURE__ */ a("h2", { className: re.articule, children: /* @__PURE__ */ a(
11157
- B,
11172
+ L,
11158
11173
  {
11159
11174
  className: re.linkStyled,
11160
11175
  style: {
@@ -11175,11 +11190,11 @@ const Ng = (e) => {
11175
11190
  "--lineHeightSubTitle": e.lineHeightSubTitle,
11176
11191
  "--colorSubTitle": e.colorSubTitle
11177
11192
  },
11178
- children: n ? je(e.main.subtitle.striped) : e.main.subtitle.striped
11193
+ children: n ? Qe(e.main.subtitle.striped) : e.main.subtitle.striped
11179
11194
  }
11180
11195
  ),
11181
11196
  (e?.config?.showtime || e.config?.showauthor) && o && /* @__PURE__ */ a(J, { children: e.authors?.[0]?.internaluser ? /* @__PURE__ */ a(
11182
- B,
11197
+ L,
11183
11198
  {
11184
11199
  className: re.correspondentLink,
11185
11200
  href: `/autor/${e.authors[0].name}`,
@@ -11328,7 +11343,7 @@ async function y3({
11328
11343
  throw h;
11329
11344
  }
11330
11345
  }
11331
- const Ye = {
11346
+ const Ke = {
11332
11347
  spam: "Es spam o contenido comercial no deseado",
11333
11348
  inappropriate: "Lenguaje inadecuado",
11334
11349
  hate: "Discurso o símbolos de odio",
@@ -11338,9 +11353,9 @@ const Ye = {
11338
11353
  bullying: "Bullying o acoso"
11339
11354
  };
11340
11355
  function v3(e) {
11341
- return Ye[e];
11356
+ return Ke[e];
11342
11357
  }
11343
- const mt = 300, Je = {
11358
+ const mt = 300, Ze = {
11344
11359
  username: "anonimo",
11345
11360
  firstname: "Usuario",
11346
11361
  lastname: "Anonimo"
@@ -11504,7 +11519,7 @@ function Xg() {
11504
11519
  function j(q) {
11505
11520
  return typeof q == "object" && q !== null && q.$$typeof === t;
11506
11521
  }
11507
- function L(q) {
11522
+ function B(q) {
11508
11523
  return x(q) === u;
11509
11524
  }
11510
11525
  function G(q) {
@@ -11528,7 +11543,7 @@ function Xg() {
11528
11543
  function ie(q) {
11529
11544
  return x(q) === h;
11530
11545
  }
11531
- ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer = R, ae.ContextProvider = K, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = k, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = U, ae.isElement = j, ae.isForwardRef = L, ae.isFragment = G, ae.isLazy = H, ae.isMemo = V, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
11546
+ ae.AsyncMode = v, ae.ConcurrentMode = O, ae.ContextConsumer = R, ae.ContextProvider = K, ae.Element = te, ae.ForwardRef = Q, ae.Fragment = P, ae.Lazy = ee, ae.Memo = ce, ae.Portal = M, ae.Profiler = k, ae.StrictMode = E, ae.Suspense = D, ae.isAsyncMode = z, ae.isConcurrentMode = y, ae.isContextConsumer = C, ae.isContextProvider = U, ae.isElement = j, ae.isForwardRef = B, ae.isFragment = G, ae.isLazy = H, ae.isMemo = V, ae.isPortal = Z, ae.isProfiler = X, ae.isStrictMode = F, ae.isSuspense = ie, ae.isValidElementType = N, ae.typeOf = x;
11532
11547
  })()), ae;
11533
11548
  }
11534
11549
  var Sr;
@@ -11713,16 +11728,16 @@ function np() {
11713
11728
  }
11714
11729
  return H[V] == null ? G ? H[V] === null ? new p("The " + X + " `" + F + "` is marked as required " + ("in `" + Z + "`, but its value is `null`.")) : new p("The " + X + " `" + F + "` is marked as required in " + ("`" + Z + "`, but its value is `undefined`.")) : null : y(H, V, Z, X, F);
11715
11730
  }
11716
- var L = j.bind(null, !1);
11717
- return L.isRequired = j.bind(null, !0), L;
11731
+ var B = j.bind(null, !1);
11732
+ return B.isRequired = j.bind(null, !0), B;
11718
11733
  }
11719
11734
  function _(y) {
11720
- function C(U, j, L, G, H, V) {
11735
+ function C(U, j, B, G, H, V) {
11721
11736
  var Z = U[j], X = E(Z);
11722
11737
  if (X !== y) {
11723
11738
  var F = D(Z);
11724
11739
  return new p(
11725
- "Invalid " + G + " `" + H + "` of type " + ("`" + F + "` supplied to `" + L + "`, expected ") + ("`" + y + "`."),
11740
+ "Invalid " + G + " `" + H + "` of type " + ("`" + F + "` supplied to `" + B + "`, expected ") + ("`" + y + "`."),
11726
11741
  { expectedType: y }
11727
11742
  );
11728
11743
  }
@@ -11734,16 +11749,16 @@ function np() {
11734
11749
  return w(i);
11735
11750
  }
11736
11751
  function N(y) {
11737
- function C(U, j, L, G, H) {
11752
+ function C(U, j, B, G, H) {
11738
11753
  if (typeof y != "function")
11739
- return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside arrayOf.");
11754
+ return new p("Property `" + H + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
11740
11755
  var V = U[j];
11741
11756
  if (!Array.isArray(V)) {
11742
11757
  var Z = E(V);
11743
- return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an array."));
11758
+ return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an array."));
11744
11759
  }
11745
11760
  for (var X = 0; X < V.length; X++) {
11746
- var F = y(V, X, L, G, H + "[" + X + "]", n);
11761
+ var F = y(V, X, B, G, H + "[" + X + "]", n);
11747
11762
  if (F instanceof Error)
11748
11763
  return F;
11749
11764
  }
@@ -11752,32 +11767,32 @@ function np() {
11752
11767
  return w(C);
11753
11768
  }
11754
11769
  function x() {
11755
- function y(C, U, j, L, G) {
11770
+ function y(C, U, j, B, G) {
11756
11771
  var H = C[U];
11757
11772
  if (!c(H)) {
11758
11773
  var V = E(H);
11759
- return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
11774
+ return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement."));
11760
11775
  }
11761
11776
  return null;
11762
11777
  }
11763
11778
  return w(y);
11764
11779
  }
11765
11780
  function v() {
11766
- function y(C, U, j, L, G) {
11781
+ function y(C, U, j, B, G) {
11767
11782
  var H = C[U];
11768
11783
  if (!e.isValidElementType(H)) {
11769
11784
  var V = E(H);
11770
- return new p("Invalid " + L + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
11785
+ return new p("Invalid " + B + " `" + G + "` of type " + ("`" + V + "` supplied to `" + j + "`, expected a single ReactElement type."));
11771
11786
  }
11772
11787
  return null;
11773
11788
  }
11774
11789
  return w(y);
11775
11790
  }
11776
11791
  function O(y) {
11777
- function C(U, j, L, G, H) {
11792
+ function C(U, j, B, G, H) {
11778
11793
  if (!(U[j] instanceof y)) {
11779
11794
  var V = y.name || f, Z = z(U[j]);
11780
- return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected ") + ("instance of `" + V + "`."));
11795
+ return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected ") + ("instance of `" + V + "`."));
11781
11796
  }
11782
11797
  return null;
11783
11798
  }
@@ -11788,7 +11803,7 @@ function np() {
11788
11803
  return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? s(
11789
11804
  "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])."
11790
11805
  ) : s("Invalid argument supplied to oneOf, expected an array.")), i;
11791
- function C(U, j, L, G, H) {
11806
+ function C(U, j, B, G, H) {
11792
11807
  for (var V = U[j], Z = 0; Z < y.length; Z++)
11793
11808
  if (g(V, y[Z]))
11794
11809
  return null;
@@ -11796,20 +11811,20 @@ function np() {
11796
11811
  var Ae = D(q);
11797
11812
  return Ae === "symbol" ? String(q) : q;
11798
11813
  });
11799
- return new p("Invalid " + G + " `" + H + "` of value `" + String(V) + "` " + ("supplied to `" + L + "`, expected one of " + X + "."));
11814
+ return new p("Invalid " + G + " `" + H + "` of value `" + String(V) + "` " + ("supplied to `" + B + "`, expected one of " + X + "."));
11800
11815
  }
11801
11816
  return w(C);
11802
11817
  }
11803
11818
  function K(y) {
11804
- function C(U, j, L, G, H) {
11819
+ function C(U, j, B, G, H) {
11805
11820
  if (typeof y != "function")
11806
- return new p("Property `" + H + "` of component `" + L + "` has invalid PropType notation inside objectOf.");
11821
+ return new p("Property `" + H + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
11807
11822
  var V = U[j], Z = E(V);
11808
11823
  if (Z !== "object")
11809
- return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + L + "`, expected an object."));
11824
+ return new p("Invalid " + G + " `" + H + "` of type " + ("`" + Z + "` supplied to `" + B + "`, expected an object."));
11810
11825
  for (var X in V)
11811
11826
  if (r(V, X)) {
11812
- var F = y(V, X, L, G, H + "." + X, n);
11827
+ var F = y(V, X, B, G, H + "." + X, n);
11813
11828
  if (F instanceof Error)
11814
11829
  return F;
11815
11830
  }
@@ -11827,9 +11842,9 @@ function np() {
11827
11842
  "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + T(U) + " at index " + C + "."
11828
11843
  ), i;
11829
11844
  }
11830
- function j(L, G, H, V, Z) {
11845
+ function j(B, G, H, V, Z) {
11831
11846
  for (var X = [], F = 0; F < y.length; F++) {
11832
- var ie = y[F], q = ie(L, G, H, V, Z, n);
11847
+ var ie = y[F], q = ie(B, G, H, V, Z, n);
11833
11848
  if (q == null)
11834
11849
  return null;
11835
11850
  q.data && r(q.data, "expectedType") && X.push(q.data.expectedType);
@@ -11840,26 +11855,26 @@ function np() {
11840
11855
  return w(j);
11841
11856
  }
11842
11857
  function Q() {
11843
- function y(C, U, j, L, G) {
11844
- return M(C[U]) ? null : new p("Invalid " + L + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
11858
+ function y(C, U, j, B, G) {
11859
+ return M(C[U]) ? null : new p("Invalid " + B + " `" + G + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
11845
11860
  }
11846
11861
  return w(y);
11847
11862
  }
11848
- function P(y, C, U, j, L) {
11863
+ function P(y, C, U, j, B) {
11849
11864
  return new p(
11850
- (y || "React class") + ": " + C + " type `" + U + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + L + "`."
11865
+ (y || "React class") + ": " + C + " type `" + U + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
11851
11866
  );
11852
11867
  }
11853
11868
  function ee(y) {
11854
- function C(U, j, L, G, H) {
11869
+ function C(U, j, B, G, H) {
11855
11870
  var V = U[j], Z = E(V);
11856
11871
  if (Z !== "object")
11857
- return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
11872
+ return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11858
11873
  for (var X in y) {
11859
11874
  var F = y[X];
11860
11875
  if (typeof F != "function")
11861
- return P(L, G, H, X, D(F));
11862
- var ie = F(V, X, L, G, H + "." + X, n);
11876
+ return P(B, G, H, X, D(F));
11877
+ var ie = F(V, X, B, G, H + "." + X, n);
11863
11878
  if (ie)
11864
11879
  return ie;
11865
11880
  }
@@ -11868,21 +11883,21 @@ function np() {
11868
11883
  return w(C);
11869
11884
  }
11870
11885
  function ce(y) {
11871
- function C(U, j, L, G, H) {
11886
+ function C(U, j, B, G, H) {
11872
11887
  var V = U[j], Z = E(V);
11873
11888
  if (Z !== "object")
11874
- return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + L + "`, expected `object`."));
11889
+ return new p("Invalid " + G + " `" + H + "` of type `" + Z + "` " + ("supplied to `" + B + "`, expected `object`."));
11875
11890
  var X = t({}, U[j], y);
11876
11891
  for (var F in X) {
11877
11892
  var ie = y[F];
11878
11893
  if (r(y, F) && typeof ie != "function")
11879
- return P(L, G, H, F, D(ie));
11894
+ return P(B, G, H, F, D(ie));
11880
11895
  if (!ie)
11881
11896
  return new p(
11882
- "Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + L + "`.\nBad object: " + JSON.stringify(U[j], null, " ") + `
11897
+ "Invalid " + G + " `" + H + "` key `" + F + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(U[j], null, " ") + `
11883
11898
  Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
11884
11899
  );
11885
- var q = ie(V, F, L, G, H + "." + F, n);
11900
+ var q = ie(V, F, B, G, H + "." + F, n);
11886
11901
  if (q)
11887
11902
  return q;
11888
11903
  }
@@ -11912,8 +11927,8 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
11912
11927
  return !1;
11913
11928
  } else
11914
11929
  for (; !(j = U.next()).done; ) {
11915
- var L = j.value;
11916
- if (L && !M(L[1]))
11930
+ var B = j.value;
11931
+ if (B && !M(B[1]))
11917
11932
  return !1;
11918
11933
  }
11919
11934
  } else
@@ -12021,7 +12036,7 @@ function rp() {
12021
12036
  return an.exports;
12022
12037
  }
12023
12038
  var op = /* @__PURE__ */ rp();
12024
- const be = /* @__PURE__ */ _t(op);
12039
+ const be = /* @__PURE__ */ Nt(op);
12025
12040
  var sp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
12026
12041
  function da() {
12027
12042
  return da = Object.assign ? Object.assign.bind() : function(e) {
@@ -12216,7 +12231,7 @@ function lp() {
12216
12231
  return ea = A, ea;
12217
12232
  }
12218
12233
  var dp = lp();
12219
- const up = /* @__PURE__ */ _t(dp);
12234
+ const up = /* @__PURE__ */ Nt(dp);
12220
12235
  function ha() {
12221
12236
  return ha = Object.assign || function(e) {
12222
12237
  for (var t = 1; t < arguments.length; t++) {
@@ -12237,7 +12252,7 @@ function hp(e, t) {
12237
12252
  function mp(e, t) {
12238
12253
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
12239
12254
  }
12240
- var Re = {}, fp = 0;
12255
+ var Le = {}, fp = 0;
12241
12256
  function gp(e, t) {
12242
12257
  return t = t || {}, function(r) {
12243
12258
  var o = r.displayName || r.name || "Component", s = /* @__PURE__ */ (function(c) {
@@ -12257,7 +12272,7 @@ function gp(e, t) {
12257
12272
  return f.props.asyncScriptOnLoad && f.props.asyncScriptOnLoad(f.state);
12258
12273
  });
12259
12274
  }, l.asyncScriptLoaderTriggerOnScriptLoaded = function() {
12260
- var h = Re[this.__scriptURL];
12275
+ var h = Le[this.__scriptURL];
12261
12276
  if (!h || !h.loaded)
12262
12277
  throw new Error("Script is not loaded.");
12263
12278
  for (var f in h.observers)
@@ -12265,11 +12280,11 @@ function gp(e, t) {
12265
12280
  delete window[t.callbackName];
12266
12281
  }, l.componentDidMount = function() {
12267
12282
  var h = this, f = this.setupScriptURL(), A = this.asyncScriptLoaderGetScriptLoaderID(), g = t, p = g.globalName, w = g.callbackName, _ = g.scriptId;
12268
- if (p && typeof window[p] < "u" && (Re[f] = {
12283
+ if (p && typeof window[p] < "u" && (Le[f] = {
12269
12284
  loaded: !0,
12270
12285
  observers: {}
12271
- }), Re[f]) {
12272
- var S = Re[f];
12286
+ }), Le[f]) {
12287
+ var S = Le[f];
12273
12288
  if (S && (S.loaded || S.errored)) {
12274
12289
  this.asyncScriptLoaderHandleLoad(S);
12275
12290
  return;
@@ -12282,7 +12297,7 @@ function gp(e, t) {
12282
12297
  var N = {};
12283
12298
  N[A] = function(R) {
12284
12299
  return h.asyncScriptLoaderHandleLoad(R);
12285
- }, Re[f] = {
12300
+ }, Le[f] = {
12286
12301
  loaded: !1,
12287
12302
  observers: N
12288
12303
  };
@@ -12292,8 +12307,8 @@ function gp(e, t) {
12292
12307
  x.setAttribute(v, t.attributes[v]);
12293
12308
  _ && (x.id = _);
12294
12309
  var O = function(K) {
12295
- if (Re[f]) {
12296
- var te = Re[f], Q = te.observers;
12310
+ if (Le[f]) {
12311
+ var te = Le[f], Q = te.observers;
12297
12312
  for (var P in Q)
12298
12313
  K(Q[P]) && delete Q[P];
12299
12314
  }
@@ -12301,12 +12316,12 @@ function gp(e, t) {
12301
12316
  w && typeof window < "u" && (window[w] = function() {
12302
12317
  return h.asyncScriptLoaderTriggerOnScriptLoaded();
12303
12318
  }), x.onload = function() {
12304
- var R = Re[f];
12319
+ var R = Le[f];
12305
12320
  R && (R.loaded = !0, O(function(K) {
12306
12321
  return w ? !1 : (K(R), !0);
12307
12322
  }));
12308
12323
  }, x.onerror = function() {
12309
- var R = Re[f];
12324
+ var R = Le[f];
12310
12325
  R && (R.errored = !0, O(function(K) {
12311
12326
  return K(R), !0;
12312
12327
  }));
@@ -12316,8 +12331,8 @@ function gp(e, t) {
12316
12331
  if (t.removeOnUnmount === !0)
12317
12332
  for (var f = document.getElementsByTagName("script"), A = 0; A < f.length; A += 1)
12318
12333
  f[A].src.indexOf(h) > -1 && f[A].parentNode && f[A].parentNode.removeChild(f[A]);
12319
- var g = Re[h];
12320
- g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Re[h]);
12334
+ var g = Le[h];
12335
+ g && (delete g.observers[this.asyncScriptLoaderGetScriptLoaderID()], t.removeOnUnmount === !0 && delete Le[h]);
12321
12336
  }, l.render = function() {
12322
12337
  var h = t.globalName, f = this.props;
12323
12338
  f.asyncScriptOnLoad;
@@ -12376,7 +12391,7 @@ const Uo = gp(Ap, {
12376
12391
  successContainer: Qp,
12377
12392
  thumbsUp: Gp,
12378
12393
  successMessage: zp
12379
- }, Ze = () => /* @__PURE__ */ a(
12394
+ }, Xe = () => /* @__PURE__ */ a(
12380
12395
  "svg",
12381
12396
  {
12382
12397
  xmlns: "http://www.w3.org/2000/svg",
@@ -12397,22 +12412,22 @@ const Uo = gp(Ap, {
12397
12412
  const [s, i] = Y("form"), [c, d] = Y(
12398
12413
  ""
12399
12414
  ), [l, u] = Y(""), [h, f] = Y(""), A = [
12400
- { id: "spam", label: Ye.spam },
12415
+ { id: "spam", label: Ke.spam },
12401
12416
  {
12402
12417
  id: "inappropriate",
12403
- label: Ye.inappropriate
12418
+ label: Ke.inappropriate
12404
12419
  },
12405
- { id: "hate", label: Ye.hate },
12420
+ { id: "hate", label: Ke.hate },
12406
12421
  {
12407
12422
  id: "misinformation",
12408
- label: Ye.misinformation
12423
+ label: Ke.misinformation
12409
12424
  },
12410
- { id: "terrorism", label: Ye.terrorism },
12425
+ { id: "terrorism", label: Ke.terrorism },
12411
12426
  {
12412
12427
  id: "intellectual",
12413
- label: Ye.intellectual
12428
+ label: Ke.intellectual
12414
12429
  },
12415
- { id: "bullying", label: Ye.bullying }
12430
+ { id: "bullying", label: Ke.bullying }
12416
12431
  ], g = async () => {
12417
12432
  if (!(!c || !n)) {
12418
12433
  if (Io(document).includes(n)) {
@@ -12431,7 +12446,7 @@ const Uo = gp(Ap, {
12431
12446
  username: o,
12432
12447
  id: n,
12433
12448
  captchaToken: h,
12434
- type: Ye[c]
12449
+ type: Ke[c]
12435
12450
  // Enviamos el label completo
12436
12451
  })
12437
12452
  })).json();
@@ -12449,9 +12464,9 @@ const Uo = gp(Ap, {
12449
12464
  i("form"), d(""), u(""), t();
12450
12465
  };
12451
12466
  return !e || !n || !o ? null : /* @__PURE__ */ a("div", { className: ue.overlay, children: /* @__PURE__ */ m("div", { className: ue.popup, children: [
12452
- /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: p, children: /* @__PURE__ */ a(Tt, {}) }),
12467
+ /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: p, children: /* @__PURE__ */ a(It, {}) }),
12453
12468
  /* @__PURE__ */ a("h2", { className: ue.title, children: "Reportar Abuso" }),
12454
- s === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Ze, {}) }),
12469
+ s === "loading" && /* @__PURE__ */ a("div", { className: ue.loadingContainer, children: /* @__PURE__ */ a(Xe, {}) }),
12455
12470
  s === "form" || s === "loading" ? /* @__PURE__ */ m(J, { children: [
12456
12471
  /* @__PURE__ */ a("div", { className: ue.optionsContainer, children: A.map((w) => /* @__PURE__ */ m("label", { className: ue.option, children: [
12457
12472
  /* @__PURE__ */ a(
@@ -12604,7 +12619,7 @@ async function Vp({
12604
12619
  }
12605
12620
  const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12606
12621
  const [t, n] = Y(void 0);
12607
- return De(() => {
12622
+ return Me(() => {
12608
12623
  if (t) return;
12609
12624
  (async () => {
12610
12625
  const { PUBLIC_X_SECURITY_TOKEN: o } = $();
@@ -12628,7 +12643,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12628
12643
  }, qo = ({ username: e, date: t }) => /* @__PURE__ */ m("div", { className: "comment-header", children: [
12629
12644
  /* @__PURE__ */ a("span", { className: "comment-username", children: e }),
12630
12645
  /* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
12631
- /* @__PURE__ */ a("span", { className: "comment-date", children: Yg(Me(Number(t))) })
12646
+ /* @__PURE__ */ a("span", { className: "comment-date", children: Yg(je(Number(t))) })
12632
12647
  ] }), Ro = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
12633
12648
  "img",
12634
12649
  {
@@ -12682,7 +12697,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12682
12697
  ]
12683
12698
  }
12684
12699
  ) })
12685
- ] }), Bo = ({ commentRef: e, captchaToken: t = "", setIsDisabled: n }) => (De(() => {
12700
+ ] }), Bo = ({ commentRef: e, captchaToken: t = "", setIsDisabled: n }) => (Me(() => {
12686
12701
  const r = e.current;
12687
12702
  if (!r) return;
12688
12703
  const o = () => {
@@ -12830,7 +12845,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12830
12845
  t.current?.parentElement && (t.current.parentElement.dataset.text = `0/${mt}`), c(!0), s();
12831
12846
  };
12832
12847
  return /* @__PURE__ */ m("div", { className: "comment-form reply-form", children: [
12833
- /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: u, children: /* @__PURE__ */ a(Tt, {}) }),
12848
+ /* @__PURE__ */ a("button", { className: "close-reply-form", onClick: u, children: /* @__PURE__ */ a(It, {}) }),
12834
12849
  /* @__PURE__ */ a(
12835
12850
  Bo,
12836
12851
  {
@@ -12871,9 +12886,9 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12871
12886
  ] });
12872
12887
  }, Zp = ({ reply: e, replyingTo: t, user: n, onFlag: r }) => {
12873
12888
  const o = e.text;
12874
- let s = `${Je.firstname} ${Je.lastname}`, i = Je.username;
12889
+ let s = `${Ze.firstname} ${Ze.lastname}`, i = Ze.username;
12875
12890
  return e.user && (s = `${e.user.firstname} ${e.user.lastname}`, i = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ m("div", { className: "comment-header-container", children: [
12876
- /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
12891
+ /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Ze }),
12877
12892
  /* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
12878
12893
  /* @__PURE__ */ a(qo, { username: s, date: e.date.time }),
12879
12894
  /* @__PURE__ */ m("div", { className: "comment-reply-to", children: [
@@ -12887,7 +12902,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12887
12902
  ] }) });
12888
12903
  }, Xp = ({ comment: e, replyingTo: t, path: n, user: r, handleReplyingTo: o, onFlag: s }) => {
12889
12904
  const i = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [c, d] = Y(i), [l, u] = Ee.useState(!1), h = process.env.PUBLIC_PUBLICATION_ID ?? "", f = e.text, A = Ee.useRef(null);
12890
- let g = `${Je.firstname} ${Je.lastname}`, p = Je.username;
12905
+ let g = `${Ze.firstname} ${Ze.lastname}`, p = Ze.username;
12891
12906
  e.user && (g = `${e.user.firstname} ${e.user.lastname}`, p = e.user.username);
12892
12907
  const w = (_) => {
12893
12908
  d({ morereply: c.morereply, reply: [_, ...c.reply] });
@@ -12898,7 +12913,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12898
12913
  className: "comment-header-container",
12899
12914
  "data-hasreplies": c.reply.length > 0 ? "true" : "false",
12900
12915
  children: [
12901
- /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Je }),
12916
+ /* @__PURE__ */ a(Ro, { user: e.user ? e.user : Ze }),
12902
12917
  /* @__PURE__ */ m("div", { style: { flex: 1 }, children: [
12903
12918
  /* @__PURE__ */ a(qo, { username: g, date: e.date.time }),
12904
12919
  /* @__PURE__ */ a("p", { className: "comment-text", children: f }),
@@ -12932,7 +12947,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
12932
12947
  },
12933
12948
  _.id
12934
12949
  )),
12935
- l ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(Ze, {}) }) : c.morereply && /* @__PURE__ */ a(
12950
+ l ? /* @__PURE__ */ a("div", { style: { marginLeft: "4rem", position: "relative" }, children: /* @__PURE__ */ a(Xe, {}) }) : c.morereply && /* @__PURE__ */ a(
12936
12951
  "button",
12937
12952
  {
12938
12953
  className: "comment-replies-button reply-button",
@@ -13051,7 +13066,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
13051
13066
  } catch (R) {
13052
13067
  throw f(!1), new Error(`Error al obtener comentarios: ${R}`);
13053
13068
  }
13054
- }, S = l?.comments && l.comments.length > 0, N = S ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", x = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Ze, {}) });
13069
+ }, S = l?.comments && l.comments.length > 0, N = S ? "Comparte tu opinión de este artículo." : "Se el primero en compartir tu opinión de este artículo.", x = /* @__PURE__ */ a("div", { style: { display: "flex", width: "100%", justifyContent: "center" }, children: /* @__PURE__ */ a(Xe, {}) });
13055
13070
  return /* @__PURE__ */ m(J, { children: [
13056
13071
  /* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(me, { title: S || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ m(J, { children: [
13057
13072
  e && n && /* @__PURE__ */ m("div", { className: "comments-header", children: [
@@ -13086,7 +13101,7 @@ const { PUBLIC_PUBLICATION_ID: Fp } = $(), Wp = Fp, $p = (e) => {
13086
13101
  replyingTo: c,
13087
13102
  handleReplyingTo: g,
13088
13103
  onFlag: w,
13089
- user: n ?? Je,
13104
+ user: n ?? Ze,
13090
13105
  path: o
13091
13106
  },
13092
13107
  v.id
@@ -13321,7 +13336,7 @@ function r9({ goToLogin: e, handleGoogleLogin: t }) {
13321
13336
  /* @__PURE__ */ a("a", { href: "/pages/politicas-de-privacidad.html", target: "_blank", children: "Términos y Condiciones" }),
13322
13337
  "de nuestra comunidad"
13323
13338
  ] }),
13324
- /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Ze, {}) : "Crear cuenta" })
13339
+ /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Xe, {}) : "Crear cuenta" })
13325
13340
  ]
13326
13341
  }
13327
13342
  )
@@ -13348,7 +13363,7 @@ function r9({ goToLogin: e, handleGoogleLogin: t }) {
13348
13363
  )
13349
13364
  ] }),
13350
13365
  d && /* @__PURE__ */ a("p", { className: I.error, children: d }),
13351
- /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Ze, {}) : "Confirmar cuenta" }),
13366
+ /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: i, children: i ? /* @__PURE__ */ a(Xe, {}) : "Confirmar cuenta" }),
13352
13367
  /* @__PURE__ */ m("p", { className: I.switch, children: [
13353
13368
  "¿Ya confirmaste antes?",
13354
13369
  /* @__PURE__ */ a("button", { type: "button", onClick: e, children: "Iniciar sesión" })
@@ -13602,7 +13617,7 @@ function s9({
13602
13617
  ] })
13603
13618
  ] }),
13604
13619
  o && /* @__PURE__ */ a("p", { className: I.error, children: o }),
13605
- /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: r, children: r ? /* @__PURE__ */ a(Ze, {}) : "Iniciar Sesión" })
13620
+ /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: r, children: r ? /* @__PURE__ */ a(Xe, {}) : "Iniciar Sesión" })
13606
13621
  ]
13607
13622
  }
13608
13623
  ),
@@ -13652,7 +13667,7 @@ function i9({
13652
13667
  )
13653
13668
  ] }),
13654
13669
  r && /* @__PURE__ */ a("p", { className: I.error, children: r }),
13655
- /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: n, children: n ? /* @__PURE__ */ a(Ze, {}) : "Enviar código" }),
13670
+ /* @__PURE__ */ a("button", { type: "submit", className: I.primary, disabled: n, children: n ? /* @__PURE__ */ a(Xe, {}) : "Enviar código" }),
13656
13671
  /* @__PURE__ */ a("p", { className: I.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: s, children: "Volver" }) })
13657
13672
  ]
13658
13673
  }
@@ -13761,7 +13776,7 @@ function c9({
13761
13776
  className: I.primary,
13762
13777
  style: { maxWidth: s ? "revert-layer" : "fit-content" },
13763
13778
  disabled: s,
13764
- children: s ? /* @__PURE__ */ a(Ze, {}) : "Cambiar contraseña"
13779
+ children: s ? /* @__PURE__ */ a(Xe, {}) : "Cambiar contraseña"
13765
13780
  }
13766
13781
  ),
13767
13782
  /* @__PURE__ */ a("p", { className: I.switch, children: /* @__PURE__ */ a("button", { type: "button", onClick: f, children: "Volver" }) })
@@ -13807,7 +13822,7 @@ function d9({
13807
13822
  onClick: t,
13808
13823
  className: I.close,
13809
13824
  "aria-label": "Cerrar",
13810
- children: /* @__PURE__ */ a(Tt, {})
13825
+ children: /* @__PURE__ */ a(It, {})
13811
13826
  }
13812
13827
  )
13813
13828
  ] }),
@@ -13902,9 +13917,9 @@ function h9({
13902
13917
  }
13903
13918
  }
13904
13919
  }, [e, c]);
13905
- De(() => {
13920
+ Me(() => {
13906
13921
  d();
13907
- }, [d, e]), De(() => {
13922
+ }, [d, e]), Me(() => {
13908
13923
  if (!s || !e || typeof window > "u") return;
13909
13924
  const h = window;
13910
13925
  if (typeof h != "function") {
@@ -13923,7 +13938,7 @@ function h9({
13923
13938
  minHeight: 310,
13924
13939
  position: "relative"
13925
13940
  },
13926
- children: /* @__PURE__ */ a(Ze, {})
13941
+ children: /* @__PURE__ */ a(Xe, {})
13927
13942
  }
13928
13943
  );
13929
13944
  return r === null ? u : e ? /* @__PURE__ */ a(
@@ -14138,10 +14153,10 @@ export {
14138
14153
  ge as BannerAdvertising,
14139
14154
  rt as BannerAdvertisingMiddle,
14140
14155
  $9 as CarrouselCSR,
14141
- Et as CarrouselIRS,
14156
+ xt as CarrouselIRS,
14142
14157
  Y2 as CarruselCard,
14143
14158
  rf as CarruselOpinion,
14144
- Le as CommonServices,
14159
+ Be as CommonServices,
14145
14160
  Go as Comscore,
14146
14161
  l3 as ContactInfoServer,
14147
14162
  X9 as ContactInput,
@@ -14195,12 +14210,12 @@ export {
14195
14210
  vn as NextPrev,
14196
14211
  Is as OrgList,
14197
14212
  Da as PreloadImages,
14198
- Ye as REPORT_REASONS,
14213
+ Ke as REPORT_REASONS,
14199
14214
  ba as Readest,
14200
14215
  w3 as ScriptHydrator,
14201
14216
  g3 as SearchSection,
14202
14217
  me as Section,
14203
- Xe as SectionCard,
14218
+ et as SectionCard,
14204
14219
  Un as SectionCard2,
14205
14220
  ca as SectionCardServerComponent,
14206
14221
  c3 as SectionServerComponent,
@@ -14222,13 +14237,13 @@ export {
14222
14237
  ks as WebsiteList,
14223
14238
  C3 as addComment,
14224
14239
  ga as bannersReplace,
14225
- Dt as becomeVideoObject,
14226
- jt as buildTagUrl,
14240
+ Mt as becomeVideoObject,
14241
+ vt as buildTagUrl,
14227
14242
  id as coloringByStrokeSVGs,
14228
14243
  Ea as compileStyleProps,
14229
- je as cutString,
14244
+ Qe as cutString,
14230
14245
  A9 as extractRealtedNews,
14231
- Me as formatDate,
14246
+ je as formatDate,
14232
14247
  p9 as formatDateEdiciones,
14233
14248
  Mr as formatDateJournalistArticule,
14234
14249
  ls as formatDateTimeline,