div#identificacion {
	height: auto;
}

div.barranav.oculta {
	display: none !important;
}

.oculta {
	display: none !important;
}

#telefono_error {
	top: 45px;
}

#show_password,
#show_password_sesion {
	padding-top: 20px;
	width: 20px;
	height: -5px;
	position: absolute;
	bottom: 7px;
	right: 12px;
	z-index: 10;
	cursor: pointer;
	color: #b3b3b3;
}

section#identificacion {
	padding: 130px 0;
}

section#identificacion .width_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#identificacion .contenido {
	max-width: 100%;
}

section#identificacion .vista-demo-ss {
	display: none;
}

section#identificacion.demo-ss .cont-resumen {
	display: none;
}

section#identificacion.demo-ss .contenido .cont-identificacion {
	margin: 0;
}

section#identificacion .logo-ss {
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

section#identificacion.demo-ss .logo-ss {
	display: flex;
}

section#identificacion .logo-ss .logo {
	width: 175px;
	height: 29px;
}

section#identificacion.demo-ss .forms {
	padding: 32px 30px 40px 30px;
}

section#identificacion.demo-ss .titulo-form {
	display: none;
}

section#identificacion.demo-ss .forms form .titulo-form.vista-demo-ss {
	display: initial;
	font-size: 40px;
	margin: 0 0 10px 0;
}

section#identificacion.demo-ss .bajada-ss.vista-demo-ss {
	margin-bottom: 38px;
	display: initial;
}

section#identificacion.demo-ss #loginGoogle {
	order: 2;
}

section#identificacion.demo-ss #registroGoogle {
	order: -2;
}

section#identificacion.demo-ss .forms .login .titulo-google {
	order: 3;
	margin: 25px 0;
}

section#identificacion.demo-ss .forms .registro .titulo-google {
	order: -1;
	margin: 25px 0;
}

section#identificacion.demo-ss #input-formulario {
	order: 4;
}

section#identificacion.demo-ss .forms form.login .bajada-form {
	margin: 0;
}

section#identificacion.demo-ss.identificar .codigo-descuento {
	display: none;
}

section#identificacion.demo-ss .forms form.registro p.legales {
	margin: 0;
}

section#identificacion.demo-ss .forms form.registro .bajada-form {
	margin-bottom: 38px;
}

section#identificacion.demo-ss .forms .registro .btn.principal {
	margin: 0 0 38px 0;
}

section#identificacion .contenido-ingresar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

section#identificacion .contenido-ingresar .cont-inputs {
	width: 360px;
	max-width: 100%;
}

section#identificacion .contenido-ingresar .titulo-google {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 36px 0;
}

section#identificacion .contenido-ingresar .titulo-google::before,
section#identificacion .contenido-ingresar .titulo-google::after {
	width: 50px;
	position: relative;
	right: auto;
	left: auto;
	top: 2px;
}

section#identificacion .contenido-ingresar .titulo-form {
	margin-bottom: 40px;
}

section#identificacion .ingresar-info {
	padding: 20px 0;
	max-width: 100%;
}

section#identificacion .ingresar-info .cuenta-normal {
	display: none;
}

section#identificacion .ingresar-info .texto-normal {
    display: none;
}

section#identificacion .ingresar-info[data-existe="si"] .texto-login {
	display: initial;
}

section#identificacion .ingresar-info[data-existe="no"] .texto-registro {
	display: initial;
}

section#identificacion .ingresar-info .contenido-ingresar-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

section#identificacion .ingresar-info .contenido-ingresar-info .titulo-form.vista-demo-ss {
    display: initial;
}

section#identificacion .ingresar-info .cont-texto {
	width: 440px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	max-width: 100%;
}

section#identificacion .ingresar-info .texto-principal {
	margin: 10px 0 25px 0;
	font-weight: 300;
}

section#identificacion .ingresar-info .texto-principal .nombre-email {
	font-weight: 600;
}

section#identificacion .ingresar-info .cont-tiempo-reenviar {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 13px;
}

section#identificacion .ingresar-info .cont-tiempo-reenviar .cont-reenviar {
    display: none;
}

