html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.--prumo {
  font-family: Prumo, georgia, serif;
}

.--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.33333%;
    max-width: 8.33333%;
  }
  .col-desksm-11 {
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }
}

@media (min-width: 80em) {
  .col-deskxl-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .offset-deskxl-1 {
    margin-left: 8.33333%;
  }
}

[class*="row-gap"] {
  display: grid;
  gap: 2rem 1rem;
}

@media (min-width: 83.75em) {
  [class*="row-gap"] {
    column-gap: 2.5rem;
  }
}

@media (min-width: 48em) {
  .row-gap-tablet-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.lay-sidebar {
  display: flex;
  flex-flow: 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;
  }
  .sidebar__aside {
    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
    );
    flex-shrink: 0;
    width: 18.75rem;
  }
}

@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;
}

#content {
  position: relative;
  padding-top: 1.5rem;
}

@media (min-width: 64em) {
  .--header-fixed-margin.--header-fixed-margin {
    margin-top: 3.5rem;
  }
}

.pv-highlight {
  color: rgb(26, 95, 168);
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.pv-highlight:hover {
  color: rgb(13, 61, 110);
}

.com-title {
  margin-bottom: 0.5rem;
}

.com-title .com-lead {
  color: rgb(39, 39, 39);
  font-variation-settings:
    "wght" 170,
    "opsz" 50;
}

.mod-headersection {
  margin-bottom: 1rem;
  width: 100%;
}

.mod-headersection .com-title.com-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0px;
  overflow: hidden;
}

@media (min-width: 64em) {
  .mod-headersection .com-title.com-title {
    -webkit-line-clamp: 1;
  }
}

.mod-headersection.--line {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 0.5rem;
}

.com-title {
  margin-bottom: 0.5rem;
}

.com-title .com-lead {
  color: rgb(39, 39, 39);
  font-variation-settings:
    "wght" 170,
    "opsz" 50;
}

.com-image {
  transition: 0.2s ease-in-out;
  width: 100%;
}

@media (min-width: 64em) {
  .com-image:hover,
  .mod-article:hover .com-image {
    filter: brightness(1.1);
  }
}

.placeholder .com-image {
  display: block;
  height: auto;
}

.mod-media {
  margin-bottom: 2rem;
  position: relative;
}

.placeholder {
  background: rgb(242, 242, 242);
  border-bottom: 1px solid rgb(204, 204, 204);
  border-top: 1px solid rgb(204, 204, 204);
  display: block;
  margin-bottom: 0.5rem;
  margin-left: -1rem;
  position: relative;
  width: calc(100% + 2rem);
}

.cuerpo__nota .placeholder,
.mod-opening .placeholder {
  margin-left: -1rem;
  width: calc(100% + 2rem);
}

@media (min-width: 48em) {
  .placeholder {
    border: 1px solid rgb(204, 204, 204);
  }
  .cuerpo__nota .placeholder,
  .mod-opening .placeholder,
  .placeholder {
    margin-left: 0px;
    width: 100%;
  }
}

.--horizontal .placeholder,
.mod-opening .placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.--horizontal .placeholder .com-image,
.mod-opening .placeholder .com-image {
  height: 100%;
  object-fit: cover;
  top: 0px;
}

