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

html, body {
  overflow-x: hidden;
}



.atcb-link {
  font-family: 'Source Sans Pro' !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;

  background-color: transparent;
  text-decoration: underline;
}

.atcb-link:hover {
  background-color: transparent;
}

.atcb-link::before {
  color: #FFFFFF;
}



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



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

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

.grupo-telegram p,
.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;
}


@media (max-width: 354.98px) {
  .telegram-button {
    font-size: 15px !important;
  }
}
