@font-face {
  font-family: 'RubikRegular';
  font-style: normal;
  src: url(../fonts/Rubik-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'RubikBold';
  font-style: bold;
  src: url(../fonts/Rubik-Bold.ttf) format('woff2');
}

@font-face {
  font-family: 'SFPROBOLD';
  font-style: bold;
  src: url(../fonts/SFPRODISPLAYBOLD.OTF) format('woff2');
}

.professores {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #F5F5F5;
  padding: 88px 0px;
}

.professores-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
}

.professores-container-top {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 88px;
  text-align: center;
}


.professores-container-top h2 {
  font-family: 'RubikBold';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;

  color: #001533;
  margin-bottom: 30px;
}

.professores-container-top span {
  font-family: 'RubikRegular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  color: #424242;
}

.professores-container {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.professores-container-mobile {
  display: none
}

.lista-professores {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.lista-professores-mobile {
  display: none;
}

.lista-professores-item {
  width: 186px;
  margin-bottom: 20px !important;
}

.bloqueado {
  display: none !important;
}

.btn-ver-todos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  cursor: pointer;

  font-family: 'RubikRegular';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #FF333B;
}

.btn-ver-todos span {
  margin-right: 10px !important;
}


.lista-professores-detail {
  text-align: center;
  margin-top: 16px;
}

.lista-professores-item img {
  height: 218px;
  width: 186px;
  left: 0px;
  top: 0px;
  border-radius: 12px;
}

.lista-professores-detail h4 {
  font-family: 'RubikBold';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.lista-professores-detail span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .professores {
    padding: 56px 16px !important;
  }

  .professores-container-top {
    width: 100% !important;
  }

  .professores-container-top h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .professores-container-top span {
    font-size: 16px;
    line-height: 20px;
  }

  .lista-professores {
    display: none;
  }

  .lista-professores-mobile {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .aula-bonus-container-top {
    margin-bottom: 40px;
  }

  .lista-professores-item {
    width: 154px;
    margin: 5px;
  }

  .lista-professores-item img {
    height: 182px;
    width: 154px;
  }

  .btn-ver-todos {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }

  .lista-professores-detail h4 {
    font-size: 16px;
  }
}