template@charset "utf-8";

#webcam {
  /*  top: -5000000px;*/
}


/*-------------------------------- DESKTOP -------------------------*/


body{

	font-family: 'helveticaneue_bold', Helvetica, Arial;

	background-color: #fff;

	padding: 0;

	margin: 0;

	font-size:17px;

	line-height: 18px;

	color: #000;



	background-color:#fff;


 
}

#webcam {

/*  height: 0; */

  overflow: hidden; position: absolute;

  z-index: 1;

  opacity:0;

  /* height: 1px;
	 width: 1px;
	 overflow: hidden;
	 opacity: 0;  */
}

#fondo{

	width: 100%;

	height: 100vh;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 1;

	-webkit-transition: 1.5s ease-in-out;

	-moz-transition: 1.5s ease-in-out;

	-ms-transition: 1.5s ease-in-out;

	transition: 1.5s ease-in-out;

}

#fondo #bote{

	position: absolute;

    top: -34vw;

    width: 44vw;

    right: 10vw;

	z-index: 2;

}

#fondo #imagenagua{

	width:100%;

	height: auto;

}

#fondo.eltest{

	top: 8vh;

}

#fondo.eltest2{

	top: 15vh;

}

#fondo.lasolucion{ top: 73vh; }

#fondo.participa{ top: 76vh; }

div, section, article, img, header, footer{

	margin: 0;padding: 0;border:none 0px;

}

section{

	width: 100%;

	height: 100vh;

	position: absolute;

	background-color: transparent;

	left: 0;

	z-index: 2;

}



article{

	position: absolute;

	top: 50%;

	left: 50%;

	height: auto;

/*	-webkit-transition: 0.5s ease-in-out;

	-moz-transition: 0.5s ease-in-out;

	-ms-transition: 1.5s ease-in-out;

	transition: 1.5s ease-in-out;*/

	-webkit-transform: translate(-50%,-50%);

	-moz-transform: translate(-50%,-50%);

	-ms-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

	background-image: url("../images/radial.png");

	background-position: center center;

	background-size: 100% 100%;

	background-repeat: no-repeat;

}

header{

	position: fixed;

	top:0;left: 0;width: 96%;padding: 30px 2%;z-index: 10;height: auto;

}



footer{

	position: absolute;

    bottom: 0;

    left: 0;

    width: 96%;

    padding: 2vh 2%;

    z-index: 10;

    height: auto;

    background-color: #fff;

    color: #000;

    text-align: center;

    font-size: 14px;

}

footer .legal{

	float: left;

    width: 100%;

    height: auto;

}

footer .legal p{

	    margin: 0 auto 10px !important;
	font-size: 12px !important;

}

footer .botones{

	float: left;width: 100%;

}

footer .botones a{

	color:#000;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

	margin: 0 10px;

}

footer .botones a:hover{

	color:#de9c9b;

}

.logo{

	width: auto;height: 26px;float: left;

}

.logo img{
	height: 100%;
}

nav{

	float: right;width: auto;height: auto;

}

nav ul{

	list-style: none;

	display: block;

	margin: 0;

	padding: 0;

}

nav li{

	display: inline-block;

	font-family: "helveticaneue_light";

	font-size: 17px;

	margin: 0 0 0 20px;

	cursor: default;

}

nav a{

	color:#000;

	text-decoration: none;

	border-bottom: 1px solid rgba(0,0,0,0);

	padding-bottom: 1px;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

	cursor: pointer;

}

nav a:hover{

	border-bottom: 1px solid rgba(0,0,0,1);

}

h1{

	color:#DF9B99;

	text-transform: uppercase;

	font-family: "helveticaneue_light";

	font-size: 40px;

	font-weight: normal;

}

h1, p{

	margin: 40px auto;

}

.btn{

	padding: 15px 35px;

	color:#DF9B99;

	text-decoration: none;

	border: solid 1px #DF9B99;

	background-color: transparent;

	cursor: pointer;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

	text-transform: uppercase;

	display: inline-block;

	font-size: 23px;

	font-family: "helveticaneuemedium";

	letter-spacing: 1px;

}

