.menu-usuario_imagen {
  height: 165px;
}

@media (max-width: 600px) {
  .menu-usuario_imagen {
    height: 50px;
  }
}

.menu-opciones_contenedor.z1.z2.z3 {
  display: flex;
  flex-direction: column;
  height: 95%;
  margin: 0;
}

.menu-roles_lista_item {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
  text-align: center;
  color: #999;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-opciones_divisor.z1 {
  margin-top: auto;
}
