.topo {
  padding-bottom: 150px;
  background-color: #000;
  background-image:
    linear-gradient(to bottom, transparent 70%, #000),
    url(../img/bg.jpg?202204071550);
  background-position:
    bottom,
    right -390px bottom;
  background-size: cover, 100%;
  background-repeat: no-repeat;
}

.topo header {
  padding: 32px 0;
}

.topo header img {
  width: 200px;
  height: 36px;
}
/*
.topo .overlay {
  right: 0;
  bottom: -10px;
  height: 150px;
  width: 100vw;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, #000);
}

.topo #chamada .img-gg-rc.gg {
  height: 900px;
  bottom: -150px;
  right: -60px;
}

.topo #chamada .img-gg-rc.rc {
  height: 950px;
  bottom: -100px;
  right: -460px;
} */

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

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#chamada h1 {
  font-family: 'MuseoSansBold', sans-serif;
  font-size: 5rem;
  color: #FF000A;
}

#chamada h1 .destaque {
  font-size: 3rem;
  background-color: #FFF;
}

#chamada p {
  font-size: 1.25rem;
}

@media (max-width: 384.98px) {
  #chamada h1 .destaque {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 398.98px) {
  #chamada .info-live span.horario {
    font-size: .75rem;
  }
}

@media (max-width: 370.98px) {
  #chamada .info-live span.horario {
    letter-spacing: 2.5px;
  }
}

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

  .topo header img {
    width: 130px;
    height: 24px;
  }

  #chamada .info-live {
    margin: .7rem 0 !important;
  }

  #chamada p {
    font-size: .9rem;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {
  #chamada h1 {
    font-size: 3.5rem;
  }

  #chamada h1 .destaque {
    font-size: 2rem;
  }

  #chamada p {
    font-size: 1rem;
  }
}

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

  #chamada h1 .destaque {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199.98px) {
  .topo {
    background-image:
      linear-gradient(to bottom, transparent 70%, #000),
      url(../img/bg-2.png?202203081832);
    background-position:
      bottom,
      center top;
    background-size:
      cover,
      100%;
    background-repeat:
      no-repeat,
      no-repeat;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .topo {
    background-size: cover, 120%;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .topo {
    background-position:
      bottom,
      right -400px bottom 100px;
  }
}

@media (min-width: 2100px) and (max-width: 2500px) {
  .topo {
    background-position:
      bottom,
      right -390px bottom -150px;
  }
}

@media (min-width: 2500.98px) and (max-width: 2800px) {
  .topo {
    background-position:
      bottom,
      right -390px bottom -300px;
  }
}

@media (min-width: 2800.98px) and (max-width: 3050px) {
  .topo {
    background-position:
      bottom,
      right -390px bottom -400px;
  }
}

@media (min-width: 3050.98px) {
  .topo {
    background-position:
      bottom,
      right bottom -500px;
    background-size: cover, 80%;
  }
}
