#sessao-professores-home #professores-gran-nova-ai {
  margin-top: -45px;
}

#sessao-professores-home.black-friday #professores-gran-nova-ai {
  background-color: #121212;
  background: none;
}

#professores-gran-nova-ai {
  margin-top: -60px;
  background-color: #0E134C;
}

.professores-gran-nova-ai {
  display: flex;
  flex-direction: column;
  gap: 20px;

  padding: 80px 0 50px 0;

  border-radius: 0px 0px 48px 0px;
}

.professores-gran-nova-ai .label-professores {
  text-align: center;
  text-transform: uppercase;

  margin: 0;

  font-family: 'Margem-regular';
  font-size: 1.2rem;
  line-height: 125%;
  color: #2DD8E0;
  margin-top: 64px;
}

#sessao-professores-home .professores-gran-nova-ai .label-professores {
  margin: 0;
  font-family: 'Margem-regular';
  color: #FFFFFF;
}

.professores-gran-nova-ai h2 {
  text-align: center;
  font-family: 'Margem-regular';
  font-size: 2rem;
  line-height: 100%;
  color: #FFFFFF;
}


.professores-gran-nova-ai .professores {
  display: flex;
}

.professores-gran-nova-ai .professores .slick-track {
  gap: 10px;
}

.professores-gran-nova-ai .professores .professor {
  width: 341px;
  height: 510px;

  border-radius: 12px;

  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;

}

.professores-gran-nova-ai .professores .professor .info {
  position: absolute;
  left: 32px;
  bottom: 32px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.professores-gran-nova-ai .professores .professor .info p {
  margin: 0;

  font-family: 'Margem-regular';
}

.professores-gran-nova-ai .professores .professor .info h3.nome {
  font-size: 1.5rem;
  line-height: 125%;
  color: #FFFFFF;
  font-family: 'Margem-regular';
}

.professores-gran-nova-ai .professores .professor .info .desc {
  font-size: 1rem;
  line-height: 150%;

  color: #A5A7A8;
}

.professores-gran-nova-ai .professores .professor .info .area {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 4px 8px;

  border-radius: 8px;
  background: #2DD8E0;

  width: max-content;

  font-size: 12px;
  line-height: 140%;

  color: #0D134C;
}

.professores-gran-nova-ai .slick-prev,
.professores-gran-nova-ai .slick-next {
  display: none;
}

.professores-gran-nova-ai .slick-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;

  padding: 0 50px;
}

.professores-gran-nova-ai .slick-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 56px;
  padding: 12px 32px;
  height: 56px;

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

.professores-gran-nova-ai .slick-dots li {
  margin: 0;
}

.professores-gran-nova-ai .slick-dots li button:before {
  color: #C5D9FF;
  opacity: 0.9;
}

.professores-gran-nova-ai .slick-dots li.slick-active button:before {
  color: #0057FF;
  content: "";
  background-color: #0057FF !important;
  border-radius: 3px;
  width: 20px;
  height: 6px;
  margin-top: 6px;
}

.black-friday-nova-ai #professores-gran-nova-ai {
  background: linear-gradient(180deg, #535675 0%, #191B28 100%);
}

@media screen and (max-width: 768px) {
  #professores-gran-nova-ai {
    background-color: #0E134C;
    margin-top: 0;
  }

  .professores-gran-nova-ai {
    padding-top: 40px;
  }
}
