.imgview {
  border-radius: 15px;
}
.titulo {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 3vh;
  line-height: 2.6vh;
  text-transform: uppercase;
  color: #000000;
}
.contenido {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 2vh;
  text-align: justify;
  color: #111111;
}
.castcards {
  background: #ffffff;
  box-shadow: 0px 1px 25px 19px rgba(33, 118, 240, 0.05);
  border-radius: 10px;
}
.nombre {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 1.5vh;
  color: #111111;
}
.personaje {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 1vh;
  color: #6d6d6d;
}

@media (max-width: 600px) {
    .nombre {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 2.5vh;
        color: #111111;
      }
      .personaje {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 2vh;
        color: #6d6d6d;
      }
      
}