@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@font-face {
	font-family:Sketch_Block;
	src:url(../Fonts/Sketch_Block.ttf)
}

@font-face {
	font-family:Rudiment;
	src:url(../Fonts/Rudiment.ttf);
}

@font-face {
	font-family:UNIVERSAL-COLLEGE-draft;
	src:url(../Fonts/UNIVERSAL-COLLEGE-draft.ttf);
}

@font-face {
	font-family:Little Days;
	src:url(../Fonts/Little Days.ttf);
}
@font-face {
	font-family:Tiza;
	src:url(../Fonts/tiza.ttf)
}
@font-face {
	font-family:HappyMonkey-Regular;
	src:url(../Fonts/HappyMonkey-Regular.ttf)
}
html,body{
		height:100%;
		overflow:auto;
	}

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 1000;
}

#ani_load {
	
	text-align:center;
	margin-top:43vh;
	
}
	
#logo {
	width: 80%;
	height:auto;
	}
	
#principal {
	font-size:1.4vw;
	}
	
#principal li, #principal a{
	text-decoration:none;
	list-style:none;
	color:rgba(255,255,255,1.00);
	margin-top:9%;
	font-family:HappyMonkey-Regular;
	cursor:pointer;
	}
	
#principal a:hover,#principal  li:hover {
	color:#5FD3BC;
	}
	
#secundario ul {
	margin-top:-35%;
	margin-left:100%;
	}	
	
#secundario li, #secundario a{
	
	width:15vw;
	text-decoration:none;
	vertical-align:central;
	list-style:none;
	color:rgba(255,255,255,1.00);
	height:2vw;
	padding-top:0.3vw;;
	font-family:HappyMonkey-Regular;
	cursor:pointer;
	font-size:1.2vw;
	background-color:rgba(0,102,102,0.4);
	}

#secundario li:hover, #secundario a:hover{
	color:#5FD3BC;
	background-color:rgba(0,102,102,0.4);
}

strong {
	color:#5FD3BC;	
	}

#secundario {
	display:none;
	margin-top:-130%;
	margin-left:100%;
}

#menu {
	position:absolute;
	padding:2% 0 0 2%;
	background-color:rgba(0,102,102,0.4);
	width:15%;
	height:100%;
	position:fixed;
	z-index:6;
}

.img {
	
	position:relative;
	z-index:-3;
	width:100%;
	
}

body {
	background-image:url(../IMG/SD_quadro_negro.jpg);
	}
	
#caixa h1 {
	
	float:right;
	margin: 0 0 0 0;
	font-size:3.5vw;
	color:#FFFFFF;
	text-align:right;
	font-family:Tiza;
	z-index:6;
	
	}	
	
#caixa  {
		
	margin: 5% 15% 0 0;
	float:right;
	z-index:6;
	width:60%;
	background-color:rgba(255,255,255,0.01)
	
	}	

#caixa p {
	
	text-decoration:none;
	list-style:none;
	float:right;
	margin: 2% 0% 0 0;
	font-size:1.8vw;
	color:#FFFFFF;
	width:95%;
	text-align:right;
	font-family:HappyMonkey-Regular;
	z-index:6;
	
	}	

#caixa t {
	
	text-decoration:none;
	list-style:none;
	float:right;
	margin: 2% 0% 0 0;
	font-size:3.5vw;
	color:#FFFFFF;
	width:65%;
	text-align:right;
	font-family:Little days;
	z-index:6;
	
	}	

.fundo {
	position:absolute;
	z-index:7;
	margin-left:0;
	width:100%;
	}

#footer {
	
	position:absolute;
	bottom:0;
	z-index:7;
	float:left;
	width:100%;
	
	margin-top:10%;
	font-family:HappyMonkey-Regular;
	overflow:hidden;
}
	
footer a{
	float:left;
	display:inline;
	margin-left:3%;
	margin-top:10%;
	text-decoration:none;
	list-style:none;
	font-size:1.6vw;
	color:rgba(96,96,96,1.00);
	position:relative;
	z-index:7;
	}
	
footer ul{
	margin-left:17%;
	}

footer h3{
	display:block;
	float:left;
	margin-top:3%;
	margin-left:30%;
	margin-bottom:2%;
	text-decoration:none;
	list-style:none;
	font-size:1vw;
	color:rgba(128,128,128,1.00);
	position:relative;
	z-index:7;
	
	
	}
	
a:hover, li:hover {
	color:#00919B;
	}
	
.imgs2 {
	display:none;
}

.fundo2{
	display:none;
}

#logo2 {
	display:none;
}

#menu_mobile{
	display:none;
}

#close {
	display:none;
}
	
	
	
	@media screen and (max-width: 1000px) {

	
#caixa p {
	
	font-size:1.5vw;
	
}	

	}
	
	@media screen and (max-width: 835px) {
	
#caixa p {
	
	font-size:1.5vw;
	
	}		
	
#principal {
	font-size:2.0vw;
}

#secundario {
	font-size:1.5vw;
}

	}
	
	@media screen and (max-width: 600px) {

footer {

	margin-top:15%
	
	}

#caixa p {
	
	font-size:2.0vw;
	
}	

}
	
  @media only screen and (max-device-width: 801px)
					   and (orientation:portrait){
#logo {
	display:none;
	}
	
