@font-face {
  font-family: "Passage Gradient";
  src: url("../fonts/Passage.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.abduza span {
  font-family: "Passage Gradient", sans-serif;
  font-size: 60px;
  margin-top: 100px;
}

body {
  font-family: "Arial", sans-serif;
  background-image: url("fundo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  color: #333;
}

.container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  margin: 20px;
}

h1 {
  color: #333;
  margin-bottom: 20px;
}

h2 {
  color: black;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  font-size: 1.3em;
}

.logo-alien {
  max-width: 150px;
  margin-left: 20px;
  margin-bottom: 20px;
}

p {
  color: #666;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.campo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

label {
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}

input,
select {
  background-color: white;
  color: black;
  padding: 10px 20px;
  border: 2px solid black;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
}

.termos {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.termos label {
  margin-bottom: 0;
  margin-left: 10px;
}

button {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  align-self: center;
  width: fit-content;
  font-size: 1.1em;
  font-weight: bold;
}

button:hover {
  background-color: #0069d9;
}

.erro {
  color: red;
}

.titulo-com-imagem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}

.abduza {
  line-height: 1.2;
  margin-left: 0;
}

.abduza span {
  font-family: "Passage Gradient", sans-serif;
  font-size: 60px;
}

.cadastro-link {
  margin-top: 30px;
  font-size: 0.9em;
}

.cadastro-link a {
  color: black;
  text-decoration: underline;
}

.cashback-destaque {
  background-color: black;
  color: white;
  padding: 0px 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .container {
    padding: 20px;
    max-width: 90%;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.2em;
  }

  .abduza span {
    font-size: 40px;
  }

  .logo-alien {
    max-width: 120px;
    margin-left: 15px;
    margin-bottom: 15px;
  }

  button {
    font-size: 1em;
    padding: 8px 16px;
  }

  input[type="date"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    padding: 8px 15px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 15px;
    max-width: 95%;
  }

  h1 {
    font-size: 1.6em;
  }

  h2 {
    font-size: 1.1em;
  }

  .abduza span {
    font-size: 35px;
  }

  .logo-alien {
    max-width: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  button {
    font-size: 0.95em;
    padding: 8px 16px;
  }

  .titulo-com-imagem {
    flex-direction: column;
    text-align: center;
  }

  .abduza {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .logo-alien {
    margin-left: 0;
    margin-bottom: 10px;
  }

  input[type="date"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}

.cadastro-link a {
  color: black;
  text-decoration: underline;
}
