body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: url('../svg/ASUNTOS4.png') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

h1 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2b2b2b;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.card {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  color: #5a1a8f;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.paso {
  display: none;
  transition: all 0.4s ease;
}

.activo {
  display: block;
}

.card h3 {
  color: #3d3d3d;
  font-weight: 600;
  text-shadow: 1px 1px 2px #333;
}

.card p, .card ul {
  color: #353535;
  font-size: 1.1rem;
}

.img-paso {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #3ab814;
  border: none;
  font-weight: bold;
}

.btn-secondary {
  background-color: #6c1b74;
  border: none;
  font-weight: bold;
}

.btn-warning {
  background-color: #f57c00;
  border: none;
}

.btn i {
  margin-left: 5px;
}

.badge {
  font-size: 1.1rem;
  padding: 10px 14px;
  border-radius: 50%;
}
