.apikeyContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background: radial-gradient(
    92.68% 92.68% at 50% 69.48%,
    #12bbf0 17%,
    #0180cb 66%,
    #01387f 100%
  );
}
.apikeyHeader {
  margin: 2.3em;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /*border: 2px dashed red;*/
  margin-bottom: 10em;
}
.containerLogo {
  /*border: 2px dashed red;*/
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.7em;
}
.containerLogo h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#logoDisney {
  height: 2.188em;
}
.btnHome {
  width: 2.6em;
  height: 2.6em;
  border: none;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: linear-gradient(90deg, #ff891b 17%, #ff9900 74%);
}
.apikeyForm {
  /*border: 2px dashed red;*/
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.tittleContainer {
  display: flex;
  justify-content: center;
}
.apikeyForm h1 {
  width: 60%;
  font-size: 1.25em;
  text-align: center;
}
#inputApikey {
  width: 19.25em;
  height: 2.75em;
  padding: 0.8em;
  border-radius: 0.75em;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  font-family: "Poppins";
}
.infoApi {
  text-align: center;
  color: #fff;
  font-size: 0.75em;
}
.infoApi a {
  color: #fff;
  font-size: 1em;
}
#apiClear {
  font-family: Poppins;
  font-size: 0.87em;
  font-weight: 600;
  color: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(0, 71, 136, 1);
  width: 9.1em;
  height: 2.75em;
  padding: 10px 20px 10px 20px;
  border-radius: 0.93em;
  border: none;
  margin: 1em;
  cursor: pointer;
}
#continue {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 0.87em;
  font-weight: 600;
  color: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #ff1658 20%, #ea3659 70%);
  width: 9.1em;
  height: 2.75em;
  padding: 10px 20px 10px 20px;
  border-radius: 0.93em;
  border: none;
  margin: 1em;
  cursor: pointer;
}

/*PC*/
@media (min-width: 1024px) {
  .containerLogo h1 {
    font-size: 1.45em;
  }
  #logoDisney {
    height: 2.6em;
  }
  .apikeyForm {
    height: 60vh;
  }
  .apikeyHeader {
    margin-bottom: 3em;
  }
  .infoApi {
    font-size: 0.9em;
  }
  .infoApi a {
    font-size: 1em;
  }
}
