@charset "utf-8";


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

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

a { 

  text-decoration:none; 
} 


@media screen and (max-width:1920px) and (orientation: landscape) {
	 
	 
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }

 header2{
	display:none;
	}

 header{
	
	width:100%;
	height: 140px; 
	display: block; 
	position: absolute; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 	
	float:left;
	
		
 }
 
 
 header.esconder {
	top: -4px; 
	position: fixed; 
	transition: all 0.4s ease;
}

header.mudar {
	width:100%;
	height: 80px; 
	display: block; 
	position: fixed; 
	z-index: 444; 
	transition: all 0.4s ease; 	
	float:left; 
	top: -25px; 
	border-bottom:1px solid #f9d37a;
	background: #086053;
	
	
}
 

 
 #conteudo-header{
	 width:1000px;
	 height:140px;
	 margin:auto;
	 
 }
 
 #conteudo-header-logo{
	 width:400px;
	 height:auto;
	 margin:auto;
	 float:left;
	 position:relative;
	 
 }
 
  #conteudo-header-logo.mudar{
	 width:180px;
	 height:auto;
	 float:left;
	 transition: all 0.4s ease; 
	 
 }
 
  #conteudo-header-logo img{
	  width:340px;
	  height:auto;
	 margin-top:0px;
	  top:30px;
	  left:4px;
	  position:absolute;
 }
 
 #conteudo-header-logo.mudar img{
	 width:180px;
	 height:auto;
	 transition: all 0.4s ease; 
	 margin-top:3px;	 
 }
 
 
 
 
 #conteudo-header-redes{
	 margin-top: 40px;
	position:relative;
	float:right;
	width:100px;
	height:37px;
	 text-align: right;
	
	
	

 }

 #conteudo-header-redes ul{
	float:right;
	width:80px;
	
	list-style:none;
	

 }

#conteudo-header-redes ul li p{
	width:80px;
		
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
	font-size:27px;
	color:#FFFFFF;
	letter-spacing:0.2px;
	text-align: right;
 }


#conteudo-header-redes.mudar{
	position:relative;
	float:right;
	width:70px;
	height:30px;
	margin-top:40px;
	
	

 }
	
	
   
 
 #conteudo-header-menu{
	 margin-left: 400px;
	 position: relative;
	 margin-top: 27px;
	float:left;
	width:400px;
	height:auto;
	

 }
 
 
 div.botoes{
	 padding-left: 8px;
	 padding-right: 8px;
	 margin-top: 2px;
	 text-align:center;
	width: auto;
	height: 40px;
	float:left;
	 border-bottom:solid 0px  #36a960;
	-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:15px;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	
	color:#FFFFFF;
	letter-spacing:0.4px;
	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{
	

  background-color:#f9d37a;
  
  height:40px;
	
	
	
 
}

	


div.botoes:hover p.botao{
	font-weight:bold;
	margin-top:10px;
	font-size:14px;	
	
	color:#205b50;
	
}


#conteudo-header-menu.mudar{
	margin-top:30px;
	width:500px;
	
	

 }

 
	





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

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

.menu-projetos ul li{
	width:1000px;
	display:inline;
	padding:47px;
	text-align:center;
	
	
	
}


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

.menu-projetos ul li p{
	
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	font-style:italic;
	font-weight: lighter;
	color:rgba(255,255,255,1.00);
	letter-spacing: 0.4px;
	margin-bottom:10px;
	
	
}


	}











/*celular*/

@media screen and (max-width:960px) and (orientation: portrait){ 
	
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }
	
	header{
	display:none;
	}
	
	
	header2{
	
	width:100%;
	height: 70px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 444; 
	
	background:#086053;
	float:left;
	border-bottom:2px solid #a23537;
		
 }
	
	
	#conteudo-header{
	 width:350px;
	 height:70px;
	 margin:auto;
	 
 }

#conteudo-header-logo{
	 width:180px;
	 height:auto;
	 margin:auto;
	 float:left;
	 position:absolute;
	 
 }



 #conteudo-header-logo img{
	 width:180px;
	 height:auto;
	 margin-top:0px;
	  top:22px;
	  left:10px;
	  position:absolute;
 }
	
	
	#conteudo-header-arearestrita{
	position:absolute;
	right:10px;
	top:10px;
	float:right;
	width:15px;
	height:17px;
	
	
 }




#conteudo-header-menu{
	 width:32px;
	height:33px;
	float:right;
	margin-top:24px;
	margin-right:10px;

 }
	
	.menu-responsivo{
	
	left:0px;
	display:none;
	position:absolute;	
	margin:auto;
	width:100%;
	height:120px;
	background-color:#FFFFFF;
	text-align:center;
	margin-top:10px;
		z-index: 77777;
		border-bottom:2px solid #086053;
	
}
	
	
	
	
	
	.menu-responsivo ul{
	width:100%;
	text-align:right;
	list-style:none;
	margin-top:10px;
	padding-bottom:10px;
	
}

	.menu-responsivo ul li{
	
	
	margin-right:34px;
	margin-top:4px;
	font-family: 'Nunito', sans-serif;
		
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.4px;	
	text-decoration:none;
	
	
}


	.menu-responsivo ul li a{
	
	padding:2px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
		font-weight:bold;
	color:#086053;
	text-align: center;
	letter-spacing:0.4px;	
	text-decoration:none;
	-webkit-transition: font-size .3s;
	-webkit-transition: font-weight .3s;
	
	

	
}

.menu-responsivo ul li a:hover{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
		font-weight:bold;
	color:#086053;
	
}
	
	
	
#conteudo-categorias{
		
		float:right;
		margin-right:15px;
		width:300px;
		height:auto;
	}
	
	
	
div.botoes5{
	margin-top:2px;
	width:300px;
	margin-right:10px;
	text-align:right;
	height:25px;
	float:right;
	 border-bottom:solid 0px  #FFFFFF;
	-webkit-transition: border-bottom .2s;
	-moz-transition: border-bottom .2s;	
    -o-transition: border-bottom .2s;	
	-ms-transition: border-bottom .2s;
	cursor:pointer;
	z-index:400;
	
}

p.botao5{
	text-align: right;
	margin-top:5px;
	margin-bottom:1px;
	text-decoration:none;
	font-family: 'Nunito', sans-serif;
	font-size:13px;
	color:rgba(255,255,255,1.00);
	letter-spacing:0.4px;
	-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.botoes5:hover{


  
 
}

	


div.botoes5:hover p.botao5{
	margin-top:6px;
	font-size:13.5px;	
	color:#6adbd9;
	
}
	

	
	


	
	
   
	 



#conteudo-header-redes{
	margin-left:220px;
	position:relative;
	float:left;
	width:auto;
	height:auto;
	margin-top:24px;
	
 }
	
	
	#conteudo-header-redes ul{
	float:right;
	width:70px;
		height:auto;
	list-style:none;
	

 }

#conteudo-header-redes ul li img{
	margin-top: 2px;
		padding:3px;
		width:25px;
		height:auto;
 }










		
	
	
	
		 
}
	
	
	






