.titulo {
  background-image: url('logo_pe.svg');
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center; 
  background-size: auto 50%; 
}

.progress {
  color: rgba(0,0, 0, .25) !important;
}

#listaequipe {
  background: url('logo_pe.svg');
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: 80% 50%; 
  background-size: auto 50%; 
}


.reveal i{
    font-family: 'FontAwesome';
    font-style: normal;
}

..img-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.5rem;
}

.img-container {
  width: 30%;
  position: relative;
}

.zoomable {
  width: 100%;
  transition: box-shadow 0.3s ease;
  cursor: zoom-in;
}

.zoomable:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.zoom-preview {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.zoom-preview img {
  max-width: 90vw;
  max-height: 90vh;
}
