/* width */
.novidades::-webkit-scrollbar {
  width: 20px;
  height: 2px;
}

/* Track */
.novidades::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
.novidades::-webkit-scrollbar-thumb {
  background: rgba(177, 174, 174, 0.2);
}

.section-novidades h2 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #f5f5f5;
}

.novidades {
  width: calc(100% - 40px);
  overflow-x: auto;
  margin: 0 auto;

  justify-content: center;
}

.novidades-home-h2 {
  font-family: "Mulish", sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 24px !important;

  text-align: center !important;
  text-transform: uppercase !important;

  color: #f5f5f5;
}

.novidades-home {
  background: black;
  margin-top: -40px !important;
  padding-bottom: 60px;
}

.novidades-home div h2 {
  margin: 2rem auto;
}

@media (min-width: 1210px) {
  .novidades {
    justify-content: center;
  }
}

.novidade p,
.novidade span {
  color: #fff;
  font-family: "Mulish", sans-serif;
}

.novidade p {
  font-size: 13px;
  font-weight: 800;
}

.novidade span {
  font-size: 12px;
}

.novidade .novidade-imagem img.escudo {
  margin-bottom: -13px;
}

.novidade .novidade-imagem img.escudo.escudo-liberado {
  filter: drop-shadow(2px 0px 2px #f00);
}

.novidade .novidade-imagem img.position-absolute {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h4.tippyjs-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #df303e;
}

p.tippyjs-text {
  font-size: 14px;
  color: #e0e0e0;
}

.tippy-box[data-theme~="tippyjs-tooltip"] {
  background-color: #2c2c2c;
  padding: 15px;
}
