h1 {
  color: var(--negro);
  font-family: var(--fuente);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-bottom: solid var(--primario) 0.5rem;
}
h2 {
  color: var(--negro);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h3 {
  color: var(--negro);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}
h5 {
  font-size: 1.8rem;
}