@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?202209151820),
    url(../images/bg.jpg?202209081016);
    background-position: bottom, calc(50% + 435px) 20%, top right;
    background-size: cover, 550px, 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);
  }
}

.topo header {
  padding: 32px 0;
}

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

.topo .live {
  height: 24px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #bdbdbd;
  background-color: #2d2d2d;
  border-radius: 3px;
  padding: 5px 10px;
}

.topo .horario{
  font-family: "Mulish", sans-serif !important;
  font-weight: 700;
  letter-spacing: 3px;
}

.pre-title {
  font-size: 20px;
  width: 170px;
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: 400;
}
.pre-title span::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #FBB906;
}
.pre-title::before{
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #FBB906;
  position: absolute;
  bottom: -1px;
  right: 0;
} 

#chamada {
  color: #fff;
}

#chamada .cor-destaque {
  color: #FBB906;
}

#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-450 {
  max-width: 450px;
}

@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: 40px;
  line-height: 62px;
  font-family: "Source Sans Pro";
}

#chamada h1 span {
  font-size:62px;
}

#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: #FBB906;
  border: 1px solid #FBB906;
  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;
  }
}

@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, rgba(0, 0, 0, 0), #000), url(../images/bg.jpg?202210041411);
    background-size: cover;
    background-position: top left;
  }
  #chamada h1 {
    width: 100%;
    max-width: 510px;
    font-size: 29px;
    line-height: 45px;
  }
  #chamada h1 span {
    font-size: 44px;
  }
  #chamada .subtitle span {
    font-size: 18px;
  }
  #chamada p {
    font-size: 18px;
  }

  .esteja-aovivo span {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .topo .horario {
    font-size: 11px;
  }
}

@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), #000), url(../images/bg.jpg?202210041411);
    background-size: cover;
    background-position: top left;
  }
}

@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(70% + 404px) 20%, top right;
    background-size: cover, 560px, 100%;
  }
}
