.single-artta_news .site-header,
.single-artta_news .site-header.site-header--light {
  background: #ffffff;
  color: #0a0b35;
}

.single-artta_news .site-header .branding,
.single-artta_news .site-header .branding:hover,
.single-artta_news .site-header .primary-navigation,
.single-artta_news .site-header .primary-navigation a {
  color: #0a0b35;
}

.single-artta_news .site-header .primary-navigation .current-menu-item>a,
.single-artta_news .site-header .primary-navigation .js-mega-trigger[aria-expanded="true"] {
  color: #268afb;
}

.single-artta_news .site-header .header-cta .btn {
  height: 39px;
  padding: 0;
  margin-top: 7px;
  overflow: visible;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  background: transparent;
  background-image: none;
  isolation: isolate;
}

.single-artta_news .site-header .header-cta .btn::before,
.single-artta_news .site-header .header-cta .btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: var(--btn-bg-size);
  background-position: var(--btn-bg-pos);
  filter: var(--noticias-btn-filter);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.single-artta_news .site-header .header-cta .btn::before {
  z-index: 0;
  background-image: var(--btn-bg-image);
}

.single-artta_news .site-header .header-cta .btn::after {
  z-index: 1;
  background-image: var(--btn-overlay-image, var(--btn-bg-image));
  transform: translate(0, 0);
}

.single-artta_news .site-header .header-cta .btn .btn-label {
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease;
}

.single-artta_news .site-header .header-cta .btn-outline {
  width: 150px;
  margin-right: -20px;
  color: #0a0b35;
  --btn-bg-image: url('../assets/img/btn-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-outline.svg');
  --btn-bg-size: 141.75px 31.6248px;
  --btn-bg-pos: 1.12px 3.19px;
  --noticias-btn-filter: brightness(0) saturate(100%) invert(6%) sepia(40%) saturate(1692%) hue-rotate(213deg) brightness(92%) contrast(102%);
}

.single-artta_news .site-header .header-cta .btn-primary {
  width: 138px;
  color: #ffffff;
  --btn-bg-image: url('../assets/img/btn-solid-outline.svg');
  --btn-overlay-image: url('../assets/img/btn-solid.svg');
  --btn-bg-size: 133.124px 31.6248px;
  --btn-bg-pos: 0.45px 3.18px;
  --noticias-btn-filter: brightness(0) saturate(100%) invert(6%) sepia(40%) saturate(1692%) hue-rotate(213deg) brightness(92%) contrast(102%);
}

.single-artta_news .site-header .header-cta .btn:hover::after,
.single-artta_news .site-header .header-cta .btn:focus-visible::after,
.single-artta_news .site-header .header-cta .btn:hover .btn-label,
.single-artta_news .site-header .header-cta .btn:focus-visible .btn-label {
  transform: translate(4px, -4px);
}

.noticia-page {
  background: #ffffff;
}

.noticia-page__shell,
.noticia-page__content-shell,
.noticias-related__shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.noticia-page__hero {
  padding: 40px 80px 64px;
}

.noticia-page__hero-grid {
  display: grid;
  grid-template-columns: 522px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 24px;
  align-items: start;
  grid-template-areas:
    'copy media'
    'footer media';
}

.noticia-page__hero-grid--single {
  grid-template-columns: minmax(0, 768px);
  grid-template-areas:
    'copy'
    'footer';
}

.noticia-page__hero-copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
}

.noticia-page__title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.noticia-page__hero-footer {
  grid-area: footer;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.noticia-page__meta {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.noticia-page__meta-line,
.noticia-page__meta-date {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  line-height: 1.5;
}

.noticia-page__meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
}

.noticia-page__meta-line strong {
  font-weight: 600;
}

.noticia-page__meta-date {
  font-size: 16px;
  font-weight: 400;
}

.noticia-page__meta-date time {
  font-weight: 600;
}

.noticia-page__share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 0 0 auto;
}

.noticia-page__share-title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.noticia-page__share-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.noticia-page__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #268afb;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.noticia-page__share-link:hover,
.noticia-page__share-link:focus-visible {
  opacity: 0.8;
  transform: translateY(-1px);
}

.noticia-page__share-icon {
  display: block;
  flex: none;
}

