.hiden{
    width: auto;
    border-left: 1px solid black;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 5%;

}

.esconde{
    overflow: hidden;
    padding: 0.5rem 1rem 0;
    margin-bottom: 1rem;
}

.desplegar{
    width: 100%;
    cursor: pointer;
}

.desplegable{
    text-decoration: none;
    list-style: none;
    transition: height .4s;
    height: 0;
}

.visible{
    overflow: visible;
    height: auto;
}