.div-personagens {
  width: 100%;
}

.img-personagens {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 50px;
  box-shadow: var(--defaultShadow);
}

/* MOBILE */
@media only screen and (max-width: 800px) {}

/* WEB */
@media only screen and (min-width: 801px) {}