body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  height: 100%;
  background-color: #000;
}


body{
margin:0;
padding:0;
color: #fff;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
position: relative;
}

.black{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto;
}

#header{
	width: 100%;
	padding: 100px 0 100px 0;
	margin: auto;
}

h1{
	font-family: 'damion', cursive;
	font-size: 103px;
}

h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 4px;
}

h2 strong.sep-one{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -80px;
	margin-top: 15px;
}

h2 strong.sep-two{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
}


#middle{
	width: 100%;
	background-image: url('../imagens/fundo.png');
	padding: 10px 0;
	margin: 20px 0;
}

#middle p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	padding: 0 5%;
}

#middle p.bandeiras{
	padding-top: 7px;
}

#middle p.powered{
	line-height: 20px;
	font-size: 16px;
	padding: 0 10%;
}

#middle p span{
	color:#e63b4d;
}

#footer{
	width: 100%;
}

.btnprosseguir {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6473d9), color-stop(1, #5543d9));
	background:-moz-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-webkit-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-o-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-ms-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:linear-gradient(to bottom, #6473d9 5%, #5543d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6473d9', endColorstr='#5543d9',GradientType=0);
	background-color:#6473d9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:12px 22px;
	text-decoration:none;
	margin-top: 5px;
}
.btnprosseguir:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5543d9), color-stop(1, #6473d9));
	background:-moz-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-webkit-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-o-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-ms-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:linear-gradient(to bottom, #5543d9 5%, #6473d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5543d9', endColorstr='#6473d9',GradientType=0);
	background-color:#5543d9;
}
.btnprosseguir:active {
	position:relative;
	top:1px;
}

@media screen and (max-width: 568px){
	#header{
		width: 100%;
		padding: 30px 0 30px 0;
		margin: auto;
	}


	h1{
		font-size: 53px;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 2px;
	}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
	}

	#middle{
		margin: 50px 0 20px 0;
		width: 100%;
	}
	
	#middle p{
		font-size: 18px;
		color: #000000;
		line-height: 18px;
		padding: 0;
	}

	#middle p.powered{
		line-height: 16px;
		font-size: 12px;
		padding: 0 10%;
	}
	
	#middle p span{
		color:#e63b4d;
	}
	
	.btnprosseguir {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6473d9), color-stop(1, #5543d9));
	background:-moz-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-webkit-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-o-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:-ms-linear-gradient(top, #6473d9 5%, #5543d9 100%);
	background:linear-gradient(to bottom, #6473d9 5%, #5543d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6473d9', endColorstr='#5543d9',GradientType=0);
	background-color:#6473d9;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:10px 18px;
	text-decoration:none;
	margin-top: 5px;
}
.btnprosseguir:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5543d9), color-stop(1, #6473d9));
	background:-moz-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-webkit-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-o-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:-ms-linear-gradient(top, #5543d9 5%, #6473d9 100%);
	background:linear-gradient(to bottom, #5543d9 5%, #6473d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5543d9', endColorstr='#6473d9',GradientType=0);
	background-color:#5543d9;
}
.btnprosseguir:active {
	position:relative;
	top:1px;
}
}