
#formulario-cita {
  max-width: 84vw;
  width:560px;
  margin:0 auto;
  padding: 30px;
padding-left:0vw;
padding-right:0vw;
  background-color: transparent;
  border-radius: 8px;
  margin-top:0px;
 padding-top:0px;
  font-family: 'Segoe UI', sans-serif;
  color: #1a2a4f;
  display:block;

}

#formulario-cita h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #1a2a4f;
  border-bottom: 2px solid #1a2a4f;
  padding-bottom: 10px;
}

#formulario-cita label {
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a2a4f;
}

#formulario-cita input,
#formulario-cita select,
#formulario-cita textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
}

#formulario-cita input:focus,
#formulario-cita select:focus,
#formulario-cita textarea:focus {
  border-color: #1a2a4f;
  outline: none;
  background-color: #fff;
}

#formulario-cita select optgroup {
  font-weight: bold;
  color: #1a2a4f;
}

#formulario-cita button {
  margin-top: 30px;
  width: 100%;
  padding: 14px;
  background-color: #1a2a4f;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#formulario-cita button:hover {
  background-color: #2c3e70;
}
.checkbox-group {
  margin-top: 20px;
  font-size: 15px;
  color: #1a2a4f;display:inline-flex;
  width: 100%;
}

.checkbox-group label {
  display: block;
  gap: 0px;
  width:100vw;
  padding-top:0px;
  padding-bottom:14px;
}

.checkbox-group a {
  color: #1a2a4f;
  text-decoration: underline;
  width:90%;
}

.checkbox-group input[type="checkbox"] {
  accent-color: #1a2a4f;
  transform: scale(1.2);

}
.cf-turnstile {
  display: block !important;
  visibility: visible !important;
  min-height: 65px; 
  max-width:80% !important;

}
