sass-template-common 0.2.66 → 0.2.68

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.
@@ -54,7 +54,7 @@ let ta = {
54
54
  SHOW_NEWS_MORE_NEWS: !0,
55
55
  SHOW_NEWS_RELATED_NEWS: !0
56
56
  };
57
- function y9(e = {}) {
57
+ function w9(e = {}) {
58
58
  ta = { ...ta, ...e };
59
59
  }
60
60
  function Y() {
@@ -650,7 +650,7 @@ const Nn = (e) => e === "en" ? "en" : "es", Me = (e, t) => {
650
650
  }, mo = (e) => {
651
651
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Nn(t ?? "es");
652
652
  return xe.tz(e, n).locale(s).format("MM/DD/YYYY [•] HH:mm [HS]");
653
- }, w9 = (e) => {
653
+ }, v9 = (e) => {
654
654
  const { PUBLIC_LNG: t, DATE_TIMEZONE: n } = Y(), s = Nn(t ?? "es");
655
655
  return xe.tz(e, n).locale(s).format("dddd DD [de] MMMM YYYY");
656
656
  }, je = (e, t = 136) => e && e.length > t ? `${e.substring(0, t)}...` : e;
@@ -704,7 +704,7 @@ const Dt = (e, t, n, s) => ({
704
704
  tags: []
705
705
  }
706
706
  });
707
- function v9(e) {
707
+ function b9(e) {
708
708
  if (!e || !e.body || !e.body.rendered) return [];
709
709
  const t = e?.body?.rendered, n = [], s = t.match(
710
710
  /<div[^>]*class=["'][^"']*ck-related-news[^"']*["'][^>]*>[\s\S]*?<\/div>/gi
@@ -721,7 +721,7 @@ function v9(e) {
721
721
  }
722
722
  return n;
723
723
  }
724
- const b9 = async (e, t) => {
724
+ const C9 = async (e, t) => {
725
725
  const n = [];
726
726
  return e.forEach((o) => {
727
727
  o.forEach(async (i) => {
@@ -983,7 +983,7 @@ const b9 = async (e, t) => {
983
983
  o > 0 && (s += `/${r}`);
984
984
  }), `${s}/page/${n - 1}`;
985
985
  };
986
- function C9(e) {
986
+ function _9(e) {
987
987
  const t = e.length;
988
988
  return t > 1 && e.charCodeAt(t - 1) === 47 ? e.slice(0, t - 1) : e;
989
989
  }
@@ -1042,7 +1042,7 @@ const bo = () => {
1042
1042
  ]
1043
1043
  }
1044
1044
  };
1045
- }, _9 = (e) => {
1045
+ }, N9 = (e) => {
1046
1046
  let t = "";
1047
1047
  if (e.params.news.match(/.*t[0-9]*.html/g)) {
1048
1048
  const n = e.params.news.split("-"), s = n[n.length - 1] ?? "", r = s.substring(1, 9), o = s.substring(9, 13);
@@ -1060,7 +1060,7 @@ const bo = () => {
1060
1060
  }
1061
1061
  return e.config.servicePrefix + t;
1062
1062
  };
1063
- function N9(e) {
1063
+ function S9(e) {
1064
1064
  const t = e.split("-"), n = t[t.length - 1]?.split("."), s = n && n[0] ? n[0] : "", r = s.substring(0, 2), o = s.substring(2, 10), i = s.substring(10);
1065
1065
  return { path: {
1066
1066
  vy: (d) => `/videos/video-youtube/${xe(o).format(
@@ -1075,7 +1075,7 @@ function N9(e) {
1075
1075
  const vt = (e, t) => {
1076
1076
  const n = e.name.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/Ñ/g, "n").replace(/[^\w\s]/gi, "").replaceAll(" ", "-").toLowerCase();
1077
1077
  return t.tema ? `/${t.tema}/${n}-t${e.id}` : `/${n}-t${e.id}`;
1078
- }, S9 = (e) => {
1078
+ }, E9 = (e) => {
1079
1079
  const { AssetsPrefix: t = "", AssetsPath: n = "src", isDev: s = !1 } = e;
1080
1080
  return s ? "src" : t + n;
1081
1081
  }, No = { prerender: [
@@ -1380,7 +1380,7 @@ const ko = async ({
1380
1380
  }, Yt = (e) => {
1381
1381
  const t = e.split("/"), n = t[t.length - 1] ?? "1";
1382
1382
  return Number(n) > 0 ? Number(n) : 1;
1383
- }, E9 = (e, t = 2) => {
1383
+ }, x9 = (e, t = 2) => {
1384
1384
  if (!e || e.length === 0) return [];
1385
1385
  const n = [];
1386
1386
  for (let s = 0; s < t; s++) {
@@ -1393,7 +1393,7 @@ const ko = async ({
1393
1393
  }
1394
1394
  return n;
1395
1395
  };
1396
- class x9 {
1396
+ class T9 {
1397
1397
  exclude = "keywords,gallery,related,relatedexternal,external,customfields";
1398
1398
  config = {};
1399
1399
  imgSizes = {};
@@ -3266,22 +3266,22 @@ re.getAdapter = mr.getAdapter;
3266
3266
  re.HttpStatusCode = ra;
3267
3267
  re.default = re;
3268
3268
  const {
3269
- Axios: k9,
3270
- AxiosError: U9,
3271
- CanceledError: q9,
3272
- isCancel: R9,
3273
- CancelToken: L9,
3274
- VERSION: B9,
3275
- all: O9,
3276
- Cancel: P9,
3277
- isAxiosError: D9,
3278
- spread: M9,
3279
- toFormData: j9,
3280
- AxiosHeaders: Q9,
3281
- HttpStatusCode: G9,
3282
- formToJSON: H9,
3283
- getAdapter: z9,
3284
- mergeConfig: V9
3269
+ Axios: U9,
3270
+ AxiosError: q9,
3271
+ CanceledError: R9,
3272
+ isCancel: L9,
3273
+ CancelToken: B9,
3274
+ VERSION: O9,
3275
+ all: P9,
3276
+ Cancel: D9,
3277
+ isAxiosError: M9,
3278
+ spread: j9,
3279
+ toFormData: Q9,
3280
+ AxiosHeaders: G9,
3281
+ HttpStatusCode: H9,
3282
+ formToJSON: z9,
3283
+ getAdapter: V9,
3284
+ mergeConfig: F9
3285
3285
  } = re;
3286
3286
  class dt {
3287
3287
  constructor(t) {
@@ -3423,7 +3423,7 @@ class mc extends dt {
3423
3423
  return { blockSass: n.data.data };
3424
3424
  };
3425
3425
  }
3426
- class F9 {
3426
+ class $9 {
3427
3427
  issuuApi = "https://api.issuu.com/v2";
3428
3428
  api = void 0;
3429
3429
  constructor(t) {
@@ -3459,7 +3459,7 @@ class F9 {
3459
3459
  }
3460
3460
  }
3461
3461
  }
3462
- const $9 = async (e, t, n, s, r, o, i) => {
3462
+ const W9 = async (e, t, n, s, r, o, i) => {
3463
3463
  const c = new mc({
3464
3464
  config: t,
3465
3465
  imgSizes: n,
@@ -3489,7 +3489,7 @@ const $9 = async (e, t, n, s, r, o, i) => {
3489
3489
  }, hc = (e) => {
3490
3490
  const t = Gs(e);
3491
3491
  return t && t.data ? t.data : t;
3492
- }, W9 = async (e) => {
3492
+ }, Y9 = async (e) => {
3493
3493
  const t = await Promise.allSettled(
3494
3494
  Object.values(e).map((r) => r.promise)
3495
3495
  ), n = Object.keys(e), s = {};
@@ -3788,7 +3788,7 @@ const $9 = async (e, t, n, s, r, o, i) => {
3788
3788
  }
3789
3789
  }
3790
3790
  };
3791
- async function Y9({
3791
+ async function K9({
3792
3792
  axiosApi: e,
3793
3793
  headConfig: t = {
3794
3794
  ampConfig: !1,
@@ -3904,7 +3904,7 @@ async function Y9({
3904
3904
  _
3905
3905
  ] });
3906
3906
  }
3907
- const K9 = ({
3907
+ const J9 = ({
3908
3908
  children: e,
3909
3909
  defaultRouteName: t,
3910
3910
  banners: n,
@@ -3955,7 +3955,7 @@ const K9 = ({
3955
3955
  ), yc = "_content_19rc1_1", wc = "_location_19rc1_11", as = {
3956
3956
  content: yc,
3957
3957
  location: wc
3958
- }, J9 = (e) => /* @__PURE__ */ f("div", { className: as.content, children: [
3958
+ }, Z9 = (e) => /* @__PURE__ */ f("div", { className: as.content, children: [
3959
3959
  /* @__PURE__ */ a(Ac, {}),
3960
3960
  /* @__PURE__ */ a("p", { className: as.location, children: e.place })
3961
3961
  ] }), Vt = ({
@@ -4102,7 +4102,7 @@ function bc({
4102
4102
  }
4103
4103
  };
4104
4104
  }
4105
- function Z9(e) {
4105
+ function X9(e) {
4106
4106
  const {
4107
4107
  children: t,
4108
4108
  slot_id: n,
@@ -4337,7 +4337,7 @@ const _c = "_content_3olxv_1", Nc = {
4337
4337
  },
4338
4338
  n.key
4339
4339
  );
4340
- }, Tc = "_boxInformation_7v93v_1", Ic = "_sectionDescriptionContainer_7v93v_9", kc = "_uppertitle_7v93v_26", Uc = "_sectionDescription_7v93v_9", qc = "_articule_7v93v_80", Rc = "_linkStyled_7v93v_94", Lc = "_description_7v93v_105", Bc = "_correspondent_7v93v_133", Oc = "_correspondentLink_7v93v_145", Pc = "_dotStyles_7v93v_157", Dc = "_clipboardButton_7v93v_165", Mc = "_messageButton_7v93v_181", jc = "_socialNetworkSection_7v93v_185", se = {
4340
+ }, Tc = "_boxInformation_9dzet_1", Ic = "_sectionDescriptionContainer_9dzet_9", kc = "_uppertitle_9dzet_26", Uc = "_sectionDescription_9dzet_9", qc = "_articule_9dzet_80", Rc = "_linkStyled_9dzet_94", Lc = "_description_9dzet_105", Bc = "_correspondent_9dzet_133", Oc = "_correspondentLink_9dzet_145", Pc = "_dotStyles_9dzet_157", Dc = "_clipboardButton_9dzet_165", Mc = "_messageButton_9dzet_181", jc = "_socialNetworkSection_9dzet_185", Qc = "_whatsappButton_9dzet_193", se = {
4341
4341
  boxInformation: Tc,
4342
4342
  sectionDescriptionContainer: Ic,
4343
4343
  uppertitle: kc,
@@ -4350,7 +4350,8 @@ const _c = "_content_3olxv_1", Nc = {
4350
4350
  dotStyles: Pc,
4351
4351
  clipboardButton: Dc,
4352
4352
  messageButton: Mc,
4353
- socialNetworkSection: jc
4353
+ socialNetworkSection: jc,
4354
+ whatsappButton: Qc
4354
4355
  };
4355
4356
  function O(e) {
4356
4357
  const { PUBLIC_SERVICE_PREFIX: t, PUBLIC_IS_SUB_PUBLICATION: n } = Y(), s = t !== "false" && n !== "false" ? "/" + t : "", r = /^(https?:)?\/\//.test(e.href) || /^[a-zA-Z][a-zA-Z\d+\-.]*:/.test(e.href), o = e.href?.split("/")[1] === s.replace("/", ""), i = {
@@ -4397,6 +4398,7 @@ const pr = (e) => /* @__PURE__ */ a(
4397
4398
  "path",
4398
4399
  {
4399
4400
  d: "M8.784 7.32959C8.76991 7.33731 8.7515 7.34911 8.73126 7.36475C8.71122 7.38024 8.69167 7.39744 8.67462 7.41455C8.36042 7.73015 8.19487 8.15404 8.18634 8.59033C8.25922 9.26212 8.45883 9.82884 8.8299 10.3257H8.82794C8.8367 10.337 8.84344 10.3437 8.84454 10.3452C8.85699 10.3622 8.86882 10.3791 8.87775 10.3921C8.89561 10.4181 8.91968 10.4533 8.9422 10.4868C8.98999 10.5579 9.05328 10.6523 9.13361 10.7651C9.29489 10.9917 9.52298 11.2927 9.80939 11.6128C10.3922 12.2641 11.1729 12.9439 12.0838 13.2827C13.1563 13.6816 13.6063 13.7664 13.8035 13.7788C13.8794 13.7836 13.9148 13.7773 13.9568 13.769C13.9889 13.7628 14.123 13.7304 14.284 13.7202C14.6659 13.6696 14.9677 13.4318 15.0867 13.1528L15.1209 13.0737L15.1707 13.0034C15.2327 12.9163 15.2748 12.8398 15.3065 12.7769C15.2798 12.7559 15.2545 12.7313 15.2274 12.7065C15.2249 12.705 15.2221 12.7029 15.2186 12.7007C15.1934 12.6851 15.1527 12.6617 15.0955 12.6313C14.9821 12.5711 14.835 12.4999 14.6785 12.4263C14.552 12.3667 14.4027 12.2981 14.2703 12.2378C14.0958 12.4834 13.8657 12.7243 13.5701 12.9009C13.4958 12.967 13.3802 13.0605 13.2361 13.1226C13.1002 13.181 12.9058 13.2305 12.6795 13.1938C12.5498 13.1728 12.4348 13.1261 12.3338 13.0659C11.5913 12.8437 10.9037 12.3985 10.407 11.9829V11.9819C10.006 11.6716 9.69892 11.2854 9.48615 11.0005C9.35998 10.8316 9.29422 10.7369 9.21368 10.6323C9.18079 10.5896 9.15995 10.5654 9.15021 10.5542L9.01349 10.4634L8.91876 10.2729C8.6232 9.67899 8.94221 9.15573 9.14825 8.94873L9.24005 8.85693L9.27716 8.8374C9.28188 8.82858 9.28777 8.81888 9.29376 8.80713C9.30197 8.79102 9.31079 8.77414 9.32111 8.75342L9.37872 8.63721L9.39825 8.6167C9.40208 8.60869 9.40663 8.59999 9.41095 8.59131C9.42565 8.5618 9.44374 8.52716 9.46661 8.48975C9.46422 8.48389 9.46238 8.47752 9.45978 8.47119C9.41556 8.3637 9.35341 8.21869 9.28302 8.05713C9.18034 7.82145 9.06045 7.54276 8.96954 7.32764H8.7879C8.7867 7.32827 8.78536 7.32885 8.784 7.32959ZM21.283 10.3335C21.1956 15.6008 16.913 19.9153 11.6443 19.9155C10.2 19.9155 8.65916 19.6178 7.30353 18.9302L2.72247 20.3638L1.242 20.8267L1.72247 19.3521L3.14044 15.0054C2.38284 13.6096 1.92463 12.0508 1.92462 10.4009V10.3872C2.01208 5.12915 6.27986 0.821204 11.5359 0.806152C16.7246 0.629527 21.1075 4.77356 21.283 9.97021V10.3335Z",
4401
+ stroke: "currentColor",
4400
4402
  strokeWidth: "1.6"
4401
4403
  }
4402
4404
  )
@@ -4427,7 +4429,7 @@ const pr = (e) => /* @__PURE__ */ a(
4427
4429
  )
4428
4430
  ]
4429
4431
  }
4430
- ), Qc = (e) => /* @__PURE__ */ a(
4432
+ ), Gc = (e) => /* @__PURE__ */ a(
4431
4433
  "svg",
4432
4434
  {
4433
4435
  width: "23",
@@ -4444,7 +4446,7 @@ const pr = (e) => /* @__PURE__ */ a(
4444
4446
  }
4445
4447
  )
4446
4448
  }
4447
- ), ss = (e) => /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "#162950" }) }), Gc = {
4449
+ ), ss = (e) => /* @__PURE__ */ a("svg", { width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ a("path", { d: "M15 4C21.0751 4 26 8.92487 26 15C26 16.2691 25.5577 17.9814 24.6729 20.1367L24.502 20.5459L25.5459 24.8428C25.5943 25.042 25.5804 25.2514 25.5059 25.4424C25.3194 25.92 24.8065 26.1738 24.3223 26.0469L24.2109 26.0107L20.4648 24.5488C18.1478 25.5163 16.326 26 15 26C8.92487 26 4 21.0751 4 15C4 8.92487 8.92487 4 15 4ZM15 5.5C9.75329 5.5 5.5 9.75329 5.5 15C5.5 20.2467 9.75329 24.5 15 24.5C16.0245 24.5 17.5449 24.1124 19.5127 23.3184L20.4453 22.9316L23.8623 24.2637L22.9268 20.417L23.2715 19.6006C24.0971 17.5954 24.5 16.0455 24.5 15C24.5 9.75329 20.2467 5.5 15 5.5Z", fill: "#162950" }) }), Hc = {
4448
4450
  Whatsapp: {
4449
4451
  url: (e) => `https://wa.me/?text=${encodeURIComponent(e)}`,
4450
4452
  icon: {
@@ -4460,11 +4462,11 @@ const pr = (e) => /* @__PURE__ */ a(
4460
4462
  }
4461
4463
  }
4462
4464
  };
4463
- function Hc({ noteShare: e }) {
4465
+ function zc({ noteShare: e }) {
4464
4466
  const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
4465
- return e ? /* @__PURE__ */ f("div", { className: se.socialNetworkSection, children: [
4467
+ return e ? /* @__PURE__ */ f("div", { className: `${se.socialNetworkSection} sass-news-description-social-network-section`, children: [
4466
4468
  e.options?.map((n) => {
4467
- const s = Gc[n];
4469
+ const s = Hc[n];
4468
4470
  if (!s) return null;
4469
4471
  const r = e.variant === "outline" ? s.icon.outline : s.icon.solid, o = s.url(t);
4470
4472
  return /* @__PURE__ */ a(
@@ -4486,7 +4488,7 @@ function Hc({ noteShare: e }) {
4486
4488
  type: "button",
4487
4489
  "aria-label": "share",
4488
4490
  className: [se.clipboardButton, "sharebtn-id"].join(" "),
4489
- children: /* @__PURE__ */ a(Qc, {})
4491
+ children: /* @__PURE__ */ a(Gc, {})
4490
4492
  }
4491
4493
  ),
4492
4494
  /* @__PURE__ */ a(
@@ -4567,7 +4569,7 @@ const xt = (e) => {
4567
4569
  style: { width: "100%" },
4568
4570
  "data-hydrate": "ShareButtons",
4569
4571
  "data-props": encodeURIComponent(JSON.stringify({ noteShare: t })),
4570
- children: /* @__PURE__ */ a(Hc, { noteShare: { ...t } })
4572
+ children: /* @__PURE__ */ a(zc, { noteShare: { ...t } })
4571
4573
  }
4572
4574
  ),
4573
4575
  /* @__PURE__ */ a(u, {}),
@@ -4601,20 +4603,20 @@ const xt = (e) => {
4601
4603
  }
4602
4604
  ) }) : /* @__PURE__ */ a("h3", { className: se.correspondent, children: c() }) })
4603
4605
  ] });
4604
- }, zc = "_content_coxjf_1", Vc = "_contentNew_coxjf_21", Fc = "_imageBox_coxjf_29", $c = "_numberTag_coxjf_44", Jt = {
4605
- content: zc,
4606
- contentNew: Vc,
4607
- imageBox: Fc,
4608
- numberTag: $c
4609
- }, Wc = "_figure_ooa5j_1", Yc = "_backdrop_ooa5j_6", Kc = "_backdropAux_ooa5j_16", Jc = "_imageStyled_ooa5j_37", Zc = "_boxPlayIcon_ooa5j_51", Xc = "_playStyled_ooa5j_60", el = "_imageLogoPlaceholder_ooa5j_77", tl = "_imagePlaceholder_ooa5j_98", oe = {
4610
- figure: Wc,
4611
- backdrop: Yc,
4612
- backdropAux: Kc,
4613
- imageStyled: Jc,
4614
- boxPlayIcon: Zc,
4615
- playStyled: Xc,
4616
- imageLogoPlaceholder: el,
4617
- imagePlaceholder: tl
4606
+ }, Vc = "_content_coxjf_1", Fc = "_contentNew_coxjf_21", $c = "_imageBox_coxjf_29", Wc = "_numberTag_coxjf_44", Jt = {
4607
+ content: Vc,
4608
+ contentNew: Fc,
4609
+ imageBox: $c,
4610
+ numberTag: Wc
4611
+ }, Yc = "_figure_ooa5j_1", Kc = "_backdrop_ooa5j_6", Jc = "_backdropAux_ooa5j_16", Zc = "_imageStyled_ooa5j_37", Xc = "_boxPlayIcon_ooa5j_51", el = "_playStyled_ooa5j_60", tl = "_imageLogoPlaceholder_ooa5j_77", nl = "_imagePlaceholder_ooa5j_98", oe = {
4612
+ figure: Yc,
4613
+ backdrop: Kc,
4614
+ backdropAux: Jc,
4615
+ imageStyled: Zc,
4616
+ boxPlayIcon: Xc,
4617
+ playStyled: el,
4618
+ imageLogoPlaceholder: tl,
4619
+ imagePlaceholder: nl
4618
4620
  }, wr = (e) => /* @__PURE__ */ f(
4619
4621
  "svg",
4620
4622
  {
@@ -4642,7 +4644,7 @@ function ba() {
4642
4644
  function vr() {
4643
4645
  return Y().COMPONENTS?.PlayIcon || wr;
4644
4646
  }
4645
- const nl = (e) => {
4647
+ const al = (e) => {
4646
4648
  const { isVideo: t = !1, isLarge: n = !1, priorityHigh: s = !1 } = e, r = ba(), o = e.preview.sizes;
4647
4649
  return o ? o.length === 1 ? /* @__PURE__ */ a("figure", { className: oe.figure, children: /* @__PURE__ */ f("span", { className: oe.backdrop, children: [
4648
4650
  /* @__PURE__ */ a("span", { className: oe.backdropAux }),
@@ -4729,7 +4731,7 @@ const nl = (e) => {
4729
4731
  }, Tt = (e) => /* @__PURE__ */ f("svg", { width: "28", height: "28", viewBox: "0 0 28 28", ...e, xmlns: "http://www.w3.org/2000/svg", children: [
4730
4732
  /* @__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" }) }),
4731
4733
  /* @__PURE__ */ a("defs", { children: /* @__PURE__ */ a("clipPath", { id: "clip0_2503_6565", children: /* @__PURE__ */ a("rect", { width: "28", height: "28", fill: "currentColor" }) }) })
4732
- ] }), al = (e) => {
4734
+ ] }), sl = (e) => {
4733
4735
  const {
4734
4736
  preview: t,
4735
4737
  isVideo: n = !1,
@@ -4779,7 +4781,7 @@ const nl = (e) => {
4779
4781
  const { PUBLIC_IS_OFFLINE: n } = Y();
4780
4782
  if (n === "true")
4781
4783
  return /* @__PURE__ */ a(
4782
- al,
4784
+ sl,
4783
4785
  {
4784
4786
  ...e,
4785
4787
  PUBLIC_API_HOST: "https://dev-saas.cms-medios.com",
@@ -4797,7 +4799,7 @@ const nl = (e) => {
4797
4799
  ...t,
4798
4800
  sizes: s
4799
4801
  };
4800
- return /* @__PURE__ */ a(nl, { ...e, preview: r });
4802
+ return /* @__PURE__ */ a(al, { ...e, preview: r });
4801
4803
  }, br = (e) => {
4802
4804
  const { itemReverseOrder: t = !1 } = e;
4803
4805
  return /* @__PURE__ */ a(
@@ -4835,10 +4837,10 @@ const nl = (e) => {
4835
4837
  ))
4836
4838
  }
4837
4839
  );
4838
- }, sl = "_content_1cid4_1", rl = "_titulo_1cid4_12", rs = {
4839
- content: sl,
4840
- titulo: rl
4841
- }, ol = {
4840
+ }, rl = "_content_1cid4_1", ol = "_titulo_1cid4_12", rs = {
4841
+ content: rl,
4842
+ titulo: ol
4843
+ }, il = {
4842
4844
  data: [
4843
4845
  {
4844
4846
  info: {
@@ -5776,7 +5778,7 @@ const nl = (e) => {
5776
5778
  return e.content && e.content.length > 0 ? t = e.content.map((r) => ({
5777
5779
  ...r,
5778
5780
  config: os
5779
- })) : n === "local" && s === "false" && (t = ol.data.map((r) => ({
5781
+ })) : n === "local" && s === "false" && (t = il.data.map((r) => ({
5780
5782
  ...r,
5781
5783
  config: os
5782
5784
  }))), Array.isArray(t) && t.length > 0 && /* @__PURE__ */ f(
@@ -5797,18 +5799,18 @@ const nl = (e) => {
5797
5799
  ]
5798
5800
  }
5799
5801
  );
5800
- }, il = "_content_6azvz_1", cl = "_subscribeImage_6azvz_22", ll = "_tag_6azvz_32", dl = "_contentTitle_6azvz_50", ul = "_title_6azvz_55", ml = "_inputStyled_6azvz_72", hl = "_buttonStyled_6azvz_112", fl = "_contentTerms_6azvz_123", gl = "_subscribeText_6azvz_128", pl = "_terms_6azvz_138", qe = {
5801
- content: il,
5802
- subscribeImage: cl,
5803
- tag: ll,
5804
- contentTitle: dl,
5805
- title: ul,
5806
- inputStyled: ml,
5807
- buttonStyled: hl,
5808
- contentTerms: fl,
5809
- subscribeText: gl,
5810
- terms: pl
5811
- }, Al = (e) => /* @__PURE__ */ f("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
5802
+ }, cl = "_content_6azvz_1", ll = "_subscribeImage_6azvz_22", dl = "_tag_6azvz_32", ul = "_contentTitle_6azvz_50", ml = "_title_6azvz_55", hl = "_inputStyled_6azvz_72", fl = "_buttonStyled_6azvz_112", gl = "_contentTerms_6azvz_123", pl = "_subscribeText_6azvz_128", Al = "_terms_6azvz_138", qe = {
5803
+ content: cl,
5804
+ subscribeImage: ll,
5805
+ tag: dl,
5806
+ contentTitle: ul,
5807
+ title: ml,
5808
+ inputStyled: hl,
5809
+ buttonStyled: fl,
5810
+ contentTerms: gl,
5811
+ subscribeText: pl,
5812
+ terms: Al
5813
+ }, yl = (e) => /* @__PURE__ */ f("section", { className: [qe.content, e.className ?? ""].join(" "), children: [
5812
5814
  /* @__PURE__ */ a("div", { className: qe.subscribeImage, children: e.image }),
5813
5815
  /* @__PURE__ */ a("div", { className: qe.tag, children: e.texts.newsletterTag ?? "NEWS" }),
5814
5816
  /* @__PURE__ */ f("div", { className: qe.contentTitle, children: [
@@ -5837,19 +5839,19 @@ const nl = (e) => {
5837
5839
  }
5838
5840
  )
5839
5841
  ] })
5840
- ] }), yl = "_content_1ms2y_1", wl = "_contentInfo_1ms2y_20", vl = "_subscribeImage_1ms2y_28", bl = "_tag_1ms2y_42", Cl = "_contentTitle_1ms2y_60", _l = "_title_1ms2y_65", Nl = "_subTitle_1ms2y_70", Sl = "_inputStyled_1ms2y_79", El = "_buttonStyled_1ms2y_118", xl = "_contentTerms_1ms2y_131", Tl = "_subscribeText_1ms2y_137", Il = "_terms_1ms2y_146", Ie = {
5841
- content: yl,
5842
- contentInfo: wl,
5843
- subscribeImage: vl,
5844
- tag: bl,
5845
- contentTitle: Cl,
5846
- title: _l,
5847
- subTitle: Nl,
5848
- inputStyled: Sl,
5849
- buttonStyled: El,
5850
- contentTerms: xl,
5851
- subscribeText: Tl,
5852
- terms: Il
5842
+ ] }), wl = "_content_1ms2y_1", vl = "_contentInfo_1ms2y_20", bl = "_subscribeImage_1ms2y_28", Cl = "_tag_1ms2y_42", _l = "_contentTitle_1ms2y_60", Nl = "_title_1ms2y_65", Sl = "_subTitle_1ms2y_70", El = "_inputStyled_1ms2y_79", xl = "_buttonStyled_1ms2y_118", Tl = "_contentTerms_1ms2y_131", Il = "_subscribeText_1ms2y_137", kl = "_terms_1ms2y_146", Ie = {
5843
+ content: wl,
5844
+ contentInfo: vl,
5845
+ subscribeImage: bl,
5846
+ tag: Cl,
5847
+ contentTitle: _l,
5848
+ title: Nl,
5849
+ subTitle: Sl,
5850
+ inputStyled: El,
5851
+ buttonStyled: xl,
5852
+ contentTerms: Tl,
5853
+ subscribeText: Il,
5854
+ terms: kl
5853
5855
  }, _a = (e) => {
5854
5856
  const { uppercase: t = !1, style: n = {} } = e, s = { ...e, rounded: "", uppercase: "", full: "" }, r = {
5855
5857
  ...n,
@@ -5876,7 +5878,7 @@ const nl = (e) => {
5876
5878
  htmlFor: e?.toggledrawerevent === "true" ? "side-bar-state" : ""
5877
5879
  }
5878
5880
  ) : /* @__PURE__ */ a(O, { ...s, style: r });
5879
- }, kl = (e) => /* @__PURE__ */ f("section", { className: Ie.content, children: [
5881
+ }, Ul = (e) => /* @__PURE__ */ f("section", { className: Ie.content, children: [
5880
5882
  /* @__PURE__ */ a("div", { className: Ie.subscribeImage, children: e.image }),
5881
5883
  /* @__PURE__ */ f("div", { className: Ie.contentInfo, children: [
5882
5884
  /* @__PURE__ */ a("div", { className: Ie.tag, children: e.texts.newsletterTag ?? "NEWS" }),
@@ -5900,7 +5902,7 @@ const nl = (e) => {
5900
5902
  /* @__PURE__ */ a(O, { className: Ie.terms, children: e.texts.newsletterTermsAnchor ?? "Términos y condiciones" })
5901
5903
  ] })
5902
5904
  ] })
5903
- ] }), Ul = (e) => /* @__PURE__ */ f(
5905
+ ] }), ql = (e) => /* @__PURE__ */ f(
5904
5906
  "svg",
5905
5907
  {
5906
5908
  width: "284",
@@ -5941,18 +5943,18 @@ const nl = (e) => {
5941
5943
  ] })
5942
5944
  ]
5943
5945
  }
5944
- ), ql = "_content_qzaly_1", Rl = "_subscribeImage_qzaly_16", Ll = "_contentTitle_qzaly_22", Bl = "_title_qzaly_33", Ol = "_subTitle_qzaly_40", Pl = "_contentTerms_qzaly_60", Dl = "_whatsappLink_qzaly_65", Ml = "_subscribeText_qzaly_82", jl = "_terms_qzaly_92", Qe = {
5945
- content: ql,
5946
- subscribeImage: Rl,
5947
- contentTitle: Ll,
5948
- title: Bl,
5949
- subTitle: Ol,
5950
- contentTerms: Pl,
5951
- whatsappLink: Dl,
5952
- subscribeText: Ml,
5953
- terms: jl
5954
- }, X9 = (e) => /* @__PURE__ */ f("section", { className: Qe.content, children: [
5955
- /* @__PURE__ */ a(Ul, { className: Qe.subscribeImage }),
5946
+ ), Rl = "_content_qzaly_1", Ll = "_subscribeImage_qzaly_16", Bl = "_contentTitle_qzaly_22", Ol = "_title_qzaly_33", Pl = "_subTitle_qzaly_40", Dl = "_contentTerms_qzaly_60", Ml = "_whatsappLink_qzaly_65", jl = "_subscribeText_qzaly_82", Ql = "_terms_qzaly_92", Qe = {
5947
+ content: Rl,
5948
+ subscribeImage: Ll,
5949
+ contentTitle: Bl,
5950
+ title: Ol,
5951
+ subTitle: Pl,
5952
+ contentTerms: Dl,
5953
+ whatsappLink: Ml,
5954
+ subscribeText: jl,
5955
+ terms: Ql
5956
+ }, e3 = (e) => /* @__PURE__ */ f("section", { className: Qe.content, children: [
5957
+ /* @__PURE__ */ a(ql, { className: Qe.subscribeImage }),
5956
5958
  /* @__PURE__ */ f("div", { className: Qe.contentTitle, children: [
5957
5959
  /* @__PURE__ */ a("p", { className: Qe.title, children: "Mantenete Informado" }),
5958
5960
  /* @__PURE__ */ a("p", { className: Qe.subTitle, children: "¿Quieres recibir las noticias más importantes? ¡Suscríbete sin costo, recíbelas por WhatsApp!" })
@@ -6000,7 +6002,7 @@ const nl = (e) => {
6000
6002
  /* @__PURE__ */ a("p", { className: Qe.subscribeText, children: "Suscribirte implica aceptar los" }),
6001
6003
  /* @__PURE__ */ a(O, { className: Qe.terms, href: e.terms, target: "_blank", children: "Términos y condiciones" })
6002
6004
  ] })
6003
- ] }), Ql = (e) => /* @__PURE__ */ f(
6005
+ ] }), Gl = (e) => /* @__PURE__ */ f(
6004
6006
  "svg",
6005
6007
  {
6006
6008
  id: "Layer_1",
@@ -6017,21 +6019,21 @@ const nl = (e) => {
6017
6019
  /* @__PURE__ */ a("path", { d: "M0,0v19.74h74.3V0H0ZM62.2,4.7h2v5.8l3-3h2.4l-1.1,1.2-6.3,6.2V4.7ZM69.8,15h-2.4l-1.6-2.1,1.4-1.4,2.6,3.5ZM40.3,7.7h1v-1.8h2v1.8h1.8v1.7h-1.8v3c0,.3.1.6.2.7.2.2.4.3.6.3.3,0,.6-.1.8-.3l.5,1.5c-.2.2-.5.3-.7.4-.3.1-.6.1-.9.1-.8,0-1.4-.2-1.9-.6-.5-.5-.7-1.1-.7-2v-3.1h-1v-1.7h.1ZM37.7,12.3c-.2-.1-.4-.2-.6-.2-.3,0-.5-.1-.8-.1s-.6-.1-.9-.2c-.3-.1-.6-.2-.8-.4-.3-.2-.5-.4-.6-.6-.2-.3-.2-.6-.2-1,0-.5.1-.9.4-1.2.3-.4.6-.6,1.1-.8s1-.3,1.7-.3c.5,0,1,.1,1.4.2.5.1.9.3,1.2.5l-.6,1.6c-.3-.2-.6-.4-1-.4-.3-.1-.6-.1-1-.1-.5,0-.8.1-1,.2-.2.1-.3.3-.3.5s.1.3.2.4c.2.1.4.2.6.2.3.1.5.1.8.1s.6.1.9.2c.3.1.6.2.8.4s.4.4.6.6c.2.3.2.6.2,1,0,.5-.1.9-.4,1.2-.3.4-.6.6-1.1.8-.4.2-1,.3-1.7.3-.6,0-1.2-.1-1.7-.2-.6-.2-1-.3-1.3-.6l.6-1.6c.3.2.7.4,1.1.5.4.1.8.2,1.3.2s.8-.1,1-.2c.2-.1.3-.3.3-.5,0-.2,0-.3-.2-.5ZM6.7,14.3l1.1-1.1c.2.1.4.1.6.1.3,0,.6-.1.9-.3.3-.2.5-.4.6-.7.2-.3.2-.7.2-1.1s0-.8-.1-1.1c-.2-.3-.4-.6-.6-.7-.3-.2-.6-.3-.9-.3s-.6.1-.9.3-.5.4-.6.7c-.2.3-.2.7-.2,1.1s.1.8.2,1.1c-.1.1,0,.1,0,.2l-2.3,2.3V4.7h1.9v3.6c.2-.2.4-.3.6-.5.5-.3.9-.4,1.5-.4s1.2.2,1.8.5c.5.3,1,.8,1.2,1.3.3.6.5,1.3.5,2.1s-.2,1.5-.5,2c-.3.6-.7,1-1.2,1.4-.5.3-1.1.5-1.8.5-.6,0-1.1-.2-1.6-.4-.1-.2-.3-.4-.4-.5ZM13.6,4.7h2v10.3h-2V4.7ZM17.7,13.6c-.3-.5-.4-1.1-.4-1.9v-4.2h2v3.9c0,.6.1,1.1.4,1.4.2.3.6.4,1,.4.3,0,.6-.1.8-.2s.4-.4.6-.6c.1-.3.2-.7.2-1.1v-3.8h2v7.5h-1.8v-.9c-.2.2-.4.5-.6.6-.5.2-1,.3-1.5.3-.6,0-1.1-.1-1.6-.4-.5-.1-.8-.5-1.1-1ZM33,11.5v.3h-5.3c0,.2.1.4.2.6.2.3.4.6.7.7.3.2.6.2,1.1.2.4,0,.7-.1,1-.2.3-.1.5-.3.8-.5l1,1.2c-.3.4-.7.7-1.2.9-.5.2-1,.3-1.6.3-.8,0-1.5-.2-2.1-.5s-1-.8-1.4-1.4c-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.3-1.4c.5-.1,1.2-.3,1.9-.3s1.3.2,1.8.5c.6.3,1,.8,1.3,1.3.3.6.5,1.3.5,2.1,0,0,0,.1,0,.2ZM47.4,14.8c-.4-.2-.7-.5-.9-.8s-.3-.7-.3-1.2c0-.4.1-.8.3-1.2.2-.3.5-.6,1-.8.4-.2,1-.3,1.7-.3h1.6c0-.4-.1-.8-.4-1-.3-.3-.6-.4-1.2-.4-.4,0-.7.1-1.1.2s-.6.3-.9.5l-.7-1.5c.4-.3.8-.5,1.4-.6.5-.2,1.1-.3,1.6-.3,1,0,1.9.3,2.5.8s.9,1.4.9,2.5v4.2h-1.9v-1.1c-.2.3-.4.6-.7.8-.4.3-.8.4-1.4.4-.6.1-1.1,0-1.5-.2ZM56,14.6c-.6-.3-1-.8-1.4-1.4-.3-.6-.5-1.2-.5-2s.2-1.4.5-2,.8-1,1.4-1.4c.6-.2,1.3-.4,2-.4s1.4.2,1.9.5,1,.8,1.2,1.4l-1.6.9c-.2-.4-.4-.6-.7-.8s-.6-.3-.9-.3-.6.1-.9.3c-.3.2-.5.4-.6.7-.2.3-.2.7-.2,1.1s.1.8.2,1.1c.2.3.4.5.6.7.3.2.6.3.9.3s.6-.1.9-.2c.3-.2.5-.4.7-.8l1.6.9c-.3.6-.6,1-1.2,1.4-.6.3-1.2.5-1.9.5s-1.4-.2-2-.5Z" })
6018
6020
  ]
6019
6021
  }
6020
- ), Gl = "_content_1p7b9_1", Hl = "_brandContent_1p7b9_10", zl = "_socialMedia_1p7b9_21", Vl = "_linkSocialNetwoks_1p7b9_28", Fl = "_sectionContent_1p7b9_42", $l = "_section_1p7b9_42", Wl = "_menuItem_1p7b9_60", Yl = "_otherItems_1p7b9_73", Kl = "_copyrigth_1p7b9_87", Jl = "_copyrigthText_1p7b9_97", Zl = "_logoStyled_1p7b9_107", Xl = "_socialNetworkIcon_1p7b9_118", ed = "_socialInstagram_1p7b9_125", td = "_socialNetworkIcon_stroke_1p7b9_133", we = {
6021
- content: Gl,
6022
- brandContent: Hl,
6023
- socialMedia: zl,
6024
- linkSocialNetwoks: Vl,
6025
- sectionContent: Fl,
6026
- section: $l,
6027
- menuItem: Wl,
6028
- otherItems: Yl,
6029
- copyrigth: Kl,
6030
- copyrigthText: Jl,
6031
- logoStyled: Zl,
6032
- socialNetworkIcon: Xl,
6033
- socialInstagram: ed,
6034
- socialNetworkIcon_stroke: td
6022
+ ), Hl = "_content_1p7b9_1", zl = "_brandContent_1p7b9_10", Vl = "_socialMedia_1p7b9_21", Fl = "_linkSocialNetwoks_1p7b9_28", $l = "_sectionContent_1p7b9_42", Wl = "_section_1p7b9_42", Yl = "_menuItem_1p7b9_60", Kl = "_otherItems_1p7b9_73", Jl = "_copyrigth_1p7b9_87", Zl = "_copyrigthText_1p7b9_97", Xl = "_logoStyled_1p7b9_107", ed = "_socialNetworkIcon_1p7b9_118", td = "_socialInstagram_1p7b9_125", nd = "_socialNetworkIcon_stroke_1p7b9_133", we = {
6023
+ content: Hl,
6024
+ brandContent: zl,
6025
+ socialMedia: Vl,
6026
+ linkSocialNetwoks: Fl,
6027
+ sectionContent: $l,
6028
+ section: Wl,
6029
+ menuItem: Yl,
6030
+ otherItems: Kl,
6031
+ copyrigth: Jl,
6032
+ copyrigthText: Zl,
6033
+ logoStyled: Xl,
6034
+ socialNetworkIcon: ed,
6035
+ socialInstagram: td,
6036
+ socialNetworkIcon_stroke: nd
6035
6037
  }, Na = (e) => /* @__PURE__ */ a(
6036
6038
  "svg",
6037
6039
  {
@@ -6050,7 +6052,7 @@ const nl = (e) => {
6050
6052
  }
6051
6053
  )
6052
6054
  }
6053
- ), nd = (e) => /* @__PURE__ */ a(
6055
+ ), ad = (e) => /* @__PURE__ */ a(
6054
6056
  "svg",
6055
6057
  {
6056
6058
  ...e,
@@ -6112,7 +6114,7 @@ const nl = (e) => {
6112
6114
  ]
6113
6115
  }
6114
6116
  );
6115
- }, ad = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), sd = (e) => /* @__PURE__ */ a(
6117
+ }, sd = (e) => /* @__PURE__ */ a("svg", { ...e, width: "17", height: "21", viewBox: "0 0 14 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M7 10.7368C8.66 10.7368 10 9.53789 10 8.05263V2.68421C10 1.19895 8.66 0 7 0C5.34 0 4 1.19895 4 2.68421V8.05263C4 9.53789 5.34 10.7368 7 10.7368ZM6 2.68421C6 2.19211 6.45 1.78947 7 1.78947C7.55 1.78947 8 2.19211 8 2.68421V8.05263C8 8.54474 7.55 8.94737 7 8.94737C6.45 8.94737 6 8.54474 6 8.05263V2.68421ZM12 8.05263C12 10.5221 9.76 12.5263 7 12.5263C4.24 12.5263 2 10.5221 2 8.05263H0C0 11.2111 2.61 13.8058 6 14.2442V17H8V14.2442C11.39 13.8058 14 11.2111 14 8.05263H12Z" }) }), rd = (e) => /* @__PURE__ */ a(
6116
6118
  "svg",
6117
6119
  {
6118
6120
  width: "26",
@@ -6130,7 +6132,7 @@ const nl = (e) => {
6130
6132
  }
6131
6133
  )
6132
6134
  }
6133
- ), rd = (e) => /* @__PURE__ */ a(
6135
+ ), od = (e) => /* @__PURE__ */ a(
6134
6136
  "svg",
6135
6137
  {
6136
6138
  version: "1.1",
@@ -6159,7 +6161,7 @@ const nl = (e) => {
6159
6161
  }
6160
6162
  ) })
6161
6163
  }
6162
- ), od = (e) => /* @__PURE__ */ a(
6164
+ ), id = (e) => /* @__PURE__ */ a(
6163
6165
  "svg",
6164
6166
  {
6165
6167
  version: "1.1",
@@ -6188,7 +6190,7 @@ const nl = (e) => {
6188
6190
  }
6189
6191
  ) }) })
6190
6192
  }
6191
- ), 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" }) }), id = (e) => /* @__PURE__ */ f(
6193
+ ), 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" }) }), cd = (e) => /* @__PURE__ */ f(
6192
6194
  "svg",
6193
6195
  {
6194
6196
  version: "1.1",
@@ -6216,17 +6218,17 @@ const nl = (e) => {
6216
6218
  /* @__PURE__ */ a("path", { fill: "currentColor", d: "M12.8,18.6v-6.9l5.9,3.4L12.8,18.6z" })
6217
6219
  ]
6218
6220
  }
6219
- ), cd = ["telegram"], Ea = {
6221
+ ), ld = ["telegram"], Ea = {
6220
6222
  facebook: (e) => /* @__PURE__ */ a(Na, { ...e }),
6221
6223
  instagram: (e) => /* @__PURE__ */ a(Sa, { ...e }),
6222
- whatsapp: (e) => /* @__PURE__ */ a(od, { ...e }),
6223
- tiktok: (e) => /* @__PURE__ */ a(rd, { ...e }),
6224
- youtube: (e) => /* @__PURE__ */ a(id, { ...e }),
6224
+ whatsapp: (e) => /* @__PURE__ */ a(id, { ...e }),
6225
+ tiktok: (e) => /* @__PURE__ */ a(od, { ...e }),
6226
+ youtube: (e) => /* @__PURE__ */ a(cd, { ...e }),
6225
6227
  x: (e) => /* @__PURE__ */ a(jt, { ...e }),
6226
- gnews: (e) => /* @__PURE__ */ a(nd, { ...e }),
6227
- podcast: (e) => /* @__PURE__ */ a(ad, { ...e }),
6228
- telegram: (e) => /* @__PURE__ */ a(sd, { ...e })
6229
- }, e3 = (e) => {
6228
+ gnews: (e) => /* @__PURE__ */ a(ad, { ...e }),
6229
+ podcast: (e) => /* @__PURE__ */ a(sd, { ...e }),
6230
+ telegram: (e) => /* @__PURE__ */ a(rd, { ...e })
6231
+ }, t3 = (e) => {
6230
6232
  const { freeZone: t, socials: n, menu: s, customBlock: r } = e;
6231
6233
  return /* @__PURE__ */ f("footer", { className: we.content, children: [
6232
6234
  /* @__PURE__ */ f("section", { className: we.brandContent, children: [
@@ -6240,7 +6242,7 @@ const nl = (e) => {
6240
6242
  className: we.linkSocialNetwoks,
6241
6243
  href: n[o].url,
6242
6244
  children: Ea[o]({
6243
- className: `${cd.includes(o) ? we.socialNetworkIcon_stroke : we.socialNetworkIcon} ${o === "instagram" ? we.socialInstagram : ""}`
6245
+ className: `${ld.includes(o) ? we.socialNetworkIcon_stroke : we.socialNetworkIcon} ${o === "instagram" ? we.socialInstagram : ""}`
6244
6246
  })
6245
6247
  },
6246
6248
  o
@@ -6280,37 +6282,37 @@ const nl = (e) => {
6280
6282
  title: "Plataforma BLUESTACK CMS (antes CMS MEDIOS)",
6281
6283
  target: "_blank",
6282
6284
  rel: "noreferrer",
6283
- children: /* @__PURE__ */ a(Ql, {})
6285
+ children: /* @__PURE__ */ a(Gl, {})
6284
6286
  }
6285
6287
  )
6286
6288
  ] })
6287
6289
  ] });
6288
- }, ld = "_content_1msij_1", dd = "_imageContent_1msij_9", ud = "_width1Autor_1msij_18", md = "_width2Autor_1msij_22", hd = "_width3Autor_1msij_26", fd = "_imageAutor_1msij_30", gd = "_imageStyled_1msij_69", pd = "_contentIconStyled_1msij_70", Ad = "_avatarContent_1msij_87", yd = "_journalistSection_1msij_101", wd = "_journalistInfo_1msij_109", vd = "_journalistInfoLink_1msij_110", bd = "_socialNetworkSection_1msij_146", Cd = "_avatarStyled_1msij_158", _d = "_article_1msij_163", Nd = "_socialButton_1msij_167", Sd = "_facebookStyled_1msij_183", Ed = "_emailStyled_1msij_187", xd = "_xStyled_1msij_191", Td = "_linkedinStyled_1msij_195", Id = "_whatsappStyled_1msij_199", kd = "_whatsappLink_1msij_203", Ud = "_clipboardButton_1msij_219", qd = "_googleProfileButton_1msij_255", de = {
6289
- content: ld,
6290
- imageContent: dd,
6291
- width1Autor: ud,
6292
- width2Autor: md,
6293
- width3Autor: hd,
6294
- imageAutor: fd,
6295
- imageStyled: gd,
6296
- contentIconStyled: pd,
6297
- avatarContent: Ad,
6298
- journalistSection: yd,
6299
- journalistInfo: wd,
6300
- journalistInfoLink: vd,
6301
- socialNetworkSection: bd,
6302
- avatarStyled: Cd,
6303
- article: _d,
6304
- socialButton: Nd,
6305
- facebookStyled: Sd,
6306
- emailStyled: Ed,
6307
- xStyled: xd,
6308
- linkedinStyled: Td,
6309
- whatsappStyled: Id,
6310
- whatsappLink: kd,
6311
- clipboardButton: Ud,
6312
- googleProfileButton: qd
6313
- }, Rd = (e) => /* @__PURE__ */ a(
6290
+ }, dd = "_content_1msij_1", ud = "_imageContent_1msij_9", md = "_width1Autor_1msij_18", hd = "_width2Autor_1msij_22", fd = "_width3Autor_1msij_26", gd = "_imageAutor_1msij_30", pd = "_imageStyled_1msij_69", Ad = "_contentIconStyled_1msij_70", yd = "_avatarContent_1msij_87", wd = "_journalistSection_1msij_101", vd = "_journalistInfo_1msij_109", bd = "_journalistInfoLink_1msij_110", Cd = "_socialNetworkSection_1msij_146", _d = "_avatarStyled_1msij_158", Nd = "_article_1msij_163", Sd = "_socialButton_1msij_167", Ed = "_facebookStyled_1msij_183", xd = "_emailStyled_1msij_187", Td = "_xStyled_1msij_191", Id = "_linkedinStyled_1msij_195", kd = "_whatsappStyled_1msij_199", Ud = "_whatsappLink_1msij_203", qd = "_clipboardButton_1msij_219", Rd = "_googleProfileButton_1msij_255", de = {
6291
+ content: dd,
6292
+ imageContent: ud,
6293
+ width1Autor: md,
6294
+ width2Autor: hd,
6295
+ width3Autor: fd,
6296
+ imageAutor: gd,
6297
+ imageStyled: pd,
6298
+ contentIconStyled: Ad,
6299
+ avatarContent: yd,
6300
+ journalistSection: wd,
6301
+ journalistInfo: vd,
6302
+ journalistInfoLink: bd,
6303
+ socialNetworkSection: Cd,
6304
+ avatarStyled: _d,
6305
+ article: Nd,
6306
+ socialButton: Sd,
6307
+ facebookStyled: Ed,
6308
+ emailStyled: xd,
6309
+ xStyled: Td,
6310
+ linkedinStyled: Id,
6311
+ whatsappStyled: kd,
6312
+ whatsappLink: Ud,
6313
+ clipboardButton: qd,
6314
+ googleProfileButton: Rd
6315
+ }, Ld = (e) => /* @__PURE__ */ a(
6314
6316
  "svg",
6315
6317
  {
6316
6318
  width: "13",
@@ -6355,7 +6357,7 @@ const nl = (e) => {
6355
6357
  }
6356
6358
  )
6357
6359
  }
6358
- ), Ld = (e) => /* @__PURE__ */ f(
6360
+ ), Bd = (e) => /* @__PURE__ */ f(
6359
6361
  "svg",
6360
6362
  {
6361
6363
  width: "25",
@@ -6382,7 +6384,7 @@ const nl = (e) => {
6382
6384
  )
6383
6385
  ]
6384
6386
  }
