* {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, sans-serif;
}
  .contenedorAtencionCliente {
      display: flex;
      min-width: 200px;
      height: 10rem;
      background: red;
    }

