Does not match the domain name in the results you posted
Further, the IP in the error message already has a cert for tapetestufan.com (note .com not .mx).
And, all of these domains already have an active server listening on port 80 (some nginx and some IIS). And also have a cert for HTTPS on port 443 (even tapetestufan.mx).
You have an Apache server responding to HTTP requests to that domain. But, an nginx server responds to HTTP requests if they include a URI of /.well-known/acme-challenge/.
Do you control that nginx server? Or is it handled by your hosting service?
The --standalone method requires exclusive use of port 80 for the inbound HTTP Challenge request from the Let's Encrypt server. It won't work when some other server handles port 80 requests.
HTTPS requests are also handled by an nginx server and already have a valid cert.
Please tell us more what you are trying to do. This is very unusual configuration and we want to make sure a good solution