@font-face {
  font-family: 'Fira Sans';
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/firasans-semibold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/inter-regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/inter-extrabold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/inter-semibold.woff2) format('woff2');
  font-display: swap;
}

* {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body,
h1,
h2,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
body {
  position: relative;
  font-family: 'Inter', sans-serif;
  line-height: 1.25;
  color: #000;
  background: #fff;
}
b,
strong {
  font-weight: 700;
}

h1,
h2,
#emblem {
  font-family: 'Fira Sans', sans-serif;
}
h1,
h2,
#emblem {
  font-weight: 700;
}

body {
  font-family: 'Inter', sans-serif;
  color: #263238;
  background: #fff;
  overflow-anchor: none;
}
a,
a:hover {
  color: #102447;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
:target {
  /* kvuli kotvam a fixovanemu menu */
  margin-top: -4em;
  padding-top: 4em;
}

html {
  overflow-y: scroll;
}
#ma1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.m-bg-1 {
  padding: 10px 0;
}
.m-bg-3 {
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
}
.m-bg-4 {
  position: relative;
  z-index: 2;
  width: 1000px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0.1px 0 1px;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .m-bg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portal {
  position: relative;
  z-index: 99;
  width: 1030px;
  margin: 0 -15px 20px;
  text-align: left;
}
.portal-g1 {
  position: relative;
  z-index: 2;
  background: #fff;
  transition:
    box-shadow 0.4s,
    background 0.2s;
}
.portal-g1:after {
  content: '';
  display: block;
  clear: both;
}
#emblem {
  float: left;
  margin: 0 0 0 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  color: inherit;
}
#emblem:after {
  content: '';
  display: block;
  clear: both;
}
.portal #emblem a {
  color: inherit;
  text-decoration: none;
}

#footer .content {
  width: 964px;
  margin: 2.5rem auto 1.5rem;
  font-size: 1rem;
}
#footer .f-idn {
  display: block;
  width: 10rem;
  height: 2rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  text-indent: -99em;
  background: url('../img/idnes.svg') no-repeat 50% 50% / contain;
}
#footer .f-top {
  float: right;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #e41f1f url('../img/arrow-up.svg') no-repeat 50% 50% / 50% 50%;
}
#footer #copyright {
  padding-bottom: 20px;
  margin: 0 3.5rem;
  font-weight: 400;
  font-size: 81.25%;
  line-height: 1.231;
  text-align: center;
}

.content {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

@media print {
  body,
  #portal #emblem,
  .m-bg-1,
  .m-bg-2,
  .m-bg-3,
  .m-bg-4,
  .content,
  #content {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .content {
    margin: 0 !important;
  }

  a {
    color: #009 !important;
  }
}

@media print {
  .portal,
  .content,
  #content {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }

  .portal-g1 {
    width: auto;
    color: initial !important;
    background: none !important;
    text-shadow: none;
  }

  .portal ul {
    display: none !important;
  }

  .content {
    margin: 0 !important;
  }

  a {
    color: #009 !important;
  }
}

h1 {
  font-size: 225%;
  padding-top: 20px;
}

h2 {
  margin-bottom: 20px;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  text-align: center;
}

/*=========STEPS==============*/

/*=========REG=============*/

.reg ol {
  counter-reset: myCounter;
}

.reg {
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  margin-top: 1rem;
  padding: 20px;
}

.reg li {
  list-style: none;
  line-height: 1.3rem;
  margin: 0 0 5px 0;
}

.reg li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 2px #d01818 solid;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #d01818;
  font-weight: 700;
  margin: auto 0.5rem auto 0;
  line-height: 25px;
}

.reg span {
  margin: auto 0;
}

.reg {
  padding: var(--common-padding);
  font-family: var(--OpenSans-medium);
}

.reg__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__list {
  max-width: 100%;
  margin-bottom: 0 !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;

  counter-reset: item-counter;
}

.reg__item {
  font-size: 17px;
  margin-bottom: 0.5rem;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  font-weight: normal;
  background-color: #ececec;
  padding: 8px;
  border-left: 2px solid #d01818;
  border-right: 2px solid #d01818;
  border-radius: 6px;
  width: 100%;
  display: flex;
}

