@charset "utf-8";
/* Desenvolvido por: Duplanet.pt */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), local('Abel-Regular'), url(fonts/abel.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
#logo{
	position:fixed;
	top:2%;
	left:2%;
	}
#logo a{
	border:none;
	}	
#menu{
	width:50%;
	position:fixed;
	top:2%;
	right:2%;
	left:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
	}
#menu ul li{
	display:inline-block;
	padding-left:2%;
	}
#menu ul li:hover{
	text-decoration:underline;
	cursor:pointer;
	}
#menu ul li a{
	text-decoration:none;
	color:#FFF;
	}	
#mensagem{
  width:100%;
  height:20%;
  text-align:center;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	}	
#mensagem-grande{
	font-family: 'Abel', sans-serif;
	color:#FFF;
	font-size:92.59px;	
	}

#mensagem-pequena{
	font-family: 'Abel', sans-serif;
	color:#FFF;
	letter-spacing:17px;
	font-size:40px;
	}				
footer{
	color:#FFF;
	text-transform:uppercase;
	position:fixed;
	bottom:2%;
	top:auto;
	left:2%;
	font-size:14px;	
	}
footer a{
	color:#FFF;
	text-decoration:none;	
	}