#btn-leer-qr {
	font-family: "Poppins-Regular";
	letter-spacing: 2px;
	font-size: 25px;
	line-height: 1.5;
	color: #ffffff;
	text-transform: capitalize;
	width: 100%;
	height: 62px;
	border-radius: 10px;
	background: #219be5;
	border: 0.5px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	margin-top: 30px;
	transition: all 0.4s;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
		0 1px 5px 0 rgb(0 0 0 / 20%);
}

img {
	width: 80%;
}

h4 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#content-qur-1 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.principal-section {
	height: 100vh;
	padding: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 0px;
}

@media screen and (min-width: 920px) {
	main {
		align-items: center;
	}
	.principal-section {
		height: 800px;
		border-radius: 29px;
	}
}
