/* VERDE */
.menu-departamento {
  display: none; }

.filtro {
  margin-bottom: 10px; }
  .filtro .topico {
    border-radius: 5px;
    color: white;
    background-color: #80C343;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .filtro .topico .esquerda {
      width: 90%; }
      .filtro .topico .esquerda h3 {
        font-weight: bold;
        font-family: "Acer Foco SemiBold", Arial, sans-serif;
        line-height: 3rem;
        padding-left: 10px; }
    .filtro .topico .direita {
      width: 10%; }
      .filtro .topico .direita i {
        margin-right: 10px;
        transition: 0.25s; }
    .filtro .topico.active i {
      transform: rotate(90deg); }
  .filtro .sub-topico {
    background-color: #EEE9E9;
    border-radius: 0 0 5px 5px;
    width: 95%;
    margin: auto; }
    .filtro .sub-topico li {
      font-family: "Acer Foco Regular", Arial, sans-serif;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #8B8989;
      display: block;
      padding: 2px 0 2px 10px; }

/*# sourceMappingURL=department-custom.css.map */
