.professores {
  background-color: #091e42;
}

.professores h2 {
  margin-bottom: -10px;

  font-family: "Margem-medium";
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
  color: white;
}

.professores .slider-professores::-webkit-scrollbar {
  display: none;
}

.professores .slider-professores .card-professores {
  background-position: top center;
  background-size: initial;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 342px;
  height: 520px;
  padding: 24px;
  border-radius: 12px;
  color: white;
  margin: 1rem;
}

.professores .slider-professores>.card-professores>img {
      top: 0;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 100;
      vertical-align: middle;
      border-style: none;
      border-radius: 8px;;
      width: 100%;
      margin: auto;
      object-fit: cover;
}

.professores .slider-professores .card-professores h3 {
  margin: 0;
  font-family: "Margem-bold";
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  z-index: 101;
  color: #fff;
  text-transform: uppercase;
}

.professores .slider-professores .card-professores p {
  font-family: 'Margem-regular';
  font-size: 16px;
  z-index: 101;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.professores .slider-professores .card-professores .badge-disciplina {
  display: flex;
  width: fit-content;
  font-family: "Margem-regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  border-radius: 8px;
  padding: 6px;
  background-color: #1BB3BA;
  z-index: 101;
}

#professores .card {
  width: 200px;
}



 #professores .slider-professores .slick-dots li {
  margin: 0;
  width: 14px;
}

#professores .slider-professores .slick-dots li.slick-active {
  width: 22px;
}

#professores .slider-professores .slick-dots li button:before {
  background-color: #C5D9FF;
  border-radius: 4px;
  opacity: 1;
  width: 8px;
  height: 8px;
  content: "";
}


#professores .slider-professores .slick-dots li.slick-active button:before {
  background-color: #CC0008;
  width: 16px;
}

#professores .slider-control div {
  gap: 15px;
}

#professores .slider-control button{
  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;

  border-color: #FFFFFF;
  color: #FFFFFF;

  border-radius: 12px;
  border: 1px solid;
  background: transparent;
  outline: none;
}

#professores .slider-control button.slick-disabled {
  border-color: #ffffff30;
  color: #ffffff30;
  cursor: auto;
}

@media (min-width: 1024.9px) {
  .professores h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .professores h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.1px;
    text-align: start;
  }
}
