/* Estilos personalizados */
.text-gradient {
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    background: #3b82f6;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    padding-left: 4.5%;
    padding-right: 5%;
}

.avatar{
  border-radius: 50%;
  max-height: 150px;
}
