.ganadores-section {
  padding: 60px 20px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}


.ganadores-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ganadores-img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .ganadores-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-img-reducida {
  max-height: 300px;
  object-fit: contain;
}
