html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.pantalla {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: none;
  overflow-y: auto;
  background-color: white;
  align-items: center;
  justify-content: center;
}

.pantalla.activa {
  display: flex;
}

.pantalla .contenedor {
  text-align: center;
  padding: 3em;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pantalla .contenedor h1 {
  font-weight: bold;
}

.pantalla .contenedor input {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.pantalla .contenedor .btn {
  display: block;
  width: 100%;
}

.pantalla .contenedor .nombre {
  font-size: 1.5em;
  font-weight: bold;
}

.pantalla .contenedor .contenedorCarta {
  border: 1px dotted #ddd;
  background-color: #ddd;
}

.pantalla .contenedor .contenedorCarta .carta {
  opacity: 0;
}

.pantalla .contenedor .conocerCarta {
  display: block;
}

.pantalla .contenedor .sig4 {
  display: none;
}
