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

body {
  font-family: "Open Sans", sans-serif;
  background: #D9D9D9;
}

main {
  max-width: 1100px;
  margin: 0 auto;         
  background: #F5F4F0;
  padding: 24px;
}

section,
div {
  margin-left: 0;
  margin-right: 0;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
   margin-top: 48px;
}

.destaque {
  color: #E1624F;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 64px;
}


.section-spacing {
  margin-bottom: 64px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  color: #6B6B6B;
  font-style: italic;
  font-size: 15px;
}

h1 {
    margin-top: 16px;
    margin-bottom: 38px;
}

h2 {
    margin-top: 16px;
    margin-bottom: 8px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 4px;
}

.bom-para p {
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 20px;
}

.bom-para ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.bom-para li {
  color: #0C51A7; 
  font-weight: 600;
}

.lista-colorida li:nth-child(1) {
  color: #591B98; 
}

.lista-colorida li:nth-child(2) {
  color: #E5245E; 
}

.lista-colorida li:nth-child(3) {
  color: #E95E10; 
}

.divisor {
  width: 90%;           
  height: 2px;          
  background-color: #D9D9D9;  
  border: none;         
  margin: 24px auto;     
}

.divisor:last-of-type {
  margin-bottom: 40pxpx;
  margin-top: 40px;
}

.texto-final {
  margin-bottom: 64px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  color: #1E1E1E;
  font-style: italic;
  font-size: 15px;
}

