
.html {
	--fuente-normal: "IntercamMuseoSans" !important;
	--fuente-negrita: "IntercamMuseoSansBold" !important;
}
.section-enrolaToken {
	 display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	min-height: 450px;
}

.div-enrolaToken {
	width: 100%;
	align-content: center;
	display: flex;
}

.form-enrola__Regresa {
	justify-content: end;	
	height: 30px;
}

.btnAtrasToken {
	height: 14px;
	align-self: center;
}

.form-enrola__Titulo {
	height: 5vh;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 28.8px;
	color: #658d3d;
	font-family: var(--fuente-negrita);
	text-align: center;
	justify-content: center;
	padding-top: 10px;
}

.form-enrola__Img {
	height: 8vh;
	justify-content: center;
}

.form-enrola__info {
	height: 34.95px;
	width: 34.95px;
}

.form-enrola__texto {
	width: 90%;
	margin: 0 auto;
	height: 9vh;
	text-align: center;	
}

.p_font {
	font-size: 14px;
	font-family: var(--fuente-normal);
	font-weight: 600;
	line-height: 20px;
}

.form-enrola__proceso {
	justify-content: center;
	height: 4vh;
}

.form-enrola__textoEnrolar {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.contenedor-cadenaToken {
	width: 100%;
	height: 20vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.token-QR {
	width: 100%;
	display: flex;
	justify-content: center;
}

.selector_token_enrola {
	font-family: var(--fuente-normal);
	font-size: 2rem;
	line-height: 24px;
	font-weight: 600;
	color: #658d3d;
}

.form-enrola__textoCierre {	
	display: flex;
	width: 100%;
	justify-content: center;
	font-family: var(--fuente-normal);
	font-size: 1.6rem;
	line-height: 30px;
	font-weight: 400;
	color: #005DA6;
}

.cadenaToken {
	width: 90%;
	height: 26px;
	font-family: var(--fuente-normal);
	font-size: 1.65rem;
	font-weight: 400;
	text-align: center;
	color: #000;
}

.enrola-Button {
	display: flex;
	justify-content: center;
	height: 8vh;
	align-items: end;
	width: 100%;
	padding-bottom: 10px;
}

#btnContinuar_enrola {
	cursor: pointer;
	background: #005DA6;
	color: #FFF;
	width: 75%;
	height: 48px;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	font-family: "IntercamMuseoSans" !important;
	border-radius: 10px;
}

.QrToken {
width: 34%;
}

@media screen and (min-width: 300px) {
	.form-enrola__Regresa {
		justify-content: center;
	}

	.form-enrola__Titulo  {
		height: 5vh;
	}

	.form-enrola__Img {
		height: 8vh;
	}

	.form-enrola__texto {
		height: 9vh;
	}

	.form-enrola__proceso {
		height: 4vh;
	}

	.form-enrola__textoEnrolar {
		height: 5vh;
	}

	.contenedor-cadenaToken {
		height: 20vh;
	}

	.QrToken {
		width: auto;
	}

	.token-QR {
		height: 3vh;
		padding-top: 0px;
	}

	.form-enrola__textoCierre {
		line-height: 30px;
		height: 4vh;
	}
}

@media screen and (min-width: 700px) {
	.form-enrola__Regresa {
		justify-content: center;
	}

	.form-enrola__Titulo {
		height: 5vh;		
	}

	.form-enrola__Img {
		height: 10vh;
	}

	.form-enrola__texto {
		height: 12vh;
	}

	.form-enrola__textoEnrolar {
		height: 8vh;
	}

	.form-enrola__proceso {
		height: 4vh;
	}

	.contenedor-cadenaToken {
		height: 20vh;
	}

	.token-QR {
		height: 5vh;
		padding-top: 20px;
	}

	.QrToken {
		width: 50%;
	}

	.form-enrola__textoCierre {
		height: 7vh;
	}

	.cadenaToken {
		font-size: 1.3rem;
	}
} 

@media screen and (min-width: 900px) {
	.form-enrola__Regresa {
		justify-content: end;
	}

	.form-enrola__Titulo  {
		height: 5vh;
		padding-top: 0px;
	}

	.form-enrola__Img {
		height: 8vh;
	}

	.form-enrola__texto {
		height: 9vh;
	}

	.form-enrola__proceso {
		height: 4vh;
	}

	.form-enrola__textoEnrolar {
		height: auto;
	}

	.contenedor-cadenaToken {
		height: 20vh;
	}

	.QrToken {
		width: auto;
	}

	.token-QR {
		height: 3vh;
		padding-top: 0px;
	}

	.form-enrola__textoCierre {
		line-height: 30px;
		height: 4vh;
	}

	.cadenaToken {
		font-size: 1.65rem;
	}
}
