.flex-container {
  display: flex;
  background-color: white;
    justify-content: center;
  align-items: center;
}

.flex-container-center {
  display: flex;
  background-color: white;
    justify-content: center;
  align-items: center;
}
.flex-container-logo {
  display: flex;
  background-color: white;
    justify-content: center;
  align-items: center;
  padding: 40px;
}
.flex-linea {
  display: flex;

  align-items: center;
  padding: 0px;
}
.conteiner-usuarios {

  padding: 6px;
}