/* Titulo */

h1 {
  font-size: 5rem;
}

.intro p {
  font-size: 2rem;
}

.intro {
  margin-bottom: 2rem;
}

/* General */

article {
  padding: 0 3rem;
  margin-bottom: 2rem;
}

h2 {
  text-transform: none;
  font-size: 3.3rem;
  margin-bottom: 0;
}

.date {
  color: white;
  font-family: "DotGothic16";
  text-align: right;
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.float {
  float: right;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 1rem;
}

.left {
  float: left;
  margin-left: 0;
  margin-right: 1rem;
}

.float img {
  max-width: 190px;
}

.img-foot {
  border: 1px black solid;
  max-width: 191px;
}

.img-foot p {
  font-size: 1rem;
  margin: 0;
  margin-left: 0.6rem;
}
/* SEASON */

.season {
  background-color: rgb(45, 69, 110);
}

.season h2,
.season p,
.season ul,
.season li {
  color: white;
}

.season img {
  max-height: 270px;
}

@media (max-width: 700px) {
  .float,
  .left {
    float: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .float,
  .left {
    flex-direction: column;
  }
}
