.box-numeros {
  background: #f0f0f0;
  border-radius: 80px;
  padding: 3rem 2rem;
}
.titulo-numeros {
  font-size: 40px;
  color: #0070bb;
  font-weight: bold;
}
.sub-titulo-numeros {
  font-size: 16px;
  color: #00255d;
  text-transform: uppercase;
  font-weight: bold;
}
.box-titulo-numeros {
  font-size: 23px;
  color: #00255d;
  font-weight: bold;
}
.titulo-no-wrap {
  white-space: nowrap;
}
@media (max-width: 990px) {
  .force-wrap {
    white-space: normal !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .box-titulo-numeros {
    white-space: inherit;
  }
}
