/**04**/
.enlace-boton,label,form{display:inherit;}
.menu-label {
  font-weight: bold;
  padding: 0 20px;
  cursor: pointer;
}
.submenu {
  max-height: 0;
  max-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: max-height 1s ease;
  /*
  background-color: inherit;
  color: rgba(var(--side-color), .8);
  **/
}
.submenu.open {
  max-height: max-content;
  max-width: fit-content;
}
/*label,*/
.submenu {margin-left: 20px;}