6385
- ), Bd = (e) => /* @__PURE__ */ f(
6387
+ ), Od = (e) => /* @__PURE__ */ f(
6386
6388
  "svg",
6387
6389
  {
6388
6390
  width: "24",
@@ -6408,7 +6410,7 @@ const nl = (e) => {
6408
6410
  )
6409
6411
  ]
6410
6412
  }
6411
- ), Od = (e) => /* @__PURE__ */ a(
6413
+ ), Pd = (e) => /* @__PURE__ */ a(
6412
6414
  "svg",
6413
6415
  {
6414
6416
  width: "13",
@@ -6426,7 +6428,7 @@ const nl = (e) => {
6426
6428
  }
6427
6429
  )
6428
6430
  }
6429
- ), Pd = (e) => /* @__PURE__ */ a(
6431
+ ), Dd = (e) => /* @__PURE__ */ a(
6430
6432
  "svg",
6431
6433
  {
6432
6434
  width: "26",
@@ -6443,12 +6445,12 @@ const nl = (e) => {
6443
6445
  }
6444
6446
  )
6445
6447
  }
6446
- ), Dd = {
6448
+ ), Md = {
6447
6449
  FaceBook: {
6448
6450
  url: (e) => `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(e)}`,
6449
6451
  icon: {
6450
- outline: (e) => /* @__PURE__ */ a(Od, { className: e }),
6451
- solid: (e) => /* @__PURE__ */ a(Rd, { className: e })
6452
+ outline: (e) => /* @__PURE__ */ a(Pd, { className: e }),
6453
+ solid: (e) => /* @__PURE__ */ a(Ld, { className: e })
6452
6454
  }
6453
6455
  },
6454
6456
  X: {
@@ -6468,8 +6470,8 @@ const nl = (e) => {
6468
6470
  Email: {
6469
6471
  url: (e) => `mailto:?body=${encodeURIComponent(e)}`,
6470
6472
  icon: {
6471
- outline: (e) => /* @__PURE__ */ a(Ld, { className: e }),
6472
- solid: (e) => /* @__PURE__ */ a(Bd, { className: e })
6473
+ outline: (e) => /* @__PURE__ */ a(Bd, { className: e }),
6474
+ solid: (e) => /* @__PURE__ */ a(Od, { className: e })
6473
6475
  }
6474
6476
  },
6475
6477
  LinkedIn: {
@@ -6482,11 +6484,11 @@ const nl = (e) => {
6482
6484
  }
6483
6485
  }
6484
6486
  };
6485
- function Md({ noteShare: e }) {
6487
+ function jd({ noteShare: e }) {
6486
6488
  const t = e && e.url || (typeof window < "u" ? window.location.href : "https://example.com");
6487
6489
  return e ? /* @__PURE__ */ f("div", { className: de.socialNetworkSection, children: [
6488
6490
  e.options?.map((n) => {
6489
- const s = Dd[n];
6491
+ const s = Md[n];
6490
6492
  if (!s) return null;
6491
6493
  const r = e.variant === "outline" ? s.icon.outline : s.icon.solid, o = s.url(t);
6492
6494
  return /* @__PURE__ */ a(
@@ -6519,21 +6521,21 @@ function Md({ noteShare: e }) {
6519
6521
  type: "button",
6520
6522
  "aria-label": "share",
6521
6523
  className: [de.clipboardButton, "sharebtn-id"].join(" "),
6522
- children: /* @__PURE__ */ a(Pd, {})
6524
+ children: /* @__PURE__ */ a(Dd, {})
6523
6525
  }
6524
6526
  )
6525
6527
  ] }) : null;
6526
6528
  }
6527
- const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSection_r1co8_27", Hd = "_title_r1co8_42", zd = "_article_r1co8_27", Vd = "_correspondent_r1co8_75", Fd = "_iframeStyled_r1co8_84", $d = "_contentFrame_r1co8_94", Ge = {
6528
- content: jd,
6529
- videoContent: Qd,
6530
- articleSection: Gd,
6531
- title: Hd,
6532
- article: zd,
6533
- correspondent: Vd,
6534
- iframeStyled: Fd,
6535
- contentFrame: $d
6536
- }, t3 = (e) => {
6529
+ const Qd = "_content_r1co8_1", Gd = "_videoContent_r1co8_20", Hd = "_articleSection_r1co8_27", zd = "_title_r1co8_42", Vd = "_article_r1co8_27", Fd = "_correspondent_r1co8_75", $d = "_iframeStyled_r1co8_84", Wd = "_contentFrame_r1co8_94", Ge = {
6530
+ content: Qd,
6531
+ videoContent: Gd,
6532
+ articleSection: Hd,
6533
+ title: zd,
6534
+ article: Vd,
6535
+ correspondent: Fd,
6536
+ iframeStyled: $d,
6537
+ contentFrame: Wd
6538
+ }, n3 = (e) => {
6537
6539
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
6538
6540
  e.video.info.date.created
6539
6541
  )}` : e?.video.main.author;
@@ -6569,9 +6571,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6569
6571
  /* @__PURE__ */ a("p", { className: Ge.correspondent, children: t() })
6570
6572
  ] })
6571
6573
  ] }) }) });
6572
- }, Wd = "_content_wxhkd_1", Yd = "_linkStyled_wxhkd_9", Pn = {
6573
- content: Wd,
6574
- linkStyled: Yd
6574
+ }, Yd = "_content_wxhkd_1", Kd = "_linkStyled_wxhkd_9", Pn = {
6575
+ content: Yd,
6576
+ linkStyled: Kd
6575
6577
  }, wn = (e) => {
6576
6578
  const { currentPage: t, showNext: n, maxPages: s, pathname: r, query: o } = e, i = (c, d, l) => {
6577
6579
  let u = "";
@@ -6598,11 +6600,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6598
6600
  }
6599
6601
  )
6600
6602
  ] });
6601
- }, Kd = "_content_zal5g_1", Jd = "_contentGrid_zal5g_8", Zd = "_contentGrid4_zal5g_17", Xd = "_contentGrid3_zal5g_21", Zt = {
6602
- content: Kd,
6603
- contentGrid: Jd,
6604
- contentGrid4: Zd,
6605
- contentGrid3: Xd
6603
+ }, Jd = "_content_zal5g_1", Zd = "_contentGrid_zal5g_8", Xd = "_contentGrid4_zal5g_17", e1 = "_contentGrid3_zal5g_21", Zt = {
6604
+ content: Jd,
6605
+ contentGrid: Zd,
6606
+ contentGrid4: Xd,
6607
+ contentGrid3: e1
6606
6608
  }, oa = (e) => {
6607
6609
  const { grid: t = 3 } = e;
6608
6610
  return /* @__PURE__ */ f("section", { className: `${Zt.content}`, children: [
@@ -6615,10 +6617,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6615
6617
  ),
6616
6618
  /* @__PURE__ */ a(J, { children: e.paginatorComponent })
6617
6619
  ] });
6618
- }, e1 = "_content_15x47_1", t1 = "_newsDescription_15x47_15", n1 = "_image_15x47_41", Pt = {
6619
- content: e1,
6620
- newsDescription: t1,
6621
- image: n1
6620
+ }, t1 = "_content_15x47_1", n1 = "_newsDescription_15x47_15", a1 = "_image_15x47_41", Pt = {
6621
+ content: t1,
6622
+ newsDescription: n1,
6623
+ image: a1
6622
6624
  }, Ze = (e) => {
6623
6625
  const {
6624
6626
  main: t,
@@ -6680,13 +6682,13 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6680
6682
  ]
6681
6683
  }
6682
6684
  );
6683
- }, a1 = "_content_14xk9_1", s1 = "_boxInformation_14xk9_12", r1 = "_titleGradient_14xk9_30", o1 = "_sectionDescription_14xk9_58", i1 = "_articule_14xk9_83", c1 = "_linkStyled_14xk9_116", Xe = {
6684
- content: a1,
6685
- boxInformation: s1,
6686
- titleGradient: r1,
6687
- sectionDescription: o1,
6688
- articule: i1,
6689
- linkStyled: c1
6685
+ }, s1 = "_content_14xk9_1", r1 = "_boxInformation_14xk9_12", o1 = "_titleGradient_14xk9_30", i1 = "_sectionDescription_14xk9_58", c1 = "_articule_14xk9_83", l1 = "_linkStyled_14xk9_116", Xe = {
6686
+ content: s1,
6687
+ boxInformation: r1,
6688
+ titleGradient: o1,
6689
+ sectionDescription: i1,
6690
+ articule: c1,
6691
+ linkStyled: l1
6690
6692
  }, Un = (e) => {
6691
6693
  const {
6692
6694
  isVideo: t,
@@ -6755,17 +6757,17 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6755
6757
  }
6756
6758
  )
6757
6759
  ] });
6758
- }, l1 = "_content_kro73_1", d1 = "_contentLayout_kro73_5", is = {
6759
- content: l1,
6760
- contentLayout: d1
6761
- }, cs = (e) => /* @__PURE__ */ a("div", { className: is.content, children: /* @__PURE__ */ a(Vt, { className: `${is.contentLayout} ${e.className}`, children: e.children }) }), u1 = "_content_1nqra_1", m1 = "_before_1nqra_11", h1 = "_textContent_1nqra_22", f1 = "_title_1nqra_37", g1 = "_description_1nqra_46", p1 = "_linkStyled_1nqra_57", pt = {
6762
- content: u1,
6763
- before: m1,
6764
- textContent: h1,
6765
- title: f1,
6766
- description: g1,
6767
- linkStyled: p1
6768
- }, n3 = (e) => {
6760
+ }, d1 = "_content_kro73_1", u1 = "_contentLayout_kro73_5", is = {
6761
+ content: d1,
6762
+ contentLayout: u1
6763
+ }, cs = (e) => /* @__PURE__ */ a("div", { className: is.content, children: /* @__PURE__ */ a(Vt, { className: `${is.contentLayout} ${e.className}`, children: e.children }) }), m1 = "_content_1nqra_1", h1 = "_before_1nqra_11", f1 = "_textContent_1nqra_22", g1 = "_title_1nqra_37", p1 = "_description_1nqra_46", A1 = "_linkStyled_1nqra_57", pt = {
6764
+ content: m1,
6765
+ before: h1,
6766
+ textContent: f1,
6767
+ title: g1,
6768
+ description: p1,
6769
+ linkStyled: A1
6770
+ }, a3 = (e) => {
6769
6771
  const t = e.logo;
6770
6772
  return /* @__PURE__ */ f("section", { className: pt.content, children: [
6771
6773
  e.backgroundImgURL && /* @__PURE__ */ a("img", { className: pt.before, src: e.backgroundImgURL, alt: "" }),
@@ -6776,25 +6778,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6776
6778
  /* @__PURE__ */ a(O, { className: pt.linkStyled, href: "/", children: e.buttonText ?? "Inicio" })
6777
6779
  ] })
6778
6780
  ] });
6779
- }, A1 = "_content_zxcog_1", y1 = "_contentLabel_zxcog_8", w1 = "_label_zxcog_13", v1 = "_required_zxcog_22", b1 = "_input_zxcog_28", kt = {
6780
- content: A1,
6781
- contentLabel: y1,
6782
- label: w1,
6783
- required: v1,
6784
- input: b1
6785
- }, a3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
6781
+ }, y1 = "_content_zxcog_1", w1 = "_contentLabel_zxcog_8", v1 = "_label_zxcog_13", b1 = "_required_zxcog_22", C1 = "_input_zxcog_28", kt = {
6782
+ content: y1,
6783
+ contentLabel: w1,
6784
+ label: v1,
6785
+ required: b1,
6786
+ input: C1
6787
+ }, s3 = (e) => /* @__PURE__ */ f("div", { className: kt.content, children: [
6786
6788
  /* @__PURE__ */ f("div", { className: kt.contentLabel, children: [
6787
6789
  /* @__PURE__ */ a("label", { className: kt.label, children: e.label }),
6788
6790
  e.required && /* @__PURE__ */ a("span", { className: kt.required, children: "*" })
6789
6791
  ] }),
6790
6792
  /* @__PURE__ */ a("input", { className: kt.input, ...e })
6791
- ] }), C1 = "_content_zgx5w_1", _1 = "_contentLabel_zgx5w_8", N1 = "_label_zgx5w_13", S1 = "_required_zgx5w_22", E1 = "_input_zgx5w_28", Ut = {
6792
- content: C1,
6793
- contentLabel: _1,
6794
- label: N1,
6795
- required: S1,
6796
- input: E1
6797
- }, s3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
6793
+ ] }), _1 = "_content_zgx5w_1", N1 = "_contentLabel_zgx5w_8", S1 = "_label_zgx5w_13", E1 = "_required_zgx5w_22", x1 = "_input_zgx5w_28", Ut = {
6794
+ content: _1,
6795
+ contentLabel: N1,
6796
+ label: S1,
6797
+ required: E1,
6798
+ input: x1
6799
+ }, r3 = (e) => /* @__PURE__ */ f("div", { className: Ut.content, children: [
6798
6800
  /* @__PURE__ */ f("div", { className: Ut.contentLabel, children: [
6799
6801
  /* @__PURE__ */ a("label", { className: Ut.label, children: e.label }),
6800
6802
  e.required && /* @__PURE__ */ a("span", { className: Ut.required, children: "*" })
@@ -6803,32 +6805,32 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6803
6805
  /* @__PURE__ */ a("option", { value: "", children: "--Seleccione--" }),
6804
6806
  e.options.map((t, n) => /* @__PURE__ */ a("option", { value: t.value, children: t.label }, n))
6805
6807
  ] })
6806
- ] }), x1 = "_content_1mi9t_1", T1 = "_label_1mi9t_8", I1 = "_input_1mi9t_17", Dn = {
6807
- content: x1,
6808
- label: T1,
6809
- input: I1
6810
- }, r3 = (e) => /* @__PURE__ */ f("div", { className: Dn.content, children: [
6808
+ ] }), T1 = "_content_1mi9t_1", I1 = "_label_1mi9t_8", k1 = "_input_1mi9t_17", Dn = {
6809
+ content: T1,
6810
+ label: I1,
6811
+ input: k1
6812
+ }, o3 = (e) => /* @__PURE__ */ f("div", { className: Dn.content, children: [
6811
6813
  /* @__PURE__ */ a("label", { className: Dn.label, children: e.label }),
6812
6814
  /* @__PURE__ */ a("textarea", { className: Dn.input, ...e })
6813
- ] }), k1 = "_boxInformation_achvw_1", U1 = "_textBox_achvw_30", q1 = "_contentBox_achvw_40", R1 = "_liveBox_achvw_50", L1 = "_dot_achvw_72", B1 = "_sectionDescription_achvw_97", O1 = "_articule_achvw_110", P1 = "_description_achvw_137", et = {
6814
- boxInformation: k1,
6815
- textBox: U1,
6816
- contentBox: q1,
6817
- liveBox: R1,
6818
- dot: L1,
6819
- sectionDescription: B1,
6820
- articule: O1,
6821
- description: P1
6822
- }, D1 = "_content_1ihav_1", M1 = "_description_1ihav_23", vn = {
6823
- content: D1,
6824
- description: M1
6815
+ ] }), U1 = "_boxInformation_achvw_1", q1 = "_textBox_achvw_30", R1 = "_contentBox_achvw_40", L1 = "_liveBox_achvw_50", B1 = "_dot_achvw_72", O1 = "_sectionDescription_achvw_97", P1 = "_articule_achvw_110", D1 = "_description_achvw_137", et = {
6816
+ boxInformation: U1,
6817
+ textBox: q1,
6818
+ contentBox: R1,
6819
+ liveBox: L1,
6820
+ dot: B1,
6821
+ sectionDescription: O1,
6822
+ articule: P1,
6823
+ description: D1
6824
+ }, M1 = "_content_1ihav_1", j1 = "_description_1ihav_23", vn = {
6825
+ content: M1,
6826
+ description: j1
6825
6827
  }, Cr = (e) => {
6826
6828
  let t = "";
6827
6829
  return e.preview.description && (t = e.preview.description), e.preview.copyright && (t = `${t} ${e.preview.copyright}`), e.preview.photographer && (t = `${t} ${e.preview.photographer}`), /* @__PURE__ */ f("div", { className: vn.content, children: [
6828
6830
  /* @__PURE__ */ a(Ue, { preview: e.preview, isLarge: !0, priorityHigh: !0 }),
6829
6831
  t && /* @__PURE__ */ a("div", { className: vn.description, children: t })
6830
6832
  ] });
6831
- }, j1 = (e) => /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f("div", { className: et.boxInformation, children: [
6833
+ }, Q1 = (e) => /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f("div", { className: `${et.boxInformation} sass-liveblog-header`, children: [
6832
6834
  /* @__PURE__ */ a(Cr, { preview: e.preview }),
6833
6835
  /* @__PURE__ */ f("div", { className: et.textBox, children: [
6834
6836
  /* @__PURE__ */ f("div", { className: et.contentBox, children: [
@@ -6858,32 +6860,32 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6858
6860
  }
6859
6861
  )
6860
6862
  ] })
6861
- ] }) }), Q1 = "_content_oipiy_1", G1 = "_contentLine_oipiy_17", H1 = "_contentText_oipiy_24", z1 = "_dateLink_oipiy_37", Xt = {
6862
- content: Q1,
6863
- contentLine: G1,
6864
- contentText: H1,
6865
- dateLink: z1
6866
- }, V1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: Xt.contentLine, children: [
6863
+ ] }) }), G1 = "_content_oipiy_1", H1 = "_contentLine_oipiy_17", z1 = "_contentText_oipiy_24", V1 = "_dateLink_oipiy_37", Xt = {
6864
+ content: G1,
6865
+ contentLine: H1,
6866
+ contentText: z1,
6867
+ dateLink: V1
6868
+ }, F1 = (e) => /* @__PURE__ */ a("section", { className: Xt.content, children: e.itemList[0]?.list.items.map((t, n) => /* @__PURE__ */ f("div", { className: Xt.contentLine, children: [
6867
6869
  /* @__PURE__ */ a(O, { className: Xt.dateLink, href: `#item-${n + 1}`, children: mo(t.date) }),
6868
6870
  /* @__PURE__ */ a("div", { className: Xt.contentText, children: (e.itemList[0]?.list.integrated, t.title) })
6869
- ] }, n)) }), F1 = "_content_7ul21_1", $1 = "_contentInfo_7ul21_11", W1 = "_imageContainer_7ul21_19", Y1 = "_imageStyled_7ul21_28", K1 = "_contentIconStyled_7ul21_39", J1 = "_name_7ul21_65", Z1 = "_email_7ul21_74", X1 = "_description_7ul21_90", eu = "_contenSocialNetwork_7ul21_102", tu = "_socialIcon_7ul21_112", nu = "_socialIconLink_7ul21_117", fe = {
6870
- content: F1,
6871
- contentInfo: $1,
6872
- imageContainer: W1,
6873
- imageStyled: Y1,
6874
- contentIconStyled: K1,
6875
- name: J1,
6876
- email: Z1,
6877
- description: X1,
6878
- contenSocialNetwork: eu,
6879
- socialIcon: tu,
6880
- socialIconLink: nu
6871
+ ] }, n)) }), $1 = "_content_7ul21_1", W1 = "_contentInfo_7ul21_11", Y1 = "_imageContainer_7ul21_19", K1 = "_imageStyled_7ul21_28", J1 = "_contentIconStyled_7ul21_39", Z1 = "_name_7ul21_65", X1 = "_email_7ul21_74", eu = "_description_7ul21_90", tu = "_contenSocialNetwork_7ul21_102", nu = "_socialIcon_7ul21_112", au = "_socialIconLink_7ul21_117", fe = {
6872
+ content: $1,
6873
+ contentInfo: W1,
6874
+ imageContainer: Y1,
6875
+ imageStyled: K1,
6876
+ contentIconStyled: J1,
6877
+ name: Z1,
6878
+ email: X1,
6879
+ description: eu,
6880
+ contenSocialNetwork: tu,
6881
+ socialIcon: nu,
6882
+ socialIconLink: au
6881
6883
  }, en = (e) => {
6882
6884
  if (!e || e.trim() === "")
6883
6885
  return e;
6884
6886
  const t = e.trim();
6885
6887
  return t.startsWith("http://") || t.startsWith("https://") ? t : `https://${t}`;
6886
- }, au = async (e) => {
6888
+ }, su = async (e) => {
6887
6889
  const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = en(t?.addtional?.USER_USERFB ?? ""), m = en(t?.addtional?.USER_USERIG ?? ""), h = en(t?.addtional?.USER_USERTWT ?? ""), p = en(t?.addtional?.USER_USERLIN ?? "");
6888
6890
  return /* @__PURE__ */ a(
6889
6891
  "section",
@@ -6954,18 +6956,18 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
6954
6956
  ] })
