body.calor {
  background: var(--rojo);
}

h3.subtitle {
  background: var(--amarillo);
}

img { max-width: 100%; }

#olla {
  max-width: 600px;
  /*display: block;*/
  margin: 5rem auto 3rem;
}

/*li {*/
  /*list-style: disc;
  margin: 0 0 3rem 1.2rem ;
  clear: both;
  position: relative;
}*/

div.energia-icons {
  text-align: right;
}

div.energia-icons img {
  width: 70px;
}

ul.sugerencias-puntos li:before {
  content: '';
  background: var(--rojo);
  border: 2px solid black;
  border-radius: 50%;
  background-size: 11px 11px;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-top: -4px;
  margin-right: 12px;
}

ul.sugerencias-puntos {
  margin: -1.2rem 0 3rem;
}

ul.sugerencias-puntos li {
  margin-bottom: 1rem;
}

img#coeficientes {
  display: table;
  max-width: 540px;
  margin: auto;
}