.btn:hover{

	color:#fff;

	background-color:#DF9B99;

}



/*------------- seccion 1 --------------------------*/

#eltest{

	top: 0;

}

#eltest article{

	width: 850px;

	height: auto;

	text-align: center;

}

#eltest .titulo{

	padding-top: 7vw;

}

#eltest .flecha{

	position: absolute;

	bottom: 30px;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-moz-transform:  translateX(-50%);

	-ms-transform:  translateX(-50%);

	transform:  translateX(-50%);

	width: auto;

	height: auto;

	padding: 0 0 0 0;

	cursor: pointer;

	-webkit-animation: anim-flecha 1s ease-in-out 0s infinite;

  -moz-animation: anim-flecha 1s ease-in-out 0s infinite;

  -ms-animation: anim-flecha 1s ease-in-out 0s infinite;

  animation: anim-flecha 1s ease-in-out 0s infinite;

}

@keyframes anim-flecha{

	0%{

		bottom: 30px;

	}

	50%{

		bottom: 20px;

	}

	100%{

		bottom: 30px;

	}

}

#titular{

	position: absolute;

	top: 8vh;

	left: 50%;

	z-index: 8;

	-webkit-transform: translateX(-50%);

	-moz-transform:  translateX(-50%);

	-ms-transform:  translateX(-50%);

	transform:  translateX(-50%);

	width: 850px;

	height: auto;

	text-align: center;

	color: #DF9B99;

}

#titular h1{

	margin: 0 auto 20px;

	text-align: center;

	font-weight: normal;

	font-family: 'helveticaneue_thin';

	font-size: 50px;

}

#titular h3{

	margin: 0 auto;

	text-align: center;

	font-size: 25px;

}

#mitest{

	margin: 70px 0 0 0;

}

#imagen{

	position: relative;

  width: 248px;

  height: 248px;

  margin: 0 auto;
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	-ms-border-radius: 180px;
	border-radius: 180px;

}

#gotatrans{

	position: relative;

  top: 0;

  left: 0;

  z-index: 10;

}

#verde1{

	position: relative;

  top: -252px;

  left: 0;

}

#verde2{

	position: relative;

  top: -502px;

  left: 0;

}

#verde3{

	position: relative;

  top: -756px;

	left: 0;

}

#verde4{

	position: relative;

    top: -1008px;

	left: 0;

}

#verde5{

	position: relative;

  top: -1260px;

	left: 0;

}

.enunciado{

	padding: 30px 0;

  font-size: 27px;

  line-height: 29px;

  font-family: "helveticaneue_thin";

}

.opciones img{

	margin: 0 20px;

	cursor: pointer;

	-webkit-border-radius: 50px;

	-moz-border-radius: 50px;

	-ms-border-radius: 50px;

	border-radius: 50px;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

}

.opciones img:hover{

	background-color: #E6F0E7;

}

.contador{

	padding: 40px 0 0 0;

  font-size: 30px;

  font-family: "helveticaneue_thin";

  color: #000;

}

.template_huella .enunciado {

  padding: 30px 0;

  font-size: 23px;

  line-height: 25px;

  font-family: "helveticaneue_thin";

}

.template_huella .enunciado span{

	font-size: 17px;

  line-height: 20px;

  font-family: "helveticaneue_light";

}

.template_huella .btn{

	padding: 11px 25px;

	color:#DF9B99;

	text-decoration: none;

	border: solid 1px #DF9B99;

	background-color: transparent;

	cursor: pointer;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

	text-transform: uppercase;

	display: block;

	font-size: 18px;

	font-family: "helveticaneue_medium";

	letter-spacing: 1px;

	margin: 0 auto 0;

	width: 170px;

}

.template_huella .btn:hover{

	color:#fff;

	background-color:#DF9B99;

}