6955
6957
  }
6956
6958
  );
6957
- }, su = "_content_18ozj_1", ru = "_contentInfo_18ozj_13", ou = "_contentAuthor_18ozj_26", iu = "_imageStyled_18ozj_33", cu = "_contentIconStyled_18ozj_42", lu = "_name_18ozj_64", du = "_email_18ozj_72", uu = "_description_18ozj_82", mu = "_contenSocialNetwork_18ozj_93", hu = "_socialIcon_18ozj_103", Se = {
6958
- content: su,
6959
- contentInfo: ru,
6960
- contentAuthor: ou,
6961
- imageStyled: iu,
6962
- contentIconStyled: cu,
6963
- name: lu,
6964
- email: du,
6965
- description: uu,
6966
- contenSocialNetwork: mu,
6967
- socialIcon: hu
6968
- }, fu = async (e) => {
6959
+ }, ru = "_content_18ozj_1", ou = "_contentInfo_18ozj_13", iu = "_contentAuthor_18ozj_26", cu = "_imageStyled_18ozj_33", lu = "_contentIconStyled_18ozj_42", du = "_name_18ozj_64", uu = "_email_18ozj_72", mu = "_description_18ozj_82", hu = "_contenSocialNetwork_18ozj_93", fu = "_socialIcon_18ozj_103", Se = {
6960
+ content: ru,
6961
+ contentInfo: ou,
6962
+ contentAuthor: iu,
6963
+ imageStyled: cu,
6964
+ contentIconStyled: lu,
6965
+ name: du,
6966
+ email: uu,
6967
+ description: mu,
6968
+ contenSocialNetwork: hu,
6969
+ socialIcon: fu
6970
+ }, gu = async (e) => {
6969
6971
  const { autor: t, autorIcon: n } = e, s = n, r = t?.info?.image?.sizes?.[0]?.url ?? "", o = t?.info?.fullname ?? "", i = t?.info?.email ?? "", c = t?.addtional?.USER_SHOWEMAIL ?? !1, d = t?.addtional?.USER_SHOWBIO ?? !1, l = t?.addtional?.USER_MIBIO ?? "", u = t?.addtional?.USER_USERFB ?? "", m = t?.addtional?.USER_USERIG ?? "", h = t?.addtional?.USER_USERTWT ?? "", p = t?.addtional?.USER_USERLIN ?? "";
6970
6972
  return /* @__PURE__ */ a("section", { className: Se.content, children: /* @__PURE__ */ f("div", { className: Se.contentInfo, children: [
6971
6973
  r ? /* @__PURE__ */ a(
@@ -7027,9 +7029,9 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7027
7029
  ] })
7028
7030
  ] })
7029
7031
  ] }) });
7030
- }, gu = "_content_jg6i2_1", pu = "_bannerSection_jg6i2_25", ls = {
7031
- content: gu,
7032
- bannerSection: pu
7032
+ }, pu = "_content_jg6i2_1", Au = "_bannerSection_jg6i2_25", ls = {
7033
+ content: pu,
7034
+ bannerSection: Au
7033
7035
  }, _r = (e) => /* @__PURE__ */ f("section", { className: ls.content, children: [
7034
7036
  e.children,
7035
7037
  /* @__PURE__ */ f("div", { className: ls.bannerSection, children: [
@@ -7050,21 +7052,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7050
7052
  ),
7051
7053
  e.banner
7052
7054
  ] })
7053
- ] }), Au = "_content_kmqba_1", yu = "_header_kmqba_30", wu = "_videos_kmqba_56", vu = "_videoContent_kmqba_63", bu = "_articleSection_kmqba_70", Cu = "_contentLayoutVideoSection_kmqba_85", _u = "_sectionVideoList_kmqba_93", Nu = "_iframeStyled_kmqba_166", Su = "_contentFrame_kmqba_172", Re = {
7054
- content: Au,
7055
- header: yu,
7056
- videos: wu,
7057
- videoContent: vu,
7058
- articleSection: bu,
7059
- contentLayoutVideoSection: Cu,
7060
- sectionVideoList: _u,
7061
- iframeStyled: Nu,
7062
- contentFrame: Su
7063
- }, Eu = "_content_1dj0q_1", xu = "_linkImage_1dj0q_12", Tu = "_playStyled_1dj0q_19", Mn = {
7064
- content: Eu,
7065
- linkImage: xu,
7066
- playStyled: Tu
7067
- }, Iu = async (e) => {
7055
+ ] }), yu = "_content_kmqba_1", wu = "_header_kmqba_30", vu = "_videos_kmqba_56", bu = "_videoContent_kmqba_63", Cu = "_articleSection_kmqba_70", _u = "_contentLayoutVideoSection_kmqba_85", Nu = "_sectionVideoList_kmqba_93", Su = "_iframeStyled_kmqba_166", Eu = "_contentFrame_kmqba_172", Re = {
7056
+ content: yu,
7057
+ header: wu,
7058
+ videos: vu,
7059
+ videoContent: bu,
7060
+ articleSection: Cu,
7061
+ contentLayoutVideoSection: _u,
7062
+ sectionVideoList: Nu,
7063
+ iframeStyled: Su,
7064
+ contentFrame: Eu
7065
+ }, xu = "_content_1dj0q_1", Tu = "_linkImage_1dj0q_12", Iu = "_playStyled_1dj0q_19", Mn = {
7066
+ content: xu,
7067
+ linkImage: Tu,
7068
+ playStyled: Iu
7069
+ }, ku = async (e) => {
7068
7070
  const t = ba(), n = {
7069
7071
  ...e,
7070
7072
  main: {
@@ -7091,7 +7093,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7091
7093
  ),
7092
7094
  /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(xt, { ...n, paths: e.paths }) })
7093
7095
  ] }) : null;
7094
- }, o3 = (e) => /* @__PURE__ */ a("div", { className: Re.content, children: /* @__PURE__ */ f(Vt, { className: Re.contentLayoutVideoSection, children: [
7096
+ }, i3 = (e) => /* @__PURE__ */ a("div", { className: Re.content, children: /* @__PURE__ */ f(Vt, { className: Re.contentLayoutVideoSection, children: [
7095
7097
  /* @__PURE__ */ f("a", { className: Re.header, href: e.goBackLink ?? "/videos", children: [
7096
7098
  /* @__PURE__ */ a(
7097
7099
  "svg",
@@ -7181,7 +7183,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7181
7183
  ),
7182
7184
  e.relatedName && /* @__PURE__ */ a("h2", { className: `${Re.relatedTitle} saas-video-related-title`, children: e.relatedName }),
7183
7185
  Array.isArray(e.videoList) && e.videoList.map((t, n) => /* @__PURE__ */ rt(
7184
- Iu,
7186
+ ku,
7185
7187
  {
7186
7188
  ...Dt(t, !0, !1, !1),
7187
7189
  key: n,
@@ -7192,15 +7194,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7192
7194
  }
7193
7195
  )
7194
7196
  ] })
7195
- ] }) }), ku = "_content_gcte1_1", Uu = "_titleContent_gcte1_24", qu = "_title_gcte1_24", Ru = "_startLine_gcte1_88", Lu = "_line_gcte1_93", Bu = "_bottomLine_gcte1_99", Ou = "_childrenContent_gcte1_118", Pu = "_readMore_gcte1_131", He = {
7196
- content: ku,
7197
- titleContent: Uu,
7198
- title: qu,
7199
- startLine: Ru,
7200
- line: Lu,
7201
- bottomLine: Bu,
7202
- childrenContent: Ou,
7203
- readMore: Pu
7197
+ ] }) }), Uu = "_content_gcte1_1", qu = "_titleContent_gcte1_24", Ru = "_title_gcte1_24", Lu = "_startLine_gcte1_88", Bu = "_line_gcte1_93", Ou = "_bottomLine_gcte1_99", Pu = "_childrenContent_gcte1_118", Du = "_readMore_gcte1_131", He = {
7198
+ content: Uu,
7199
+ titleContent: qu,
7200
+ title: Ru,
7201
+ startLine: Lu,
7202
+ line: Bu,
7203
+ bottomLine: Ou,
7204
+ childrenContent: Pu,
7205
+ readMore: Du
7204
7206
  }, ge = Ms((e, t) => {
7205
7207
  const { isTitle: n = !1, isOpinion: s = !1 } = e, r = n ? /* @__PURE__ */ a("h1", { className: He.title, children: e.title }) : /* @__PURE__ */ a("h2", { className: He.title, children: e.title });
7206
7208
  return /* @__PURE__ */ f("section", { className: He.content, children: [
@@ -7264,25 +7266,25 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7264
7266
  }
7265
7267
  )
7266
7268
  }
7267
- ), Du = "_drawerStyled_tm61w_1", Mu = "_sidebarCustom_tm61w_6", ju = "_accordionStyled_tm61w_24", Qu = "_accordionHeading_tm61w_35", Gu = "_accordionSummeryStyled_tm61w_44", Hu = "_linkStyled_tm61w_72", zu = "_subLinkStyled_tm61w_92", Vu = "_inputContent_tm61w_114", Fu = "_buttonContent_tm61w_115", $u = "_inputStyled_tm61w_125", Wu = "_buscar_tm61w_141", Yu = "_buttonStyled_tm61w_170", Ku = "_accordionDetailsStyled_tm61w_185", Ju = "_footerSlider_tm61w_200", Zu = "_socialMedia_tm61w_211", Xu = "_copyRights_tm61w_230", em = "_icon_tm61w_241", le = {
7268
- drawerStyled: Du,
7269
- sidebarCustom: Mu,
7270
- accordionStyled: ju,
7271
- accordionHeading: Qu,
7272
- accordionSummeryStyled: Gu,
7273
- linkStyled: Hu,
7274
- subLinkStyled: zu,
7275
- inputContent: Vu,
7276
- buttonContent: Fu,
7277
- inputStyled: $u,
7278
- buscar: Wu,
7279
- buttonStyled: Yu,
7280
- accordionDetailsStyled: Ku,
7281
- footerSlider: Ju,
7282
- socialMedia: Zu,
7283
- copyRights: Xu,
7284
- icon: em
7285
- }, tm = ({
7269
+ ), Mu = "_drawerStyled_tm61w_1", ju = "_sidebarCustom_tm61w_6", Qu = "_accordionStyled_tm61w_24", Gu = "_accordionHeading_tm61w_35", Hu = "_accordionSummeryStyled_tm61w_44", zu = "_linkStyled_tm61w_72", Vu = "_subLinkStyled_tm61w_92", Fu = "_inputContent_tm61w_114", $u = "_buttonContent_tm61w_115", Wu = "_inputStyled_tm61w_125", Yu = "_buscar_tm61w_141", Ku = "_buttonStyled_tm61w_170", Ju = "_accordionDetailsStyled_tm61w_185", Zu = "_footerSlider_tm61w_200", Xu = "_socialMedia_tm61w_211", em = "_copyRights_tm61w_230", tm = "_icon_tm61w_241", le = {
7270
+ drawerStyled: Mu,
7271
+ sidebarCustom: ju,
7272
+ accordionStyled: Qu,
7273
+ accordionHeading: Gu,
7274
+ accordionSummeryStyled: Hu,
7275
+ linkStyled: zu,
7276
+ subLinkStyled: Vu,
7277
+ inputContent: Fu,
7278
+ buttonContent: $u,
7279
+ inputStyled: Wu,
7280
+ buscar: Yu,
7281
+ buttonStyled: Ku,
7282
+ accordionDetailsStyled: Ju,
7283
+ footerSlider: Zu,
7284
+ socialMedia: Xu,
7285
+ copyRights: em,
7286
+ icon: tm
7287
+ }, nm = ({
7286
7288
  sidebar: e,
7287
7289
  socials: t,
7288
7290
  copyrigth: n,
@@ -7433,12 +7435,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7433
7435
  )
7434
7436
  ]
7435
7437
  }
7436
- ), nm = "_content_y5b1f_1", am = "_chipStyled_y5b1f_17", sm = "_headLine_y5b1f_17", rm = "_live_y5b1f_25", om = "_closeLiveStyled_y5b1f_87", qt = {
7437
- content: nm,
7438
- chipStyled: am,
7439
- headLine: sm,
7440
- live: rm,
7441
- closeLiveStyled: om
7438
+ ), am = "_content_y5b1f_1", sm = "_chipStyled_y5b1f_17", rm = "_headLine_y5b1f_17", om = "_live_y5b1f_25", im = "_closeLiveStyled_y5b1f_87", qt = {
7439
+ content: am,
7440
+ chipStyled: sm,
7441
+ headLine: rm,
7442
+ live: om,
7443
+ closeLiveStyled: im
7442
7444
  }, Sr = (e) => {
7443
7445
  const { alertZone: t, id: n = "close-alert" } = e, s = () => /* @__PURE__ */ a(
7444
7446
  O,
@@ -7481,21 +7483,21 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7481
7483
  }
7482
7484
  )
7483
7485
  ] });
7484
- }, im = "_content_18yq5_1", cm = "_linkStyled_18yq5_14", lm = "_linkSocialNetwork_18yq5_28", dm = "_title_18yq5_49", um = "_tabs_18yq5_60", mm = "_socialNetwork_18yq5_68", hm = "_icon_18yq5_78", fm = "_facebook_18yq5_84", gm = "_youtube_18yq5_88", pm = "_x_18yq5_92", Am = "_instagram_18yq5_96", ym = "_gnews_18yq5_100", wm = "_tiktok_18yq5_104", vm = "_whatsapp_18yq5_108", ze = {
7485
- content: im,
7486
- linkStyled: cm,
7487
- linkSocialNetwork: lm,
7488
- title: dm,
7489
- tabs: um,
7490
- socialNetwork: mm,
7491
- icon: hm,
7492
- facebook: fm,
7493
- youtube: gm,
7494
- x: pm,
7495
- instagram: Am,
7496
- gnews: ym,
7497
- tiktok: wm,
7498
- whatsapp: vm
7486
+ }, cm = "_content_18yq5_1", lm = "_linkStyled_18yq5_14", dm = "_linkSocialNetwork_18yq5_28", um = "_title_18yq5_49", mm = "_tabs_18yq5_60", hm = "_socialNetwork_18yq5_68", fm = "_icon_18yq5_78", gm = "_facebook_18yq5_84", pm = "_youtube_18yq5_88", Am = "_x_18yq5_92", ym = "_instagram_18yq5_96", wm = "_gnews_18yq5_100", vm = "_tiktok_18yq5_104", bm = "_whatsapp_18yq5_108", ze = {
7487
+ content: cm,
7488
+ linkStyled: lm,
7489
+ linkSocialNetwork: dm,
7490
+ title: um,
7491
+ tabs: mm,
7492
+ socialNetwork: hm,
7493
+ icon: fm,
7494
+ facebook: gm,
7495
+ youtube: pm,
7496
+ x: Am,
7497
+ instagram: ym,
7498
+ gnews: wm,
7499
+ tiktok: vm,
7500
+ whatsapp: bm
7499
7501
  }, Er = (e) => {
7500
7502
  const { cintillo: t, tapeTitle: n, socials: s } = e, r = "", o = t?.findIndex((i) => i.link === r) ?? 0;
7501
7503
  return (Array.isArray(t) || e.socialIcons) && /* @__PURE__ */ f("section", { className: ze.content, children: [
@@ -7547,19 +7549,19 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7547
7549
  i
7548
7550
  )) })
7549
7551
  ] });
7550
- }, bm = "_headerStyled_6yw62_1", Cm = "_headerContent_6yw62_14", _m = "_iconContent_6yw62_25", Nm = "_menuButton_6yw62_34", Sm = "_logoStyled_6yw62_66", Em = "_buttonSection_6yw62_94", xm = "_buttonSectionSearch_6yw62_109", Tm = "_headLineContent_6yw62_131", Im = "_headLineTitle_6yw62_144", km = "_headLine_6yw62_131", Um = "_hasAlertZone_6yw62_197", ke = {
7551
- headerStyled: bm,
7552
- headerContent: Cm,
7553
- iconContent: _m,
7554
- menuButton: Nm,
7555
- logoStyled: Sm,
7556
- buttonSection: Em,
7557
- buttonSectionSearch: xm,
7558
- headLineContent: Tm,
7559
- headLineTitle: Im,
7560
- headLine: km,
7561
- hasAlertZone: Um
7562
- }, qm = (e) => {
7552
+ }, Cm = "_headerStyled_6yw62_1", _m = "_headerContent_6yw62_14", Nm = "_iconContent_6yw62_25", Sm = "_menuButton_6yw62_34", Em = "_logoStyled_6yw62_66", xm = "_buttonSection_6yw62_94", Tm = "_buttonSectionSearch_6yw62_109", Im = "_headLineContent_6yw62_131", km = "_headLineTitle_6yw62_144", Um = "_headLine_6yw62_131", qm = "_hasAlertZone_6yw62_197", ke = {
7553
+ headerStyled: Cm,
7554
+ headerContent: _m,
7555
+ iconContent: Nm,
7556
+ menuButton: Sm,
7557
+ logoStyled: Em,
7558
+ buttonSection: xm,
7559
+ buttonSectionSearch: Tm,
7560
+ headLineContent: Im,
7561
+ headLineTitle: km,
7562
+ headLine: Um,
7563
+ hasAlertZone: qm
7564
+ }, Rm = (e) => {
7563
7565
  const { alertZone: t } = e;
7564
7566
  return /* @__PURE__ */ f("header", { className: ke.headerStyled, children: [
7565
7567
  e.socialIcons && e.headerTape?.sticky && /* @__PURE__ */ a(
@@ -7652,15 +7654,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7652
7654
  }
7653
7655
  )
7654
7656
  ] });
