body {
  background-image: url('../img/fondo.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.card.educacion {
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: none;
}

.card.educacion:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #0d6efd;
  font-size: 1.15rem;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}