section#identificacion .ingresar-info [data-cuenta-activa="false"] .cont-tiempo-reenviar .cont-reenviar {
    display: initial;
}

section#identificacion .ingresar-info .cont-tiempo-reenviar .link {
	cursor: pointer;
	text-decoration: underline;
}

section#identificacion .ingresar-info .cuenta-normal {
	cursor: pointer;
	color: #0099ff;
	font-size: 14px;
}

section#identificacion.demo-ss .forms .ingresar-info .titulo-form.vista-demo-ss {
	margin-bottom: 22px;
}

section#identificacion .ingresar {
	padding: 20px 0;
	max-width: 100%;
}

section#identificacion .ingresar .btn.principal {
	margin-bottom: 0;
}

/**
* Pasos
*/

section#identificacion .pasos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 520px;
	max-width: 100%;
	margin-bottom: 35px;
	position: relative;
}

section#identificacion .pasos .paso {
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	width: 75px;
	height: 75px;
}

section#identificacion .pasos .paso.activo {
	border: 3px solid #339900;
}
section#identificacion .pasos .linea {
	height: 3px;
	width: 50%;
	position: absolute;
	right: 0;
	z-index: -1;
	border: none;
	background-color: #ffffff;
}

section#identificacion .pasos .linea.activo {
	left: 0;
	right: auto;
	background-color: #339900;
}

/***
* Texto
***/

.pais_actual.error {
	border-color: #f00;
}

.news_paises {
	position: relative;
}

.pais_actual {
	display: block;
	line-height: 40px;
	border: 1px solid #bec3c6;
	background-color: #fff;
	/*#ECF0F1;*/
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	height: 40px;
	color: #666666 !important;
	text-decoration: none;
	padding: 0 8px 0 10px;
	margin-bottom: 19px;
	text-align: left;
}

.ic_op_da {
	margin-top: 12px !important;
}

.pais_actual:hover,
.pais_actual:focus {
	text-decoration: none !important;
	cursor: pointer;
}

.news_paises_list::-webkit-scrollbar {
	width: 8px;
}

.news_paises_list::-webkit-scrollbar-thumb {
	background-color: #999999;
}

.news_paises_list::-webkit-scrollbar-track {
	background-color: #eeeeee;
}

.news_paises_list {
	z-index: 5;
	position: absolute;
	top: 34px;
	width: 100%;
	left: 0;
	right: 0;
	height: 150px;
	overflow: scroll;
	background-color: #ffffff;
	list-style: none !important;
	padding: 0 !important;
	margin: 0;
	overflow-x: hidden;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.news_paises_list li {
	line-height: 28px;
	border-bottom: 1px solid #dddddd;
	padding: 0 11px;
	cursor: pointer;
}

.news_paises_list li.sep_option {
	color: #ffffff;
	font-style: italic;
	background-color: #cccccc;
}

.news_paises_list li:hover {
	color: #ffffff;
	background-color: #4f4f4f;
}

.tip_message {
	font-size: 12px;
	display: block;
	padding: 6px 10px;
	position: absolute;
	top: -8px;
	right: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tip_message.error {
	background-color: #e44d3a;
	color: #ffffff;
}

.news_paises .tip_message {
	top: -6px;
}

.news_spinner {
	line-height: 32px;
	color: #999999;
}

.news_spinner img {
	vertical-align: middle;
	margin-right: 4px;
}

.news_respuesta p {
	color: #999999;
}

.news_respuesta p:first-child {
	font-size: 24px;
	color: #57a947;
	line-height: 1.3;
	margin-bottom: 10px;
}
/**
* Formularios
*/

#identificacion .forms {
	text-align: center;
	width: 600px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 50px 50px 50px;
	padding: 32px 40px 40px 40px;
}

#identificacion .dw-form p.title-upgrade-ss {
	display: none;
	font-size: 28px;
	font-weight: 400;
}

#identificacion .forms .dw-form .checkbox div.input.active {
	border-color: #3497db;
	background-color: #3497db;
}

#identificacion .forms .dw-form .checkbox div.input i {
	opacity: 0;
}

