@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,500,700,900');

* {
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

header, .circle-container li .imgHolder {
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}

body {
	background: linear-gradient(45deg, #fdab36, #f69034);
	background-attachment: fixed;
	overflow-x: hidden;
}

.wrapper {
	max-width: 800px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.burger {
	position: absolute;
	width: 36px;
	height: 22px;
	left: 15px;
	top: 7px;
}
.burger span {
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 6px;
	background: #ababab;
	display: block;
}

.burger span:nth-child(2) {
	top: 9px;
}

.burger span:nth-child(3) {
	top: 18px;
}

img {
	width: 100%;
}

header {
	position: fixed;
	width: 100%;
	box-shadow: 0 2px 7px rgba(0,0,0,.21);
	padding: 10px 0;
	background: #fff;
	z-index: 25;
}

header .logo {
	width: 100px;
	float: left;
	position: relative;
	left: 50px;
}

header.step1 {
	background: none;
	box-shadow: none;
}

header.step1 .logo {
	-webkit-transform: translateY(-200px);
	   -moz-transform: translateY(-200px);
	    -ms-transform: translateY(-200px);
	     -o-transform: translateY(-200px);
	        transform: translateY(-200px);
}

header.step1 .burger span {
	background: #fff;
}

.overlayNav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 990;
}

.menu {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	height: 100vh;
	margin: 0;
	padding: 0 30px;
	max-width: 90%;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.menu a {
	color: #3d3d44;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	width: 100%;
	display: block;
	padding: 15px 30px;
}

.menu a:hover {
	background: #eee;
}

.menu small {
	background: #ff9639;
	border-radius: 5px;
	color: #fff;
	font-size: 9px;
	letter-spacing: 1px;
	padding: 5px 8px;
	line-height: 1em;
	margin: 0 7px;
	position: relative;
	top: -2px;
}

.menu ul {
	margin: 0 -30px;
}

.menu li.blocked {
	
}

.menu label {
	display: block;
	color: #A3A3A3;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	margin: 30px 0;
}

.menu select {
	color: #3d3d44;
	width: 100%;
	margin: 10px 0;
	font-family: 'Montserrat';
	border-radius: 7px;
	background: #ddd;
	border: none;
	padding: 10px;
	height: 40px;
	text-transform: uppercase;
}

.menu option {
	font-family: 'Montserrat';
}

.openMenu .menu {
	-webkit-transform: none !important;
	   -moz-transform: none !important;
	    -ms-transform: none !important;
	     -o-transform: none !important;
	        transform: none !important;
}

section, header {
	-webkit-transition: transform .3s linear, , background .3s linear, border .3s linear;
	-moz-transition: transform .3s linear, , background .3s linear, border .3s linear;
	-ms-transition: transform .3s linear, , background .3s linear, border .3s linear;
	-o-transition: transform .3s linear, , background .3s linear, border .3s linear;
	transition: transform .3s linear, , background .3s linear, border .3s linear;
}

ul.sectionSlides {
	position: fixed;
	right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: right;
	z-index: 800;
	height: 100%;
	top: 0;
	margin: 0;
	width: 20px;
}

ul.sectionSlides li {
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 10px 0;
	border-radius: 20px;
	position: relative;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	     -o-transition: all .2s ease-out;
	        transition: all .2s ease-out;
}

ul.sectionSlides li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.sectionSlides li.current, ul.sectionSlides li:hover {
	-webkit-transform: scale(2);
	   -moz-transform: scale(2);
	    -ms-transform: scale(2);
	     -o-transform: scale(2);
	        transform: scale(2);
}

ul.sectionSlides.orange li {
	background: #f69034;
}

.logoBig {
	width: 500px;
	-webkit-filter: brightness(10);
	-o-filter: brightness(10);
	filter: brightness(10);
}

section#index .wrapper, section#comments .wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
}

section#index .col100, section#comments .col100 {
	height: auto;
}

section#wheel {
	height: 100vh;
	position: relative;
	background: radial-gradient(#3d3d44, #1d1d25);
	z-index: 10;
}

section#wheel:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(#333, rgba(51, 51, 51, 0));
	z-index: 3;
}

