body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

.header {
  background-color: #0d6efd;
  color: white;
  padding: 20px;
  text-align: center;
  border-bottom: 4px solid #0a58ca;
}

.card {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
}

.btn-primary:hover {
  background-color: #0a58ca;
}
body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

.header {
  background-color: #0d6efd;
  color: white;
  border-bottom: 4px solid #0a58ca;
}

.logo {
  height: 50px;
  max-width: 90px;
  object-fit: contain;
}
.voto-radio {
  width: 25px;
  height: 25px;
  cursor: pointer;
  accent-color: #0d6efd; /* Azul Bootstrap */
}

.card-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.card-img-top {
  width: 150%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.form-check-label {
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  color: #0d6efd;
  font-size: 1.1rem;
  padding-left: 10px;
}
