html,
body {
  font: 100%/1.2em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%; 
}
body {
  width: 100%;
  background: #F9F9F9;
  min-height: 100%;
}

.panel {
  background-color: #F9F9F9;
  min-height: 100%;
}
.menu {
  display: none;
  background-color: #1D1F20;
}
a:link,
a:active,
a:visited {
  color: #F5811F;
  text-decoration: none;
}
a:hover {
  color: #b77804;
}

.menu a {
  color: #fff;
  text-decoration: none;
}
.menu-header:hover,
.menu a:hover {
  background-color: #393939;
}

.menu-header {
  border-bottom: 1px solid #2a2d2f;
  padding: 20px;
  background-size: 32px;
}

.menu-header-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

.menu-section {
  margin: 25px 0;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 10px 20px;
}

.panel {
  min-height: 100%;
}

/**** 
  MOBILE MENU 
*/
.MobileNav {
  width: 100%;
  height: 50px;
  background: orange;
  top: 0px;
  left: 0px;
  position: sticky;
  padding: 0px;
  text-align: center;
  padding: 13px;
  display: none;
  z-index: 9999;
}
.btn-hamburger {
  background: transparent;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  outline:none;
  width: 50px;
  height: 50px;
  color: #fff;
}
.btn-hamburger:before, 
.btn-hamburger:before {
  margin-right: 0px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-menu { left: auto; }

.MobileNav a:link,
.MobileNav a:active,
.MobileNav a:visited,
.MobileNav a:hover {
  color: #fff;
}

/* HEADER */
.HeaderCamed {
	top: -50px;
	position: relative;
}
.HeaderLogo {
  width: 130px;
  padding: 30px 0;
}
.HeaderNome {
	margin: 0;
	color: #F5811F;
	font-weight: bold;
}
.HeaderDocument {
	color: #6A6A6A;
	font-size: .85rem;
	margin: 0;
}
.HeaderMenu {
  padding: 0;
  margin: 0;
}
.HeaderMenu li {
  display: inline;
  padding: 0;
  margin: 0;
}
.HeaderMenu li a {
	color: #6A6A6A !important;
	padding: 10px;
	font-size: .9rem;
	font-weight: 400;
}
.HeaderMenu li a:hover{
  color: orange !important;
}
/* HEADER */



/* CORPO */
.Corpo {
	background: #fff;
	border-top: solid 4px #F5811F;
	box-shadow: 0 0 25px rgba(245, 129, 31,.2);
	margin-top: 50px;
	max-width: 850px;
	padding: 20px 30px 50px 30px;
}
.Corpo h1 {
  color: #F5811F;
  font-size: 1.8rem;
  font-weight: 700;
}
/* /CORPO */



/* TABELA */
.TableHeader {
	color: #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
	font-weight: 800;
	padding: 11px 0;
	font-size: .9rem;
}

.TableRow {
	padding: 11px 0;
	border-bottom: solid 1px #E3E3E3;
  font-size: .9rem;
  color:#5E5E5E;
}
.TableRow a {
  background: #F5811F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 5px 20px;
}
.TableRow a:hover {
  background: orange;
}
/* /TABELA */


/* RESPONSIVE */
@media (max-width: 500px){
  .MobileNav {
    display: block;
  }
}


/* RESPONSIVE */