section#wheel h2, section#wheel h3 {
	position: relative;
	z-index: 10;
}

h1 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 40px 0;
	width: 100%;
	font-family: 'Montserrat';
}

.download {
	margin: 20px 0;
}

.download a {
	width: 200px;
	display: inline-block;
	margin: 0 10px;
}

a.goDown {
	position: absolute;
	bottom: 30px;
	width: 50px;
	animation: arrow 1s infinite;
}

@keyframes arrow {
	0% {
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-30px);
		   -moz-transform: translateY(-30px);
		    -ms-transform: translateY(-30px);
		     -o-transform: translateY(-30px);
		        transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
}

section#showcase {
	height: 100vh;
	background: #3d3d44;
	background: radial-gradient(#e6482d, #e62249);
	overflow: hidden;
	z-index: 11;
	position: relative;
}

ul.slides {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 10;
}

ul.slides li {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 15px;
	width: 100%;
	font-family: 'Montserrat';
	font-weight: bold;
}

h2 strong {
	display: block;
	font-size: 57px;
	font-family: 'Montserrat';
	letter-spacing: 0;
	line-height: 1em;
}

ul.slides h2 {
	margin: 90px 0 15px;
	font-size: 21px;
	line-height: 1.2em;
}

h3 {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}

p {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 18px;
}

ul.slides li p {
	margin-bottom: 30px;
}

ul.slides li img {
	position: absolute;
	left: 50%;
	margin-left: -105px;
	bottom: 0;
	width: 210px;
}

.circle-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 3;
	
	top: 100px;
	-webkit-transform: scale(.65);
	-ms-transform: scale(.65);
	-o-transform: scale(.65);
	transform: scale(.65);
}

.circlePreContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 3;
	overflow: hidden
}

.phone-parts {
	width: 394px;
	height: 640px;
	position: relative;
	top: 110px;
	left: 29px;
	overflow: hidden;
}

.phone-parts .phone-topmenu {
	width: 100%;
	height: 81px;
	background: url('../img/phone-topmenu.jpg') top center no-repeat;
	background-size: 100%;
	position: relative;
}

.phone-parts .phone-topmenu .menu2, .phone-parts .phone-topmenu .menu3 {
	width: 100%;
	height: 100%;
	background: url('../img/phone-topmenu2.jpg') top center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
}

.phone-parts .phone-topmenu .menu3 {
	background: url('../img/phone-topmenu3.jpg') top center no-repeat;
}

.phone-parts .phone-groupchat, .phone-parts .phone-favs {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	background: url('../img/phone-groupchat.jpg') top center no-repeat;
}

.phone-parts .phone-favs {
	background: url('../img/phone-favs.jpg') top center no-repeat;
}

.circlePreContainer .sombra {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 800px 190px #e6482d,0 0 0 10000px #e62249;
	opacity: 0;
}

.circle-container li {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	width: 150px;
	height: 150px;
	margin: -75px;
	opacity: 0;
	border-radius: 50%
}

.circle-container li .imgHolder {
	opacity: 0;
}

.circle-container li:first-child, .circle-container li:first-child .imgHolder {
	opacity: 1 !important;
}

.circle-container li:first-child:before, .circle-container li:first-child:after {
	border-radius:50%;
	position: absolute;
	height: 110%;
	width: 110%;
	top: 50%; left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	z-index: -1;
	box-shadow: inset #f69034 0 0 0 2px, inset 0 0 15px #f69034;
	pointer-events: none;
	display: block;
	content: '';
}

.circle-container li:first-child:after {
	width: 80%;
	height: 80%;
}

.circle-container li:first-child:before {
	-webkit-animation: pulsate 5s infinite;
	animation: pulsate 5s infinite;
}