#identificacion .forms .dw-form .checkbox div.input.active i {
	opacity: 1;
}

#identificacion .forms .dw-form .radio .opcion i {
	border-color: #3497db;
}

#identificacion .forms .dw-form .radio .opcion.selected i {
	background-color: #3497db;
}

#identificacion .forms .dw-form.dos-factores {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#identificacion .forms .dw-form.dos-factores .contenido {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#identificacion .forms .dw-form.validar-registro .contenido {
	width: 540px;
}

#identificacion .forms .dw-form.dos-factores.email .contenido {
	width: 500px;
}

#identificacion .forms .dw-form.dos-factores.email .contenido .texto.revisa {
	margin: 30px auto 50px auto;
	width: 395px;
	max-width: 100%;
}

#identificacion .forms .dw-form.dos-factores.email .contenido .link-dos-factores {
	cursor: pointer;
	color: #0099ff;
	font-weight: 600;
}

#identificacion .forms .dw-form.dos-factores.email .contenido .linea {
	margin: 30px auto;
	border-bottom: solid 1px #9c9c9c;
	width: 170px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-inputs {
	max-width: 100%;
}

#identificacion .forms .dw-form.dos-factores .contenido .btn.principal.disabled {
	background: #777777;
	cursor: initial;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-digitos {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	flex-wrap: wrap;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-digitos .digito {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin: 0 8px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 22px;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check {
	margin-top: 30px;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check .input-check {
	display: none;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check .label-trust {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check .label-trust::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #333333;
	border-radius: 3px;
	background-color: white;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition:
		background 0.3s,
		border 0.3s;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check .input-check:checked + .label-trust::before {
	background-color: #339900;
	border-color: #339900;
}

#identificacion .forms .dw-form.dos-factores .contenido .container_check .input-check:checked + .label-trust::after {
	content: "\2713";
	color: white;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}

#identificacion .forms .dw-form.dos-factores .contenido .tooltip-info {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
}

#identificacion .forms .dw-form.dos-factores .contenido .tooltip-info i {
	font-size: 15px;
	color: #0099ff;
}

#identificacion .forms .dw-form.dos-factores .contenido .tooltip-info .tooltip {
	display: none;
	position: absolute;
	width: 150px;
	border-radius: 5px;
	background-color: #111111;
	bottom: 25px;
	left: -75px;
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
}

#identificacion .forms .dw-form.dos-factores .contenido .tooltip-info .tooltip p {
	margin: 0;
}

