@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*=============================================
=                   Section                   =
=============================================*/
/*============  End of Section  =============*/
/*USO
main{
   @include grid( 4 , 1em );
}
*/
/* USO: 
article{
   width:25%;
   @include mv(768px){ width:50% }
   @include mv(){ width:100% }
}
*/
/*ROSCO*/
.intro-rosco {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
}
.intro-rosco .logoInterior {
	position: absolute;
	left: 18px;
	top: 20px;
}
.intro-rosco .container-img-boc {
	margin-top: 80px;
	width: 380px;
	z-index: 2;
}
.intro-rosco .container-img-boc img {
	max-width: 250px;
	margin-top: 0px;
}
@media screen and (min-width: 768px) {
	.intro-rosco .container-img-boc img {
		max-width: 400px;
		margin-top: -95px;
	}
}
.intro-rosco .container-img-boc .boc {
	position: relative;
	right: 0;
	top: 0px;
	transform: translateX(0%);
	width: 100%;
	background: #f5d66e;
	padding: 20px 35px;
	border-radius: 40px;
	width: 300px;
	height: auto;
	box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
	.intro-rosco .container-img-boc .boc {
		transform: translateX(20%);
		height: 185px;
		top: -60px;
		width: 450px;
	}
}
.intro-rosco .container-img-boc .boc:before {
	border: 25px solid #f5d66e;
	content: '';
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -44px;
	left: 75px;
	transform: rotate(11deg);
}
.intro-rosco .container-img-boc .boc .sig-boca {
	position: absolute;
	right: 0;
	bottom: -10px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #43c2ee;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
@media screen and (min-width: 992px) {
	.intro-rosco .box-txt-intro {
		margin-top: 200px;
	}
}

.txtNoError {
	display: flex;
	flex-direction: column;
	height: 100%;
	/* align-items: center; */
	justify-content: center;
}

#layer-rosco {
	display: none;
}

.container-rosco {
	position: relative;
	width: 100%;
	/*min-height:750px;*/
	height: 100vh;
}
@media screen and (min-width: 992px) {
	.container-rosco {
		width: calc(100% + 70px);
	}
}

.txtCentro {
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.txtCentro {
		top: 35%;
	}
}

.rosco {
	position: relative;
	height: 350px;
	width: 350px;
	/*background: #fff;*/
	/*top: 50%;*/
	/*transform: translate(0px, -60%);*/
	margin-top: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.rosco {
		height: 680px;
		width: 680px;
		/*transform: translate(0px, -50%);*/
		background: transparent;
		margin-top: 0;
	}
}

.circle {
	/*position: relative;*/
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	.circle {
		width: 630px;
		height: 630px;
		border: 8px solid #b7ece5;
	}
}

.circle > * {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	margin: -17px;
}
@media screen and (min-width: 768px) {
	.circle > * {
		width: 45px;
		height: 45px;
		margin: -25px;
	}
}

.circle > *:nth-of-type(1) {
	transform: rotate(270deg) translate(11.25em) rotate(-270deg);
}

.circle > *:nth-of-type(2) {
	transform: rotate(283.6deg) translate(11.25em) rotate(-283.6deg);
}

.circle > *:nth-of-type(3) {
	transform: rotate(296.8deg) translate(11.25em) rotate(-296.8deg);
}

.circle > *:nth-of-type(4) {
	transform: rotate(310.2deg) translate(11.15em) rotate(-310.2deg);
}

.circle > *:nth-of-type(5) {
	transform: rotate(323.6deg) translate(11.15em) rotate(-323.6deg);
}

.circle > *:nth-of-type(6) {
	transform: rotate(338deg) translate(11.15em) rotate(-338deg);
}

.circle > *:nth-of-type(7) {
	transform: rotate(351.4deg) translate(11.1em) rotate(-351.4deg);
}

.circle > *:nth-of-type(8) {
	transform: rotate(365.8deg) translate(11.1em) rotate(-365.8deg);
}

.circle > *:nth-of-type(9) {
	transform: rotate(380.2deg) translate(11.1em) rotate(-380.2deg);
}

.circle > *:nth-of-type(10) {
	transform: rotate(393.6deg) translate(11.1em) rotate(-393.6deg);
}

.circle > *:nth-of-type(11) {
	transform: rotate(408deg) translate(11.1em) rotate(-408deg);
}

.circle > *:nth-of-type(12) {
	transform: rotate(421.4deg) translate(11.1em) rotate(-421.4deg);
}

.circle > *:nth-of-type(13) {
	transform: rotate(434.8deg) translate(11.1em) rotate(-434.8deg);
}

