
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  color: #343a40;
  margin-bottom: 20px;
}

form {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

fieldset {
  border: none;
  margin-top: 15px;
  padding: 0;
}

legend {
  font-weight: bold;
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-top: 12px;
  font-weight: 500;
  color: #495057;
}

input, select, button {
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
}

input:focus, select:focus {
  outline: none;
  border-color: #339af0;
  box-shadow: 0 0 0 2px rgba(51, 154, 240, 0.2);
}

button {
  margin-top: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #339af0;
  color: white;
  border: none;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #1c7ed6;
}

.oculto {
  display: none;
}

#comprovante {
  margin-top: 30px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  white-space: pre-wrap;
  font-size: 1rem;
  line-height: 1.6;
  border-left: 6px solid #339af0;
}


/* Responsivo para telas pequenas */
@media (max-width: 480px) {
  body {
    padding: 10px;
    font-size: 1.1rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  input, select, button {
    font-size: 1.05rem;
    padding: 14px;
  }

  button {
    margin-top: 16px;
  }

  #comprovante {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Fundo com imagem */
body {
  body {
  background: linear-gradient(135deg, #fcd9c4, #d5ecd4);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
}

body {
    background: linear-gradient(135deg, #f6d365, #c2e9fb);
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

button, select, input {
    font-size: 1rem;
}
