@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
#top {
  background: url("../imagem/top_4x.webp") no-repeat center center;
  background-size: cover;
  height: 100dvh;
  width: 100%;
  color: #948A8A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit";
}
@media screen and (max-width: 478px) {
  #top {
    background: url("../imagem/top-mobile.webp") no-repeat center center;
    background-size: cover;
  }
}

.card {
  margin: 3rem auto;
  padding: 2rem;
  max-width: 528px;
}
.card h1 {
  font-size: 20px;
  font-weight: 400;
}
.card select {
  margin: 1rem 0;
  font-size: 12px;
}
.card button {
  background: #F01F34;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: none;
  font-size: 12px;
  transition: 0.2s ease-in-out;
}
.card button:hover, .card button:focus {
  background: #8f121e;
}

@media screen and (max-width: 478px) {
  .logo {
    max-width: 260px !important;
  }
}/*# sourceMappingURL=style.css.map */