7655
- }, Rm = "_ul_oit7k_1", Lm = "_li_oit7k_10", Bm = "_liBefore_oit7k_18", Om = "_ulContent_oit7k_29", Pm = "_contentModal_oit7k_56", Dm = "_linkStyled_oit7k_68", Mm = "_itemLink_oit7k_93", Ve = {
7656
- ul: Rm,
7657
- li: Lm,
7658
- liBefore: Bm,
7659
- ulContent: Om,
7660
- contentModal: Pm,
7661
- linkStyled: Dm,
7662
- itemLink: Mm
7663
- }, jm = (e) => {
7657
+ }, Lm = "_ul_oit7k_1", Bm = "_li_oit7k_10", Om = "_liBefore_oit7k_18", Pm = "_ulContent_oit7k_29", Dm = "_contentModal_oit7k_56", Mm = "_linkStyled_oit7k_68", jm = "_itemLink_oit7k_93", Ve = {
7658
+ ul: Lm,
7659
+ li: Bm,
7660
+ liBefore: Om,
7661
+ ulContent: Pm,
7662
+ contentModal: Dm,
7663
+ linkStyled: Mm,
7664
+ itemLink: jm
7665
+ }, Qm = (e) => {
7664
7666
  const { items: t } = e;
7665
7667
  return /* @__PURE__ */ a("ul", { className: Ve.ul, children: t.map((n, s) => /* @__PURE__ */ f("li", { className: `${Ve.liBefore} ${Ve.li}`, children: [
7666
7668
  n.link ? /* @__PURE__ */ f(
@@ -7690,23 +7692,23 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7690
7692
  }
7691
7693
  ) }, o)) }) })
7692
7694
  ] }, s)) });
7693
- }, Qm = "_headerStyled_q9qvi_1", Gm = "_headerContent_q9qvi_23", Hm = "_menuButtonSection_q9qvi_33", zm = "_menuButton_q9qvi_33", Vm = "_buttonSection_q9qvi_84", Fm = "_buttonSectionSearch_q9qvi_101", $m = "_hasAlertZone_q9qvi_112", Wm = "_buttonText_q9qvi_131", Ym = "_logoContent_q9qvi_141", Km = "_logoStyled_q9qvi_149", Jm = "_headLineContent_q9qvi_173", Zm = "_headLineTitle_q9qvi_188", Xm = "_menuSection_q9qvi_204", eh = "_headLine_q9qvi_173", th = "_line_q9qvi_256", ve = {
7694
- headerStyled: Qm,
7695
- headerContent: Gm,
7696
- menuButtonSection: Hm,
7697
- menuButton: zm,
7698
- buttonSection: Vm,
7699
- buttonSectionSearch: Fm,
7700
- hasAlertZone: $m,
7701
- buttonText: Wm,
7702
- logoContent: Ym,
7703
- logoStyled: Km,
7704
- headLineContent: Jm,
7705
- headLineTitle: Zm,
7706
- menuSection: Xm,
7707
- headLine: eh,
7708
- line: th
7709
- }, nh = (e) => {
7695
+ }, Gm = "_headerStyled_q9qvi_1", Hm = "_headerContent_q9qvi_23", zm = "_menuButtonSection_q9qvi_33", Vm = "_menuButton_q9qvi_33", Fm = "_buttonSection_q9qvi_84", $m = "_buttonSectionSearch_q9qvi_101", Wm = "_hasAlertZone_q9qvi_112", Ym = "_buttonText_q9qvi_131", Km = "_logoContent_q9qvi_141", Jm = "_logoStyled_q9qvi_149", Zm = "_headLineContent_q9qvi_173", Xm = "_headLineTitle_q9qvi_188", eh = "_menuSection_q9qvi_204", th = "_headLine_q9qvi_173", nh = "_line_q9qvi_256", ve = {
7696
+ headerStyled: Gm,
7697
+ headerContent: Hm,
7698
+ menuButtonSection: zm,
7699
+ menuButton: Vm,
7700
+ buttonSection: Fm,
7701
+ buttonSectionSearch: $m,
7702
+ hasAlertZone: Wm,
7703
+ buttonText: Ym,
7704
+ logoContent: Km,
7705
+ logoStyled: Jm,
7706
+ headLineContent: Zm,
7707
+ headLineTitle: Xm,
7708
+ menuSection: eh,
7709
+ headLine: th,
7710
+ line: nh
7711
+ }, ah = (e) => {
7710
7712
  const { menu: t, alertZone: n } = e;
7711
7713
  return /* @__PURE__ */ f(
7712
7714
  "header",
@@ -7783,7 +7785,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7783
7785
  {
7784
7786
  className: ve.menuSection,
7785
7787
  style: e.showAlertPop ? { "--showAlertPop": "0px" } : {},
7786
- children: Array.isArray(t) && /* @__PURE__ */ a(jm, { items: t })
7788
+ children: Array.isArray(t) && /* @__PURE__ */ a(Qm, { items: t })
7787
7789
  }
7788
7790
  )
7789
7791
  ]
@@ -7792,15 +7794,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7792
7794
  ]
7793
7795
  }
7794
7796
  );
7795
- }, ah = "_childrenContent_wqlb4_1", sh = "_childrenContentAux_wqlb4_12", rh = "_op2_wqlb4_25", jn = {
7796
- childrenContent: ah,
7797
- childrenContentAux: sh,
7798
- op2: rh
7799
- }, i3 = (e) => {
7797
+ }, sh = "_childrenContent_wqlb4_1", rh = "_childrenContentAux_wqlb4_12", oh = "_op2_wqlb4_25", jn = {
7798
+ childrenContent: sh,
7799
+ childrenContentAux: rh,
7800
+ op2: oh
7801
+ }, c3 = (e) => {
7800
7802
  const { alertZone: t, children: n, sidebar: s } = e;
7801
7803
  return /* @__PURE__ */ f(J, { children: [
7802
- /* @__PURE__ */ a(qm, { ...e }),
7803
- !e.showOnlyStickyHeader && /* @__PURE__ */ a(nh, { ...e }),
7804
+ /* @__PURE__ */ a(Rm, { ...e }),
7805
+ !e.showOnlyStickyHeader && /* @__PURE__ */ a(ah, { ...e }),
7804
7806
  /* @__PURE__ */ f(
7805
7807
  "div",
7806
7808
  {
@@ -7827,7 +7829,7 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7827
7829
  }
7828
7830
  ),
7829
7831
  /* @__PURE__ */ a(
7830
- tm,
7832
+ nm,
7831
7833
  {
7832
7834
  sidebarExtra: e.sidebarExtra,
7833
7835
  searchKeyWord: e.searchKeyWord,
@@ -7837,26 +7839,26 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
7837
7839
  }
7838
7840
  )
7839
7841
  ] });
7840
- }, oh = "_content_16ydf_1", ih = "_tags_16ydf_10", ch = "_chipStyled_16ydf_20", lh = "_tagLink_16ydf_47", dh = "_tagStyled_16ydf_53", At = {
7841
- content: oh,
7842
- tags: ih,
7843
- chipStyled: ch,
7844
- tagLink: lh,
7845
- tagStyled: dh
7846
- }, uh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
7842
+ }, ih = "_content_16ydf_1", ch = "_tags_16ydf_10", lh = "_chipStyled_16ydf_20", dh = "_tagLink_16ydf_47", uh = "_tagStyled_16ydf_53", At = {
7843
+ content: ih,
7844
+ tags: ch,
7845
+ chipStyled: lh,
7846
+ tagLink: dh,
7847
+ tagStyled: uh
7848
+ }, mh = (e) => /* @__PURE__ */ a("section", { className: At.content, children: Array.isArray(e.tags) && /* @__PURE__ */ f("div", { className: At.tags, children: [
7847
7849
  /* @__PURE__ */ a("p", { className: At.tagStyled, children: e.title ? e.title : "Tags:" }),
7848
7850
  e.tags.map((t, n) => t.approved ? /* @__PURE__ */ a(O, { href: vt(t, e.paths), children: /* @__PURE__ */ a("div", { className: `${At.chipStyled} ${At.tagLink}`, children: t.name }) }, n) : /* @__PURE__ */ a("div", { className: At.chipStyled, children: t.name }, n))
7849
- ] }) }), mh = "_contentBox_1cum1_1", hh = "_content_1cum1_1", fh = "_imageStyled_1cum1_16", gh = "_contentIconStyled_1cum1_23", ph = "_avatarContent_1cum1_43", Ah = "_journalistSection_1cum1_50", yh = "_journalistInfo_1cum1_56", wh = "_socialNetworkSection_1cum1_75", vh = "_article_1cum1_88", Pe = {
7850
- contentBox: mh,
7851
- content: hh,
7852
- imageStyled: fh,
7853
- contentIconStyled: gh,
7854
- avatarContent: ph,
7855
- journalistSection: Ah,
7856
- journalistInfo: yh,
7857
- socialNetworkSection: wh,
7858
- article: vh
7859
- }, bh = async (e) => {
7851
+ ] }) }), hh = "_contentBox_1cum1_1", fh = "_content_1cum1_1", gh = "_imageStyled_1cum1_16", ph = "_contentIconStyled_1cum1_23", Ah = "_avatarContent_1cum1_43", yh = "_journalistSection_1cum1_50", wh = "_journalistInfo_1cum1_56", vh = "_socialNetworkSection_1cum1_75", bh = "_article_1cum1_88", Pe = {
7852
+ contentBox: hh,
7853
+ content: fh,
7854
+ imageStyled: gh,
7855
+ contentIconStyled: ph,
7856
+ avatarContent: Ah,
7857
+ journalistSection: yh,
7858
+ journalistInfo: wh,
7859
+ socialNetworkSection: vh,
7860
+ article: bh
7861
+ }, Ch = async (e) => {
7860
7862
  const { autor: t } = e, n = t?.addtional?.USER_SHOWBIO ?? !1, s = t?.info?.name ?? "", r = t?.info?.fullname ?? "", o = t?.info?.image?.sizes?.[0]?.url ?? "", i = t?.addtional?.USER_MIBIO ?? "", c = t?.addtional?.USER_USERFB ?? "", d = t?.addtional?.USER_USERIG ?? "", l = t?.addtional?.USER_USERTWT ?? "", u = t?.addtional?.USER_USERLIN ?? "";
7861
7863
  return n && /* @__PURE__ */ a("section", { className: Pe.contentBox, children: /* @__PURE__ */ f("div", { className: Pe.content, children: [
7862
7864
  /* @__PURE__ */ f("div", { className: Pe.avatarContent, children: [
@@ -8047,15 +8049,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8047
8049
  }
8048
8050
  )
8049
8051
  ] }) });
8050
- }, Ch = "_content_vmnac_1", _h = "_imageStyled_vmnac_20", Nh = "_contentIconStyled_vmnac_21", Sh = "_contentCard_vmnac_31", Eh = "_contentInfo_vmnac_70", xh = "_fullName_vmnac_76", Th = "_LearnMoreLink_vmnac_83", tt = {
8051
- content: Ch,
8052
- imageStyled: _h,
8053
- contentIconStyled: Nh,
8054
- contentCard: Sh,
8055
- contentInfo: Eh,
8056
- fullName: xh,
8057
- LearnMoreLink: Th
8058
- }, Ih = async (e) => {
8052
+ }, _h = "_content_vmnac_1", Nh = "_imageStyled_vmnac_20", Sh = "_contentIconStyled_vmnac_21", Eh = "_contentCard_vmnac_31", xh = "_contentInfo_vmnac_70", Th = "_fullName_vmnac_76", Ih = "_LearnMoreLink_vmnac_83", tt = {
8053
+ content: _h,
8054
+ imageStyled: Nh,
8055
+ contentIconStyled: Sh,
8056
+ contentCard: Eh,
8057
+ contentInfo: xh,
8058
+ fullName: Th,
8059
+ LearnMoreLink: Ih
8060
+ }, kh = async (e) => {
8059
8061
  const { news: t, texts: n } = e;
8060
8062
  return t.config?.showauthor && /* @__PURE__ */ a("div", { className: tt.content, children: Array.isArray(t.authors) && t.authors?.map(async (s) => /* @__PURE__ */ f(
8061
8063
  "div",
@@ -8094,15 +8096,15 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8094
8096
  },
8095
8097
  `author-${s.firstname}`
8096
8098
  )) });
8097
- }, kh = "_content_eqhtq_1", Uh = "_contentInfo_eqhtq_24", qh = "_imageStyled_eqhtq_41", Rh = "_name_eqhtq_46", Lh = "_description_eqhtq_51", Bh = "_imageContainer_eqhtq_56", Oh = "_contentInfoWithoutImg_eqhtq_107", ot = {
8098
- content: kh,
8099
- contentInfo: Uh,
8100
- imageStyled: qh,
8101
- name: Rh,
8102
- description: Lh,
8103
- imageContainer: Bh,
8104
- contentInfoWithoutImg: Oh
8105
- }, c3 = async (e) => {
8099
+ }, Uh = "_content_eqhtq_1", qh = "_contentInfo_eqhtq_24", Rh = "_imageStyled_eqhtq_41", Lh = "_name_eqhtq_46", Bh = "_description_eqhtq_51", Oh = "_imageContainer_eqhtq_56", Ph = "_contentInfoWithoutImg_eqhtq_107", ot = {
8100
+ content: Uh,
8101
+ contentInfo: qh,
8102
+ imageStyled: Rh,
8103
+ name: Lh,
8104
+ description: Bh,
8105
+ imageContainer: Oh,
8106
+ contentInfoWithoutImg: Ph
8107
+ }, l3 = async (e) => {
8106
8108
  const t = e.img ? await he(e.img) : "";
8107
8109
  return /* @__PURE__ */ a("section", { className: `${ot.content} ${e.className}`, children: /* @__PURE__ */ f(
8108
8110
  "div",
@@ -8131,16 +8133,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8131
8133
  ]
8132
8134
  }
8133
8135
  ) });
8134
- }, Ph = "_content_1j0pj_1", Dh = "_contentNews_1j0pj_10", Mh = "_linkTitle_1j0pj_27", jh = "_tag_1j0pj_35", Qh = "_tagmx_1j0pj_55", Gh = "_titular_1j0pj_70", Hh = "_correspondent_1j0pj_85", zh = "_correspondentLink_1j0pj_96", Vh = "_description_1j0pj_107", Ee = {
8135
- content: Ph,
8136
- contentNews: Dh,
8137
- linkTitle: Mh,
8138
- tag: jh,
8139
- tagmx: Qh,
8140
- titular: Gh,
8141
- correspondent: Hh,
8142
- correspondentLink: zh,
8143
- description: Vh
8136
+ }, Dh = "_content_1j0pj_1", Mh = "_contentNews_1j0pj_10", jh = "_linkTitle_1j0pj_27", Qh = "_tag_1j0pj_35", Gh = "_tagmx_1j0pj_55", Hh = "_titular_1j0pj_70", zh = "_correspondent_1j0pj_85", Vh = "_correspondentLink_1j0pj_96", Fh = "_description_1j0pj_107", Ee = {
8137
+ content: Dh,
8138
+ contentNews: Mh,
8139
+ linkTitle: jh,
8140
+ tag: Qh,
8141
+ tagmx: Gh,
8142
+ titular: Hh,
8143
+ correspondent: zh,
8144
+ correspondentLink: Vh,
8145
+ description: Fh
8144
8146
  }, Ct = (e) => {
8145
8147
  const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
8146
8148
  if (e?.config?.showtime && e.config?.showauthor)
@@ -8331,11 +8333,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8331
8333
  }
8332
8334
  )
8333
8335
  ] });
8334
- }, Fh = "_content_1dcf7_1", $h = "_firstSection_1dcf7_10", Wh = "_secondSection_1dcf7_16", Qn = {
8335
- content: Fh,
8336
- firstSection: $h,
8337
- secondSection: Wh
8338
- }, Yh = ({
8336
+ }, $h = "_content_1dcf7_1", Wh = "_firstSection_1dcf7_10", Yh = "_secondSection_1dcf7_16", Qn = {
8337
+ content: $h,
8338
+ firstSection: Wh,
8339
+ secondSection: Yh
8340
+ }, Kh = ({
8339
8341
  content: e,
8340
8342
  customLargeSection: t,
8341
8343
  customSmallSection: n,
@@ -8365,10 +8367,10 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8365
8367
  }
8366
8368
  )) })
8367
8369
  ] });
8368
- }, Kh = "_content_wsx1m_1", Jh = "_firstSection_wsx1m_8", us = {
8369
- content: Kh,
8370
- firstSection: Jh
8371
- }, Zh = ({
8370
+ }, Jh = "_content_wsx1m_1", Zh = "_firstSection_wsx1m_8", us = {
8371
+ content: Jh,
8372
+ firstSection: Zh
8373
+ }, Xh = ({
8372
8374
  content: e,
8373
8375
  customLargeSection: t,
8374
8376
  customSlimSection: n,
@@ -8402,12 +8404,12 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8402
8404
  heightImageOverwriteMobile: "270px",
8403
8405
  paths: s
8404
8406
  }
8405
- ) }, o)) }), Xh = "_content_1n73e_1", ef = "_sectionDescription_1n73e_13", tf = "_title_1n73e_33", nf = "_subtitle_1n73e_47", af = "_linkStyled_1n73e_58", it = {
8406
- content: Xh,
8407
- sectionDescription: ef,
8408
- title: tf,
8409
- subtitle: nf,
8410
- linkStyled: af
8407
+ ) }, o)) }), ef = "_content_1n73e_1", tf = "_sectionDescription_1n73e_13", nf = "_title_1n73e_33", af = "_subtitle_1n73e_47", sf = "_linkStyled_1n73e_58", it = {
8408
+ content: ef,
8409
+ sectionDescription: tf,
8410
+ title: nf,
8411
+ subtitle: af,
8412
+ linkStyled: sf
8411
8413
  }, xr = (e) => {
8412
8414
  const { SHOW_TAG_BY_SECTION: t } = Y(), n = () => {
8413
8415
  if (t && e.mainNew.keywords?.tags?.length && e.mainNew.keywords.tags.length > 0) {
@@ -8446,11 +8448,11 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8446
8448
  e?.mainNew?.main?.subtitle?.rendered && /* @__PURE__ */ a("p", { className: it.subtitle, children: e?.mainNew?.main?.subtitle?.striped }),
8447
8449
  e.goTo && /* @__PURE__ */ a(O, { href: e.goTo.url, className: it.linkStyled, children: e.goTo.description })
8448
8450
  ] });
8449
- }, sf = "_headerSection_drjnj_1", rf = "_headerSectionLink_drjnj_12", of = "_newsContent_drjnj_17", Gn = {
8450
- headerSection: sf,
8451
- headerSectionLink: rf,
8452
- newsContent: of
8453
- }, cf = (e) => {
8451
+ }, rf = "_headerSection_drjnj_1", of = "_headerSectionLink_drjnj_12", cf = "_newsContent_drjnj_17", Gn = {
8452
+ headerSection: rf,
8453
+ headerSectionLink: of,
8454
+ newsContent: cf
8455
+ }, lf = (e) => {
8454
8456
  const { content: t, title: n, isVideo: s } = e;
8455
8457
  if (!t || !t[0] || t.length === 0) return;
8456
8458
  const r = e.slot_id && e.slot_id !== "Nota_1", o = {
@@ -8500,16 +8502,16 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8500
8502
  })
8501
8503
  ] })
8502
8504
  ] });
8503
- }, lf = "_content_1stvq_1", df = "_autorContent_1stvq_8", uf = "_image_1stvq_24", mf = "_contentIcon_1stvq_25", hf = "_boxInformationContent_1stvq_47", ff = "_autorName_1stvq_53", gf = "_time_1stvq_85", pf = "_comment_1stvq_98", Af = "_title_1stvq_107", Fe = {
8504
- content: lf,
8505
- autorContent: df,
8506
- image: uf,
8507
- contentIcon: mf,
8508
- boxInformationContent: hf,
8509
- autorName: ff,
8510
- time: gf,
8511
- comment: pf,
8512
- title: Af
8505
+ }, df = "_content_1stvq_1", uf = "_autorContent_1stvq_8", mf = "_image_1stvq_24", hf = "_contentIcon_1stvq_25", ff = "_boxInformationContent_1stvq_47", gf = "_autorName_1stvq_53", pf = "_time_1stvq_85", Af = "_comment_1stvq_98", yf = "_title_1stvq_107", Fe = {
8506
+ content: df,
8507
+ autorContent: uf,
8508
+ image: mf,
8509
+ contentIcon: hf,
8510
+ boxInformationContent: ff,
8511
+ autorName: gf,
8512
+ time: pf,
8513
+ comment: Af,
8514
+ title: yf
8513
8515
  }, gn = async (e) => {
8514
8516
  const { data: t, autorIcon: n } = e, s = n, r = () => t?.config?.showtime ? `${Me(t.info?.date?.modified)}` : "", o = /* @__PURE__ */ f("div", { className: Fe.autorContent, children: [
8515
8517
  Array.isArray(t?.authors) && Array.isArray(t?.authors[0]?.image?.sizes) && t?.authors[0]?.image?.sizes?.length > 0 ? /* @__PURE__ */ a(
@@ -8546,20 +8548,20 @@ const jd = "_content_r1co8_1", Qd = "_videoContent_r1co8_20", Gd = "_articleSect
8546
8548
  /* @__PURE__ */ a("p", { className: Fe.comment, children: je(t?.main?.subtitle?.striped || "") })
8547
8549
  ] })
8548
8550
  ] });
8549
- }, yf = "_content_1d7mg_1", wf = "_boxPosition_1d7mg_8", vf = "_contentFlex_1d7mg_21", bf = "_bannerContent_1d7mg_29", Cf = "_bannerContentAux_1d7mg_40", yt = {
8550
- content: yf,
8551
- boxPosition: wf,
8552
- contentFlex: vf,
8553
- bannerContent: bf,
8554
- bannerContentAux: Cf
8551
+ }, wf = "_content_1d7mg_1", vf = "_boxPosition_1d7mg_8", bf = "_contentFlex_1d7mg_21", Cf = "_bannerContent_1d7mg_29", _f = "_bannerContentAux_1d7mg_40", yt = {
8552
+ content: wf,
8553
+ boxPosition: vf,
8554
+ contentFlex: bf,
8555
+ bannerContent: Cf,
8556
+ bannerContentAux: _f
8555
8557
  };
8556
- function _f(e) {
8558
+ function Nf(e) {
8557
8559
  const t = new Array(e.length), n = e.length / 2;
8558
8560
  for (let s = 0; s < e.length; s++)
8559
8561
  s % 2 === 0 ? t[Math.floor(s / 2)] = e[s] : t[n + Math.floor(s / 2)] = e[s];
8560
8562
  return t;
8561
8563
  }
8562
- const l3 = (e) => {
8564
+ const d3 = (e) => {
8563
8565
  const { isOpinion: t = !1 } = e, n = (o) => /* @__PURE__ */ a(
8564
8566
  "div",
8565
8567
  {
@@ -8600,7 +8602,7 @@ const l3 = (e) => {
8600
8602
  )
8601
8603
  );
8602
8604
  }
8603
- const r = s.length % 2 === 0 ? _f(s) : s;
8605
+ const r = s.length % 2 === 0 ? Nf(s) : s;
8604
8606
  return /* @__PURE__ */ a("section", { style: e.customStyles, children: /* @__PURE__ */ a(
8605
8607
  ge,
8606
8608
  {
@@ -8613,10 +8615,10 @@ const l3 = (e) => {
8613
8615
  ] })
8614
8616
  }
8615
8617
  ) });
8616
- }, Nf = "_content_w9viv_1", Sf = "_title_w9viv_10", ms = {
8617
- content: Nf,
8618
- title: Sf
8619
- }, d3 = (e) => {
8618
+ }, Sf = "_content_w9viv_1", Ef = "_title_w9viv_10", ms = {
8619
+ content: Sf,
8620
+ title: Ef
8621
+ }, u3 = (e) => {
8620
8622
  const { showTitle: t = !0 } = e;
8621
8623
  return /* @__PURE__ */ f("div", { className: ms.content, children: [
8622
8624
  t && /* @__PURE__ */ a("p", { className: ms.title, children: "Editorial" }),
@@ -8635,13 +8637,13 @@ const l3 = (e) => {
8635
8637
  }
8636
8638
  )
8637
8639
  ] });
8638
- }, Ef = "_content_1nd2h_1", xf = "_newsContent_1nd2h_8", Tf = "_boxPosition_1nd2h_17", If = "_bannerContent_1nd2h_23", kf = "_bannerContentAux_1nd2h_33", wt = {
8639
- content: Ef,
8640
- newsContent: xf,
8641
- boxPosition: Tf,
8642
- bannerContent: If,
8643
- bannerContentAux: kf
8644
- }, u3 = (e) => {
8640
+ }, xf = "_content_1nd2h_1", Tf = "_newsContent_1nd2h_8", If = "_boxPosition_1nd2h_17", kf = "_bannerContent_1nd2h_23", Uf = "_bannerContentAux_1nd2h_33", wt = {
8641
+ content: xf,
8642
+ newsContent: Tf,
8643
+ boxPosition: If,
8644
+ bannerContent: kf,
8645
+ bannerContentAux: Uf
8646
+ }, m3 = (e) => {
8645
8647
  const { news: t } = e;
8646
8648
  return Array.isArray(t) && /* @__PURE__ */ f("div", { className: wt.content, children: [
8647
8649
  /* @__PURE__ */ f("div", { className: wt.newsContent, children: [
@@ -8676,9 +8678,9 @@ const l3 = (e) => {
8676
8678
  ] }),
8677
8679
  /* @__PURE__ */ a("div", { className: wt.bannerContent, children: e.halfPageBanner })
8678
8680
  ] });
8679
- }, m3 = (e) => /* @__PURE__ */ f(J, { children: [
8681
+ }, h3 = (e) => /* @__PURE__ */ f(J, { children: [
8680
8682
  /* @__PURE__ */ a(
8681
- Al,
8683
+ yl,
8682
8684
  {
8683
8685
  className: "display-on-lower-900px",
8684
8686
  ...e,
@@ -8686,13 +8688,13 @@ const l3 = (e) => {
8686
8688
  submitFunction: e.submitFunction
8687
8689
  }
8688
8690
  ),
8689
- /* @__PURE__ */ a(kl, { ...e })
8690
- ] }), Uf = "_newsContent_gd57q_1", qf = "_newsContentWithLines_gd57q_8", Rf = "_newsContentWithoutLines_gd57q_13", Lf = "_contentSeparator_gd57q_18", tn = {
8691
- newsContent: Uf,
8692
- newsContentWithLines: qf,
8693
- newsContentWithoutLines: Rf,
8694
- contentSeparator: Lf
8695
- }, Bf = (e) => {
8691
+ /* @__PURE__ */ a(Ul, { ...e })
8692
+ ] }), qf = "_newsContent_gd57q_1", Rf = "_newsContentWithLines_gd57q_8", Lf = "_newsContentWithoutLines_gd57q_13", Bf = "_contentSeparator_gd57q_18", tn = {
8693
+ newsContent: qf,
8694
+ newsContentWithLines: Rf,
8695
+ newsContentWithoutLines: Lf,
8696
+ contentSeparator: Bf
8697
+ }, Of = (e) => {
8696
8698
  const { content: t } = e;
8697
8699
  if (!t || t.length === 0) return;
8698
8700
  const n = (i) => e.hasLines && (i + 1) % 3 !== 0 ? tn.contentSeparator : "", s = [];
@@ -8744,7 +8746,7 @@ const l3 = (e) => {
8744
8746
  }
8745
8747
  );
8746
8748
  }, Tr = (e) => /* @__PURE__ */ a(ge, { title: e.title, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
8747
- Bf,
8749
+ Of,
8748
8750
  {
8749
8751
  content: e.content,
8750
8752
  paths: e.paths,
@@ -8756,10 +8758,10 @@ const l3 = (e) => {
8756
8758
  showVideoTime: e.showVideoTime,
8757
8759
  showVideosubtitle: e.showVideosubtitle
8758
8760
  }
8759
- ) }), Of = "_newsContent_1sb62_1", Pf = "_contentSeparator_1sb62_8", hs = {
8760
- newsContent: Of,
8761
- contentSeparator: Pf
8762
- }, Df = (e) => {
8761
+ ) }), Pf = "_newsContent_1sb62_1", Df = "_contentSeparator_1sb62_8", hs = {
8762
+ newsContent: Pf,
8763
+ contentSeparator: Df
8764
+ }, Mf = (e) => {
8763
8765
  const { content: t, title: n } = e;
8764
8766
  if (!(!t || t.length === 0 || !Array.isArray(t)))
8765
8767
  return /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
@@ -8788,11 +8790,11 @@ const l3 = (e) => {
8788
8790
  })
8789
8791
  }
8790
8792
  ) });
8791
- }, Mf = "_newsContent_1gbse_1", jf = "_contentSeparator_1gbse_8", Qf = "_newsContentWhitoutLine_1gbse_29", Hn = {
8792
- newsContent: Mf,
8793
- contentSeparator: jf,
8794
- newsContentWhitoutLine: Qf
8795
- }, Gf = (e) => {
8793
+ }, jf = "_newsContent_1gbse_1", Qf = "_contentSeparator_1gbse_8", Gf = "_newsContentWhitoutLine_1gbse_29", Hn = {
8794
+ newsContent: jf,
8795
+ contentSeparator: Qf,
8796
+ newsContentWhitoutLine: Gf
8797
+ }, Hf = (e) => {
8796
8798
  const { content: t, title: n } = e;
8797
8799
  if (!(!t || t.length === 0))
8798
8800
  return /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
@@ -8821,11 +8823,11 @@ const l3 = (e) => {
8821
8823
  })
