
html{
	background-color:#000;
}
html,body{
	font-family: 'Open Sans Condensed', sans-serif;
	
	color:#fff;
	margin:0;
	padding:0;
	heght:100%;
	font-size:18px;
	line-height:18px;
}
.wrapper{
	width:1200px;
	margin:20px auto;
	position:relative;
	padding:20px;

	text-align:center;
}
nav{
	background-color:#f8da3e;
	width:100%;
	position:fixed;
	top:0;
	left:0;
}
.logo{
	display:block;
	position:fixed;
	right:0;
	bottom:0;
	height:500px;
	width:500px;
	z-index:10000000;
	pointer-events: none;
}
.logo img{
	width:100%
}
h1{
	color:#f8da3e;
	font-size:8em;
	line-height:0.9em;
	margin:20px 0;
	padding:20px 0;
	font-weight:900;
}
h2{
    color: #f8da3e;
    font-size: 3.5em;
    line-height: 0.9em;
    margin: 20px 0;
    padding: 20px 0;
    font-weight: 900;	
}
h3{
	margin:0;
	padding:0;
	background-color:;
	color:#f8da3e;

}
h3 span{
	background-color:#f8da3e;
	color:#000;
	display:inline-block;
	padding:10px;
	margin:1px;
	font-size:2em;
	line-height:0.8em;
}
.top{
	position:absolute;
	top:00px;
	right:0px;
	z-index:10;
	padding:20px;
	width:200px;
}
.top img{
	width:100%;
}

