@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

.topo {
  padding-bottom: 20px;
  background-color: #000;
  background-image: linear-gradient(to bottom, transparent 50%, #000), url(../images/professores.png?202212281526), url(../images/bg.png?202212281526);
  background-position: bottom, calc(50% + 350px) 90%, top left;
  background-size: cover, 900px;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .topo .bg-bottom {
    display: block !important;
    width: 100%;
    height: 300px;
    bottom: 0;
    background-image: linear-gradient(to top, #000, transparent);
  }
}

.topo header {
  padding: 32px 0;
}

.topo header img {
  width: 216px;
  height: 50px;
}

#chamada {
  color: #fff;
}

#chamada .cor-destaque {
  color: #06F8FB;
}

#chamada .fw-600 {
  font-weight: 600;
}

.fs-20 {
  font-size: 20px !important;
}

#chamada .info-live span.live {
  background: #FF333B;
  padding: 10px;
  height: 40px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#chamada .info-live .free {
  border: solid 1px #FF333B;
  text-transform: uppercase;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
#chamada .info-live .horario{
  margin-left: 25px;
  font-size: 14px;
}

#chamada .mw-516 {
  max-width: 516px;
}

#chamada .mw-413 {
  max-width: 413px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  100% {
    text-shadow: 0 0 30px #00fffa;
  }

  20%,
  24%,
  55% {
    text-shadow: none;
  }
}

#chamada .pretitle {
  border-bottom: 1px solid #06F8FB;
  font-family: "Source Sans Pro";
  font-size: 22px;
  width: fit-content;
  position: relative;
}

#chamada .pretitle:after {
  content: '';
  display: block;
  width: 47px;
  height: 5px;
  background: #06F8FB;
  position: absolute;
  bottom: -3px;
  right: 0;
}

#chamada h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  font-family: "Source Sans Pro";
}

#chamada h1 span {
  font-weight: 700;
  font-size: 76px;
  line-height: 76px;
  font-family: "Source Sans Pro";
  letter-spacing: 4.916px;
}

#chamada .subtitle span {
  font-size: 22px;
  font-family: "Source Sans Pro";
  font-weight: 700;
}

#chamada .tegue {
  background: #FBB52A;
  border-radius: 12px;
  color: #06142D;
  padding: 5px 20px;
  max-width: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#chamada p {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 22px;
}

.esteja-aovivo span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #FFCD10;
  border: 1px solid #FFCD10;
  padding: 2px 10px;
  font-weight: 600;
}

@media (max-width: 346.98px) {
  #chamada h1 {
    font-size: 28px !important;
  }
  #chamada h1 span {
    font-size: 44px !important;
    letter-spacing: 1.7px !important;
  }
  #chamada .subtitle i {
    font-size: 14px !important;
  }
  #chamada .subtitle span {
    font-size: 17px !important;
  }
  #chamada p.texto {
    font-size: 16px !important;
  }

  #chamada .info-live span.horario {
    font-size: 10px !important;
    letter-spacing: 2px !important;
  }
}

@media (max-width: 353.98px) {
  .esteja-aovivo span {
    font-size: 14px !important;
  }
}

@media (min-width: 437px) and (max-width: 575.98px) {
  #chamada p {
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
  .topo {
    background: linear-gradient(to bottom, transparent 30%, #000),
      url(../images/bg-mobile.png?202208291400);
    background-size: cover;
    background-position: top right;
  }
  #chamada h1 {
    width: 100%;
    max-width: 510px;
    font-size: 32px;
    line-height: 32px;
  }
  #chamada h1 span {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3.023px;
  }
  #chamada .subtitle span {
    font-size: 18px;
  }
  #chamada .texto {
    font-size: 18px !important;
  }
  #chamada .pretitle-wrapper {
    width: 100%;
    max-width: 510px;
  }

  .esteja-aovivo span {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #chamada h1 {
    font-size: 32px;
    line-height: 32px;
  }

  #chamada h1 span {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3.023px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .topo {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000),
      url(../images/bg.png?202208291400);
    background-size: cover;
    background-position: top right;
  }
}

@media screen and (min-width: 280px) and (max-width: 1200px) {
  .topo header {
    padding: 32px 0 0;
  }
  .topo header img {
    width: 130px;
    height: auto;
  }
  .align-center-mobile {
    align-items: center;
  }
  #chamada .info-live span.horario {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  .hbspt-form form .legal-consent-container ul li label p {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  #chamada .tegue {
    font-size: 15px;
  }
  #chamada .pretitle {
    font-size: 20px;
  }
}

