/*
	COLORS
*/

/*
	FONTS
*/
/*@font-face {
  font-family: 'myFont';
  src: url('../fonts/myFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
/*
	RESET
*/
*, *:before, *:after {
	box-sizing: inherit;
	animation-fill-mode: both !important;
}
html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
}

html {
	width: 100%;
	min-height: 100%;
	overflow: auto;
	background: #000;
	color: #333;
	font-family: 'Lato', sans-serif;
}
body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	/*overflow: auto;*/
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

/*
	STYLES
	FOR 16/9 OR MORE VERTICAL SCREENS
	USE VW AS OFTEN AS POSSIBLE
*/
html,
.menu {
	background: radial-gradient(circle farthest-corner at 40% 40%, #34cfd0, #8ac13e);
}
html.old,
.old .menu {
	background: radial-gradient(circle farthest-corner at 40% 40%, #f79420, #f3d01e);
}

.dico-completo {
	background: linear-gradient(#34cfd0 0%, #8ac13e 50%, #f3d01e 60%, #f79420 100%);
}

.copy {
	color: #fff;
	font-size: 36px;
}
	.copy + .copy {
		margin-top: 20px;
	}

button,
.button {
	padding: 8px 18px;
	background: #ff003a;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	transition: all .3s;
}
	button:hover,
	.button:hover {
		background: #fff;
		color: #ff003a;
		cursor: pointer;
	}
	button + button {
		margin-left: 20px;
	}

/*
	INDEX
*/
.btns-index {
	margin-top: 80px;
}

.btn-index {
	display: inline-block;
	width: 270px;
	padding: 30px;
	border: 3px solid #fff /*#465A28*/;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
}
	.btn-index:hover {
		transform: scale(1.1);
		background: rgba(255, 255, 255, 0.25);
	}
	.btn-index + .btn-index {
		margin-left: 30px;
/*		border-color: #D5E9BA;
		color: #D5E9BA;
*/	}
	.btn-index .fa {
		display: block;
		margin: 0 auto 15px;
		font-size: 60px;
	}
	.btn-index span {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 30px;
	}

.main-nav {
	z-index: 3;
	padding-top: 30px;
}
	.main-nav a {
		color: #fff;
		text-decoration: none;
		transition: all .3s;
	}
	.main-nav a:hover {
		color: #ff003a;
	}
.hashtag {
	float: left;
	margin-left: 5vw;
}

.main-nav .toggle-menu {
	position: relative;
	z-index: 1000;
	float: right;
	margin-right: 5vw;
	text-align: right;
}
	.toggle-menu a {
		font-size: 24px;
	}
	.main-nav .toggle-version {
		display: block;
		margin-top: 100px;
		text-align: center;
		font-size: 48px;
	}
		.toggle-version .fa {
			font-size: 100px;
			margin-bottom: 10px;
		}
		.goto-dictionary {
			position: absolute;
			top: 100px;
			right: 2%;
			width: 8%;
			text-align: center;
		}
			.goto-dictionary a {
				font-family: 'Caveat Brush';
				font-size: 36px;
			}
			.goto-dictionary .fa {
				font-size: 80px;
				margin-bottom: 10px;
			}

.menu {
	position: absolute;
	top: 30%;
	right: 5vw;
	z-index: 100;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity .5s;
}
	/*.menu {*/
	.menu.isOpened {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
	}

.menu .wrapper {
	top: 3vh;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 1200px;
	padding-top: 0;
}
.fila {
	display: table;
	width: 100%;
	height: 22vh;
}
.fila + .fila {
	margin-top: 2vh;
}
	.menu-item {
		position: relative;
		/*display: table-cell;*/
		float: left;
		width: 33.333333%;
		height: 22vh;
		text-align: center;
		vertical-align: bottom;
	}
		.menu-item:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			width: 80%;
			max-width: 400px;
			height: 8px;
			border-radius: 4px;
			background: #fff;
		}
	.menu-item img {
		max-height: 22vh;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
		.old .menu-item img {
			height: 250px;
		}
	.menu-item h2 {
		visibility: hidden;
	}
		.dico-item h2 {
			visibility: visible;
		}

	.menu-item__info {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-bottom: 40px;
	}
	.menu-item__info h2 {
		margin-bottom: 30px;
		color: #fff;
		font-family: 'Caveat Brush';
		font-size: 48px;
	}
	.menu-item__info h3 {
		color: #fff;
		font-family: 'Caveat Brush';
		font-size: 36px;
		margin-bottom: 25px;
	}
	.menu-item__info .fa {
		position: absolute;
		bottom: 10px;
		right: 10%;
		color: #fff;
		font-size: 40px;
	}

.menu-item.answered-OK:after {
	background: #0de33b;
}
	.menu-item.answered-OK .fa {
		color: #0de33b;
	}
.menu-item.answered-FAIL:after {
	background: #ff003a;
}
	.menu-item.answered-FAIL .fa {
		color: #ff003a;
	}
.menu-item.soon:after {
	background: rgba(255,255,255,0.5);
}
	.menu-item.soon .fa {
		opacity: .5;
	}
	.menu-item.soon img {
		opacity: .3;
	}
	.menu-item.soon button {
		display: none;
	}


.menu-item.answered-OK h2 {
	visibility: visible;
}
.menu-item.empty {
	visibility: hidden;
}

.menu-item--old img {
	opacity: 1;
}
.menu-item--old h2,
.menu-item--old .button {
	visibility: visible;
}

.step {
	transform: translate(100vw, 0);
	transition: all .5s ease-in-out;
}
	.step.active {
		transform: translate(0, 0);
	}
	.step.prev {
		transform: translate(-100vw, 0);
	}

.step__button {
	padding: 8px;
	font-size: 60px;
	background: none;
	color: #fff;
}
	.step__button:hover {
		background: none;
		color: #ff003a;
	}

.pregunta__content {
	width: 100%;
	/*height: 100%;*/
}

.respuestas {
	margin-bottom: 100px;
}
.respuesta {
	display: inline-block;
}
	.respuesta + .respuesta {
		margin-left: 15px;
	}

.popup {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
}
	.popup--review nav {
		position: absolute;
		bottom: 100px;
		z-index: 100;
		width: 100%;
		text-align: center;
	}
	.popup--review button + button {
		margin-left: 30px;
	}

.review {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 100px;
}

.title {
	color: #fff;
	font-family: 'Caveat Brush';
	font-size: 130px;
	margin-top: 60px;
	margin-bottom: 60px;
}
	.intro .title {
		margin-top: 10%;
	}
	.review .title {
		font-size: 100px;
		margin-top: 0;
	}

.video {
	position: relative;
	width: 50%;
	padding-top: 28.125%;
	height: 0;
	margin: 5vw auto 20px;
	background: #fff;
}
	.video iframe,
	.video video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

.personaje {
	text-align: center;
	height: 50%;
	max-height: 300px;
}
	.personaje img {
		max-height: 100%;
	}

.share h2 {
	margin-bottom: 15px;
	color: #fff;
	font-family: 'Caveat brush';
	font-size: 60px;
}
.share li {
	display: inline-block;
}
.share li + li {
	margin-left: 30px;
}
.share a {
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	transition: all .2s;
}
	.share a:hover {
		color: #ff003a;
	}

.review .share {
	margin-top: 40px;
}

.resumen p {
	margin-bottom: 50px;
}

.result,
.next-term {
	color: #434343;
	font-size: 36px;
}
	.next-term strong {
		font-weight: bold;
		color: #fff;
	}

.resumen .share {
	margin-top: 120px;
}


/*
	Diccionario
*/
.dictionary {
	overflow: auto;
}
.dictionary .wrapper,
.dictionary .container {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	max-width: 1600px;
	height: auto;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.dictionary .wrapper {
	padding-bottom: 80px;
}
.dictionary .title {
	margin-top: 0;
	font-size: 80px;
	margin-bottom: 30px;
}
.title--edicion {
	position: relative;
	padding-left: 33.33333333%;
	margin-top: 120px;
	margin-bottom: 60px;
	color: #fff;
	font-family: 'Caveat brush';
	font-size: 48px;
	text-align: left;
}
.dictionary .fila {
	margin-bottom: 50px;
}
.fila + .title--edicion {
	margin-top: 200px;
}
.title--edicion:after {
	content:'';
	position: absolute;
	bottom: -8px;
	left: 33.33333333%;
	width: 33.33333333%;
	height: 8px;
	border-radius: 4px;
	background: #fff;
}
.terms {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	text-align: left;
}
.letter {
	float: left;
	width: 33.33333%;
	margin-bottom: 40px;
}
.letter:nth-child(3n+1) {
	clear: left;
}
	.letter__name {
		margin-bottom: 8px;
		color: #fff;
		font-family: 'Caveat brush';
		font-size: 60px;
	}
	.term {
		margin-bottom: 10px;
		font-size: 24px;
		color: #fff;
	}
		.term a {
			color: #fff;
		}
.popup--term {
	position: fixed;
	bottom: -200px;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
}
.btn-close {
	background: none;
	font-size: 3vw;
	position: absolute;
	right: 25%;
	padding: 0;
	top: 2vw;
	transform: translateX(100%);
}
	.btn-close:hover {
		background: none;
		border: none;
		outline: none;
	}


/*
	ANIMATIONS
*/
@keyframes animaName {
    from {
    }
    to {
    }
}

/*
	RESPONSIVE
	FOR SCREENS WIDER THAN 16/9
	USE VH AS OFTEN AS POSSIBLE
*/
@media (max-width: 1450px) {
	.menu .wrapper {
		max-width: 80%;
		left: 0;
		top: 0;
		padding-top: 30px;
		transform: none;
	}
	.goto-dictionary {
		width: 18%;
	}
	.video {
		margin-top: 100px;
	}
	.review .title {
		font-size: 72px;
		line-height: 54px;
	}
}
@media (max-width: 1200px) {
	.title {
		font-size: 100px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.dictionary .title {
		margin-top: 0;
	}
	.copy {
		font-size: 30px;
	}
	.review .title {
		margin-bottom: 20px;
	}
	.review .share {
		margin-top: 20px;
	}
	.step__button {
		font-size: 48px;
	}
	.resumen p {
		margin-bottom: 30px;
	}
	.result, .next-term {
		font-size: 28px;
		line-height: 1.2;
	}
}
@media (max-width: 960px) {
	.title {
		font-size: 72px;
		line-height: 54px;
	}
	.menu {
		position: relative;
	}
		.menu.isOpened {
			position: relative;
			height: auto;
			top: -100px;
			padding-top: 100px;
		}
		.menu .wrapper {
			position: relative;
			height: auto;
			padding-bottom: 100px;
		}
		.dictionary .menu.isOpened {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
		}
	.menu-item {
		width: 50%;
	}
	.menu-item__info {
		padding-bottom: 20px;
	}
	.menu-item.empty {
		display: none;
	}
	.menu-item--old {
		margin-left: 50%;
	}
	.menu-item img {
		max-width: 60%;
		max-height: 20vh;
	}
	.goto-dictionary {
		position: fixed;
		top: 80px;
	}
	.review .share {
		margin-top: 0;
	}
	.resumen .share {
		margin-top: 40px;
	}
}
@media (max-width: 840px) {
	.wrapper,
	.container {
		/*position: relative;*/
		top: 0;
		left: 0;
		transform: none;
		height: auto;
	}
	.wrapper {
		bottom: 0;
		padding-top: 40px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.step {
		position: absolute;
		transform: translate(100vw, 0);
		margin-top: 80px;
	}
	.copy {
		font-size: 24px;
	}
	.btn-index {
		width: 240px;
	}
		.btn-index span {
			font-size: 24px;
		}
		.btn-index + .btn-index {
		    margin-left: 60px;
		}
	.goto-dictionary {
		width: 19%;
		right: 3%;
	}
	.goto-dictionary a {
		font-size: 30px;
	}
	.goto-dictionary .fa {
		font-size: 60px;
	}
	.menu-item__info h2 {
		margin-bottom: 15px;
		font-size: 36px;
	}
	.menu-item__info h3 {
		margin-bottom: 20px;
	}
	.video {
		width: 80%;
		padding-top: 45%;
		margin-top: 40px;
	}
		.popup .video {
			margin-top: 140px;
		}
		.btn-close {
			top: 90px;
			font-size: 50px;
			right: 10%;
			transform: none;
		}
	.respuesta {
		display: block;
		margin-bottom: 20px;
	}
	.respuesta + .respuesta {
		margin-left: 0;
	}
		.respuesta button {
			display: block;
			width: 100%;
			padding-top: 18px;
			padding-bottom: 18px;
		}
		.intro button,
		.resumen button {
			display: block;
			width: 100%;
			padding-top: 18px;
			padding-bottom: 18px;
			margin-left: 0;
			margin-bottom: 20px;
		}

	.popup--review nav {
		position: relative;
		bottom: 0;
		margin-top: 40px;
	}
	.review {
		position: relative;
		height: auto;
		padding-top: 0;
	}
		.review .share {
			margin-top: 30px;
		}
	.personaje {
		height: auto;
	}
		.personaje img {
			max-height: 300px;
		}
	.share h2 {
		font-size: 48px;
	}
	.title--edicion {
		padding-left: 0;
		margin-top: 60px;
		text-align: center;
	}
}
@media (max-width: 680px) {
	.wrapper {
		padding-top: 15px;
	}
		.menu .wrapper {
			max-width: none;
		}
	.dictionary .menu {
		position: relative !important;
		background: none;
	}
	.main-nav {
		padding-top: 0;
	}
		.hashtag,
		.main-nav .toggle-menu {
			margin-top: 15px;
		}
	.title,
	.review .title,
	.dictionary .title {
		font-size: 42px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.copy {
		font-size: 20px;
	}
	.btns-index {
		margin-top: 30px;
	}
	.btn-index {
		display: block;
		width: 100%;
		padding: 15px;
	}
		.btn-index:hover {
			transform: scale(1.03);
		}
	.btn-index .fa {
		margin-bottom: 10px;
		font-size: 36px;
	}
	.btn-index span {
		font-size: 20px;
	}
	.btn-index + .btn-index {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.goto-dictionary {
		position: relative;
		top: 0;
		right: 0;
		width: 80%;
		border: 3px solid #fff;
		border-radius: 3px;
		margin: 20px auto 0;
		transition: all .3s;
	}
		.goto-dictionary:hover {
			border-color: #ff003a;
		}
		.goto-dictionary a{
			display: block;
			padding: 15px;
		}
	.menu-item {
		float: none;
		width: 100%;
		height: auto;
	}
		.menu-item:after {
			left: 0;
			right: 0;
			transform: none;
			width: auto;
			max-width: none;
		}
		.menu-item img {
			left: 40px;
			transform: none;
		}
		.menu-item__info {
			position: relative;
		}
		.menu-item__info h2 {
			padding-left: 40%;
		}
		.menu-item__info button {
			display: block;
			width: 60%;
			margin-left: 40%;
			padding-top: 18px;
			padding-bottom: 18px;
		}
		.menu .menu-item__info {
			padding-left: 20px;
			padding-right: 20px;
		}
		.menu .menu-item__info .fa {
			display: none;
		}
		.menu .menu-item:after {
			left: 20px;
			right: 20px;
		}
	.menu-item--old {
		margin-left: 0;
		margin-top: 80px;
	}
		.menu-item--old img,
		.menu-item.soon img{
			left: 50% !important;
			transform: translateX(-50%) !important;
		}
		.menu-item--old h2 {
			padding-left: 0;
		}
		.menu-item--old .button {
			display: block;
			padding-top: 18px;
			padding-bottom: 18px;
		}
	.dico-item {
		min-height: 22vh;
	}
		.dico-item + .dico-item {
			margin-top: 20px;
		}
		.dico-item.soon .menu-item__info {
			position: absolute;
		}
	.video {
		width: 100%;
		padding-top: 56.25%;
		margin-top: 0;
	}
		.btn-close {
			top: 80px;
			right: 20px;
		}
	.share h2 {
		font-size: 32px;
	}
	.result, .next-term {
		font-size: 20px;
	}
}
@media (max-width: 540px) {
	button,
	.button {
		font-size: 20px;
	}
	.step {
		margin-top: 60px;
	}
	.menu-item img {
		left: 0;
		transform: none;
	}
	.menu .menu-item img {
		left: 20px;
	}
}
@media (max-height: 920px) {
	.menu-item__info {
		padding-bottom: 25px;
	}
	.menu-item__info h2 {
		margin-bottom: 25px;
	}
	.popup--review nav {
		bottom: 20px;
	}
}
@media (max-height: 800px) {
	.review {
		padding-top: 40px;
	}
	.review .title {
		margin-bottom: 40px;
	}
	.popup--review nav {
		top: 95%;
	}
}
