/*Main*/

h3 {
  font-size: 20px;
  font-weight: 600;
}

main ul {
  margin-left: -32px;
}

main ul li {
  font-size: 18px;
}

h5 {
  font-weight: 600;
}

.card {
  max-width: 70%;
  padding-left: 0;
}

.zoom-card {
  transition: all 0.15s ease-out;
  overflow: hidden;
}

.zoom-card::before {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.zoom-card:hover {
  transform: scale(1.05);
  background-color: #93cc56;
  color: white;
}

.equipo-card {
  border: none;
}

.listas {
  font-family: "Hind Madurai", sans-serif;
}
