/*GENERAL*/
*{
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-kerning: normal; 
  font-variant-ligatures: common-ligatures, contextual;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "kern", "liga", "clig", "alt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
}
body{
	width: 100%;
	height: 100%;
	font-family: 'Neutraface';
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
}
a, li{
	color: #000;
	display: block;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.animado-fondo:hover, .animado-fondo:focus, .animado-fondo:active {
    color: #000;
}

.animado-fondo {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.animado-fondo:hover:before, .animado-fondo:focus:before, .animado-fondo:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.animado-fondo:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b9b9b9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.animado-texto{ 
  position: relative;
  display: inline-block;
}

.animado-texto:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 110%;
    left: 0px;
    background-color: black;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.animado-texto:hover{ 
  text-decoration: none;
  color: black;
}

.animado-texto:hover:before{ 
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.anterior{
	margin-top: 40px;
	padding-left: 19px;
	padding-right: 20px;
	font-size: 18px;
	text-align: right
}
.ayuda{
	margin-top: 62px;
	color: black;
	font-weight: 500;
	text-align: center;
	display: none;
}
.azul{
	color: #000000;
}
.btn-quiero{
	width: 255px;
	height: 61px;
	display: block;
	margin: 0px auto;
	margin-top: 20px; 
	font-weight: 600;
	background-color: #000000;
	text-align: center;
	line-height: 61px;
}
.campo-texto{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Neutraface';
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	border: 0px;
	text-transform: uppercase;
	background-color: transparent;
}
.campo-texto:focus{
	outline: none;
}
.campo-texto::placeholder { 
  color: #000;
  opacity: 1; 
}
.campo-texto:-ms-input-placeholder { 
  color: #000;
}s
.campo-texto::-webkit-input-placeholder { 
  color: #000;
}

.campo-texto:-moz-placeholder { 
  color: #000;
}

.campo-texto::-moz-placeholder { 
  color: #000;
}

.campo-texto-excepcional{
	position: relative;
	width: 100%;
	height: 56px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Neutraface';
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	border: 0px;
	text-transform: uppercase;
	background-color: transparent;
	line-height: 56px;
}
.campo-texto-excepcional:focus{
	outline: 0;
}
.campo-texto-excepcional::placeholder { 
  color: #000;
  opacity: 1; 
}
.campo-texto-excepcional:-ms-input-placeholder { 
  color: white;
}


.cardcontainer {
  /*top: 50%;
	transform: translateY(-50%) translateX(35%);*/
	position: absolute;
	width: 100%;
	height: 100%;
}

.cardcontainer img {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	animation: zoominoutsinglefeatured 2s infinite ;
}

.encontrando-equilibrio{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    height: 100%;
    padding-top: 170px;
}

.centrado-contenido{
	position: relative;
	min-height: 490px;
	overflow-y: hidden;
	top: 50%;
	transform: translateY(-50%);
}
/*.centrado-pantalla-cierre{
  position: absolute;
  width: 100%;
  height: 671px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}*/
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #000;
  background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.centrado-cierre{
	width: 604px;
	height: 100%;
	margin: 0px auto;
}
.circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: stroke 2s ease-out forwards;
}
.cli-plugin-main-link {
  display: inline-block;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	    font-size: 13px!important;
	    font-weight: normal!important;
}

.cli-plugin-button, .cli-plugin-button:visited {
	text-shadow: none!important;
	padding: 3px 10px 5px 10px!important;
	border-bottom: none!important;

	border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;

	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.color-interior{
	color: #b2c854;
}
.color-naranja{
	height: 100%;
	background-color: #f7a968;
}
.color-rosa{
	height: 100%;
	background-color: #d78189;
}
.color-social{
	color: #f7a968;
}
.color-trabajo{
	color: #d78189;
}
.color-verde{
	height: 100%;
	background-color: #bfd466;
}
.comenzar{
	display: none;
}
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cont-barra-colores{
	position: fixed;
	width: 100%;
	height: 10px;
	display: flex;
	top: 0px;
	z-index: 10;
	display: none;
}
.cont-barra-colores span{
	display: block;
}
.cont-checkbox{
	max-width: 385px;
	margin: 0px auto;
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
}
.cont-checkbox a{
	display: inline-block;
}
.cont-checkbox1{
	margin-top: 25px;
}
.cont-checkbox:first-child { 
	background-color: yellow;
}
.cont-cierre{
	/*position: absolute;
	max-width: 683px;*/
	width: 100%;
	height: 100%;
	right: 0px;
	background-color: #e7efee;
	z-index: 10;
	overflow: auto;
	padding-bottom: 100px;
}
.cont-comparte{
	position: relative;
	width: 100%;
	max-width: 603px;
	margin: 0px auto;
	/*padding-bottom: 20px;*/
	display: flex;
	align-items: flex-start;
	/*border-bottom: 2px solid #000000;*/
}
.cont-comparte.primero .whatsapp{
	margin-left: 0px;
}
.cont-comparte.segundo{
	margin-top: 0px;
	border-bottom: 0px;
}
.container input {
  position: absolute;
  width: 15;
  height: 15px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
/*.container:hover input ~ .checkmark {
  background-color: white;
}*/
.container:hover input ~ .checkmark {
  background-color: #000;
}
.container input:checked ~ .checkmark {
  background-color: #000;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cont-navegacion{
	display: flex;
	justify-content: center;
}
.cont-legales{
	height: 25px;
	margin-right: 123px;
}
.cont-legales ul{
	display: flex;
	justify-content: center;
	font-size: 11px;
}
.cont-legales li{
	line-height: 64px;
}
.cont-legales a{
	color: black;
	font-weight: 500;
	height: 38px;
}
.cont-legales a:hover{
	text-decoration: none;
}
.cont-legales li{
	color: black;
}
.cont-legales li:last-child{
	line-height: 64px;
}
.cont-legales .separador{
	width: 1px;
	height: 8px;
	line-height: 64px;
	display: inline-block;
	background-color: white;
	margin-left: 7px;
	margin-right: 7px;
}
.cont-pantalla-cierre{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	margin-top: 30px;
}
/*.cont-pantalla-cierre.segunda{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100px;
}*/

.cont-pregunta.p9 span.respuesta{
	margin-right: auto;
	margin-bottom: 0px;
}

.cont-pregunta.p9 span.respuesta:hover{
	background-color: transparent;
}

.cont-privacidad{
	padding-top: 50px;
	padding-bottom: 100px;
	max-width: 970px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px auto;
}

.cont-privacidad p{
	max-width: 970px;
	margin: 0px auto;
	font-size: 19px;
    line-height: 22px;
}

.cont-privacidad ul li {
	margin-left: 20px;
  font-size: 19px;
  line-height: 22px;
}

.cont-respuestas{
	position: relative;
	left: -4px;
	display: flex;
	justify-content: space-around;
	margin: 0px auto;
	margin-top: 35px;
	animation-name: preguntas;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.cont-respuestas.excepcion1{
	max-width: 186px;
	margin-top: 20px;
}
.cont-respuestas.excepcion1 .respuesta:hover{
	background-color: transparent;
}

.cont-respuestas.dos{
	max-width: 393px;
	margin: 0px auto;
	margin-top: 37px;
}
.cont-respuestas.tres{
	max-width: 583px;
	margin: 0px auto;
	margin-top: 39px;
}
.cont-resultado{
  max-width: 605px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.cont-resultado p{
	max-width: 140px;
	color: black;
	text-align: center;
	min-height: 72px;
}

.cont-resultado .titular-porcentaje{
	min-height: auto;
}
.cont-rrss{
	position: absolute;
	bottom: 0px;
	display: flex;
}
.cont-texto{
	max-width: 780px;
	margin: 0px auto;
	min-height: auto;
}
.cont-texto-cierre{
	position: absolute;
	top: 50%;
	left: 123px;
	transform: translateY(-50%);
	max-width: 577px;
	margin-top: -32px;
}
.cont-texto-home{
	position: relative;
	top: 50%;
	left: 123px;
	margin-top: -26px;
	transform: translateY(-50%);
	max-width: 577px;
}
.cont-ver-video{
	display: flex;
}
.cont-ver-video2{
	align-items: baseline;
	display: flex;
}
#cookie-law-info-bar {
	position: fixed;  
	top: 0px !important;
	height: 80px;
	border-bottom: 1px solid gray;
}

#cookie-law-info-bar a {
	display: inline;
}
#cookie-law-info-bar span {
  line-height: 30px;
}

.desactivado{
	opacity: 0.75;
	cursor: default;
}
.download{
	width: 26px;
	height: 26px;
	/*margin-left: 10px;*/
	background-image: url(../images/download.svg);
	background-size: 26px 26px;
}
.enlace-adecco{
	display: inline-block;
	color: black;
	text-decoration: underline;
}
.enlace-politica{
	display: inline-block;
	text-decoration: underline;
}
.facebook{
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url(../images/facebook.svg);
	background-size: 26px 26px;
}
.figura{
	display: none;
}
.finalizar{
	/*width: 151px;
	height: 40px;*/
	width: 181px;
	height: 50px;
	margin: 0px auto;
	margin-top: 33px;
	display: block;
	font-weight: 600;
	line-height: 40px;
	background-color: #000000;
	color: white;
	text-align: center;
	border: 0px;
}
.finalizar:hover{
	cursor: pointer;
}
.flecha{
	width: 88px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
	color: black;
	font-weight: 500;
}
.flecha img{
	margin-top: 20px;
}

.flecha-siguiente {
   position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  bottom: 120px;
}
/*.flecha-siguiente{
	position: fixed;
	width: 30px;
	height: 17px;
	right: 318px;
	bottom: 74px;
	margin-top: 30px;
	background-image: url(../images/flecha-siguiente.png);
	animation: subeBaja 3s infinite;
	z-index: 9;
}*/
.fnd-intro{
	background-image: url(../images/im-fondo-intro.jpg);
	background-position: right top;
}

.fnd-formulario{
	background-image: url(../images/im-fondo-formulario.jpg);
	background-position: center;
}

.fnd-legal{
	overflow: auto;
}

.fnd-legal .cont-privacidad a{
	display: inline-block;
	text-decoration: underline;
}

.fnd-legal p{
	margin-top: 30px;
}

.fnd-legal .titular{
	font-size: 55px;
}

.fnd-social{
	background-image: url(../images/im-fondo-social.jpg);
	background-position: right top;
}

.fnd-trabajo{
	background-image: url(../images/im-fondo-trabajo.jpg);
	background-position: right top;
}

.fnd-ultima{
	background-image: url(../images/im-fondo-ultima.jpg);
	background-position: center;
}

.fnd-porultimo{
	background-image: url(../images/im-fondo-porultimo.jpg);
	background-position: right top;
}

.fnd-yo{
	background-image: url(../images/im-fondo-yo.jpg);
	background-position: right top;
}
/*@keyframes subeBaja {
	33.333% {transform: translateY(-14px); transform: translateX(0px); },
	66.666% {transform: translateY(14px); transform: translateX(0px);}
}*/
.formulario .centrado-contenido{
	min-height: 394px;
	margin-top: -35px;
}
.formulario .cont-texto{
	min-height: auto;
}
.formulario .cont-titular{
	width: auto;
	height: auto;
	background-image: none;
}
.formulario .titular{
	position: relative;
}
h1{
	width: 433px;
	height: 70px;
	background-image: url(../images/logo.svg);
}
.hacer-test{
	width: 210px;
	height: 61px;
	margin-bottom: 30px;
	font-size: 20px;
	background-color: #f5d66e;
	text-align: center;
	line-height: 61px;
	background-color: #000000;
	color: white;
	font-weight: 600;
}
.home{
	width: 100%;
	height: auto;
}
.home .texto{
	max-width: 433px;
}
.img-comparte{
	margin-right: 19px;
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes flecha-siguiente {
	33.333% {background-position: 70px 2px; },
	66.666% {background-position: 50px 2px;}
}
@keyframes flecha-sube {
	33.333% {background-position: center -3px;},
	66.666% {background-position: center 0px;}
}
@keyframes preguntas {
	from {
		opacity: 0;
		/*top: 200px;*/
	}
	to {
		opacity: 1;
		top: 0px;
	}
}
@keyframes siguiente {
	33.333% {background-position: 0px 0px;},
	66.666% {background-position: 0px 0px;}
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes textos {
  from {
  	opacity: 0;
  	/*top: -50px;*/
  }
  to {
  	opacity: 1; 
  	/*top: 0px;*/
  }
}
@keyframes titulares {
  from {
  	opacity: 0;
  	/*top: -50px;*/
  }
  to {
  	opacity: 1; 
  	/*top: 0px;*/
  }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(0.8,0.8);
    }
    100% {
        transform: scale(1,1);
    }
}
.lg-sub-html{
	text-transform: uppercase;
	display: none;
}
.lg-toolbar {
  top: 40px;
}
.lg-toolbar .lg-close{
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 35px;
    color:#b9b9b9;
} 

.fnd-ultima .lg-backdrop {
	background: rgba(0, 0,0, 0.74);
}

.fnd-ultima .lg-video{
	width: 94%;
    height: 90%;
    margin: auto;

}
.fnd-ultima .lg-close{
    position: absolute;
    top: 23px;
    right: 0px;
    font-size: 35px;
    color:#e7efee;
}

.linea{
	width: 50px;
	height: 2px;
	margin-top: 24px;
	background-image: url(../images/linea.jpg);
}
.linkedin{
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url(../images/linkedin.svg);
	background-size: 26px 26px;
}
.menu-fijo{
	position: fixed;
	width: 100%;
	height: 64px;
	bottom: 0px;
	z-index: 12;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.menu-fijo-movil{
	display: none;
}
.numero{
	background-color: transparent;
}
.numeracion{
	max-width: 550px;
	margin: 0px auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.numeracion-movil{
	display: none;
}
.numero{
	width: 50px;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 36px;
	background-color: transparent; 
	border: 2px solid #000;
	border-radius: 50%;
	color: #000;
}
.numero.circulo-uno{
	line-height: 40px;
	font-size: 33px;
}
.numero.circulo-dos{
	line-height: 40px;
	font-size: 33px;
}
.numero.circulo-tres{
	line-height: 40px;
}
.numero.circulo-cuatro{
	line-height: 37px;
}
.numero.circulo-cinco{
	line-height: 39px;
}
.numero.circulo-seis{
	line-height: 43px;
}
.oculto{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.oculto a{
	width: 100%;
	height: 100%;
}
p{
	font-family: 'Neutraface';
	position: relative;
	font-size: 18px;
	color: #000;
	animation-name: textos;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.pantalla{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.pantalla6 .cont-texto-cierre{
	bottom: 32px;
}
.pantalla6 .btn-quiero{
	color: white;
}

.pantalla6 .btn-quiero:hover{
	color: #000;
}

.progress-bar-percent {
	position: fixed;
	bottom: 64px;
	width: 0%;
	height: 6px;
	background: #54c3bd;

	opacity: 1;
	z-index: 12;

	transition: width 1.75s;

}

.fnd-intro .progress-bar-percent, .fnd-formulario .progress-bar-percent, .fnd-ultima .progress-bar-percent {
	opacity: 0;
}

/*.pantalla6 .animado-fondo:before{
	background-color: #e7efee;
}*/
/*ACTIVOS*/
.pantalla .numero.activo{
	background-color: #000;
	color: white;
}
.pantalla .respuesta.activo{
	background-color: black; 
}
.pantalla .respuesta.activo li{
	color: white;
}
.pantalla .respuesta:hover{
	background-color: black;
}
.pantalla .respuesta:hover li{
	color: white
}
.pantalla6 .respuesta.activo{
	background-color: white; 
}
.pantalla.formulario .respuesta:hover{
	background-color: transparent;
	border: 2px solid #000;
}
.porcentaje{
	display: block;
	/*margin-top: 20px;*/
	font-weight: 600;
	font-size: 65px;
	text-align: center;
}
.pregunta{
	/*margin-top: 53px;*/
	margin-top: 53px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 29px;
	text-align: center;
	font-weight: 500;
}
.respuesta{
	position: relative;
	width: 186px;
	min-height: 60px;
	margin: 0px auto;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	border: 2px solid #000;
	text-align: center;
	display: table;
	text-transform: uppercase;
}
.respuesta li{
	max-width: 201px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.respuesta li.no-paddig {
	padding-left: 0px;
	padding-right: 0px;
}
.respuesta a{
	display: block;
}
.respuesta:last-child{
	margin-right: 0px;
}
.saber-mas{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;	
	text-align: center;
	font-size: 16px;
	box-sizing: content-box;
    padding: 5px 12px 5px 15px;
    color: #ffffff;
    background-color: #78c3be;
 }

.saber-mas br{
	display: none;
}

.saber-mas-inside{
	position: relative;
    top: 4px;
    margin-left: 6px;
}

.separador-comparte{
	width: 100%;
	max-width: 606px;
	height: 2px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #000000;
}
.siguiente{
	height: 23px;
	margin-top: 40px;
	padding-right: 19px;
	font-size: 18px;
	text-align: right;
	/*background-image: url(../images/siguiente.png);*/
	background-repeat: no-repeat;
	background-position: right 2px;
	animation-name: flecha-siguiente;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
strong{
	font-family: 'Neutraface';
	font-weight: 600;
}

table{
	max-width: 500px;
	margin: 0px auto;
	margin-bottom: 20px;
}

table, tr, td{
	padding: 5px;
	border: 1px solid black;
}
.texto-cierre-pc{
	/*margin-bottom: 35px;*/
	line-height: 22px;
}
.texto-comparte{
	/*margin-bottom: 55px;*/
	max-width: 370px;
	font-size: 16px;
	line-height: 22px;
	color: black;
}
.texto-comparte strong{
	font-size: 18px;
}
.texto-formulario{
	max-width: 791px;
	margin: 0px auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 29px;
	line-height: 31px;
	font-weight: 500;
	text-align: center;
}
.texto-formulario br{
	display: none;
}
.texto-cierre-movil{
	max-width: 630px;
	margin: 0px auto;
	margin-top: 20px;
	color: black;
	text-align: center;
}
.texto-cierre-pc{
	width: 407px;
}
.texto-home-movil{
	display: none;
}
.texto-home-pc{
	margin-bottom: 35px;
	line-height: 22px;
}
.texto-final-comparte{
	max-width: 603px;
	margin: 0px auto;
	margin-top: 61px;
	line-height: 22px;
	text-align: center;
	color: black;
}
.titular{
	position: relative;
	padding-top: 0;
	text-align: center;
	font-family: 'Lust';
	font-size: 85px;
	color: #000;
	animation-name: titulares;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.titular br {
	display: none;
}
.titular-cierre {
  max-width: 850px;
  margin: 0px auto;
  margin-top: 30px;
  /* padding-top: 126px; */
  /* padding-bottom: 26px; */
  font-family: 'Lust';
  font-size: 50px;
  text-align: center;
  line-height: 68px;
  color: #000;
}
.titular-cierre-movil{
  font-family: 'Lust';
	font-size: 38px;
	line-height: 48px;
	color: #000000;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
}
.titular-comparte{
	margin-bottom: 7px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.titular-home{
	/*padding-top: 126px;*/
	padding-bottom: 26px;
	font-family: 'Lust';
	font-size:85px;
	text-align: left;
	line-height: 48px;
	color: #000;
}
/*.trabajo .respuesta.activo{
	background-color: #d78189;
	border: 2px solid #d78189; 
}
.trabajo .respuesta:hover{
	background-color: #d78189;
	border: 2px solid #d78189; 
}*/
.titular.privacidad{
	max-width: 800px;
	margin: 0px auto;
	text-align: center;
}

.subtitular.privacidad {
	font-weight: bold;
	font-size: 22px;
}

.triangulo {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px auto;
  /*margin-bottom: 34px;*/
}
.twitter{
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url(../images/twitter.svg);
	background-size: 26px 26px;
}
.ver-video{
	line-height: 40px;
	font-size: 19px;
	font-weight: bold;
	color: #484848;
	background-color: transparent;
	font-weight: 600;
}
.ver-video-img{
	position: relative;
	top: 6px;
	margin-right: 11px;
}

/*VIDEO*/

* {padding:0;margin:0;box-sizing:border-box;}
#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.whatsapp{
	width: 26px;
	height: 26px;
	background-image: url(../images/whatsapp.svg);
	background-size: 26px 26px;
}
.ytp-title{
	display: none;
}

/*@media (max-height: 800px){
	.centrado-pantalla-cierre {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
		padding-top: 50px;
	}

	.cont-pantalla-cierre.segunda {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
	}
} */


@media only screen and (min-width: 851px) and (max-width: 877px){

	.cont-legales{
		margin-right: 95px;
	}
}

@media (max-height: 810px){
	/*.centrado-pantalla-cierre {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
		padding-top: 50px;
	}*/
	.cont-cierre{
		margin-bottom: 0px;
	}
	.cont-comparte{
		padding-top: 0px;
	}
	.cont-pantalla-cierre{
		height: auto;
	}
	.lg-video-cont{
		max-width: 860px !important;
	} 
	/*.cont-pantalla-cierre.segunda {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
	}*/

	.pantalla6 .cont-texto-cierre {
    bottom: 0px !important;
    margin-top: -35px;
	}
}

@media (max-height: 670px){
	.anterior{
		margin-top: 20px;
	}
	.texto-home-pc {
		font-size: 14px;
    line-height: 15px;
	}
	.texto-home-pc strong {
    font-size: 15px !important;
	}
	.titular-home{
		padding-bottom: 16px;
		font-size: 55px;
	}
	.siguiente{
		margin-top: 20px;
	}

	/*PRUEBA*/
	.cont-resultado p{
		font-size: 14px;
		line-height: 17px;
		min-height: 43px;
	}
	.cont-resultado li br{
		display: none;
	}
	.porcentaje{
		font-size: 45px;
	}
	.texto-cierre-movil{
		font-size: 14px;
	}
	.titular-cierre{
    max-width: auto;
		font-size: 40px;
  	line-height: 48px;
	}
	.triangulo{
    max-width: 276px;
	}

}


/*@media (max-width: 1367px){
	.triangulo{
		width: 70%;
	}

	.fnd-ultima{
		background-position: -340px 0px;
	}
}*/

@media (max-width: 1310px){
	.texto-cierre{
		font-size: 16px;
	}
	.texto-cierre-pc {
    	width: 388px;
	}
	/*.titular-cierre{
		font-size: 45px;
		line-height: 58px;
	}*/
	.cont-privacidad{
		padding-left: 10px;
		padding-right: 10px;
	}
	.fnd-legal p{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 1240px){
	.pantalla6 .cont-texto-cierre{
		bottom: -33px;
	}
	.texto-cierre-pc{
		width: 276px;
	}
	.titular-cierre {
		/*max-width: 400px;*/
    /*font-size: 35px;*/
    /*font-size: 55px !important;
    line-height: 62px !important;
    max-width: 500px;*/
    line-height: 53px;
	}
	.texto-cierre-pc{
		font-size: 14px;
	}
	.texto-cierre-pc strong{
		font-size: 16px;
	}
}

@media (max-width: 1135px){
	.cont-cierre {
	    position: relative;
	    /*max-width: 643px;*/
	    width: 100%;
	    height: 100%;
	    background-color: #e7efee;
	    z-index: 10;
	    overflow: auto;
	}
	.flecha-siguiente {
		position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 120px;
	}
	.velado{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: white;
		opacity: 0.5;
		display: block !important;
	}
}

/*@media(min-width: 1061px){
	.cont-cierre-movil{
		display: none;
	}
}*/

@media (max-width: 1090px){
	.centrado-pantalla-cierre{
		position: relative;
		margin-top: 0px;
	}
	.cont-cierre {
    max-width: 100%;
	}
	.flecha-siguiente{
		display: none !important;
	}
	/*.texto-cierre-movil {
    max-width: 395px;
    margin: 0px auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
	}*/
	.titular-cierre-movil {
    font-size: 48px;
	}
}

@media (max-width: 1366px){
	.cont-checkbox{
		max-width: 286px;
	}
	.cont-resultado p {
    line-height: 19px;
    min-height: 42px;
	}
	.cont-texto-home{
		width: 457px;
	}
	.hacer-test {
    width: 190px;
    height: 41px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 41px;
	}
	p{
		font-size: 16px;
	}
	.numero{
		font-size: 25px;
	}
	.pregunta{
		font-size: 25px;
		line-height: 28px;
		margin-top: 25px;
	}
	.texto-formulario{
		font-size: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.texto-home-pc{
		max-width: 390px;
		margin-bottom: 25px;
	}
	.texto-home-pc strong{
		font-size: 18px;
	}
	.titular{
		/*font-size: 55px;
		line-height: 67px;*/
	}
	.titular-home{
		font-size: 65px;
	}
	.ver-video{
		font-size: 17px;
	}
}

/*CAMBIO FALDÓN*/

@media(max-width: 850px){
	.cont-legales{
		height: 25px;
		background-color: black;
		margin-right: 0px;
	}
	.cont-legales ul{
		display: flex;
		justify-content: center;
		font-size: 11px;
		color: white;
	}
	.cont-legales a{
    color: white;
	}
	.cont-legales li{
    color: white;
	}
	.cont-legales li{
		line-height: 25px;
	}
	.cont-legales li:last-child{
		line-height: 25px;
	}
	.cont-legales .separador{
		margin-left: 7px;
		margin-right: 7px;
	}
	.cont-respuestas{
		margin-top: 40px;
		max-width: 574px;
	}
	.cont-respuestas.dos {
    max-width: 292px;
    margin: 0px auto;
    margin-top: 40px;
	}
	.cont-respuestas.tres{
		max-width: 428px;
    margin: 0px auto;
    margin-top: 40px; 
	}
	#formDatos .respuesta{
		width: 186px;
	}
	.formulario .cont-respuestas.dos {
    max-width: 400px;
    margin: 0px auto;
    margin-top: 20px;
	}
	h1{
		width: 100%;
		height: 40px;
		background-image: url(../images/logo-movil.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	.menu-fijo{
		display: none;
	}
	.menu-fijo-movil{
		position: fixed;
		width: 100%;
		height: 65px;
		bottom: 0px;
		z-index: 12;
		justify-content: space-between;
		background-color: white;
		display: block;
	}
	.respuesta{
		width: 136px;
		font-size: 12px;
		line-height: 16px;
	}
	.respuesta li{
    	padding-left: 10px;
    	padding-right: 10px;
	}
}

@media(max-width: 667px){

	.saber-mas{
		max-width: 100px;
		line-height: 1;
		padding: 7px 5px 25px 7px;
	}

	.saber-mas-inside{
		position: absolute;
		top: auto;
		left: 50%;
		top: 37px;
		transform: translateX(-50%) rotate(90deg);
		margin-left: 0;
	}

	.saber-mas-inside span{
		display: none;
	}

	.saber-mas br{
		display: block!important;
	}



}

@media(max-width: 650px){

	.campo-texto{
		width: 100%;
		text-align: center;
		font-family: 'Neutraface';
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		color: #000;
		border: 0px;
		text-transform: uppercase;
		background-color: transparent;
	}
	.campo-texto::placeholder { 
	  color: #000;
	  opacity: 1; 
	}
	.campo-texto:-ms-input-placeholder { 
	  color: #000;
	}
	.centrado-contenido{
		position: relative;
		height: 100%;
		overflow-y: auto;
		top: 50%;
		transform: translateY(-50%);
		top: auto;
		transform: none;
		padding-bottom: 100px;
	}

	#yo .centrado-contenido, #social .centrado-contenido, #trabajo .centrado-contenido{
		padding-bottom: 0px;
	}
	.checkbox{
		margin-right: 10px;
		background-color: white;
    border: 2px solid white;
	}
	.comenzar{
		position: absolute;
    width: 87px;
    height: 40px;
    left: 50%;
    text-align: center;
    background-image: url(../images/comenzar.png);
    background-position: center;
    display: block;
    bottom: 43%;
    transform: translateX(-50%);
		animation-name: flecha-sube;
		animation-duration: 1s;
		animation-iteration-count: infinite;
	}
	.cont-checkbox{
		max-width: 234px;
		margin-left: 0px auto;
		margin-rigt: 0px auto;
		margin-bottom: 14px;
		font-size: 12px;
		color: #000;
	}
	.cont-checkbox:first-child { 
  	background-color: yellow;
	}
	.cont-respuestas{
		display: block;
		margin-top: 21px;
	}
	.cont-respuestas.dos {
    margin-top: 15px;
	}
	.cont-resultado p {
		font-size: 13px;
    line-height: 15px;
	}
	.cont-texto{
		max-width: 284px;
		margin: 0px auto;
		min-height: 100%;
	}
	.cont-texto-home {
    position: absolute;
    width: 284px;
    height: 435px;
    max-width: 100%;
    margin: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 70px; 
    margin: auto;
    padding-top: 0px;
    transform: none;
	}
	.cont-titular{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.cont-ver-video{
		width: 100%;
		display: flex;
		justify-content: center;
		background-color: black;

	}
	.cont-ver-video2{
		margin-top: 13px;
		display: flex;
		justify-content: left;
		align-items: baseline;
	}
	.cont-ver-video2 .ver-video{
		line-height: 40px;
		font-size: 14px;
		font-weight: bold;
		color: #484848;
		background-color: transparent;
	}
	.cont-ver-video2 .ver-video-img{
		position: relative;
		top: 6px;
		margin-right: 11px;
	}

	.fnd-formulario{
		background-position: center;
	}

	.fnd-legal p{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.fnd-legal .titular{
		font-size: 28px;
	}
	.fnd-social{
		background-position: right;
	}

	.fnd-trabajo{
		background-position: right;
	}

	.fnd-yo{
		background-position: right;
	}
	.formulario{
		padding-top: 70px;
	}
	.formulario .cont-texto{
		min-height: auto;
	}
	.formulario .cont-titular{
		width: auto;
		height: auto;
		background-image: none;
	}
	.formulario .titular{
		position: relative;
	}
	.hacer-test{
		width: 151px;
		height: 40px;
		margin-bottom: 20px;
		font-size: 15px;
		background-color: #f5d66e;
		text-align: center;
		line-height: 40px;
		background-color: #000000;
    padding-bottom: 0px;
		color: white;
		font-weight: 600;
	}
	.home .texto{
		width: 223px;
		margin-bottom: 26px;
		font-size: 16px;
		line-height: 20px;
	}	
	.numeracion{
		display: none;
	}
	.numeracion-movil{
		margin-bottom: 16px;
		font-size: 34px;
		text-align: center;
		display: block;
	}
	.numero-peq{
		font-size: 20px;
	}
	.pregunta{
		margin-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 19px;
		line-height: 24px;
		text-align: center;
	}
	.pantalla-preguntas .cont-texto{
		padding-top: 28px;
	}
	.respuesta{
		position: relative;
		width: 236px;
		min-height: 40px;
		margin: 0px auto;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 13px;
		font-weight: 600;
		border: 2px solid #000;
		text-align: center;
		display: table;
		text-transform: uppercase;
	}
	.respuesta:last-child{
		margin-right: auto;
	}
	.saber-mas{
		font-size: 14px;
		margin-top: 20px;
	}
	.separador{
		font-size: 20px;
	}
	table{
		font-size: 14px;
	}
	.texto-cierre-movil {
    margin-top: 10px;
	}
	.texto-formulario{
		max-width: 305px;
		margin-top: -9px;
		font-size: 16px;
		line-height: 18px;
		font-weight: 500;
		color: #000;
		text-align: center;
	}
	.texto-home-movil{
		display: block;
		font-size: 16px;
		line-height: 19px;
	}
	.texto-home-movil strong{
		font-size: 16px;
	}
	.texto-home-pc{
		display: none;
	}
	.titular{
		position: absolute;
		width: 100%;
		height: 51px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 70px;
		margin: auto;
		padding-top: 0px;
		font-family: 'Lust';
		font-size: 38px;
		line-height: 48px;
		color: #000;
	}
	.titular-home{
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 17px;
		font-family: 'Lust';
		font-size: 38px;
		line-height: 48px;
		color: #000;
	}

	.titular-cierre {
		position: relative;
		height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    font-size: 28px !important;
    line-height: 30px !important;
	}

	.titular.privacidad{
		margin-top: 30px;
	}

	.triangulo {
	    position: relative;
	    max-width: auto;
	    height: auto;
	    left: 50%;
	    transform: translateX(-50%);
	    margin: 0px auto;
	    margin-bottom: 34px;
	    margin-top: 0px !important;
	}
	.ver-video{
		line-height: 40px;
	}
}

@media(min-width: 710px){
	body{
		/*background-position: center center;*/
		background-size: cover;
	}
}

@media(max-width: 709px){
	body{
		background-position: -690px 0px;
		background-size: cover;
	}
}

@media(max-width: 666px){
	.anterior{
		margin-top: 20px;
	}
	.ayuda{
		font-size: 16px;
		margin-top: 23px;
	}
	body{
		background-size: cover;
	}
	.btn-quiero{
		margin-bottom: 100px;
	}
	.centrado-pantalla-cierre {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
	}
	.centrado-pantalla-cierre {
    width: 80%;
	}
	.cont-cierre {
    position: relative;
    max-width: 100%;
	}
	.cont-comparte {
    width: 80%;
	}	
	.cont-pantalla-cierre{
		height: auto;
		margin-top: 20px;
	}
	.cont-respuestas.excepcion1 {
    max-width: 100%;
    margin-top: 10px;
	}
	.cont-resultado {
    max-width: 605px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
	}
	.cont-resultado p {
		color: black;
	}
	.figura{
		margin-top: 39px;
		font-size: 15px;
		text-align: center;
		color: #000000;
		display: none;
	}
	.finalizar{
		width: 230px;
		height: 61px;
	}
	.flecha{
		display: none;
	}
	.flecha-siguiente{
		display: none;
	}
	.formulario .titular{
		margin-bottom: 10px;
	}
	.pantalla6{
		width: 100%;
    height: auto;
    padding-bottom: 65px;
	}
	.porcentaje {
    display: block;
    /*margin-top: 20px;*/
    font-weight: 600;
    font-size: 40px;
	}
	.separador-comparte{
		width: 90%;
		max-width: 606px;
		margin-left: 5%;
		height: 2px;
		margin: 0px auto;
		margin-top: 40px;
		margin-bottom: 40px;
		background-color: #000000;
	}
	.siguiente{
		margin-top: 20px;
	}
	.texto-cierre-movil {
    /*max-width: 310px;*/
    padding-left: 10px;
    padding-right: 10px;
	}
	.texto-comparte{
		font-size: 14px;
		line-height: 18px;
	}
	.texto-comparte strong {
    font-size: 16px;
	}
	.texto-final-comparte{
		width: 80%;
		font-size: 16px;
		line-height: 21px;
	}
	.texto-final-comparte strong{
		font-size: 17px;
	}
	.triangulo {
    position: relative;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px auto;
    margin-top: 10px;
    /*margin-top: 20px;
    margin-bottom: 34px;*/
	}

}

@media (max-width: 560px){
	#cookie-law-info-bar {
    height: 56px;
	}
}

@media(max-width: 470px){

	.saber-mas {
    	max-width: 76px;
    }	

	.centrado-pantalla-cierre {
    	width: 95%;
	}
	.cont-comparte {
    	width: 95%;
	}
	.cont-texto-cierre{
		max-width: 100%;
		left: auto;
		top: auto;
	
	}	
	.cont-resultado p{
		min-height: 45px;
		/*min-height: 57px;*/
		padding-left: 5px;
		padding-right: 5px;
	}

	.cont-resultado p:nth-of-type(2n){
		min-height: 27px;
		margin-bottom: 0px;
	}

	.porcentaje{
		margin-top: 0px;
	}
	.texto-final-comparte{
		width: 95%;
		margin-top: 28px;
	}
	.titular-comparte{
		max-width: 123px;
		/*margin-bottom: 76px;*/
	}
	.saber-mas{
		font-size: 13.5px;
	}

	.separador-comparte{
		width: 95%;
	}
}

@media(max-width: 320px){

	/*.cont-resultado p:nth-of-type(2n){
		min-height: 76px;
	}

	.saber-mas{
		font-size: 13px;
	}

	.cont-rrss{
		bottom: -25px;
	}

	.cont-comparte.segundo .cont-rrss{
		bottom: -35px;
	}

	.texto-final-comparte{
		margin-top: 50px;
	}*/

	.cont-texto-home {
	    top: 10px;
	    bottom: 0px;
	}
	.cont-ver-video2 {
	    margin-top: 0px;
	}

	.pantalla-preguntas .cont-texto {
    	padding-top: 10px;
	}

	.respuesta li {
	    height: 40px;
	}

	.formulario {
	    padding-top: 45px;
	}

	/*Fix Home iphone 5S/SE*/
	.titular-home {
    	font-size: 28px;
    	line-height: 32px;
	}

	.texto-home-movil {
	    font-size: 14px;
	    line-height: 16px;
	}

	.pregunta {
       font-size: 18px;
       line-height: 20px;
	}

	.titular {
	 font-size: 28px;
	 line-height: 32px;
	}

	.formulario .cont-respuestas.dos{
		margin-top: 20px;
	}

	.finalizar {
    	height: 45px;
	}

}

@media (max-width: 376px){

	.pantalla-preguntas .cont-texto {
    	padding-top: 15px;
	}

	.respuesta li, .campo-texto-excepcional {
	    height: 40px;
	}

	.pregunta {
       font-size: 16px;
       line-height: 16px;
	}

	.formulario {
	    padding-top: 45px;
	}
	.triangulo{
		max-width: 206px;
	}
}

@media screen and (min-device-width: 327px) and (max-device-width: 357px){
	
	.cont-resultado p:nth-of-type(2n){
		min-height: 55px;
	}
} 



@media(max-width: 326px){
	.cont-resultado p:nth-of-type(2n){
		min-height: 51px;
	}

	.saber-mas{
		font-size: 13px;
		line-height: 14px;
	}

	.cont-rrss{
		bottom: -25px;
	}

	.cont-comparte.segundo .cont-rrss{
		bottom: -35px;
	}

	.texto-final-comparte{
		margin-top: 50px;
	}

}

@media (max-width: 370px){
	.cont-rrss{
		bottom: -25px;
	}

	.cont-comparte.segundo .cont-rrss{
		bottom: -35px;
	}

	.texto-final-comparte{
		margin-top: 50px;
	}
}

/*FND HOME*/

@media (max-width: 769px){
	.fnd-intro{
		background-image: url(../images/im-fondo-intro-movil.jpg);
		background-position: center;
	}
}

/*@media (max-width: 376px){
	.fnd-intro{
		background-position: -700px;
	}
}


@media (max-width: 321px){
	.fnd-intro{
		background-position: -600px;
	}
}*/

