@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*colores*/
/*medidas*/
/*deco*/
/*vista*/
* {
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
body .roboto {
  font-family: "Roboto", sans-serif;
}

img {
  border-radius: 50%;
  height: 25rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 780px) {
  img img {
    height: 15rem;
  }
}
@media (max-width: 575px) {
  img {
    height: 10rem;
  }
}

.movi-logo {
  animation: swirl-in-fwd 0.8s ease-out both;
}
@keyframes swirl-in-fwd {
  0% {
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

button {
  font-size: 1.5rem;
}
@media (max-width: 780px) {
  button {
    font-size: 1rem;
  }
}
button:hover {
  background-color: #6ceec3;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  flex-direction: column;
  gap: 0.5rem;
  border: solid rgb(73, 71, 71);
  padding: 1rem;
  font-size: 1.5rem;
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}
form .tipografiab {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 780px) {
  form .tipografiab {
    font-size: 1rem;
  }
}
form label {
  padding: 1rem;
  margin: auto;
  display: inline-block;
}

.tipografia {
  font-size: 3rem;
  text-align: center;
  text-decoration: underline;
  gap: 1.5rem;
}
@media (max-width: 780px) {
  .tipografia {
    font-size: 2rem;
  }
}

.tipografiachica {
  font-size: 2rem;
  text-align: center;
  gap: 1rem;
}
@media (max-width: 780px) {
  .tipografiachica {
    font-size: 1.5rem;
  }
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  display: flex;
  justify-content: center;
  align-items: center;*/
  margin: auto;
  gap: 0.5rem;
}

footer {
  font-size: 1rem;
  text-align: center;
  gap: 1rem;
  margin: 1.5rem;
}
@media (max-width: 780px) {
  footer {
    margin: 1rem;
  }
}

/*# sourceMappingURL=estilos.css.map */
