div.titulopost {
  font-size: 1.7em !Important;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 0.4em;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
div.titulopost {
  font-size: 1.7em !Important;
  line-height: 3.6vw;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 0.4em;
  float: left;
}
}
@media only screen and (max-width: 480px) {
div.titulopost {
  font-size: 1.5em !Important;
  line-height: 7.9vw;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 0.4em;
  float: left;
}
}