#identificacion .forms .dw-form.dos-factores .contenido .tooltip-info:hover .tooltip {
	display: block;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-inputs .texto {
	margin-bottom: 50px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-inputs .texto.reenviar,
#identificacion .forms .dw-form.restablece .contenido .cont-inputs .texto.reenviar {
	margin-bottom: 60px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-inputs .error {
	color: #dc4437;
	font-weight: 600;
	display: block;
	margin: 5px 0 0 0;
}

#identificacion .forms .dw-form.validar-registro .contenido .link {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #0099ff;
	line-height: 1.5;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-botones-error {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-botones-error .pregunta {
	margin-bottom: 10px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-botones-error .link {
	font-size: 14px;
	margin-bottom: 6px;
}

#identificacion .forms .dw-form.dos-factores .contenido .cont-botones-error .reenviar,
#identificacion .forms .dw-form.restablece .contenido .cont-botones-error .reenviar {
	font-size: 14px;
	margin-bottom: 6px;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable,
#identificacion .forms .dw-form.restablece .cont-desplegable {
	padding: 15px 20px 20px 20px;
	background-color: var(--azul00);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin-bottom: 35px;
	box-sizing: border-box;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .texto-m,
#identificacion .forms .dw-form.restablece .cont-desplegable .texto-m {
	font-weight: 600;
	margin-bottom: 10px;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select,
#identificacion .forms .dw-form.restablece .cont-desplegable .select {
	border-radius: 5px;
	border: 1px solid var(--gris75);
	height: 50px;
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .seleccionado,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .seleccionado {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 9px 18px;
	cursor: pointer;
}

#identificacion .forms .dw-form.dos-factores[data-app="email"] .cont-desplegable .select .seleccionado.item-email,
#identificacion .forms .dw-form.restablece[data-app="email"] .cont-desplegable .select .seleccionado.item-email {
	display: flex;
}

#identificacion .forms .dw-form.dos-factores[data-app="whatsapp"] .cont-desplegable .select .seleccionado.item-whatsapp,
#identificacion .forms .dw-form.restablece[data-app="whatsapp"] .cont-desplegable .select .seleccionado.item-whatsapp {
	display: flex;
}

#identificacion .forms .dw-form.dos-factores[data-app="app"] .cont-desplegable .select .seleccionado.item-app,
#identificacion .forms .dw-form.restablece[data-app="app"] .cont-desplegable .select .seleccionado.item-app {
	display: flex;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .texto,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .texto {
	display: flex;
	align-items: center;
	justify-content: center;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .texto .icono,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .texto .icono {
	margin-right: 10px;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .item-whatsapp .texto .icono,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .item-whatsapp .texto .icono {
	width: 23px;
	height: 27px;
	background-position: 0 0;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .item-email .texto .icono,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .item-email .texto .icono {
	width: 25px;
	height: 22px;
	background-position: -45px -2px;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .item-app .texto .icono,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .item-app .texto .icono {
	width: 17px;
	height: 28px;
	background-position: -25px 0;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .select .texto .texto,
#identificacion .forms .dw-form.restablece .cont-desplegable .select .texto .texto {
	color: #339900;
	font-weight: 600;
	margin: 0;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .items-desplegables,
#identificacion .forms .dw-form.restablece .cont-desplegable .items-desplegables {
	position: absolute;
	top: 50px;
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px 0px rgba(11, 119, 244, 0.15);
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .items-desplegables .desplegable,
#identificacion .forms .dw-form.restablece .cont-desplegable .items-desplegables .desplegable {
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	cursor: pointer;
	transition: all 0.15s linear;
	padding: 12px 30px;
	box-sizing: border-box;
}

#identificacion .forms .dw-form.dos-factores .cont-desplegable .items-desplegables .desplegable:hover,
#identificacion .forms .dw-form.restablece .cont-desplegable .items-desplegables .desplegable:hover {
	background-color: #eeeeee;
}

#identificacion .forms .dw-form.dos-factores .texto-bajada {
	display: none;
	margin-bottom: 25px;
}

#identificacion .forms .dw-form.dos-factores[data-app="email"] .texto-bajada.texto-email {
	display: block;
}

#identificacion .forms .dw-form.dos-factores[data-app="whatsapp"] .texto-bajada.texto-whatsapp {
	display: block;
}

#identificacion .forms .dw-form.dos-factores[data-app="app"] .texto-bajada.texto-app {
	display: block;
}

#identificacion .forms .dw-form.validar-registro a.btn.principal {
	margin-bottom: 23px;
}

#identificacion .forms .dw-form.dos-factores .cont-confiar {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

#identificacion .forms .dw-form.dos-factores .cont-confiar input {
	cursor: pointer;
}

#identificacion .forms .dw-form.dos-factores .cont-confiar .texto-s {
	margin: 0 5px 0 10px;
}

#identificacion .forms .dw-form.dos-factores .cont-confiar .info {
	color: #0099ff;
	font-size: 15px;
	cursor: pointer;
}

#identificacion .forms .dw-form.dos-factores .reenviar,
#identificacion .forms .dw-form.restablece .reenviar {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
}

#identificacion .forms .dw-form.restablece .reenviar {
	width: 100%;
}

#identificacion .forms .dw-form.dos-factores[data-app="email"] .reenviar.texto-email,
#identificacion .forms .dw-form.restablece[data-app="email"] .reenviar.texto-email {
	display: flex;
}

#identificacion .forms .dw-form.dos-factores[data-app="whatsapp"] .reenviar.texto-whatsapp,
#identificacion .forms .dw-form.restablece[data-app="whatsapp"] .reenviar.texto-whatsapp {
	display: flex;
}