.--horizontal .placeholder::before,
.mod-opening .placeholder::before {
  background-image: url("/img/e99dfe0ac9b6bdcd98872ed951987a76e8bac6e2.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.1875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.1875rem;
}

.mod-figure {
  position: relative;
}

.mod-figure {
  width: 100%;
}

.com-date {
  color: rgb(90, 90, 90);
  display: inline-flex;
  height: fit-content;
}

.mod-article {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.mod-article .com-title,
.mod-article .mod-media {
  margin-bottom: 0.5rem;
}

.mod-article .com-title {
  display: block;
}

.mod-article .mod-media .placeholder {
  align-items: center;
  aspect-ratio: 3 / 2;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  overflow: hidden;
}

.mod-article .mod-media .placeholder .com-image {
  display: block;
  height: 100%;
  margin: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 100%;
}

.mod-article .mod-media .placeholder::before {
  background-image: url("/img/e99dfe0ac9b6bdcd98872ed951987a76e8bac6e2.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.1875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.1875rem;
}

.mod-article .mod-description {
  position: relative;
  width: 100%;
  z-index: 1;
}

.mod-article .mod-description .com-link.com-link:not(.--tags) {
  color: rgb(39, 39, 39);
}

.mod-article:hover .mod-description .com-link.com-link {
  opacity: 0.8;
}

.box-articles {
  margin-bottom: 4rem;
}

.com-hour {
  color: rgb(90, 90, 90);
  display: inline-flex;
  height: fit-content;
}

.com-hour::before {
  content: "•";
  display: block;
  height: fit-content;
  margin: 0px 0.3125rem;
}

.mod-date-hour .com-hour::before {
  display: none;
}

.com-breadcrumb {
  align-items: center;
  color: rgb(39, 39, 39);
  display: flex;
  flex-flow: wrap;
  margin-bottom: 1.5rem;
  position: relative;
}

.com-breadcrumb .com-link {
  margin-bottom: 0.5rem;
  position: relative;
}

.com-breadcrumb .com-link::first-letter {
  text-transform: uppercase;
}

.com-breadcrumb .com-link .--bullet {
  color: rgb(204, 204, 204);
  margin: 0px 0.5rem;
}

.com-breadcrumb .com-link:first-child .--bullet {
  display: none;
}

.com-link {
  color: rgb(2, 80, 201);
}

.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: var(--ln-navbar-offset, 0px);
  left: 0px;
  right: 0px;
  padding: var(--size-xs) var(--size-sm)
    calc(var(--size-2xs) + env(safe-area-inset-bottom));
  position: fixed;
  width: 100%;
  z-index: 15000;
  box-sizing: border-box;
  transform: none;
  will-change: auto;
}

.ln-navbar ul {
  display: flex;
  justify-content: space-between;
  margin: 0px 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;
}

@media (min-width: 80rem) {
  .ln-navbar {
    display: none;
  }
}

.link {
  color: rgb(2, 80, 201);
  cursor: pointer;
}

.link.--unstyled {
  color: inherit;
}

@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: 0px;
  width: 100vw;
}

.wrapper-dropdown .overlay {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 100;
}

.wrapper-dropdown .ln-dropdown {
  background: rgb(242, 242, 242);
  left: -25rem;
  overflow-y: scroll;
  padding-bottom: 11.25rem;
  position: absolute;
  transition: 0.2s ease-in-out;
  width: 100vw;
  z-index: 100;
}

.wrapper-dropdown .ln-dropdown > header {
  align-items: center;
  background: rgb(255, 255, 255);
  border-bottom: 0.0625rem solid rgb(228, 228, 228);
  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 rgb(228, 228, 228);
  margin-top: 0.5rem;
}

.wrapper-dropdown .ln-dropdown > nav ul:not(.--first-section) {
  background: rgb(255, 255, 255);
  width: 100%;
}

.wrapper-dropdown .ln-dropdown > nav ul li {
  border-bottom: 0.0625rem solid rgb(228, 228, 228);
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  position: relative;
}

.wrapper-dropdown .ln-dropdown > nav ul li a {
  align-items: center;
  color: rgb(0, 0, 0);
  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: rgb(242, 242, 242);
}

.wrapper-dropdown .ln-dropdown > nav ul li:hover > a .menu-item-title {
  color: rgb(2, 80, 201);
  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 rgb(228, 228, 228);
}

.wrapper-dropdown .ln-dropdown > nav ul li.--more .button {
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  margin: 0px;
  padding: 0px;
  width: 3.125rem;
}

.wrapper-dropdown .ln-dropdown > nav ul li.--more .button i {
  color: rgb(0, 0, 0);
}

.wrapper-dropdown .ln-dropdown > nav ul li.--more ul {
  border-top: 0.0625rem solid rgb(228, 228, 228);
  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: rgb(90, 90, 90);
}

@media (min-width: 64rem) {
  .wrapper-dropdown {
    overflow: hidden;
  }
  .wrapper-dropdown .ln-dropdown {
    background: rgb(255, 255, 255);
    height: 100vh;
    overflow-y: initial;
    width: 17.5rem;
  }
  .wrapper-dropdown .ln-dropdown > header {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
  }
  .wrapper-dropdown .ln-dropdown > nav ul {
    margin-top: 0px;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li {
    border-bottom: 0px;
  }
  .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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more.--inactive:hover ul {
    display: block;
  }
  .wrapper-dropdown .ln-dropdown > nav ul li.--more ul {
    background: rgb(255, 255, 255);
    border-radius: 0.25rem;
    box-shadow: rgb(189, 189, 189) -0.0625rem 0.125rem 0.3125rem 0px;
    left: 99%;
    padding: 1rem;
    position: absolute;
    top: 0px;
    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: rgb(255, 255, 255);
    box-shadow: rgba(189, 189, 189, 0.4) 0.125rem 0.125rem 0.125rem 0.0625rem;
    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(-660px + 100vh);
    overflow-y: scroll;
  }
}

@media (min-width: 1280px) and (max-height: 850px) {
  .wrapper-dropdown .ln-dropdown > nav ul.--tertiary {
    height: calc(-610px + 100vh);
    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.--icon-32 {
  height: 2rem;
  width: 2rem;
}

.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  height: max-content;
  justify-content: center;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;
}

.button,
.button > .icon > svg > path {
  transition: 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, 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%;
}

a,
article,
b,
blockquote,
body,
div,
figcaption,
figure,
footer,
h1,
h2,
h3,
header,
html,
i,
img,
li,
nav,
ol,
p,
section,
span,
strong,
time,
ul {
  border: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

article,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: none;
}

* {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

button {
  background: unset;
  cursor: pointer;
}

a,
button,
input:focus {
  outline: none;
}

body {
  color: rgb(51, 51, 51);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  a:hover {
    cursor: pointer;
    transition: 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;
  --red-700: #b40d15;
  --yellow-subscribe: #ffff24;
  --yellow-secondary: #f2f20d;
  --neutral-700: #4c4c4c;
  --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;
  --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: 0px auto;
  max-width: 85.375rem;
  padding: 0 var(--gap-v);
  width: 100%;
}

@media (max-width: 1279px) {
  .footer-container {
    margin-bottom: 4.6875rem;
  }
}

@media (min-width: 64rem) {
}

.common-main-header .ln-button .icon {
  transition: none;
}

.ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.ratio-21-9 {
  aspect-ratio: 21 / 9;
}

.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);
}

.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);
}

.text-neutral-light-900 {
  color: var(--neutral-light-900);
}

.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-light-200 {
  background: var(--light-neutral-200);
}

.bg-light-400 {
  background: var(--light-neutral-400);
}

.bg-neutral-light-50 {
  background: var(--neutral-light-50);
}

.bg-transparent {
  background: transparent;
}

.bg-blue-500 {
  background: var(--blue-500);
}

.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%;
}

