.infoPantalla {
  background: black;
  border-radius: 10px;
  bottom: 0;
  color: white;
  font-size: 1.2em;
  left: 0;
  margin: 10px auto;
  max-width: 300px;
  opacity: 0.7;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1000;
}

.arriba {
  bottom: auto;
  top: 0;
}

.noVisible {
  display: none;
}

button,
select {
  background: #eee;
  border: 4px solid #111;
  border-radius: 20px;
  color: #111;
  font-weight: 800;
  height: 40px;
  margin: 10px 0px;
  padding: 0 10px;
  transition: 1s;
}

input {
  color: #111;
  background: #eee;
}

button:active {
  background-color: red;
  transition: 0s;
}
