.hero {
  background-image: url(../img/top-retangle.png), url(../img/rectangle-bottom.png), linear-gradient(0deg, #E9F8F2, #daf8eb91);
  background-position: bottom;
  background-repeat: no-repeat;
}

.navbar {
  padding: 1rem;
}

.hero .hero-content {
  display: flex;
  flex-direction: column;
}

.hero .mote {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding-bottom: 50px;
  min-width: 603px;
}

.hero h1 {
  font-family: "Margem-medium";
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: left;
  color: #091e42;
}

.hero h1>span {
  color: #19A3A9;
}

.hero h1>br,
.hero .subtitle>br {
  display: none;
}

.hero .subtitle {
  font-family: "source sans pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #505f79;
  max-width: 520px;
}

.hero .img-professores {
  display: flex;
  vertical-align: middle;
  border-style: none;
  width: 80%;
  margin: auto auto;
  margin-bottom: 0;
  flex: 1;
}


.nomes-professoras {
  width: 100%;
  max-width: 400px;

  display: flex;
  text-align: center;
  justify-content: center;
  gap: 5px;

  position: absolute;
  bottom: 15px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.nomes-professoras .nome {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.nomes-professoras span {
  /* width: 110px; */
  padding: 5px 8px;

  border-radius: 8px;
  background-color: #19A3A9;

  color: #FFFFFF;
  text-align: center;
  font-family: "Margem-medium";
  font-size: 12px;
}

.nomes-professoras p {
  margin: 0;

  font-family: "Margem-medium";
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}

.hero .oab-bg-mobile {
  width: 100vw;
  height: 325px;

  margin-left: -15px;
  position: relative;

  background-image:
  linear-gradient(to bottom, transparent 30%, #000),
  url(/assinatura-residencia-multiprofissional-saude/assets/img/professores-residencia-mobile.webp?new2);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pricing {
  margin: 1rem 0 0 0;
}

.pricing p {
  font-family: "Margem-medium";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #A5A7A8;
}

.pricing p span {
  font-family: "Margem-medium";
  font-weight: 500;
  text-decoration: line-through;
}

.pricing .value {
  display: flex;
  align-items: center;
  font-family: "Margem-medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #19A3A9;
}

.pricing .value span {
  font-family: "Margem-medium";
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
  text-align: center;
}

.hero .btn {
  margin: 1rem 0 1rem 0;
}


@media (min-width: 1024.9px) {
  .hero .hero-content {
    flex-direction: row;
  }

  .hero h1>br,
  .hero .subtitle>br {
    display: block;
  }

  .hero .subtitle {
    font-size: 18px;
    color: #091e42;
  }

  .hero .subtitle>br {
    display: block;
  }

  .pricing .value span {
    font-size: 75px;
  }

  .hero .btn {
    margin: 2rem 0 0 0;
    max-width: 250px;
    background-color: #0067FF;
    border-color: #0067FF;
  }

  .hero .btn-primary {
    font-size: 18px;
  }

  .hero h1 br {
    display: block;
  }
}

@media screen and (max-width: 1700px) {
  .hero .img-professores {
    width: 65%;
  }
}

@media screen and (max-width: 1440px) {
  .hero .img-professores {
    width: 60%;
  }
}

@media screen and (max-width: 1300px) {
  .hero .img-professores {
    width: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .hero .img-professores {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .hero .mote {
    width: 100%;
    min-width: 100%;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 575px) {
  .hero h1 {
    margin: auto;

    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }

  .hero .subtitle {
    margin-top: 20px;

    text-align: center;
  }
}