a.arrow span{
	text-align:center;
	display:block;
}
a.arrow img{
	width:100%;
	margin-top:10px;
}
a.arrow{
    /* text-shadow: 2px 2px #000; */
    /* text-shadow: 1px 2px 5px #000; */
    /* text-shadow: 0px 0px black, 2px 1px black, 2px 1px black, 0 -1px black; */
    /*text-shadow: 0px 0px black, 2px 1px black, 2px 1px black, 0 -1px black; */
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 1);
	width:100px;
	text-align:center;
	display:inline-block;
	color:#f8da3e;
	text-decoration:none;
	font-weight:900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;	
	pointer-events: all;
	text-transform: uppercase;
}
a.arrow:hover{
	transition:all 0.4s ease;
	margin-top:10px;
}
a.arrow:hover img{
	transition:all 0.4s ease;
	margin-top:20px;
}
.section-step2{
	margin-top: 60px;
}
.section-step2 a{
	display: inline-block;
	//padding: 20px;
}
.section-step2 a.logo-promo img{
    width: 80%;
    text-align: right;
}
.section-step2 a.img-price img{
    width: 80%;
    text-align: left;
}
.form-step2{
    display: inline-block;
    width: 60%;
    margin: 50px auto 0px auto;
    border-radius: 3px;
    background: rgba(248,218,62,1);
    height: initial;
    border-style: dashed;
    border-color: #000;
}
.form-step2 form{
    padding: 30px 0;
    display: inline-block;
    width: 95%;
}
.form-step2 .input-group{
    display: inline-block;
    float: left;
    width: 33%;
    padding: 0 1px;
}
.form-step2 .input-group input{
    width: 95%;
    padding: 10px 5px;
    border-radius: 3px;
    border: none;
}
.button-step2{
    margin-top: 0px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 55px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
	width:98%;
}
#step1 h1{
	margin: 80px 0;
}
#step3 h3{
	text-transform: uppercase;
}
.section-step3{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section-step3 iframe{
    border: 0;
    top: 0;
    position: relative;
    /*bottom: 150px;*/
    right: 0;
    left: 0;
}
.corte-step4{
    width: 100%;
    position: absolute;
    height: 70%;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(248,218,62,1);
}
.corte-step4 img{
    position: absolute;
    left: 0;
    right: 0;
    top: -142px;
    width: 100%;
    transform: rotate(180deg);
}
.msg-step2{
    background: transparent;
    border-radius: 0px;
    border-color: #f8da3e;
    color: #f8da3e;
    width: 70%;
    padding: 10px 0;
    border: 4px dashed;
    margin: 100px auto 30px auto;
    text-transform: uppercase;
}
#step2 h2{
    color: #f8da3e;
    font-size: 3.5em;
    line-height: 1em;
    margin: 10px 0;
    font-weight: 600;
    padding: 0 20px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 1);
}
#step2 h2 span{
    font-size: 50px;
    vertical-align: bottom;
	display: none;
}
.email-step4{
	margin-top: 40px;
}
.h3-local{
	position: absolute;
	right: 0;
	left:0;
	bottom: 180px;
}
.msg-amigo{
    color: rgba(248,218,62,1);
    text-transform: uppercase;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 900;
	cursor: pointer;
}
#recomendacao{
	display: none;
}
.form-step2 #recomendacao {
	width: 100%;
}
.form-step2 form#recomendacao .input-group{
	
	width:100%;
}
.share{
    position: fixed;
    bottom: 40px;
	left: 40px;
}
.area-contactos{
	margin-top: 30px;
}
.msg-amigo:hover{
	color: #fff;
}
@media screen and (max-width: 1366px) and (max-height:768px){
	.logo{
		width: 450px;
		height: 450px;
	}
	a.arrow{
		bottom: 0;
	}

	.msg-step2{
		margin:50px auto 30px auto;
	}
	#step3 h3 br{
		display: none;
	}
	.section-step2 {
		margin-top: 40px;
	}
	.form-step2 {
		margin: 40px auto 0px auto;
	}		
}
@media screen and (max-width: 1280px) and (max-height: 1024px){
	#step1 h1 {
    	margin: 150px 0;
	}	
}
@media screen and (max-width: 1280px) and (max-height: 800px){
	.logo{
		height: 400px;
		width: 400px;
	}
	.msg-step2{
		margin: 50px auto 30px auto;
		width: 80%;
	}
	.section-step2 {
		margin-top: 40px;
		margin: 40px auto 0 auto;
		width: 70%;
	}
	.section-step2 a {
		display: inline-block;
		width: 50%;
		float: left;
	}	
	a.arrow{
		bottom: 20px;
	}
}
@media screen and (max-width: 1200px){
	.wrapper{
		width: 100%;
		padding: 20px 0;
	}
}
@media screen and (max-width: 1024px) and (max-height: 768px){
	#step1 h1 {
		margin: 70px 0;
	}
	#step2 h3 br{
		display: none;
	}
	#step2 h2, h2{
		font-size: 3em;
	}
	h3 span{
		font-size: 1.8em;
	}
	.logo {
    height: 350px;
    width: 350px;
	}
	.section-step2{
		width: 90%;
	}
	.form-step2 .input-group{
		width: 32.5%;
	}
	h1{
		font-size: 7em;
	}
	.special{
		width: 90%;
	}
	#step2 h2, h2 {
		font-size:2.5em;
	}
}
@media screen and (max-width: 768px){
	.wrapper{
		border:none;
	}
	html, body{
		width: 100%;
		display: table;
	}
	.top{
		width: 150px;
	}
	h3{
		font-size: 0.9em;
	}
	.logo {
		height: 300px;
		width: 300px;
	}	
	#step1 h1 {
		margin: 170px 0;
	}	
	#step2 h2 {
		font-size: 2.5em;
	}
	h2{
		font-size: 2.5em;
	}
	.msg-step2 {
		margin: 150px auto 30px auto;
	}
	.section-step2 a{
		width: 50%;
		float: left;
	}
	.section-step2 {
    	margin-top: 100px;
	}
	.form-step2 {
		width: 90%;
		margin: 100px auto 0px auto;
	}	
	.h3-local{
		bottom: 220px;
	}
	h3.special{
    	width: 80%;
    	margin: 80px auto 0 auto;
	}
}
@media screen and (max-width: 480px){
	
	.top {
		position:relative;
		padding-top:0;
		left: 0;
		width: 200px;
		margin: auto;
	}
	h1{
		font-size: 4em;
	}
	.logo {
		height: 200px;
		width: 200px;
	}	
	#step2 h2, h2 {
		font-size: 1.4em;
	}	
	.msg-step2 {
    	margin: 50px auto 30px auto;
	}
	h3 {
    	font-size: 0.6em;
	}
	a.arrow{
		bottom:10px;
	}
	.section-step2 {
		margin-top: 50px;
	}
	.form-step2 form {
		padding: 10px 0;
	}		
	.form-step2 .input-group {
		width: 100%;
		padding: 0;
		margin: 5px 0;
	}
	.form-step2 {
		width: 90%;
		margin: 50px auto 0px auto;
	}	
	.share{
		position: fixed;
		bottom: 5px;
		left: 10px;
		width: 100%;
		text-align: left;
	}
	#step1 h1 {
		margin: 30px 0 30px 0;
	}
	h1{
		padding:0;
		font-size:3.5em;
	}
	#step2 .share{
		margin-top: 30px;
	}
	#step3 h3 br{
		display: none;
	}
	#step4 .share{
    	position: absolute;
    	bottom: 100px;
	}
	.h3-local {
		bottom: 160px;
	}	
	.msg-amigo {
		color: rgba(248,218,62,1);
		text-transform: uppercase;
		text-shadow: 2px 1px 1px rgba(0, 0, 0, 1);
		font-size: 20px;
		font-weight: 900;
		width: 80%;
		cursor: pointer;
		margin: 10px auto;
	}
	.form-step2 {
		margin: 30px auto 0px auto;
	}	
	.section-step2 {
		margin-top: 20px;
	}
	.email-step4 {
		margin-top: 10px;
	}			
	.area-contactos h3{
		font-size: 0.5em;
	}
}
@media screen and (max-width: 375px) and (max-height: 667px){
	h3.special {
    margin: 30px auto 0 auto;
	}
}
@media screen and (max-width:360px){
		#step2 h3 br{
		display:none;
		clear:both;
		}	
		.form-step2 .input-group:nth-child(2){
			width:48%;
				margin-right: 6px;
			float:left;
		}
		.form-step2 .input-group:nth-child(3){
			width:48%;
		}	
	h3.special {
		width: 90%;
		margin: 30px auto 0 auto;
	}	
	.area-contactos h3 {
    font-size: 0.3em;
	}	
}
@media screen and (max-width:320px){
	.area-contactos {
    margin-top: 10px;
	}
	.top {
    top: 60px;
    left: 0;
    width: 150px;
    margin: auto;
	}
	#step1 h1 {
    font-size: 3em;
    margin: 120px 0 50px 0;
	}
	h1{
	font-size:3em;
	}
	.logo {
    height: 160px;
    width: 160px;
	}
	a.arrow {
    bottom: 20px;
	}
	a.arrow img {
    width: 50%;
    margin-top: 10px;
	}
	.share {
    bottom: 80px;
	}
	#step2 h3 br{
		display:none;
	}
	.msg-step2 {
		margin: 40px auto 30px auto;
		width: 80%;
		    padding: 0;
	}	
	h3 {
    font-size: 0.5em;
	}
	#step2 h2, h2 {
    font-size: 1.2em;
	}
	.form-step2 .input-group input {
		width: 95%;
		padding: 5px 5px;
	}	
	.button-step2 {
		margin-top: 0px;
		padding: 10px 20px;	
	}
	.msg-amigo {
		width:100%;
    	font-size: 14px;
	}
	#step4 .share {
		bottom: 80px;
	}	
	.h3-local {
		bottom: 130px;
	}	

	.wrapper {
		padding: 20px 0;
		height: 90vh!important;
		margin: 0 auto;
	}		
}
@media screen and (max-width: 320px) and (max-height: 480px){
	#step5 h1{
		padding: 0;
		margin: 10px 0;
	}
	#step4 .share {
    bottom: 70px;
	}
	.msg-step2 {
		margin: 20px auto 20px auto;
	}	
	#step2 h3 br{
		display:none;
		clear:both;
	}	
	a.arrow span {
		font-size: 16px;
	}	
	.share {
		bottom: 70px;
	}	
	a.arrow {
		bottom: 10px;
	}	
}
.form-wrapper{
}
@media screen and (max-width: 768px){
	.form-wrapper{
		
		height:100%;
		top:0px;
		left:0;
		z-index:1000000000;
	}
	.form-wrapper.active{
		background-color:rgba(0,0,0,.8);
		position:fixed;
	}
}