﻿#main-content{
	margin-top: 30px;
}
#sidebar-left{
	position: absolute;
    top: -500px;
    z-index: 99999;
    background-color: rgba(0,0,0,0.95)!important;
}
#sidebar-left.aberto{
	position: fixed;
}
div#sidebar-left .menu-mobile{
	display: block;
    text-align: center;
	background-color: #333;
}
div#sidebar-left .menu-mobile a{
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}

body.internas header #menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	transition-duration: 0.8s;
}
body.internas header #menu.aberto{
	top: 0px;
}
body.internas header #menu.fechado{
	top: -400px;
}
#menu-btn-mobile{
	display: block;
	visibility: visible;
}
#menu-btn-mobile a{
	display: block;
	width: 100%;
	background-color: #dedede;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding: 3px;
}