@charset "iso-8859-1";

.pantalla_authentication_texto * {
	box-sizing: border-box;
}

.pantalla_authentication_texto {
	display: none;
	justify-content: center;
	align-items: center;

	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15001;
}
.pantalla_authentication_contenido_texto {
	background-color: rgba(255, 255, 255, 0.92);
	border-radius: 5px;
	border: 4px solid #d0cfb7;
	box-shadow: 0 0 60px #444;
	padding: 0 14px 14px 14px;
	width: 70%;
	max-width: 780px;
	max-height: 90%;
	overflow-y: auto;
	font-size: 14px;
}
.pantalla_authentication_titulo_texto {
	color: rgba(102, 153, 204, 1);
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.2rem;
}

.botones_texto {
	display: block;
	color: white;
	font-size: 14px;
	text-align: center;
	box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.35);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 9px 0;
	transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
}
.botones_texto:hover {
	cursor: pointer;
	opacity: 0.5;
}

.bloque_authenticator_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.6rem;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.12);
	border: 1px solid lightgray;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.bloque_authenticator_info img {
	height: 54px;
}

.bloque_authenticator_info strong {
	color: rgba(102, 153, 204, 1);
}

.bloque_authenticator_sincro {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.2rem 0.6rem;
	margin-bottom: 1rem;
}

.bloque_authenticator_sincro > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.6rem;
}

.bloque_authenticator_sincro > div:first-child img {
	height: 40px;
}

.bloque_authenticator_sincro > div:first-child p span {
	color: rgba(102, 153, 204, 1);
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.bloque_authenticator_sincro > div:first-child p span:active {
	text-decoration: none;
}

.bloque_authenticator_colapsable {
	display: none;
	width: 100%;
	padding: .5rem;
}

.bloque_authenticator_colapsable ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bloque_authenticator_colapsable_stores {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .6rem;
}

.bloque_authenticator_colapsable_stores img {
	height: 82px;
}

.bloque_authenticator_colapsable_separador{
	border-top: 1px solid #ddd;
	margin-top: 1rem;
}

.bloque_authenticator_colapsable_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.bloque_authenticator_colapsable_info  > li {
	width: 50%;
	text-align: center;
	/* border: 1px solid blue; */
}

.bloque_authenticator_colapsable_info  > li img {
	height: 160px;
	border: 1px solid #DDD;
}

.bloque_authenticator_colapsable_info  > li span {
	display: block;
	text-align: left;
	padding-top: 1rem;
}

.bloque_authenticator_codigo {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.bloque_authenticator_codigo h1 {
	text-align: center;
	font-size: 1.1rem;
	color: rgba(102, 153, 204, 1);
	margin: 0;
	padding: 0.6rem 0;
}
.bloque_authenticator_codigo div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding-bottom: 1rem;
}

.bloque_authenticator_codigo div input {
	border: 1px solid rgba(102, 153, 204, 1);
	border-radius: 4px;
	/*padding: 8px 8px 8px 18px;*/
	padding: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 24%;
	/*letter-spacing: 10px;*/
}

.bloque_authenticator_codigo div button {
	background-color: #00ac0b;
	border: none;
	width: 24%;
}

#lista_botones_authentication_texto {
	display: none;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px 0 10px 0;
	margin-top: 20px;
}
#lista_botones_authentication_texto li {
	width: 50%;
	padding: 0 1rem;
	/* border: 1px solid red; */
}
#lista_botones_authentication_texto li:first-child {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.6rem;
}
#lista_botones_authentication_texto li:first-child span {
	display: block;
	background-color: rgba(102, 153, 204, 1);
	padding: 4px;
	border: 1px solid rgb(184, 217, 255);
	border-radius: 8px;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 4rem;
}
#lista_botones_authentication_texto li:last-child button {
	background-color: #cc0000;
	border: none;
	width: 50%;
	float: right;
}
#leyenda_validacion_1 {
	display: block;
    text-align: center;
	color:dimgray;
	font-style: italic;
}

#leyenda_validacion_2 {
	display: none;
    text-align: center;
	color:#cc0000;
	font-style: italic;
}

