.section-token {
	background-color: transparent;
	width: auto;
	height: fit-content;
}

.form-token__div {
	display: flex;
	justify-content: center;	
	align-items: center;
}

.form-token__tit {
	height: 12vh;
}

.form-token__titulo {
	font-size: 22px;
  	line-height: 19px;
  	font-weight: bold;
	font-family: "IntercamMuseoSans" !important;	
	color: #000000;
	text-align: center;
}

.form-token__lblPolice {
	font-size: 3.2rem;
	font-family: "IntercamMuseoSansBold" !important;
}

.form-token__challenge {
	height: 10vh;
}

#Usu_Token__Acceso {
	width: 270px;
	height: 35px;
	border: #D9D9D9 solid 2px;
	text-align: center;
	font-size: 25px;	
	text-transform: none;
}

.form-token__police {
	font-size: 14px;
	line-height: 24px;
	font-family: "IntercamMuseoSans" !important;
	height: 12vh;
}

.form-token__tiempo {
	height: 6vh;
}

.tiempoRestanteToken {
	color: #005DA6;
}

::placeholder {
	color: #D9D9D9;
}

#Usu_Token {
	text-align: center;
}

.button-token {
	width: 60%;
	height: 40px;
	background: #658D3D;
	border-radius: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-family: "IntercamMuseoSans" !important;
}

@media screen and (min-width: 300px) {
	.form-token__titulo {
		font-size: 15px;			
	}

	.form-token__lblPolice {
		font-size: 2.8rem;
	}

	#Usu_Token__Acceso {
		width: 95%;
		height: 25px;
	}

	.form-token__tiempo {
		font-size: 1.4rem;
		padding-top: 15px;
		text-align: center;
		color: red;
	}
}

@media screen and (min-width: 700px) {
	.form-token__titulo {
		font-size: 15px;	
		/* height: 22vh;	 */
	}

	.form-token__lblPolice {
		font-size: 2.8rem;
	}

	#Usu_Token__Acceso {
		width: 95%;
		height: 25px;
	}

	.form-token__tiempo {
		font-size: 1.4rem;
		padding-top: 15px;
		text-align: center;
		color: red;
	}
}

/* @media screen and (min-width: 900px) {
	.form-token__tiempo {
		font-size: 1.4rem;
		padding-top: 15px;
		color: gold;
	}
} */

@media screen and (min-width: 1000px) {
	.form-token__titulo {
		font-size: 19px;
		height: 2vh;
	}

	.form-token__lblPolice {
		font-size: 2.8rem;
	}

	#Usu_Token__Acceso {
		width: 270px;
		height: 35px;
	}

	.form-token__tiempo {
		font-size: 1.8rem;
		padding-top: 5px;
		color: blue;
	}
}
