* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  color: var(--backgourd);
  --text-primary :#1B1B1B;
  --text-secondary: #333333;
  --text-tertiary:#696969;
  --text-headline: #E1624F; 
  --backgourd:#F5F4F0;
  --border-primary:#D9D9D9;
  --accent-blue:#0C51A7;
  --accent-orange :#E95E10;
  --accent-pink:##E5245E;
  --accent-purple:#591B98;
  background-color: var(--text-primary);
}

body {
  background-size: cover;
}

body * {
  font-family: "Open Sans", sans-serif;
}

#container {
  padding-inline: 32px;
  max-width: 1280px; 
  margin-inline: auto;
  place-content: center;
} 

#page {
  box-sizing: border-box;
  background-color: var(--backgourd);
  margin: 0;
  padding: 20px 50px 20px 50px; 
}

img {
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 100%;
}

#destaque {
  margin-top: 24px;
  color: var(--text-headline);
  font-size: 16px;  
  font-weight: bold;
}

h1, h2, h3 {
  color: var(--text-primary);
  margin-bottom: 4px;  
  font-weight: bold; 
}

h1 {
  font-size: 36px; 
  padding-top: 24px;
}

h2 {
  font-size: 28px; 
  padding-top: 24px;
}

h3 {
  font-size: 28px; 
}

#legenda {
  text-align: center;
  font-style: italic;
  font-size: 16px;  
  padding-bottom: 24px;
  color: var(--text-primary);
}

.divider {
  border: none;
  border-top: 1px solid var(--border-primary);
  margin: 16px 0;
  padding-bottom: 50px;
}

#paragraph {
  margin-top: 12px;
  font-size: 16px;  
  font-weight: regular; 
  color: var(--text-secondary);
  text-align: left;
}

#bom-para, #historia, #Casais, #Familias, #Orcamento {
  font-size: 16px;
  font-weight: bold;  
  text-align: left;
}

#bom-para {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: var(--text-secondary);
  margin-top: 16px;
}

#historia {
  color: var(--accent-blue);
}

#Casais {
  color: var(--accent-pink);
}

#Familias {
  color: var(--accent-blue);
}

#Orcamento {
  color: var(--accent-orange);
}

#lista-destinos {
  margin-top: 12px;
  font-size: 16px;  
  color: var(--text-secondary);
  list-style-position: inside;
  padding-bottom: 24px;
}

#lista-templos {
  list-style: decimal;
  list-style-position: inside;
  display: inline;
  color: var(--text-primary);
  font-size: 32px;
}

#templos {
  color: var(--text-primary);
  font-size: 32px;
  font-weight: bold;
}

#lista {
  list-style: disc;
  list-style-position: inside;
}

#lista li::marker {
  color: var(--text-primary);
}

#paragraph-center {
  font-size: 16px;  
  font-weight: regular; 
  color: var(--text-secondary);
  text-align: center;
}

#footer {
  font-size: 16px;  
  font-weight: regular; 
  color: var(--text-secondary);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}