#ma1n {
  width: 100%;
}

.m-bg-4 {
  width: 100%;
  max-width: 1000px;
}

.portal {
  width: calc(100% + 30px);
  margin: 0;
  margin-left: -15px;
  margin-bottom: 20px;
}

#footer .f-idn {
  background: url('../img/idnes.svg') no-repeat 50% 50% / contain;
  width: 100%;
}

#footer .content {
  position: relative;
  width: 100%;
  max-width: 964px;
}

#footer .f-top {
  float: none;
  position: absolute;
  top: 0;
  right: 50px;
}

.reg {
  padding-left: 1rem;
}

@media (max-width: 1060px) {
  .m-bg-4 {
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .portal {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  #footer .f-top {
    width: 2rem;
    height: 2rem;
    top: -35px;
    right: 25px;
  }
}

/*===*/
.portal {
  border-top: 0.25rem solid #e41f1f;
}

.header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.header-new__under {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #102447;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.8em;
}

.header-new__under span svg {
  width: 8px;
}

.header-icons {
  display: flex;
  gap: 1.5em;
  margin-left: auto;
  padding-right: 15px;
  filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -webkit-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -moz-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -o-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -ms-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
}

.header-nav {
  border-top: 1px solid #cfdcf1;
  border-bottom: 1px solid #cfdcf1;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}

.header-nav li {
  padding: 0 0.5em;
  color: #19386d;
  font-weight: 700;
}

.text-icons {
  font-size: 0.5em;
  text-align: center;
  margin-left: -2px;
  color: #000;
}

.btn-premium {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
}

.btn-premium p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #526b99;
}

.btn-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  color: #263238 !important;
  background: #e8b332 !important;
  box-shadow: 0 2px 5px #b0bec5;
}

.logo-header {
  width: 170px;
}

.logo {
  margin-inline: auto;
}

@media (max-width: 991px) {
  .logo-header {
    width: 130px;
  }

  .btn-premium {
    display: none;
  }

  .header-nav {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
  }

  .header-nav::-webkit-scrollbar {
    display: none;
  }

  .header-nav li {
    font-size: 14px;
  }

  .desk {
    display: none;
  }

  .header-icons {
    margin-left: 0;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
  }

  .m-bg-1 {
    padding: 0;
  }
}

@media (min-width: 991px) {
  .mob {
    display: none;
  }
}

.reg {
  padding-left: 0 !important;
}
.dsc-00:has(+ .dsc-00) .limb:after {
  border: 0 solid var(--paint) !important;
  border-width: 0 0 0 1px !important;
}

* {
  box-sizing: border-box;
}
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
}

