* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  background-color: #F5F4F0;
  margin: 88px auto 65px;
  max-width: 1120px;
}

main {
  margin: 0 16px;
}

.topico {
  color: #E1624F;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

img.inicio {
  max-width: 1120px;
  max-height: 660px;
  border-radius: 28px;
  margin: 44px auto 24px;
}

p.inicio {
  font-style: italic;
  text-align: center;
}

p.encerramento {
  text-align: center;
}

p {
  text-align: justify;
}

ul {
  padding-left: 24px;
}

.separator {
  background-color: #D9D9D9;
  height: 1px;
  margin: 40px auto 64px;
}

h1, h2, h3 {
  color: #1B1B1B;
}

h1 {
  font-size: 36px;
  margin-top: 8px;
}

h2 {
  font-size: 32px;
  margin: 2px auto 8px;
}

h3 {
  font-size: 28px;
}

img {
  max-width: 1120px;
  max-height: 350px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  align-items: center;
  margin: 48px auto 20px;
}

footer {
  text-align: center;
  font-size: 14px;
  margin: 65px auto 48px;
}

footer a {
  color: #333333;
}