.circle > *:nth-of-type(14) {
	transform: rotate(448.5deg) translate(11.1em) rotate(-448.5deg);
}

.circle > *:nth-of-type(15) {
	transform: rotate(462.6deg) translate(11.1em) rotate(-462.6deg);
}

.circle > *:nth-of-type(16) {
	transform: rotate(476deg) translate(11.2em) rotate(-476deg);
}

.circle > *:nth-of-type(17) {
	transform: rotate(488.4deg) translate(11.2em) rotate(-488.4deg);
}

.circle > *:nth-of-type(18) {
	transform: rotate(500.8deg) translate(11.25em) rotate(-500.8deg);
}

.circle > *:nth-of-type(19) {
	transform: rotate(513.2deg) translate(11.25em) rotate(-513.2deg);
}

.circle > *:nth-of-type(20) {
	transform: rotate(526deg) translate(11.3em) rotate(-526deg);
}

.circle > *:nth-of-type(21) {
	transform: rotate(539deg) translate(11.3em) rotate(-539deg);
}

.circle > *:nth-of-type(22) {
	transform: rotate(552deg) translate(11.3em) rotate(-552deg);
}

.circle > *:nth-of-type(23) {
	transform: rotate(565deg) translate(11.3em) rotate(-565deg);
}

.circle > *:nth-of-type(24) {
	transform: rotate(578.2deg) translate(11.3em) rotate(-578.2deg);
}

.circle > *:nth-of-type(25) {
	transform: rotate(591.3deg) translate(11.3em) rotate(-591.3deg);
}

.circle > *:nth-of-type(26) {
	transform: rotate(603.6deg) translate(11.28em) rotate(-603.6deg);
}

.circle > *:nth-of-type(27) {
	transform: rotate(616.6deg) translate(11.28em) rotate(-616.6deg);
}

.circle .item {
	display: block;
	font-family: 'neutraface';
	width: 36px;
	height: 36px;
	border: 3px solid #43c2ee;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	color: #000;
	font-size: 14.8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(#afddda, #afddda) padding-box,
		linear-gradient(
				-38deg,
				rgb(217, 242, 242) 0%,
				rgb(172, 235, 225) 16%,
				rgb(247, 247, 247) 34%,
				rgb(172, 235, 225) 42%,
				rgb(240, 251, 251) 69%,
				rgb(172, 235, 225) 76%,
				rgb(217, 242, 242) 100%
			)
			border-box;
	border: 3px solid transparent;
}
.circle .item:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	border: 2px solid #43c2ee;
	border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.circle .item:after {
		border: 3px solid #43c2ee;
	}
}
@media screen and (min-width: 768px) {
	.circle .item {
		font-size: 27.8px;
		width: 60px;
		height: 60px;
	}
	.circle .item:after {
		width: 54px;
		height: 54px;
	}
}

.circle .item.desactivo {
	cursor: auto;
}

.circle .item span {
	font-size: 22px;
}
@media screen and (min-width: 768px) {
	.circle .item span {
		font-size: 38px;
	}
}

