body {
  font-family: 'Cinzel', serif;
  background-color: #f8f9fa;
}

.nav {
  background-color: #343a40 !important;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
}

.team-member {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  transition: transform 0.3s;
}

.team-member:hover {
  transform: translateY(-5px);
}

.member-name {
  font-weight: bold;
  font-size: 1.5rem;
}

.member-id, .member-degree, .member-master, .member-role {
  font-size: 0.9rem;
  color: #6c757d;
}

.social-icons a {
  color: #343a40;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}

.member-image img {
  width: auto; /* Mantiene la relación de aspecto */
  height: 150px; /* Altura fija para dar forma de carnet */
  border-radius: 10px; /* Bordes redondeados */
}
