* {
  font-family: 'Open Sans', sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.navbar-fixed {
  height: 0px;
  margin-bottom: 0;
}

.navbar-fixed nav ul {
  text-align: center;
}

.navbar-fixed nav ul li {
  display: inline;
  float: none;
}

.navbar-fixed nav ul li a {
  display: inline-block;
}

.navbar-fixed nav {
  bottom: 0;
  border-bottom: 0;
}

.top-nav ul li i,
.top-nav ul li span,
.bot-nav ul li i,
.bot-nav ul li span {
  z-index: -1;
}

.list-league {
  margin-top: 50px;
}

.list-league h3 {
  font-size: 30px;
}

.list-league .card {
  border-radius: 30px;
}

.list-league .card-image {
  padding: 20px;
}

.list-league img {
  width: 80px;
  height: 250px;
}

.list-league #dataLiga li {
  list-style: none;
}

.list-league #dataLiga hr,
.list-league #dataLiga li {
  color: black;
}

.profile .descriptions li {
  margin-bottom: 2px;
}

.detail-league,
.detail-team {
  margin-top: 30px;
  width: 100%;
}

.detail-league,
.descriptions-league,
.detail-team,
.descriptions-team {
  margin-left: 30px;
}

.image-offline {
  margin: auto;
  width: 100%;
}

.image-offline span {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 900px) {
  .detail-league,
  .detail-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail-league .descriptions-league,
  .detail-league .descriptions-team,
  .detail-team .descriptions-league,
  .detail-team .descriptions-team {
    margin-left: 90px;
    padding-top: 30px;
  }
  .image-offline {
    width: 300px;
    height: 300px;
    margin-top: 74px;
  }
}

@media only screen and (max-width: 900px) {
  .descriptions-league {
    margin-top: 40px;
  }
  .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-offline {
    width: 250px;
    height: 250px;
    margin-top: 54px;
  }
}
/*# sourceMappingURL=style.css.map */