.noticia {
  width: 100%;
  background: white;
  max-width: 900px;
  margin: 2rem auto;
  color: black;
  padding: 0 1rem;
}
.noticia time {
  opacity: 0.8;
}
.noticia img {
  width: 100%;
}
.noticia h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.noticia .contenido {
  margin-top: 1rem;
}
.noticia .contenido p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.noticia .contenido p a {
  color: rgb(109, 100, 238);
  text-decoration: underline;
  display: inline-block;
}
.noticia .contenido p a:hover {
  opacity: 0.8;
}

div {
  position: relative;
  width: 100%;
  min-height: 340px;
  margin: 1rem 0;
}
div img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}/*# sourceMappingURL=style.css.map */