@media only screen and (max-width: 990px) {
  html {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 0.5em;
  }
}

@media only screen and (max-width: 680px) {
  html {
    font-size: 0.33em;
  }
}

body {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(180, 127, 58, 1) 0%, rgba(253, 183, 29, 1) 50%, rgba(252, 247, 69, 1) 100%);
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contenedorPrincipal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2em;
  flex-direction: column;
  margin-top: 2em;
}

.fotoMaster {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

#imagenPrincipal {
  width: 10em;
  height: 10em;
}

h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3em;
  text-shadow: 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.163);

}

.name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1em;
  margin-bottom: -2em;
}

input[type="text"] {
  height: 1.5em;
  background-color: transparent;
  border: 0.12em white solid;
  border-radius: 0.3em;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1em;
  text-indent: 0.5em;
  cursor: pointer;
  box-shadow: 0em 0em 0.4em rgba(0, 0, 0, 0.237);
}

#niveles{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.botonNivel{
  width: 6em;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.12em white solid;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1em;
  color: black;
  border-radius: 0.5em;
}
.botonNivel:hover {
  background-color: #f0f0f042;
  color: #f75701;
  font-size: 1.2em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.contenedor-colores {
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1.5em;
  display: none;
}

#boxColors {
  width: 100wh;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
}

.cajaSeleccion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.caja {
  height: 5em;
  width: 5em;
  border: 0.2em solid black;
  border-radius: 50%;
  box-shadow: 0em 0em 0.4em rgba(0, 0, 0, 0.237);

}

input[type="color"] {
  display: flex;
  justify-content: center;
  width: 2em;
  height: 1.5em;
  margin-top: 1em;
  border: none;
  cursor: pointer;
}

input[type="color"]:focus {
  outline: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
}

.text-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.2em;
}

.diferentesNiveles {
  height: 2em;
  width: 4em;
  background-color: aqua;
}

#botonenviar {
  height: 3em;
  width: 10em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.12em white solid;
  color: black;
  border-radius: 0.5em;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1em;
  box-shadow: 0em 0em 0.4em rgba(0, 0, 0, 0.237);

  cursor: pointer;
  transition: background-color 0.4s, color 0.4s;
  transition: font-size 0.4s;
  transition: box-shadow 0.4s;
}

#botonenviar:hover {
  background-color: #f0f0f042;
  color: #f75701;
  font-size: 1.2em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.botonesInferiores{
display: flex;
align-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-items: center;
}
.botonVolver {
  height: 3em;
  width: 10em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0.12em white solid;
  color: black;
  border-radius: 0.5em;
  font-family: 'Urbanist', sans-serif;
  font-size: 1.1em;
  box-shadow: 0em 0em 0.4em rgba(0, 0, 0, 0.237);

  cursor: pointer;
  transition: background-color 0.4s, color 0.4s;
  transition: font-size 0.4s;
  transition: box-shadow 0.4s;
}

.botonVolver:hover {
  background-color: #f0f0f042;
  color: #f75701;
  font-size: 1.2em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.preguntar{
  width: 8em ;
  height: 8em;
  display: flex;
  background-color: aliceblue;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.preguntar:hover{
  cursor: pointer;
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}

#imagenAyuda{
  width: 8em;
  height: 8em;
}

a {
  text-decoration: none;
}