DNS configuration please

whois shows deusorte.online is using GoDaddy DNS

$ whois deusorte.online
Domain Name: DEUSORTE.ONLINE
...
Name Server: NS15.DOMAINCONTROL.COM
Name Server: NS16.DOMAINCONTROL.COM
Name Server: NS63.DOMAINCONTROL.COM
Name Server: NS64.DOMAINCONTROL.COM

Yes, dig does return NS1 nameservers

$ dig deusorte.online NS
deusorte.online.	3470	IN	NS	dns1.p01.nsone.net.
deusorte.online.	3470	IN	NS	dns3.p01.nsone.net.
deusorte.online.	3470	IN	NS	dns4.p01.nsone.net.
deusorte.online.	3470	IN	NS	dns2.p01.nsone.net.

As demonstrated in the post DNS queries are answered by GoDaddy’s DNS

$ dig deusorte.online NS +trace | tail -n 6
deusorte.online.	3600	IN	NS	ns15.domaincontrol.com.
deusorte.online.	3600	IN	NS	ns16.domaincontrol.com.
deusorte.online.	3600	IN	NS	ns63.domaincontrol.com.
deusorte.online.	3600	IN	NS	ns64.domaincontrol.com.
;; Received 137 bytes from 173.201.69.42#53(ns64.domaincontrol.com) in 200 ms

I suggest first checking the name servers configured at GoDaddy. Once it is determined there are not issues, try following the post I have linked above.