.disabled .fa-circle {
  color: #999;
}
.disabled p {
  font-size: 1.1rem;
}
.top-hero {
  position: relative;
}
.imagen-torneo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.imagen-torneo:after {
  content: "";
  background: #004577;
  background: linear-gradient(180deg, rgba(0, 69, 119, 0.90007878) 0%, rgba(0, 69, 119, 0.29503676) 100%);
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.btn {
  transition: all 0.3s;
}
.btn:hover {
  text-decoration: none;
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.35);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.35);
}
.oficiado .card,
.clubes .card {
  overflow: hidden;
}

.icon-stack {
    background-color: #D82632;
    color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;

    i {
        font-size: 2.5rem
    }
}