
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 280px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  border-right: 2px solid #e6eaf2;
}

.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.sidebar__nav-link {
	/*
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #626f83;
  font-family: 'Roboto', sans-serif;
  margin-left: 15px;
  transition: 0.4s ease;
  position: relative;
  */
}
.sidebar__nav-link svg {
  fill: #626f83;
  width: 22px;
  height: auto;
  transition: fill 0.5s;
  margin-right: 12px;
  margin-bottom: 2px;
}
.sidebar__nav-link i {
  fill: #626f83;
  width: auto;
  height: auto;
  transition: fill 0.5s;
  margin-right: 12px;
  margin-bottom: 2px;
}
.sidebar__nav-link svg:last-child {
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 0;
  position: absolute;
	/*right: 20px;*/
}
.sidebar__nav-link i:last-child {
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 0;
}
.sidebar__nav-link:hover {
  color: #0e2d49;
}
.sidebar__nav-link:hover svg {
  fill: #0e2d49;
}
.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
  color: #0e2d49;
}
.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
  fill: #0e2d49;
}
.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
  fill: #0e2d49;
}
.sidebar__nav-link[aria-expanded="true"] {
  margin-bottom: 15px;
}
.sidebar__nav-link--active {
  cursor: default;
}
.sidebar__nav-item {
  width: 100%;
  display: block;
  position: relative;
}
.sidebar__nav-item:last-child {
  margin-bottom: 0;
}
.sidebar__menu {
  width: 100%;
  text-align: left;
}

.sidebar__menu li {
  padding: 0 0 0 19px;
  position: relative;
}
.sidebar__menu li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0e2d49;
  top: 50% !important;
  left: 25px !important;
  margin-top: -2px;
}
.sidebar__menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.sidebar__menu li:last-child:before {
  top: 11px;
}
.sidebar__menu li:first-child:before {
  top: 31px;
}
.sidebar__menu a {
  font-size: 14px;
  color: #626f83;
  display: block;
  font-weight: 400;
}
.sidebar__menu a:hover {
  color: #EA6814;
}
.sidebar__menu a.active {
  color: #EA6814;
  cursor: default;
}
.sidebar--active {
  transform: translateX(0);
}

@media (min-width: 991px) {
.open_menu_restante .sidebar__menu--scroll{
	display:none;
	
	}
}
@media (min-width: 576px) {
  /*
  .sidebar__logo {
    padding: 0 30px;
  }
  .sidebar__nav-link {
    margin-left: 30px;
  }
  */
  .sidebar__menu li {
    padding: 0 0 0 19px;
  }
  .sidebar__menu li:before {
    left: 40px;
  }
}

.tituo-publicidade-horizontal {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #666;
  font-size: 12px;
  text-align:right;
}
.box-publicidade-horizontal {
  display: inline-block;
  width: auto;
  height: auto;
  width: 100%;
  margin-top: 40px;
}