.steps2-container1 { padding: 64px 24px; }
.steps2-section-header h2 { 
    color: #1976d2; 
}
#popupTurno { display: none; z-index: 999; }

.agenda-btn-center {
  width: 100%;
  display: flex;
  justify-content: center; 
  margin-top: 16px;
}

.thq-button-animated.thq-button-filled.steps2-button {
  font-size: 1.15rem;
  padding: 14px 36px;
  min-width: 180px;
}

.steps2-max-width {
  max-width: 1200px;
  margin: 0 auto;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
  color: #222;
}

.container {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}

h1::before {
  content: "📅 ";
}

p {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 80px;
}

button[type="submit"] {
  width: 100%;
  background-color: #5c67f2;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #3f48cc;
}

.back-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  color: #5c67f2;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.back-link:hover {
  text-decoration: underline;
}
