.sidebar {
  /*background-color: #fff;*/
      background: transparent;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 100%;
}

.sidebar h3 {
  /*font-size: 14px;*/
  font-weight: 300;
  text-transform:uppercase;
}

.sidebar .descritivos-curso:hover {
  background: #f9f7f4;
  cursor: auto;
}

.sidebar .descritivos-curso::before {
  padding-top: 17px;
}

.sidebar .grupo-conteudo .descritivos-curso:hover li {
  color: #333;
}

/*Menu das anchoras*/
.sidebar .menu-area {
  float: left;
  width: 100%;
}

.sidebar .secondmenu-title {
  margin: 0;
  background: #f9f7f4;
  padding: 5px;
  color: #333;
}

.sidebar .menu-area ul {
  margin: 0px;
  padding: 0px;
}

.sidebar .menu-area a {
  color: #000;
  /*font-size: 14px;*/
  line-height: 30px;
  text-decoration: none;
  font-weight: 300;
}

.sidebar .menu-modalidade {
  float: left;
  width: 100%;
  padding-top: 0px;
}

.sidebar .menu-modalidade ul li a {
line-height: 30px;
/*font-size:14px;*/
}
.sidebar .menu-modalidade ul {
  margin: 0px;
  padding: 0px;
}

.sidebar .menu-modalidade a {
  color: #000;
  /*font-size: 14px;*/
  line-height: 30px;
  text-decoration: none;
  font-weight: 300;
}


.sidebar .menu-area select,
.sidebar .menu-modalidade select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border: 1px solid #aaa;
  box-sizing: border-box;
  clear: right;
  float: left;
  line-height: normal;
  margin: 5px 0px;
  padding: .44444rem;

  border-radius: 0;
  height: 2.95556rem;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  text-indent: 1em;
}

*,
*:before,
*:after{
  box-sizing: border-box !important;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.sidebar .sidebar__inner {
  display: inline-block;
  padding: 10px;
  width:100%;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/* css para tablets */
@media (min-width: 1000px) {
  .sidebar {
    position: relative;
    will-change: min-height;
    width: 25%;
  }
}
