.contenedor-datos {
  margin-left: -1em;
  line-height: 1.3em;
}
.area-bienvenida {
  margin-top: 1em;
}
.area-introduccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.area-introduccion p {
  text-align: center;
}
.area-introduccion p:last-child a {
  position: relative;
  top: -0.1em;
}
.area-detalle p {
  text-align: center;
}
.area-detalle p:last-child {
  margin-top: 1.35em;
}
.login-y-registro {
  margin-left: -0.9em;
}
.area-espera {
  margin-top: 0.5em;
  text-align: center;
}
.area-espera p:last-child {
  margin-top: 2em;
}
/* Versión móvil */
@media (max-width: 60em) {
  .contenedor-datos {
    margin-left: 0;
  }
  .area-bienvenida {
    margin-top: 0.3em;
  }
  .area-introduccion {
    margin-top: 0;
    width: 80%;
    margin: auto;
    font-size: 0.95em;
  }
  .area-detalle {
    margin: auto;
    margin-top: -0.9em;
    font-size: 0.95em;
    width: 95%;
  }
  .login-y-registro {
    margin-top: 0.4em;
    margin-left: 0;
  }
  .area-detalle p:last-child {
    margin-top: -0.2em;
  }
  .area-espera {
    margin: auto;
    width: 90%;
    font-size: 0.97em;
  }
  .area-espera p:last-child {
    margin-top: 1em;
  }
  /* Only for Safari b/c of different behavior on screen vs. Edge, Chrome, Opera */
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .area-espera {
        width: 85%;
        font-size: 0.96em;
      }
    }
  }
}

