@media screen and (min-width: 768px) {
  body {
    background-color: #F7F5F3;
  }
}
.titulo-sidebar {
  top: 19px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 26px;
  color: #fff;
}
.line-titulo {
  width: 82%;
  margin-left: 20px;
  height: 1px;
  margin-top: 14px;
  background: #fff;
}
.content-main {
  margin-left: 0;
  transition: margin-left 0.5s;
  background-color: #F7F5F3;
}
@media screen and (min-width: 768px) {
  .content-main {
    opacity: unset!important;
  }
}
.sidebar {
  height: 100%;
  width: 80%;
  margin-left: -768px;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0;
  background-color: #3DA848;
  overflow-x: hidden;
  transition: 0.5s;
  font-weight: 300;
}
.sidebar a:hover,
.gerar-pdf:hover {
  color: #fff!important;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .sidebar {
    margin-left: -768px;
  }
}
.sidebar-fechado {
  margin-left: -768px;
}
.sidebar-aberto {
  margin-left: 0;
}
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
.btn-fechar-menu {
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 2;
  font-size: 26px;
  line-height: 66px;
  color: #fff;
  display: none;
}
.btn-fechar-menu-visivel {

  display: block;

}
.item-sidebar {
  cursor: pointer;
  padding-left: 10px;
  color: #fff;
}
.item-sidebar span {
  padding-right: 10%;
  position: relative;
}
.item-sidebar .icon-item-sidebar {
  position: absolute;
  right: 10px;
  line-height: 25px;
}
.item-sidebar .sub-titulo {
  font-weight: bold;
}
.sidebar-sub .icon-voltar-sidebar {
  position: absolute;
  left: 17px;
  line-height: 27px;
}
.escurecer-body {
  background-color: #000;
}
.escurecer-content {
  opacity: 0.6;
}