#porcentajeresultado{

	height: 250px;

  padding: 50px 0 0 0;

  width: 850px;

}

.textoporcentaje{

	height: 250px;

  width: 100%;

}

.textoporcentaje .descripcion{

  float: left;

  text-align: left;

  font-family: "helveticaneue_light";

}

#porcentaje1 .descripcion{

	width: 250px;

  height: 200px;

  padding: 40px 50px 0 150px;

  font-size: 38px;

  line-height: 42px;

}

#porcentaje2 .descripcion{

	width: 300px;

  height: 200px;

  padding: 51px 30px 0 120px;

  font-size: 26px;

  line-height: 38px;

}

#porcentaje3 .descripcion{

	width: 250px;

  height: 190px;

  padding: 60px 30px 0 170px;

  font-size: 45px;

  line-height: 47px;

}

.textoporcentaje .imagen{

	width: 250px;

  height: 250px;

  float: left;

}

.crema{

	width: 540px;

  padding: 56px 0 0 270px;

  background-image: url(../images/crema_resultado.png);

  background-repeat: no-repeat;

  background-position: top left;

  height: 110px;

  text-align: left;

  font-family: "helveticaneue_light";

  font-size: 22px;

  line-height: 28px;

  margin-left: 40px;

}

.rosa{

	color:#de9c9b;

}

.facebook{

	background-image: url(../images/facebook.png);

  background-position: right +10px top +4px;

  background-repeat: no-repeat;

  background-size: 26px auto;

	transition: 0 !important;

}

.facebook:hover{

	background-position: right +10px top -26px;

}

#mensajeerror{

	position: fixed;

	top:50%;

	left: 50%;

	width: 830px;

	height: 600px;

	border:solid 1px #de9c9b;

	background-image: url(../images/bg_error.jpg);

	background-size: 100% auto;

	background-repeat: no-repeat;

	background-position: top left;

	background-color: #fff;

	z-index: 600;

	-webkit-transform: translate(-50%,-50%);

	-moz-transform:  translate(-50%,-50%);

	-ms-transform:  translate(-50%,-50%);

	transform:  translate(-50%,-50%);

}

#mensajeerror .texto{

	width: 370px;

  height: auto;

  margin: 250px auto 0;

  text-align: center;

	font-family: "helveticaneue_light";

}

#mensajeerror h2{

	margin: 0 auto 40px;

	text-align: center;

	font-weight: normal;

	font-family: 'helveticaneue_thin';

	font-size: 50px;

	color:#de9c9b;

}

#mensajeerror strong{

	font-family: 'helveticaneue_bold';

	font-weight: normal;

}

#veladoerror{

	width: 100%;

	height: 100vh;

	background-color:rgba(0,0,0,0.5);

	position: fixed;

	z-index: 500;

	top: 0;

	left: 0;

}

.cerrar{

	position: absolute;

  top: 10px;

  right: 10px;

  cursor: pointer;

}

#velado{

	width: 100%;

	height: 100vh;

	background-image: url(../images/bgpopupganador.jpg);

	background-size: cover;

	background-repeat: no-repeat;

	position: fixed;

	z-index: 500;

	top: 0;

	left: 0;

}

#popupparticipacion{

	position: fixed;

	top:50%;

	left: 50%;

	width: 850px;height: 650px;

	border:solid 1px #de9c9b;

	background-image: url(../images/bg_ventana.jpg);

	background-size: 100% auto;

	background-repeat: no-repeat;

	background-position: bottom left;

	background-color: #fff;

	z-index: 600;

	-webkit-transform: translate(-50%,-50%);-moz-transform:  translate(-50%,-50%);-ms-transform:  translate(-50%,-50%);transform:  translate(-50%,-50%);

}

.template_final{

	width: 80%;

  padding: 100px 10% 0;

  text-align: center;

  float: left;

}

.template_final h1{

	font-size: 50px;

  font-weight: normal;

  font-family: "helveticaneue_thin";

	margin: 30px auto;

}

