pub fn criar_cliente_http() -> Result<Client>
Creates a reusable HTTP client with rustls-TLS, 30 s timeout, and HTTP/2.
The client should be created once per invocation and shared via Arc.
Arc