@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{
	float:left;
	width:100%;
	height:132px;
	background:url("../img/fundomenu.png")no-repeat center;
	z-index: 100;
	position: fixed;
	
	
}

#conteudo-header{
	width:1000px;
	height:132px;
	margin:auto;
	
	
}

#conteudo-logo{
	float:left;
	width:271px;
	height:auto;
	
	
}


#conteudo-logo img{
	margin-top: 10px;
	width:271px;
	height:auto;
	
	
}



#conteudo-menu{
	margin-left:40px;
	width:auto;
	height:auto;
	float:left;
	margin-top:40px;

 }

 div.botoes{
	text-align:center;
	 margin-left:20px;
	 
	height: 27px;
	float:left;
	 border-bottom:solid 0px  rgba(244,244,244,1.00);
	-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.botao{
	
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-display: swap;
	font-size:18px;
	color:rgba(0,0,0,1.00);
	
	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;
	letter-spacing: 0.6px;
	
}


div.botoes:hover{

  -webkit-transition: border-bottom .2s;
	-moz-transition: border-bottom .2s;	
    -o-transition: border-bottom .2s;	
	-ms-transition: border-bottom .2s;
  border-bottom:solid 3px rgba(255,222,0,1.00);
  height: 27px;
 
	
}

	


div.botoes:hover p.botao{
	-webkit-transition: margin-top .2s;
	-moz-transition: margin-top .2s;
	-o-transition: margin-top .2s;
	-ms-transition: margin-top .2s;
	color:rgba(255,222,0,1.00);
	margin-top:4px;
	font-size:18px ;	
	letter-spacing: 0.6px;
	
	
	
	
}

#conteudo-redes{
	float:right;
	width:140px;
	height:auto;
	
	
	
	
}
	
#conteudo-redes ul{
	list-style: none;
	
	
	
	
}

#conteudo-redes img{
	
	
	margin-left:1px;
	margin-top:27px;
	
}
	
	
	
	
	
	
	
}














/*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,222,0,1.00);
	float:left;
	
		
 }
	
	
	#conteudo-header{
	 width:350px;
	 height:70px;
	 margin:auto;
	 
 }

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



 #conteudo-header-logo img{
	 width:150px;
	 height:auto;
	 margin-top:0px;
	  top:4px;
	  left:2px;
	  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:19px;
	margin-right:4px;

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

	.menu-responsivo ul li{
	
	
	margin-right:12px;
	margin-top:4px;
	font-family: 'Nunito', sans-serif;
		
	font-size:15px;
	color:rgba(24,27,52,1.00);
	letter-spacing:0.4px;	
	text-decoration:none;
	
	
}


	.menu-responsivo ul li a{
	
	padding:2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-display: swap;
	font-size:15px;
	color:rgba(255,255,255,1.00);
	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-family: 'Roboto Condensed', sans-serif;
	font-display: swap;
	font-size:15px;
	color:rgba(24,27,52,1.00);
	text-align: center;
	letter-spacing:0.2px;	
	
}
	
	
	
#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:200px;
	position:relative;
	float:left;
	width:auto;
	height:auto;
	margin-top:20px;
	
 }
	
	
	#conteudo-header-redes ul{
	float:right;
	width:auto;
		height:auto;
	list-style:none;
	

 }

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



	
		 
}
	
	
	






