.noticias-page {
  background: #ffffff;
}

.page-template-noticias-php .site-header,
.page-template-noticias-php .site-header.site-header--light {
  background: #ffffff;
  color: #0a0b35;
}

.page-template-noticias-php .site-header .branding,
.page-template-noticias-php .site-header .branding:hover,
.page-template-noticias-php .site-header .primary-navigation,
.page-template-noticias-php .site-header .primary-navigation a {
  color: #0a0b35;
}

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

.page-template-noticias-php .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;
}

.page-template-noticias-php .site-header .header-cta .btn::before,
.page-template-noticias-php .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;
}

.page-template-noticias-php .site-header .header-cta .btn::before {
  z-index: 0;
  background-image: var(--btn-bg-image);
}

.page-template-noticias-php .site-header .header-cta .btn::after {
  z-index: 1;
  background-image: var(--btn-overlay-image, var(--btn-bg-image));
  opacity: 1;
  transform: translate(0, 0);
}

.page-template-noticias-php .site-header .header-cta .btn .btn-label {
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease;
}

.page-template-noticias-php .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%);
}

.page-template-noticias-php .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%);
}

.page-template-noticias-php .site-header .header-cta .btn:hover::after,
.page-template-noticias-php .site-header .header-cta .btn:focus-visible::after,
.page-template-noticias-php .site-header .header-cta .btn:hover .btn-label,
.page-template-noticias-php .site-header .header-cta .btn:focus-visible .btn-label {
  transform: translate(4px, -4px);
}

.noticias-page__section {
  padding: 40px 80px 80px;
}

.noticias-page__shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.noticias-page__breadcrumb {
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.noticias-page__breadcrumb[hidden],
.noticias-page__featured[hidden],
.noticias-card[hidden],
.noticias-page__empty[hidden] {
  display: none;
}

.noticias-page__breadcrumb a {
  color: #268afb;
  text-decoration: underline;
}

.noticias-page__breadcrumb span[aria-current="page"] {
  color: #ffb000;
}

.noticias-page__breadcrumb-separator {
  color: rgba(10, 11, 53, 0.5);
}

.noticias-page__heading {
  max-width: 760px;
}

.noticias-page__title {
  margin: 0;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.72px;
}

.noticias-page__featured {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 480px;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f2f2;
  color: #0d0d0d;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.noticias-page__featured-media {
  min-height: 100%;
  overflow: hidden;
}

.noticias-page__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.noticias-page__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 48px;
}

.noticias-page__featured-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.noticias-page__featured-chips,
.noticias-card__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.noticias-card__chips--multiple .noticias-chip {
  font-size: 12px;
  font-weight: 500 !important;
}

.noticias-card__chips--many {
  gap: 10px;
}

.noticias-card__chips.noticias-card__chips--many .noticias-chip {
  font-size: 12px;
  font-weight: 500 !important;
  font-variation-settings: 'opsz' 14, 'wght' 500;
}

.noticias-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  border-radius: 20px;
  color: #1e6ec8;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.56px;
}

.noticias-page__featured-title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2.4px;
  margin-top: 8px;
}

.noticias-page__directory {
  margin-top: 80px;
}

.noticias-page__toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.noticias-page__search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 529px;
}

.noticias-page__search-input {
  flex: 1 1 auto;
  height: 36px;
  min-width: 0;
  padding: 8px 12px;
  border: 1px solid #dadada;
  border-radius: 6px;
  background: #ffffff;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.noticias-page__search-input::placeholder {
  color: rgba(13, 13, 13, 0.45);
}

.noticias-page__search-input:focus-visible {
  outline: 2px solid #268afb;
  outline-offset: 2px;
}

