/*body {
    font-family: Helvetica sans-serif;
    padding: 0;
    margin: 0;
    background-color: #222;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
         -o-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    color: #eee;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .5);
}*/


/*AQUI EM BAIXO ESTÁ O CSS ANTERIOR
**********************************************************
  RESET
*********************************************************/

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  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;
}


/*********************************************************
  MAIN
*********************************************************/

html, body{
  height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
}

h2 {
  margin-bottom: 62px;
  font-size: 22px;
}

h3 {
  margin: 62px 0;
  font-size: 18px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 900;
}

a {
  color: #fff;
  text-decoration: none;
}

hr {
  width: 20px;
  height: 1px;
  margin: 96px auto 81px;
  background-color: #2A2F34;
  border: none;
}

.container {
  position: relative;
  max-width: 595px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.fundo-transparente{
	background-color:rgba(0, 2, 0, 0.6);
}

/*********************************************************
  HEADER
*********************************************************/

.header {
  	height: 100%;
  	background: url('../img/background.jpg') bottom no-repeat transparent;
  	background-size: cover;
}

.header .header-links {
	position: absolute;
	top: 40px;
	right: 66px;
	font-size: 14px;
	z-index: 10;
}

#menu {
	position: fixed;
	right: 2%;
	top: 10%;
	width: 8em;
	margin-top: -2.5em;
	font-size: 20px;
}

.header .header-links li:hover{
	opacity:0.7;
}

.header .header-links li:after {
  display: float;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 13px 0 17px;
  background-color: #fff;
  opacity: 0.46;
}

.header .header-links li:last-of-type:after {
  display: none;
  visibility: hidden;
}

.header .header-links strong {
  font-size: 13px;
  font-weight: bold;
}

.header .container {
  z-index: 10;
}

.header .logo {
  padding-top: 60%;
}

.header .logo p {
  opacity: 0.9;
}

.header .social{
	margin-top:10%;
}

.header .social li{
	display: inline-block;
	margin-left:5%;
}

.header .social li:first-child{
	margin-left:0;
}

.header .social img{
	width:40px;
}

.header .social img:hover {
  opacity: 0.7;
}

.header .social p{
	margin-top:2%;
	font-size:14pt;
}

.header .site-backgroung {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}


/*********************************************************
  RESPONSIVE
*********************************************************/
@media(max-width: 1920px) {
	.header .logo {
		padding-top: 35%;
	}
	
	p{
		font-size:25px;
 	}
 }

@media(max-width: 1366px) {
	.header .logo {
		padding-top: 35%;
  	}
  	
 	p{
		font-size:25px;
 	}
}

@media(max-width: 800px) {
 	.header .logo {
		padding-top: 35%;
  	}
  	p{
		font-size:18px;
  	}
}

@media(max-width: 400px) {
  	hr {
    		margin: 56px auto 41px;
  	}
  	
}
