body {
  font-family: "Inter", sans-serif;
  color: #333;
}
/* FORMULARIO ESTILO INSTITUCIONAL */
.form-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 6px 24px rgba(22, 1, 71, 0.08);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  border: 2px solid #e5e7eb;
  background: #f8fafc;
  font-size: 1rem;
  color: #160147;
  font-family: "Inter", sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-shadow: none;
}
.form-input:focus {
  border-color: #160147;
  box-shadow: 0 0 0 2px #16014722;
}
.form-input:disabled {
  background: #e5e7eb;
  color: #999;
}
.form-label {
  color: #160147;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.form-select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  border: 2px solid #e5e7eb;
  background: #f8fafc;
  font-size: 1rem;
  color: #160147;
  font-family: "Inter", sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  box-shadow: none;
}
.form-select:focus {
  border-color: #160147;
  box-shadow: 0 0 0 2px #16014722;
}
.form-select:disabled {
  background: #e5e7eb;
  color: #999;
}
.whatsapp-fixed {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 2.5rem;
  transition: background 0.2s;
  text-decoration: none;
}
.whatsapp-fixed:hover {
  background: #128c7e;
}
 .btn-primary {
  background-color: #160147;
  color: white;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
  background-color: #1c3c8e;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
.header-bg {
  background-color: #160147;
}
.text-accent {
  color: #160147;
}
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}
.logo-cmv {
  width: 200px;
  filter: invert(100%) sepia(100%) saturate(0%) brightness(80%) contrast(200%);
}

/* Ajuste en móviles */
@media (max-width: 768px) {
  .logo-cmv {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .logo-cmv {
    width: 150px;
  }
}
