/* css/pasos.css */
body {
  background-color: #fff8ed;
}

.badge-step {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d8b475;
  color: #fff;
  flex-shrink: 0;
  margin-right: 1rem;
}

.card-step {
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #fffdf6;
  margin-bottom: 20px;
}

.card-step .card-title {
  font-weight: bold;
  color: #5d473a;
}

.card-step .card-text {
  color: #5d473a;
}