.text-16 {
  font-size: 1rem;
  line-height: 150%;
}

.--font-bold:not(.--font-primary),
.font-bold:not(.--font-primary),
strong:not(.--font-primary) {
  font-weight: 700;
}

.--prumo {
  font-family: Prumo, georgia, serif;
  font-weight: 100;
}

.--prumo.--font-medium {
  font-variation-settings:
    "wght" 110,
    "opsz" 50;
}

.--prumo.--font-l {
  line-height: var(--line-130);
}

.--font-l {
  font-size: 1.375rem;
  letter-spacing: 0px !important;
}

.--font-ranking {
  font-size: 1.75rem;
  line-height: var(--line-110);
}

.marker-24 ::marker {
  font-size: 1.5rem;
}

.tracking-none {
  letter-spacing: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mt-32 {
  margin-top: 2rem;
}

.ml-7 {
  margin-left: 0.4375rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mx-16 {
  margin-inline: 1rem;
}

.my-3 {
  margin-block: 0.1875rem;
}

.my-16 {
  margin-block: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 0.25rem;
}

.p-8 {
  padding: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.px-8 {
  padding-inline: 0.5rem;
}

.px-12 {
  padding-inline: 0.75rem;
}

.px-16 {
  padding-inline: 1rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.py-4 {
  padding-block: 0.25rem;
}

.py-8 {
  padding-block: 0.5rem;
}

.py-12 {
  padding-block: 0.75rem;
}

.py-16 {
  padding-block: 1rem;
}

.py-32 {
  padding-block: 2rem;
}

@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;
  }
}

@media (min-width: 64rem) {
  .mb-0_l {
    margin-bottom: 0px;
  }
  .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: 0px;
}

.mb-0.mb-0 {
  margin-bottom: 0px;
}

.flex.flex {
  display: flex;
}

.grid.grid {
  display: grid;
}

.inline-flex.inline-flex {
  display: inline-flex;
}

.inline-block.inline-block {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .sm-none {
    display: none !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;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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;
}

.as-start {
  align-self: flex-start;
}

@media (min-width: 32rem) {
  .ai-center_sm {
    align-items: center;
  }
}

@media (min-width: 48rem) {
  .jc-between_m {
    justify-content: space-between;
  }
  .jc-start_m {
    justify-content: flex-start;
  }
  .ai-center_m {
    align-items: center;
  }
}

@media (max-width: 63.938rem) {
  .ai-center_max1023 {
    align-items: center;
  }
}

@media (min-width: 64rem) {
  .jc-center_l {
    justify-content: center;
  }
  .jc-between_l {
    justify-content: space-between;
  }
}

@media (min-width: 80rem) {
  .jc-center_lg {
    justify-content: center;
  }
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 32rem) {
  .flex-row_sm {
    flex-direction: row;
  }
}

@media (min-width: 48rem) {
  .flex-column_m {
    flex-direction: column;
  }
  .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;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.w-100.w-100 {
  width: 100%;
}

.w-max.w-max {
  width: max-content;
}

.w-4.w-4 {
  width: 0.25rem;
}

.w-32.w-32 {
  width: 2rem;
}

.w-40.w-40 {
  width: 2.5rem;
}

.w-70.w-70 {
  width: 4.375rem;
}

.w-120.w-120 {
  width: 7.5rem;
}

.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;
  }
}

@media (min-width: 48rem) {
  .max-w-100px_m.max-w-100px_m {
    max-width: 6.25rem;
  }
}

@media (min-width: 64rem) {
  .max-w-152_l.max-w-152_l {
    max-width: 9.5rem;
  }
}

.min-w-120.min-w-120 {
  min-width: 7.5rem;
}

.h-100.h-100 {
  height: 100%;
}

.h-4.h-4 {
  height: 0.25rem;
}

.h-16.h-16 {
  height: 1rem;
}

.h-32.h-32 {
  height: 2rem;
}

.h-40.h-40 {
  height: 2.5rem;
}

.h-56.h-56 {
  height: 3.5rem;
}

.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-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-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

@media (min-width: 48rem) {
  .text-initial_m {
    text-align: initial;
  }
}

.uppercase {
  text-transform: uppercase;
}

.grid-cols-2 {
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-8 {
  column-gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

@media (min-width: 48rem) {
  .grid-cols-2_m {
    column-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-12_m {
    column-gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .col-span-2_m {
    grid-column: span 2 / span 2;
  }
  .col-span-4_m {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 80rem) {
  .grid-cols-12_lg {
    column-gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
  }
  .col-span-2_lg {
    grid-column: span 2 / span 2;
  }
  .col-span-4_lg {
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 83.75rem) {
  .grid-cols-16_xl {
    column-gap: 2rem;
    grid-template-columns: repeat(16, 1fr);
  }
  .col-span-2_xl {
    grid-column: span 2 / span 2;
  }
  .col-span-3_xl {
    grid-column: span 3 / span 3;
  }
  .col-span-5_xl {
    grid-column: span 5 / span 5;
  }
}

.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;
  }
  .row-gap-12_m {
    row-gap: 0.75rem;
  }
  .column-gap-24_m {
    column-gap: 1.5rem;
  }
}

@media (min-width: 64rem) {
  .gap-0_l {
    gap: 0px;
  }
  .column-gap-12_l {
    column-gap: 0.75rem;
  }
}

@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: 0px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

@media (min-width: 64rem) {
  .fixed_l {
    position: fixed;
  }
  .top-73_min1024 {
    top: 4.5625rem;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.transition.transition-all {
  transition-property: all;
}

.transition.transition-duration-250 {
  transition-duration: 0.25s;
}

.transition-regular {
  transition: 0.2s ease-in-out;
}

:root {
  --notification-drawer-z-index: 15000;
  --notification-drawer-scrollbar-radius: 0.5rem;
  --notification-drawer-scrollbar-color: #0250c9;
  --notification-drawer-tooltip-background: #0250c9;
  --notification-drawer-tooltip-border-radius: 0.25rem;
  --notification-drawer-tooltip-z-index: 1000;
  --notification-card-border-radius: 0.25rem;
  --notification-header-font-family: Prumo, georgia, serif;
  --notification-header-line-height: 110%;
  --notification-header-font-weight: 100;
  --notification-header-font-variation: "wght" 150;
  --notification-card-title-font-size: 1rem;
  --notification-card-title-line-height: 150%;
  --notification-card-title-font-weight: 700;
  --notification-card-description-line-height: 130%;
  --notification-card-description-font-weight: 400;
  --notification-card-button-padding: 0.5rem 0.75rem;
  --notification-card-button-border-radius: 0.25rem;
  --notification-card-button-font-size: 0.75rem;
  --notification-card-button-line-height: 130%;
  --notification-card-button-font-weight: 700;
  --notification-card-time-font-size: 0.75rem;
  --notification-card-time-line-height: 130%;
  --notification-card-time-font-weight: 400;
  --notification-card-img-border-color: #ccc;
  --notification-drawer-empty-state-title-font-family: Prumo, georgia, serif;
  --notification-drawer-empty-state-title-line-height: 110%;
  --notification-drawer-empty-state-title-font-weight: 100;
  --notification-drawer-empty-state-title-font-variation: "wght" 150;
  --notification-drawer-empty-state-title-letter-spacing: -0.04rem;
  --notification-drawer-empty-state-description-font-size: 1rem;
  --notification-drawer-empty-state-description-line-height: 140%;
  --notification-drawer-empty-state-description-font-weight: 400;
  --notification-drawer-empty-state-description-letter-spacing: -0.02rem;
  --notification-drawer-empty-state-illustration-width: 7.9375rem;
  --notification-drawer-empty-state-illustration-height: 9.4375rem;
  --notification-drawer-error-state-title-font-family: Prumo, georgia, serif;
  --notification-drawer-error-state-title-line-height: 110%;
  --notification-drawer-error-state-title-font-weight: 100;
  --notification-drawer-error-state-title-font-variation: "wght" 150;
  --notification-drawer-error-state-title-letter-spacing: -0.04rem;
  --notification-drawer-error-state-description-font-size: 1rem;
  --notification-drawer-error-state-description-line-height: 140%;
  --notification-drawer-error-state-description-font-weight: 400;
  --notification-drawer-error-state-description-letter-spacing: -0.02rem;
  --notification-drawer-error-state-illustration-width: 7.9375rem;
  --notification-drawer-error-state-illustration-height: 9.4375rem;
  --notification-drawer-error-state-button-line-height: 130%;
  --notification-drawer-error-state-button-font-weight: 700;
  --notification-drawer-error-state-button-padding: 0.75rem 1rem;
  --notification-drawer-error-state-button-border-radius: 0.25rem;
  --notification-drawer-error-state-button-bg-color: #0250c9;
  --notification-drawer-login-incentive-title-font-family:
    Prumo, georgia, serif;
  --notification-drawer-login-incentive-title-font-size: 1.5rem;
  --notification-drawer-login-incentive-title-line-height: 110%;
  --notification-drawer-login-incentive-title-font-weight: 100;
  --notification-drawer-login-incentive-title-letter-spacing: -0.04rem;
  --notification-drawer-login-incentive-title-font-variation: "wght" 150;
  --notification-drawer-login-incentive-description-line-height: 140%;
  --notification-drawer-login-incentive-description-font-weight: 400;
  --notification-drawer-login-incentive-description-letter-spacing: -0.02rem;
  --notification-drawer-login-incentive-button-line-height: 130%;
  --notification-drawer-login-incentive-button-font-weight: 700;
  --notification-drawer-login-incentive-button-padding: 0.75rem 1rem;
  --notification-drawer-login-incentive-button-border-radius: 0.25rem;
  --notification-drawer-login-incentive-button-bg-color: #0250c9;
  --notification-drawer-spinner-primary-color: #006998;
  --notification-drawer-spinner-secondary-color: #e6e6e6;
  --notification-drawer-spinner-logo-width: 2.125rem;
  --notification-drawer-spinner-logo-height: 1rem;
  --notification-drawer-spinner-logo: url("/img/892daff82b2639bb33674ed0d8ac42a8f229a0de.svg");
  --notification-drawer-empty-state-illustration: url("/img/48bcc7175565459aec91164cd31657edbf8dd255.svg");
  --notification-drawer-error-state-illustration: url("/img/1e7061f24a02abdd0767151a8a64b8f4c378ca52.svg");
}

.pointer-events-none.pointer-events-none {
  pointer-events: none;
}

hr {
  border-bottom: thin solid var(--neutral-light-100);
}

hr.vertical {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  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: rgb(204, 204, 204);
  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;
}

.ln-placeholder {
  background-image: url("/img/ln-placeholder.svg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: min(4.1875rem, 100%);
}

.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: rgb(247, 247, 244);
  border-radius: 8px;
}

.contenidos-scrollbar::-webkit-scrollbar-track:active,
.contenidos-scrollbar::-webkit-scrollbar-track:hover {
  background: rgb(228, 228, 228);
}

.will-change-auto {
  will-change: auto;
}

.content-visibility-auto {
  content-visibility: 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-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  }
  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-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    border-right: 0.0625rem solid rgb(228, 228, 228);
    grid-auto-flow: row;
    margin-bottom: 0px;
    margin-right: 1rem;
    padding-bottom: 0px;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(2n + 3)
    .currency-data {
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li:nth-child(4n) {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    margin-right: 0px;
    padding-right: 0px;
  }
  body:not(:has(.liveblog-editorial)) .dolar .dolar-subgroup li .dolar-title {
    border-top: 0.0625rem solid rgb(228, 228, 228);
    padding-top: 0.5rem;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(-n + 4) {
    padding-top: 0px;
  }
  body:not(:has(.liveblog-editorial))
    .dolar
    .dolar-subgroup
    li:nth-child(-n + 4)
    .dolar-title {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    padding-top: 0px;
  }
  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-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    margin-right: 0px;
    padding-right: 0px;
  }
  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 rgb(228, 228, 228);
    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-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    margin-right: 0px;
    padding-right: 0px;
  }
  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 0px;
  }
}

@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 0px;
  }
}

.com-paragraph {
  font-family: Georgia, "serif";
  font-weight: 100;
  margin-bottom: 2rem;
}

.mod-figcaption {
  border-bottom: 1px solid rgb(228, 228, 228);
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: -1rem;
  min-height: 2.0625rem;
  padding: 0px 1rem 0.5rem;
  position: relative;
  width: calc(100% + 2rem);
}

@media (min-width: 64em) {
  .mod-figcaption {
    margin-left: 0px;
    padding: 0px 0px 0.5rem;
    width: 100%;
  }
}

.mod-figcaption .--caption {
  display: flex;
  overflow-wrap: anywhere;
}

.mod-figcaption .--caption {
  line-height: 1.5rem;
}

.com-lead {
  color: rgb(2, 80, 201);
  display: inline;
  font-style: normal;
}

.com-lead::first-letter {
  text-transform: uppercase;
}

.mod-opening {
  margin-bottom: 2rem;
  position: relative;
}

@media (max-width: 68.75em) {
  .hlp-tabletlm-none {
    display: none;
  }
}

::selection {
  background-color: rgb(2, 80, 201);
  color: rgb(255, 255, 255);
}

.--xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.--l {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 48em) {
  .--l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.--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.--l {
  font-size: 1.25rem;
  line-height: 130%;
}

.--font-primary.--xl {
  font-size: 1.5rem;
  line-height: 116%;
}

.--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-black {
  font-variation-settings:
    "wght" 190,
    "opsz" 0;
  font-weight: 100;
}

.--font-primary.--font-black.--xl {
  font-variation-settings:
    "wght" 190,
    "opsz" 50;
}

.--font-primary.--font-extra {
  font-variation-settings:
    "wght" 170,
    "opsz" 0;
}

.--font-primary.--font-extra.--sixxl {
  font-variation-settings:
    "wght" 170,
    "opsz" 50;
}

.--font-primary.--font-medium {
  font-variation-settings:
    "wght" 110,
    "opsz" 0;
}

@media (min-width: 48em) {
  .--capital::first-letter {
    float: left;
    font-family: Prumo, Georgia, "serif";
    font-size: 4rem;
    font-weight: 700;
    margin: 1.25rem 0.75rem 0px 0px;
    text-transform: uppercase;
  }
}

.nota.noticia .--apertura .com-title {
  margin-bottom: 1rem;
}
