@charset "utf-8";

@font-face {
  font-family:'iconRekognition';
  src:url('/css/fonts/rekognition-iconos.ttf');
}

html, body {
	height:100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	display: flex;
	flex-direction: column;
}

h1 {
	margin: 0;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

input {
	font-family: inherit;
	font-size: 16px;
}

.cabecera {
	background: #FFF;
	height: 50px;
	/*box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}

.cabecera__contenedor {
	max-width: 60rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.cabecera__logo {
	flex-grow: 1;
	margin: 0;
}

.cabecera__logo span {
    font-size: 1rem;
    margin: 1rem;
}


.pie {
	background: #FFF;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	        box-shadow: 0 0 3px rgba(0,0,0,0.5);
	padding: 0.5rem;
}

.main {
	min-width: 55rem;
	display: flex;
	flex-grow:1;
	padding-top: 6rem;
	flex-direction: row; 	
	background-size: cover;
	background-color: #478dd2;
	justify-content: center;
	color: white;
}

.main.teclado {
	background-image: url("../images/teclado.png");
}


.main__instrucciones {
	width: 17.8125rem;
}

.main__instrucciones__titulo {
	font-size: 1.3rem;
	width: 15rem;
	padding-bottom: 0.75rem;
}

.main__instrucciones__subtitulo {
	font-size: 0.9375rem;
}

.main__contenedor{
	display: flex;
	flex-direction: column;
	margin-left: 10.375rem;
	align-items: center;
}

.label__login {
	font-size: 1.2rem;
}

.button__login, .button__inicio {
	margin-top: 1.5rem;
	display: block;
	border: 1px solid #FFF;
	border-radius: 0.2rem;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #FFF;
	transition: background 300ms, color 300ms;
	background-color: transparent;
}

.button__login:hover, .button__inicio:hover {
	background: #FFF;
	color: #4499d9;
	cursor: pointer;
}

.input__login {
	display: block;
	border: 1px solid #4499d9;
	width: 20.125rem;
	height: 2.8125rem;
	border-radius: 0.2rem;
	margin-top: 0.7rem;
	margin-bottom: 1rem;
	padding-left: 0.5rem;
}

.main__inicio {
	display: flex;
	flex-grow:1;
	padding-top: 2rem;
	flex-direction: column; 	
	background-image: url("../images/teclado.png");
	background-size: cover;
	background-color: #478dd2;
	align-items: center;
	color: white;
}

.main__inicio__titulo {
	font-size: 1.3rem;
}

.main__inicio__contenedor {
	display: flex;
	margin-top: 3.75rem;
	flex-direction: column;
	align-items: center;
}

span.white {
	background: #fff;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #478dd2;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 15px;
	text-align: center;
	width: 1.6em; 
}

span.preguntasinhacer {
	background: #babbbd;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #818284;
	display: inline-block;
	font-weight: bold;
	line-height: 1.4em;
	margin-right: 8px;
	text-align: center;
	width: 1.4em; 
	font-size: 0.6rem;
    padding: 0.1rem;
}

span.preguntaactual {
	background: #048dbb;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ddecf3;
	display: inline-block;
	font-weight: bold;
	line-height: 1.4em;
	margin-right: 8px;
	text-align: center;
	width: 1.4em; 
	font-size: 0.6rem;
    padding: 0.1rem;
}

span.preguntaactualgrande {
	background: #048dbb;
	border-radius: 1.4em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	color: #ddecf3;
	display: inline-block;
	font-weight: bold;
	line-height: 1.7em;
	margin-right: 8px;
	text-align: center;
	width: 1.7em; 
}

.main__inicio__contenedor__columna {
	font-size: 1.225rem;
}

.main__inicio__contenedor__columna a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.button__inicio {
	width: 15rem;
	height: 10rem;
}

.texto__pequeno {
	font-weight: normal;
	font-size: 1rem;
}

.texto__grande {
	font-weight: bold;
	font-size: 1.1rem;
}

svg {
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	fill: white;
	transition: fill 300ms;
	width: 4.5rem;
	height: 3.8125rem;
}

.main__principal {
	flex-grow:1;
	padding-top: 2rem;	
	background: #edf1f4;
}

.main__principal__contenido {
	max-width: 60rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.main__principal__contenedor {
	display: flex;
	flex-direction: column;
	margin-top: 3.724375rem;
	align-items: center;
	justify-content: center;
}

.main__principal__contenedor.mensaje {
	margin-right: 4.4rem;
    margin-top: 2.724375rem;
}

.main__principal__titulo {
	font-size: 1.3rem;
}

.main__principal__titulo:before {
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border: 0.125rem solid #000;
	border-top:0;
	border-left:0;
	transform: rotate(315deg);
	margin-right: 0.8rem;
}

.main__principal__subtitulo {
	font-size: 0.9rem;
	margin-top: 2rem;
	font-weight: 600;
	width: 75%;
}

.main__principal__subtitulo.inicio {
	margin-left: 1.9rem;
}

.subtitulo__contra {
	margin-bottom: -2rem;
}

.c-form {
	width: 17.1875rem;
}

.c-parrafo {
	font-size: 0.8rem;
	margin-top: 0.2rem;
}

.c-field {
    position: relative;
    margin-bottom: .2em;
    margin-top: 1rem;
}

.c-field__input {
	padding: .74rem .8rem .74rem 2.8rem;
	display: block;
	margin: 0;
	border: 0;
	border: 1px solid rgba(0, 0, 0, .38);
	border-radius: 1px;
	-webkit-transition: border .15s;
	transition: border .15s;
	width: 13.5rem;
}

.c-field__input:focus + .c-field__icon svg {
	fill: #058ebc;
}
.c-field__input:valid + .c-field__icon svg {
	fill: #859e10;
}
.c-field__input.isWithoutIcon {
	padding-left: 12.8px;
	padding-left: .8rem;
}
.c-field__input:focus {
	outline: 0;
	border-color:rgba(0, 0, 0, .58);
}
.c-field__icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 44.8px;
	width: 2.8rem;
	pointer-events: none;
}

.c-field__icon svg {
	width: 42%;
	height: 42%;
	margin: auto;
	position: absolute;
	top: 60%;
	left: 60%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	fill: #c8cbcc;
	-webkit-transition: fill .23s;
	transition: fill .23s;
}

.c-div__centrado, .c-div__centrado__imagen {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.5rem;
	font-size: 1.2rem;
}

.c-div__centrado {
	padding-top: 2rem;
}



.c-btn {
    display: inline-block;
    padding: .75rem 1.5rem;
    border-radius: 2px;
    line-height: inherit;
    font-weight: 700;
    font-size: 1.25rem;
    color: #058ebc;
    background-color: rgba(0, 0, 0, .06);
    border: 1px solid #058ebc;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 2rem;
}

.c-btn:hover {
	background-color: rgba(255, 255, 255, .08);
	cursor: pointer;
}

.c-href  {
	text-decoration: underline;
	color: #058ebc;
	margin-top: 1.5rem;
	font-size: 0.9rem;
}

.c-form__msg.isError {
    color: #f53749;
}

.c-form__msg {
	width: 17.188rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.225em;
    padding: 0.5rem 0;
}

.resultadoCorrecto {
	padding-top: 1rem;
	padding-bottom: 3.5rem;
	color: #91b222;
	display: flex;
	align-items: center;
}

.resultadoCorrecto div {
	height: 33px;
	width: 33px;
	background-image: url("../images/correcto-incorrecto-resize75.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 1rem;
}

.resultadoIncorrecto {
	padding-top: 1rem;
	padding-bottom: 3.5rem;
	color: #c10f1a;
	display: flex;
	align-items: center;
}

.resultadoIncorrecto div {
	height: 33px;
	width: 33px;
	background-image: url("../images/correcto-incorrecto-resize75.png");
	background-repeat: no-repeat;
	background-position: -46px 0px;
	position: absolute;
	margin-left: -3rem;
}

.resultadoIncorrectoTexto {
	margin-bottom: 2.2rem;
	margin-top: -3.5rem;
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.resultadoIncorrecto.resultadoIncorrectoTexto.perfil {
	display: block;
	margin-bottom: 0rem;
    margin-top: 0rem;
}

.main__principal__contenedor__preguntas {
	display: flex;
	justify-content: space-between;
	margin-top: -1.38rem;
	width: 75%;
}

.main__principal__contenedor__pregunta {
	margin-top: 2.125rem;
	margin-bottom: 1.1875rem;
	font-size: 1.3rem;
	width: 75%;
}

.main__principal__contenedor__texto{
	display: flex;
	padding-left: 7rem;
}

.texto__pregunta {
	font-size: 0.9rem;
	margin-left: 2.9rem;
}

.texto__gris {
	color: #6d6b6c;
}

#contador {
	width: 4.875rem;
	height: 2.0625rem;
	text-align: center;
	font-size: 1rem;
	margin-left: 2rem;
}

#textArea {
	width: 75%;
}

textarea {
	width: 45.1875rem;
	height: 9.375rem;
	padding: 0.5rem;
    font-size: 1.1rem;
}

textarea:focus {
    outline: 0 none;
}

.button__logs {
	width: 6rem;
	text-align: center;
	margin-left: 1.5rem;
	display: block;
    padding: 0.3rem;
    border-radius: 2px;
    line-height: inherit;
    color: #058ebc;
    background-color: rgba(0, 0, 0, .06);
    border: 1px solid #058ebc;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.button__logs:hover {
	background-color: rgba(255, 255, 255, .08);
	cursor: pointer;
}

table, th, td {
    margin:auto;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

table td:first-child {
   	width: 150px;
}

table td:nth-child(2) {
   	width: 200px;
}

table td:nth-child(3) {
   	width: 120px;
}

table td:nth-child(4) {
   	width: 170px;
}

table td:nth-child(5) {
   	width: 170px;
}

.cabecera__resultado {
	background: #FFF;
	padding-left: 1.1rem;
}

.fallo {
	color: #E74C3C;
}

.caraFeliz {
	background-image: radial-gradient( circle, #8ca22659,#8ca22659), url(../iconos/carafeliz.png);
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	border-radius: 50px;
  	border: none;
}

.main__inicio__contenedor__columna__demo {
	font-size: 1.225rem;
	text-align: center;
	margin-top: 2rem;
	display: flex;
	flex-direction: row;
}

.main__inicio__contenedor__columna__demo div {
	min-width: 232px;
}

.main__inicio__contenedor__columna__demo a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contenedor__svg svg:first-child{
    position: relative;
    left: 2.5rem;
    top: -1rem;
}

.contenedor__svg svg:nth-child(2){
    position: relative;
    right: 2.5rem;
}

.columna__derecha {
	margin-top: 2rem;
}

.div__idiomas {
	margin-left: 2rem;
	min-height: 40px;
}

.select__idiomas {
    cursor: pointer;
    outline: none;
    padding-left: 1rem;
    padding-right: 3rem;
}


@media only screen and (min-width:950px) {
	.main__inicio__contenedor {
		display: flex;
		margin-top: 3.75rem;
		flex-direction: row;
	}

	.columna__derecha {
		padding-left: 10.8rem;
		margin-top: 0rem;
	}

	.main__principal__contenedor__preguntas, .main__principal__contenedor__pregunta {
		width: 95%;
		margin-left: 0.9rem;
	}

	.main__principal__subtitulo.perfil {
		width: 90%;
		margin-left: -2rem;
	}
	.main__principal__contenedor__texto{
		padding-left: 2rem;
	}
	.c-btn.perfil, .c-href.perfil {
		margin-right: 12rem;
	}
}


@media only screen and (min-width:800px) {
	@media only screen and (min-height:640px) {
		html, body {
			height: 100%;
		}
	}
}



@media only screen and (min-height:1021px) {
	html, body {
		height: 100%;
	}
}


.pie__omitir {
	display: inline-block;
	width: 90%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #AAA;
	padding-right: 1rem;
	border-radius: 0.2rem;
	color: #333;
	font-weight: bold;
	font-size:0.9rem;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin-bottom: 0.4rem;
	margin-left: 1.5rem;
}

.pie__omitir:hover {
	background: #4499d9;
	color: #FFF;
	border: 1px solid #4499d9;
}

.pie__omitir__texto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-align: center;	
	    -ms-flex-align: center;	
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pie__omitir__texto:before {
	content: "\e900";
	font-family: iconRekognition;
	display: inline-block;
	color: #999;
	font-size:3rem;
	line-height:3rem;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.pie__omitir__texto:hover:before {
	color: #FFF;
}

.logo__cliente {
	float: right;
	max-height: 42px;
	margin-top: 4px;
}

/********************************************************
******** PARTICLES **************************************
*********************************************************/
.inicio { position: relative;}
.inicio__contenedor { position: relative; z-index: 2; }
#particles-js {
	position: absolute;
	height: 100%;
	right: 0;
	bottom: 4px;
	width: 0;
	-webkit-clip-path: polygon(13% 43%, 24% 21%, 58% 18%, 67% 37%, 60% 68%, 48% 85%, 26% 84%, 17% 61%);
	clip-path: polygon(13% 43%, 24% 21%, 58% 18%, 67% 37%, 60% 68%, 48% 85%, 26% 84%, 17% 61%);
	/*right: 156px;
	width: 310px;*/	
	pointer-events: none;
}

@media only screen and (min-width:40rem) {
	#particles-js {
		/*position: absolute;
		height: 50%;
		right: 0;
		bottom: 4px;
		width: 100%;*/
		height: 100%;
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
	}

	#particles-js.demo_particles-js {
		height: 100%;
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
	}
}


@media only screen and (min-width:1100px) {

	.inicio__contenedor, .cabecera__contenedor, .pie__contenedor, .perfil__contenedor, .perfil__contenedor__verificar {
		max-width: 70rem;
		margin: 0 auto;
	}

	.pie__omitir {
		width: inherit;
		margin-bottom: 0rem;
	}

	#particles-js {
		height: 100%;
		right: 0;
		bottom: 4px;
		width: 526px;
		-webkit-clip-path: polygon(13% 43%, 24% 21%, 58% 18%, 67% 37%, 60% 68%, 48% 85%, 26% 84%, 17% 61%);
		clip-path: polygon(13% 43%, 24% 21%, 58% 18%, 67% 37%, 60% 68%, 48% 85%, 26% 84%, 17% 61%);
	}
	canvas.particles-js-canvas-el{
		max-width: 100%;
		max-height: 100%;
	}

	#particles-js.demo_particles-js {
		left: 0;
		bottom: 4px;
		right: auto;
		top: auto;
		height: 99%;
		width: 75%;
	}

	#particles-js.demo_particles-js {
		height: 100%;
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
	}
}