.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1rem;
}

.pb-plus-5 {
  padding-bottom: 5rem;
}

.mt-less-5 {
  margin-top: -5rem;
}

.mt-less-7 {
  margin-top: -7rem;
}

.border-y {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.text-center {
  text-align: center;
}

body {
  font-family: "Space Mono", monospace;
  margin: auto;
  width: 80%;
  max-width: 1450px;
  color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-image: url("images/background.webp");
  background-repeat: initial;
}

header {
  background-color: rgb(18, 126, 199);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  padding: 1rem;
  background-color: rgb(18, 126, 199);
  text-align: center;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo__title {
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 3.25rem;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0;
}
.logo__sub-title {
  text-align: center;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.75rem;
  margin: 0;
  padding: 0;
}

.block {
  display: flex;
}
.block__title {
  font-family: "Jersey 25", sans-serif;
  color: rgb(18, 126, 199);
  text-align: center;
  font-size: 4rem;
  line-height: 3.5rem;
  text-shadow: 1px 2px black;
}
.block__title--pos-absolute {
  position: absolute;
  width: 100%;
}
.block__title--white {
  color: white;
}
.block__title--pb-5 {
  padding-bottom: 5rem;
}
.block--pos-relative {
  position: relative;
}
.block--center {
  justify-content: center;
  align-items: center;
}
.block--white {
  color: black;
  background-color: white;
}
.block--blue {
  color: white;
  background-color: rgb(18, 126, 199);
}

.card {
  border-radius: 0;
  border: none;
  padding: 2rem 1rem;
}
.card__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.link {
  display: block;
  text-decoration: none;
  color: grey;
}
.link:hover {
  text-decoration: underline;
}
.link--white {
  color: white;
  text-decoration: none;
}
.link--white:hover {
  text-decoration: underline;
}

.role-game {
  padding: 0.75rem;
}
.role-game__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  box-shadow: -5px 0 0 0 rgb(18, 126, 199), 5px 0 0 0 rgb(18, 126, 199), 0 -5px 0 0 rgb(18, 126, 199), 0 5px 0 0 rgb(18, 126, 199);
}

.card-img-top {
  width: 62px;
  margin: auto;
}

.card-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.card-text {
  font-size: 1rem;
}

.modal-body {
  height: 80vh;
  overflow-y: auto;
}

.bg-block {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-block--start {
  justify-content: flex-start;
  align-items: flex-start;
}

.bg-block-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.campeones-collage-img {
  width: 100%;
}

@media (max-width: 767px) {
  body {
    width: 100%;
  }
  .block__title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .role-avatars-img {
    height: 70px;
    object-fit: cover;
  }
  .pb-sm-plus-1 {
    padding-bottom: 1rem;
  }
  .mt-less-3 {
    margin-top: -3rem;
  }
}

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