:root {
  font-family: "Open Sans", sans-serif;
}

#page {
  box-sizing: border-box;
  width: 1120px;
  padding: 88px 80px 137px 80px;
  margin: 0 auto;
}

#page img {
  width: 100%;
  border-radius: 28px;
}

h3 {
  margin-bottom: 4px;
  color: #e1624f;
  font-size: 16px;
  font-weight: bold;
}

h3 + h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h1 + img {
  margin-top: 16px;
  margin-bottom: 12px;
}

#proxima_viagem img + p {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

#line {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
}

#amantes_historia h1:first-of-type + p {
  margin-top: 8px;
}

#amantes_intro {
  margin: 64px 0;
}

#destinos img + h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
}

#destinos h1 + p {
  margin-top: 4px;
}

#destinos h1 + p + p {
  font-weight: bold;
  margin-bottom: 0;
}

ul {
  margin: 0;
}

ul li {
  color: #0c51a7;
  font-weight: bold;
}

#destinos ul + img {
  margin-top: 48px;
}

footer {
  margin-top: 40px;
  text-align: center;
}

ul li::marker {
  color: #333333;
}
