.professores-reinvencao-2026 {
  display: flex;
  flex-direction: column;
}

/* Titulo e descrição */

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

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

.professores-reinvencao-2026 .description-professores {
  width: 100%;
  max-width: 760px;
  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 */

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

.professores-reinvencao-2026 .professores .slick-list {
  max-height: 100% !important;
  padding-left: 0 !important;
}

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

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

.professores-reinvencao-2026 .professores .professor {
  background-color: #1b1e2d;

  padding: 16px;

  width: 402px;
  min-width: 328px;
  min-height: 173px;

  border-radius: 0.75rem;

  transition: opacity 0.2s;
  transition-delay: 0.1s;
}

.professores-reinvencao-2026 .professores .professor .info {
  display: flex;
  gap: 21px;
}

.professores-reinvencao-2026
  .professores
  .professor
  .info
  .foto-professor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
}

.professores-reinvencao-2026 .professores .professor .info .foto-professor {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  background-color: #c8c4b5;
}

.professores-reinvencao-2026 .professores .professor .info .nome {
  font-size: 1.5rem;
  line-height: 125%;
  color: #ffffff;
  font-family: "Margem-regular";

  margin-bottom: 0.375rem !important;
}

.professores-reinvencao-2026 .professores .professor .info .desc {
  font-size: 14px;
  line-height: 135%;
  margin: 0;

  font-family: "Montserrat";
  font-weight: 400;

  text-align: start;

  color: #ffffff;
}

.professores-reinvencao-2026 .professores .professor .info .area {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0.25rem 0.5rem;
  margin-bottom: 0;

  border-radius: 0.5rem;
  background: #dd303e;

  width: max-content;
  height: 25px;

  font-family: "Margem-regular";
  font-weight: 500;

  font-size: 0.75rem;
  line-height: 140%;

  color: #f1f1f1;
}

/* Slick Slide Buttons */

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

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

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

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

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

  bottom: -30px;
}

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

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

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

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

.professores-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 #professores-reinvencao-2026 {
  background: linear-gradient(180deg, #535675 0%, #191b28 100%);
}

/* Media queries */

@media screen and (max-width: 768px) {
  .professores-reinvencao-2026 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #professores-reinvencao-2026 {
    padding-top: 72px;
  }
}

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

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

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

  .professores-reinvencao-2026 .professores .slick-track {
    justify-content: center !important;
  }
  .professores-reinvencao-2026 .slick-dots {
    display: none !important;
  }

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

@media screen and (max-width: 468px) {
  .professores-reinvencao-2026 .professores .slick-track {
    width: 100% !important;
  }

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