* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000;
  color: #fff;
}

.h1_2 {
  color: white;
  font-size: 36px;
  text-align: center;
  margin: 30px 20px 10px;
}

.form-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-section h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

input, select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
  transition: 0.3s;
}

input:focus, select:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}

.botao-gradiente {
  display: block;
  margin: 40px auto;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(135deg, #ff4b2b, #ff416c);
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255, 65, 108, 0.3);
  transition: all 0.3s ease-in-out;
}

.botao-gradiente:hover {
  transform: scale(1.06);
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  box-shadow: 0 10px 28px rgba(255, 65, 108, 0.5);
}

@media (max-width: 768px) {
  .h1_2 { font-size: 28px; }
  .form-section { margin: 20px 10px; padding: 15px; }
  input, select { font-size: 14px; padding: 8px; }
}

/* Modal sucesso */
.custom-modal {  
  background: linear-gradient(135deg, #1c1c1c, #2e2e2e);
  color: #fff;
  border-radius: 16px;
  border: 2px solid #67ff41;
  box-shadow: 0 8px 24px rgba(4, 153, 41, 0.5)  !important;
}

.custom-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.custom-modal .modal-title {
  font-weight: bold;
  font-size: 22px;
  color: #67ff41;
}

.custom-modal .modal-body {
  font-size: 16px;
  padding: 20px;
  color: #e0e0e0;
}

.custom-modal .modal-footer {
  border-top: none;
  background-color: transparent;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.custom-modal .btn-fechar {
  background: transparent;
  border: 2px solid #67ff41;
  color: #67ff41;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.custom-modal .btn-fechar:hover {
  background: #67ff41;
  color: #fff;
}

.custom-modal .close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
}

.custom-modal .close:hover {
  color: #67ff41;
}

/* Modal erro */
.custom-modal2 {
  background: linear-gradient(135deg, #1c1c1c, #2e2e2e);
  color: #fff;
  border-radius: 16px;
  border: 2px solid #ff4b2b;
  box-shadow: 0 8px 24px rgba(255, 65, 108, 0.5) !important;
}

.custom-modal2 .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.custom-modal2 .modal-title {
  font-weight: bold;
  font-size: 22px;
  color: #ff4b2b;
}

.custom-modal2 .modal-body {
  font-size: 16px;
  padding: 20px;
  color: #e0e0e0;
}

.custom-modal2 .modal-footer {
  border-top: none;
  background-color: transparent;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.custom-modal2 .btn-fechar2 {
  background: transparent;
  border: 2px solid #ff4b2b;
  color: #ff4b2b;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.custom-modal2 .btn-fechar2:hover {
  background: #ff4b2b;
  color: #fff;
}

.custom-modal2 .close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
}

.custom-modal2 .close:hover {
  color: #ff4b2b;
}


.custom-modal3 {
  background: linear-gradient(135deg, #1c1c1c, #2e2e2e);
  color: #fff;
  border-radius: 16px;
  border: 2px solid #ff4b2b;
  box-shadow: 0 8px 24px rgba(255, 65, 108, 0.5);
}

.custom-modal3 .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.custom-modal3 .modal-title {
  font-weight: bold;
  font-size: 22px;
  color: #ff4b2b;
}

.custom-modal3 .modal-body {
  font-size: 16px;
  padding: 20px;
  color: #e0e0e0;
}

.custom-modal3 .modal-footer {
  border-top: none;
  background-color: transparent;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.custom-modal3 .btn-fechar3 {
  background: transparent;
  border: 2px solid #ff4b2b;
  color: #ff4b2b;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.3s;
}

.custom-modal3 .btn-fechar3:hover {
  background: #ff4b2b;
  color: #fff;
}

.custom-modal3 .close {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
}

.custom-modal3 .close:hover {
  color: #ff4b2b;
}
