#content a {
  color: #00678a;
}
@font-face {
  font-family: "Prumo";
  src: url("/fonts/Prumo-LNVF.woff2") format("woff2-variations");
  font-weight: 90;
  font-display: swap;
}
@font-face {
  font-family: "Prumo Italic";
  src: url("/fonts/Prumo-ItalicLNVF.woff2") format("woff2-variations");
  font-weight: 90;
  font-display: swap;
}
.--font-primary {
  font-family: Prumo, georgia, serif;
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
[class*="col-"] {
  width: 100%;
  position: relative;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 64em) {
  .col-desksm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-desksm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 80em) {
  .col-deskxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-deskxl-1 {
    margin-left: 8.3333333333%;
  }
}
.lay-sidebar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 68.75em) {
  .lay-sidebar {
    flex-direction: row;
    margin-bottom: 2.5rem;
  }
  .sidebar__main {
    flex-basis: calc(100% - 316px);
    margin-right: 1rem;
  }
}
@media (min-width: 83.75em) {
  .sidebar__main {
    flex-basis: calc(100% - 340px);
    margin-right: 2.5rem;
  }
  #wrapper.nota .sidebar__main {
    flex-basis: calc(100% - 380px);
    margin-right: 5rem;
  }
}
[class^="lay"],
[class*=" lay"] {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 83.75em) {
  [class^="lay"],
  [class*=" lay"] {
    max-width: 83.75rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
#fusion-app > #wrapper:not(.sitemap):not(.html-libre.--transparent) {
  position: relative;
  overflow-x: clip;
}
#fusion-app > #wrapper:not(.sitemap):not(.html-libre):before {
  content: "";
  height: 3.125rem;
  width: 100%;
  display: block;
  background: -webkit-repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1) 4px,
    rgba(0, 0, 0, 0.15) 6px
  );
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1) 4px,
    rgba(0, 0, 0, 0.15) 6px
  );
  display: none;
}
@media (min-width: 768px) {
  #fusion-app > #wrapper:not(.sitemap):not(.html-libre.--transparent):before {
    display: none;
  }
}
#content {
  position: relative;
  padding-top: 1.5rem;
}
@media (min-width: 64em) {
  .--header-fixed-margin.--header-fixed-margin {
    margin-top: 3.5rem;
  }
}
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  [data-tw] :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 1px;
    --container-md: 28rem;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --aspect-1\/1: 1/1;
    --aspect-3\/2: 3/2;
    --aspect-3\/4: 3/4;
    --aspect-16\/9: 16/9;
    --aspect-9\/16: 9/16;
    --radius-4: 0.25rem;
    --radius-8: 0.5rem;
    --radius-16: 1rem;
    --radius-24: 1.5rem;
    --radius-full: calc(Infinity * 1px);
    --text-8: 0.5rem;
    --text-8--line-height: 120%;
    --text-10: 0.625rem;
    --text-10--line-height: 120%;
    --text-12: 0.75rem;
    --text-12--line-height: 120%;
    --text-14: 0.875rem;
    --text-14--line-height: 150%;
    --text-16: 1rem;
    --text-16--line-height: 150%;
    --text-18: 1.125rem;
    --text-18--line-height: 150%;
    --text-20: 1.25rem;
    --text-20--line-height: 120%;
    --text-24: 1.5rem;
    --text-24--line-height: 120%;
    --text-28: 1.75rem;
    --text-28--line-height: 120%;
    --text-32: 2rem;
    --text-32--line-height: 120%;
    --text-36: 2.25rem;
    --text-36--line-height: 120%;
    --text-40: 2.5rem;
    --text-40--line-height: 120%;
    --text-48: 3rem;
    --text-48--line-height: 120%;
    --text-56: 3.5rem;
    --text-56--line-height: 120%;
    --text-72: 4.5rem;
    --text-72--line-height: 120%;
    --text-80: 5rem;
    --text-80--line-height: 120%;
    --color-inherit: inherit;
    --color-navy-100: #e2e9f1;
    --color-navy-300: #aec1d8;
    --color-navy-400: #8ca7c7;
    --color-navy-700: #3c5a7e;
    --color-navy-800: #2c425b;
    --color-navy-900: #1b2939;
    --color-green-100: #d3fff0;
    --color-green-300: #6dffcd;
    --color-green-400: #3affbc;
    --color-green-700: #00a06a;
    --color-green-800: #006d48;
    --color-green-950: #002116;
    --color-yellow-100: #fff4d4;
    --color-yellow-300: #ffdb6e;
    --color-yellow-400: #ffce3b;
    --color-yellow-500: #ffc108;
    --color-yellow-600: #d49f00;
    --color-yellow-700: #a17900;
    --color-yellow-950: #211900;
    --color-red-100: #fbe5e6;
    --color-red-300: #ef8b91;
    --color-red-400: #e95e66;
    --color-red-500: #e3313b;
    --color-red-600: #c61b25;
    --color-red-700: #99151d;
    --color-red-950: #290608;
    --color-neutral-1: var(--proxy-neutral-1);
    --color-neutral-50: var(--proxy-neutral-50);
    --color-base-lighten: var(--proxy-base-lighten);
    --color-black-default: var(--proxy-black-default);
    --color-white-default: var(--proxy-white-default);
    --color-highlight: var(--color-yellow-500);
    --radius-range: var(--radius-md);
    --vf-wght: 110;
    --vf-opsz: 0;
    --text-22: 1.375rem;
    --text-22--line-height: 130%;
    --text-68: 4.25rem;
    --text-68--line-height: 120%;
    --color-primary-default: var(--proxy-primary-default);
    --color-primary-light: var(--proxy-primary-light);
    --radius-sm: var(--radius-4);
    --radius-md: var(--radius-8);
    --radius-lg: var(--radius-16);
    --font-primary: "Prumo", Georgia, serif;
    --font-primary-italic: "Prumo Italic", Georgia, serif;
    --font-secondary: Arial, Helvetica, sans-serif;
    --font-tertiary: Georgia, serif;
  }
}
@layer base {
  *,
  ::backdrop,
  ::file-selector-button,
  :after,
  :before {
    border: 0 solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  [data-tw] :host,
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    scroll-padding-top: calc(50% - 200px);
  }
  [data-tw] abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  ::file-selector-button {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    opacity: 1;
  }
  [data-tw] :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  [data-tw] :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1 lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-meridiem-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  ::file-selector-button,
  [data-tw] input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [data-tw] [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer base {
  :root {
    --proxy-neutral-1: #fefefe;
    --proxy-neutral-50: #f2f2f2;
    --proxy-neutral-100: #e5e5e5;
    --proxy-neutral-200: #ccc;
    --proxy-neutral-300: #b2b2b2;
    --proxy-neutral-400: #999;
    --proxy-neutral-500: #7f7f7f;
    --proxy-neutral-600: #666;
    --proxy-neutral-700: #4c4c4c;
    --proxy-neutral-800: #333;
    --proxy-neutral-900: #191919;
    --proxy-neutral-950: #0c0c0c;
    --proxy-neutral-999: #010101;
    --proxy-muted: var(--proxy-neutral-100);
    --proxy-skeleton: var(--proxy-neutral-50);
    --proxy-info-default: var(--color-navy-700);
    --proxy-info-dark: var(--color-navy-800);
    --proxy-info-light: var(--color-navy-300);
    --proxy-info-lighten: var(--color-navy-100);
    --proxy-info-foreground: var(--proxy-neutral-1);
    --proxy-success-default: var(--color-green-700);
    --proxy-success-dark: var(--color-green-800);
    --proxy-success-light: var(--color-green-300);
    --proxy-success-lighten: var(--color-green-100);
    --proxy-success-foreground: var(--proxy-neutral-1);
    --proxy-warning-default: var(--color-yellow-500);
    --proxy-warning-dark: var(--color-yellow-600);
    --proxy-warning-light: var(--color-yellow-300);
    --proxy-warning-lighten: var(--color-yellow-100);
    --proxy-warning-foreground: var(--proxy-neutral-999);
    --proxy-error-default: var(--color-red-500);
    --proxy-error-dark: var(--color-red-600);
    --proxy-error-light: var(--color-red-300);
    --proxy-error-lighten: var(--color-red-100);
    --proxy-error-foreground: var(--proxy-neutral-1);
    --proxy-base-default: var(--proxy-neutral-800);
    --proxy-base-dark: var(--proxy-neutral-900);
    --proxy-base-light: var(--proxy-neutral-600);
    --proxy-base-lighten: var(--proxy-neutral-200);
    --proxy-base-foreground: var(--proxy-neutral-1);
    --proxy-black-default: var(--proxy-neutral-999);
    --proxy-black-dark: var(--proxy-neutral-900);
    --proxy-black-light: var(--proxy-neutral-800);
    --proxy-black-lighten: var(--proxy-neutral-100);
    --proxy-black-foreground: var(--proxy-neutral-1);
    --proxy-white-default: var(--proxy-neutral-1);
    --proxy-white-dark: var(--proxy-neutral-100);
    --proxy-white-light: var(--proxy-neutral-1);
    --proxy-white-lighten: var(--proxy-neutral-1);
    --proxy-white-foreground: var(--proxy-neutral-999);
    --proxy-highlight: var(--color-inherit);
  }
}
@layer base {
  :root {
    --proxy-primary-default: #0250c9;
    --proxy-primary-dark: #01327d;
    --proxy-primary-light: #1b73fd;
    --proxy-primary-lighten: #85b4fe;
    --proxy-primary-foreground: #fefefe;
    --proxy-secondary-default: #333;
    --proxy-secondary-dark: #0d0d0d;
    --proxy-secondary-light: #666;
    --proxy-secondary-lighten: #999;
    --proxy-secondary-foreground: #fefefe;
    --proxy-subscription-default: #ffff24;
    --proxy-subscription-dark: #d6d600;
    --proxy-subscription-light: #ffff70;
    --proxy-subscription-lighten: ivory;
    --proxy-subscription-foreground: #010101;
    --proxy-accent-default: #333;
    --proxy-accent-dark: #0d0d0d;
    --proxy-accent-light: #595959;
    --proxy-accent-lighten: #999;
    --proxy-accent-foreground: #fefefe;
    --proxy-highlight-default: #ffc108;
    --proxy-highlight-dark: #d49f00;
    --proxy-highlight-light: #ffdb6e;
    --proxy-highlight-lighten: #fff4d4;
    --proxy-highlight-foreground: #010101;
    --proxy-brand-lanacion: #006998;
  }
}
[data-tw] body:has(.disable-body-scroll) {
  overflow: hidden;
}
body:has([data-tw] .disable-body-scroll) {
  overflow: hidden;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
.com-title {
  margin-bottom: 0.5rem;
}
.com-title {
  margin-bottom: 0.5rem;
}
.com-image {
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 64em) {
  .com-image:hover {
    filter: brightness(1.1);
  }
}
.placeholder .com-image {
  display: block;
  height: auto;
}
.mod-media {
  margin-bottom: 2rem;
  position: relative;
}
.placeholder {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
  margin-bottom: 0.5rem;
  margin-left: -1rem;
  position: relative;
  width: calc(100% + 2rem);
}
.cuerpo__nota .placeholder {
  margin-left: -1rem;
  width: calc(100% + 2rem);
}
@media (min-width: 48em) {
  .placeholder {
    border: 1px solid #ccc;
  }
  .cuerpo__nota .placeholder,
  .placeholder {
    margin-left: 0;
    width: 100%;
  }
}
.mod-figure {
  position: relative;
}
.mod-figure {
  width: 100%;
}
.com-date {
  color: #5a5a5a;
  display: inline-flex;
  height: fit-content;
}
.com-hour {
  color: #5a5a5a;
  display: inline-flex;
  height: fit-content;
}
.com-hour:before {
  content: "•";
  display: block;
  height: fit-content;
  margin: 0 0.3125rem;
}
.mod-date-hour .com-hour:before {
  display: none;
}
.ln-banner-container {
  align-items: flex-start;
  background: -webkit-repeating-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1) 4px,
    rgba(0, 0, 0, 0.15) 6px
  );
  background: repeating-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.1) 4px,
    rgba(0, 0, 0, 0.15) 6px
  );
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: inherit;
  z-index: 1;
}
.ln-banner-container .ln-banner {
  text-align: center;
  width: 100%;
}
.ln-banner-container:before {
  background: #fff;
  content: "PUBLICIDAD";
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1rem;
  margin: 0 auto;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
.ln-banner-container.--logo {
  background: #fff;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.ln-banner-container.--logo:before {
  content: "";
}
.ln-banner-container.--comercial {
  align-items: center;
  background: #fff;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100000;
}
.ln-banner-container.--comercial:before {
  display: none;
}
.ln-banner-container.--comercial .ln-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.ln-banner-container.--sticky {
  position: sticky;
  top: 0;
}
.ln-banner-container.--sticky.--sticky2_mob {
  background: #fff;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 1600;
}
.ln-banner-container.--sticky2_mob {
  height: 3.125rem;
}
@media (min-width: 48em) {
  .ln-banner-container.--cabezal_tab,
  .ln-banner-container.--middle_2_tab {
    height: 5.625rem;
  }
}
@media (min-width: 64em) {
  .ln-banner-container.--sticky {
    top: 3.5625rem;
  }
  .ln-banner-container.--middle_1_dsk {
    height: 30rem;
    display: none;
  }
  .ln-banner-container.--middle_2_dsk {
    height: 5.625rem;
    display: none;
  }
}
[class*="_dsk"],
[class*="_tab"] {
  display: none;
}
@media (min-width: 48em) {
  [class*="_tab"] {
    display: flex;
  }
  [class*="_mob"] {
    display: none;
  }
}
@media (min-width: 64em) {
  [class*="_dsk"] {
    display: flex;
  }
  [class*="_tab"] {
    display: none;
  }
}
[class*="--1x1_"] {
  margin: 0;
  position: absolute;
}
.com-breadcrumb {
  align-items: center;
  color: #272727;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  position: relative;
}
.com-breadcrumb .com-link {
  margin-bottom: 0.5rem;
  position: relative;
}
.com-breadcrumb .com-link .--bullet {
  color: #ccc;
  margin: 0 0.5rem;
}
.com-breadcrumb .com-link:first-child .--bullet {
  display: none;
}
.com-link {
  color: #0250c9;
}
.com-breadcrumb .com-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dialog::backdrop {
  background-color: var(--_background-dialog);
  opacity: 1;
}
.ln-navbar {
  background: var(--light-neutral-0);
  border-top: 1px solid var(--light-neutral-300);
  bottom: 0;
  left: 0;
  padding: var(--size-xs) var(--size-sm) var(--size-2xs);
  position: fixed;
  width: 100%;
  z-index: 15000;
}
.ln-navbar ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 25rem;
}
.ln-navbar ul .--item > * {
  align-items: center;
  color: var(--light-neutral-800);
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  min-width: 3.625rem;
}
.ln-navbar ul .--item > * .icon > svg > path {
  fill: var(--light-neutral-800);
}
@media (min-width: 80rem) {
  .ln-navbar {
    display: none;
  }
}
.link {
  color: #0250c9;
  cursor: pointer;
}
@media (min-width: 64rem) {
  .link:hover {
    opacity: 0.8;
  }
}
.wrapper-dropdown {
  overflow-y: scroll;
  visibility: hidden;
  z-index: 15001;
}
.wrapper-dropdown,
.wrapper-dropdown .overlay {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
}
.wrapper-dropdown .overlay {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 100;
}
.wrapper-dropdown .ln-dropdown {
  background: #f2f2f2;
  left: -25rem;
  overflow-y: scroll;
  padding-bottom: 11.25rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100vw;
  z-index: 100;
}
.wrapper-dropdown .ln-dropdown > header {
  align-items: center;
  background: #fff;
  border-bottom: 0.0625rem solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  position: relative;
}
.wrapper-dropdown .ln-dropdown > nav {
  width: 100%;
  z-index: 1;
}
.wrapper-dropdown .ln-dropdown > nav > ul {
  border-top: 0.0625rem solid #e4e4e4;
  margin-top: 0.5rem;
}
.wrapper-dropdown .ln-dropdown > nav ul:not(.--first-section) {
  background: #fff;
  width: 100%;
}
.wrapper-dropdown .ln-dropdown > nav ul li {
  border-bottom: 0.0625rem solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
.wrapper-dropdown .ln-dropdown > nav ul li a {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 0.875rem;
  height: 3.125rem;
  padding: 0.75rem 1rem;
  width: calc(100% - 3.125rem);
}
.wrapper-dropdown .ln-dropdown > nav ul li .button {
  display: none;
}
.wrapper-dropdown .ln-dropdown > nav ul li:hover {
  background: #f2f2f2;
}
.wrapper-dropdown .ln-dropdown > nav ul li:hover > a .menu-item-title {
  color: #0250c9;
  text-decoration: underline;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more {
  align-items: center;
  justify-content: center;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more > a {
  border-right: 0.0625rem solid #e4e4e4;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more .button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 3.125rem;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more .button i {
  color: #000;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more ul {
  border-top: 0.0625rem solid #e4e4e4;
  display: none;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more ul li a {
  padding-left: 2rem;
}
.wrapper-dropdown .ln-dropdown > nav ul li.--more.--inactive ul {
  display: none;
}
.wrapper-dropdown .ln-dropdown > nav ul.--secondary a {
  color: #5a5a5a;
}
@media (min-width: 64rem) {
  .wrapper-dropdown {
    overflow: hidden;
  }
  .wrapper-dropdown .ln-dropdown {
    background: #fff;
    height: 100vh;
    overflow-y: initial;
    width: 17.5rem;
  }
  .wrapper-dropdown .ln-dropdown > header {
    border: none;
  }
  .wrapper-dropdown .ln-dropdown > nav ul {
    margin-top: 0;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li {
    border-bottom: 0;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li a {
    height: 2.5rem;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li .ln-button {
    transform: rotate(-90deg);
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more > a {
    border: none;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more.--inactive:hover ul {
    display: block;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more ul {
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: -0.0625rem 0.125rem 0.3125rem 0 #bdbdbd;
    left: 99%;
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 13.75rem;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more ul li a {
    padding-left: 1rem;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more ul:before {
    background: #fff;
    box-shadow: 0.125rem 0.125rem 0.125rem 0.0625rem hsla(0, 0%, 74%, 0.4);
    content: "";
    height: 1rem;
    left: -0.375rem;
    position: absolute;
    top: 0.6875rem;
    transform: rotate(136deg);
    width: 1rem;
    z-index: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) and (max-height: 950px) {
  .wrapper-dropdown .ln-dropdown > nav ul.--tertiary {
    height: calc(100vh - 660px);
    overflow-y: scroll;
  }
}
@media (min-width: 1280px) and (max-height: 850px) {
  .wrapper-dropdown .ln-dropdown > nav ul.--tertiary {
    height: calc(100vh - 610px);
    overflow-y: scroll;
  }
}
.list li {
  margin-bottom: 1rem;
  position: relative;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.icon.--hasWrapper {
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-sizing: content-box;
}
.icon > svg {
  height: inherit;
  vertical-align: top;
  width: inherit;
}
.icon.--icon-16 {
  height: 1rem;
  width: 1rem;
}
.icon.--icon-16.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-20 {
  height: 1.25rem;
  width: 1.25rem;
}
.icon.--icon-24 {
  height: 1.5rem;
  width: 1.5rem;
}
.icon.--inherit svg > path {
  fill: currentColor;
}
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  height: -moz-max-content;
  height: max-content;
  justify-content: center;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.button,
.button > .icon > svg > path {
  transition: all 0.3s ease-in-out;
}
.button:hover {
  opacity: 0.8;
}
.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.common-header-container {
  height: var(--header-height, -moz-min-content);
  height: var(--header-height, min-content);
}
.common-header-container .common-main-header .content > div {
  grid-template-columns:
    [left-start] var(--header-outer-spacing, auto)
    [center-start] 2fr [center-end] var(--header-outer-spacing, auto)
    [right-end];
  grid-template-rows: [main-start] 1fr [main-end];
}
.common-header-container .common-main-header .content > div .left-options {
  grid-column: left-start/center-start;
}
.common-header-container .common-main-header .content > div .center-options {
  grid-column: var(--center-options-grid-column, center-start/center-end);
}
.common-header-container .common-main-header .content > div .right-options {
  grid-column: center-end/right-end;
}
.--font-s {
  font-size: 1rem;
  line-height: 150%;
}
.--font-xs {
  font-size: 0.875rem;
  line-height: 130%;
}
.--font-2xs {
  font-size: 0.75rem;
  line-height: 130%;
}
@media (max-width: 767px) {
  .--mobile-none {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .--tablet-none {
    display: none !important;
  }
}
.--sticky {
  position: sticky;
}
a,
b,
body,
div,
figure,
footer,
form,
h1,
h2,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
strong,
time,
ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
figure,
footer,
header,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
* {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
button {
  background: unset;
  cursor: pointer;
}
a,
button,
input:focus {
  outline: none;
}
body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  a:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  a.com-link:hover,
  a.link:hover {
    opacity: 0.8;
  }
}
:root {
  --size-3xs: 0.25rem;
  --size-2xs: 0.5rem;
  --size-xs: 0.75rem;
  --size-sm: 1rem;
  --size-md: 1.5rem;
  --size-lg: 2rem;
  --size-xl: 2.5rem;
  --size-2xl: 4rem;
  --size-3xl: 5rem;
  --light-neutral-0: #fff;
  --light-neutral-50: #fefefe;
  --light-neutral-100: #f7f7f4;
  --light-neutral-200: #f2f2f2;
  --light-neutral-300: #e4e4e4;
  --light-neutral-400: #ccc;
  --light-neutral-500: #919191;
  --light-neutral-600: #5a5a5a;
  --light-neutral-700: #333;
  --light-neutral-800: #272727;
  --light-neutral-900: #1c1c1f;
  --dark-neutral-0: #000;
  --dark-neutral-50: #1c1c1f;
  --dark-neutral-100: #272727;
  --dark-neutral-200: #333;
  --dark-neutral-300: #5a5a5a;
  --dark-neutral-400: #919191;
  --dark-neutral-500: #adadad;
  --dark-neutral-600: #ccc;
  --dark-neutral-700: #e4e4e4;
  --dark-neutral-800: #f2f2f2;
  --dark-neutral-900: #fff;
  --neutral-light-1: #fefefe;
  --neutral-light-50: #f2f2f2;
  --neutral-light-100: #e6e6e6;
  --neutral-light-200: #ccc;
  --neutral-light-600: #666;
  --neutral-light-700: #4d4d4d;
  --neutral-light-800: #333;
  --neutral-light-900: #1a1a1a;
  --neutral-light-999: #010101;
  --neutral-dark-1: #010101;
  --neutral-dark-50: #0d0d0d;
  --neutral-dark-300: #4d4d4d;
  --neutral-dark-999: #fefefe;
  --muted: #e5e5e5;
  --no-digital: #e6e6e6;
  --primary-ia: #27d2be;
  --primary-ia-30: #27d2be4d;
  --cards-nota: #fafafa;
  --blue-100: #e7f0ff;
  --blue-200: #bcd6ff;
  --blue-300: #85b4fe;
  --blue-400: #126fff;
  --blue-500: #0250c9;
  --orange-200: #ffe8c0;
  --danger-600: #99151d;
  --danger-300: #e95e66;
  --error-default: #e3313b;
  --success-default: #00a06a;
  --red-700: #b40d15;
  --yellow-subscribe: #ffff24;
  --yellow-secondary: #f2f20d;
  --neutral-700: #4c4c4c;
  --border-base-dark: #191919;
  --la-nacion: #006998;
  --ln-campo: #008561;
  --comunidad-negocios: #e2342d;
  --ln-movilidad: #c54f00;
  --ln-bienestar: #7267c3;
  --ln-propiedades: #0074c4;
  --ln-que-sale: #bb3b80;
  --ln-futuria: #e6232a;
  --hashtag: #dbff00;
  --hashtag-dark: #475300;
  --webstorys: #ffc6f9;
  --webstorys-dark: #88187c;
  --exclusivo-suscriptores: #fdb727;
  --bg-exclusivo-suscriptores: #272727;
  --subscriber-negative: #1e1d1d;
  --opinion: #0074c4;
  --ia-tools: #2d978a;
  --ln-radio: #d6e903;
  --nunca-cuatro: #74d1e5;
  --criptograma: #a2ce40;
  --sudoku: #ee6ba9;
  --crucigrama: #e1435f;
  --palabras-cruzadas: #ca67d2;
  --sopa-de-letras: #ecb535;
  --el-telar: #5bbb87;
  --trivias: #69c7c3;
  --cruciexpres: #ff8ea9;
  --palabra-oculta: #97c7ff;
  --diferencias: #ed933f;
  --crucimini: #6781c8;
  --cruci-tematico: #b09c03;
  --panal-de-letras: #dce11f;
  --memograma: #295dea;
  --nexos: #8969e9;
  --circuitos: #42d369;
  --ranking: #74d1e5;
  --adivinanzas: #81b6e2;
  --cruci-experto: #666;
  --combinadas: #bb1e69;
  --success-700: #008759;
  --warning-500: #ffc402;
  --danger-500: #c61b25;
  --info-700: #2f3a4e;
  --line-100: 100%;
  --line-110: 110%;
  --line-116: 116%;
  --line-120: 120%;
  --line-130: 130%;
  --gap-v: var(--size-sm);
  --cols: 8;
  --gap-img: 12px;
  --gap-badge: 8px;
  --header-outer-spacing: 2fr;
  --center-options-grid-column: left-start/center-end;
  --gradient-accent: linear-gradient(
    180deg,
    transparent 28.67%,
    rgba(0, 22, 49, 0.4) 53.98%,
    rgba(0, 22, 49, 0.75) 67.75%,
    rgba(0, 22, 49, 0.9) 81.15%
  );
  --gradient-accent-sm: linear-gradient(
    180deg,
    transparent 80%,
    rgba(0, 22, 49, 0.4) 85%,
    rgba(0, 22, 49, 0.75) 90%,
    rgba(0, 22, 49, 0.9) 95%
  );
}
@media (min-width: 768px) {
  :root {
    --gap-v: var(--size-md);
    --cols: 12;
  }
}
@media (min-width: 1280px) {
  :root {
    --gap-v: var(--size-xs);
    --cols: 16;
    --center-options-grid-column: center-start/center-end;
  }
}
@media (min-width: 1360px) {
  :root {
    --gap-v: var(--size-lg);
  }
}
.lay-container {
  margin: 0 auto;
  max-width: 85.375rem;
  padding: 0 var(--gap-v);
  width: 100%;
}
@media (max-width: 1279px) {
  .footer-container {
    margin-bottom: 4.6875rem;
  }
}
.common-main-header .right-options .ln-button {
  transition: none;
}
@media (width <= 22.375rem) {
  .common-main-header .right-options .ln-button[data-variant="subscribe"] {
    background: none;
    font-size: 0.875rem;
    padding: 0;
    text-transform: none;
  }
}
.common-main-header .ln-button .icon {
  transition: none;
}
.rounded-4 {
  border-radius: 0.25rem;
}
.rounded-circle {
  border-radius: 50%;
}
.border.border-all {
  border-style: solid;
}
.border.border-bottom {
  border-bottom-style: solid;
}
.border.border-top {
  border-top-style: solid;
}
.border.border-light-300 {
  border-color: var(--light-neutral-300);
}
.border.border-neutral-light-100 {
  border-color: var(--neutral-light-100);
}
.border.border-neutral-light-700 {
  border-color: var(--neutral-light-700);
}
.border.border-neutral-light-800 {
  border-color: var(--neutral-light-800);
}
.border.border-transparent {
  border-color: transparent;
}
.border.border-thin {
  border-width: thin;
}
.border.border-2 {
  border-width: 0.125rem;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.z-1500 {
  z-index: 1500;
}
.text-light-0 {
  color: var(--light-neutral-0) !important;
}
.text-light-600 {
  color: var(--light-neutral-600);
}
.text-light-700 {
  color: var(--light-neutral-700);
}
.text-light-800 {
  color: var(--light-neutral-800);
}
.text-neutral-light-600 {
  color: var(--neutral-light-600);
}
.text-neutral-light-700 {
  color: var(--neutral-light-700);
}
.text-neutral-light-800 {
  color: var(--neutral-light-800);
}
.bg-light-0,
.bg-white {
  background: var(--light-neutral-0);
}
.bg-light-50 {
  background: var(--light-neutral-50);
}
.bg-light-100 {
  background: var(--light-neutral-100);
}
.bg-neutral-light-50 {
  background: var(--neutral-light-50);
}
.bg-transparent {
  background: transparent;
}
.bg-blue-500 {
  background: var(--blue-500);
}
.bg-yellow-subscribe {
  background: var(--yellow-subscribe);
}
.bg-secondary__hover:hover {
  background: var(--neutral-light-50);
}
.text-12 {
  font-size: 0.75rem;
  line-height: 100%;
}
.text-14 {
  font-size: 0.875rem;
  line-height: 130%;
}
.--font-bold:not(.--font-primary),
.font-bold:not(.--font-primary),
strong:not(.--font-primary) {
  font-weight: 700;
}
.marker-24 ::marker {
  font-size: 1.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mr-16 {
  margin-right: 1rem;
}
.mx-16 {
  margin-inline: 1rem;
}
.my-16 {
  margin-block: 1rem;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 0.25rem;
}
.p-8 {
  padding: 0.5rem;
}
.p-12 {
  padding: 0.75rem;
}
.px-12 {
  padding-inline: 0.75rem;
}
.px-16 {
  padding-inline: 1rem;
}
.px-20 {
  padding-inline: 1.25rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pb-24 {
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-block: 0.25rem;
}
.py-8 {
  padding-block: 0.5rem;
}
.py-12 {
  padding-block: 0.75rem;
}
.py-16 {
  padding-block: 1rem;
}
@media (max-width: 47.994rem) {
  .ml-auto_max767 {
    margin-left: auto;
  }
}
@media (min-width: 48rem) {
  .mb-24_m {
    margin-bottom: 1.5rem;
  }
  .py-12_m {
    padding-block: 0.75rem;
  }
  .px-16_m {
    padding-inline: 1rem;
  }
}
@media (min-width: 64rem) {
  .mb-0_l {
    margin-bottom: 0;
  }
  .pb-16_l {
    padding-bottom: 1rem;
  }
  .pt-8_l {
    padding-top: 0.5rem;
  }
  .px-8_l {
    padding-inline: 0.5rem;
  }
}
.p-0.p-0 {
  padding: 0;
}
.mb-0.mb-0 {
  margin-bottom: 0;
}
.flex.flex {
  display: flex;
}
.none.none {
  display: none;
}
.grid.grid {
  display: grid;
}
.inline-flex.inline-flex {
  display: inline-flex;
}
@media (max-width: 767.9px) {
  .sm-none {
    display: none !important;
  }
  .grid-2-sm {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}
@media (max-width: 1023.9px) {
  .l-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .l-none {
    display: none !important;
  }
}
@media (max-width: 1279.9px) {
  .lg-only {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .lg-none {
    display: none !important;
  }
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.jc-end {
  justify-content: flex-end;
}
.jc-start {
  justify-content: flex-start;
}
.ai-center {
  align-items: center;
}
.ai-start {
  align-items: flex-start;
}
.ai-stretch {
  align-items: stretch;
}
@media (min-width: 32rem) {
  .ai-center_sm {
    align-items: center;
  }
}
@media (min-width: 48rem) {
  .jc-end_m {
    justify-content: flex-end;
  }
  .ai-center_m {
    align-items: center;
  }
  .ai-end_m {
    align-items: flex-end;
  }
}
@media (max-width: 63.938rem) {
  .ai-center_max1023 {
    align-items: center;
  }
}
@media (min-width: 64rem) {
  .jc-center_l {
    justify-content: center;
  }
}
@media (min-width: 80rem) {
  .jc-center_lg {
    justify-content: center;
  }
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 32rem) {
  .flex-row_sm {
    flex-direction: row;
  }
}
@media (min-width: 48rem) {
  .flex-row_m {
    flex-direction: row;
  }
}
@media (min-width: 64rem) {
  .flex-column_l {
    flex-direction: column;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow-1 {
  flex-grow: 1;
}
.w-100.w-100 {
  width: 100%;
}
.w-max.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-32.w-32 {
  width: 2rem;
}
.w-40.w-40 {
  width: 2.5rem;
}
.w-50.w-50 {
  width: 3.125rem;
}
.w-70.w-70 {
  width: 4.375rem;
}
.w-152.w-152 {
  width: 9.5rem;
}
@media (min-width: 48rem) {
  .w-304_md.w-304_md {
    width: 19rem;
  }
}
@media (min-width: 64rem) {
  .w-268_l.w-268_l {
    width: 16.75rem;
  }
}
@media (min-width: 64rem) {
  .w-40_min1024.w-40_min1024 {
    width: 2.5rem;
  }
}
.h-100.h-100 {
  height: 100%;
}
.h-16.h-16 {
  height: 1rem;
}
.h-32.h-32 {
  height: 2rem;
}
.h-40.h-40 {
  height: 2.5rem;
}
.h-50.h-50 {
  height: 3.125rem;
}
.h-64.h-64 {
  height: 4rem;
}
.h-70.h-70 {
  height: 4.375rem;
}
@media (min-width: 48rem) {
  .h-32_md.h-32_md {
    height: 2rem;
  }
  .h-40_md.h-40_md {
    height: 2.5rem;
  }
  .h-86_md.h-86_md {
    height: 5.375rem;
  }
}
@media (max-width: 63.938rem) {
  .h-40_max1023.h-40_max1023 {
    height: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .h-28_l.h-28_l {
    height: 1.75rem;
  }
  .h-56_l.h-56_l {
    height: 3.5rem;
  }
}
.text-start {
  text-align: start;
}
.uppercase {
  text-transform: uppercase;
}
.grid-cols-2 {
  grid-column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-10 {
  grid-column-gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 48rem) {
  .grid-cols-2_m {
    grid-column-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .col-span-2_m {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-start-2_m {
    grid-column-start: 2;
  }
}
@media (min-width: 80rem) {
  .col-span-2_lg {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 83.75rem) {
  .col-span-2_xl {
    grid-column: span 2 / span 2;
  }
}
.gap-2 {
  gap: 0.125rem;
}
.gap-4 {
  gap: 0.25rem;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-12 {
  gap: 0.75rem;
}
.gap-16 {
  gap: 1rem;
}
.gap-24 {
  gap: 1.5rem;
}
.gap-32 {
  gap: 2rem;
}
@media (min-width: 48rem) {
  .gap-16_m {
    gap: 1rem;
  }
  .gap-24_m {
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .gap-0_l {
    gap: 0;
  }
}
@media (min-width: 80rem) {
  .gap-32_lg {
    gap: 2rem;
  }
}
:root {
  --newsletterbox-font-family: Prumo, georgia, serif;
  --newsletterbox-text-font-variation: "wght" 170;
  --newsletterbox-text-font-weight: 100;
  --newsletterbox-title-font-variation: "wght" 170;
  --newsletterbox-title-font-weight: 100;
  --newsletterbox-description-font-variation: "wght" 110, "opsz" 0;
  --newsletterbox-description-font-weight: 90;
  --newsletterbox-title-color: var(--blue-500);
  --newsletterbox-button-background-color: var(--blue-500);
  --newsletterbox-button-color: var(--light-neutral-50);
  --newsletterbox-button-radius: 0.25rem;
  --newsletterbox-button-font-family: Arial, roboto, serif;
  --newsletterbox-excusive-badge-font-family: Arial, roboto, serif;
  --newsletterbox-exclusive-badge-background-color: #010101;
  --newsletterbox-exlusive-badge-color: var(--light-neutral-50);
  --newsletterbox-exclusive-button-background-color: var(--blue-300);
  --newsletterbox-exclusive-button-color: var(--light-neutral-700);
}
.top-0 {
  top: 0;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
@media (min-width: 64rem) {
  .fixed_l {
    position: fixed;
  }
  .top-73_min1024 {
    top: 4.5625rem;
  }
}
.transition.transition-all {
  transition-property: all;
}
.transition.transition-duration-250 {
  transition-duration: 0.25s;
}
.transition-regular {
  transition: all 0.2s ease-in-out;
}
hr {
  border-bottom: thin solid var(--neutral-light-100);
}
hr.vertical {
  border-bottom: none;
  border-right: thin solid var(--neutral-light-100);
  min-height: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
@media (min-width: 64rem) {
  .float-l_l {
    float: left;
  }
}
.--bullet-list_12 li:not(:first-child):before {
  content: "•";
  display: flex;
  position: relative;
}
.--bullet-list_12 li:not(:first-child):before {
  color: #ccc;
  margin-inline: 0.75rem;
}
@media (max-width: 767.9px) {
  .--bullet-list_12 li:not(:first-child).bullet-sm-none:before {
    display: none;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
body:has(.disable-body-scroll) {
  overflow: hidden;
}
.contenidos-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.contenidos-scrollbar::-webkit-scrollbar-thumb {
  background: var(--blue-400);
  border-radius: 8px;
}
.contenidos-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: var(--blue-400);
}
.contenidos-scrollbar::-webkit-scrollbar-track {
  background: #f7f7f4;
  border-radius: 8px;
}
.contenidos-scrollbar::-webkit-scrollbar-track:active,
.contenidos-scrollbar::-webkit-scrollbar-track:hover {
  background: #e4e4e4;
}
.will-change-auto {
  will-change: auto;
}
@media (min-width: 48em) {
  body:not(:has(.liveblog-editorial))
    .dolar
    .--even
    li:nth-child(2n)
    .currency-data,
  body:not(:has(.liveblog-editorial))
    .dolar
    .--odd
    li:nth-child(2n + 3)
    .currency-data {
    border-left: none;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup {
    grid-template-columns: repeat(3, 1fr) calc(25% - 25px);
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li {
    align-self: center;
    border-bottom: none;
    border-left: none;
    border-right: 0.0625rem solid #e4e4e4;
    grid-auto-flow: row;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(2n + 3)
    .currency-data {
    border-left: none;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li:nth-child(4n) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li .dolar-title {
    border-top: 0.0625rem solid #e4e4e4;
    padding-top: 0.5rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(-n + 4) {
    padding-top: 0;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(-n + 4)
    .dolar-title {
    border-top: none;
    padding-top: 0;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--odd
    li:first-child {
    grid-column: auto;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup.--fewElem {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--fewElem
    li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:first-child {
    grid-row: span 2;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:nth-child(4n) {
    border-right: 0.0625rem solid #e4e4e4;
    margin-right: 1rem;
    padding-right: 1rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:nth-child(4),
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:nth-child(4n + 7) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:first-child
    .currency-data,
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusThree
    li:nth-child(-n + 3)
    .currency-data,
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusTwo
    li:nth-child(-n + 2)
    .currency-data {
    padding: 41px 0;
  }
}
@media (min-width: 64em) {
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li {
    padding-top: 1rem;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li .dolar-title {
    padding-top: 1rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusOne
    li:first-child
    .currency-data,
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusThree
    li:nth-child(-n + 3)
    .currency-data,
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup.--minusTwo
    li:nth-child(-n + 2)
    .currency-data {
    padding: 51px 0;
  }
}
.com-paragraph {
  font-family: Georgia, "serif";
  font-weight: 100;
  margin-bottom: 2rem;
}
.mod-opening {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 20em) {
  .hlp-none {
    display: none;
  }
}
@media (min-width: 64em) {
  .hlp-none.hlp-none {
    display: none;
  }
}
.hlp-none.hlp-none {
  display: none;
}
::selection {
  background-color: #0250c9;
  color: #fff;
}
.--s {
  font-size: 1.1875rem;
  line-height: 1.875rem;
}
.--twoxs {
  font-size: 1rem;
  line-height: 1.5rem;
}
.--fourxs {
  font-size: 0.875rem;
  line-height: 1rem;
}
.--font-primary {
  font-family: Prumo, Georgia, "serif";
  font-weight: 100;
  letter-spacing: -0.04rem;
}
.--font-primary.--sixxl {
  font-size: 1.75rem;
  line-height: 110%;
}
@media (min-width: 48em) {
  .--font-primary.--sixxl {
    font-size: 2.5rem;
  }
}
@media (min-width: 80em) {
  .--font-primary.--sixxl {
    font-size: 3rem;
  }
}
.--font-primary.--font-extra {
  font-variation-settings:
    "wght" 170,
    "opsz" 0;
}
.--font-primary.--font-extra.--sixxl {
  font-variation-settings:
    "wght" 170,
    "opsz" 50;
}
@media (max-width: 767px) {
  .--mobile-none.--mobile-none {
    display: none;
  }
}
@media (max-width: 1023px) {
  .--tablet-none {
    display: none;
  }
}
.nota.noticia .--apertura .com-title {
  margin-bottom: 1rem;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
b {
  font-weight: 600;
}
i {
  font-style: italic;
}
h2 {
  font-size: 2rem;
  font-family: Prumo, Georgia, "serif";
  font-weight: 600;
  margin-bottom: 20px;
}
.editorial-card-luxury {
  max-width: 650px;
  margin: 35px auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8ecef;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.editorial-ribbon {
  background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.editorial-content {
  padding: 24px 28px;
  color: #2c3e50;
  line-height: 1.7;
}
.editorial-lead {
  margin: 0 0 16px 0;
  color: #34495e;
}
.editorial-subheading {
  font-weight: 700;
  color: #1a252f;
  margin: 0 0 10px 0;
}
.editorial-list {
  margin: 0;
  padding-left: 20px;
}
.editorial-list li {
  color: #555555;
  margin-bottom: 8px;
  line-height: 1.5;
  list-style: circle;
}
.editorial-list li:last-child {
  margin-bottom: 0;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto;
  max-width: 850px;
  font-family: "Arial", sans-serif;
}
.testimonial-card {
  flex: 1 1 380px;
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.testimonial-user {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.user-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #00678a;
}
.user-info {
  display: flex;
  flex-direction: column;
}
.user-name {
  font-weight: 700;
  color: #111;
  font-size: 18px;
  line-height: 1.2;
}
.testimonial-text {
  font-size: 15.5px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin: 0;
  position: relative;
}
@media (max-width: 650px) {
  .testimonial-card {
    flex: 1 1 100%;
  }
  .user-photo {
    width: 50px;
    height: 50px;
  }
}
.steps-container {
  max-width: 800px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}
.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
}
.step-number2 {
  background: #00678a;
  color: #fff;
  font-weight: bold;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.step-content {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.step-content b {
  font-weight: 600;
}
@media (max-width: 480px) {
  .step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .step-number2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.editor-note {
  max-width: 800px;
  width: 100%;
  margin: 40px 0;
  padding: 25px;
  background-color: #fff5f5;
  border: 2px solid #cc0000;
  border-radius: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.editor-note__header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cc0000;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.editor-note__text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}
.final-instructions-block {
  max-width: 750px;
  margin: 40px auto;
  background: #f4f4f4;
  border-radius: 8px;
  font-family: "Arial", sans-serif;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.ins-content {
  padding: 30px 25px;
}
.steps-list {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.step-number {
  font-weight: 800;
  font-size: 18px;
  color: #00678a;
  margin-right: 12px;
  min-width: 25px;
}
.step-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.ins-footer {
  text-align: center;
}
.btn-final-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #c4170c;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 45px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  text-transform: uppercase;
}
.btn-final-cta:hover {
  background: #a3130a;
  box-shadow: 0 4px 15px rgba(196, 23, 12, 0.3);
}
@media (max-width: 500px) {
  .ins-content {
    padding: 20px 15px;
  }
  .btn-final-cta {
    font-size: 18px;
  }
}
.glbComentarios-loginRequired__header__title {
  font-size: 2rem;
}
.comment-form-container {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  margin-top: 20px;
}
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comment-form input,
.comment-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.comment-form textarea {
  min-height: 80px;
  resize: vertical;
}
.submit-comment {
  background: #00678a;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  align-self: flex-end;
  transition: background 0.2s;
}
.submit-comment:hover {
  background: #004b66;
}
.comment-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.comment-avatar {
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 18px;
}
.comment-header {
  margin-bottom: 5px;
}
.comment-author {
  font-weight: 700;
  color: #111;
  font-size: 15px;
  margin-right: 10px;
}
.comment-time {
  color: #888;
  font-size: 12px;
}
.comment-body {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.comment-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}
.like-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  padding: 0;
}
.comment-reply {
  color: #00678a;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .comment-item {
    gap: 10px;
  }
  .comment-avatar {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .comment-author {
    display: block;
    margin-bottom: 2px;
  }
}
