div#projetos .avatar {
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 10px;
}
div#projetos .avatar:nth-child(1n) {
    margin: 0 .5em;
}
div#projetos .avatar:first-child, div#projetos .avatar:last-child {
    margin-left: 0;
    margin-right: 0;
}
div#projetos .avatar.more {
    color: white;
    margin-left: 10px;
    background-color: #909399;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#projetos .avatar.more > small {
      font-weight: bold;
}
div#projetos nav#components {
  margin-top: 1em;
  background: white;
}
div#projetos nav#components ul, div#projetos nav#components li {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#projetos nav#components h1 {
    margin: 0;
    padding: .5em;
    font-size: 16px;
    text-transform: uppercase;
}
div#projetos nav#components hr {
    border-color: rgba(0, 0, 0, 0.13) !important;
}
div#projetos nav#components li {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
div#projetos nav#components li.active, div#projetos nav#components li:hover {
      background-color: #f1f1f1;
      cursor: pointer;
}
div#projetos nav#components li:last-child {
      border: none;
}
div#projetos nav#components li a {
      padding: 1em;
      text-decoration: none;
      display: block;
}
div#projetos nav#components li a > span {
        margin-left: .5em;
}


/*# sourceMappingURL=chunk-652f8a06.f6994fa4.css.map*/