@media only screen and (max-width: 385px) {
  img {
    width: 100%;
  }
}

@media only screen and (max-width: 385px) {
  .titulo {
    font-size: 2.0rem !important;
  }
}

.imagenTutorial {
  width: 500px;
  max-width: 100%;
}

div#tutoriales p{
  font-size: 20px;
}

span.text-primary {
  color: #46BABA !important;
}

.pwaVideoTutorial {
  width: 100%;
  max-width: 850px;
  height: 400px;
}