#identificacion .forms .dw-form.dos-factores .reenviar .texto-reenviar,
#identificacion .forms .dw-form.restablece .reenviar .texto-reenviar {
	margin-bottom: 20px;
}

#identificacion .forms .dw-form.dos-factores .reenviar .cont-tiempo-reenviar,
#identificacion .forms .dw-form.restablece .reenviar .cont-tiempo-reenviar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

#identificacion .forms .dw-form.dos-factores .reenviar .accion-reenviar,
#identificacion .forms .dw-form.restablece .reenviar .accion-reenviar {
	color: #0099ff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

#identificacion .forms .dw-form.dos-factores .reenviar .accion-reenviar:hover,
#identificacion .forms .dw-form.restablece .reenviar .accion-reenviar:hover {
	text-decoration: underline;
}

#identificacion .forms .dw-form.dos-factores .separacion {
	width: 100%;
	height: 1px;
	background-color: #9c9c9c;
	margin-bottom: 18px;
	display: block;
}

#identificacion .forms .dw-form.dos-factores .cont-respaldo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#identificacion .forms .dw-form.dos-factores .cont-respaldo .texto-respaldo {
	margin-bottom: 18px;
	text-align: center;
}

#identificacion .forms .dw-form.dos-factores .cont-respaldo .ver-respaldo {
	margin-bottom: 18px;
}

#identificacion .forms .dw-form.dos-factores .cont-respaldo .contactate-respaldo {
	color: #0099ff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}

#identificacion .forms .dw-form.codigo-respaldo {
	max-width: 100%;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .titulo-xm {
	margin-bottom: 35px;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .texto-m {
	margin-bottom: 25px;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .texto-m.no-codigo {
	margin-bottom: 20px;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .link.volver {
	color: #0099ff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .link.volver:hover {
	text-decoration: underline;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido input {
	padding: 0 20px;
	border: 1px solid var(--gris50);
	border-radius: 5px;
	width: 395px;
	height: 50px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .error {
	color: #dc4437;
	font-weight: 600;
	display: none;
	margin: 5px 0 0 0;
}

#identificacion .forms .dw-form.codigo-respaldo .contenido .boton-principal {
	width: 396px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 35px 0 20px 0;
}

select {
	color: #777;
	font-size: 14px !important;
	padding: 0 6px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: left;
	width: 100%;
	height: 44px;
}

.grupo-nombre {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}

.grupo-nombre .input {
	width: 100%;
}

.dw-form .grupo-telefono.input {
	display: inline-block;
}

.dw-form .grupo-telefono,
.dw-form .grupo-nombre {
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

.dw-form .grupo-telefono {
	width: 100%;
}

.dw-form .input.error,
.dw-form .grupo-telefono.error,
.dw-form .grupo-nombre.error,
.dw-form .textarea.error {
	margin-bottom: 30px;
}

.dw-form .checkbox {
	margin: 10px 0 0 0;
	cursor: pointer;
}

#identificacion .forms form .texto-producto-form {
	margin-bottom: 0;
	display: none;
}

#identificacion .forms form .titulo-form {
	font-weight: 700;
	margin-bottom: 22px;
}

#identificacion .forms form.login .titulo-form {
	margin-bottom: 30px;
}

#identificacion .forms form.registro .titulo-form {
	margin-bottom: 50px;
}

#identificacion .forms form .bajada-form {
	margin-bottom: 45px;
}

#identificacion .forms form.login .bajada-form {
	margin-bottom: 40px;
}

#identificacion .forms form.registro .bajada-form {
	margin-bottom: 35px;
}

#identificacion .forms form .bajada-form .link {
	color: #0099ff;
	cursor: pointer;
	font-weight: 600;
}

#identificacion .forms form.registro,
#identificacion .forms form.olvido,
#identificacion .forms form.login {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
}

