/* width */
.novidades::-webkit-scrollbar {
  width: 1.25rem;
  height: .125rem;
}

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

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

.section-novidades {
  margin: 0 auto;
}

/* Titulo e descrição */

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

  font-family: 'Margem-regular';
  font-size: 2.5rem;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.section-novidades .container p {
  max-width: 760px;
  margin: 0 auto;

  text-align: center;
  font-size: 1.25rem;
  line-height: 135%;
  color: #f1f1f1f1;
}

.section-novidades .novidades-title {
  padding-bottom: 48px;
}

.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: 1rem !important;
  line-height: 1.5rem !important;

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

  color: #f5f5f5;
}

.novidades-home {
  background: black;
  margin-top: -2.5rem !important;
  padding-bottom: 60px;
  max-width: 100%;
}

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

/* Slick Carousel */

.section-novidades .slick-track {
  gap: 2rem !important;
}

.novidades .slick-slide {
  max-width: 188px !important;
}

.section-novidades .slick-dots {
  display: none !important; /* Ocultar por padrão */
  justify-content: center !important;
  align-items: center !important;

  bottom: -30px;
}

.section-novidades .slick-dots ul {
  margin: 0;
}

.section-novidades .slick-dots li {
  margin: 0;
}

.section-novidades .slick-dots li button:before {
  color: #C5D9FF;
  opacity: 0.9;
}

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

#section-novidades .slick-dots li.slick-active button:before {
  color: #dd303e;
  content: "";
  background-color: #dd303e !important;
  border-radius: 3px;
  width: 1.25rem;
  height: 0.375rem;
  margin-top: 0.375rem;
}

/* CTA */

.section-novidades .btn-red {

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 1.5rem 1rem !important;
  font-size: 1.25rem !important;
  font-family: 'Margem-medium' !important;
  max-width: 268px;
  max-height: 3.5rem;
  border-radius: .75rem;
}

/* Slick Slide Buttons */

.section-novidades .slick-dots {
  display: none !important;
  justify-content: flex-start !important;

  bottom: -30px;
}

.section-novidades .slick-prev,
.section-novidades .slick-next {
  display: none;
}

.section-novidades .slick-buttons {
  display: none;
  justify-content: center;
  gap: 15px;

  bottom: 130px;
  margin: 0 auto;
}

.section-novidades .slick-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 3.5rem;
  padding: .75rem 2rem;
  height: 3.5rem;
  margin-bottom: 2.5rem;

  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #EBEDF9;
  color: #EBEDF9;
}

.section-novidades .slick-dots li {
  margin: 0;
}

.section-novidades .slick-dots li button:before {
  color: #C5D9FF;
  opacity: 0.9;
}

/* Media queries */

@media screen and (max-width: 468px) {
  .section-novidades .btn-red {
    max-width: 100%;
    width: 100%;
  }

  .section-novidades .slick-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    bottom: 12px;
  }
}

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

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

}

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

@media screen and (max-width: 992px) {
  .section-novidades .slick-buttons {
    display: flex;
  }
}

.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: 3.75rem;
  text-align: center;

}
.novidade .texto-cadeado p {
  max-width: 130px;
  margin: 0 0 5px;
  font-size: 14px;
}

.novidade .texto-cadeado p:first-child {
  text-transform: uppercase;
}

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