.sidebar {
  box-sizing: border-box;
	width: 100%;
	float: left;
}

.sidebar h3{
  font-size: 19px;
  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;
  /*font-weight: 400;*/
}

.sidebar .menu-area ul {
  margin: 0px;
  padding: 0px;
}

.sidebar .descritivos-curso .localizacao {
  width: 100%;
}

.sidebar .menu-area a {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.sidebar .menu-modalidade {
  float: left;
  width: 100%;
  padding-top: 15px;
}

.sidebar .menu-modalidade ul li a {
line-height: 30px;
font-size:16px;
}
.sidebar .menu-modalidade ul {
  margin: 0px;
  padding: 0px;
}

.sidebar .menu-modalidade a {
  color: #999;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

#fixed-block {
  background: #fff;
  display: inline-block;
  padding: 25px .5em;
  position:relative;
  top: 0px;
  z-index: 99;
  padding-bottom: 0px;
  width: 100%;
}

.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;
}

/* css para tablets */
@media (min-width: 44em) {
  .sidebar {
  	width: 25%;
  }
}