.circle .item-success {
	background: radial-gradient(circle, #c4d36d, #c4d36d) padding-box,
		linear-gradient(
				-38deg,
				rgb(217, 242, 242) 0%,
				rgb(172, 235, 225) 16%,
				rgb(247, 247, 247) 34%,
				rgb(172, 235, 225) 42%,
				rgb(240, 251, 251) 69%,
				rgb(172, 235, 225) 76%,
				rgb(217, 242, 242) 100%
			)
			border-box;
	color: #fff;
}

.circle .item-fail {
	background: radial-gradient(circle, #d78189, #d78189) padding-box,
		linear-gradient(
				-38deg,
				rgb(217, 242, 242) 0%,
				rgb(172, 235, 225) 16%,
				rgb(247, 247, 247) 34%,
				rgb(172, 235, 225) 42%,
				rgb(240, 251, 251) 69%,
				rgb(172, 235, 225) 76%,
				rgb(217, 242, 242) 100%
			)
			border-box;
	color: #fff;
}

.oculto {
	display: none;
}

.logoRosco {
	position: absolute;
	top: -60px;
	/* left: 50%; */
	/* transform: translate(0%, -50%); */
	margin: 0 auto;
	display: block;
	z-index: 9;
}
@media screen and (min-width: 768px) {
	.logoRosco {
		top: 65px;
	}
}

/*BOX TIEMPO*/
.boxTiempo {
	position: absolute;
	top: 25px;
	right: 25px;
	display: none;
	color: #fff;
}
.contTiempo {
	height: 33px;
}

.tiempo {
	position: absolute;
	right: 0;
	width: 80px;
	height: 33px;
	text-align: center;
	line-height: 26px;
}

/*REDES SOCIALES*/
.redesS {
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 20px;
	border-bottom-left-radius: 20px;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.redesS {
		border-bottom-left-radius: 40px;
		padding: 14px 15px 21px 23px;
	}
}

.redesS img {
	width: 28px;
	height: 28px;
	margin: 0 3px;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.redesS img {
		width: 35px;
		height: 35px;
	}
}

.redesS img:hover {
	opacity: 0.8;
}

aside {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: auto;
	z-index: 1;
	background: rgba(255, 255, 255, 0.2);
	padding: 4px 15px;
	border-top-right-radius: 40px;
	display: none;
	/*audio*/
}
@media screen and (min-width: 992px) {
	aside {
		height: 100vh;
		width: 160px;
		padding: 20px 10px;
		border-top-right-radius: 0px;
	}
}
aside .into-aside {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media screen and (min-width: 992px) {
	aside .into-aside {
		justify-content: end;
		flex-direction: column;
		height: 100%;
		padding-bottom: 3rem;
	}
}
aside .audio {
	cursor: pointer;
	transform: scale(0.7);
}
@media screen and (min-width: 992px) {
	aside .audio {
		transform: scale(1);
	}
}
aside .audio .btnAudioOn,
aside .audio .btnAudioOff {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	border: 3px solid #43c2ee;
}
aside .audio .btnAudioOn::after,
aside .audio .btnAudioOff::after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background: linear-gradient(
		-38deg,
		rgb(217, 242, 242) 0%,
		rgb(172, 235, 225) 16%,
		rgb(247, 247, 247) 34%,
		rgb(172, 235, 225) 42%,
		rgb(240, 251, 251) 69%,
		rgb(172, 235, 225) 76%,
		rgb(217, 242, 242) 100%
	);
}
aside .audio .btnAudioOn {
	background: #f5d66e;
}
aside .audio .btnAudioOff {
	background: #75cac6;
}

/*BOX CONTADOR*/
.boxContador {
	transform: scale(0.7);
}
@media screen and (min-width: 992px) {
	.boxContador {
		transform: scale(1);
	}
}
.boxContador .contContador {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	border: 3px solid #43c2ee;
	background: #6cdafd;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.boxContador .contContador::after {
	content: '';
	position: absolute;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background: linear-gradient(
		-38deg,
		rgb(217, 242, 242) 0%,
		rgb(172, 235, 225) 16%,
		rgb(247, 247, 247) 34%,
		rgb(172, 235, 225) 42%,
		rgb(240, 251, 251) 69%,
		rgb(172, 235, 225) 76%,
		rgb(217, 242, 242) 100%
	);
}
.boxContador .puntuacion {
	font-size: 25px;
	font-family: 'archerBold';
	color: #fff;
	position: absolute;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/***********
  POP INTRO
*************/
.popIntro {
	position: fixed;
	top: 0;
	left: 0;
	/*border: 1px solid #d2d2d3;*/
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.popIntro .img-interior {
	max-width: 900px;
}
.popIntro .logo-pop-intro {
	width: 160px;
	position: absolute;
	left: 0;
}
.popIntro .logo-pop-intro img {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.popInstrucciones {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	display: none;
	overflow-x: auto;
}

.contInstrucciones {
	position: absolute;
	background: #b2eafc;
	border: 4px solid #fff;
	border-radius: 20px;
	width: 95%;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
	.contInstrucciones {
		width: 60%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
}

/***********
  POP PREGUNTA
*************/
.popPregunta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2;
	display: none;
}

.contPregunta {
	background: #b2eafc;
	border: 4px solid #fff;
	border-radius: 20px;
	width: 90%;
	padding: 30px 50px;
	text-align: center;
	max-width: 980px;
}
@media screen and (min-width: 768px) {
	.contPregunta {
		width: 85%;
	}
}
@media screen and (min-width: 992px) {
	.contPregunta {
		width: 65%;
	}
}
.contPregunta .feedback_pregunta {
	display: none;
}
.contPregunta .tit_result {
	font-size: 38px;
	margin-bottom: 10px;
}

.tituloPregunta p {
	font-family: 'archer';
	font-size: 30px;
	border-bottom: 2px solid #494949;
	display: inline-block;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.tituloPregunta p {
		font-size: 50px;
	}
}
.tituloPregunta p span {
	font-family: 'archerBold';
}

.inputRespuesta {
	width: 100%;
	height: 50px;
	max-width: 390px;
	margin: 0 auto;
	border-radius: 8px;
}

.inputRespuesta::-moz-placeholder {
	font-size: 16px;
	font-style: italic;
}

.inputRespuesta::placeholder {
	font-size: 16px;
	font-style: italic;
}

.imgPresentador {
	width: 110px;
	height: 110px;
	background: #53c3bd;
	border-radius: 100%;
	overflow: hidden;
	/*transform: translate(20%, -130%);*/
}
.imgPresentador img {
	position: relative;
	bottom: -10px;
}

/*POPS RESULTADOS*/
.popsResultado {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	overflow-x: auto;
	padding-top: 25px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.popsResultado {
		padding-top: 0;
	}
}

.popResulInt {
	background: #b2eafc;
	border: 4px solid #fff;
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1170px;
}
.popResulInt .head,
.popResulInt .foot {
	padding: 0 40px 25px;
}
@media screen and (min-width: 768px) {
	.popResulInt .head,
	.popResulInt .foot {
		padding: 0 25px 25px;
		margin: 0;
	}
}
.popResulInt .foot {
	background: #99d1c9;
}

.contPopFallos {
	position: absolute;
	width: 95%;
	height: 70%;
	top: 50%;
	left: 50%;
	overflow-x: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	.contPopFallos {
		width: 80%;
	}
}

/***********
  POP FALLOS
*************/
.popFallos {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #b2eafc;
	display: none;
	z-index: 2;
}

.btnCerrarFallos {
	position: absolute;
	top: 45px;
	right: 45px;
	cursor: pointer;
}

.tituloFallo {
	font-family: 'archerBold';
	font-size: 21px;
}

.txtPreguntaFallos {
	border-bottom: 1px solid;
	padding: 13px;
	margin: 0 20px;
}

.correcta {
	font-weight: bold;
}

.particle {
	position: absolute;
	border-radius: 50%;
}

@keyframes particle-animation-1 {
	100% {
		transform: translate3d(6vw, 36vh, 98px);
	}
}
.particle:nth-child(1) {
	animation: particle-animation-1 120s infinite;
	opacity: 0.2;
	height: 29px;
	width: 29px;
	animation-delay: -0.8s;
	transform: translate3d(79vw, 8vh, 55px);
	background: #fff;
}

@keyframes particle-animation-2 {
	100% {
		transform: translate3d(1vw, 9vh, 35px);
	}
}
.particle:nth-child(2) {
	animation: particle-animation-2 120s infinite;
	opacity: 0.38;
	height: 18px;
	width: 18px;
	animation-delay: -1.6s;
	transform: translate3d(69vw, 58vh, 51px);
	background: #fff;
}

@keyframes particle-animation-3 {
	100% {
		transform: translate3d(24vw, 29vh, 74px);
	}
}
.particle:nth-child(3) {
	animation: particle-animation-3 120s infinite;
	opacity: 0.17;
	height: 26px;
	width: 26px;
	animation-delay: -2.4s;
	transform: translate3d(29vw, 97vh, 90px);
	background: #fff;
}

@keyframes particle-animation-4 {
	100% {
		transform: translate3d(56vw, 94vh, 21px);
	}
}
.particle:nth-child(4) {
	animation: particle-animation-4 120s infinite;
	opacity: 0.29;
	height: 34px;
	width: 34px;
	animation-delay: -3.2s;
	transform: translate3d(50vw, 100vh, 73px);
	background: #fff;
}

@keyframes particle-animation-5 {
	100% {
		transform: translate3d(75vw, 12vh, 48px);
	}
}
.particle:nth-child(5) {
	animation: particle-animation-5 120s infinite;
	opacity: 0.46;
	height: 20px;
	width: 20px;
	animation-delay: -4s;
	transform: translate3d(53vw, 3vh, 86px);
	background: #fff;
}

@keyframes particle-animation-6 {
	100% {
		transform: translate3d(2vw, 91vh, 80px);
	}
}
.particle:nth-child(6) {
	animation: particle-animation-6 120s infinite;
	opacity: 0.26;
	height: 15px;
	width: 15px;
	animation-delay: -4.8s;
	transform: translate3d(13vw, 4vh, 71px);
	background: #fff;
}

@keyframes particle-animation-7 {
	100% {
		transform: translate3d(46vw, 43vh, 84px);
	}
}
.particle:nth-child(7) {
	animation: particle-animation-7 120s infinite;
	opacity: 0.22;
	height: 34px;
	width: 34px;
	animation-delay: -5.6s;
	transform: translate3d(70vw, 64vh, 23px);
	background: #fff;
}

@keyframes particle-animation-8 {
	100% {
		transform: translate3d(83vw, 49vh, 12px);
	}
}
.particle:nth-child(8) {
	animation: particle-animation-8 120s infinite;
	opacity: 0.31;
	height: 40px;
	width: 40px;
	animation-delay: -6.4s;
	transform: translate3d(88vw, 10vh, 25px);
	background: #fff;
}

@keyframes particle-animation-9 {
	100% {
		transform: translate3d(65vw, 16vh, 22px);
	}
}
.particle:nth-child(9) {
	animation: particle-animation-9 120s infinite;
	opacity: 0.14;
	height: 17px;
	width: 17px;
	animation-delay: -7.2s;
	transform: translate3d(12vw, 16vh, 84px);
	background: #fff;
}

@keyframes particle-animation-10 {
	100% {
		transform: translate3d(100vw, 25vh, 88px);
	}
}
.particle:nth-child(10) {
	animation: particle-animation-10 120s infinite;
	opacity: 0.48;
	height: 25px;
	width: 25px;
	animation-delay: -8s;
	transform: translate3d(12vw, 97vh, 42px);
	background: #fff;
}

@keyframes particle-animation-11 {
	100% {
		transform: translate3d(7vw, 100vh, 97px);
	}
}
.particle:nth-child(11) {
	animation: particle-animation-11 120s infinite;
	opacity: 0.15;
	height: 40px;
	width: 40px;
	animation-delay: -8.8s;
	transform: translate3d(100vw, 26vh, 71px);
	background: #fff;
}

@keyframes particle-animation-12 {
	100% {
		transform: translate3d(14vw, 24vh, 66px);
	}
}
.particle:nth-child(12) {
	animation: particle-animation-12 120s infinite;
	opacity: 0.44;
	height: 38px;
	width: 38px;
	animation-delay: -9.6s;
	transform: translate3d(85vw, 16vh, 99px);
	background: #fff;
}

@keyframes particle-animation-13 {
	100% {
		transform: translate3d(80vw, 72vh, 31px);
	}
}
.particle:nth-child(13) {
	animation: particle-animation-13 120s infinite;
	opacity: 0.04;
	height: 29px;
	width: 29px;
	animation-delay: -10.4s;
	transform: translate3d(26vw, 25vh, 79px);
	background: #fff;
}

@keyframes particle-animation-14 {
	100% {
		transform: translate3d(92vw, 84vh, 59px);
	}
}
.particle:nth-child(14) {
	animation: particle-animation-14 120s infinite;
	opacity: 0.19;
	height: 19px;
	width: 19px;
	animation-delay: -11.2s;
	transform: translate3d(13vw, 78vh, 35px);
	background: #fff;
}

@keyframes particle-animation-15 {
	100% {
		transform: translate3d(46vw, 35vh, 75px);
	}
}
.particle:nth-child(15) {
	animation: particle-animation-15 120s infinite;
	opacity: 0.16;
	height: 31px;
	width: 31px;
	animation-delay: -12s;
	transform: translate3d(77vw, 24vh, 42px);
	background: #fff;
}

@keyframes particle-animation-16 {
	100% {
		transform: translate3d(85vw, 56vh, 28px);
	}
}
.particle:nth-child(16) {
	animation: particle-animation-16 120s infinite;
	opacity: 0.32;
	height: 11px;
	width: 11px;
	animation-delay: -12.8s;
	transform: translate3d(68vw, 48vh, 23px);
	background: #fff;
}

@keyframes particle-animation-17 {
	100% {
		transform: translate3d(88vw, 21vh, 38px);
	}
}
.particle:nth-child(17) {
	animation: particle-animation-17 120s infinite;
	opacity: 0.2;
	height: 22px;
	width: 22px;
	animation-delay: -13.6s;
	transform: translate3d(86vw, 10vh, 27px);
	background: #fff;
}

@keyframes particle-animation-18 {
	100% {
		transform: translate3d(97vw, 62vh, 72px);
	}
}
.particle:nth-child(18) {
	animation: particle-animation-18 120s infinite;
	opacity: 0.34;
	height: 29px;
	width: 29px;
	animation-delay: -14.4s;
	transform: translate3d(82vw, 55vh, 79px);
	background: #fff;
}

@keyframes particle-animation-19 {
	100% {
		transform: translate3d(74vw, 93vh, 36px);
	}
}
.particle:nth-child(19) {
	animation: particle-animation-19 120s infinite;
	opacity: 0.1;
	height: 34px;
	width: 34px;
	animation-delay: -15.2s;
	transform: translate3d(14vw, 52vh, 76px);
	background: #fff;
}

@keyframes particle-animation-20 {
	100% {
		transform: translate3d(47vw, 36vh, 47px);
	}
}
.particle:nth-child(20) {
	animation: particle-animation-20 120s infinite;
	opacity: 0.32;
	height: 22px;
	width: 22px;
	animation-delay: -16s;
	transform: translate3d(32vw, 97vh, 89px);
	background: #fff;
}

@keyframes particle-animation-21 {
	100% {
		transform: translate3d(57vw, 64vh, 48px);
	}
}
.particle:nth-child(21) {
	animation: particle-animation-21 120s infinite;
	opacity: 0.48;
	height: 13px;
	width: 13px;
	animation-delay: -16.8s;
	transform: translate3d(16vw, 21vh, 23px);
	background: #fff;
}

@keyframes particle-animation-22 {
	100% {
		transform: translate3d(71vw, 16vh, 77px);
	}
}
.particle:nth-child(22) {
	animation: particle-animation-22 120s infinite;
	opacity: 0.01;
	height: 34px;
	width: 34px;
	animation-delay: -17.6s;
	transform: translate3d(68vw, 65vh, 85px);
	background: #fff;
}

@keyframes particle-animation-23 {
	100% {
		transform: translate3d(12vw, 84vh, 85px);
	}
}
.particle:nth-child(23) {
	animation: particle-animation-23 120s infinite;
	opacity: 0.07;
	height: 25px;
	width: 25px;
	animation-delay: -18.4s;
	transform: translate3d(73vw, 33vh, 26px);
	background: #fff;
}

@keyframes particle-animation-24 {
	100% {
		transform: translate3d(8vw, 78vh, 36px);
	}
}
.particle:nth-child(24) {
	animation: particle-animation-24 120s infinite;
	opacity: 0.13;
	height: 28px;
	width: 28px;
	animation-delay: -19.2s;
	transform: translate3d(18vw, 26vh, 93px);
	background: #fff;
}

@keyframes particle-animation-25 {
	100% {
		transform: translate3d(23vw, 89vh, 40px);
	}
}
.particle:nth-child(25) {
	animation: particle-animation-25 120s infinite;
	opacity: 0.1;
	height: 14px;
	width: 14px;
	animation-delay: -20s;
	transform: translate3d(15vw, 31vh, 26px);
	background: #fff;
}

@keyframes particle-animation-26 {
	100% {
		transform: translate3d(96vw, 98vh, 58px);
	}
}
.particle:nth-child(26) {
	animation: particle-animation-26 120s infinite;
	opacity: 0.39;
	height: 13px;
	width: 13px;
	animation-delay: -20.8s;
	transform: translate3d(54vw, 15vh, 54px);
	background: #fff;
}

@keyframes particle-animation-27 {
	100% {
		transform: translate3d(87vw, 100vh, 83px);
	}
}
.particle:nth-child(27) {
	animation: particle-animation-27 120s infinite;
	opacity: 0.35;
	height: 25px;
	width: 25px;
	animation-delay: -21.6s;
	transform: translate3d(73vw, 18vh, 16px);
	background: #fff;
}

@keyframes particle-animation-28 {
	100% {
		transform: translate3d(91vw, 42vh, 28px);
	}
}
.particle:nth-child(28) {
	animation: particle-animation-28 120s infinite;
	opacity: 0.46;
	height: 11px;
	width: 11px;
	animation-delay: -22.4s;
	transform: translate3d(100vw, 43vh, 24px);
	background: #fff;
}

@keyframes particle-animation-29 {
	100% {
		transform: translate3d(75vw, 80vh, 8px);
	}
}
.particle:nth-child(29) {
	animation: particle-animation-29 120s infinite;
	opacity: 0.32;
	height: 19px;
	width: 19px;
	animation-delay: -23.2s;
	transform: translate3d(1vw, 93vh, 86px);
	background: #fff;
}

@keyframes particle-animation-30 {
	100% {
		transform: translate3d(7vw, 64vh, 59px);
	}
}
.particle:nth-child(30) {
	animation: particle-animation-30 120s infinite;
	opacity: 0.24;
	height: 31px;
	width: 31px;
	animation-delay: -24s;
	transform: translate3d(65vw, 34vh, 47px);
	background: #fff;
}

@font-face {
	font-family: 'archerMedium';
	src: url('../fonts/archer/ArcherMedium.eot?') format('eot'),
		url('../fonts/archer/ArcherMedium.woff2') format('woff2'),
		url('../fonts/archer/ArcherMedium.woff') format('woff'),
		url('../fonts/archer/ArcherMedium.ttf') format('truetype'),
		url('../fonts/archer/ArcherMedium.svg#archerMedium') format('svg');
}
@font-face {
	font-family: 'archerBold';
	src: url('../fonts/archer/Archer-Bold.eot?') format('eot'),
		url('../fonts/archer/Archer-Bold.woff2') format('woff2'),
		url('../fonts/archer/Archer-Bold.woff') format('woff'),
		url('../fonts/archer/Archer-Bold.ttf') format('truetype'),
		url('../fonts/archer/Archer-Bold.svg#archerBold') format('svg');
}
@font-face {
	font-family: 'archerBook';
	src: url('../fonts/archer/Archer-Book.eot?') format('eot'),
		url('../fonts/archer/Archer-Book.woff2') format('woff2'),
		url('../fonts/archer/Archer-Book.woff') format('woff'),
		url('../fonts/archer/Archer-Book.ttf') format('truetype'),
		url('../fonts/archer/Archer-Book.svg#archerBook') format('svg');
}
@font-face {
	font-family: 'lust_regular';
	src: url('../fonts/lust/lust-rg-webfont.eot?') format('eot'),
		url('../fonts/lust/lust-rg-webfont.woff2') format('woff2'),
		url('../fonts/lust/lust-rg-webfont.woff') format('woff'),
		url('../fonts/lust/lust-rg-webfont.ttf') format('truetype'),
		url('../fonts/lust/lust-rg-webfont.svg#lust_regular') format('svg');
}
@font-face {
	font-family: 'Rockwel';
	src: url('../fonts/rockwell/ROCK.eot?') format('eot'),
		url('../fonts/rockwell/ROCK.woff2') format('woff2'),
		url('../fonts/rockwell/ROCK.woff') format('woff'),
		url('../fonts/rockwell/ROCK.ttf') format('truetype'),
		url('../fonts/rockwell/ROCK.svg#Rockwel') format('svg');
}
@font-face {
	font-family: 'neutraface';
	src: url('../fonts/neutraface/NeutrafaceText-Book.eot?') format('eot'),
		url('../fonts/neutraface/NeutrafaceText-Book.woff2') format('woff2'),
		url('../fonts/neutraface/NeutrafaceText-Book.woff') format('woff'),
		url('../fonts/neutraface/NeutrafaceText-Book.ttf') format('truetype'),
		url('../fonts/neutraface/NeutrafaceText-Book.svg#neutraface') format('svg');
}
@font-face {
	font-family: 'neutrafaceBold';
	src: url('../fonts/neutraface/NeutrafaceText-Bold.eot?') format('eot'),
		url('../fonts/neutraface/NeutrafaceText-Bold.woff2') format('woff2'),
		url('../fonts/neutraface/NeutrafaceText-Bold.woff') format('woff'),
		url('../fonts/neutraface/NeutrafaceText-Bold.ttf') format('truetype'),
		url('../fonts/neutraface/NeutrafaceText-Bold.svg#neutrafaceBold')
			format('svg');
}
*,
*:before,
*:after {
	box-sizing: border-box;
}

/*
html {
  height: 100%;
  width: 100%;
  font-size: 13px;
  // font-size: 100%;

  @include mix.mv(768px) {
    font-size: 13px;
  }

  @include mix.mv(1200px) {
    font-size: 16px;
  }

  -webkit-overflow-scrolling: touch;

}
*/
/* SCROLL BODY */
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #5b5b5b;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

/* FUENTES
font-family: 'Open Sans', sans-serif;
font-family: 'archerMedium';
font-family: 'archerMediumItalic';
font-family: 'archerBold';
font-family: 'archerBook';
font-family: 'neutrafaceBold';
font-family: 'neutrafaceBook';
*/
* {
	box-sizing: border-box;
}

:focus {
	outline: none;
}

html {
	/*position: fixed;*/
	top: 0;
	height: 100%;
	width: 100%;
	/*overflow-y:scroll;*/
	-webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
}

body {
	font-family: 'archerMedium';
	/*background: #f1f1f1;*/
	margin: 0;
	min-height: 100%;
	color: #212121;
	font-size: 18px;
	line-height: 1.2;
	background: #43c2ee;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 20px;
	}
}

p {
	margin-bottom: 5px;
}

a {
	color: #52c3bd;
}

a:hover {
	text-decoration: none;
	color: #00a3a1;
}

.img-logo {
	width: 125px;
	display: block;
	margin: auto;
}

.archer {
	font-family: 'archerBook' !important;
}

.archer-medium {
	font-family: 'archerMedium' !important;
}

.archer-bold {
	font-family: 'archerBold' !important;
}

h2 {
	font-size: 30px;
	line-height: 1.1;
	font-family: 'lust_regular';
	padding: 0;
	margin: 5px 0 0;
	color: #000;
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 992px) {
	h2 {
		font-size: 50px;
	}
}

h3 {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 0;
	font-family: 'archer';
	color: #000;
}
@media screen and (min-width: 768px) {
	h3 {
		font-size: 33px;
	}
}

h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 0;
	font-family: 'archerBold';
	color: #000;
}
@media screen and (min-width: 768px) {
	h4 {
		font-size: 28px;
	}
}

h5 {
	font-size: 21px;
	line-height: 1.3;
	/*font-style: italic; */
	font-family: 'lust_regular';
	color: #fff;
}

header {
	height: 85px;
	background: #fff;
	width: 120px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.border_bottom {
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: 5px;
}

.txt_verde {
	color: #43c2ee !important;
}

.txt_verdeOscuro {
	color: #3c8781 !important;
}

.txt_verde_m {
	color: #0caee6 !important;
}

.txt_gris {
	color: #a3a3a3 !important;
}

.txt_blanco {
	color: #fff !important;
}

.txt_negro {
	color: #000 !important;
}

.txt_gris2 {
	color: #6d6d6d !important;
}

.bg_verde {
	background: #43c2ee !important;
}

.bg_verdeOscuro {
	background: #3c8781 !important;
}

.bg_blanco {
	background: #fff !important;
}

.bg_negro {
	background: #000 !important;
}

.wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
}

/*=============================================
 =                   Botones                   =
 =============================================*/
#btnComenzar {
	margin: 0 auto;
}

.btnPrincipal {
	width: 230px;
	/*margin: 0 auto;*/
	height: 50px;
	border-radius: 100px;
	color: #fff;
	background: #43c2ee;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: 'neutraface';
	/* justify-content: space-around; */
	justify-content: center;
	transition: all 0.3s ease;
}
.btnPrincipal:hover {
	opacity: 0.8;
}

.btnEntrar,
.bnt-intro {
	color: #43c2ee;
	background: #fff;
	border: 2px solid #fff;
	transition: all 0.2s ease;
}
.btnEntrar:hover,
.bnt-intro:hover {
	background: #43c2ee;
	color: #fff;
}

.btnPasaPalabra,
.btnSecundario {
	width: 230px;
	border-radius: 100px;
	text-transform: uppercase;
	height: 50px;
	padding: 0 15px;
	color: #fff;
	background: #6d6d6d;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: 'neutraface';
	justify-content: center;
	transition: all 0.3s ease;
}
.btnPasaPalabra:hover,
.btnSecundario:hover {
	opacity: 0.8;
}

.btnSaberMas {
	width: 230px;
	border-radius: 100px;
	text-transform: uppercase;
	height: 50px;
	padding: 0 15px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: 'neutraface';
	justify-content: center;
	transition: all 0.3s ease;
}
.btnSaberMas:hover {
	color: #212121;
	background: #fff;
}

.sig_pregunta {
	cursor: pointer;
	transition: all 0.3s ease;
	color: #3fa59d;
}
.sig_pregunta:hover {
	color: #212121;
}

/*efecto parpadeo*/
.zoomInOut {
	animation-name: zoomInOut;
	animation-duration: 1.8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: zoomInOut;
	-webkit-animation-duration: 1.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.parpadea {
	animation-name: parpadeo;
	animation-duration: 1.2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.parpadeaNoticia {
	animation-name: parpadeo;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

.parpadeaNoticia:hover {
	animation-name: none;
	-webkit-animation-name: none;
}
@keyframes parpadeo {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
/**/
@keyframes zoomInOut {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.98);
	}
	100% {
		transform: scale(1);
	}
}
/********************
***MEDIA QUERIES*****
*********************/
/*PC*/ /* Medium devices (desktops, 992px and up) */
/*Small*/
/*Medium*/
@media (min-width: 768px) {
	.puntuacion,
	.tiempo {
		font-size: 30px;
	}
}
/*Large*/
/*Extra large*/
@media (min-width: 1200px) {
	.w-xl-75 {
		width: 75% !important;
	}
} /*# sourceMappingURL=styles.css.map */