8822
8824
  }
8823
8825
  ) });
8824
- }, Hf = "_headerSection_1m1sp_3", zf = "_headerSectionLink_1m1sp_16", Vf = "_newsContent_1m1sp_29", zn = {
8825
- headerSection: Hf,
8826
- headerSectionLink: zf,
8827
- newsContent: Vf
8828
- }, Ff = (e) => {
8826
+ }, zf = "_headerSection_1m1sp_3", Vf = "_headerSectionLink_1m1sp_16", Ff = "_newsContent_1m1sp_29", zn = {
8827
+ headerSection: zf,
8828
+ headerSectionLink: Vf,
8829
+ newsContent: Ff
8830
+ }, $f = (e) => {
8829
8831
  const { content: t, title: n, isVideo: s = !0 } = e;
8830
8832
  if (!t || t.length === 0) return;
8831
8833
  const r = t[0], o = e.slot_id && e.slot_id !== "Nota_1", i = t.slice(1);
@@ -8885,13 +8887,13 @@ const l3 = (e) => {
8885
8887
  })
8886
8888
  ] })
8887
8889
  ] });
8888
- }, $f = "_content_1qdkl_1", Wf = "_linkImage_1qdkl_30", Yf = "_sectionDescription_1qdkl_42", Kf = "_dateText_1qdkl_62", Jf = "_textContent_1qdkl_73", Rt = {
8889
- content: $f,
8890
- linkImage: Wf,
8891
- sectionDescription: Yf,
8892
- dateText: Kf,
8893
- textContent: Jf
8894
- }, Zf = async (e) => {
8890
+ }, Wf = "_content_1qdkl_1", Yf = "_linkImage_1qdkl_30", Kf = "_sectionDescription_1qdkl_42", Jf = "_dateText_1qdkl_62", Zf = "_textContent_1qdkl_73", Rt = {
8891
+ content: Wf,
8892
+ linkImage: Yf,
8893
+ sectionDescription: Kf,
8894
+ dateText: Jf,
8895
+ textContent: Zf
8896
+ }, Xf = async (e) => {
8895
8897
  const { showNewsLikeTitle: t = !1 } = e;
8896
8898
  return e && e.info ? /* @__PURE__ */ f(
8897
8899
  "section",
@@ -8926,14 +8928,14 @@ const l3 = (e) => {
8926
8928
  ]
8927
8929
  }
8928
8930
  ) : null;
8929
- }, Xf = "_content_yx3zm_1", e2 = "_contentSeparator_yx3zm_7", fs = {
8930
- content: Xf,
8931
- contentSeparator: e2
8932
- }, t2 = "_newsContent_1uamf_1", n2 = "_contentSeparator_1uamf_8", a2 = "_hasLinesBlock_1uamf_40", ia = {
8933
- newsContent: t2,
8934
- contentSeparator: n2,
8935
- hasLinesBlock: a2
8936
- }, s2 = (e) => {
8931
+ }, e2 = "_content_yx3zm_1", t2 = "_contentSeparator_yx3zm_7", fs = {
8932
+ content: e2,
8933
+ contentSeparator: t2
8934
+ }, n2 = "_newsContent_1uamf_1", a2 = "_contentSeparator_1uamf_8", s2 = "_hasLinesBlock_1uamf_40", ia = {
8935
+ newsContent: n2,
8936
+ contentSeparator: a2,
8937
+ hasLinesBlock: s2
8938
+ }, r2 = (e) => {
8937
8939
  if (!e.content || e.content.length === 0) return;
8938
8940
  const t = e.slot_id && e.slot_id !== "Nota_1";
8939
8941
  return /* @__PURE__ */ a(ge, { title: e.title, children: /* @__PURE__ */ a(
@@ -8959,7 +8961,7 @@ const l3 = (e) => {
8959
8961
  {
8960
8962
  className: e.hasLines ? ia.hasLinesBlock : "",
8961
8963
  children: /* @__PURE__ */ rt(
8962
- Zf,
8964
+ Xf,
8963
8965
  {
8964
8966
  ...r,
8965
8967
  key: s,
@@ -8972,7 +8974,7 @@ const l3 = (e) => {
8972
8974
  })
8973
8975
  }
8974
8976
  ) });
8975
- }, r2 = (e) => {
8977
+ }, o2 = (e) => {
8976
8978
  const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
8977
8979
  return t && t.length !== 0 && /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
8978
8980
  Et,
@@ -9007,15 +9009,15 @@ const l3 = (e) => {
9007
9009
  })
9008
9010
  }
9009
9011
  ) });
9010
- }, o2 = "_content_1mj79_1", i2 = "_imageStyled_1mj79_14", c2 = "_contentIcon_1mj79_23", l2 = "_boxInformation_1mj79_44", d2 = "_comment_1mj79_51", u2 = "_title_1mj79_60", m2 = "_authorName_1mj79_81", nt = {
9011
- content: o2,
9012
- imageStyled: i2,
9013
- contentIcon: c2,
9014
- boxInformation: l2,
9015
- comment: d2,
9016
- title: u2,
9017
- authorName: m2
9018
- }, h2 = async (e) => {
9012
+ }, i2 = "_content_1mj79_1", c2 = "_imageStyled_1mj79_14", l2 = "_contentIcon_1mj79_23", d2 = "_boxInformation_1mj79_44", u2 = "_comment_1mj79_51", m2 = "_title_1mj79_60", h2 = "_authorName_1mj79_81", nt = {
9013
+ content: i2,
9014
+ imageStyled: c2,
9015
+ contentIcon: l2,
9016
+ boxInformation: d2,
9017
+ comment: u2,
9018
+ title: m2,
9019
+ authorName: h2
9020
+ }, f2 = async (e) => {
9019
9021
  const { data: t } = e;
9020
9022
  return /* @__PURE__ */ f("div", { className: nt.content, children: [
9021
9023
  Array.isArray(t.authors) && t?.authors[0]?.image ? /* @__PURE__ */ a(
@@ -9048,7 +9050,7 @@ const l3 = (e) => {
9048
9050
  /* @__PURE__ */ a("p", { className: nt.comment, children: t?.main?.subtitle?.striped })
9049
9051
  ] })
9050
9052
  ] });
9051
- }, f2 = (e) => {
9053
+ }, g2 = (e) => {
9052
9054
  const t = e.slot_id && e.slot_id !== "Nota_1";
9053
9055
  return /* @__PURE__ */ a(ge, { titleUrl: e.titleUrl, title: e.title, children: /* @__PURE__ */ a(
9054
9056
  Et,
@@ -9069,7 +9071,7 @@ const l3 = (e) => {
9069
9071
  }
9070
9072
  };
9071
9073
  return /* @__PURE__ */ a(
9072
- h2,
9074
+ f2,
9073
9075
  {
9074
9076
  autorIcon: e.autorIcon,
9075
9077
  data: r,
@@ -9080,11 +9082,11 @@ const l3 = (e) => {
9080
9082
  })
9081
9083
  }
9082
9084
  ) });
