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




.topo header {
  padding: 32px 0;
}

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

#chamada {
  color: #fff;
}

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

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

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

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

.neon {
  animation: flicker 1.5s infinite alternate;
}

#chamada h1 {
  font-weight: 700;
  color: #FCCA33;
  font-size: 68px;
  text-transform: uppercase;
  line-height: 100%;
  font-family: 'Source Sans Pro';
}

#chamada span.subtitle {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
}

#chamada h1 .fonte-menor {
  font-size: 40px;
}

#chamada h2, #chamada p {
  font-family: 'Source Sans Pro', sans-serif;
}

#chamada h2 {
  font-size: 20px;
  font-weight: 400;
  max-width: 510px;
}

#chamada p {
  font-weight: 600;
  color: #091E42;
  font-size: 16px;
  margin: 0;
  padding: 0 5px;
}

.esteja-aovivo i{
  font-size: 35px;
  margin-right: 15px;
  color: #FCCA33;
}
.esteja-aovivo p{
  background: #FCCA33;
}
.esteja-aovivo p + p {
  margin-top: 2px!important;
}

@media screen and (min-width: 280px) and (max-width: 1200px){
  .topo header {
    padding: 32px 0 0;
  }
  .topo header img {
    width: 130px;
    height: auto;
  }
  .topo {
    background: linear-gradient(to bottom, transparent 30%, #000), url(../images/bg-mobile.png);
  }
  .align-center-mobile {
    align-items: center;
  }
  #chamada .info-live span.horario {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
  }
  #chamada h1 {
    font-size: 48px;
    text-transform: none;
    line-height: 100%;
    margin-top: 15px!important;
  }
  .esteja-aovivo i {
    font-size: 25px;
  }
  #chamada p {
    font-size: 14px;
  }
  #chamada h2 {
    font-size: 16px;
  }
  #chamada span.subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .hbspt-form form .legal-consent-container ul li label p {
    width: 100%;
    display: block;
    padding: 0!important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
  .topo {
    background-size: cover, 820px, 100%;
  }
}
@media screen and (min-width: 1580px){
  .topo {
    background-position: bottom, bottom 0 right, top right;
  }
 }
