@charset "utf-8";


*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 


#container-principal{
	
	width:100%;
	min-width:1000px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 
	
	
 }
 
 header{
	
	width:100%;
	height: 115px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background:url(../img/fundo-topo.jpg);
	float:left; 
		
 }
 
  header.esconder {
	top: -26px; 
	position: fixed; 
	transition: all 0.4s ease;
}

header.mudar {
	width:100%;
	height: 86px; 
	display: block; 
	position: fixed; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background:url(../img/fundo-topo.jpg);
	float:left; 
	top: -26px; 
	
	
}
 

 
 #conteudo-header{
	 width:1000px;
	 height:115px;
	 margin:auto;
	 
 }
 
  #conteudo-header-topo{
	 width:1000px;
	 height:17px;
	 margin:auto;
	 text-align:center;
	
	 
 }
 
 #conteudo-header-logo{
	 width:214px;
	 height:59px;
	 float:left;
 
 }
 
  #conteudo-header-logo.mudar{
	 width:200px;
	 height:auto;
	 float:left;
	 transition: all 0.4s ease; 
	 
 }
 
  #conteudo-header-logo img{
	margin-top:20px;
 }
 
 
  #conteudo-header-logo.mudar img{
	 width:170px;
	 height:auto;
	 transition: all 0.4s ease; 
	 margin-top:17px;	 
 }
 
 
 
  
 
 #conteudo-header-menu{
	float:right;
	width:600px;
	height:47px;
	margin-top:50px;

 }
 
 #conteudo-header-menu.mudar{
	position:relative;
	float:right;
	margin-top:20px;
	width:600px;
	height:47px;
	transition: all 0.4s ease;
	
 }
 
 
 div.botoes{
	text-align:center;
	width: 100px;
	height: 47px;
	float:left;
	-webkit-transition: border-bottom .3s;
	-moz-transition: border-bottom .3s;	
    -o-transition: border-bottom .3s;	
	-ms-transition: border-bottom .3s;
	cursor:pointer;
	z-index:400;
	
}

p.botao{
	margin-top:14px;
	text-decoration:none;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size:14px;
	color:rgba(255,255,255,1.00);
	letter-spacing:0.7px;
	text-align: center;
	-webkit-transition: font-size .2s;
	-moz-transition: font-size .2s;
	-o-transition: font-size .2s;
	-ms-transition: font-size .2s;
	-webkit-transition: margin-top .2s;
	-moz-transition: margin-top .2s;
	-o-transition: margin-top .2s;
	-ms-transition: margin-top .2s;
	
}


div.botoes:hover{
	

  border-bottom:2.4px solid rgba(255,237,0,1.00);
	
}

	


div.botoes:hover p.botao{
	margin-top:20px;
	font-size:15px;	
	color: rgba(255,237,0,1.00)
	
}




.menu-projetos{
	left:0px;
	top:110px;
	position:absolute;	
	margin:auto;
	width:100%;
	height:470px;
	text-align:center;
	display:none;
	background:url(../img/fundo-botoes-projeto.jpg);
	
}

.menu-projetos ul{
	width:1000px;
	text-align:center;
	list-style:none;
	margin-top:4px;
	padding-bottom:10px;
	margin:auto;
	
}

.menu-projetos ul li{
	display:inline;
	padding:47px;
	text-align:center;
	margin-top:40px;
	
	
}


.menu-projetos ul li img{
	
	margin-top:57px;
	
	
}






