/*----FUENTES----*/
.fondo-advertencia {
  display: none;
}

.advertencia-portrait {
  display: grid;
  place-items: center;
}

.hm-instrucciones1 {
  place-items: center;
  display: grid;
  padding: 50%;
  width: 30%;
  z-index: 5000;
}

.hm-instruccion1 {
  text-align: center;
  position: absolute;
  place-items: center;
  display: grid;
  font-size: 2em;
  top: 50%;
  left: 10%;
  width: 80%;
  z-index: 5000;
}
