@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,500;1,500&family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html,
body {
  min-height: 100vh;
  background: #f3fff9;
  background: -moz-linear-gradient(0deg, #f3fff9 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #f3fff9 0%, white 100%);
  background: linear-gradient(0deg, #f3fff9 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3fff9",endColorstr="#ffffff",GradientType=1);
  padding-bottom: 50px;
}

body {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
}

.verde-scry {
  color: #3fc1b2;
}

.verde-scry-suave {
  color: #3fc1b2;
}

.logo {
  max-width: 100px;
  height: auto;
}

.bar-logo {
  background-color: #3fc1b2;
}

.img-playmat {
  height: auto;
}
.img-playmat img {
  width: 100%;
  height: auto;
}

.font-title {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.card-email {
  background-color: #f3fff9;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}

input.email {
  font-size: 18px;
}

.btn {
  background-color: #3fc1b2;
  border: 0;
}

#mce-success-response {
  background-color: #3fc1b2;
  padding: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 3px;
}