.circle-container li:first-child:after {
	-webkit-animation: pulsate 5s +2s infinite;
	animation: pulsate 5s +2s infinite;
}

@-webkit-keyframes pulsate {
	0%,100% {
		width:110%;
		height:110%;
		opacity:0;
		box-shadow: inset #f69034 0 0 0 2px, 0 0 15px #f69034;
	}
	1% { opacity:1; }
	70% {
		opacity:0.5;
	}
	99.999% {
		width:500%;
		height:500%;
		opacity:0;
		box-shadow: inset #f69034 0 0 0 2px, 0 0 30px #f69034;
	}
}

@keyframes pulsate {
	0%,100% {
		width:110%;
		height:110%;
		opacity:0;
		box-shadow: inset #f69034 0 0 0 2px, 0 0 15px #f69034;
	}
	1% { opacity:1; }
	70% {
		opacity:0.5;
	}
	99.999% {
		width:500%;
		height:500%;
		opacity:0;
		box-shadow: inset #f69034 0 0 0 2px, 0 0 30px #f69034;
	}
}

.imgHolder {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	background: #3d3d44;
}

.imgHolder > img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

@-webkit-keyframes bubble {
	0% {-webkit-transform: scale(0.9);}
	65% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.9);}
}

.circle-container .gris {
	background: #717684;
	border-radius: 50%;
	opacity: 0;
}

.phoneContainer {
    margin: 0 auto;
    width: 450px;
    height: 100%;
    position: relative;
	z-index: 10;
}

#showcase .phone {
	position: absolute;
    width: 450px;
    height: 750px;
    background: url(../img/screen.png) center top no-repeat;
    background-size: 100%;
    bottom: 0;
}

#showcase .bg {
	background: url('../img/bg-showcase.png') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 4;
	pointer-events: none;
}

#features {
	min-height: 100vh;
	background: #fff;
}

#features h1 {
	color: #f69034;
	color: #f79134;
	padding: 10vh 0 40px 0;
	font-size: 60px;
	margin-bottom: 0;
}

.featuresContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 7vh 0;
}

.featuresContainer li {
	width: 33.33%;
	float: left;
	padding: 25px 40px;
	text-align: center;
}

.featuresContainer p {
	color: #3d3d44;
	text-align: center;
}

.featuresContainer .pic {
	width: 150px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fdac36, #f3792e);
	padding: 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

section#comments {
	height: 110vh;
	background: url('../img/bg02.jpg') center center no-repeat;
	background-size: cover;
	z-index: 10;
	position: relative;
	padding-top: 60px;
}

form.subscribe {
	padding: 0;
	margin: 30px auto;
	width: 100%;
	position: relative;
}

form.subscribe input {
	height: 42px;
	width: 100%;
	float: left;
	border: none;
	border-radius: 10px;
	padding: 12px;
	font-family: 'Raleway';
    font-size: 15px;
    margin-bottom: 15px;
}

form.subscribe input[type=submit] {
	width: 150px;
	background: linear-gradient(90deg, #f66d35, #f8383d);
	font-family: 'Montserrat';
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 15px;
	margin: 0 auto;
	float: none;
}

ul.platforms {
	margin: 0 auto;
	padding: 0;
}

ul.platforms p {
	text-transform: uppercase;
	opacity: .5;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 7px;
}

ul.platforms li {
	display: inline-block;
	margin: 0 15px;
}

ul.platforms img {
	width: 36px;
	opacity: .5;
}



footer {
	background: rgba(0,0,0,.3);
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer p {
	text-align: center;
	color: #A3A3A3;
	font-size: 12px;
}

.miniWrapper {
	padding: 0 15px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

ul.lang {
	float: right;
	margin: 7px 0;
}

ul.lang li {
	color: #333;
	float: left;
	font-size: 15px;
	font-family: 'Raleway';
	margin: 0 5px;
	padding: 0;
	list-style: none;
	letter-spacing: 2px;
	padding-bottom: 2px;
}

ul.lang li a {
	color: #333;
	margin: 0;
	text-decoration: none;
}

header.step1 ul.lang li a, header.step1 ul.lang li {
	color: #fff;
}

ul.lang li.active {
	box-shadow: 0 2px;
}

article#main {
	background: url('../img/bg01.jpg') center center no-repeat;
	background-size: cover;
	height: 100vh;
}

section#index {
	background: #1d1d25;
}

article .logo {
	margin: 30px auto;
	display: block;
	width: 210px;
}

article#main h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 30px 0 0 0;
}

