It turns out that I have a background in CSS:
body{
background-image: url("../images/fondo_mix.png");
background-size: cover;
height: 100vh;
background-attachment: fixed;
}
I use it in all views, except in two which have different backgrounds, and I need to change them, how do you suggest the change? Greetings.