.no-styled-ul {
    list-style: none;
    margin-left: -.5rem;
}

.content-active{
    display: block;
}

.content-link:hover{
    cursor: pointer;
}
.content-link-active{
    color: white;
    background-color: #015b28;
}

.content-link-active:hover{
    color: white;
    background-color: #015b28;
    cursor: pointer;
}

/* Estilos para responsividade em telas menores */
@media (max-width: 880px) {
    .link-container{
      font-size: .7rem;
    }
    
  }


@media (max-width: 736px) {
    .link-container{
      flex-direction: column;
    }
    .no-styled-ul {
        margin-bottom: 0;
    }
  }  