.lineTopo
{
	position:fixed;
	top:-200px;
	
	width: 100%;
	float: left;
	text-align: center;
	background-color: rgb(30,30,30);
	color: #FFFFFF;
	
	z-index:9999 !important;
	
	padding: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	
	border-bottom: solid 1px rgb(255,255,255,0.8);
}

.topo
{
	position:fixed;
	top:-200px;
	width:100%;
	float:left;
	/*background-color:rgb(17,15,15,0.9);*/
	background-image:url(../images/bg_black.png);
	background-repeat:repeat-x;
	height:190px;

	display:table !important;
	padding-top:5px;
	padding-bottom:5px;
	z-index:9999 !important;
	
	transition: all 0.2s;
	/*border:solid 1px #000000;*/
}

.logotipo
{
	width:230px;
	float:left;
	box-sizing:border-box;
	text-align:left;
	padding-left:10px;
	padding-top:15px;
	cursor:pointer;
	height:auto;
	margin-left:20px;
}

.logotipo img
{
	margin-right:13px;
	max-width:181px !important;
}

.topo_links
{
	top:0px !important;
	background-color:rgb(0,0,0) !important;
	box-shadow:0px 0px 16px rgb(0,0,0,0.4) !important;
	transition: all 0.2s !important;
	
	height:60px !important;
	max-height:60px !important;
}

.topo_links .logotipo img
{
	max-width:101px !important;
}

.menu_mobile_close
{
	display:none;	
}

.menu_top
{
	width:auto;
	margin:0 auto;
	float:left;
	text-align:right;
	
	box-sizing:border-box;
	padding-right:10px;
	height:60px;
	padding-top:10px;
}

@media screen and (max-width:900px) 
{
	.lineTopo
	{
		position: absolute;
	}
	
	.topo
	{
		position:absolute;	
		top: 0px;
		left: 0px;
		background-color:rgba(0,0,0,1.00) !important;
		background-image: none !important;
		
		height:50px !important;
		min-height: 50px !important;
		max-height: 50px !important;
		
		padding-bottom: 0px !important;
		
	}
	
	.logotipo
	{
		width:100%;
		margin-left:0px !important;
		text-align:center !important;
		
		padding-bottom: 15px !important;
	}
	
	.logotipo img
	{
		width:85% !important;	
	}
	
	.nav-mob
	{
		display: block;
		width: 35px;
		float:right;
		margin-top: 6px;
		margin-right:0px;
		margin-left:6px !important;
	}

	.botoes_topo
	{
		position:relative;
		width:auto !important;
		min-width:auto !important;
		float:none !important;
		margin:0px auto;
		top:0px !important;
		display:table;
		
		padding-left:6px;
		padding-right:6px;
		padding-top:5px;
		padding-bottom:0;
		height:auto !important;
		background-color:transparent !important;
	}

	.topo_links_mob
	{
		background-color:#EBEBEB;
		height:120px !important;
		max-height:120px !important;
		position:relative !important;
		background-image:none !important;
		border-bottom:solid 1px #CFCFCF;
	}

	.topo_links_mob .linha_topo
	{
		background-image:none;
	}

	.saudacao_nome
	{
		margin-top: 45px !important;
		text-align: center !important;
	}

	.promocoes{
		float: left !important;
		margin: auto !important;
		
	}
}