:root {
  --ue-c-comments-button-background-color: #000;
  --ue-c-comments-button-hover-background-color: #333;
  --ue-c-comments-number-color: #000;
  --ue-c-comments-avatar-fill: #000;
  --ue-c-comments-date-time-color: #000;
  --ue-c-article-comments-title-color: #000;
  --ue-c-article-focus-color: #00a9e0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
.ue-c-article__media-img-container {
  overflow: hidden;
}
.ue-l-article--basic.elmundo-theme-v10 {
  background-color: #fff;
  --cover-content-column-count: 6;
  --cover-content-cols-width: 2;
  --cover-content-y-gap: 1rem;
  --cover-content-x-gap: 0.5rem;
  --cover-content-gap: 2rem;
  --cover-content-boxed-space: 1rem;
  --cover-content-boxed-height: 100%;
}
.ue-l-article--basic.elmundo-theme-v10,
.ue-l-article--basic.elmundo-theme-v10 :before {
  --ue-c-section-title-font-weight: 700;
  --ue-c-section-title-font-size: 1rem;
  --ue-c-section-title-line-height: 1rem;
  --ue-c-section-title-letter-spacing: 0;
  --ue-c-section-title-text-transform: uppercase;
  --ue-c-section-title-before: Noticias de;
  --ue-c-section-title-eng: News;
  --ue-c-section-title-padding: 0.625rem 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10,
  .ue-l-article--basic.elmundo-theme-v10 :before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}
@supports (
  (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
) {
}
@supports (scroll-snap-align: end) {
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article ::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article ::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article * strong::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article * a::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__header {
  margin-bottom: 1rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__paragraph {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__paragraph a {
  color: #2e6d9d;
  text-decoration: none;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__paragraph a:hover {
  color: #004570;
  text-decoration: underline;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__publishdate span {
  font-weight: 700;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item--toolbox-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cecece;
  padding: 5.33333px;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item--toolbox-toggle
  svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: transparent;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item--toolbox-toggle:active,
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item--toolbox-toggle:hover {
  background: #f6f6f6;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__share-tools-item--toolbox-toggle:focus {
  background: #f6f6f6;
  box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
  outline: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__button {
  border: 1px solid #cecece;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  border-radius: 1.5625rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  height: 32px;
  padding: 0 0.75rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__button:hover {
  background-color: #333;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: 0;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__button
  .ue-c-article__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  fill: #fff;
  width: 30px;
  height: 23px;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__button
  .ue-c-article__button-icon
  svg {
  width: 100%;
  height: 100%;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__button--theme-comments {
  color: #000;
  background-color: #fff;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__button--theme-comments:hover {
  background-color: #f6f6f6;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__button--theme-comments
  .ue-c-article__button-icon {
  fill: #fff;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-c-article__button--theme-comments
  .ue-c-article__button-text {
  color: #000;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__card-body ul li::marker {
  content: '. ';
  font-size: 2em;
  line-height: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__bar-body {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  flex-grow: 1;
  align-items: stretch;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__bar-footer {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 0;
  flex-wrap: wrap;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  flex-direction: column;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__author-name {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 700;
  color: #000;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .ue-c-article__author--horizontal-from-tablet {
    flex-direction: row;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .tablet\:ue-c-article__listing--grid-cols2
    > :after {
    left: calc(100% + 16px);
    width: 1px;
    height: 100%;
    bottom: 100%;
    position: relative;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .desktop\:ue-c-article__listing--grid-row
    > :after {
    bottom: -16px;
    width: 100%;
    height: 1px;
    position: relative;
    left: 0;
  }
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__media {
  margin: 0;
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__media--image img {
  width: 100%;
  height: auto;
  display: block;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__media-img-container {
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__media-caption {
  margin-top: 0.3125rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__media-description {
  box-sizing: border-box;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.00438rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__headline {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: var(--ue-c-article__headline-font-size, 2rem);
  line-height: var(--ue-c-article__headline-line-height, 2.1875rem);
  letter-spacing: var(--ue-c-article__headline-letter-spacing, 0);
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.0625rem;
    --ue-c-article__headline-line-height: 2.25rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.75rem;
    --ue-c-article__headline-line-height: 2.875rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}
.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__kicker {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__main-column {
    padding-left: 0;
    padding-right: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__main-column {
    padding-left: 11.5625rem;
    padding-right: 23.0625rem;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article--columns-flex-parent {
    display: flex;
  }
  .ue-l-article--basic.elmundo-theme-v10
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    padding-right: 0;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 19.375rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 23.0625rem);
  }
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__body
  .ue-c-article__bar:not(:last-child),
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__body
  .ue-c-article__media:not(:last-child),
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__body
  .ue-c-article__paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__body
  > .ue-c-article__bar:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .ue-l-article__body
    > .ue-c-article__bar:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background-color: #fff;
  background-color: var(--ue-l-article__inner-back-color, #fff);
  padding: 0.5rem;
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
    max-width: 77rem;
  }
}
@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ue-l-article--basic.elmundo-theme-v10 .ue-l-article__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ue-l-article--basic.elmundo-theme-v10 .ue-l-article__header-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__header-content
  > .ue-c-article__headline:not(:last-child),
.ue-l-article--basic.elmundo-theme-v10
  .ue-l-article__header-content
  > .ue-c-article__kicker-group:not(:last-child) {
  margin-bottom: 1rem;
}
@supports (--custom: property) {
}
:root {
  --ue-c-comments-button-background-color: #000;
  --ue-c-comments-button-hover-background-color: #333;
  --ue-c-comments-number-color: #000;
  --ue-c-comments-avatar-fill: #000;
  --ue-c-comments-date-time-color: #000;
  --ue-c-article-comments-title-color: #000;
  --ue-c-article-focus-color: #00a9e0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
.ue-c-article__media-img-container {
  overflow: hidden;
}
.elmundo-theme-v10.ue-l-article--basic {
  background-color: #fff;
  --cover-content-column-count: 6;
  --cover-content-cols-width: 2;
  --cover-content-y-gap: 1rem;
  --cover-content-x-gap: 0.5rem;
  --cover-content-gap: 2rem;
  --cover-content-boxed-space: 1rem;
  --cover-content-boxed-height: 100%;
}
.elmundo-theme-v10.ue-l-article--basic,
.elmundo-theme-v10.ue-l-article--basic :before {
  --ue-c-section-title-font-weight: 700;
  --ue-c-section-title-font-size: 1rem;
  --ue-c-section-title-line-height: 1rem;
  --ue-c-section-title-letter-spacing: 0;
  --ue-c-section-title-text-transform: uppercase;
  --ue-c-section-title-before: Noticias de;
  --ue-c-section-title-eng: News;
  --ue-c-section-title-padding: 0.625rem 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic,
  .elmundo-theme-v10.ue-l-article--basic :before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}
@supports (
  (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
) {
}
@supports (scroll-snap-align: end) {
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article ::selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article * strong::selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article * a::selection {
  background: #ff0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__header {
  margin-bottom: 1rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__paragraph {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__paragraph a {
  color: #2e6d9d;
  text-decoration: none;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__paragraph a:hover {
  color: #004570;
  text-decoration: underline;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__publishdate span {
  font-weight: 700;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cecece;
  padding: 5.33333px;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle
  svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: transparent;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:active,
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:hover {
  background: #f6f6f6;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:focus {
  background: #f6f6f6;
  box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
  outline: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__button {
  border: 1px solid #cecece;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  border-radius: 1.5625rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  height: 32px;
  padding: 0 0.75rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__button:hover {
  background-color: #333;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: 0;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__button
  .ue-c-article__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  fill: #fff;
  width: 30px;
  height: 23px;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__button
  .ue-c-article__button-icon
  svg {
  width: 100%;
  height: 100%;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__button--theme-comments {
  color: #000;
  background-color: #fff;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__button--theme-comments:hover {
  background-color: #f6f6f6;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__button--theme-comments
  .ue-c-article__button-icon {
  fill: #fff;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-c-article__button--theme-comments
  .ue-c-article__button-text {
  color: #000;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__card-body ul li::marker {
  content: '. ';
  font-size: 2em;
  line-height: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__bar-body {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  flex-grow: 1;
  align-items: stretch;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__bar-footer {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 0;
  flex-wrap: wrap;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  flex-direction: column;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__author-name {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 700;
  color: #000;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .ue-c-article__author--horizontal-from-tablet {
    flex-direction: row;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .tablet\:ue-c-article__listing--grid-cols2
    > :after {
    left: calc(100% + 16px);
    width: 1px;
    height: 100%;
    bottom: 100%;
    position: relative;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .desktop\:ue-c-article__listing--grid-row
    > :after {
    bottom: -16px;
    width: 100%;
    height: 1px;
    position: relative;
    left: 0;
  }
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__media {
  margin: 0;
  position: relative;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__media--image img {
  width: 100%;
  height: auto;
  display: block;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__media-img-container {
  position: relative;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__media-caption {
  margin-top: 0.3125rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__media-description {
  box-sizing: border-box;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.00438rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__headline {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: var(--ue-c-article__headline-font-size, 2rem);
  line-height: var(--ue-c-article__headline-line-height, 2.1875rem);
  letter-spacing: var(--ue-c-article__headline-letter-spacing, 0);
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.0625rem;
    --ue-c-article__headline-line-height: 2.25rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.75rem;
    --ue-c-article__headline-line-height: 2.875rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}
.elmundo-theme-v10.ue-l-article--basic .ue-c-article__kicker {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v10.ue-l-article--basic .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__main-column {
    padding-left: 0;
    padding-right: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__main-column {
    padding-left: 11.5625rem;
    padding-right: 23.0625rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article--columns-flex-parent {
    display: flex;
  }
  .elmundo-theme-v10.ue-l-article--basic
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    padding-right: 0;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 19.375rem);
  }
}
@media (min-width: 46.25em) and (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 23.0625rem);
  }
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__bar:not(:last-child),
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__media:not(:last-child),
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__body
  > .ue-c-article__bar:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic
    .ue-l-article__body
    > .ue-c-article__bar:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background-color: #fff;
  background-color: var(--ue-l-article__inner-back-color, #fff);
  padding: 0.5rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
    max-width: 77rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v10.ue-l-article--basic .ue-l-article__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.elmundo-theme-v10.ue-l-article--basic .ue-l-article__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.elmundo-theme-v10.ue-l-article--basic .ue-l-article__header-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__header-content
  > .ue-c-article__headline:not(:last-child),
.elmundo-theme-v10.ue-l-article--basic
  .ue-l-article__header-content
  > .ue-c-article__kicker-group:not(:last-child) {
  margin-bottom: 1rem;
}
@supports (--custom: property) {
}
@supports (
  (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
) {
}
@supports (scroll-snap-align: end) {
}
@supports (--custom: property) {
}
body {
  transition: opacity ease-in 0.2s;
}
@supports selector(:focus-visible) {
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root button:focus-visible::before,
  .fc-ab-root input:focus-visible::before {
    border: 2px solid #174ea6 !important;
    border-radius: 6px !important;
    content: '' !important;
    inset: -4px !important;
    position: absolute !important;
  }
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root button:focus-visible::after,
  .fc-ab-root input:focus-visible::after {
    border: 2px solid #e8f0fe !important;
    border-radius: 8px !important;
    content: '' !important;
    inset: -6px !important;
    position: absolute !important;
  }
  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }
  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }
  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }
  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0 !important;
    width: calc(100% - 4px) !important;
  }
}
@supports (flex-wrap: wrap) {
}
@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
}

.ue-c-article__body a {
  color: #007fff !important;
  text-decoration: underline !important;
  transition: 0.3s;
}

.ue-c-article__body a:hover {
  color: #e11229 !important;
}

/* LIGHTBOX */

/* LIGHTBOX */

.reg__list {
  padding: 0 !important;

  position: relative;
  counter-reset: item;
}

.reg__list li::before {
  content: counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 36px;
  height: 36px;
  border: 2px solid #004570;
  font-weight: 600;
  color: #004570;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-family: Tahoma, Verdana, sans-serif;
}
.reg__item {
  margin-bottom: 10px;
  background: rgb(236, 236, 236);
  border-radius: 15px;
  border-right: 3px solid #004570;
  border-left: 3px solid #004570;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  counter-increment: item;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}

/* Article embed: El Mundo / elmundo-theme styles inside header-1115 shell */

#content.ue-l-article--basic.elmundo-theme-v10 {
  display: block;
  width: 100%;
  max-width: none;
  background: #fff;
  font-family: Mundo, 'Times New Roman', Times, serif;
  line-height: normal;
  color: #202020;
  box-sizing: border-box;
}

#content.ue-l-article--basic.elmundo-theme-v10 *,
#content.ue-l-article--basic.elmundo-theme-v10 *::before,
#content.ue-l-article--basic.elmundo-theme-v10 *::after {
  box-sizing: border-box;
}

#content.ue-l-article--basic .ue-l-article {
  width: 100%;
}

#content.ue-l-article--basic .ue-l-article__inner {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}

#content.ue-l-article--basic .ue-l-article__main-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#content.ue-l-article--basic .ue-l-article--columns-flex-parent,
#content.ue-l-article--basic.elmundo-theme-v10,
#content.ue-l-article--basic .ue-l-article {
  background: transparent !important;
}

@media (max-width: 767px) {
  #content.ue-l-article--basic .ue-l-article__inner {
    padding: 0 !important;
  }
}

@media (min-width: 46.25em) {
  #content.ue-l-article--basic .ue-l-article--columns-flex-parent {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}

#content.ue-l-article--basic .ue-c-article.has-image {
  width: 100%;
}

/* Standfirst under headline */
#content.ue-l-article--basic .ue-l-article__header-content > h2 {
  margin: 0 0 1rem;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 46.25em) {
  #content.ue-l-article--basic .ue-l-article__header-content > h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}

/* Section headings inside article body */
#content.ue-l-article--basic .ue-c-article__title {
  margin: 1rem 0;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}

#content.ue-l-article--basic .ue-c-article__image,
#content.ue-l-article--basic .ue-c-article__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#content.ue-l-article--basic .ue-c-article__media-caption,
#content.ue-l-article--basic .ue-c-article__media-description {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* Links and CTA from landing overrides */
#content.ue-l-article--basic .ue-c-article__body a.smi-color,
#content.ue-l-article--basic .smi-color {
  color: #006998 !important;
}

/* Registration steps */
#content.ue-l-article--basic .reg__list {
  padding: 0 !important;
  position: relative;
  counter-reset: item;
  list-style: none;
}

#content.ue-l-article--basic .reg__list li::before {
  content: counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 2px solid #004570;
  font-weight: 600;
  color: #004570;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-family: Tahoma, Verdana, sans-serif;
  padding: 0;
}

#content.ue-l-article--basic .reg__item {
  margin-bottom: 10px;
  background: rgb(236, 236, 236);
  border-radius: 15px;
  border-right: 3px solid #004570;
  border-left: 3px solid #004570;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  counter-increment: item;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  list-style: none;
}

#content.ue-l-article--basic .reg .container-sm {
  width: 100%;
  max-width: 100%;
}

/* Protect article typography from BBC/global shell resets */
#content.ue-l-article--basic .ue-c-article__headline {
  font-family: Mundo, 'Times New Roman', Times, serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #000 !important;
  line-height: 1.2 !important;
}

#content.ue-l-article--basic .ue-c-article__paragraph {
  font-family: Mundo, 'Times New Roman', Times, serif !important;
  font-variant: oldstyle-nums;
  color: #202020 !important;
  font-weight: 400 !important;
  font-size: 1.1875rem !important;
  line-height: 1.6875rem !important;
  letter-spacing: 0 !important;
  margin: 0 0 1rem !important;
}

#content.ue-l-article--basic .ue-c-article__paragraph:last-child {
  margin-bottom: 0 !important;
}

#content.ue-l-article--basic .ue-c-article__kicker {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

#content.ue-l-article--basic .ue-c-article__share-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

#content.ue-l-article--basic .ue-c-article__share-tools-item {
  list-style: none;
}

#content.ue-l-article--basic .ue-c-article__bar {
  margin-bottom: 1rem;
}

#content.ue-l-article--basic .ue-c-article__author-name,
#content.ue-l-article--basic .ue-c-article__publishdate {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#content.ue-l-article--basic .ue-l-article--expand-edge-right-until-tablet,
#content.ue-l-article--basic .ue-l-article--expand-edge-left-until-tablet {
  width: 100%;
}

@media (min-width: 46.25em) {
  #content.ue-l-article--basic .ue-l-article--expand-edge-right-until-tablet,
  #content.ue-l-article--basic .ue-l-article--expand-edge-left-until-tablet {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.ue-c-article.has-image {
  padding: 0 16px;
}

#footer .content {
  margin: 2.5rem auto 0;
}

.m-bg-1 {
  padding: 0;
}

@media (max-width: 768px) {
  .reg__list {
    max-width: 100%;
  }

  .reg__item {
    box-sizing: border-box;
  }

  .reg li:before {
    padding-left: 1px;
    padding-bottom: 1px;
  }
}