.template_final p{

	font-family: "helveticaneue_light";

  line-height: 25px;

  margin: 30px auto;

}

.template_final strong{

	font-family: "helveticaneue_medium";

  font-weight: normal;

}

.template_final .btn{

	font-size: 18px;

  padding: 9px 35px;

}

#formulario{

	width: 80%;

  padding: 50px 10% 0;

  text-align: center;

  float: left;

}

#formulario h1{

	font-size: 50px;

  font-weight: normal;

  font-family: "helveticaneue_thin";

	margin: 30px auto;

}

#formulario table{

	width: 400px;

  margin: 0 auto;

  text-align: left;

  font-size: 15px;

  font-family: "helveticaneue_light";

}

#formulario input[type="text"],#formulario input[type="email"]{

	border:solid 1px #de9c9b;

	font-size: 13px;

  font-family: "helveticaneue_medium";

	padding:5px;

	width: 90%;

}

#formulario input[type="submit"]{

	font-size: 15px;

  padding: 10px 90px;

  margin: 0 auto;

  display: block;

}

#formulario .acepto{

	text-align: center;

  font-size: 12px;

  font-family: "helveticaneue_medium";

}

#formulario .acepto a{

	color: #000;

	-webkit-transition: 0.3s;

	-moz-transition:  0.3s;

	-ms-transition: 0.3s;

	transition:  0.3s;

}

#formulario .acepto a:hover {

	color:#de9c9b;

}

#formulario .formulario_ok{

	display: block;

  text-align: center;

  color: #33cc33;

  font-size: 14px;

}

#formulario .formulario_error{

	display: block;

  text-align: center;

  color: #ff0000;

  font-size: 14px;

}

#formulario .obligatorios{

	text-align: center;

  font-size: 11px;

  font-family: "helveticaneue_medium";

}

#lasolucion{

	top: 100vh;

}

#lasolucion .texto{

	left: 15vw;


	-webkit-transform: translate(0,-60%);
		-moz-transform: translate(0,-60%);
		-ms-transform: translate(0,-60%);
		transform: translate(0,-60%);

}

#lasolucion h1{

	font-size: 50px;

  font-weight: normal;

  font-family: "helveticaneue_thin";

	margin: 30px auto;

	text-transform: none;

}

#lasolucion p{

	font-family: "helveticaneue_light";

  line-height: 25px;

  margin: 30px auto;

}

#lasolucion sup{

	font-size: 7px;

}

#lasolucion strong{

	font-family: "helveticaneue_medium";

  font-weight: normal;

}

#lasolucion ul{

	font-family: "helveticaneue_light";

}

#lasolucion li{

	margin: 0 0 20px;

}

#lasolucion .btn{

	font-size: 18px;

  padding: 9px 35px;

}

#participa{

	top: 200vh;

}



#participa .texto{

	left: 18vw !important;

  -webkit-transform: translate(0,-70%);

  -moz-transform: translate(0,-70%);

  transform: translate(0,-70%);

  transform: translate(0,-70%);

  width: 500px;

}

#participa h1{

	font-size: 50px;

  font-weight: normal;

  font-family: "helveticaneue_thin";

	margin: 30px auto;

	text-transform: none;

}



#participa p{

	font-family: "helveticaneue_light";

  line-height: 25px;

  margin: 30px auto;

}



#participa strong{

	font-family: "helveticaneue_medium";

  font-weight: normal;

}

#participa ul{

	font-family: "helveticaneue_light";

  list-style: none;

  list-style-position: outside;

	margin: 0 0 0 -20px;

}

#participa li{

	margin: 0 0 10px -20px;

  list-style-position: outside;

}

#participa .galeria{

	right: 17vw !important;

  -webkit-transform: translate(0,-70%);

  -moz-transform: translate(0,-70%);

  transform: translate(0,-70%);

  transform: translate(0,-70%);

  width: 30%;



}

#participa .imagencuadricula{

	width:30%;

	height: auto;

	float: left;

	margin: 0 1.5% 3%;

}