article#main h3 {
	letter-spacing: 3px;
	font-size: 24px;
	margin: 0 0 90px 0;
}

article#bottom form {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 7px 10px rgba(0,0,0,.2);
	padding: 21px;
	margin-top: -60px;
}

article#bottom form .title {
	margin: -21px -21px 30px -21px;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	background: #f83d3c;
}

article#bottom form .title h2 {
	font-size: 18px;
	margin: 9px 0;
	line-height: 1.2em;
}

article#bottom form .title p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
	margin: 0 0 7px;
}

article#bottom form label {
	color: #333;
	font-family: 'Raleway';
	font-size: 15px;
	width: 100%;
	text-align: left;
	display: block;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

form input {
	width: 100%;
	margin: 3px 0 30px;
	height: 35px;
	background: #ebebeb;
	border: none;
	border-radius: 10px;
	padding: 12px;
	font-family: 'Raleway';
	font-size: 15px;
}

form .checks {
	margin: 5px 0 30px;
}

form input[type=radio] {
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

form input[type=radio]:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ebebeb;
	pointer-events: none;
	border-radius: 7px;
}

form input[type=radio]:after {
	display: block;
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: #f8383d;
	pointer-events: none;
	border-radius: 5px;
	left: 6px;
	top: 6px;
	opacity: 0;
}

form input[type=radio]:checked:after {
	opacity: 1;
}

form span {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 30px 0 0;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
}

form input[type=submit] {
	margin-bottom: 0;
	background: linear-gradient(90deg, #f66d35, #f8383d);
	font-family: 'Montserrat';
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 15px;
}

article#bottom {
	margin-top: -30px;
	background: #333;
}

a.privacy {
	color: #fff;
	font-family: 'Raleway';
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: .5;
	font-size: 12px;
	padding: 30px 30px;
	text-decoration: none;
	display: inline-block;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.7);
	z-index: -1;
}

.contact-success, .contact-error {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	display: none;
}

.contact-success .wrapper, .contact-error .wrapper {
	height: 100%;
	max-width: 650px;
	display: flex;
	align-items: center;
	z-index: 30;
}

.contact-success .col100, .contact-error .col100 {
	background: linear-gradient(90deg, #e2672b, #ffbb3c);
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	height: auto;
}

.contact-success h2, .contact-error h2 {
	font-size: 51px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	font-family: 'Montserrat';
	letter-spacing: 0;
	text-transform: none;
}

.contact-success p, .contact-error p {
	color: #fff;
}

a.close {
	position: absolute;
	right: 15px;
	top: 15px;
}

input.inputFormRojo {
    box-shadow: inset 0 0 0 1px #ec8f8b;
}
span.inputFormRojo {
    display: none !important;
}


@media(min-width: 768px) {
	article .logo {
		width: 300px;
	}
	article#main h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 42px;
	}
	.circle-container {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	p {
		font-size: 15px;
		line-height: 21px;
		padding: 0 15px;
	}
	ul.slides li img {
		width: 300px;
		margin-left: -150px;
	}
	ul.slides h2 {
		margin: 15vh 0 60px;
		font-size: 30px;
	}
	section#comments {
		height: 100vh;
	}
	form.subscribe {
		padding: 0 10%;
	}
}