@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?202212301600),
    url(../images/bg.png?202212301600);
  background-position:
    bottom,
    calc(50% + 350px) 90%,
    top 30px left;
  background-size: cover, 840px, cover;
  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: auto;
}

#chamada {
  color: #fff;
}

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

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



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

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


#chamada .info-live span.live {
  font-family: 'Mulish', sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 800;
  padding: 6px 11px 5px;
  background-color: #2d2d2d;
  color: #bdbdbd;
  border-radius: 3px;
}

#chamada .info-live span.live i {
  font-size: .5rem;
  animation: blink 1s linear infinite;
  color: #FF000A;
}

#chamada .info-live span.horario {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 5px;
}

@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 h1 {
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 12px;
  margin-bottom: 16px;
}

@media (max-width: 354.98px) {
  #chamada h1 {
    letter-spacing: 4px !important;
  }
}

#chamada h1 span {
  color: #DF303E;
}

#chamada h2 {
  font-family: 'GothamLight', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #99D0FF;
}

#chamada h2 span {
  font-family: 'GothamMedium', sans-serif;
  font-weight: 700;
  padding-left: 59px;
}

#chamada p {
  width: 580px;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

#chamada p span.destaque-bg {
  background: #DF303E;
  padding: 0 5px 2px;
}

#chamada p span.destaque {
  font-weight: 900;
  color: #DF303E;
  text-transform: uppercase;
}

#chamada p.pos-form {
  font-weight: 400;
  font-size: 14px;
  color: #C1C7D0;
}


@media (max-width: 575.98px) {
  .topo {
    background: linear-gradient(to bottom, transparent 30%, #000),
      url(../images/bg-mobile.png?202212301600);
    background-size: cover;
    background-position: top right;
  }

  #chamada .pretitle-wrapper {
    width: 100%;
    max-width: 510px;
  }
}

@media (max-width: 767.98px) {
  .topo header img {
    width: 130px;
    height: auto;
  }

  #chamada .info-live span.horario {
    font-size: 12px;
    letter-spacing: 3px;
  }

  #chamada h1 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 6px;
  }

  #chamada h2 {
    font-size: 17px;
  }

  #chamada p {
    width: 100%;
    font-size: 17px;
    margin-bottom: 0 !important;
  }
}

@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?202212301600);
    background-size: cover;
    background-position: top right;
  }

  #chamada h2 {
    text-align: center;
  }

  #chamada p {
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .topo header {
    padding: 15px 0 0;
  }

  #chamada h2 span {
    padding-left: 0;
  }
}

@media screen and (min-width: 280px) and (max-width: 1200px) {
  .hbspt-form form .legal-consent-container ul li label p {
    width: 100%;
    display: block;
    padding: 0 !important;
  }

  #chamada .pretitle {
    font-size: 20px;
  }
}