.noticias-page__search-button {
  flex: 0 0 auto;
  width: 121px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #ffb000;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.noticias-page__search-button:hover,
.noticias-page__search-button:focus-visible {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.noticias-page__filters-mobile {
  display: none;
}

.noticias-page__filters-mobile-select {
  position: relative;
  width: 100%;
}

.noticias-page__filters-mobile-trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #cccccc;
  border-radius: 12px;
  background: #ffffff;
  color: #0a0b35;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.noticias-page__filters-mobile-trigger.is-single-line {
  align-items: center;
}

.noticias-page__filters-mobile-trigger:focus-visible {
  outline: 2px solid #0a0b35;
  outline-offset: 2px;
}

.noticias-page__filters-mobile-value {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.noticias-page__filters-mobile-value.is-placeholder {
  color: #868686;
}

.noticias-page__filters-mobile-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: #868686;
  transition: transform 0.2s ease;
}

.noticias-page__filters-mobile-trigger.is-single-line .noticias-page__filters-mobile-icon {
  margin-top: 0;
}

.noticias-page__filters-mobile-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(-50%, -60%) rotate(45deg);
}

.noticias-page__filters-mobile-select.is-open .noticias-page__filters-mobile-icon {
  transform: rotate(180deg);
}

.noticias-page__filters-mobile-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(10, 11, 53, 0.08);
  box-sizing: border-box;
  z-index: 3;
}

.noticias-page__filters-mobile-menu[hidden] {
  display: none;
}

.noticias-page__filters-mobile-option {
  width: 100%;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #ececec;
  background: #ffffff;
  color: #0a0b35;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  appearance: none;
}

.noticias-page__filters-mobile-option:last-child {
  border-bottom: 0;
}

.noticias-page__filters-mobile-option.is-selected,
.noticias-page__filters-mobile-option:hover,
.noticias-page__filters-mobile-option:focus-visible {
  background: #f7f8fc;
}

.noticias-page__filters-mobile-option:focus-visible {
  outline: 2px solid #0a0b35;
  outline-offset: -2px;
}

.noticias-page__filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
  padding: 0 16px;
}

.noticias-page__filters::-webkit-scrollbar {
  display: none;
}

.noticias-page__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: #0d0d0d;
  white-space: nowrap;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.noticias-page__filter.is-active {
  background: #268afb;
  color: #ffffff;
  font-weight: 500;
}

.noticias-page__results {
  margin-top: 64px;
}

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

.noticias-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #f2f2f2;
  color: #0d0d0d;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.noticias-card:hover,
.noticias-card:focus-visible {
  border-color: transparent;
  background: #ffffff;
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.noticias-page__featured:hover,
.noticias-page__featured:focus-visible {
  box-shadow: 0 16px 40px rgba(10, 11, 53, 0.12);
}

.noticias-page__featured:hover .noticias-page__featured-media img,
.noticias-page__featured:focus-visible .noticias-page__featured-media img {
  transform: scale(1.05);
}

.noticias-card__media {
  height: 205.164px;
  overflow: hidden;
}

.noticias-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.noticias-card:hover .noticias-card__media img,
.noticias-card:focus-visible .noticias-card__media img {
  transform: translateZ(0) scale(1.018);
}

.noticias-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
}

.noticias-card__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.noticias-card__title {
  margin: 0;
  color: #0d0d0d;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 81px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.noticias-page__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d0d0d;
}

