@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 90%),
    url(../images/professores.png?202209141629),
    url(../images/bg.jpg?202209081016);
  background-position: bottom, calc(50% + 300px) 75%, top right;
  background-size: cover, 823px, 100%;
  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);
  }
}

#chamada .pre-title span {
  position: relative;
  width: 345px;
  display: block;
  font-size: 20px;
}
#chamada .pre-title span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #06F8FB;
}

#chamada .pre-title span::before {
  content: '';
  display: block;
  width: 15%;
  height: 4px;
  background-color: #06F8FB;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.topo header {
  padding: 32px 0;
}

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

#chamada {
  color: #fff;
}

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

#chamada .info-live span.live {
  font-family: "Mulish", sans-serif;
  letter-spacing: 2px;
  font-size: 0.65rem;
  padding: 5px 11px 4px;
  background-color: #2d2d2d;
  border-radius: 3px;
  color: #BDBDBD;
  font-weight: 600;
}

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

#chamada .info-live span.horario {
  font-family: "Mulish", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 5px;
  font-weight: 500;
}

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

@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-weight: 700;
  font-size: 54px;
  line-height: 54px;
  font-family: "Source Sans Pro";
}

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

#chamada p {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 22px;
}
#chamada .subtitle {
  width: 410px;
}
.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: 336.98px) {
  #chamada h1 {
    font-size: 30px !important;
  }
  #chamada .subtitle i {
    font-size: 14px !important;
  }
  #chamada .subtitle span {
    font-size: 17px !important;
  }
}

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

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

  #chamada .pre-title span {
    position: relative;
    width: 308px;
    display: block;
    font-size: 18px;
  }

  #chamada h1 {
    width: 100%;
    max-width: 510px;
    font-size: 34px;
    line-height: 40px;
  }
  #chamada .subtitle span {
    font-size: 18px;
  }
  #chamada p {
    font-size: 18px;
  }
  #chamada .subtitle {
    width: 100%!important;
  }

  .esteja-aovivo span {
    font-size: 16px;
    width: 230px;
    text-align: center;
    padding: 2px 0;
  }
}

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

@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.jpg?202207261518);
    background-size: cover;
    background-position: top right;
  }
  #chamada .pre-title span {
    margin: 0 auto;
  }
}

@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: 12px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  .hbspt-form form .legal-consent-container ul li label p {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
}

@media (min-width: 1440px) {
  .topo {
    background-position: bottom, calc(50% + 370px) 80%, top right;
    background-size: cover, 860px, 100%;
  }
}
