Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
The operating system my web server runs on is (include version):
CentOS 7
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
A "load balancer" ?
That can surely explain the weirdness.
You might do better by using DNS validation (if that is supported by your DNS provider and your ACME client)
I would confirm that the expected challenge file location can serve files correctly to the Internet.
That means looking through the nginx code to find where HTTP requested files for /.well-known/acme-challenge/ should be served from. Then placing a test-text-file in that location. Then try accessing that file from the Internet: http://smartco.cl/.well-known/acme-challenge/test-text-file