.noticias-page__featured .noticias-page__read-more,
.noticias-card .noticias-page__read-more {
  align-self: flex-start;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.noticias-page__read-more-label {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.noticias-page__read-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.noticias-page__read-more-icon svg {
  width: 24px;
  height: 24px;
}

.noticias-card:hover .noticias-page__read-more-icon,
.noticias-card:focus-visible .noticias-page__read-more-icon,
.noticias-page__featured:hover .noticias-page__read-more-icon,
.noticias-page__featured:focus-visible .noticias-page__read-more-icon {
  transform: translateX(3px);
}

.noticias-card:hover .noticias-page__read-more,
.noticias-card:focus-visible .noticias-page__read-more,
.noticias-page__featured:hover .noticias-page__read-more,
.noticias-page__featured:focus-visible .noticias-page__read-more {
  border-bottom-color: currentColor;
}

.noticias-card:hover .noticias-page__read-more-label,
.noticias-card:focus-visible .noticias-page__read-more-label,
.noticias-page__featured:hover .noticias-page__read-more-label,
.noticias-page__featured:focus-visible .noticias-page__read-more-label {
  text-decoration: none;
}

.noticias-page__empty {
  margin: 0;
  padding: 48px 32px;
  border: 1px solid rgba(13, 13, 13, 0.15);
  border-radius: 16px;
  background: #f7f7f7;
  color: rgba(13, 13, 13, 0.72);
  text-align: center;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.noticias-page__pagination {
  margin-top: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.noticias-page__pagination[hidden] {
  display: none;
}

.noticias-page__pagination-pages {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.noticias-page__pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}

.noticias-page__pagination-ellipsis-dot {
  width: 5.012px;
  height: 5.012px;
  border-radius: 90px;
  background: #d9d9d9;
  flex: 0 0 auto;
}

.noticias-page__pagination-page,
.noticias-page__pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #0a0b35;
  background: #0a0b35;
  color: #ffffff;
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.noticias-page__pagination-page.is-current {
  background: #268afb;
  border-color: #268afb;
  color: #0a0b35;
  font-weight: 600;
}

.noticias-page__pagination-arrow {
  background: #ffffff;
  color: #0a0b35;
}

.noticias-page__pagination-arrow:disabled {
  border-color: #dadada;
  color: #dadada;
  cursor: default;
}

.noticias-page__pagination-arrow svg {
  width: 24px;
  height: 24px;
}

.noticias-page__pagination-page:focus-visible,
.noticias-page__pagination-arrow:focus-visible,
.noticias-card:focus-visible,
.noticias-page__featured:focus-visible,
.noticias-page__filter:focus-visible,
.noticias-page__filters-mobile-trigger:focus-visible {
  outline: 2px solid #268afb;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .noticias-page__section {
    padding: 72px 24px 104px;
  }

  .noticias-page__title {
    font-size: 56px;
    letter-spacing: -0.56px;
  }

  .noticias-page__featured-title {
    font-size: 34px;
    letter-spacing: -0.34px;
  }

  .noticias-page__featured-content {
    padding: 40px;
  }

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

@media (max-width: 767px) {
  .noticias-page__section {
    padding: 64px 24px 88px;
  }

  .noticias-page__title {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .noticias-page__featured {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .noticias-page__featured-media {
    aspect-ratio: 16 / 10;
  }

  .noticias-page__featured-content {
    padding: 32px;
  }

  .noticias-page__directory {
    margin-top: 64px;
  }

  .noticias-page__results {
    margin-top: 32px;
  }

  .noticias-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }
}

@media (max-width: 767px) {

  .page-template-noticias-php .site-header .header-mobile-toggle__icon,
  .page-template-noticias-php .site-header .header-mobile-toggle__icon::before,
  .page-template-noticias-php .site-header .header-mobile-toggle__icon::after {
    background-color: #0a0b35;
  }

  .noticias-page__filters {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .page-template-noticias-php .site-header {
    border-bottom-color: rgba(10, 11, 53, 0.12);
  }

  .page-template-noticias-php .site-header .header-mobile-toggle {
    color: #0a0b35;
  }

  .noticias-page__section {
    padding: 126px 16px 72px;
  }

  .noticias-page__breadcrumb {
    margin-bottom: 16px;
    gap: 8px;
    font-size: 13px;
  }

  .noticias-page__title {
    max-width: 343px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.32px;
  }

  .noticias-page__featured {
    display: none;
  }

  .noticias-page__directory {
    margin-top: 32px;
  }

  .noticias-page__toolbar {
    align-items: stretch;
    gap: 32px;
  }

  .noticias-page__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    max-width: none;
  }

  .noticias-page__search-input {
    height: 36px;
  }

  .noticias-page__search-button {
    width: 121px;
  }

  .noticias-page__filters-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: calc(100% + 32px);
    max-width: none;
    margin: 0 -16px;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #f2f2f2;
  }

  .noticias-page__filters-mobile-description {
    width: 100%;
    margin: 0;
    color: #0d0d0d;
    font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
  }

  .noticias-page__filters {
    display: none;
  }

  .noticias-page__filter {
    height: 44px;
    padding: 10px 14px;
  }

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

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

  .noticias-card__media {
    min-height: 228px;
    height: 228px;
  }

  .noticias-card__content {
    height: 214.83554px;
    box-sizing: border-box;
  }

  .noticias-page__pagination {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .noticias-page__pagination-pages {
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .noticias-page__pagination-page {
    width: auto;
    min-width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 20px;
  }

  .noticias-page__pagination-arrow {
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 20px;
  }
}
