/* =========================================
   ACTUALIDAD
========================================= */

.actualidad-section {

    width: 100%;
  
    padding: 100px 24px 120px;
  
    background: #fff;
  
    color: #101B2D;
  }
  
  .actualidad-container {
  
    width: 100%;
  
    max-width: 1050px;
  
    margin: 0 auto;
  }
  
  
  /* =========================================
     HEADER
  ========================================= */
  
  .actualidad-header {
  
    max-width: 760px;
  
    margin: 0 auto 75px;
  
    text-align: center;
  }
  
  .actualidad-eyebrow,
  .section-eyebrow {
  
    display: block;
  
    margin-bottom: 10px;
  
    font-size: 12px;
  
    font-weight: 600;
  
    letter-spacing: 1.5px;
  
    color: #6b7280;
  }
  
  .actualidad-header h1 {
  
    margin: 10px 0 18px;
  
  
  
    font-size: clamp(38px, 6vw, 58px);
  
    line-height: 1.12;
  
    font-weight: 600;
  
    color: #0A2A5E;
  }
  
  .actualidad-header p {
  
    max-width: 600px;
  
    margin: 0 auto;
  
    font-size: 16px;
  
    line-height: 1.7;
  
    color: #6b7280;
  }
  
  
  /* =========================================
     FUENTES NAV
  ========================================= */
  
  .fuentes-nav {
  
    display: grid;
  
    grid-template-columns:
      repeat(4, 1fr);
  
    border-top: 1px solid #dce3ef;
  
    border-bottom: 1px solid #dce3ef;
  
    margin-bottom: 90px;
  }
  
  .fuente-link {
  
    position: relative;
  
    display: flex;
  
    flex-direction: column;
  
    gap: 5px;
  
    min-height: 105px;
  
    padding: 25px 22px;
  
    text-decoration: none;
  
    border-right: 1px solid #dce3ef;
  
    transition:
      background .25s ease;
  }
  
  .fuente-link:last-child {
  
    border-right: 0;
  }
  
  .fuente-link:hover {
  
    background: #f7f8fb;
  }
  
  .fuente-name {
  
    font-size: 15px;
  
    font-weight: 600;
  
    color: #0A2A5E;
  }
  
  .fuente-description {
  
    font-size: 12px;
  
    color: #8a8f98;
  }
  
  .fuente-arrow {
  
    position: absolute;
  
    top: 25px;
  
    right: 20px;
  
    font-size: 16px;
  
    color: #aab1cb;
  
    transition:
      transform .2s ease;
  }
  
  .fuente-link:hover
  .fuente-arrow {
  
    transform: translate(2px, -2px);
  }
  
  
  /* =========================================
     SECTION HEADING
  ========================================= */
  
  .section-heading {
  
    display: flex;
  
    align-items: flex-end;
  
    justify-content: space-between;
  
    margin-bottom: 30px;
  }
  
  .section-heading h2 {
  
    margin: 8px 0 0;
  
  
    font-size: 31px;
  
    line-height: 1.2;
  
    font-weight: 600;
  
    color: #0A2A5E;
  }
  
  .foco-date {
  
    font-size: 11px;
  
    letter-spacing: 1px;
  
    color: #a0a5ae;
  }
  
  
  /* =========================================
     HOY EN FOCO
  ========================================= */
  
  .foco-section {
  
    margin-bottom: 105px;
  }
  
  .foco-news {
  
    display: grid;
  
    grid-template-columns: 120px 1fr;
  
    gap: 35px;
  
    padding: 35px 0;
  
    border-top: 1px solid #dce3ef;
  
    border-bottom: 1px solid #dce3ef;
  }
  
  .foco-date-large {
  
    display: flex;
  
    flex-direction: column;
  
    padding-top: 3px;
  
    color: #aab1cb;
  }
  
  .foco-date-large span {
  
    font-size: 11px;
  
    letter-spacing: 1.5px;
  }
  
  .foco-date-large strong {
  
  
    font-size: 48px;
  
    line-height: 1;
  
    font-weight: 600;
  
    color: #0A2A5E;
  }
  
  .news-category {
  
    display: block;
  
    margin-bottom: 10px;
  
    font-size: 11px;
  
    font-weight: 600;
  
    letter-spacing: 1.3px;
  
    color: #6b7280;
  }
  
  .foco-content h3 {
  
    max-width: 650px;
  
    margin: 0 0 12px;
  
  
    font-size: 29px;
  
    line-height: 1.3;
  
    font-weight: 600;
  
    color: #0A2A5E;
  }
  
  .foco-content p {
  
    max-width: 650px;
  
    margin: 0;
  
    font-size: 14px;
  
    line-height: 1.7;
  
    color: #6b7280;
  }
  
  .foco-footer {
  
    display: flex;
  
    align-items: center;
  
    justify-content: space-between;
  
    margin-top: 25px;
  
    padding-top: 18px;
  
    border-top: 1px solid #eef0f4;
  }
  
  .foco-footer span {
  
    font-size: 11px;
  
    color: #9ca3af;
  }
  
  .foco-footer a {
  
    font-size: 12px;
  
    font-weight: 600;
  
    color: #0A2A5E;
  
    text-decoration: none;
  }
  
  
  /* =========================================
     CAMBIOS
  ========================================= */
  
  .cambios-section {
  
    margin-bottom: 110px;
  }
  
  .cambios-list {
  
    border-top: 1px solid #dce3ef;
  }
  
  .cambio-item {
  
    display: grid;
  
    grid-template-columns: 50px 1fr auto;
  
    gap: 20px;
  
    align-items: center;
  
    padding: 28px 0;
  
    border-bottom: 1px solid #dce3ef;
  
    transition:
      padding .25s ease;
  }
  
  .cambio-item:hover {
  
    padding-left: 8px;
  }
  
  .cambio-marker {
  
    width: 34px;
    height: 34px;
  
    display: flex;
  
    align-items: center;
    justify-content: center;
  
    border: 1px solid #dce3ef;
  
    border-radius: 50%;
  
    color: #0A2A5E;
  
    transition:
      background .2s ease,
      color .2s ease;
  }
  
  .cambio-item:hover
  .cambio-marker {
  
    background: #0A2A5E;
  
    color: #fff;
  }
  
  .cambio-content > span {
  
    font-size: 10px;
  
    letter-spacing: 1.3px;
  
    font-weight: 600;
  
    color: #9ca3af;
  }
  
  .cambio-content h3 {
  
    margin: 5px 0 6px;
  
    font-size: 17px;
  
    font-weight: 600;
  
    color: #101B2D;
  }
  
  .cambio-content p {
  
    max-width: 650px;
  
    margin: 0;
  
    font-size: 13px;
  
    line-height: 1.6;
  
    color: #7b818b;
  }
  
  .cambio-button {
  
    padding: 10px 0;
  
    border: 0;
  
    background: transparent;
  
    font-family: inherit;
  
    font-size: 12px;
  
    font-weight: 600;
  
    color: #0A2A5E;
  
    cursor: pointer;
  }
  
  
  /* =========================================
     NOTICIAS
  ========================================= */
  
  .noticias-section {
  
    margin-bottom: 110px;
  }
  
  .noticias-heading {
  
    margin-bottom: 35px;
  }
  
  .noticias-filtros {
  
    display: flex;
  
    gap: 8px;
  
    flex-wrap: wrap;
  
    margin-bottom: 25px;
  }
  
  .filtro {
  
    padding: 8px 13px;
  
    border: 1px solid #dce3ef;
  
    border-radius: 20px;
  
    background: transparent;
  
    font-family: inherit;
  
    font-size: 11px;
  
    color: #6b7280;
  
    cursor: pointer;
  
    transition:
      background .2s ease,
      color .2s ease,
      border-color .2s ease;
  }
  
  .filtro:hover {
  
    border-color: #aab1cb;
  }
  
  .filtro.active {
  
    background: #0A2A5E;
  
    border-color: #0A2A5E;
  
    color: #fff;
  }
  
  
  /* =========================================
     LISTADO
  ========================================= */
  
  .noticias-list {
  
    border-top: 1px solid #dce3ef;
  }
  
  .noticia {
  
    display: grid;
  
    grid-template-columns: 110px 1fr 70px;
  
    gap: 30px;
  
    align-items: center;
  
    padding: 27px 0;
  
    border-bottom: 1px solid #dce3ef;
  
    transition:
      padding .2s ease;
  }
  
  .noticia:hover {
  
    padding-left: 7px;
  }
  
  .noticia time {
  
    font-size: 10px;
  
    color: #9ca3af;
  
    letter-spacing: .5px;
  }
  
  .noticia-content > span {
  
    font-size: 10px;
  
    font-weight: 600;
  
    letter-spacing: 1.2px;
  
    color: #9ca3af;
  }
  
  .noticia-content h3 {
  
    margin: 5px 0;
  
    font-size: 16px;
  
    font-weight: 600;
  
    color: #101B2D;
  }
  
  .noticia-content p {
  
    margin: 0;
  
    font-size: 12px;
  
    line-height: 1.5;
  
    color: #7b818b;
  }
  
  .noticia > a {
  
    text-align: right;
  
    font-size: 12px;
  
    font-weight: 600;
  
    color: #0A2A5E;
  
    text-decoration: none;
  }
  
  .noticia.hidden {
  
    display: none;
  }
  
  
  /* =========================================
     FUENTES
  ========================================= */
  
  .fuentes-section {
  
    display: grid;
  
    grid-template-columns:
      1fr 1.2fr;
  
    gap: 80px;
  
    padding: 75px 0;
  
    border-top: 1px solid #dce3ef;
  
    border-bottom: 1px solid #dce3ef;
  
    margin-bottom: 110px;
  }
  
  .fuentes-intro h2 {
  
    max-width: 450px;
  
    margin: 8px 0 15px;
  
  
    font-size: 30px;
  
    line-height: 1.3;
  
    color: #0A2A5E;
  }
  
  .fuentes-intro p {
  
    max-width: 430px;
  
    margin: 0;
  
    font-size: 13px;
  
    line-height: 1.7;
  
    color: #6b7280;
  }
  
  .fuentes-list {
  
    border-top: 1px solid #dce3ef;
  }
  
  .fuentes-list a {
  
    display: grid;
  
    grid-template-columns: 150px 1fr 30px;
  
    gap: 15px;
  
    align-items: center;
  
    padding: 18px 0;
  
    border-bottom: 1px solid #dce3ef;
  
    text-decoration: none;
  
    transition:
      padding .2s ease;
  }
  
  .fuentes-list a:hover {
  
    padding-left: 7px;
  }
  
  .fuentes-list strong {
  
    font-size: 13px;
  
    color: #0A2A5E;
  }
  
  .fuentes-list span {
  
    font-size: 12px;
  
    color: #7b818b;
  }
  
  .fuentes-list b {
  
    font-size: 15px;
  
    font-weight: 400;
  
    color: #aab1cb;
  
    text-align: right;
  }
  
  
  /* =========================================
     CTA
  ========================================= */
  
  .actualidad-cta {
  
    max-width: 700px;
  
    margin: 0 auto;
  
    text-align: center;
  }
  
  .actualidad-cta h2 {
  
    margin: 10px 0 15px;

  
    font-size: 35px;
  
    line-height: 1.25;
  
    color: #0A2A5E;
  }
  
  .actualidad-cta p {
  
    max-width: 560px;
  
    margin: 0 auto 28px;
  
    font-size: 14px;
  
    line-height: 1.7;
  
    color: #6b7280;
  }
  
  .cta-button {
  
    display: inline-flex;
  
    align-items: center;
  
    gap: 15px;
  
    padding: 13px 18px;
  
    border-radius: 8px;
  
    background: #101B2D;
  
    color: #fff;
  
    text-decoration: none;
  
    font-size: 13px;
  
    font-weight: 600;
  
    transition:
      background .2s ease,
      transform .2s ease;
  }
  
  .cta-button:hover {
  
    background: #101B2D;
    color:#fff;
    transform: translateY(-2px);
  }
  
  .cta-button span {
  
    font-size: 17px;
  }
  
  
  /* =========================================
     MOBILE
  ========================================= */
  
  @media (max-width: 800px) {
  
    .actualidad-section {
  
      padding: 70px 18px 90px;
    }
  
    .fuentes-nav {
  
      grid-template-columns:
        repeat(2, 1fr);
  
    }
  
    .fuente-link:nth-child(2) {
  
      border-right: 0;
    }
  
    .fuente-link:nth-child(-n+2) {
  
      border-bottom: 1px solid #dce3ef;
    }
  
    .foco-news {
  
      grid-template-columns: 80px 1fr;
  
      gap: 20px;
    }
  
    .foco-content h3 {
  
      font-size: 24px;
    }
  
    .fuentes-section {
  
      grid-template-columns: 1fr;
  
      gap: 45px;
    }
  
  }
  
  
  @media (max-width: 600px) {
  
    .actualidad-section {
  
      padding: 60px 16px 75px;
    }
  
    .actualidad-header {
  
      margin-bottom: 50px;
    }
  
    .actualidad-header h1 {
  
      font-size: 34px;
    }
  
    .actualidad-header p {
  
      font-size: 14px;
    }
  
    .fuentes-nav {
  
      grid-template-columns: 1fr;
  
      margin-bottom: 65px;
    }
  
    .fuente-link {
  
      border-right: 0;
  
      border-bottom: 1px solid #dce3ef;
    }
  
    .fuente-link:last-child {
  
      border-bottom: 0;
    }
  
    .foco-news {
  
      grid-template-columns: 1fr;
  
      gap: 20px;
    }
  
    .foco-date-large {
  
      flex-direction: row;
  
      align-items: baseline;
  
      gap: 8px;
    }
  
    .foco-date-large strong {
  
      font-size: 38px;
    }
  
    .foco-content h3 {
  
      font-size: 22px;
    }
  
    .foco-footer {
  
      flex-direction: column;
  
      align-items: flex-start;
  
      gap: 12px;
    }
  
    .cambio-item {
  
      grid-template-columns: 40px 1fr;
  
      gap: 15px;
    }
  
    .cambio-button {
  
      grid-column: 2;
  
      justify-self: start;
    }
  
    .noticia {
  
      grid-template-columns: 1fr;
  
      gap: 10px;
    }
  
    .noticia > a {
  
      text-align: left;
    }
  
    .fuentes-list a {
  
      grid-template-columns: 1fr 25px;
  
    }
  
    .fuentes-list span {
  
      grid-column: 1;
  
    }
  
    .fuentes-list b {
  
      grid-column: 2;
  
      grid-row: 1 / span 2;
  
    }
  
    .actualidad-cta h2 {
  
      font-size: 29px;
    }
  
  }