/*----------- COOKIES -----------*/

#cookies{
	background-color: rgba(0,0,0,0.75);
    bottom: 0;
    height: auto;
    left: 0;
    padding: 1.5vw 2%;
    position: fixed;
    width: 96%;
    z-index: 10000000;
	color:#fff;
	font-family: 'helveticaneue_light';
	z-index: 50000000000;
}
#cookies .arriba{
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#cookies .abajo{
	float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#cookies .destacado{
	float: left;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    width: 50%;
}

#cookies .cerrar{
	float: right;
    font-size: 20px;
    height: auto;
    width: auto;
	text-align:right;
}

#cookies .texto{
	font-size: 14px;
	float: left;
    height: auto;
    width: 70%;
}
#cookies .texto a{
	color:#fff;
	text-decoration:none;
	font-family: 'helveticaneue_bold';
}
#cookies .texto u{
	text-decoration:underline;
}
#cookies .texto a:hover{
	text-decoration:underline;
}

#cookies .aceptar{
	float: right;
    font-size: 14px;
    font-family: 'helveticaneue_bold';
    height: auto;
    width: auto;
	text-align:right;
	margin:1vw 0 0 0;
	text-transform:uppercase;
}
#cookies .aceptar:hover, #cookies .cerrar:hover{
	color:#de9c9b;
	cursor:pointer;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------- MOBILE -------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){
#lasolucion .flecha{

	display: block;
	position: absolute;

	bottom: 30px;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-moz-transform:  translateX(-50%);

	-ms-transform:  translateX(-50%);

	transform:  translateX(-50%);

	width: auto;

	height: auto;

	padding: 0 0 0 0;

	cursor: pointer;

	-webkit-animation: anim-flecha 1s ease-in-out 0s infinite;

  -moz-animation: anim-flecha 1s ease-in-out 0s infinite;

  -ms-animation: anim-flecha 1s ease-in-out 0s infinite;

  animation: anim-flecha 1s ease-in-out 0s infinite;

}
	body{
		font-size: 23px;
    	line-height: 31px;
		overflow: auto !important;
	}

	nav{
		display: none;
	}

	header{
		background-color: #fff;
	}

	.logo {
		height: 50px;
		width: 100%;
		text-align: center;
	}

	.logo img{
		height: 100%;
		width: auto;
	}

	#fondo{
		display: none;
	}

	article {
		position: absolute;
		top: 0;
		left: 0;
		height: auto;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}

	h1{
		font-size: 45px;
	}

	#eltest{

		background-image: url("../images/bg_agua_mobile.jpg");
		background-position: center top +110px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #fff;

	}

	#eltest article {
		width: 600px;
		padding: 240px 20px 0;
	}

	#eltest .titulo {
		padding-top: 0;
	}

	.btn {
		padding: 20px 75px;
		font-size: 30px;
	}



	#titular {
		top: 250px;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 390px;
		padding: 0 125px;
	}


	#titular h1 {
		margin: 0 auto 20px;
		font-size: 50px;
		line-height: 50px;
	}

	#titular h3 {
		font-size: 25px;
	}

	#eltest #imagen {
		padding: 0 0 0;
		position: absolute;
		top: 400px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}


	#verde1, #verde2, #verde3, #verde4, #verde5{
		position: absolute;
		top: 0;
		left: 0;
	}
	.template_pregunta{
		padding:400px 0 0 0;
	}
	.enunciado {
		font-size: 33px;
		line-height: 36px;
	}

	#pregunta3 br, #pregunta4 br{
		display: none;
	}
	 #pregunta6 .enunciado br{
		display: none;
	}
	#pregunta6{
		width:90%;
		padding: 0 5%;
	}

	.opciones img {
		margin: 0 50px;
		height: 80px;
	}

	.contador {
		padding: 0;
	}

	.template_huella .enunciado {
		font-size: 33px;
		line-height: 36px;
	}

	.template_huella .enunciado span {
		font-size: 22px;
		line-height: 25px;
		display: block;
		margin: 20px auto;
	}

	.template_huella .btn {
		padding: 10px 25px;
		font-size: 24px;
		width: 220px;
	}

	#mensajeerror {
		top: 40px;
		left: 40px;
		width: 560px;
		height: 90vh;
		z-index: 600;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mensajeerror .texto {
	    margin: 300px auto 0;
	}

	#mensajeerror h2 {
		font-size: 80px;
	}

	#porcentajeresultado {
		height: auto;
		padding: 0;
		width: 600px;
	}

	.textoporcentaje {
		height: 380px;
		width: 100%;
		margin: 0 auto;
	}

	.textoporcentaje .imagen{
	    width: 100%;
	}
	.textoporcentaje img{
	    margin: 0 auto;
	}

	.descripcion {
		width: 600px !important;
		height: auto !important;
		padding: 50px 20px 0 !important;
		font-size: 26px !important;
		line-height: 38px !important;
		float: none !important;
		position: absolute !important;
		top: 470px !important;
		text-align: center !important;
		left: 0 !important;
	}

	.descripcion br {
		display: none;
	}


	.crema {
		width: 352px;
		padding: 30px 0 0 240px;
		background-image: url(../images/crema_resultado.png);
		background-repeat: no-repeat;
		background-position: top left;
		height: 115px;
		text-align: left;
		font-family: "helveticaneue_medium";
		font-size: 21px;
		line-height: 28px;
		margin-left: 0;
		background-size: auto 90%;
	}

	.crema br{
		display: none;
	}
	#eltest span.rosa{
		font-size: 19px;
	}


	#resultados .btn {
		padding: 8px 25px;
		font-size: 20px;
		width: 220px;
		margin: 7px auto -20px;
	}


	.facebook {
		background-image: url(../images/facebook.png);
		background-position: right +10px top +11px;
		background-repeat: no-repeat;
		background-size: 26px auto;
		transition: 0 !important;
		background-color: #fff;
	}
	.facebook:hover {
		background-image: url(../images/facebook.png);
		background-position: right +10px top +11px;
		background-repeat: no-repeat;
		background-size: 26px auto;
		transition: 0 !important;
		background-color: #fff;
	}


	#popupparticipacion {
		top: 40px;
		left: 40px;
		width: 560px;
		height: 90vh;
		background-size: 160% auto;
		background-position: bottom center;
		background-color: #fff;
		z-index: 600;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.template_final {
		width: 90%;
		padding: 100px 5% 0;
		text-align: center;
		float: left;
	}
	.template_final h1 {
		font-size: 60px;
		margin: 30px auto;
	}

	.template_final p {
		line-height: 40px;
		margin: 30px auto;
	}

	.template_final .btn {
		font-size: 29px;
		padding: 12px 55px;
	}

	.template_final br{
		display: none;
	}

	#formulario table {
		width: 500px !important;
		margin: 0 auto;
		text-align: left;
		font-size: 15px;
		font-family: "helveticaneue_light";
		display: block;
	}

	tr {
		display: table-row;
		width: 100%;
	}

	td {
		display: table-caption;
		width: 478px;
		font-size: 20px;
	}

	#formulario input[type="text"], #formulario input[type="email"] {
		border: solid 1px #de9c9b;
		font-size: 16px;
		font-family: "helveticaneue_medium";
		padding: 5px;
		width: 90%;
	}
	#formulario .acepto {
		text-align: center;
		font-size: 17px;
		font-family: "helveticaneue_medium";
		width: 437px;
	}

	#formulario .formulario_ok, #formulario .formulario_error {
		font-size: 22px;
	}

	#formulario input[type="submit"] {
		font-size: 25px;
		padding: 10px 90px;
		margin: 0 auto;
		display: block;
		margin-left: 82px;
	}

	#formulario .obligatorios {
		text-align: center;
		font-size: 16px;
		font-family: "helveticaneue_medium";
		width: 443px;
	}

	#lasolucion{
		background-image: url(../images/bg_agua2_mobile.jpg);
		background-position: bottom +30px left;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	#lasolucion .texto {
		left: 5% !important;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		width: 90%;
		top: 100px;
	}

	.textodesktop{
		display: none !important;
	}
	.textomobile{
		display: block !important;
	}

	#lasolucion .btn {
		font-size: 30px;
		padding: 22px 35px;
		margin: 20px 0 0 160px;
	}

	#participa{
		height: 110vh;
	}

	#participa .texto {
		left: 5% !important;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		width: 90%;
		top: 100px;
	}

	#participa .galeria {
		right: 5%;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		width: 90%;
		left: 5%;
		top: 78vw;
	}

	#participa p {
		font-family: "helveticaneue_light";
		line-height: 30px;
		margin: 30px auto;
	}


	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 96%;
		padding: 2vh 2%;
		z-index: 10;
		height: auto;
		background-color: #fff;
		color: #000;
		text-align: center;
		font-size: 13px;
		border-top: solid 1px #999;
	}


	footer .botones a {
		font-size: 19px;
	}

	/*quitar esto*/

	#cookies{
		display: none;
	}

	/*-------*/
	#cookies .arriba{
		float: left;
		margin: 0;
		padding: 0 0 20px;
		width: 100%;
	}
	#cookies .abajo{
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#cookies .destacado{
		float: left;
		height: auto;
		width: 50%;
	}

	#cookies .cerrar{
		float: right;
		height: auto;
		width: auto;
		text-align: right;
		font-size: 30px;
	}

	#cookies .texto{
		float: left;
		height: auto;
		width: 100%;
	}



	#cookies .aceptar{
		float: left;
		font-size: 20px;
		font-weight: bold;
		height: auto;
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
		text-transform: uppercase;
	}

	#eltest .flecha img {
		width: 40px;
	}

	.titulo img{
		width: 70%;
	}
	
	footer .legal p {
		margin: 0 auto 10px !important;
		font-size: 18px !important;
	}
	
}



