.week {
  width: 100%;
  margin: 30px 0px;
}

.week h1 {
  margin-top: 20px;
}

.semana {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  /* margin: 50px 0px; */
}

.dia a {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;

}

.dia img {
  width: 90%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.dia img:hover {
  transform: scale(1.01);
}