#principal {
	font-size:8vw;
	text-align:center;
	}

#principal ul {
	margin-top:25vw;
}

#principal li, #principal a{
	text-decoration:none;
	list-style:none;
	color:rgba(255,255,255,1.00);
	margin-top:12%;
	font-family:HappyMonkey-Regular;
	cursor:pointer;
	}
	
#principal a:hover,#principal  li:hover {
	color:#5FD3BC;
	}

#secundario {
	display:none;
}

#menu {
	display:none;
	position:absolute;
	padding:2% 0 0 2%;
	background-color:rgba(0,102,102,1.0);
	width:100%;
	height:100%;
	position:fixed;
	z-index:101;
	}
	
#logo2 {
	display:block;
	position:absolute;
	width:30%;
	right:5vw;
}

#menu_mobile{
	display:block;
	position:fixed;
	width:20%;
	left:5vw;
	top:2vh;
	z-index:100;
}

#close{
	display:none;
	position:fixed;
	width:15%;
	left:5vw;
	top:2vh;
	z-index:101;
}

.imgs {
	display:none;
	}
	
.imgs2 {
	display:block;
	width:100%;
}

#caixa h1 {
	
	float:none;
	text-align:center;
	margin: 25vw 0 0 0;
	font-size:8vw;
	color:#00919B;
	font-family:HappyMonkey-Regular;
	z-index:6;
	
	}	
	
#caixa  {
		
	margin: 5% 10% 0 0;
	float:right;
	z-index:6;
	width:80%;
	background-color:rgba(255,255,255,0.01)
	
	}	

#caixa p {
	
	text-decoration:none;
	list-style:none;
	float:right;
	margin: 2% 12% 10vh 0;
	font-size:5vw;
	width:80%;
	text-align:center;
	font-family:HappyMonkey-Regular;
	z-index:6;
	
	}		

.fundo{
	display:none;
}	

.fundo2 {
	display:block;
	position:absolute;
	z-index:3;
	margin-top:5%;
	width:100%;
	left:0;
}

.fundo_2 {
	display:none;
	position:relative;
	z-index:2;
	height:590px;
	margin-top:20%;
	}		
	
#papel p {
	position:absolute;
	z-index:3;
	float:left;
	margin:35% 0 0 10%;
	font-size:6vw;
	font-family:HappyMonkey-Regular;
	width:80%;
	text-align:center;
	}
	
footer {
	display:none;
	}
}

@media only screen and (max-device-width: 801px)
					 and (orientation:landscape){
#logo {
	display:none;
	}
	
#principal {
	font-size:10vh;
	text-align:center;
	}

#principal ul {
	margin-top:0vh;
}

#principal li, #principal a{
	text-decoration:none;
	list-style:none;
	color:rgba(255,255,255,1.0);
	margin-top:10vh;
	font-family:HappyMonkey-Regular;
	cursor:pointer;
	}
	
#principal a:hover,#principal  li:hover {
	color:#5FD3BC;
	}

#secundario {
	display:none;
}

#menu {
	display:none;
	position:absolute;
	padding:2% 0 0 2%;
	background-color:rgba(0,102,102,1.0);
	width:100%;
	height:100%;
	position:fixed;
	z-index:101;
	}
	
#logo2 {
	display:block;
	position:absolute;
	width:15%;
	right:5vw;
}

#menu_mobile{
	display:block;
	position:fixed;
	width:15%;
	left:5vw;
	top:2vh;
	z-index:100;
}

#close{
	display:none;
	position:fixed;
	width:15%;
	left:5vw;
	top:2vh;
	z-index:101;
}

.imgs {
	display:block;
	}
	
.imgs2 {
	display:none;
}
#caixa h1 {
	
	float:none;
	text-align:center;
	margin: 0vw 0 0 0;
	font-size:7vw;
	color:#00919B;
	font-family:HappyMonkey-Regular;
	z-index:6;
	
	}	
	
#caixa  {
		
	margin: 5% 10% 0 0;
	float:right;
	z-index:6;
	width:80%;
	background-color:rgba(255,255,255,0.01)
	
	}	

#caixa p {
	
	text-decoration:none;
	list-style:none;
	float:right;
	margin: 0 5% 10vh 0;
	font-size:3vw;
	width:90%;
	text-align:center;
	font-family:HappyMonkey-Regular;
	z-index:6;
	
	}		

#botoes {
	margin-top:-15%;
	margin-left:75%;
	}

.botao {
	display: block;
	background: white;
	border-radius: 50%;
	height: 5vw;
	width: 5vw;
	margin: 0;
	float:left;
	margin-right:5%;
	cursor:pointer;
	}	

.botao_active {
	background-color:#00919B;
	}
	
.fundo{
	display:none;
}	

.fundo2 {
	display:block;
	position:absolute;
	z-index:3;
	margin-top:-10%;
	width:100%;
	left:0;
}

.fundo_2 {
	display:none;
	position:relative;
	z-index:2;
	height:590px;
	margin-top:30%;
	}		
	
#papel p {
	position:absolute;
	z-index:3;
	float:left;
	margin:15% 0 0 10%;
	font-size:6vw;
	font-family:HappyMonkey-Regular;
	width:80%;
	text-align:center;
	}
	
footer {
	display:none;
	}
}