/* TABLET -------------------------*/

@media only screen and (max-width: 640px) and (device-aspect-ratio: 3/4), screen and (max-width: 640px) and (device-aspect-ratio: 3/5) /*, screen and (max-width: 640px)  and (device-aspect-ratio: 5/5) */ {
	body {
		font-size: 15px !important;
		line-height: 23px !important;
	}

	header {
		padding: 15px 2% !important;
	}
	.logo {
		height: 35px !important;
	}

	#eltest {
		background-position: center top +65px;
	}

	#eltest article {
		padding: 160px 20px 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#eltest .titulo {
		width: 60%;
		padding: 0 20%;
	}

	#eltest .titulo img{
		width:100%;
	}

	h1 {
		font-size: 32px;
	}
	h1, p {
		margin: 30px auto;
	}

	.comienzo{
		width: 70%;
		padding: 0 15%;
	}

	.btn {
		padding: 10px 35px;
		font-size: 20px;
	}
	#eltest .flecha img{
		width: 40px;
	}
	#lasolucion{
		background-image: url(../images/bg_agua3_mobile.jpg) !important;
	}
	#lasolucion .texto {
		top: 70px;
	}

	#lasolucion h1 {
		font-size: 32px;
		margin: 20px auto;
	}

	#lasolucion p {
		margin: 20px auto;
	}

	#lasolucion li {
		margin: 0 0 10px;
	}
	#lasolucion .btn {
		font-size: 18px;
		padding: 9px 35px;
		margin: 0px 0 0 200px;
	}

	#participa {
		height: 110vh;
	}
	#participa .texto {
		top: 70px;
	}

	#participa h1 {
		font-size: 32px;
		margin: 20px auto;
	}
	#participa p {
		line-height: 25px;
		margin: 20px auto;
	}

	#participa .galeria {
		right: 10%;
		width: 80%;
		left: 10%;
		top: 58vw;
	}

	footer .botones a {
		font-size: 12px;
	}

	#titular {
		top: 150px;
		left: 0;
		width: 390px;
		padding: 0 125px;
	}

	#titular h1 {
		margin: 0 auto 20px;
		font-size: 32px;
		line-height: 35px;
	}
	#titular h3 {
		font-size: 20px;
	}

	#eltest #imagen {
		padding: 0;
		position: absolute;
		top: 200px;
		left: 50%;
	}
	#verde1 {
		top: 0;
		position: absolute;
	}
	#verde2 {
		top: 0;
		position: absolute;
	}
	#verde3 {
		top: 0;
		position: absolute;
	}
	#verde4 {
		top: 0;
		position: absolute;
	}
	#verde5 {
		top: 0;
		position: absolute;
	}
	.enunciado {
		font-size: 20px;
		line-height: 25px;
		padding: 310px 0 20px;
	}

	.opciones img {
		margin: 0 30px;
		height: 60px;
	}

	.contador {
		padding: 0;
		font-size: 20px;
	}

	#pregunta3 br, #pregunta4 br {
		display: block;
	}

	.template_huella .enunciado {
		font-size: 20px;
		line-height: 25px;
		width: 90%;
		padding: 20px 5%;
	}


	.template_huella .enunciado span {
		font-size: 11px;
		line-height: 25px;
		display: block;
		margin: 15px auto;
	}

	.template_huella .btn {
		padding: 10px 25px;
		font-size: 18px;
		width: 160px;
	}

	.textoporcentaje {
		height: 300px;
		width: 100%;
		margin: 0 auto;
	}

	.descripcion {
		width: 520px !important;
		padding: 0px 60px 0 !important;
		font-size: 17px !important;
		line-height: 27px !important;
		top: 330px !important;

	}

