body {
  background-color: #eaeaea;
}

.contenedorCatMenuIzq {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  width: 90%;
}

.headerCategory {
  height: 0;
}
.headerCategory h2 {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

.mainCont {
  background-color: #FFF;
  width: calc(100% - 30px);
  padding: 60px 40px;
  flex-basis: 68%;
}

.sidebar {
  padding: 60px 15px;
  flex-basis: 32%;
}
.sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .menu .menu-item {
  padding-bottom: 30px;
}
.sidebar .menu .menu-item:last-child {
  padding-bottom: 0;
}
.sidebar .menu .menu-item.current-menu-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sidebar .menu .menu-item.current-menu-item::after {
  background-color: #f4801a;
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  content: "";
  bottom: 0;
  left: 0;
}
.sidebar .menu .menu-item.current-menu-item a {
  color: #f4801a;
}
.sidebar .menu .menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.sidebar .menu .menu-item a:hover {
  color: #f4801a;
}

/*# sourceMappingURL=logros-d.css.map */
