@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?202207211024),
    url(../images/bg.png?202207211024);
  background-position: bottom, bottom 130px right, top right;
  background-size: cover, 900px, 100%;
  background-repeat: no-repeat;
}

.topo header {
  padding: 32px 0;
}

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

#chamada {
  color: #fff;
}

#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;
}

#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: 600;
  color: #fff;
  font-size: 54px;
  font-family: "Source Sans Pro";
}

#chamada .subtitle * {
  color: #f4e97d;
}

#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;
}

.esteja-aovivo span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #000004;
  background-color: #00f2df;
  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 (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.jpg);
    background-size: cover;
    background-position: top right;
  }
  #chamada h1 {
    width: 100%;
    max-width: 510px;
    font-size: 32px;
  }
  #chamada .subtitle span {
    font-size: 18px;
  }
  #chamada p {
    font-size: 16px;
  }
}

@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.png);
    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: 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: 1200px) and (max-width: 1439.98px) {
  .topo {
    background-position: bottom, bottom 130px right -120px, top right;
  }
}

@media (min-width: 1650px) and (max-width: 1920.98px) {
  .topo {
    /* background-size: cover, 800px, 100%; */
    background-position: bottom, bottom 130px right 100px, top right;
  }
}

@media (min-width: 1921px) {
  .topo {
    background-position: bottom, calc(50% + 300px) 85%, top right;
  }
}
