I have fixed it removing this lines on system.nsh, on the MUI_FUNCTION_WELCOMEPAGE macro:
GetDlgItem $MUI_TEMP1 $MUI_HWND 1200
SetCtlColors $MUI_TEMP1 "" "${MUI_BGCOLOR}" The problem is that in this position of the image, there is a gradient from white to dark grey, and in the middle of this degree a white line appears (MUI_BGCOLOR=white, if I change it to red, a red line appears)A screenshot (in red, for a better visualization of the problem)