I solved the problem. Some blocks has an inherited sample time by default. Specifically, de delay block has a sample time equal to -1 by default. This value means the sample time is inherited from the rest of system. The AWGN block doesn't have a sample time parameter. So I think this block inherited the sample time from the system too.
When I set the sample time of the delay block, for some reason, the AWGN block works correctally and this color turns red, as you see in the following figure:
![Screenshot from 2020-01-05 13-28-52.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/259841/Screenshot%20from%202020-01-05%2013-28-52.png)
So i think if you leave the sample time parameters of some block inherited (equals to -1) the AWGN get messy.