.titulo-seccionA {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    background: url('../img/anio.jpg') center/cover fixed no-repeat;
}

.noticia {
    margin-bottom: 20px;
    margin-right: 20px; /* Ajusta el margen derecho según sea necesario */
  }

  .noticia img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .noticia-preview {
    opacity: 0.7;
  }

  .descripcion {
    flex-grow: 1;
    margin-right: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
  }

  .descripcion h5 {
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 40px;
    color: #FF0000;
  }

  .preview {
    margin-bottom: 20px;
  }

  .preview img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 10px; /* Ajusta el margen inferior según sea necesario */
  }

  .noticias-previas {
    margin-top: 120px !important;
  }
  .noticias-previas p{
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .pagination {
    margin-top: 20px;
    justify-content: center; /* Centra los elementos dentro de la paginación */
  }