.noticia-page__hero-media {
  grid-area: media;
  align-self: start;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
  border-radius: 16px;
}

.noticia-page__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}

.noticia-page__content-section {
  padding: 88px 80px 0;
}

.noticia-page__content-shell {
  max-width: 768px;
}

.noticia-page__body {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.noticia-page__body>* {
  margin: 0;
}

.noticia-page__body>*+* {
  margin-top: 16px;
}

.noticia-page__body h2,
.noticia-page__body h3,
.noticia-page__body h4,
.noticia-page__body h5,
.noticia-page__body h6 {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-style: normal;
  margin-bottom: 0;
}

.noticia-page__body h2 {
  margin-top: 24px;
  padding: 24px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.noticia-page__body h3 {
  margin-top: 24px;
  padding: 24px 0 8px 0;
  font-size: var(--Text-Sizes-Heading-3, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.noticia-page__body h4 {
  margin-top: 20px;
  padding: 20px 0 0;
  font-size: var(--Text-Sizes-Heading-4, 40px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

.noticia-page__body h6 {
  margin-top: 20px;
  padding: 20px 0 0;
  font-size: var(--Text-Sizes-Heading-6, 26px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.26px;
}

.noticia-page__body h5 {
  margin-top: 20px;
  padding: 20px 0 0;
  font-size: var(--Text-Sizes-Heading-6, 26px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.26px;
}

.noticia-page__body p,
.noticia-page__body li {
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-style: normal;
  font-size: var(--Text-Sizes-Text-Regular, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}

.noticia-page__body ul,
.noticia-page__body ol {
  padding-left: 24px;
}

.noticia-page__body a {
  color: #1e6ec8;
  text-decoration: underline;
}

.noticia-page__body figure {
  margin: 48px 0;
}

.noticia-page__body figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.noticia-page__body figcaption,
.noticia-page__body .wp-element-caption {
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 8px;
  border-left: 2px solid rgba(13, 13, 13, 0.15);
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.noticia-page__body blockquote {
  margin: 48px 0 36px 0;
  padding: 0 20px 0 22px;
  border-left: 2px solid rgba(13, 13, 13, 0.15);
  color: #0d0d0d;
  font-family: 'Inter', 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.noticia-page__body blockquote p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.noticia-page__body hr {
  margin: 48px 0 0;
  border: 0;
  border-top: 1px solid rgba(13, 13, 13, 0.15);
}

.noticia-page__body .wp-caption {
  width: 100% !important;
  margin: 64px 0 48px 0;
}

.noticia-page__body .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.noticia-page__body .wp-caption .wp-caption-text {
  margin: -8px 0 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 8px;
  border-left: 2px solid rgba(13, 13, 13, 0.15);
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.noticia-page__signature {
  margin-top: 48px;
  padding-bottom: 64px;
}

.noticia-page__signature-divider {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid rgba(13, 13, 13, 0.15);
}

.noticia-page__signature-copy {
  margin: 0 auto;
  text-align: center;
}

.noticia-page__signature-name,
.noticia-page__signature-role {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.noticia-page__signature-name {
  font-weight: 600;
}

.noticia-page__signature-role {
  font-weight: 400;
}

.noticias-related {
  padding: 64px 80px;
  background: #ffffff;
}

.noticias-related__shell {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.noticias-related__title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.48px;
}

.noticias-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.noticias-related__grid .noticias-card {
  min-height: 426px;
}

.noticias-related__grid .noticias-card__media {
  height: auto;
  aspect-ratio: 405.3333 / 270;
}

.noticias-related__grid .noticias-card__content {
  gap: 12px;
  min-height: 156px;
  padding: 16px 16px 24px;
}

.noticias-related__grid .noticias-card__copy {
  gap: 2px;
  padding-bottom: 24px;
}

.noticias-related__grid .noticias-card__title {
  font-size: 20px;
  line-height: 1.5;
  max-height: 90px;
}

.noticias-related__actions {
  display: flex;
  justify-content: center;
}

.noticias-related__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 44px;
  background-color: transparent;
  background-image: var(--blog-btn-bg-image);
  background-repeat: no-repeat;
  background-size: var(--blog-btn-bg-size);
  background-position: var(--blog-btn-bg-pos);
  color: #ffffff;
  text-decoration: none;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  border: 0;
  overflow: visible;
  --blog-btn-bg-image: url('../assets/img/blog/blog-btn-outline.svg');
  --blog-btn-overlay-image: url('../assets/img/blog/blog-btn-solid.svg');
  --blog-btn-bg-size: 185.3px 44px;
  --blog-btn-bg-pos: 0 100%;
}

.noticias-related__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--blog-btn-overlay-image, var(--blog-btn-bg-image));
  background-repeat: no-repeat;
  background-size: var(--blog-btn-bg-size);
  background-position: var(--blog-btn-bg-pos);
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.noticias-related__cta-label {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease;
}

.noticias-related__cta:hover::after,
.noticias-related__cta:focus-visible::after,
.noticias-related__cta:hover .noticias-related__cta-label,
.noticias-related__cta:focus-visible .noticias-related__cta-label {
  transform: translate(5px, -5px);
}

.noticia-page__share-link:focus-visible,
.noticias-related__cta:focus-visible {
  outline: 2px solid #268afb;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .noticia-page__hero {
    padding: 96px 48px 56px;
  }

  .noticia-page__content-section,
  .noticias-related {
    padding-left: 48px;
    padding-right: 48px;
  }

  .noticia-page__hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .noticia-page__hero-copy {
    min-height: 0;
    gap: 0;
  }

  .noticia-page__hero-media {
    height: auto;
    max-height: none;
    aspect-ratio: 738 / 450;
  }

  .noticias-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .single-artta_news .site-header .header-mobile-cta {
    color: #0a0b35;
  }

  .single-artta_news .site-header .header-mobile-toggle__icon,
  .single-artta_news .site-header .header-mobile-toggle__icon::before,
  .single-artta_news .site-header .header-mobile-toggle__icon::after {
    background: #0a0b35;
  }

  .noticia-page__title,
  .noticia-page__body h2,
  .noticia-page__body h3,
  .noticias-related__title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  .noticia-page__body h4 {
    font-size: 34px;
    letter-spacing: -0.34px;
  }

  .noticia-page__body h5,
  .noticia-page__body h6 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .noticias-related__grid {
    grid-template-columns: 1fr;
  }

  .noticias-related__grid .noticias-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .noticia-page__hero {
    padding: 40px 16px 32px;
  }

  .noticia-page__body h3 {
    padding-top: 0;
    margin-top: 8px;
  }

  .noticia-page__content-section {
    padding-top: 16px;
  }

  .noticia-page__content-section,
  .noticias-related {
    padding-left: 16px;
    padding-right: 16px;
  }

  .noticia-page__hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'copy'
      'media'
      'footer';
    gap: 24px;
  }

  .noticia-page__title,
  .noticia-page__body h2,
  .noticia-page__body h3,
  .noticias-related__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }

  .noticia-page__body h2,
  .noticia-page__body h3 {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .noticia-page__title {
    font-weight: 600;
    line-height: 1.1;
  }

  .noticia-page__meta-line {
    font-size: 12px;
    font-weight: 400;
  }

  .noticia-page__meta-line strong,
  .noticia-page__meta-date time {
    font-weight: 500;
  }

  .noticia-page__meta-date,
  .noticia-page__share-title,
  .noticia-page__body figcaption,
  .noticia-page__body .wp-element-caption,
  .noticia-page__body .wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .noticia-page__share-title {
    font-weight: 700;
  }

  .noticia-page__hero-footer {
    align-items: flex-start;
    gap: 12px;
  }

  .noticia-page__hero-media {
    width: 100%;
    aspect-ratio: 738 / 450;
  }

  .noticia-page__meta-date {
    white-space: nowrap;
  }

  .noticia-page__body .wp-caption {
    margin: 40px 0 24px 0;
  }

  .noticia-page__body p,
  .noticia-page__body li {
    font-size: 18px;
  }

  .noticia-page__body h4 {
    font-size: 28px;
    letter-spacing: -0.28px;
  }

  .noticia-page__body h5,
  .noticia-page__body h6 {
    font-size: 22px;
    letter-spacing: -0.22px;
  }

  .noticia-page__body blockquote {
    padding-right: 0;
    font-size: 18px;
  }

  .noticia-page__signature {
    padding-bottom: 48px;
  }

  .noticias-related__shell {
    gap: 32px;
  }
}