/* ICONO */
.icon-home {
	position: absolute;
	top: 1rem;
	left: 1rem;
	height: 4rem;
	z-index: 100;
}
/* * * * */

/* SECCION */
section h1 {
  color: #ffffff;
}

.div-qr-data {
	display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding-top: 3rem;
}

.div-qr-data img {
  height: 10rem;
}

.div-qr-data-text {
  font-size: 2rem;
}
/* * * * * * * * */