body {
  background-color: #f0f0f0;
}
.container {
  margin-top: 20px;
}
.table-header {
  background-color: #007bff; /* Azul */
  color: white;
}
.table-cell {
  text-align: center;
}
.btn {
  background-color: #007bff; /* Azul */
  color: white;
}
.btn:hover {
  background-color: #0056b3; /* Azul escuro */
}
img.rounded-full {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* Arredondar as imagens */
}
.row {
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 20px; /* Aumente o valor conforme necessário */
  margin-bottom: 20px;
}

.grupo-img {
  display: flex;
  justify-content: space-evenly; 
}

.click {
  display: flex;
  justify-content: center; 
  align-items: center; 
}

/* Adicione para esconder as seções */
.hidden {
  display: none;
}