#identificacion .forms form.registro .cont-inputs,
#identificacion .forms form.olvido .cont-inputs,
#identificacion .forms form.login .cont-inputs {
	max-width: 100%;
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#identificacion .forms form.login .cont-inputs #input-formulario {
	width: 100%;
}
#identificacion .forms form.restablece {
	width: 550px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	max-width: 100%;
	box-sizing: border-box;
}
#identificacion .forms form.restablece .texto-producto-form {
	width: 100%;
	text-align: center;
}
#identificacion .forms form.restablece .titulo-form {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
#identificacion .forms form.restablece .titulo-error {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	font-weight: 600;
}
#identificacion .forms form.restablece .texto-error {
	font-size: 16px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 300;
	width: 100%;
}
#identificacion .forms form.restablece .texto-input {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
#identificacion .forms form.restablece input {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-left: 15px;
}
#identificacion .forms form.restablece .btn.principal {
	width: 320px;
	max-width: 100%;
}
#identificacion .forms form.restablece[data-dos-factores="true"] .cont-inputs {
	display: flex;
}
#identificacion .forms form.restablece[data-dos-factores="false"] .cont-inputs {
	display: none;
}
#identificacion .forms form.restablece .cont-inputs {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}
#identificacion .forms form.restablece .cont-inputs .cont-digitos {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#identificacion .forms form.restablece .cont-inputs .cont-digitos input {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	width: 50px;
	height: 40px;
	margin-right: 10px;
	padding: 0;
}
#identificacion .forms form.restablece > .error {
	text-align: center;
	width: 100%;
	color: #dc4437;
	font-weight: 600;
	display: none;
}
#identificacion .forms form.restablece .cont-boton {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#identificacion .forms form.restablece .cont-boton .btn.principal {
	margin-bottom: 20px;
}
#identificacion .forms form.restablece .cont-boton .link {
	color: #3497db;
	cursor: pointer;
	font-size: 14px;
}
/* #identificacion .forms form .cont-inputs .login-facebook {
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-top: 20px;
    width: 300px;
    box-sizing: border-box;
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

#identificacion .forms form .cont-inputs .login-facebook:hover {
    border-color: #d2e3fc;
    background: #f8faff;
}

#identificacion .forms form .cont-inputs .login-facebook>div {
    width: 100%;
    height: 100%;
}

#identificacion .forms form .cont-inputs .login-facebook .no-logueado {
    display: flex;
    align-items: center;
    justify-content: center;
}

#identificacion .forms form .cont-inputs .login-facebook .no-logueado .logo-facebook {
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    margin: 0 10px;
}

#identificacion .forms form .cont-inputs .login-facebook .no-logueado .texto {
    width: calc(100% - 44px);
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado {
    display: flex;
    align-items: center;
justify-content: space-between;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado .logo-usuario {
    width: 19px;
    height: 19px;
    border-radius: 100%;
    box-sizing: border-box;
    margin: 0 0 0 8px;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado .logo-facebook {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin: 0 7px 0 0;
    display: block;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado .texto {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 224px;
    line-height: 1.2;
    font-size: 11px;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado .texto .titulo-usuario {
    font-weight: 600;
}

#identificacion .forms form .cont-inputs .login-facebook .logueado .texto .email-usuario {
    font-weight: 300;
} */

#identificacion .forms form.registro .cont-inputs .contenedor-input {
	width: 100%;
}

#identificacion .forms span.error-general {
	line-height: 1.3;
	color: #c33;
	font-weight: 600;
	margin: 10px 0;
	display: block;
}

#identificacion .forms .btn.principal {
	line-height: 1;
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 0;
	margin: 20px 0 11px 0;
	width: 100%;
}

#identificacion .forms .registro .btn.principal {
	margin-top: 15px;
}

#identificacion .forms .btn.principal.disabled {
	background-color: var(--gris50);
	cursor: initial;
}

#identificacion .forms .registro .btn.principal {
	margin-bottom: 50px;
}

#identificacion .forms .validaciones {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	align-items: flex-start;
}

#identificacion .forms .cont-validaciones {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 13px;
	width: 380px;
	margin: -12px 0 40px 0;
	max-width: 100%;
}

#identificacion .forms .cont-validaciones .titulo-validaciones {
	color: #636363;
}

#identificacion .forms .cont-validaciones .validacion {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 2px 0;
}

#identificacion .forms .cont-validaciones .validacion .check {
	display: none;
}

#identificacion .forms .cont-validaciones .validacion .close {
	visibility: hidden;
}

