* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}
body {
  background-color: #1E1E1E;
}

#page {
  padding: 64px 0;
}

.container {  
  max-width: 1120px;
  margin: 0 auto;
  background-color: #F3F9FF;
  padding: 64px;
  border-radius: 0px;
}

main {
  color: #333333;
}

section {
  margin-top: 64px;
}

article {
  margin-top: 64px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 28px;
}

h1 {
  font-size: 36px;
  line-height: 49px;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #1B1B1B;
}

h2 {
  font-size: 32px;
  line-height: 44px;
  color: #1B1B1B;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 4px;
  color: #1B1B1B;
}

.subtitle{
  color: #E1624F;
  font-weight: 700;
}

#imagem-e-comentario-da-imagem p {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
}

#descubra-tres-destinos .subtitle{
  margin-top: 64px;
}

#descubra-tres-destinos {
  text-align: justify;
}

#destino-1, #destino-2, #destino-3 {
  text-align: justify; 
}

.meta {
  margin-top: 40px;
  color: #333333;
  font-weight: 700;
}

ul {
  padding-left: 24px;
  font-weight: 700;
}

.historia {
  color: #0C51A7;
}

.casais {
color: #591B98;
}

.familias {
color: #E5245E;
}

.orcamento {
  color: #E95E10;
}

li::marker {
  color: #333;
  font-weight: 400;
}

#conclusao {
  text-align: center;
}

footer {
  margin-top: 60px;
  text-align: center;
}