When I enter https://brutalrace.fr it doesn’t work and the same for the other domain. Its suposed that is a wildcard certificate and should work for both options. Can you help?
A wildcard certificate for *.example.com isn't valid for example.com. This is an unintuitive quirk of the underlying technology and is the same for wildcard certificates issued by another CA. The wildcard only covers subdomains of the main domain. If you want to use the certificate for the main domain as well it needs to include that name in addition to the wildcard.
You can fix this by getting a certificate for bothbrutalrace.fr and *.brutalrace.fr by changing your Certbot argument to specify both domains using -d brutalrace.fr -d *.brutalrace.fr. You'll have to do similar with desafiodeguerreros.com.es and *.desafiodeguerreros.com.es.