
.html {
	--fuente-normal: "IntercamMuseoSans" !important;
	--fuente-negrita: "IntercamMuseoSansBold" !important;
}
.section-validaIdentidad {
	display: flex;
	width: 95%;
	margin: 0 auto;
	min-height: 450px;
	flex-direction: column;
	gap: 15px;
}

.form-regresa {	
	justify-content: center;	
	height: 30px;
}

.btnAtras {
	height: 14px;
	align-self: center;
}

.valIden-titulo {
	height: 5vh;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 28.8px;
	color: #658d3d;
	font-family: var(--fuente-negrita);
	text-align: center;
	justify-content: center;
}

.valIden-texto {
	width: 90%;
	margin: 0 auto;
	height: 8vh;
	text-align: center;	
}

.valIden_font {
	font-size: 1.6rem;
	font-family: var(--fuente-normal);
	font-weight: 600;
	line-height: 20px;
}

.div-contenedor__valIden {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 14vh;
}

.contenedor-email {
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	background: rgba(101, 141, 61, 0.10);
}

.imagen-email {
	display: flex;
	justify-content: center;
}

.img-email {
	width: 4.2rem;
	height: 4rem;
}

.label-email {
	color: #658d3d;
	font-size: 1.5rem;
	font-family: "IntercamMuseoSansBold" !important;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
}

.contenedor-emailClte {
	height: 8vh;
	padding-top: 15px;
}

.p-emailClte {
	color: #005DA6;
	text-align: center;
	font-family: "IntercamMuseoSans" !important;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.validaIdentidad-Button {
	display: flex;
	justify-content: center;
	height: 8vh;
}

#btnConinuar_Identidad {
	cursor: pointer;
	background: #005DA6;
	color: #FFF;
	width: 75%;
	height: 70%;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	font-family: "IntercamMuseoSans" !important;
	border-radius: 10px;
}

@media screen and (min-width: 300px) {
	.form-regresa {
		justify-content: center;
	}
}

@media screen and (min-width: 700px) {
	.form-regresa {
		justify-content: center;
	}
} 

@media screen and (min-width: 900px) {
	.form-regresa {
		justify-content: right;
	}
}