#identificacion .forms .cont-validaciones .validacion.no-valido .close {
	visibility: visible;
}

#identificacion .forms .cont-validaciones .validacion .texto {
	text-align: left;
	line-height: 1.3;
}

#identificacion .forms .cont-validaciones .validacion .cont-info {
	position: relative;
	margin-left: 2px;
}

#identificacion .forms .cont-validaciones .validacion .cont-info:hover .tooltip {
	display: flex;
}

#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip {
	position: absolute;
	color: #636363;
	border: 2px solid #bbbbbb;
	box-shadow: 0px 3px 8px -2px rgb(0 0 0 / 38%);
	width: 218px;
	text-align: left;
	padding: 15px 10px;
	bottom: 38px;
	left: -30px;
	background: #ffffff;
	font-size: 13px;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	display: none;
}

#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip::after {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	background: #ffffff;
	transform: rotate(45deg);
	bottom: -12px;
	left: 25px;
	border-bottom: 2px solid #bbbbbb;
	border-right: 2px solid #bbbbbb;
	box-shadow: 6px 3px 9px -4px rgb(0 0 0 / 38%);
}

#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip .titulo-tooltip {
	margin-bottom: 4px;
}

#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip .texto-tooltip {
	font-size: 14px;
}

#identificacion .forms .cont-validaciones .validacion.no-valido {
	color: #e61610;
}

#identificacion .forms .cont-validaciones .validacion {
	color: #636363;
}

#identificacion .forms .cont-validaciones .material-icons {
	font-size: 15px;
	position: relative;
	bottom: 1px;
	margin-right: 4px;
	cursor: default;
}

#identificacion .forms .cont-validaciones .material-icons.close {
	color: #e61610;
}

#identificacion .forms .cont-validaciones .material-icons.check {
	color: #689f4b;
}

#identificacion .forms .cont-validaciones .validacion.no-valido .check {
	display: none;
}

#identificacion .forms .cont-validaciones .validacion.no-valido .close {
	display: initial;
}

#identificacion .forms .cont-validaciones .validacion.valido .check {
	display: initial;
}

#identificacion .forms .cont-validaciones .validacion.valido .close {
	display: none;
}

#identificacion .forms a.link {
	color: #0099ff;
	display: inline-block;
	margin: 20px 0 0 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.7;
}

#identificacion .forms a.link.olvide-pass {
	margin: 0 0 45px 0;
}

#identificacion .forms form.registro p.legales {
	font-size: 11px;
	margin: 50px 0 0 0;
}

#identificacion .forms form.registro p.cancelacion {
	font-size: 10px;
	text-align: left;
	padding: 10px 20px 0 30px;
}

#identificacion .forms .dos-factores a.btn.principal {
	margin: 35px 0 20px 0;
}

#identificacion .forms .dos-factores a.btn.principal {
	max-width: 300px;
}

form.registro.dw-form .grupo-telefono .input.telefono label {
	background-color: #ffffff;
	padding: 0 0 5px;
	z-index: 2;
	cursor: text;
}

form.registro.dw-form .grupo-telefono .input.telefono.active label {
	padding: 0;
}

form.registro.dw-form .grupo-telefono .input input[name="telefono"]::placeholder {
	font-style: italic;
	color: #999999;
}

#identificacion .forms .titulo-google {
	font-size: 16px;
	font-weight: 300;
	position: relative;
	margin-bottom: 30px;
	color: #777777;
}

#identificacion .forms .titulo-google::after {
	content: "";
	position: absolute;
	left: -125px;
	width: 110px;
	top: 9px;
	height: 1px;
	background: #9c9c9c;
}

#identificacion .forms .titulo-google::before {
	content: "";
	position: absolute;
	right: -125px;
	width: 110px;
	top: 9px;
	height: 1px;
	background: #9c9c9c;
}

#identificacion .forms form.olvido div.exito {
	display: none;
}

#identificacion .forms form.olvido div.exito p.tit {
	font-size: 22px;
	font-weight: 300;
}

#paises_select {
	background: #ffffff;
}

