/* 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 {
  padding-top: 50px;
  padding-bottom: 50px;
  
  max-width: 1266px;
  margin: 0 auto;
}

.section-novidades h2 {
  max-width: 800px;
  margin: 0 auto;

  font-family: 'Margem-regular';
  font-size: 40px;
  line-height: 40px;
  color: #f5f5f5;
}

.section-novidades .container p {
  font-family: "Margem-light";
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}

.section-novidades .container p b {
  font-family: "Margem-bold";
}

.novidades {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1266px;
  margin: 0 auto;
}

.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;
  max-width: 100%;
}

.novidades-home .novidades {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 799px;
}

@media screen and (min-width: 768px) {
  .novidades-home .novidades {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .novidades-home .novidades {
    max-width: 963px;
  }
}

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

.novidades-home .texto-cadeado p {
  font-weight: unset;
  font-family: 'Margem-black';
}

.novidades-home .texto-cadeado .data-novidade {
  font-family: 'Margem-medium';
  min-width: max-content;
}

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

.novidade {
  min-height: 242px;
}

.novidade p,
.novidade span {
  color: #fff;
  font-family: Margem-regular;
  
}

.novidade p {
  font-size: 13px;
  font-weight: 800;
}
.novidade .texto-cadeado {
  min-height: 60px;
  text-align: center;
}
.novidade .texto-cadeado p {
  margin: 0 0 5px;
}

.novidade span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.novidade .novidade-imagem img.position-absolute {
  top: 15px;
  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;
}

@media screen and (max-width: 575px) {
  .section-novidades h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: start !important;
  }

  .section-novidades .container p {
    text-align: start;
  }
}