
.html {
	--fuente-normal: "IntercamMuseoSans" !important;
	--fuente-negrita: "IntercamMuseoSansBold" !important;
}
.section-finValida {
	display: flex;
	width: 95%;
	margin: 0 auto;
	min-height: 450px;
	flex-direction: column;
	gap: 15px;
}

.valida-correcto__imagen {
	display: flex;
	justify-content: center;
	height: 14vh;
}

.valida-correcto__img {
	height: 85%;
	align-self: center;
}

.valida-correcto__titulo {
	height: 9vh;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 28.8px;
	color: #658d3d;
	font-family: var(--fuente-negrita);
	text-align: center;
	justify-content: center;
}

.valida-correcto__texto {
	width: 90%;
	margin: 0 auto;
	height: 15vh;
	text-align: center;	
}

.valida-correcto_font {
	font-size: 1.6rem;
	font-family: var(--fuente-normal);
	font-weight: 600;
	line-height: 20px;
}

.valida-correcto-Button {
	display: flex;
	justify-content: center;
	height: 12vh;
	align-items: end;
}

#btnContinuar_valCorrecta {
	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;
}

@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;
	}
}