#identificacion .forms form.olvido div.exito p span {
	display: inline-block;
	margin: 5px 0 0 0;
	color: #999;
	font-size: 13px;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario {
	width: 500px;
	max-width: 100%;
	padding: 5px;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .title {
	display: none;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .sep-title {
	display: none;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .action {
	display: none;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .close {
	display: none;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario > p {
	display: none;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado {
	max-width: 100%;
	box-sizing: border-box;
	padding: 8px 16px;
	height: 70px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s linear;
	width: 100%;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado:hover {
	background-color: #eeeeee;
	border-radius: 5px;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado .cont-avatar {
	border-radius: 100%;
	background: #777777;
	margin-right: 20px;
	width: 50px;
	height: 50px;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado .cont-texto {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% - 70px);
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado > span {
	font-size: 16px;
}

[data-template="overlay-msg"] .overlay.seleccionar-usuario .html .usuario-relacionado .nombre-usuario {
	margin-bottom: 10px;
}

#identificacion .forms form.encuesta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#identificacion .forms form.encuesta p.legales {
	font-size: 11px;
	margin: 50px 0 0 0;
	width: 400px;
	max-width: 100%;
}
#identificacion .forms form.encuesta .btn.principal {
	width: 450px;
	font-size: 18px;
	max-width: 100%;
}
#identificacion .forms form.encuesta .texto-producto-form {
	margin-bottom: 30px;
}
#identificacion .forms form.encuesta .bajda-form {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 60px;
}
#identificacion .forms form.encuesta .items {
	max-width: 100%;
	width: 450px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
#identificacion .forms form.encuesta .items .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
#identificacion .forms form.encuesta .items .item .titulo-item {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}
#identificacion .forms form.encuesta .items .item .titulo-item .error {
	text-align: left;
	font-size: 11px;
	color: #c33;
	width: 100%;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 23px;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta .check {
	margin-right: 15px;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta .check > .material-icons {
	font-size: 22px;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta .check .activo {
	display: none;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta.checked .check .activo {
	display: block;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta.checked .check .no-activo {
	display: none;
}
#identificacion .forms form.encuesta .items .item .cont-pregunta .texto {
	font-size: 15px;
	font-weight: 300;
}

@media (max-width: 979px) {
	body {
		padding-top: 60px !important;
	}
	section#identificacion {
		padding: 50px 0 130px 0;
	}
}

@media (max-width: 600px) {
	#identificacion .forms {
		padding: 30px 15px 50px 15px;
	}
	section#identificacion.demo-ss .forms {
		padding: 30px 15px 50px 15px;
	}
	#identificacion .forms .titulo-google::before {
		right: -95px;
		width: 80px;
	}
	#identificacion .forms .titulo-google::after {
		left: -95px;
		width: 80px;
	}
	section#identificacion .pasos .paso {
		width: 60px;
		height: 60px;
	}
	section#identificacion .pasos {
		width: 290px;
	}
}

@media (max-width: 550px) {
	#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip {
		right: -32px;
		left: auto;
	}
	#identificacion .forms .cont-validaciones .validacion .cont-info .tooltip::after {
		right: 31px;
		left: auto;
	}
	#identificacion .forms form.restablece .cont-inputs .cont-digitos input {
		margin-right: 5px;
	}

	#identificacion .forms .dw-form.dos-factores .contenido .container_check .tooltip-info .tooltip {
		left: -120px;
	}
}

@media (max-width: 446px) {
	#identificacion .forms .dw-form.dos-factores .contenido .cont-digitos .digito {
		width: 35px;
		height: 35px;
		margin: 4px;
	}
	#identificacion .forms .dw-form.dos-factores .cont-respaldo .ver-respaldo {
		padding: 15px 14px;
	}
	#identificacion .forms form.restablece .cont-inputs .cont-digitos input {
		width: 42px;
	}
	section#identificacion .contenido-ingresar .titulo-google {
		gap: 4px;
	}
	section#identificacion .contenido-ingresar .titulo-google::before,
	section#identificacion .contenido-ingresar .titulo-google::after {
		width: 24px;
	}
}
