.noticia-container {
        width: 95%;
        max-width: 1200px;
        margin: 40px auto;
        padding: 40px 30px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

.noticia-container h1 {
        font-size: 3rem;
        margin-bottom: 15px;
        color: #222;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
}

.noticia-container h2 {
  color: #d4a200;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

    .noticia-container .fecha {
        font-size: 1rem;
        color: #777;
        text-align: center;
        margin-bottom: 25px;
    }

.noticia-container a {
  color: #d4a200;
  text-decoration: none;
}

.noticia-container a:hover {
  text-decoration: underline;
}

.noticia-container img {
        height: 400px;
        display: block;
        margin: 0 auto;
        border-radius: 12px;
        margin-bottom: 30px;
}

.noticia-container .meta {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.noticia-container strong {
  color: #d4a200; /* amarillo IGF Spain */
  font-weight: 600; /* mantiene la negrita */
}

    /* Responsive */
    @media (max-width: 768px) {
        .noticia-container h1 {
            font-size: 2rem;
        }

        .noticia-container p {
            font-size: 1rem;
        }

        .noticia-container {
            padding: 30px 15px;
        }
    }

    .jornadas-anteriores {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fffef9;
      color: #222;
      line-height: 1.6;
    }

    .jornadas-anteriores h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-top: 50px;
      color: #222;
    }

    .jornadas-anteriores h2.subtitulo {
      text-align: center;
      font-size: 1.4rem;
      color: #555;
      margin-bottom: 30px;
      font-weight: normal;
    }

    /* Sección introductoria */
    .jornadas-anteriores .intro-jornada {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px;
      color: #555;
      font-size: 1.05rem;
      line-height: 1.7;
      padding: 0 20px;
    }

    /* Poster + descripción */
    .jornadas-anteriores .contenido-jornada {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 40px;
      max-width: 1000px;
      margin: 0 auto 60px;
      padding: 0 20px;
    }

    .jornadas-anteriores .contenido-jornada img {
      width: 350px;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .jornadas-anteriores .descripcion-jornada {
      max-width: 500px;
      text-align: justify;
      font-size: 1rem;
    }

    /* Datos clave */
   .jornadas-anteriores .datos-jornada {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin: 50px auto;
      max-width: 900px;
      padding: 0 20px;
    }

   .jornadas-anteriores .dato {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      padding: 20px;
      text-align: center;
      min-width: 200px;
      transition: transform 0.2s ease;
    }

    .jornadas-anteriores .dato:hover {
      transform: translateY(-5px);
    }

   .jornadas-anteriores .dato h3 {
      margin-bottom: 10px;
      color: #222;
      font-size: 1.2rem;
    }

    /* Botones */
   .jornadas-anteriores .botones-jornada {
      text-align: center;
      margin: 40px 0;
    }

   .jornadas-anteriores .botones-jornada a {
      display: inline-block;
      margin: 10px;
      padding: 12px 25px;
      background-color: #ffcc33;
      color: #333;
      text-decoration: none;
      border-radius: 8px;
      font-weight: 600;
      transition: all 0.3s ease;
    }

   .jornadas-anteriores .botones-jornada a:hover {
      background-color: #ffe680;
    }

    /* Slider */
  .jornadas-anteriores  .slider-evento {
      max-width: 900px;
      margin: 50px auto;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

    /* Cierre */
   .jornadas-anteriores .cierre-jornada {
      text-align: center;
      font-style: italic;
      color: #666;
      margin: 60px 0 20px;
    }

/* === Bloques de patrocinadores === */
.jornadas-anteriores .igf-sponsors {
    text-align: center;
    margin-top: 3em;
}

.jornadas-anteriores .igf-sponsors h3 {
    font-size: 1.5em;
    color: #0B3C91;
    margin: 1.8em 0 1em;
    border-bottom: 2px solid #0B3C91;
    display: inline-block;
    padding-bottom: 5px;
}

.jornadas-anteriores .igf-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin: 2em 0;
}

.jornadas-anteriores .igf-logos img {
  width: 180px;        /* ancho fijo de la “caja” */
  height: 100px;       /* alto fijo de la “caja” */
  object-fit: contain; /* el logo se ajusta sin deformarse */
  padding: 8px;       /* deja aire alrededor */
  background: #fff;    /* opcional, útil si tienen fondo transparente */
  display: block;
}

.jornadas-anteriores .igf-logos img:hover {
    transform: scale(1.08);
}


    @media (max-width: 768px) {
     .jornadas-anteriores .contenido-jornada {
        flex-direction: column;
        text-align: center;
      }
      .descripcion-jornada {
        text-align: left;
      }
    }