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

html,
body {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    .container {
      max-width: 1266px;
      padding-bottom: 124px;
    }
  }
}

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

  background-color: #dd303e;
  text-decoration: underline;
}

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

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

.atcb-link:hover {
  background: #dd303e;
}
.atcb-link:hover {
  color: #fff !important;
  /* background: #0056b3; */
}
.atcb-link,
.atcb-link:active,
.atcb-link:focus {
  background: #dd303e;
  color: white;
  text-decoration: none;
  outline: none;
  /* padding: 7px 25px; */
}

.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;
  }
}

.slick-track {
  gap: 10px;
  padding-top: 0;
}

.slick-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slick-dots li button:before {
  color: #c5d9ff;
  opacity: 0.9;
}

.slick-dots li.slick-active button:before {
  color: #dd303e;
  content: "";

  background-color: #dd303e !important;
  border-radius: 3px;

  width: 20px;
  height: 6px;

  margin-top: 5px;
}

.btn-red {
  margin: auto;
  padding: 13px 20px;
  width: 100%;
  max-width: 434px;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Margem-bold";
  background-color: #dd303e;
  text-transform: uppercase;
  display: block;
}

@media screen and (max-width: 400px) {
  .btn-red {
    font-size: 16px;
  }
}
