.depoimentos-reinvencao-2026 {
  display: flex;
  flex-direction: column;

  padding: 64px 0 0 0;
}

/* Titulo e descrição */

.depoimentos-reinvencao-2026 .title-depoimentos {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 2rem auto;

  text-align: center;
  font-family: "Margem-regular";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  color: #ffffff;
}

.depoimentos-reinvencao-2026 .description-depoimentos {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  color: #ffffff;
  text-align: center;
  font-family: "Margem-regular";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 135%;
  color: #ffffff;

  letter-spacing: -1px;
}

/* Slick Carousel */

.depoimentos-reinvencao-2026 .depoimentos {
  display: flex;
  width: 100vw;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.depoimentos-reinvencao-2026 .depoimentos .slick-list {
  max-height: 100% !important;
}

.depoimentos-reinvencao-2026 .depoimentos .slick-track {
  display: flex !important;
  gap: 30px !important;
  min-height: auto !important;
  padding-bottom: 0 !important;
}

.depoimentos-reinvencao-2026 .depoimentos .slick-slide {
  height: auto !important;
}

.depoimentos-reinvencao-2026 .depoimentos .depoimento {
  transition: opacity 0.2s;
  transition-delay: 0.1s;
}

.depoimentos-reinvencao-2026 .depoimentos .depoimento .info {
  display: flex;
  gap: 21px;
}

.depoimentos-reinvencao-2026 .depoimentos .depoimento .info .foto-depoimento {
  width: 314px;
  height: 253.78px;
  border-radius: 0.75rem;
  object-fit: cover;
  object-position: center;
}

/* Slick Slide Buttons */

.depoimentos-reinvencao-2026 .slick-dots {
  display: flex !important;
  justify-content: flex-start !important;

  bottom: -30px;
}

.depoimentos-reinvencao-2026 .slick-prev,
.depoimentos-reinvencao-2026 .slick-next {
  display: none;
}

.depoimentos-reinvencao-2026 .slick-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;

  bottom: 130px;
  margin: 0 auto;
  padding-top: 34px;
}

.depoimentos-reinvencao-2026 .slick-button {
  display: flex;
  align-items: center;
  justify-content: center;

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

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

.depoimentos-reinvencao-2026 .slick-dots {
  display: none !important;
  justify-content: center !important;
  align-items: center !important;

  bottom: -30px;
}

.depoimentos-reinvencao-2026 .slick-dots ul {
  margin: 0;
}

.depoimentos-reinvencao-2026 .slick-dots li {
  margin: 0;
}

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

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

#professores-reinvencao-2026 .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 */

.depoimentos-reinvencao-2026 .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: 0.75rem;
}

.black-friday-nova-ai #depoimentos-reinvencao-2026 {
  background: linear-gradient(180deg, #535675 0%, #191b28 100%);
}

/* Media queries */

@media screen and (max-width: 768px) {
  #depoimentos-reinvencao-2026 {
    margin-top: 2.5rem;
  }

  .depoimentos-reinvencao-2026 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .depoimentos-reinvencao-2026 .title-depoimentos {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
  }

  .depoimentos-reinvencao-2026 .description-depoimentos {
    text-align: start;
  }

  .depoimentos-reinvencao-2026 .depoimentos {
    width: calc(100vw - 32px);
    margin-left: 0;
    margin-right: 0;
  }

  .depoimentos-reinvencao-2026 .depoimentos .slick-track {
    justify-content: center !important;
  }

  .depoimentos-reinvencao-2026 .slick-dots {
    display: none !important;
  }

  .depoimentos-reinvencao-2026 .slick-buttons {
    left: 30px !important;
    right: auto;
  }
}

@media screen and (max-width: 468px) {
  .depoimentos-reinvencao-2026 .depoimentos .slick-track {
    gap: 1rem !important;
  }

  .depoimentos-reinvencao-2026 .slick-dots {
    bottom: -40px;
    display: flex !important;
  }

  .depoimentos-reinvencao-2026 .btn-red {
    max-width: 100%;
    width: 100%;
  }
}
