.nav-item {
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  color: whitesmoke;
}

li {
  list-style: none;
  padding: 40px;
}

a {
  color: whitesmoke;
  text-decoration: none;
  font-size: 2rem;
  cursor: url(/img/cursor.png), auto;
}
a:hover {
  font-size: 2rem;
  transition: 0.3s;
  background-color: #1B998B;
}

ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

footer {
  background-color: #2b3036;
  height: 170px;
}
footer .ulFooter {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
footer .containerRedes {
  padding: 10px;
  width: auto;
}
footer .copyright {
  display: flex;
  color: white;
  justify-content: center;
  font-size: 62.5%;
}

html {
  height: fit-content;
  overflow-x: hidden;
  cursor: url(/img/Pointerchiquito.png), auto;
  width: fit-content;
}
html body {
  width: 100%;
}

main .row {
  padding-top: 50px;
  padding-bottom: 50px;
}

button {
  cursor: url(/img/cursor.png), auto;
}

.estadisticas {
  padding: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  font-family: "Play", sans-serif;
  transition: 0.5s;
  animation-name: estadisticas;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.estadisticas:hover {
  transform: rotate3d(1, -5, 1, -40deg);
  cursor: url(/img/cursor.png), auto;
}
@media (max-width: 999px) {
  .estadisticas {
    font-size: 20px;
  }
}

@keyframes estadisticas {
  0% {
    color: black;
  }
  25% {
    color: #31adde;
  }
  50% {
    color: #5263de;
  }
  75% {
    color: #1B998B;
  }
  100% {
    color: #FF9B71;
  }
}
.mainJugadoras {
  top: 100px;
  height: auto;
  background-color: whitesmoke;
}
.mainJugadoras .card {
  margin-right: 45px;
  margin-left: 45px;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mainJugadoras .card:hover {
  transition: 0.3s;
  transform: scale(1.2);
}
.mainJugadoras .card h2 {
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif;
}
.mainJugadoras .card p {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

h2 {
  padding-top: 40px;
  font-family: "Play", sans-serif;
  font-size: 40px;
}
@media (max-width: 999px) {
  h2 {
    font-size: 20px;
  }
}

.col {
  display: center;
}
.col .pMomentos {
  padding: 15px;
  font-size: 15px;
}

.textoSedes {
  padding: 25px;
}

.mainSedes {
  display: block;
}

h5 {
  font-family: "Play", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 999px) {
  h5 {
    font-size: 17px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
@media (max-width: 999px) {
  p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=styles.css.map */
