body {
  background-color: #000 !important;
  font-family: "MuseoSansRegular", sans-serif !important;
  scroll-behavior: smooth !important;
}

.topo p.fs-14 {
  font-size: 14px;
}

.conteudo p.fs-24 {
  font-size: 24px;
}

.addtocalendar {
  background: #FBB906!important;
}

.topo {
  padding-bottom: 0 !important;
  background-color: #000;
  background-image: linear-gradient(to bottom, transparent 70%, #000),
    url(../images/bg.jpg?202207261518);
  background-position: bottom, right top;
  background-size: cover, 100%;
  background-repeat: no-repeat, no-repeat;
}

.topo .sub-text {
  color: #e0e0e0;
  font-size: 24px;
  line-height: 32px;
}

.topo h2,
p {
  color: #fff;
}

.topo p {
  font-size: 1.5rem;
}

.topo a.atcb-link,
.conteudo .link-regulamento a {
  font-size: 1rem;
  color: #191919;
  cursor: pointer;
  background: none !important;
  outline: none !important;
}

.topo a.atcb-link::before {
  color: #191919;
}

.topo .youtube-video {
  width: 100%;
  max-width: 834px;
  z-index: 1;
}

.conteudo {
  padding-top: 60px;
}

.conteudo h1 span,
.conteudo h2 span,
.conteudo h3 span {
  font-weight: bold;
  color: #ff333b;
}

.conteudo h3 {
  font-size: 1.5rem;
}

.conteudo .amplifique-wrapper .amplifique-widget {
  width: 500px !important;
}

.conteudo .link-regulamento i,
.conteudo .link-regulamento a {
  color: #c1c7d0;
}

.conteudo .grupo-telegram {
  max-width: 850px;
  width: 100%;
  padding: 88px 0;
  background: #121212;
  border-radius: 8px;
}

.conteudo > p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}

.conteudo .grupo-telegram > div > p {
  max-width: 548px;
  text-align: center;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 24px;
}

.conteudo .redes-sociais a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.conteudo .redes-sociais a.facebook {
  background: #3b5998;
}

.conteudo .redes-sociais a.telegram {
  background: #0088cc;
}

.conteudo .redes-sociais a.twitter {
  background: #00acee;
}

.conteudo .redes-sociais a.whatsapp {
  background: #2df066;
}

.conteudo .grupo-telegram p,
.conteudo .grupo-telegram a {
  font-size: 1rem;
}

.telegram-button {
  font-size: 17px !important;
  background-color: #3390ec;
  border-radius: 3px;
}

.zoom {
  transition: transform 0.2s !important;
}

.zoom:hover {
  transform: scale(1.15) !important;
}

.referralWidget > iframe {
  background: transparent !important;
  box-shadow: none !important;
  min-height: 300px !important;
  margin-top: -40px;
  margin-bottom: 0 !important;
}

.rewardWidget > #loader-milestone,
.referralWidget > #loader-referral {
  background: transparent !important;
  min-height: 100px !important;
  box-shadow: none !important;
}

.rewardWidget > #loader-milestone > .ampl-loader,
.referralWidget > #loader-referral > .ampl-loader {
  border-top: 8px solid #ff333b;
}

@media screen and (min-width: 280px) and (max-width: 1200px) {
  .topo .sub-text {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .conteudo > p {
    font-size: 18px;
    line-height: 125%;
  }
}

@media (max-width: 354.98px) {
  .topo h2 {
    font-size: 28px !important;
  }
  .topo p {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .telegram-button {
    font-size: 15px !important;
  }
}

@media (max-width: 575.98px) {
  .topo {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000), url(../images/bg.jpg?202210041411);
    background-size: cover;
    background-position: top left;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .topo {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000),
      url(../images/bg.jpg?202207261518);
    background-size: cover;
    background-position: top right;
  }
}