9083
- }, g2 = "_content_1elhb_1", p2 = "_newsContentSection_1elhb_5", A2 = "_itemContent_1elhb_10", y2 = "_ItemCustomContent_1elhb_16", Ye = {
9084
- content: g2,
9085
- newsContentSection: p2,
9086
- itemContent: A2,
9087
- ItemCustomContent: y2
9085
+ }, p2 = "_content_1elhb_1", A2 = "_newsContentSection_1elhb_5", y2 = "_itemContent_1elhb_10", w2 = "_ItemCustomContent_1elhb_16", Ye = {
9086
+ content: p2,
9087
+ newsContentSection: A2,
9088
+ itemContent: y2,
9089
+ ItemCustomContent: w2
9088
9090
  }, ca = (e) => {
9089
9091
  const { item: t, option: n } = e;
9090
9092
  switch (n) {
@@ -9126,7 +9128,7 @@ const l3 = (e) => {
9126
9128
  default:
9127
9129
  return /* @__PURE__ */ a("div", { className: Ye.ItemCustomContent, children: /* @__PURE__ */ a(Ze, { ...t, paths: e.paths }) });
9128
9130
  }
9129
- }, h3 = (e) => {
9131
+ }, f3 = (e) => {
9130
9132
  const {
9131
9133
  data: t,
9132
9134
  currentPage: n,
@@ -9276,10 +9278,10 @@ const l3 = (e) => {
9276
9278
  default:
9277
9279
  return /* @__PURE__ */ a(J, {});
9278
9280
  }
9279
- }, w2 = "_content_gwsqy_1", v2 = "_contactInfoContent_gwsqy_7", gs = {
9280
- content: w2,
9281
- contactInfoContent: v2
9282
- }, f3 = (e) => {
9281
+ }, v2 = "_content_gwsqy_1", b2 = "_contactInfoContent_gwsqy_7", gs = {
9282
+ content: v2,
9283
+ contactInfoContent: b2
9284
+ }, g3 = (e) => {
9283
9285
  const { data: t } = e;
9284
9286
  return /* @__PURE__ */ a("section", { className: gs.content, children: t.map((n, s) => /* @__PURE__ */ a(
9285
9287
  "div",
@@ -9291,28 +9293,28 @@ const l3 = (e) => {
9291
9293
  },
9292
9294
  s
9293
9295
  )) });
9294
- }, b2 = "_tagContent_ee6yw_1", C2 = "_contentLayout2_ee6yw_9", _2 = "_contentHeader_ee6yw_42", la = {
9295
- tagContent: b2,
9296
- contentLayout2: C2,
9297
- contentHeader: _2
9298
- }, N2 = "_content_1rbrt_1", S2 = {
9299
- content: N2
9300
- }, E2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
9296
+ }, C2 = "_tagContent_ee6yw_1", _2 = "_contentLayout2_ee6yw_9", N2 = "_contentHeader_ee6yw_42", la = {
9297
+ tagContent: C2,
9298
+ contentLayout2: _2,
9299
+ contentHeader: N2
9300
+ }, S2 = "_content_1rbrt_1", E2 = {
9301
+ content: S2
9302
+ }, x2 = ({ children: e, className: t = "" }) => /* @__PURE__ */ a(
9301
9303
  "div",
9302
9304
  {
9303
- className: `content-layout-2 ${S2.content} ${t}`,
9305
+ className: `content-layout-2 ${E2.content} ${t}`,
9304
9306
  children: e
9305
9307
  }
9306
- ), x2 = "_container_8w9ca_1", T2 = "_note_8w9ca_9", I2 = "_commercial_8w9ca_49", k2 = "_commercialContent_8w9ca_66", U2 = "_complement_8w9ca_82", Lt = {
9307
- container: x2,
9308
- note: T2,
9309
- commercial: I2,
9310
- commercialContent: k2,
9311
- complement: U2
9312
- }, q2 = (e) => /* @__PURE__ */ f("section", { className: Lt.container, children: [
9308
+ ), T2 = "_container_8w9ca_1", I2 = "_note_8w9ca_9", k2 = "_commercial_8w9ca_49", U2 = "_commercialContent_8w9ca_66", q2 = "_complement_8w9ca_82", Lt = {
9309
+ container: T2,
9310
+ note: I2,
9311
+ commercial: k2,
9312
+ commercialContent: U2,
9313
+ complement: q2
9314
+ }, R2 = (e) => /* @__PURE__ */ f("section", { className: Lt.container, children: [
9313
9315
  /* @__PURE__ */ a("div", { className: Lt.note, children: e.children }),
9314
9316
  /* @__PURE__ */ a("div", { className: Lt.commercial, children: /* @__PURE__ */ f("div", { className: Lt.commercialContent, children: [
9315
- e.slug === "liveblogs" && /* @__PURE__ */ a(V1, { itemList: e.itemList }),
9317
+ e.slug === "liveblogs" && /* @__PURE__ */ a(F1, { itemList: e.itemList }),
9316
9318
  e.bannerTop,
9317
9319
  /* @__PURE__ */ a(
9318
9320
  Ca,
@@ -9332,7 +9334,7 @@ const l3 = (e) => {
9332
9334
  /* @__PURE__ */ a("div", { style: { position: "sticky", top: "110px" }, children: e.banner })
9333
9335
  ] }) }),
9334
9336
  /* @__PURE__ */ a("div", { className: Lt.complement, children: e.complement })
9335
- ] }), R2 = (e) => {
9337
+ ] }), L2 = (e) => {
9336
9338
  const t = {
9337
9339
  ...e.news[0],
9338
9340
  config: {
@@ -9379,7 +9381,7 @@ const l3 = (e) => {
9379
9381
  ...e.headerSectionStyles?.liveblogs
9380
9382
  },
9381
9383
  children: /* @__PURE__ */ a(
9382
- j1,
9384
+ Q1,
9383
9385
  {
9384
9386
  ...t,
9385
9387
  fontSizeSubTitle: "18px",
@@ -9418,19 +9420,19 @@ const l3 = (e) => {
9418
9420
  }
9419
9421
  );
9420
9422
  }
9421
- }, L2 = "_content_exb5o_1", B2 = "_contentWithinCard_exb5o_7", O2 = "_contentDate_exb5o_13", P2 = "_dateInfo_exb5o_20", D2 = "_dot_exb5o_30", M2 = "_contentTitle_exb5o_38", j2 = "_contentTextList_exb5o_47", Q2 = "_contentButton_exb5o_65", G2 = "_linkStyled_exb5o_71", $e = {
9422
- content: L2,
9423
- contentWithinCard: B2,
9424
- contentDate: O2,
9425
- dateInfo: P2,
9426
- dot: D2,
9427
- contentTitle: M2,
9428
- contentTextList: j2,
9429
- contentButton: Q2,
9430
- linkStyled: G2
9431
- }, H2 = "_content_ifkxj_1", z2 = {
9432
- content: H2
9433
- }, V2 = (e) => /* @__PURE__ */ a("section", { className: z2.content, id: e.id, children: e.children }), F2 = async (e, t, n) => {
9423
+ }, B2 = "_content_exb5o_1", O2 = "_contentWithinCard_exb5o_7", P2 = "_contentDate_exb5o_13", D2 = "_dateInfo_exb5o_20", M2 = "_dot_exb5o_30", j2 = "_contentTitle_exb5o_38", Q2 = "_contentTextList_exb5o_47", G2 = "_contentButton_exb5o_65", H2 = "_linkStyled_exb5o_71", $e = {
9424
+ content: B2,
9425
+ contentWithinCard: O2,
9426
+ contentDate: P2,
9427
+ dateInfo: D2,
9428
+ dot: M2,
9429
+ contentTitle: j2,
9430
+ contentTextList: Q2,
9431
+ contentButton: G2,
9432
+ linkStyled: H2
9433
+ }, z2 = "_content_ifkxj_1", V2 = {
9434
+ content: z2
9435
+ }, F2 = (e) => /* @__PURE__ */ a("section", { className: V2.content, id: e.id, children: e.children }), $2 = async (e, t, n) => {
9434
9436
  if (!n) return e;
9435
9437
  const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
9436
9438
  let o = e;
@@ -9465,7 +9467,7 @@ const l3 = (e) => {
9465
9467
  o = o.replace(c, v);
9466
9468
  }
9467
9469
  return o;
9468
- }, $2 = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), W2 = (e) => {
9470
+ }, W2 = (e) => e.replace(/<p>(\s|&nbsp;)+<\/p>/g, ""), Y2 = (e) => {
9469
9471
  const t = /src="\/(.*?)"/g;
9470
9472
  return e.replace(t, `src="${Mt()}/$1"`);
9471
9473
  }, ps = {
@@ -9475,12 +9477,12 @@ const l3 = (e) => {
9475
9477
  10: 4,
9476
9478
  13: 5
9477
9479
  };
9478
- function Y2(e) {
9480
+ function K2(e) {
9479
9481
  if (!e) return e;
9480
9482
  const t = e.indexOf("/video");
9481
9483
  return t === -1 ? e : e.substring(t);
9482
9484
  }
9483
- async function K2(e, t) {
9485
+ async function J2(e, t) {
9484
9486
  let n = "", s = 0;
9485
9487
  const r = /<span\b[^>]*data-src=["']([^"']+)["'][^>]*>[\s\S]*?<\/span>/gi;
9486
9488
  let o;
@@ -9489,7 +9491,7 @@ async function K2(e, t) {
9489
9491
  n += e.slice(s, i);
9490
9492
  const d = o[0];
9491
9493
  let l = o[1] ?? "";
9492
- l && (l = Y2(l));
9494
+ l && (l = K2(l));
9493
9495
  const u = /data-type\s*=\s*["']?video["']?/i.test(d) || /video-type\s*=\s*["']?embedded["']?/i.test(d);
9494
9496
  let m = d;
9495
9497
  if (u && l)
@@ -9534,13 +9536,13 @@ async function K2(e, t) {
9534
9536
  }
9535
9537
  return n += e.slice(s), n;
9536
9538
  }
9537
- function J2(e) {
9539
+ function Z2(e) {
9538
9540
  return e.replace(
9539
9541
  /<script[^>]*src=["']https:\/\/platform\.twitter\.com\/widgets\.js["'][^>]*><\/script>/gi,
9540
9542
  ""
9541
9543
  );
9542
9544
  }
9543
- const Z2 = async ({
9545
+ const X2 = async ({
9544
9546
  itemList: e,
9545
9547
  slug: t,
9546
9548
  banners: n,
@@ -9550,9 +9552,9 @@ const Z2 = async ({
9550
9552
  }) => {
9551
9553
  if (!e || e.length === 0 || !e[0]) return;
9552
9554
  const i = e[0].list?.items?.map(async (c) => {
9553
- const d = $2(c.body.rendered);
9554
- let l = W2(d);
9555
- return l = J2(l), l = await K2(
9555
+ const d = W2(c.body.rendered);
9556
+ let l = Y2(d);
9557
+ return l = Z2(l), l = await J2(
9556
9558
  l,
9557
9559
  r
9558
9560
  ), {
@@ -9564,7 +9566,7 @@ const Z2 = async ({
9564
9566
  };
9565
9567
  });
9566
9568
  return /* @__PURE__ */ a("section", { className: $e.content, id: "block-notes-list", children: i?.map(async (c, d) => /* @__PURE__ */ f(pn, { children: [
9567
- /* @__PURE__ */ a(V2, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: $e.contentWithinCard, children: [
9569
+ /* @__PURE__ */ a(F2, { id: `item-${d + 1}`, children: /* @__PURE__ */ f("div", { className: $e.contentWithinCard, children: [
9568
9570
  (await c).date > 0 && /* @__PURE__ */ f("div", { className: $e.contentDate, children: [
9569
9571
  /* @__PURE__ */ a(
9570
9572
  "span",
@@ -9593,7 +9595,7 @@ const Z2 = async ({
9593
9595
  {
9594
9596
  className: `contentTextList ${$e.contentTextList}`,
9595
9597
  dangerouslySetInnerHTML: {
9596
- __html: await F2(
9598
+ __html: await $2(
9597
9599
  (await c).body.rendered.replace(/&nbsp;/g, ""),
9598
9600
  s,
9599
9601
  o
@@ -9620,7 +9622,7 @@ const Z2 = async ({
9620
9622
  d
9621
9623
  )
9622
9624
  ] }, d)) });
9623
- }, X2 = {
9625
+ }, e0 = {
9624
9626
  FaceBook: "facebook",
9625
9627
  Instagram: "instagram",
9626
9628
  WhatsApp: "whatsapp",
@@ -9631,7 +9633,7 @@ const Z2 = async ({
9631
9633
  Podcast: "podcast",
9632
9634
  Telegram: "telegram"
9633
9635
  };
9634
- function e0({ url: e }) {
9636
+ function t0({ url: e }) {
9635
9637
  return e && e !== "" && /* @__PURE__ */ f(O, { href: e, className: de.googleProfileButton, children: [
9636
9638
  /* @__PURE__ */ a(
9637
9639
  "svg",
@@ -9649,17 +9651,17 @@ function e0({ url: e }) {
9649
9651
  }
9650
9652
  ),
9651
9653
  "Síguenos en",
9652
- /* @__PURE__ */ a(t0, {})
9654
+ /* @__PURE__ */ a(n0, {})
9653
9655
  ] });
9654
9656
  }
9655
- const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
9657
+ const n0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 272 92", width: "272", height: "92", children: [
9656
9658
  /* @__PURE__ */ a("path", { fill: "#EA4335", d: "M115.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18C71.25 34.32 81.24 25 93.5 25s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44S80.99 39.2 80.99 47.18c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
9657
9659
  /* @__PURE__ */ a("path", { fill: "#FBBC05", d: "M163.75 47.18c0 12.77-9.99 22.18-22.25 22.18s-22.25-9.41-22.25-22.18c0-12.85 9.99-22.18 22.25-22.18s22.25 9.32 22.25 22.18zm-9.74 0c0-7.98-5.79-13.44-12.51-13.44s-12.51 5.46-12.51 13.44c0 7.9 5.79 13.44 12.51 13.44s12.51-5.55 12.51-13.44z" }),
9658
9660
  /* @__PURE__ */ a("path", { fill: "#4285F4", d: "M209.75 26.34v39.82c0 16.38-9.66 23.07-21.08 23.07-10.75 0-17.22-7.19-19.66-13.07l8.48-3.53c1.51 3.61 5.21 7.87 11.17 7.87 7.31 0 11.84-4.51 11.84-13v-3.19h-.34c-2.18 2.69-6.38 5.04-11.68 5.04-11.09 0-21.25-9.66-21.25-22.09 0-12.52 10.16-22.26 21.25-22.26 5.29 0 9.49 2.35 11.68 4.96h.34v-3.61h9.25zm-8.56 20.92c0-7.81-5.21-13.52-11.84-13.52-6.72 0-12.35 5.71-12.35 13.52 0 7.73 5.63 13.36 12.35 13.36 6.63 0 11.84-5.63 11.84-13.36z" }),
9659
9661
  /* @__PURE__ */ a("path", { fill: "#34A853", d: "M225 3v65h-9.5V3h9.5z" }),
9660
9662
  /* @__PURE__ */ a("path", { fill: "#EA4335", d: "M262.02 54.48l7.56 5.04c-2.44 3.61-8.32 9.83-18.48 9.83-12.6 0-22.01-9.74-22.01-22.18 0-13.19 9.49-22.18 20.92-22.18 11.51 0 17.14 9.16 18.98 14.11l1.01 2.52-29.65 12.28c2.27 4.45 5.8 6.72 10.75 6.72 4.96 0 8.4-2.44 10.92-6.14zm-23.27-7.98l19.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95 0-11.84 4.37-11.59 12.93z" }),
9661
9663
  /* @__PURE__ */ a("path", { fill: "#4285F4", d: "M35.29 41.41V32H67c.31 1.64.47 3.58.47 5.68 0 7.06-1.93 15.79-8.15 22.01-6.05 6.3-13.78 9.66-24.02 9.66C16.32 69.35.36 53.89.36 34.91.36 15.93 16.32.47 35.3.47c10.5 0 17.98 4.12 23.6 9.49l-6.64 6.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86 0-24.7 11.17-24.7 25.03 0 13.86 10.84 25.03 24.7 25.03 8.99 0 14.11-3.61 17.39-6.89 2.66-2.66 4.41-6.46 5.1-11.65l-22.49.01z" })
9662
- ] }), n0 = async (e) => {
9664
+ ] }), a0 = async (e) => {
9663
9665
  if (!e.news || !e.news.authors) return null;
9664
9666
  const { news: t, socials: n, texts: s } = e, r = t.authors.map(
9665
9667
  (c) => c.internaluser ? `<a href="${`/${e.paths.autor}/${c.name}`}">${c.fullname}</a>` : c.fullname
@@ -9669,7 +9671,7 @@ const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
9669
9671
  "a",
9670
9672
  {
9671
9673
  className: de.whatsappLink,
9672
- href: n[X2.WhatsApp].url,
9674
+ href: n[e0.WhatsApp].url,
9673
9675
  rel: "noreferrer",
9674
9676
  target: "_blank",
9675
9677
  children: [
@@ -9704,10 +9706,10 @@ const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
9704
9706
  "data-props": encodeURIComponent(
9705
9707
  JSON.stringify({ noteShare: e.noteShare })
9706
9708
  ),
9707
- children: /* @__PURE__ */ a(Md, { noteShare: e.noteShare })
9709
+ children: /* @__PURE__ */ a(jd, { noteShare: e.noteShare })
9708
9710
  }
9709
9711
  ),
9710
- /* @__PURE__ */ a(e0, { url: e.noteShare?.googleProfile ?? "" }),
9712
+ /* @__PURE__ */ a(t0, { url: e.noteShare?.googleProfile ?? "" }),
9711
9713
  /* @__PURE__ */ f("section", { className: de.journalistSection, children: [
9712
9714
  /* @__PURE__ */ a(
9713
9715
  "div",
@@ -9749,17 +9751,17 @@ const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
9749
9751
  )
9750
9752
  ] })
9751
9753
  ] }) });
9752
- }, a0 = "_content_pi7s8_1", s0 = "_journalistArticleContent_pi7s8_15", r0 = "_contentNews_pi7s8_35", o0 = "_noteSource_pi7s8_411", nn = {
9753
- content: a0,
9754
- journalistArticleContent: s0,
9755
- contentNews: r0,
9756
- noteSource: o0
9757
- }, i0 = "_summaryContent_zuvmo_1", c0 = {
9758
- summaryContent: i0
9759
- }, l0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
9754
+ }, s0 = "_content_pi7s8_1", r0 = "_journalistArticleContent_pi7s8_15", o0 = "_contentNews_pi7s8_35", i0 = "_noteSource_pi7s8_411", nn = {
9755
+ content: s0,
9756
+ journalistArticleContent: r0,
9757
+ contentNews: o0,
9758
+ noteSource: i0
9759
+ }, c0 = "_summaryContent_zuvmo_1", l0 = {
9760
+ summaryContent: c0
9761
+ }, d0 = async ({ summary: e }) => e && e.rendered && /* @__PURE__ */ a(
9760
9762
  "section",
9761
9763
  {
9762
- className: `${c0.summaryContent} sass-summary-content`,
9764
+ className: `${l0.summaryContent} sass-summary-content`,
9763
9765
  dangerouslySetInnerHTML: {
9764
9766
  __html: e.rendered
9765
9767
  }
@@ -9789,7 +9791,7 @@ const t0 = () => /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg",
9789
9791
  /* @__PURE__ */ a("div", { className: vn.description, children: o && o[0]?.description })
9790
9792
  ] });
9791
9793
  };
9792
- function d0(e) {
9794
+ function u0(e) {
9793
9795
  const t = e.children, n = `${e.slot_id}-`, s = e.visibleItems, r = e.cardGap ?? 20;
9794
9796
  function o(c) {
9795
9797
  const d = [], l = [];
@@ -9859,7 +9861,7 @@ function d0(e) {
9859
9861
  </div>
9860
9862
  `;
9861
9863
  }
9862
- const u0 = (e) => /* @__PURE__ */ a(
9864
+ const m0 = (e) => /* @__PURE__ */ a(
9863
9865
  "svg",
9864
9866
  {
9865
9867
  xmlns: "http://www.w3.org/2000/svg",
@@ -9875,16 +9877,130 @@ const u0 = (e) => /* @__PURE__ */ a(
9875
9877
  }
9876
9878
  )
9877
9879
  }
9878
- ), m0 = (e) => e.replace(
9880
+ ), h0 = "_content_cu8lm_1", f0 = "_title_cu8lm_18", As = {
9881
+ content: h0,
9882
+ title: f0
9883
+ }, g0 = async ({
9884
+ newsformated: e,
9885
+ internal: t,
9886
+ commonServices: n
9887
+ }) => {
9888
+ if (!t) return null;
9889
+ try {
9890
+ const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNewsMultimedia({
9891
+ path: t,
9892
+ imagesizes: s
9893
+ }))?.data?.data;
9894
+ if (!Array.isArray(o) || o.length === 0) return null;
9895
+ const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
9896
+ (l) => l?.type === "video-embedded"
9897
+ );
9898
+ return d?.code ? /* @__PURE__ */ f("div", { className: As.content, children: [
9899
+ /* @__PURE__ */ a(
9900
+ "div",
9901
+ {
9902
+ dangerouslySetInnerHTML: {
9903
+ __html: typeof d.code == "string" ? d.code : ""
9904
+ }
9905
+ }
9906
+ ),
9907
+ d?.title && /* @__PURE__ */ a("p", { className: As.title, children: d.title })
9908
+ ] }) : null;
9909
+ } catch {
9910
+ return null;
9911
+ }
9912
+ }, p0 = "_content_cu8lm_1", A0 = "_title_cu8lm_18", Vn = {
9913
+ content: p0,
9914
+ title: A0
9915
+ }, y0 = async ({
9916
+ newsformated: e,
9917
+ internal: t,
9918
+ commonServices: n
9919
+ }) => {
9920
+ if (!t) return null;
9921
+ try {
9922
+ const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNewsMultimedia({
9923
+ path: t,
9924
+ imagesizes: s
9925
+ }))?.data?.data;
9926
+ if (!Array.isArray(o) || o.length === 0) return null;
9927
+ const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
9928
+ (l) => l?.type === "video-youtube"
9929
+ );
9930
+ return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */ f("div", { className: Vn.content, children: [
9931
+ /* @__PURE__ */ a(
9932
+ "iframe",
9933
+ {
9934
+ className: Vn.iframeStyled,
9935
+ src: `https://www.youtube.com/embed/${d.code}`,
9936
+ frameBorder: "0",
9937
+ allowFullScreen: !0
9938
+ }
9939
+ ),
9940
+ d?.title && /* @__PURE__ */ a("p", { className: Vn.title, children: d.title })
9941
+ ] });
9942
+ } catch {
9943
+ return null;
9944
+ }
9945
+ }, w0 = "_content_ezbiw_1", v0 = {
9946
+ content: w0
9947
+ }, b0 = async ({
9948
+ newsformated: e,
9949
+ internal: t,
9950
+ commonServices: n
9951
+ }) => {
9952
+ if (!t) return null;
9953
+ try {
9954
+ const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNews({
9955
+ path: t,
9956
+ imagesizes: s
9957
+ }))?.data?.data;
9958
+ if (!Array.isArray(o) || o.length === 0) return null;
9959
+ const c = o[0]?.external?.iframe;
9960
+ return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
9961
+ "div",
9962
+ {
9963
+ className: v0.content,
9964
+ dangerouslySetInnerHTML: { __html: c }
9965
+ }
9966
+ );
9967
+ } catch {
9968
+ return null;
9969
+ }
9970
+ }, C0 = "_content_156j7_1", ys = {
9971
+ content: C0
9972
+ }, st = {
9973
+ videoEmbedded: "videoEmbedded",
9974
+ videoYouTube: "videoYouTube",
9975
+ iframe: "iframe",
9976
+ fotoGaleria: "fotogaleria"
9977
+ }, _0 = {
9978
+ [st.videoEmbedded]: g0,
9979
+ [st.videoYouTube]: y0,
9980
+ [st.iframe]: b0
9981
+ }, N0 = ({ news: e, commonServices: t }) => {
9982
+ const { config: n, hascontent: s, info: r } = e, o = n.articlepreview, i = r.link.internal, c = s?.hasgalleryimages;
9983
+ if (o === st.fotoGaleria && c)
9984
+ return /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(Ir, { commonServices: t, newsformated: e, internal: i }) });
9985
+ const d = o ? _0[o] : null;
9986
+ return d ? /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(
9987
+ d,
9988
+ {
9989
+ newsformated: e,
9990
+ internal: i,
9991
+ commonServices: t
9992
+ }
9993
+ ) }) : null;
9994
+ }, S0 = (e) => e.replace(
9879
9995
  /<iframe(?![^>]*\bloading=)[^>]*>/gi,
9880
9996
  (n) => n.replace("<iframe", '<iframe loading="lazy"')
9881
- ), h0 = (e) => e.replace(
9997
+ ), E0 = (e) => e.replace(
9882
9998
  /<iframe(?![^>]*\btitle=)[^>]*>/gi,
9883
9999
  (n) => n.replace("<iframe", '<iframe title="frame custom content"')
9884
- ), f0 = (e) => e.replace(
10000
+ ), x0 = (e) => e.replace(
9885
10001
  /<span\b[^>]*class=["'][^"']*video__title[^"']*["'][^>]*>[\s\S]*?<\/span>/gi,
9886
10002
  ""
9887
- ), g0 = async (e) => {
10003
+ ), T0 = async (e) => {
9888
10004
  const { PUBLIC_IS_OFFLINE: t } = Y();
9889
10005
  if (!(t === "true")) {
9890
10006
  const l = /<img\b[^>]*\bsrc=["']([^"']+)["']/g, u = [...e.matchAll(l)], m = {};
@@ -9970,7 +10086,7 @@ const u0 = (e) => /* @__PURE__ */ a(
9970
10086
  s = s.replace(u, b);
9971
10087
  }
9972
10088
  return s;
9973
- }, p0 = (e, t) => {
10089
+ }, I0 = (e, t) => {
9974
10090
  const n = {
9975
10091
  2: 1,
9976
10092
  4: 2,
@@ -10000,7 +10116,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10000
10116
  return c;
10001
10117
  }
10002
10118
  ), r;
10003
- }, A0 = (e) => {
10119
+ }, k0 = (e) => {
10004
10120
  const t = /<div class="ck-image-gallery"[^>]*?>([\s\S]*?)<\/div>/g, n = [...e.matchAll(t)];
10005
10121
  let s = "", r = 0;
10006
10122
  for (const o of n) {
@@ -10010,7 +10126,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10010
10126
  (g) => g[1]
10011
10127
  ).map(
10012
10128
  (g) => `<img fetchPriority='low' loading='lazy' alt='imagen' src="${g}" class="carrusel-note-item" width="800" height="469"/>`
10013
- ), h = "gallery_embeded" + d.toString(), p = d0({
10129
+ ), h = "gallery_embeded" + d.toString(), p = u0({
10014
10130
  slot_id: h,
10015
10131
  children: m,
10016
10132
  visibleItems: 1,
@@ -10019,7 +10135,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10019
10135
  s += p, r = l;
10020
10136
  }
10021
10137
  return s += e.slice(r), s;
10022
- }, y0 = async (e, t, n) => {
10138
+ }, U0 = async (e, t, n) => {
10023
10139
  if (!n) return e;
10024
10140
  const s = /<span data-src="(.*?)"><\/span>/g, r = [...e.matchAll(s)];
10025
10141
  let o = e;
@@ -10049,7 +10165,7 @@ const u0 = (e) => /* @__PURE__ */ a(
10049
10165
  }
10050
10166
  return o;
10051
10167
  };
10052
- async function w0(e, t) {
10168
+ async function q0(e, t) {
10053
10169
  let n = "", s = 0;
10054
10170
  const r = /<div\b[^>]*\bclass=(["'])(?:(?!\1).)*\bck-video-player\b(?:(?!\1).)*\1[^>]*>/gi;
10055
10171
  let o;
@@ -10133,9 +10249,9 @@ async function w0(e, t) {
10133
10249
  y = h;
10134
10250
  s = m, n += y, r.lastIndex = m;
10135
10251
  }
10136
- return n += e.slice(s), n = f0(n), n;
10252
+ return n += e.slice(s), n = x0(n), n;
10137
10253
  }
10138
- async function v0(e) {
10254
+ async function R0(e) {
10139
10255
  const {
10140
10256
  news: t,
10141
10257
  banners: n,
@@ -10148,14 +10264,14 @@ async function v0(e) {
10148
10264
  commonServices: l
10149
10265
  } = e;
10150
10266
  let u = t?.body?.rendered ?? "";
10151
- u = u.replace(/&nbsp;/g, ""), u = p0(u, n), u = A0(u), u = await g0(u), u = await y0(
10267
+ u = u.replace(/&nbsp;/g, ""), u = I0(u, n), u = k0(u), u = await T0(u), u = await U0(
10152
10268
  u,
10153
10269
  e.texts,
10154
10270
  s
10155
- ), u = await w0(u, d), u = m0(u), u = h0(u);
10156
- const m = t.main.sources ?? [];
10271
+ ), u = await q0(u, d), u = S0(u), u = E0(u);
10272
+ const m = t.main.sources ?? [], h = t.config.articlepreview === st.fotoGaleria && t.hascontent?.hasgalleryimages;
10157
10273
  return /* @__PURE__ */ f("div", { className: nn.content, children: [
10158
- o !== "liveblogs" && e.showHeaderImage ? t.hascontent?.hasgalleryimages ? /* @__PURE__ */ a(
10274
+ o !== "liveblogs" && e.showHeaderImage ? h ? /* @__PURE__ */ a(
10159
10275
  Ir,
10160
10276
  {
10161
10277
  commonServices: l,
@@ -10165,7 +10281,7 @@ async function v0(e) {
10165
10281
  ) : /* @__PURE__ */ a(Cr, { preview: t.preview }) : null,
10166
10282
  /* @__PURE__ */ a(Ae, { banners: n, name: "block_1" }),
10167
10283
  /* @__PURE__ */ a("div", { className: nn.journalistArticleContent, children: /* @__PURE__ */ a(
10168
- n0,
10284
+ a0,
10169
10285
  {
10170
10286
  autorIcon: e.autorIcon,
10171
10287
  socials: c,
@@ -10175,7 +10291,7 @@ async function v0(e) {
10175
10291
  paths: e.paths
10176
10292
  }
10177
10293
  ) }),
10178
- /* @__PURE__ */ a(l0, { summary: t.main.summary }),
10294
+ /* @__PURE__ */ a(d0, { summary: t.main.summary }),
10179
10295
  /* @__PURE__ */ a(
10180
10296
  "div",
10181
10297
  {
@@ -10186,7 +10302,7 @@ async function v0(e) {
10186
10302
  }
10187
10303
  ),
10188
10304
  /* @__PURE__ */ a(
10189
- Z2,
10305
+ X2,
10190
10306
  {
10191
10307
  texts: e.texts,
10192
10308
  itemList: i,
@@ -10197,126 +10313,12 @@ async function v0(e) {
10197
10313
  }
10198
10314
  ),
10199
10315
  m.length > 0 && /* @__PURE__ */ f("div", { className: nn.noteSource, children: [
10200
- /* @__PURE__ */ a(u0, {}),
10201
- /* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((h) => h.name).join(", ") })
10316
+ /* @__PURE__ */ a(m0, {}),
10317
+ /* @__PURE__ */ a("p", { children: e.texts.noteSource + (m.length === 1 ? "" : "s") + ": " + m.map((p) => p.name).join(", ") })
10202
10318
  ] })
10203
10319
  ] });
10204
10320
  }
10205
- const b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", As = {
10206
- content: b0,
10207
- title: C0
10208
- }, _0 = async ({
10209
- newsformated: e,
10210
- internal: t,
10211
- commonServices: n
10212
- }) => {
10213
- if (!t) return null;
10214
- try {
10215
- const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNewsMultimedia({
10216
- path: t,
10217
- imagesizes: s
10218
- }))?.data?.data;
10219
- if (!Array.isArray(o) || o.length === 0) return null;
10220
- const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
10221
- (l) => l?.type === "video-embedded"
10222
- );
10223
- return d?.code ? /* @__PURE__ */ f("div", { className: As.content, children: [
10224
- /* @__PURE__ */ a(
10225
- "div",
10226
- {
10227
- dangerouslySetInnerHTML: {
10228
- __html: typeof d.code == "string" ? d.code : ""
10229
- }
10230
- }
10231
- ),
10232
- d?.title && /* @__PURE__ */ a("p", { className: As.title, children: d.title })
10233
- ] }) : null;
10234
- } catch {
10235
- return null;
10236
- }
10237
- }, N0 = "_content_cu8lm_1", S0 = "_title_cu8lm_18", Vn = {
10238
- content: N0,
10239
- title: S0
10240
- }, E0 = async ({
10241
- newsformated: e,
10242
- internal: t,
10243
- commonServices: n
10244
- }) => {
10245
- if (!t) return null;
10246
- try {
10247
- const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNewsMultimedia({
10248
- path: t,
10249
- imagesizes: s
10250
- }))?.data?.data;
10251
- if (!Array.isArray(o) || o.length === 0) return null;
10252
- const i = o[0], d = (Array.isArray(i?.videos) ? i.videos : []).find(
10253
- (l) => l?.type === "video-youtube"
10254
- );
10255
- return !d?.code || typeof d.code != "string" ? null : /* @__PURE__ */ f("div", { className: Vn.content, children: [
10256
- /* @__PURE__ */ a(
10257
- "iframe",
10258
- {
10259
- className: Vn.iframeStyled,
10260
- src: `https://www.youtube.com/embed/${d.code}`,
10261
- frameBorder: "0",
10262
- allowFullScreen: !0
10263
- }
10264
- ),
10265
- d?.title && /* @__PURE__ */ a("p", { className: Vn.title, children: d.title })
10266
- ] });
10267
- } catch {
10268
- return null;
10269
- }
10270
- }, x0 = "_content_ezbiw_1", T0 = {
10271
- content: x0
10272
- }, I0 = async ({
10273
- newsformated: e,
10274
- internal: t,
10275
- commonServices: n
10276
- }) => {
10277
- if (!t) return null;
10278
- try {
10279
- const s = e?.preview?.sizes?.[0]?.scale ?? void 0, o = (await n.getNews({
10280
- path: t,
10281
- imagesizes: s
10282
- }))?.data?.data;
10283
- if (!Array.isArray(o) || o.length === 0) return null;
10284
- const c = o[0]?.external?.iframe;
10285
- return typeof c != "string" || c.trim() === "" ? null : /* @__PURE__ */ a(
10286
- "div",
10287
- {
10288
- className: T0.content,
10289
- dangerouslySetInnerHTML: { __html: c }
10290
- }
10291
- );
10292
- } catch {
10293
- return null;
10294
- }
10295
- }, k0 = "_content_156j7_1", ys = {
10296
- content: k0
10297
- }, st = {
10298
- videoEmbedded: "videoEmbedded",
10299
- videoYouTube: "videoYouTube",
10300
- iframe: "iframe",
10301
- fotoGaleria: "fotogaleria"
10302
- }, U0 = {
10303
- [st.videoEmbedded]: _0,
10304
- [st.videoYouTube]: E0,
10305
- [st.iframe]: I0
10306
- }, q0 = ({ news: e, commonServices: t }) => {
10307
- const { config: n, hascontent: s, info: r } = e, o = n.articlepreview, i = r.link.internal, c = s?.hasgalleryimages;
10308
- if (o === st.fotoGaleria && c)
10309
- return /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(Ir, { commonServices: t, newsformated: e, internal: i }) });
10310
- const d = o ? U0[o] : null;
10311
- return d ? /* @__PURE__ */ a("div", { className: ys.content, children: /* @__PURE__ */ a(
10312
- d,
10313
- {
10314
- newsformated: e,
10315
- internal: i,
10316
- commonServices: t
10317
- }
10318
- ) }) : null;
10319
- }, R0 = (e) => {
10321
+ const L0 = (e) => {
10320
10322
  const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
10321
10323
  return t && t.length !== 0 && /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(Et, { slot_id: s, cardWidth: 200, children: t.map((o, i) => {
10322
10324
  const c = { ...o, main: {
@@ -10333,7 +10335,7 @@ const b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", As = {
10333
10335
  i
10334
10336
  );
10335
10337
  }) }) });
10336
- }, L0 = (e) => {
10338
+ }, B0 = (e) => {
10337
10339
  const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
10338
10340
  return t && t.length !== 0 && /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
10339
10341
  Et,
@@ -10359,7 +10361,7 @@ const b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", As = {
10359
10361
  })
10360
10362
  }
10361
10363
  ) });
10362
- }, B0 = (e) => {
10364
+ }, O0 = (e) => {
10363
10365
  const { content: t, title: n, slot_id: s } = e, r = e.slot_id && e.slot_id !== "Nota_1";
10364
10366
  return t && t.length !== 0 && /* @__PURE__ */ a(ge, { title: n, titleUrl: e.titleUrl, children: /* @__PURE__ */ a(
10365
10367
  Et,
@@ -10391,15 +10393,15 @@ const b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", As = {
10391
10393
  for (const n in e)
10392
10394
  n.startsWith("--") && (t[n] = e[n]);
10393
10395
  return t;
10394
- }, O0 = "_headerSection_1c69w_1", P0 = "_title_1c69w_11", D0 = "_subtitle_1c69w_23", M0 = "_newsContent_1c69w_36", j0 = "_containerCards_1c69w_44", Q0 = "_image_1c69w_50", G0 = "_blockHeadContainer_1c69w_56", ct = {
10395
- headerSection: O0,
10396
- title: P0,
10397
- subtitle: D0,
10398
- newsContent: M0,
10399
- containerCards: j0,
10400
- image: Q0,
10401
- blockHeadContainer: G0
10402
- }, H0 = (e) => {
10396
+ }, P0 = "_headerSection_1c69w_1", D0 = "_title_1c69w_11", M0 = "_subtitle_1c69w_23", j0 = "_newsContent_1c69w_36", Q0 = "_containerCards_1c69w_44", G0 = "_image_1c69w_50", H0 = "_blockHeadContainer_1c69w_56", ct = {
10397
+ headerSection: P0,
10398
+ title: D0,
10399
+ subtitle: M0,
10400
+ newsContent: j0,
10401
+ containerCards: Q0,
10402
+ image: G0,
10403
+ blockHeadContainer: H0
10404
+ }, z0 = (e) => {
10403
10405
  const { content: t, title: n, isVideo: s } = e;
10404
10406
  if (!t || t.length === 0) return;
10405
10407
  const r = t[0], o = t.slice(1), i = e.slot_id && e.slot_id !== "Nota_1";
@@ -10448,17 +10450,17 @@ const b0 = "_content_cu8lm_1", C0 = "_title_cu8lm_18", As = {
10448
10450
  banner: (e) => /* @__PURE__ */ a(Ae, { ...e, name: e.slot_id.replace("Home", "block") }),
10449
10451
  readest: (e) => /* @__PURE__ */ a(Ca, { ...e }),
10450
10452
  "Modulo 1x3": (e) => /* @__PURE__ */ a(Tr, { ...e }),
10451
- "Modulo 1x4": (e) => /* @__PURE__ */ a(Df, { ...e }),
10452
- "Modulo 1x5": (e) => /* @__PURE__ */ a(Gf, { ...e }),
10453
- "Destacado noticias": (e) => /* @__PURE__ */ a(cf, { ...e }),
10454
- "Destacado full width": (e) => /* @__PURE__ */ a(H0, { ...e }),
10455
- "Destacado videos": (e) => /* @__PURE__ */ a(Ff, { ...e }),
10456
- "Carrusel card": (e) => /* @__PURE__ */ a(r2, { ...e }),
10457
- "Carrusel story": (e) => /* @__PURE__ */ a(R0, { ...e }),
10458
- "Carrusel owl": (e) => /* @__PURE__ */ a(L0, { ...e }),
10459
- "Modulo fotogaleria": (e) => /* @__PURE__ */ a(B0, { ...e }),
10460
- "Carrusel opinion": (e) => /* @__PURE__ */ a(f2, { ...e }),
10461
- "Modulo 1x3 card": (e) => /* @__PURE__ */ a(s2, { ...e })
10453
+ "Modulo 1x4": (e) => /* @__PURE__ */ a(Mf, { ...e }),
10454
+ "Modulo 1x5": (e) => /* @__PURE__ */ a(Hf, { ...e }),
10455
+ "Destacado noticias": (e) => /* @__PURE__ */ a(lf, { ...e }),
10456
+ "Destacado full width": (e) => /* @__PURE__ */ a(z0, { ...e }),
10457
+ "Destacado videos": (e) => /* @__PURE__ */ a($f, { ...e }),
10458
+ "Carrusel card": (e) => /* @__PURE__ */ a(o2, { ...e }),
10459
+ "Carrusel story": (e) => /* @__PURE__ */ a(L0, { ...e }),
10460
+ "Carrusel owl": (e) => /* @__PURE__ */ a(B0, { ...e }),
10461
+ "Modulo fotogaleria": (e) => /* @__PURE__ */ a(O0, { ...e }),
10462
+ "Carrusel opinion": (e) => /* @__PURE__ */ a(g2, { ...e }),
10463
+ "Modulo 1x3 card": (e) => /* @__PURE__ */ a(r2, { ...e })
10462
10464
  };
10463
10465
  function kr({
10464
10466
  component: e,
@@ -10469,7 +10471,7 @@ function kr({
10469
10471
  if (s)
10470
10472
  return ws[e] && /* @__PURE__ */ a("div", { className: "home-slot", style: Ta(n), children: ws[e]({ ...n, banners: s, slot_id: t }) });
10471
10473
  }
10472
- function g3({
10474
+ function p3({
10473
10475
  children: e,
10474
10476
  stylesConfigEntry: t
10475
10477
  }) {
@@ -10515,7 +10517,7 @@ const vs = {
10515
10517
  },
10516
10518
  Super: (e) => /* @__PURE__ */ a(Ct, { ...e.data[0], paths: e.paths }),
10517
10519
  "3 notas verticales": (e) => /* @__PURE__ */ a(
10518
- Zh,
10520
+ Xh,
10519
10521
  {
10520
10522
  content: e.data,
10521
10523
  customLargeSection: e.customLargeSection,
@@ -10524,7 +10526,7 @@ const vs = {
10524
10526
  }
10525
10527
  ),
10526
10528
  "3 notas horizontales": (e) => /* @__PURE__ */ a(
10527
- Yh,
10529
+ Kh,
10528
10530
  {
10529
10531
  content: e.data,
10530
10532
  customLargeSection: e.customLargeSection,
@@ -10541,7 +10543,7 @@ const vs = {
10541
10543
  ...t,
10542
10544
  rightOnlyBanner: s,
10543
10545
  banners: n
10544
- }) }), p3 = ({
10546
+ }) }), A3 = ({
10545
10547
  slots: e,
10546
10548
  DYNAMIC_SLOT_SUBINDEXES: t,
10547
10549
  stylesConfig: n,
@@ -10592,7 +10594,7 @@ const vs = {
10592
10594
  );
10593
10595
  }
10594
10596
  return c;
10595
- }, A3 = ({
10597
+ }, y3 = ({
10596
10598
  mainBlock: e,
10597
10599
  StylesConfigMain: t,
10598
10600
  config: n,
@@ -10635,14 +10637,14 @@ const vs = {
10635
10637
  ),
10636
10638
  /* @__PURE__ */ a(ht, { children: /* @__PURE__ */ a(at, { banners: s, index: 1 }) })
10637
10639
  ] });
10638
- }, z0 = (e) => {
10639
- const { config: t, hascontent: n } = e, s = t.articlepreview, r = [
10640
+ }, V0 = (e) => {
10641
+ const { config: t } = e, n = t.articlepreview;
10642
+ return !![
10640
10643
  st.videoEmbedded,
10641
10644
  st.videoYouTube,
10642
10645
  st.iframe
10643
- ];
10644
- return !!(s === st.fotoGaleria && n?.hasgalleryimages || r.includes(s));
10645
- }, y3 = async (e) => {
10646
+ ].includes(n);
10647
+ }, w3 = async (e) => {
10646
10648
  const {
10647
10649
  custom_complement: t,
10648
10650
  ranking: n = [],
@@ -10656,9 +10658,9 @@ const vs = {
10656
10658
  getVideos: u
10657
10659
  } = e, m = e.slug === "liveblogs", { SHOW_NEWS_MORE_NEWS: h, SHOW_NEWS_RELATED_NEWS: p } = Y();
10658
10660
  if (!(!o || !o[0]))
10659
- return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(E2, { className: la.contentLayout2, children: [
10661
+ return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(x2, { className: la.contentLayout2, children: [
10660
10662
  /* @__PURE__ */ a(
10661
- R2,
10663
+ L2,
10662
10664
  {
10663
10665
  option: e.slug,
10664
10666
  news: o,
@@ -10668,14 +10670,14 @@ const vs = {
10668
10670
  ),
10669
10671
  /* @__PURE__ */ a(at, { banners: s, index: 1 }),
10670
10672
  !m && e.commonServices && /* @__PURE__ */ a(
10671
- q0,
10673
+ N0,
10672
10674
  {
10673
10675
  news: o[0],
10674
10676
  commonServices: e.commonServices
10675
10677
  }
10676
10678
  ),
10677
10679
  /* @__PURE__ */ a(
10678
- q2,
10680
+ R2,
10679
10681
  {
10680
10682
  texts: e.texts,
10681
10683
  paths: e.paths,
@@ -10687,7 +10689,7 @@ const vs = {
10687
10689
  banner: /* @__PURE__ */ a(Ae, { banners: s ?? [], name: "right_2" }),
10688
10690
  complement: /* @__PURE__ */ f("div", { id: "comentarios", suppressHydrationWarning: !0, children: [
10689
10691
  r.length > 0 && /* @__PURE__ */ a(
10690
- bh,
10692
+ Ch,
10691
10693
  {
10692
10694
  texts: e.texts,
10693
10695
  autorIcon: e.autorIcon,
@@ -10696,7 +10698,7 @@ const vs = {
10696
10698
  }
10697
10699
  ),
10698
10700
  o[0].authors.length > 1 && /* @__PURE__ */ a(
10699
- Ih,
10701
+ kh,
10700
10702
  {
10701
10703
  news: o[0],
10702
10704
  autorIcon: e.autorIcon,
@@ -10705,7 +10707,7 @@ const vs = {
10705
10707
  }
10706
10708
  ),
10707
10709
  /* @__PURE__ */ a("div", { className: la.tagContent, children: /* @__PURE__ */ a(
10708
- uh,
10710
+ mh,
10709
10711
  {
10710
10712
  tags: o[0]?.keywords?.tags,
10711
10713
  paths: e.paths
@@ -10785,7 +10787,7 @@ const vs = {
10785
10787
  },
10786
10788
  children: [
10787
10789
  /* @__PURE__ */ a(
10788
- v0,
10790
+ R0,
10789
10791
  {
10790
10792
  texts: e.texts,
10791
10793
  autorIcon: e.autorIcon,
@@ -10799,7 +10801,7 @@ const vs = {
10799
10801
  getVideos: u,
10800
10802
  noteShare: e.noteShare,
10801
10803
  paths: e.paths,
10802
- showHeaderImage: !z0(o[0]),
10804
+ showHeaderImage: !V0(o[0]),
10803
10805
  commonServices: e.commonServices
10804
10806
  }
10805
10807
  ),
@@ -10810,13 +10812,13 @@ const vs = {
10810
10812
  }
10811
10813
  )
10812
10814
  ] }) });
10813
- }, V0 = "_content_1046n_1", F0 = "_buttonStyled_1046n_9", $0 = "_searchStyled_1046n_20", W0 = "_inputStyled_1046n_36", Y0 = "_inputStyledTest_1046n_55", Bt = {
10814
- content: V0,
10815
- buttonStyled: F0,
10816
- searchStyled: $0,
10817
- inputStyled: W0,
10818
- inputStyledTest: Y0
10819
- }, K0 = (e) => /* @__PURE__ */ a(
10815
+ }, F0 = "_content_1046n_1", $0 = "_buttonStyled_1046n_9", W0 = "_searchStyled_1046n_20", Y0 = "_inputStyled_1046n_36", K0 = "_inputStyledTest_1046n_55", Bt = {
10816
+ content: F0,
10817
+ buttonStyled: $0,
10818
+ searchStyled: W0,
10819
+ inputStyled: Y0,
10820
+ inputStyledTest: K0
10821
+ }, J0 = (e) => /* @__PURE__ */ a(
10820
10822
  "svg",
10821
10823
  {
10822
10824
  width: "68",
@@ -10835,7 +10837,7 @@ const vs = {
10835
10837
  }
10836
10838
  ) })
10837
10839
  }
10838
- ), w3 = (e) => /* @__PURE__ */ a(
10840
+ ), v3 = (e) => /* @__PURE__ */ a(
10839
10841
  "form",
10840
10842
  {
10841
10843
  className: Bt.content,
@@ -10852,14 +10854,14 @@ const vs = {
10852
10854
  placeholder: e.texts.searchKeyWord + "..."
10853
10855
  }
10854
10856
  ),
10855
- /* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(K0, { className: Bt.searchStyled }) })
10857
+ /* @__PURE__ */ a("button", { className: Bt.buttonStyled, type: "submit", children: /* @__PURE__ */ a(J0, { className: Bt.searchStyled }) })
10856
10858
  ] })
10857
10859
  }
10858
- ), J0 = "_content_io3tv_1", Z0 = "_newsContentSection_io3tv_5", X0 = "_itemContent_io3tv_10", $n = {
10859
- content: J0,
10860
- newsContentSection: Z0,
10861
- itemContent: X0
10862
- }, v3 = (e) => {
10860
+ ), Z0 = "_content_io3tv_1", X0 = "_newsContentSection_io3tv_5", eg = "_itemContent_io3tv_10", $n = {
10861
+ content: Z0,
10862
+ newsContentSection: X0,
10863
+ itemContent: eg
10864
+ }, b3 = (e) => {
10863
10865
  const {
10864
10866
  data: t,
10865
10867
  option: n,
@@ -10879,7 +10881,7 @@ const vs = {
10879
10881
  switch (n) {
10880
10882
  case "op1":
10881
10883
  return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(cs, { children: [
10882
- /* @__PURE__ */ a(au, { autor: s[0], autorIcon: e.autorIcon }),
10884
+ /* @__PURE__ */ a(su, { autor: s[0], autorIcon: e.autorIcon }),
10883
10885
  /* @__PURE__ */ a(
10884
10886
  _r,
10885
10887
  {
@@ -10961,7 +10963,7 @@ const vs = {
10961
10963
  ] }) });
10962
10964
  case "op2":
10963
10965
  return /* @__PURE__ */ a(J, { children: /* @__PURE__ */ f(cs, { children: [
10964
- /* @__PURE__ */ a(fu, { autor: s[0], autorIcon: e.autorIcon }),
10966
+ /* @__PURE__ */ a(gu, { autor: s[0], autorIcon: e.autorIcon }),
10965
10967
  Array.isArray(t) ? /* @__PURE__ */ f(J, { children: [
10966
10968
  /* @__PURE__ */ a(
10967
10969
  Tr,
@@ -11015,22 +11017,22 @@ const vs = {
11015
11017
  default:
11016
11018
  return /* @__PURE__ */ a(J, {});
11017
11019
  }
11018
- }, eg = "_content_pq89v_1", tg = "_videoContent_pq89v_9", bs = {
11019
- content: eg,
11020
- videoContent: tg
11021
- }, ng = "_container_1xr2t_1", ag = "_playStyled_1xr2t_6", sg = "_imageStyled_1xr2t_13", rg = "_longer_1xr2t_26", og = "_contentNews_1xr2t_31", ig = "_tagContent_1xr2t_51", cg = "_tag_1xr2t_51", lg = "_titular_1xr2t_68", dg = "_small_1xr2t_81", ug = "_figure_1xr2t_87", mg = "_backDrop_1xr2t_92", hg = "_backDropAux_1xr2t_100", Ot = {
11022
- container: ng,
11023
- playStyled: ag,
11024
- imageStyled: sg,
11025
- longer: rg,
11026
- contentNews: og,
11027
- tagContent: ig,
11028
- tag: cg,
11029
- titular: lg,
11030
- small: dg,
11031
- figure: ug,
11032
- backDrop: mg,
11033
- backDropAux: hg
11020
+ }, tg = "_content_pq89v_1", ng = "_videoContent_pq89v_9", bs = {
11021
+ content: tg,
11022
+ videoContent: ng
11023
+ }, ag = "_container_1xr2t_1", sg = "_playStyled_1xr2t_6", rg = "_imageStyled_1xr2t_13", og = "_longer_1xr2t_26", ig = "_contentNews_1xr2t_31", cg = "_tagContent_1xr2t_51", lg = "_tag_1xr2t_51", dg = "_titular_1xr2t_68", ug = "_small_1xr2t_81", mg = "_figure_1xr2t_87", hg = "_backDrop_1xr2t_92", fg = "_backDropAux_1xr2t_100", Ot = {
11024
+ container: ag,
11025
+ playStyled: sg,
11026
+ imageStyled: rg,
11027
+ longer: og,
11028
+ contentNews: ig,
11029
+ tagContent: cg,
11030
+ tag: lg,
11031
+ titular: dg,
11032
+ small: ug,
11033
+ figure: mg,
11034
+ backDrop: hg,
11035
+ backDropAux: fg
11034
11036
  }, Cs = async (e) => {
11035
11037
  const { size: t = "longer", video: n } = e, s = n.main.image.sizes[0]?.url ?? "";
11036
11038
  return /* @__PURE__ */ a("figure", { className: Ot.figure, children: /* @__PURE__ */ f("span", { className: Ot.backdrop, children: [
@@ -11063,7 +11065,7 @@ const vs = {
11063
11065
  )
11064
11066
  ] }) })
11065
11067
  ] }) });
11066
- }, fg = (e) => {
11068
+ }, gg = (e) => {
11067
11069
  const { videos: t } = e;
11068
11070
  return /* @__PURE__ */ a("div", { className: bs.content, children: /* @__PURE__ */ a(Vt, { children: /* @__PURE__ */ a(ge, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: bs.videoContent, children: [
11069
11071
  /* @__PURE__ */ a(Cs, { video: t[0] }),
@@ -11076,18 +11078,18 @@ const vs = {
11076
11078
  `video-small-${s}`
11077
11079
  )) })
11078
11080
  ] }) }) }) });
11079
- }, gg = "_content_ruy5q_1", pg = "_videoContent_ruy5q_9", Ag = "_articleSection_ruy5q_21", yg = "_contentLatout_ruy5q_31", wg = "_title_ruy5q_36", vg = "_article_ruy5q_21", bg = "_correspondent_ruy5q_64", lt = {
11080
- content: gg,
11081
- videoContent: pg,
11082
- articleSection: Ag,
11083
- contentLatout: yg,
11084
- title: wg,
11085
- article: vg,
11086
- correspondent: bg
11087
- }, Cg = "_container_1rq2h_1", _g = "_playStyled_1rq2h_9", _s = {
11088
- container: Cg,
11089
- playStyled: _g
11090
- }, Ng = (e) => {
11081
+ }, pg = "_content_ruy5q_1", Ag = "_videoContent_ruy5q_9", yg = "_articleSection_ruy5q_21", wg = "_contentLatout_ruy5q_31", vg = "_title_ruy5q_36", bg = "_article_ruy5q_21", Cg = "_correspondent_ruy5q_64", lt = {
11082
+ content: pg,
11083
+ videoContent: Ag,
11084
+ articleSection: yg,
11085
+ contentLatout: wg,
11086
+ title: vg,
11087
+ article: bg,
11088
+ correspondent: Cg
11089
+ }, _g = "_container_1rq2h_1", Ng = "_playStyled_1rq2h_9", _s = {
11090
+ container: _g,
11091
+ playStyled: Ng
11092
+ }, Sg = (e) => {
11091
11093
  const { video: t } = e, n = ba();
11092
11094
  return /* @__PURE__ */ a(
11093
11095
  O,
@@ -11109,12 +11111,12 @@ const vs = {
11109
11111
  ] })
11110
11112
  }
11111
11113
  );
11112
- }, Sg = (e) => {
11114
+ }, Eg = (e) => {
11113
11115
  const t = () => e?.video.main.author ? `${e?.video.main.author} - ${Me(
11114
11116
  e.video.info.date.created
11115
11117
  )}` : e?.video.main.author;
11116
11118
  return /* @__PURE__ */ a("div", { className: lt.content, children: /* @__PURE__ */ a(Vt, { className: lt.contentLatout, children: /* @__PURE__ */ a(ge, { title: "Videos", isTitle: !0, children: /* @__PURE__ */ f("div", { className: lt.videoContent, children: [
11117
- /* @__PURE__ */ a(Ng, { video: e.video }),
11119
+ /* @__PURE__ */ a(Sg, { video: e.video }),
11118
11120
  /* @__PURE__ */ f("div", { className: lt.articleSection, children: [
11119
11121
  /* @__PURE__ */ a(
11120
11122
  O,
@@ -11129,17 +11131,17 @@ const vs = {
11129
11131
  /* @__PURE__ */ a("p", { className: lt.correspondent, children: t() })
11130
11132
  ] })
11131
11133
  ] }) }) }) });
11132
- }, b3 = (e) => {
11134
+ }, C3 = (e) => {
11133
11135
  switch (e.option) {
11134
11136
  case "op1":
11135
- return /* @__PURE__ */ a(fg, { videos: e.data });
11137
+ return /* @__PURE__ */ a(gg, { videos: e.data });
11136
11138
  case "op2":
11137
- return /* @__PURE__ */ a(Sg, { video: e.data[0] });
11139
+ return /* @__PURE__ */ a(Eg, { video: e.data[0] });
11138
11140
  default:
11139
11141
  return /* @__PURE__ */ a(J, {});
11140
11142
  }
11141
11143
  };
11142
- function C3({ containerId: e, containerId2: t }) {
11144
+ function _3({ containerId: e, containerId2: t }) {
11143
11145
  return De(() => {
11144
11146
  try {
11145
11147
  let n = function() {
@@ -11175,7 +11177,7 @@ function C3({ containerId: e, containerId2: t }) {
11175
11177
  }
11176
11178
  }, [e]), null;
11177
11179
  }
11178
- const Eg = (e) => {
11180
+ const xg = (e) => {
11179
11181
  const {
11180
11182
  //rounded = false,
11181
11183
  isVideo: t = !1,
@@ -11237,7 +11239,7 @@ const Eg = (e) => {
11237
11239
  ] })
11238
11240
  ] })
11239
11241
  ] }) });
11240
- }, xg = (e) => /* @__PURE__ */ a(
11242
+ }, Tg = (e) => /* @__PURE__ */ a(
11241
11243
  "svg",
11242
11244
  {
11243
11245
  width: "41",
@@ -11254,7 +11256,7 @@ const Eg = (e) => {
11254
11256
  }
11255
11257
  )
11256
11258
  }
11257
- ), Tg = {
11259
+ ), Ig = {
11258
11260
  info: {
11259
11261
  section: {
11260
11262
  name: "",
@@ -11311,14 +11313,14 @@ const Eg = (e) => {
11311
11313
  }
11312
11314
  ],
11313
11315
  preview: void 0
11314
- }, Ns = 6, Ig = ({
11316
+ }, Ns = 6, kg = ({
11315
11317
  section: e,
11316
11318
  currentNews: t,
11317
11319
  banner: n,
11318
11320
  isVisible: s = !1,
11319
11321
  stylesConfig: r
11320
11322
  }) => {
11321
- const [o, i] = K({ data: Array.from({ length: Ns }, () => Tg) }), [c, d] = K(!1), l = me(async () => {
11323
+ const [o, i] = K({ data: Array.from({ length: Ns }, () => Ig) }), [c, d] = K(!1), l = me(async () => {
11322
11324
  if (!(c || !t?.info?.link?.internal)) {
11323
11325
  d(!0);
11324
11326
  try {
@@ -11341,7 +11343,7 @@ const Eg = (e) => {
11341
11343
  return De(() => {
11342
11344
  s && l();
11343
11345
  }, [s, o, l]), !o?.data || o.data.length === 0 ? null : /* @__PURE__ */ a(
11344
- kg,
11346
+ Ug,
11345
11347
  {
11346
11348
  news: o.data,
11347
11349
  title: "Más Noticias",
@@ -11353,7 +11355,7 @@ const Eg = (e) => {
11353
11355
  isVisible: s
11354
11356
  }
11355
11357
  );
11356
- }, kg = (e) => {
11358
+ }, Ug = (e) => {
11357
11359
  const { news: t, hasLines: n = !1 } = e, s = (r) => n && (r + 1) % 3 !== 0 ? ia.contentSeparator : "";
11358
11360
  return /* @__PURE__ */ a(
11359
11361
  "div",
@@ -11389,7 +11391,7 @@ const Eg = (e) => {
11389
11391
  "aria-label": i?.title?.section ?? "nota",
11390
11392
  target: d?.link?.target,
11391
11393
  children: /* @__PURE__ */ a(
11392
- Eg,
11394
+ xg,
11393
11395
  {
11394
11396
  isVisible: e.isVisible,
11395
11397
  preview: l,
@@ -11402,7 +11404,7 @@ const Eg = (e) => {
11402
11404
  }
11403
11405
  ),
11404
11406
  /* @__PURE__ */ a("div", { className: Pt.newsDescription, children: /* @__PURE__ */ a(
11405
- Ug,
11407
+ qg,
11406
11408
  {
11407
11409
  main: i,
11408
11410
  authors: c,
@@ -11423,14 +11425,14 @@ const Eg = (e) => {
11423
11425
  })
11424
11426
  }
11425
11427
  );
11426
- }, Ug = (e) => {
11428
+ }, qg = (e) => {
11427
11429
  const { share: t = !1, cutSubtitle: n = !0 } = e, r = (() => {
11428
11430
  if (!e?.authors || e.authors.length === 0) return "";
11429
11431
  const o = e.authors[0], i = Me(e.info?.date?.modified);
11430
11432
  return o && e?.config?.showtime && e.config?.showauthor ? `${o.fullname} - ${i}` : o && e.config?.showauthor ? o.fullname : e?.config?.showtime ? i : "";
11431
11433
  })();
11432
11434
  return /* @__PURE__ */ f("div", { className: se.boxInformation, children: [
11433
- t && /* @__PURE__ */ a(xg, { className: se.dotStyles }),
11435
+ t && /* @__PURE__ */ a(Tg, { className: se.dotStyles }),
11434
11436
  e?.info?.section?.url && /* @__PURE__ */ f("div", { className: se.sectionDescriptionContainer, children: [
11435
11437
  /* @__PURE__ */ a(
11436
11438
  O,
@@ -11476,7 +11478,7 @@ const Eg = (e) => {
11476
11478
  }
11477
11479
  ) : /* @__PURE__ */ a("div", { className: se.correspondent, children: r }) })
11478
11480
  ] });
11479
- }, qg = ({
11481
+ }, Rg = ({
11480
11482
  user: e,
11481
11483
  handleLogout: t,
11482
11484
  message: n
@@ -11515,25 +11517,25 @@ const Eg = (e) => {
11515
11517
  /* @__PURE__ */ a("p", { className: "comment-text", children: n })
11516
11518
  ] })
11517
11519
  ] }) });
11518
- }, Rg = "_overlay_qj491_3", Lg = "_popup_qj491_17", Bg = "_title_qj491_40", Og = "_optionsContainer_qj491_52", Pg = "_option_qj491_52", Dg = "_radioInput_qj491_66", Mg = "_radioCustom_qj491_70", jg = "_optionLabel_qj491_97", Qg = "_buttons_qj491_110", Gg = "_cancelButton_qj491_117", Hg = "_closeButton_qj491_118", zg = "_buttonAlone_qj491_137", Vg = "_reportButton_qj491_143", Fg = "_successContainer_qj491_163", $g = "_thumbsUp_qj491_171", Wg = "_successMessage_qj491_177", Yg = "_errorMessage_qj491_218", Kg = "_loadingContainer_qj491_231", ue = {
11519
- overlay: Rg,
11520
- popup: Lg,
11521
- title: Bg,
11522
- optionsContainer: Og,
11523
- option: Pg,
11524
- radioInput: Dg,
11525
- radioCustom: Mg,
11526
- optionLabel: jg,
11527
- buttons: Qg,
11528
- cancelButton: Gg,
11529
- closeButton: Hg,
11530
- buttonAlone: zg,
11531
- reportButton: Vg,
11532
- successContainer: Fg,
11533
- thumbsUp: $g,
11534
- successMessage: Wg,
11535
- errorMessage: Yg,
11536
- loadingContainer: Kg
11520
+ }, Lg = "_overlay_qj491_3", Bg = "_popup_qj491_17", Og = "_title_qj491_40", Pg = "_optionsContainer_qj491_52", Dg = "_option_qj491_52", Mg = "_radioInput_qj491_66", jg = "_radioCustom_qj491_70", Qg = "_optionLabel_qj491_97", Gg = "_buttons_qj491_110", Hg = "_cancelButton_qj491_117", zg = "_closeButton_qj491_118", Vg = "_buttonAlone_qj491_137", Fg = "_reportButton_qj491_143", $g = "_successContainer_qj491_163", Wg = "_thumbsUp_qj491_171", Yg = "_successMessage_qj491_177", Kg = "_errorMessage_qj491_218", Jg = "_loadingContainer_qj491_231", ue = {
11521
+ overlay: Lg,
11522
+ popup: Bg,
11523
+ title: Og,
11524
+ optionsContainer: Pg,
11525
+ option: Dg,
11526
+ radioInput: Mg,
11527
+ radioCustom: jg,
11528
+ optionLabel: Qg,
11529
+ buttons: Gg,
11530
+ cancelButton: Hg,
11531
+ closeButton: zg,
11532
+ buttonAlone: Vg,
11533
+ reportButton: Fg,
11534
+ successContainer: $g,
11535
+ thumbsUp: Wg,
11536
+ successMessage: Yg,
11537
+ errorMessage: Kg,
11538
+ loadingContainer: Jg
11537
11539
  }, Ur = async (e, t) => {
11538
11540
  if (!e) return !1;
11539
11541
  const { CAPTCHA_PROJECT: n, CAPTCHA_KEY_V2: s, COMMENTS_CAPTCHA_API_KEY: r } = t;
@@ -11556,7 +11558,7 @@ const Eg = (e) => {
11556
11558
  return console.error("Error verificando reCAPTCHA Enterprise:", o), !1;
11557
11559
  }
11558
11560
  };
11559
- async function _3({
11561
+ async function N3({
11560
11562
  publication: e,
11561
11563
  username: t,
11562
11564
  id: n,
@@ -11625,7 +11627,7 @@ const We = {
11625
11627
  intellectual: "Violación de propiedad intelectual",
11626
11628
  bullying: "Bullying o acoso"
11627
11629
  };
11628
- function N3(e) {
11630
+ function S3(e) {
11629
11631
  return We[e];
11630
11632
  }
11631
11633
  const gt = 300, Ke = {
@@ -11633,7 +11635,7 @@ const gt = 300, Ke = {
11633
11635
  firstname: "Usuario",
11634
11636
  lastname: "Anonimo"
11635
11637
  };
11636
- function Jg(e) {
11638
+ function Zg(e) {
11637
11639
  const t = e.split(" ");
11638
11640
  if (t.length !== 3) return e;
11639
11641
  const [n, s, r] = t, o = s.charAt(0).toUpperCase() + s.slice(1).toLowerCase();
@@ -11651,13 +11653,13 @@ const Ia = (e, t) => {
11651
11653
  } catch {
11652
11654
  return [];
11653
11655
  }
11654
- }, Zg = (e, t) => {
11656
+ }, Xg = (e, t) => {
11655
11657
  const n = qr(e);
11656
11658
  n.includes(t) || (n.push(t), e.cookie = `reported=${encodeURIComponent(
11657
11659
  JSON.stringify(n)
11658
11660
  )}; path=/; max-age=${3600 * 24 * 1}`);
11659
11661
  };
11660
- function Xg(e) {
11662
+ function ep(e) {
11661
11663
  const [t, n] = e.split("@");
11662
11664
  if (!t || !n) return e;
11663
11665
  let s = "";
@@ -11670,7 +11672,7 @@ function Xg(e) {
11670
11672
  }
11671
11673
  var an = { exports: {} }, sn = { exports: {} }, ne = {};
11672
11674
  var Ss;
11673
- function ep() {
11675
+ function tp() {
11674
11676
  if (Ss) return ne;
11675
11677
  Ss = 1;
11676
11678
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
@@ -11737,7 +11739,7 @@ function ep() {
11737
11739
  }
11738
11740
  var ae = {};
11739
11741
  var Es;
11740
- function tp() {
11742
+ function np() {
11741
11743
  return Es || (Es = 1, process.env.NODE_ENV !== "production" && (function() {
11742
11744
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, s = e ? Symbol.for("react.fragment") : 60107, r = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, i = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, h = e ? Symbol.for("react.suspense_list") : 60120, p = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, A = e ? Symbol.for("react.block") : 60121, y = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, N = e ? Symbol.for("react.scope") : 60119;
11743
11745
  function _(L) {
@@ -11821,10 +11823,10 @@ function tp() {
11821
11823
  }
11822
11824
  var xs;
11823
11825
  function ka() {
11824
- return xs || (xs = 1, process.env.NODE_ENV === "production" ? sn.exports = ep() : sn.exports = tp()), sn.exports;
11826
+ return xs || (xs = 1, process.env.NODE_ENV === "production" ? sn.exports = tp() : sn.exports = np()), sn.exports;
11825
11827
  }
11826
11828
  var Wn, Ts;
11827
- function np() {
11829
+ function ap() {
11828
11830
  if (Ts) return Wn;
11829
11831
  Ts = 1;
11830
11832
  var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
@@ -11881,7 +11883,7 @@ function Rr() {
11881
11883
  return ks || (ks = 1, Kn = Function.call.bind(Object.prototype.hasOwnProperty)), Kn;
11882
11884
  }
11883
11885
  var Jn, Us;
11884
- function ap() {
11886
+ function sp() {
11885
11887
  if (Us) return Jn;
11886
11888
  Us = 1;
11887
11889
  var e = function() {
@@ -11930,10 +11932,10 @@ function ap() {
11930
11932
  }, Jn = r, Jn;
11931
11933
  }
11932
11934
  var Zn, qs;
11933
- function sp() {
11935
+ function rp() {
11934
11936
  if (qs) return Zn;
11935
11937
  qs = 1;
11936
- var e = ka(), t = np(), n = /* @__PURE__ */ Ua(), s = /* @__PURE__ */ Rr(), r = /* @__PURE__ */ ap(), o = function() {
11938
+ var e = ka(), t = ap(), n = /* @__PURE__ */ Ua(), s = /* @__PURE__ */ Rr(), r = /* @__PURE__ */ sp(), o = function() {
11937
11939
  };
11938
11940
  process.env.NODE_ENV !== "production" && (o = function(c) {
11939
11941
  var d = "Warning: " + c;
@@ -12251,7 +12253,7 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
12251
12253
  }, Zn;
12252
12254
  }
12253
12255
  var Xn, Rs;
12254
- function rp() {
12256
+ function op() {
12255
12257
  if (Rs) return Xn;
12256
12258
  Rs = 1;
12257
12259
  var e = /* @__PURE__ */ Ua();
@@ -12299,18 +12301,18 @@ function rp() {
12299
12301
  }, Xn;
12300
12302
  }
12301
12303
  var Ls;
12302
- function op() {
12304
+ function ip() {
12303
12305
  if (Ls) return an.exports;
12304
12306
  if (Ls = 1, process.env.NODE_ENV !== "production") {
12305
12307
  var e = ka(), t = !0;
12306
- an.exports = /* @__PURE__ */ sp()(e.isElement, t);
12308
+ an.exports = /* @__PURE__ */ rp()(e.isElement, t);
12307
12309
  } else
12308
- an.exports = /* @__PURE__ */ rp()();
12310
+ an.exports = /* @__PURE__ */ op()();
12309
12311
  return an.exports;
12310
12312
  }
12311
- var ip = /* @__PURE__ */ op();
12312
- const Ce = /* @__PURE__ */ _t(ip);
12313
- var cp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
12313
+ var cp = /* @__PURE__ */ ip();
12314
+ const Ce = /* @__PURE__ */ _t(cp);
12315
+ var lp = ["sitekey", "onChange", "theme", "type", "tabindex", "onExpired", "onErrored", "size", "stoken", "grecaptcha", "badge", "hl", "isolated"];
12314
12316
  function da() {
12315
12317
  return da = Object.assign ? Object.assign.bind() : function(e) {
12316
12318
  for (var t = 1; t < arguments.length; t++) {
@@ -12321,7 +12323,7 @@ function da() {
12321
12323
  return e;
12322
12324
  }, da.apply(this, arguments);
12323
12325
  }
12324
- function lp(e, t) {
12326
+ function dp(e, t) {
12325
12327
  if (e == null) return {};
12326
12328
  var n = {}, s = Object.keys(e), r, o;
12327
12329
  for (o = 0; o < s.length; o++)
@@ -12333,7 +12335,7 @@ function rn(e) {
12333
12335
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
12334
12336
  return e;
12335
12337
  }
12336
- function dp(e, t) {
12338
+ function up(e, t) {
12337
12339
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, ua(e, t);
12338
12340
  }
12339
12341
  function ua(e, t) {
@@ -12342,7 +12344,7 @@ function ua(e, t) {
12342
12344
  }, ua(e, t);
12343
12345
  }
12344
12346
  var qn = /* @__PURE__ */ (function(e) {
12345
- dp(t, e);
12347
+ up(t, e);
12346
12348
  function t() {
12347
12349
  var s;
12348
12350
  return s = e.call(this) || this, s.handleExpired = s.handleExpired.bind(rn(s)), s.handleErrored = s.handleErrored.bind(rn(s)), s.handleChange = s.handleChange.bind(rn(s)), s.handleRecaptchaRef = s.handleRecaptchaRef.bind(rn(s)), s;
@@ -12406,7 +12408,7 @@ var qn = /* @__PURE__ */ (function(e) {
12406
12408
  }, n.render = function() {
12407
12409
  var r = this.props;
12408
12410
  r.sitekey, r.onChange, r.theme, r.type, r.tabindex, r.onExpired, r.onErrored, r.size, r.stoken, r.grecaptcha, r.badge, r.hl, r.isolated;
12409
- var o = lp(r, cp);
12411
+ var o = dp(r, lp);
12410
12412
  return /* @__PURE__ */ La.createElement("div", da({}, o, {
12411
12413
  ref: this.handleRecaptchaRef
12412
12414
  }));
@@ -12438,7 +12440,7 @@ qn.defaultProps = {
12438
12440
  badge: "bottomright"
12439
12441
  };
12440
12442
  var ea, Bs;
12441
- function up() {
12443
+ function mp() {
12442
12444
  if (Bs) return ea;
12443
12445
  Bs = 1;
12444
12446
  var e = ka(), t = {
@@ -12503,8 +12505,8 @@ function up() {
12503
12505
  }
12504
12506
  return ea = p, ea;
12505
12507
  }
12506
- var mp = up();
12507
- const hp = /* @__PURE__ */ _t(mp);
12508
+ var hp = mp();
12509
+ const fp = /* @__PURE__ */ _t(hp);
12508
12510
  function ma() {
12509
12511
  return ma = Object.assign || function(e) {
12510
12512
  for (var t = 1; t < arguments.length; t++) {
@@ -12515,28 +12517,28 @@ function ma() {
12515
12517
  return e;
12516
12518
  }, ma.apply(this, arguments);
12517
12519
  }
12518
- function fp(e, t) {
12520
+ function gp(e, t) {
12519
12521
  if (e == null) return {};
12520
12522
  var n = {}, s = Object.keys(e), r, o;
12521
12523
  for (o = 0; o < s.length; o++)
12522
12524
  r = s[o], !(t.indexOf(r) >= 0) && (n[r] = e[r]);
12523
12525
  return n;
12524
12526
  }
12525
- function gp(e, t) {
12527
+ function pp(e, t) {
12526
12528
  e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
12527
12529
  }
12528
- var Le = {}, pp = 0;
12529
- function Ap(e, t) {
12530
+ var Le = {}, Ap = 0;
12531
+ function yp(e, t) {
12530
12532
  return t = t || {}, function(s) {
12531
12533
  var r = s.displayName || s.name || "Component", o = /* @__PURE__ */ (function(c) {
12532
- gp(d, c);
12534
+ pp(d, c);
12533
12535
  function d(u, m) {
12534
12536
  var h;
12535
12537
  return h = c.call(this, u, m) || this, h.state = {}, h.__scriptURL = "", h;
12536
12538
  }
12537
12539
  var l = d.prototype;
12538
12540
  return l.asyncScriptLoaderGetScriptLoaderID = function() {
12539
- return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + pp++), this.__scriptLoaderID;
12541
+ return this.__scriptLoaderID || (this.__scriptLoaderID = "async-script-loader-" + Ap++), this.__scriptLoaderID;
12540
12542
  }, l.setupScriptURL = function() {
12541
12543
  return this.__scriptURL = typeof e == "function" ? e() : e, this.__scriptURL;
12542
12544
  }, l.asyncScriptLoaderHandleLoad = function(m) {
@@ -12609,7 +12611,7 @@ function Ap(e, t) {
12609
12611
  }, l.render = function() {
12610
12612
  var m = t.globalName, h = this.props;
12611
12613
  h.asyncScriptOnLoad;
12612
- var p = h.forwardedRef, g = fp(h, ["asyncScriptOnLoad", "forwardedRef"]);
12614
+ var p = h.forwardedRef, g = gp(h, ["asyncScriptOnLoad", "forwardedRef"]);
12613
12615
  return m && typeof window < "u" && (g[m] = typeof window[m] < "u" ? window[m] : void 0), g.ref = p, rt(s, g);
12614
12616
  }, d;
12615
12617
  })(Hr), i = Ms(function(c, d) {
@@ -12619,51 +12621,51 @@ function Ap(e, t) {
12619
12621
  });
12620
12622
  return i.displayName = "AsyncScriptLoader(" + r + ")", i.propTypes = {
12621
12623
  asyncScriptOnLoad: Ce.func
12622
- }, hp(i, s);
12624
+ }, fp(i, s);
12623
12625
  };
12624
12626
  }
12625
- var ha = "onloadcallback", yp = "grecaptcha";
12627
+ var ha = "onloadcallback", wp = "grecaptcha";
12626
12628
  function fa() {
12627
12629
  return typeof window < "u" && window.recaptchaOptions || {};
12628
12630
  }
12629
- function wp() {
12631
+ function vp() {
12630
12632
  var e = fa(), t = e.useRecaptchaNet ? "recaptcha.net" : "www.google.com";
12631
12633
  return e.enterprise ? "https://" + t + "/recaptcha/enterprise.js?onload=" + ha + "&render=explicit" : "https://" + t + "/recaptcha/api.js?onload=" + ha + "&render=explicit";
12632
12634
  }
12633
- const Lr = Ap(wp, {
12635
+ const Lr = yp(vp, {
12634
12636
  callbackName: ha,
12635
- globalName: yp,
12637
+ globalName: wp,
12636
12638
  attributes: fa().nonce ? {
12637
12639
  nonce: fa().nonce
12638
12640
  } : {}
12639
- })(qn), vp = "_overlay_18ksj_1", bp = "_header_18ksj_18", Cp = "_logo_18ksj_25", _p = "_card_18ksj_32", Np = "_close_18ksj_47", Sp = "_form_18ksj_71", Ep = "_formUl_18ksj_80", xp = "_field_18ksj_92", Tp = "_label_18ksj_99", Ip = "_input_18ksj_108", kp = "_error_18ksj_126", Up = "_primary_18ksj_132", qp = "_divider_18ksj_170", Rp = "_google_18ksj_196", Lp = "_googleIcon_18ksj_226", Bp = "_spin_18ksj_259", Op = "_checkboxRow_18ksj_281", Pp = "_terms_18ksj_318", Dp = "_message_18ksj_349", Mp = "_passwordChecker_18ksj_354", jp = "_valid_18ksj_373", Qp = "_invalid_18ksj_377", Gp = "_forgotPassword_18ksj_381", Hp = "_successContainer_18ksj_400", zp = "_thumbsUp_18ksj_408", Vp = "_successMessage_18ksj_414", k = {
12640
- overlay: vp,
12641
- header: bp,
12642
- logo: Cp,
12643
- card: _p,
12644
- close: Np,
12645
- form: Sp,
12646
- formUl: Ep,
12647
- field: xp,
12648
- label: Tp,
12649
- input: Ip,
12650
- error: kp,
12651
- primary: Up,
12652
- divider: qp,
12653
- google: Rp,
12654
- googleIcon: Lp,
12655
- spin: Bp,
12656
- checkboxRow: Op,
12641
+ })(qn), bp = "_overlay_18ksj_1", Cp = "_header_18ksj_18", _p = "_logo_18ksj_25", Np = "_card_18ksj_32", Sp = "_close_18ksj_47", Ep = "_form_18ksj_71", xp = "_formUl_18ksj_80", Tp = "_field_18ksj_92", Ip = "_label_18ksj_99", kp = "_input_18ksj_108", Up = "_error_18ksj_126", qp = "_primary_18ksj_132", Rp = "_divider_18ksj_170", Lp = "_google_18ksj_196", Bp = "_googleIcon_18ksj_226", Op = "_spin_18ksj_259", Pp = "_checkboxRow_18ksj_281", Dp = "_terms_18ksj_318", Mp = "_message_18ksj_349", jp = "_passwordChecker_18ksj_354", Qp = "_valid_18ksj_373", Gp = "_invalid_18ksj_377", Hp = "_forgotPassword_18ksj_381", zp = "_successContainer_18ksj_400", Vp = "_thumbsUp_18ksj_408", Fp = "_successMessage_18ksj_414", k = {
12642
+ overlay: bp,
12643
+ header: Cp,
12644
+ logo: _p,
12645
+ card: Np,
12646
+ close: Sp,
12647
+ form: Ep,
12648
+ formUl: xp,
12649
+ field: Tp,
12650
+ label: Ip,
12651
+ input: kp,
12652
+ error: Up,
12653
+ primary: qp,
12654
+ divider: Rp,
12655
+ google: Lp,
12656
+ googleIcon: Bp,
12657
+ spin: Op,
12658
+ checkboxRow: Pp,
12657
12659
  switch: "_switch_18ksj_310",
12658
- terms: Pp,
12659
- message: Dp,
12660
- passwordChecker: Mp,
12661
- valid: jp,
12662
- invalid: Qp,
12663
- forgotPassword: Gp,
12664
- successContainer: Hp,
12665
- thumbsUp: zp,
12666
- successMessage: Vp
12660
+ terms: Dp,
12661
+ message: Mp,
12662
+ passwordChecker: jp,
12663
+ valid: Qp,
12664
+ invalid: Gp,
12665
+ forgotPassword: Hp,
12666
+ successContainer: zp,
12667
+ thumbsUp: Vp,
12668
+ successMessage: Fp
12667
12669
  }, Je = () => /* @__PURE__ */ a(
12668
12670
  "svg",
12669
12671
  {
@@ -12675,7 +12677,7 @@ const Lr = Ap(wp, {
12675
12677
  className: k.spin,
12676
12678
  children: /* @__PURE__ */ a("path", { d: "M18,4.181v2.021c4.559,0.929,8,4.97,8,9.798c0,5.514-4.486,10-10,10S6,21.514,6,16c0-4.829,3.441-8.869,8-9.798V4.181 C8.334,5.137,4,10.066,4,16c0,6.617,5.383,12,12,12s12-5.383,12-12C28,10.066,23.666,5.137,18,4.181z" })
12677
12679
  }
12678
- ), Fp = ({
12680
+ ), $p = ({
12679
12681
  isOpen: e,
12680
12682
  onClose: t,
12681
12683
  commentId: n,
@@ -12725,7 +12727,7 @@ const Lr = Ap(wp, {
12725
12727
  })
12726
12728
  })).json();
12727
12729
  if (N.type === "success")
12728
- Zg(document, n), c("success"), setTimeout(() => {
12730
+ Xg(document, n), c("success"), setTimeout(() => {
12729
12731
  y();
12730
12732
  }, 3e3);
12731
12733
  else
@@ -12811,7 +12813,7 @@ const Lr = Ap(wp, {
12811
12813
  ] })
12812
12814
  ] }) });
12813
12815
  };
12814
- function $p(e) {
12816
+ function Wp(e) {
12815
12817
  const t = /^\[\[([^\]]+)\]\]/, n = e.match(t);
12816
12818
  return n ? {
12817
12819
  user: {
@@ -12833,7 +12835,7 @@ function Cn(e) {
12833
12835
  text: n.text,
12834
12836
  reply: n.reply ? Cn({ comments: n.reply }).comments : n.reply
12835
12837
  };
12836
- const { user: s, text: r } = $p(n.text);
12838
+ const { user: s, text: r } = Wp(n.text);
12837
12839
  return {
12838
12840
  ...n,
12839
12841
  user: s || !1,
@@ -12858,7 +12860,7 @@ async function qa({
12858
12860
  }) {
12859
12861
  const { PUBLIC_ENV: d } = Y();
12860
12862
  if (d === "prod") {
12861
- const l = await Wp({
12863
+ const l = await Yp({
12862
12864
  publication: e,
12863
12865
  path: t,
12864
12866
  size: n,
@@ -12877,7 +12879,7 @@ async function qa({
12877
12879
  return Cn(u.data[0]);
12878
12880
  }
12879
12881
  }
12880
- async function Wp({
12882
+ async function Yp({
12881
12883
  publication: e,
12882
12884
  path: t,
12883
12885
  size: n = 5,
@@ -12928,7 +12930,7 @@ async function Wp({
12928
12930
  throw v;
12929
12931
  }
12930
12932
  }
12931
- const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
12933
+ const { PUBLIC_PUBLICATION_ID: Kp } = Y(), Jp = Kp, Zp = (e) => {
12932
12934
  const [t, n] = K(void 0);
12933
12935
  return De(() => {
12934
12936
  if (t) return;
@@ -12936,7 +12938,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
12936
12938
  const { PUBLIC_X_SECURITY_TOKEN: r } = Y();
12937
12939
  try {
12938
12940
  const o = await qa({
12939
- publication: Kp,
12941
+ publication: Jp,
12940
12942
  path: e ?? "",
12941
12943
  size: 5,
12942
12944
  sizereply: 2,
@@ -12954,7 +12956,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
12954
12956
  }, Br = ({ username: e, date: t, DATE_CONFIG: n }) => /* @__PURE__ */ f("div", { className: "comment-header", children: [
12955
12957
  /* @__PURE__ */ a("span", { className: "comment-username", children: e }),
12956
12958
  /* @__PURE__ */ a("span", { className: "comment-header-dot", children: "•" }),
12957
- /* @__PURE__ */ a("span", { className: "comment-date", children: Jg(Me(Number(t), n)) })
12959
+ /* @__PURE__ */ a("span", { className: "comment-date", children: Zg(Me(Number(t), n)) })
12958
12960
  ] }), Or = ({ user: e }) => /* @__PURE__ */ a("div", { className: "comment-avatar", children: e.picture ? /* @__PURE__ */ a(
12959
12961
  "img",
12960
12962
  {
@@ -13092,7 +13094,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13092
13094
  ]
13093
13095
  }
13094
13096
  );
13095
- }, { PUBLIC_PUBLICATION_ID: Zp } = Y(), Xp = Zp, Qr = async ({
13097
+ }, { PUBLIC_PUBLICATION_ID: Xp } = Y(), e9 = Xp, Qr = async ({
13096
13098
  path: e,
13097
13099
  ref: t,
13098
13100
  captchaToken: n,
@@ -13111,7 +13113,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13111
13113
  method: "POST",
13112
13114
  headers: { "Content-Type": "application/json" },
13113
13115
  body: JSON.stringify({
13114
- publication: Xp,
13116
+ publication: e9,
13115
13117
  path: e,
13116
13118
  id: o,
13117
13119
  username: r.username,
@@ -13145,7 +13147,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13145
13147
  } catch (d) {
13146
13148
  return console.error("Error enviando comentario:", d), alert(d.message || "Error al enviar el comentario."), !1;
13147
13149
  }
13148
- }, e9 = ({
13150
+ }, t9 = ({
13149
13151
  replyingTo: e,
13150
13152
  commentRef: t,
13151
13153
  user: n,
@@ -13198,7 +13200,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13198
13200
  }
13199
13201
  )
13200
13202
  ] });
13201
- }, t9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
13203
+ }, n9 = ({ reply: e, replyingTo: t, user: n, onFlag: s, DATE_CONFIG: r }) => {
13202
13204
  const o = e.text;
13203
13205
  let i = `${Ke.firstname} ${Ke.lastname}`, c = Ke.username;
13204
13206
  return e.user && (i = `${e.user.firstname} ${e.user.lastname}`, c = e.user.username), /* @__PURE__ */ a("div", { className: "comment-item reply", children: /* @__PURE__ */ f("div", { className: "comment-header-container", children: [
@@ -13214,7 +13216,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13214
13216
  /* @__PURE__ */ a(Pr, { isReply: !0, onFlag: () => s(e.id) })
13215
13217
  ] })
13216
13218
  ] }) });
13217
- }, n9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
13219
+ }, a9 = ({ comment: e, replyingTo: t, path: n, user: s, handleReplyingTo: r, onFlag: o, CAPTCHA_KEY_V2: i, DATE_CONFIG: c }) => {
13218
13220
  const d = { morereply: e.morereply ?? !1, reply: e.reply ? e.reply : [] }, [l, u] = K(d), [m, h] = Te.useState(!1), { PUBLIC_PUBLICATION_ID: p, PUBLIC_X_SECURITY_TOKEN: g } = Y(), A = e.text, y = Te.useRef(null);
13219
13221
  let v = `${Ke.firstname} ${Ke.lastname}`, N = Ke.username;
13220
13222
  e.user && (v = `${e.user.firstname} ${e.user.lastname}`, N = e.user.username);
@@ -13240,7 +13242,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13240
13242
  }
13241
13243
  ),
13242
13244
  t === e.id && s && /* @__PURE__ */ a(
13243
- e9,
13245
+ t9,
13244
13246
  {
13245
13247
  replyingTo: t,
13246
13248
  commentRef: y,
@@ -13253,7 +13255,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13253
13255
  ),
13254
13256
  l.reply.length > 0 && /* @__PURE__ */ f("div", { className: "comment-replies", children: [
13255
13257
  l.reply.map((E) => /* @__PURE__ */ a(
13256
- t9,
13258
+ n9,
13257
13259
  {
13258
13260
  user: s,
13259
13261
  reply: E,
@@ -13294,7 +13296,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13294
13296
  ]
13295
13297
  }
13296
13298
  ) });
13297
- }, a9 = ({
13299
+ }, s9 = ({
13298
13300
  commentRef: e,
13299
13301
  user: t,
13300
13302
  path: n,
@@ -13341,7 +13343,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13341
13343
  }
13342
13344
  )
13343
13345
  ] });
13344
- }, { PUBLIC_PUBLICATION_ID: s9, PUBLIC_X_SECURITY_TOKEN: r9 } = Y(), Os = s9 ?? "", o9 = ({
13346
+ }, { PUBLIC_PUBLICATION_ID: r9, PUBLIC_X_SECURITY_TOKEN: o9 } = Y(), Os = r9 ?? "", i9 = ({
13345
13347
  isAuthenticated: e,
13346
13348
  path: t,
13347
13349
  user: n,
@@ -13351,7 +13353,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13351
13353
  }) => {
13352
13354
  const i = t.replaceAll("/", "|"), [c, d] = K(
13353
13355
  void 0
13354
- ), [l, u] = K(""), { comments: m, setComments: h } = Jp(i), [p, g] = Te.useState(!1), A = Te.useRef(null), y = (q) => {
13356
+ ), [l, u] = K(""), { comments: m, setComments: h } = Zp(i), [p, g] = Te.useState(!1), A = Te.useRef(null), y = (q) => {
13355
13357
  u(l === q ? "" : q);
13356
13358
  }, v = (q) => {
13357
13359
  h(
@@ -13377,7 +13379,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13377
13379
  id: void 0,
13378
13380
  lastid: Q,
13379
13381
  state: "5,6",
13380
- apiToken: r9
13382
+ apiToken: o9
13381
13383
  });
13382
13384
  h({
13383
13385
  morecomment: ee.morecomment ?? !1,
@@ -13391,7 +13393,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13391
13393
  /* @__PURE__ */ a("div", { className: "comments-container", children: /* @__PURE__ */ a(ge, { title: E || e ? "COMENTARIOS" : !1, children: /* @__PURE__ */ f(J, { children: [
13392
13394
  e && n && /* @__PURE__ */ f("div", { className: "comments-header", children: [
13393
13395
  /* @__PURE__ */ a(
13394
- qg,
13396
+ Rg,
13395
13397
  {
13396
13398
  user: n,
13397
13399
  handleLogout: s,
@@ -13399,7 +13401,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13399
13401
  }
13400
13402
  ),
13401
13403
  /* @__PURE__ */ a(
13402
- a9,
13404
+ s9,
13403
13405
  {
13404
13406
  commentRef: A,
13405
13407
  user: n,
@@ -13416,7 +13418,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13416
13418
  "data-isauthenticated": `${e}`,
13417
13419
  children: [
13418
13420
  m.comments.map((q) => /* @__PURE__ */ a(
13419
- n9,
13421
+ a9,
13420
13422
  {
13421
13423
  comment: q,
13422
13424
  replyingTo: l,
@@ -13443,7 +13445,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13443
13445
  )
13444
13446
  ] }) }) }),
13445
13447
  /* @__PURE__ */ a(
13446
- Fp,
13448
+ $p,
13447
13449
  {
13448
13450
  username: n?.username ?? void 0,
13449
13451
  publication: Os,
@@ -13454,7 +13456,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13454
13456
  }
13455
13457
  )
13456
13458
  ] });
13457
- }, S3 = async (e, t) => {
13459
+ }, E3 = async (e, t) => {
13458
13460
  if (!e) throw new Error("No action provided");
13459
13461
  if (!t) throw new Error("No site key provided");
13460
13462
  const n = window.grecaptcha;
@@ -13501,7 +13503,7 @@ const { PUBLIC_PUBLICATION_ID: Yp } = Y(), Kp = Yp, Jp = (e) => {
13501
13503
  test: (e) => /[^A-Za-z0-9]/.test(e)
13502
13504
  }
13503
13505
  ];
13504
- function i9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13506
+ function c9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13505
13507
  const [s, r] = K({}), [o, i] = K(!1), [c, d] = K(!1), [l, u] = K(null), [m, h] = K(
13506
13508
  "register"
13507
13509
  ), p = (v, N) => {
@@ -13721,7 +13723,7 @@ function i9({ goToLogin: e, handleGoogleLogin: t, CAPTCHA_KEY: n }) {
13721
13723
  ] })
13722
13724
  ] });
13723
13725
  }
13724
- function c9({
13726
+ function l9({
13725
13727
  onClose: e,
13726
13728
  checkAuth: t,
13727
13729
  goToRegister: n,
@@ -13731,7 +13733,7 @@ function c9({
13731
13733
  const [o, i] = K("login"), [c, d] = K(""), [l, u] = K(""), [m, h] = K(""), [p, g] = K(""), [A, y] = K(""), [v, N] = K(!1), [_, E] = K(!1), [b, T] = K(null);
13732
13734
  return console.log("CAPTCHA_KEY", r), /* @__PURE__ */ f(J, { children: [
13733
13735
  o === "login" && /* @__PURE__ */ a(
13734
- l9,
13736
+ d9,
13735
13737
  {
13736
13738
  email: c,
13737
13739
  password: l,
@@ -13772,7 +13774,7 @@ function c9({
13772
13774
  }
13773
13775
  ),
13774
13776
  o === "forgot" && /* @__PURE__ */ a(
13775
- d9,
13777
+ u9,
13776
13778
  {
13777
13779
  email: c,
13778
13780
  setEmail: d,
@@ -13805,7 +13807,7 @@ function c9({
13805
13807
  }
13806
13808
  ),
13807
13809
  o === "changePassword" && /* @__PURE__ */ a(
13808
- u9,
13810
+ m9,
13809
13811
  {
13810
13812
  email: c,
13811
13813
  confirmationCode: m,
@@ -13854,7 +13856,7 @@ function c9({
13854
13856
  }
13855
13857
  ),
13856
13858
  o === "feedback" && /* @__PURE__ */ a(
13857
- m9,
13859
+ h9,
13858
13860
  {
13859
13861
  onBackToLogin: () => {
13860
13862
  T(null), i("login");
@@ -13863,7 +13865,7 @@ function c9({
13863
13865
  )
13864
13866
  ] });
13865
13867
  }
13866
- function l9({
13868
+ function d9({
13867
13869
  email: e,
13868
13870
  password: t,
13869
13871
  showPassword: n,
@@ -13955,7 +13957,7 @@ function l9({
13955
13957
  )
13956
13958
  ] });
13957
13959
  }
13958
- function d9({
13960
+ function u9({
13959
13961
  email: e,
13960
13962
  setEmail: t,
13961
13963
  loading: n,
@@ -13992,7 +13994,7 @@ function d9({
13992
13994
  }
13993
13995
  );
13994
13996
  }
13995
- function u9({
13997
+ function m9({
13996
13998
  email: e,
13997
13999
  confirmationCode: t,
13998
14000
  newPassword: n,
@@ -14016,7 +14018,7 @@ function u9({
14016
14018
  children: [
14017
14019
  /* @__PURE__ */ f("p", { className: k.message, children: [
14018
14020
  "Hemos enviado un código de restablecimiento de contraseña en un mensaje de Correo electrónico a ",
14019
- Xg(e),
14021
+ ep(e),
14020
14022
  ". Ingrese el código y la contraseña nueva."
14021
14023
  ] }),
14022
14024
  /* @__PURE__ */ f("ul", { className: k.formUl, children: [
@@ -14103,13 +14105,13 @@ function u9({
14103
14105
  }
14104
14106
  );
14105
14107
  }
14106
- function m9({ onBackToLogin: e }) {
14108
+ function h9({ onBackToLogin: e }) {
14107
14109
  return /* @__PURE__ */ f("div", { className: k.form, children: [
14108
14110
  /* @__PURE__ */ a("p", { className: k.success, children: "La contraseña fue cambiada con éxito" }),
14109
14111
  /* @__PURE__ */ a("button", { type: "button", className: k.primary, onClick: e, children: "Iniciar Sesión" })
14110
14112
  ] });
14111
14113
  }
14112
- function h9({
14114
+ function f9({
14113
14115
  loginUrl: e,
14114
14116
  onClose: t,
14115
14117
  checkAuth: n,
@@ -14146,7 +14148,7 @@ function h9({
14146
14148
  )
14147
14149
  ] }),
14148
14150
  o === "login" && /* @__PURE__ */ a(
14149
- c9,
14151
+ l9,
14150
14152
  {
14151
14153
  onClose: t,
14152
14154
  checkAuth: n,
@@ -14156,7 +14158,7 @@ function h9({
14156
14158
  }
14157
14159
  ),
14158
14160
  o === "register" && /* @__PURE__ */ a(
14159
- i9,
14161
+ c9,
14160
14162
  {
14161
14163
  handleGoogleLogin: c,
14162
14164
  goToLogin: () => i("login"),
@@ -14167,7 +14169,7 @@ function h9({
14167
14169
  }
14168
14170
  );
14169
14171
  }
14170
- function f9({
14172
+ function g9({
14171
14173
  isAuthenticated: e,
14172
14174
  setIsAuthenticated: t,
14173
14175
  loginUrl: n,
@@ -14181,7 +14183,7 @@ function f9({
14181
14183
  const [l, u] = Te.useState(!1);
14182
14184
  return /* @__PURE__ */ f(J, { children: [
14183
14185
  l && /* @__PURE__ */ a(
14184
- h9,
14186
+ f9,
14185
14187
  {
14186
14188
  loginUrl: n,
14187
14189
  icon: i,
@@ -14207,7 +14209,7 @@ function f9({
14207
14209
  )
14208
14210
  ] }),
14209
14211
  /* @__PURE__ */ a(
14210
- o9,
14212
+ i9,
14211
14213
  {
14212
14214
  isAuthenticated: e,
14213
14215
  handleLogout: async () => {
@@ -14224,7 +14226,7 @@ function f9({
14224
14226
  )
14225
14227
  ] });
14226
14228
  }
14227
- function g9({
14229
+ function p9({
14228
14230
  isVisible: e,
14229
14231
  path: t,
14230
14232
  icon: n,
@@ -14270,7 +14272,7 @@ function g9({
14270
14272
  }
14271
14273
  );
14272
14274
  return o === null ? h : e ? /* @__PURE__ */ a(
14273
- f9,
14275
+ g9,
14274
14276
  {
14275
14277
  icon: n,
14276
14278
  isAuthenticated: o,
@@ -14284,7 +14286,7 @@ function g9({
14284
14286
  }
14285
14287
  ) : h;
14286
14288
  }
14287
- const E3 = ({
14289
+ const x3 = ({
14288
14290
  render: e,
14289
14291
  internalPath: t,
14290
14292
  section: n,
@@ -14311,7 +14313,7 @@ const E3 = ({
14311
14313
  }, []);
14312
14314
  const h = {
14313
14315
  comment: /* @__PURE__ */ a(
14314
- g9,
14316
+ p9,
14315
14317
  {
14316
14318
  path: t,
14317
14319
  icon: o,
@@ -14321,7 +14323,7 @@ const E3 = ({
14321
14323
  }
14322
14324
  ),
14323
14325
  more: /* @__PURE__ */ a(
14324
- Ig,
14326
+ kg,
14325
14327
  {
14326
14328
  section: n,
14327
14329
  currentNews: s,
@@ -14342,7 +14344,7 @@ const E3 = ({
14342
14344
  }
14343
14345
  );
14344
14346
  };
14345
- async function x3({
14347
+ async function T3({
14346
14348
  publication: e,
14347
14349
  path: t,
14348
14350
  username: n,
@@ -14446,7 +14448,7 @@ async function x3({
14446
14448
  };
14447
14449
  }
14448
14450
  }
14449
- const T3 = async ({
14451
+ const I3 = async ({
14450
14452
  token: e,
14451
14453
  projectId: t,
14452
14454
  captchaKey: n,
@@ -14482,69 +14484,69 @@ const T3 = async ({
14482
14484
  };
14483
14485
  export {
14484
14486
  bo as AssetsPreconnect,
14485
- v3 as AutorComponent,
14486
- au as AutorHeader1,
14487
- fu as AutorHeader2,
14487
+ b3 as AutorComponent,
14488
+ su as AutorHeader1,
14489
+ gu as AutorHeader2,
14488
14490
  Ae as BannerAdvertising,
14489
14491
  at as BannerAdvertisingMiddle,
14490
- Z9 as CarrouselCSR,
14492
+ X9 as CarrouselCSR,
14491
14493
  Et as CarrouselIRS,
14492
- r2 as CarruselCard,
14493
- f2 as CarruselOpinion,
14494
+ o2 as CarruselCard,
14495
+ g2 as CarruselOpinion,
14494
14496
  dt as CommonServices,
14495
14497
  zr as Comscore,
14496
- f3 as ContactInfoServer,
14497
- a3 as ContactInput,
14498
- s3 as ContactSelect,
14499
- r3 as ContactTextarea,
14498
+ g3 as ContactInfoServer,
14499
+ s3 as ContactInput,
14500
+ r3 as ContactSelect,
14501
+ o3 as ContactTextarea,
14500
14502
  Vt as ContentLayout1,
14501
14503
  cs as ContentLayoutTema,
14502
- A3 as DEBUG_MainSlots,
14503
- cf as DestacadoNoticias,
14504
- Ff as DestacadoVideos,
14504
+ y3 as DEBUG_MainSlots,
14505
+ lf as DestacadoNoticias,
14506
+ $f as DestacadoVideos,
14505
14507
  mc as DynamicBlockServices,
14506
- p3 as DynamicComponents,
14508
+ A3 as DynamicComponents,
14507
14509
  Fn as DynamicMainSlot,
14508
14510
  kr as DynamicSlot,
14509
- d3 as EditorialBlock,
14510
- n3 as ErrorComponent,
14511
+ u3 as EditorialBlock,
14512
+ a3 as ErrorComponent,
14511
14513
  Lo as Font,
14512
- e3 as Footer,
14514
+ t3 as Footer,
14513
14515
  vo as FormatAfterScripts,
14514
14516
  zs as FormatScripts,
14515
14517
  Fr as GA4,
14516
14518
  $r as GTM,
14517
14519
  Ir as GalleryHeader,
14518
- K9 as GenerateBody,
14519
- Y9 as GenerateHead,
14520
- i3 as Header,
14521
- I0 as IframeHeader,
14522
- al as ImageOffline,
14520
+ J9 as GenerateBody,
14521
+ K9 as GenerateHead,
14522
+ c3 as Header,
14523
+ b0 as IframeHeader,
14524
+ sl as ImageOffline,
14523
14525
  Ue as ImageOnline,
14524
- nl as ImageOnlineClient,
14525
- F9 as IssuuServices,
14526
+ al as ImageOnlineClient,
14527
+ $9 as IssuuServices,
14526
14528
  Io as ItemListSchema,
14527
- bh as JournalistArticule2,
14528
- Ih as JournalistGroup,
14529
+ Ch as JournalistArticule2,
14530
+ kh as JournalistGroup,
14529
14531
  _r as LayoutNewsComponent,
14530
- E3 as LazyLoader,
14532
+ x3 as LazyLoader,
14531
14533
  O as LinkComponent,
14532
- j1 as LiveBlogHeader,
14533
- J9 as Location,
14534
- x9 as MainComponentServices,
14534
+ Q1 as LiveBlogHeader,
14535
+ Z9 as Location,
14536
+ T9 as MainComponentServices,
14535
14537
  Wr as Marfeel,
14536
14538
  ht as MiddleSection,
14537
14539
  Tr as Modulo1x3,
14538
- s2 as Modulo1x3Card,
14539
- Df as Modulo1x4,
14540
- Gf as Modulo1x5,
14541
- u3 as Modulo2Columnas,
14542
- Bf as Modulo3Columnas,
14543
- m3 as ModuloNewsletter,
14544
- l3 as ModuloOpinion,
14545
- Tg as NewListResponseDataPH,
14540
+ r2 as Modulo1x3Card,
14541
+ Mf as Modulo1x4,
14542
+ Hf as Modulo1x5,
14543
+ m3 as Modulo2Columnas,
14544
+ Of as Modulo3Columnas,
14545
+ h3 as ModuloNewsletter,
14546
+ d3 as ModuloOpinion,
14547
+ Ig as NewListResponseDataPH,
14546
14548
  ko as NewsArticle,
14547
- y3 as NewsComponent,
14549
+ w3 as NewsComponent,
14548
14550
  oa as NewsContent,
14549
14551
  xt as NewsDescriptionComponent,
14550
14552
  wn as NextPrev,
@@ -14552,81 +14554,81 @@ export {
14552
14554
  ja as PreloadImages,
14553
14555
  We as REPORT_REASONS,
14554
14556
  Ca as Readest,
14555
- C3 as ScriptHydrator,
14556
- w3 as SearchSection,
14557
+ _3 as ScriptHydrator,
14558
+ v3 as SearchSection,
14557
14559
  ge as Section,
14558
14560
  Ze as SectionCard,
14559
14561
  Un as SectionCard2,
14560
14562
  ca as SectionCardServerComponent,
14561
- h3 as SectionServerComponent,
14563
+ f3 as SectionServerComponent,
14562
14564
  vc as ShowSection,
14563
- X2 as SocialNetworks,
14565
+ e0 as SocialNetworks,
14564
14566
  xo as SpeculationRules,
14565
- g3 as StaticSlotWrapper,
14566
- Al as SubscribeColumn,
14567
- kl as SubscribeRow,
14568
- X9 as SubscribeWhatsAppColumn,
14569
- c3 as TagHeader,
14570
- uh as TagSection,
14571
- V1 as TimeLine,
14572
- C9 as TrimPathname,
14573
- t3 as VideoBlock3,
14574
- o3 as VideoBlock4,
14575
- _0 as VideoEmbeddedHeader,
14576
- b3 as VideoSection,
14577
- E0 as VideoYoutubeHeader,
14567
+ p3 as StaticSlotWrapper,
14568
+ yl as SubscribeColumn,
14569
+ Ul as SubscribeRow,
14570
+ e3 as SubscribeWhatsAppColumn,
14571
+ l3 as TagHeader,
14572
+ mh as TagSection,
14573
+ F1 as TimeLine,
14574
+ _9 as TrimPathname,
14575
+ n3 as VideoBlock3,
14576
+ i3 as VideoBlock4,
14577
+ g0 as VideoEmbeddedHeader,
14578
+ C3 as VideoSection,
14579
+ y0 as VideoYoutubeHeader,
14578
14580
  Ro as VideosSchemas,
14579
14581
  qo as WebsiteList,
14580
- x3 as addComment,
14582
+ T3 as addComment,
14581
14583
  ga as bannersReplace,
14582
14584
  Dt as becomeVideoObject,
14583
14585
  vt as buildTagUrl,
14584
- cd as coloringByStrokeSVGs,
14586
+ ld as coloringByStrokeSVGs,
14585
14587
  Ta as compileStyleProps,
14586
14588
  je as cutString,
14587
- v9 as extractRealtedNews,
14589
+ b9 as extractRealtedNews,
14588
14590
  Me as formatDate,
14589
- w9 as formatDateEdiciones,
14591
+ v9 as formatDateEdiciones,
14590
14592
  Qs as formatDateJournalistArticule,
14591
14593
  mo as formatDateTimeline,
14592
14594
  go as formatNewsMeta,
14593
14595
  _o as formatVideoData,
14594
- W9 as generalGetData,
14595
- S3 as getCaptchaToken,
14596
- Wp as getComments,
14596
+ Y9 as generalGetData,
14597
+ E3 as getCaptchaToken,
14598
+ Yp as getComments,
14597
14599
  Y as getConfig,
14598
- $9 as getDynamicSlots,
14600
+ W9 as getDynamicSlots,
14599
14601
  Mt as getEnvironmentUrl,
14600
14602
  fo as getEnvironmentUrlFront,
14601
- S9 as getHydratorPath,
14603
+ E9 as getHydratorPath,
14602
14604
  he as getImageUrl,
14603
14605
  $t as getNextMeta,
14604
14606
  Yt as getPage,
14605
14607
  ba as getPlayIcon,
14606
- E9 as getPreloadImages,
14608
+ x9 as getPreloadImages,
14607
14609
  Wt as getPrevMeta,
14608
- N3 as getReportReasonLabel,
14610
+ S3 as getReportReasonLabel,
14609
14611
  Gs as getResponse,
14610
14612
  ho as getResponsePromise,
14611
14613
  pa as getSchemas,
14612
14614
  Vs as getScriptReplaces,
14613
14615
  Oo as getSlugs,
14614
- _9 as getTypeOfNews,
14615
- N9 as getVideoRealPath,
14616
+ N9 as getTypeOfNews,
14617
+ S9 as getVideoRealPath,
14616
14618
  qa as handleGetComments,
14617
- y9 as initLibrary,
14619
+ w9 as initLibrary,
14618
14620
  wo as metadataToJSX,
14619
14621
  fc as metadata_defaults,
14620
14622
  Hs as parseTags,
14621
14623
  po as pathnameSplit,
14622
- b9 as processExtractedRelatedNews,
14624
+ C9 as processExtractedRelatedNews,
14623
14625
  Bo as removePages,
14624
- _3 as reportComment,
14625
- Md as shareButtons,
14626
+ N3 as reportComment,
14627
+ jd as shareButtons,
14626
14628
  Ea as socialIcons,
14627
14629
  So as speculationRules,
14628
14630
  No as speculationRulesHome,
14629
14631
  Ao as urlReplaces,
14630
14632
  vr as usePlayIcon,
14631
- T3 as verifyCaptchaTokenEnterprise
14633
+ I3 as verifyCaptchaTokenEnterprise
14632
14634
  };