@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: 60px; 
	display:block; 
	position: relative; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background:#FFFFFF;
	float:left;
	
		
 }
 
 
 header.esconder {
	top: -4px; 
	position: fixed; 
	transition: all 0.4s ease;
}

header.mudar {
	width:100%;
	height: 60px; 
	display: block; 
	position: fixed; 
	z-index: 444; 
	transition: all 0.4s ease; 	
	float:left; 
	top: -25px; 
	border-bottom:1px solid  rgba(223,223,223,1.00);
	
	
}
 

 
 #conteudo-header{
	 width:1000px;
	 height:60px;
	 margin:auto;
	 
 }
 
 #conteudo-header-logo{
	 width:200px;
	 height:auto;	 
	 float:left;
	 position:relative;
	 margin: auto;
	 
 }
 
  #conteudo-header-logo.mudar{
	 width:150px;
	 height:auto;
	 float:left;
	 transition: all 0.4s ease; 
	 
 }
 
  #conteudo-header-logo img{
	  width:180px;
	  height:auto;
	 margin-top:17px;
	  top:14px;
	  left:4px;
	  
 }
 
 #conteudo-header-logo.mudar img{
	 width:170px;
	 height:auto;
	 transition: all 0.4s ease; 
	 margin-top:17px;	 
 }
 
 
 
 
 
   
 
 #conteudo-header-menu{
	margin-left:250px;
	top: 27px;
	width:620px;
	height:60px;
	

 }
 
 
 div.botoes{
	 padding-left: 7px;
	  padding-right: 7px;
	 
	text-align:center;
	width: auto;
	height: 60px;
	float:left;
	 border-bottom:solid 0px  #FFFFFF;
	-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:47px;
	text-decoration:none;
	font-family: 'Overpass', sans-serif;
	font-size:17px;
	color:#303030;
    font-weight: 300;
    font-display: swap;
	letter-spacing:0.2px;
	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:solid 2px  #90302e;
  height: 60px;
	
 
}

	


div.botoes:hover p.botao{
	margin-top:37px;
	font-size:17px;
	font-weight:bolder;
    font-display: swap;
	color:#1E1E1E;
	
}


#conteudo-header-menu.mudar{
	margin-top:4px;
	width:550px;
	
	

 }

 #conteudo-header-redes{
	position:relative;
	float:right;
	width:100px;
	height:60px;
	margin-top:15px;
	
	

 }

 #conteudo-header-redes ul{
	float:right;
	width:100px;
	margin-top:-47px;
	list-style:none;
	

 }
	
	#conteudo-header-redes ul li{
	float:right;
	width:100px;
	margin-top:2px;
	list-style:none;
	

 }

#conteudo-header-redes ul li img{
		
	margin-top: 7px;
	
 }


#conteudo-header-redes.mudar{
	position:relative;
	float:right;
	width:140px;
	height:60px;
	margin-top:4px;
	
	

 }





.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){ 
	
	
	header{
	display:none;
	}
	
	
	header2{
	
	width:100%;
	height: 70px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background:rgba(255,255,255,1.00);
	float:left;
	border-bottom:2px solid #922f30;
		
 }
	
	
	#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:137px;
	 height:auto;
	 margin-top:0px;
	  top:4px;
	  left:4px;
	  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:4px;

 }
	
	.menu-responsivo{
	
	left:0px;
	display:none;
	position:absolute;	
	margin:auto;
	width:100%;
	height:200px;
	background-color:rgba(145,47,48,1.00);
	text-align:center;
	margin-top:10px;
		z-index: 77777;
		border-bottom:2px solid rgba(0,0,0,1.00)  ;
	
}
	
	
	
	
	
	.menu-responsivo ul{
	width:100%;
	text-align:right;
	list-style:none;
	margin-top:20px;
	padding-bottom:10px;
	
}

	.menu-responsivo ul li{
	
	
	margin-right:20px;
	margin-top:8px;
	font-family: 'Overpass', sans-serif;

		
	font-size:15px;
	color:#FFFFFF;
	letter-spacing:0.4px;	
	text-decoration:none;
	
	
}


	.menu-responsivo ul li a{
	
	padding:2px;
	font-family: 'Overpass', sans-serif;

	font-size:14.5px;
		font-weight:300;
	color:#FFFFFF;
	text-align: center;
	letter-spacing:0.2px;	
	text-decoration:none;
	-webkit-transition: font-size .3s;
	-webkit-transition: font-weight .3s;
	
	

	
}

.menu-responsivo ul li a:hover{
	font-size:15px;
	color:rgba(0,0,0,1.00);
	font-weight:bolder;
	
}
	
	
	
#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;
 }










		
	
	
	
		 
}
	
	
	







