html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
}

 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #111827;
}

h1 {
  font-size: 40px !important;
  margin-top: 0.25em;
}

h2 {
  margin: 0.85em 0 !important;
  font-size: 24px !important;
}
h3 {
  margin: 0.85em 0 !important;
  font-size: 20px !important;
}
p {
  color: #000;
  font-size: 18px !important;   
   
  margin-bottom: 6px !important;
  
   
}
.lista li{  
  margin: 1rem;
  font-size: 18px !important; 
  font-weight: 400;
}
ol{  
  margin-top: 1.3rem !important;
  font-size: 18px !important; 
   
}