.crema {
    width: 307px;
    padding: 30px 0 0 240px;
    background-image: url(../images/crema_resultado.png);
    background-repeat: no-repeat;
    background-position: top left +39px;
    height: 70px;
    text-align: left;
    font-family: "helveticaneue_medium";
    font-size: 17px;
    line-height: 21px;
    margin-left: 14px;
    background-size: auto 112%;
    margin-bottom: 20px;
    margin-top: -70px;
}

	#resultados .btn {
		padding: 8px 9px !important;
		font-size: 16px !important;
		width: 200px !important;
		margin: 7px auto -20px !important;
	}

	.imagen img{
		width: 30%;
		margin-top: -30px
	}

	#resultados{
		margin-top: -35px;
	}

	#eltest span.rosa {
		font-size: 15px;
		padding: 16px 0 0 0;
		display: block;
	}


	.facebook {
		background-position: right +13px top +4px !important;
	}
	.facebook:hover {
		background-position: right +13px top +4px !important;
	}

	.template_final h1 {
		font-size: 40px;
		margin: 30px auto;
	}

	.template_final p {
		line-height: 20px;
		margin: 30px auto;
	}
	.template_final .btn {
		font-size: 17px;
		padding: 12px 55px;
	}

	#formulario h1 {
		font-size: 40px;
		margin: 20px auto;
	}

	td {
		font-size: 15px;
	}
	#formulario input[type="text"], #formulario input[type="email"] {
		font-size: 15px;
	}
	#formulario .acepto {
		font-size: 13px;
	}
	#formulario input[type="submit"] {
		font-size: 19px;
		padding: 10px 50px;
		margin: 0 auto;
		display: block;
		margin-left: 148px;
	}

	#formulario .obligatorios {
		font-size: 10px;
	}
	#formulario .formulario_ok, #formulario .formulario_error {
		font-size: 17px;
	}
	#cookies .arriba {
		float: left;
		margin: 0;
		padding: 0 0 10px;
		width: 100%;
	}
	#cookies .aceptar {
		float: left;
		font-size: 15px;
		font-weight: bold;
		height: auto;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
		text-transform: uppercase;
	}
	
	.template_pregunta{
		padding:0px 0 0 0 !important;
	}

}
