@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #e2f7f7;
  padding: 20px;
  max-width: 600px;
  margin: auto;
  color: #5e6295;
}

.cabecera {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 15px 0;
  border-bottom: solid 1px #5e6295;
}

h2 {
  margin-bottom: 40px;
}

.logo {
  width: 100%;
  height: 50px;
  background-image: url(../images/logo_horizontal.png);
  background-size: contain;
  background-repeat: no-repeat;
}

label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

input, textarea, select {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  height: 30px;
  font-size: large;
  color: #3f3f3f;
  font-family: "Nunito Sans", sans-serif;
  border: 0;
  border-radius: 10px;
}

button {
  margin-top: 30px;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  background-color: #5e6295;
  border: 0;
  font-family: "Nunito Sans";
  font-size: large;
  font-weight: 600;
  color: white;
  border-radius: 50px;
}

.output {
  margin-top: 20px;
}

textarea {
  resize: vertical;
}

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