.topo {
  padding-bottom: 150px;
  position: relative;
}
.topo:before {
  content: '';
  display: block;
  background: radial-gradient(circle, rgba(3,39,76,1) 0%, rgba(0,0,0,1) 75%);
  position: absolute;
  left: 25%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.topo:after{
  content: '';
  display: block;
  background-image: url(../img/background-desktop.png?280320220840);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
}

.divisor-gradiente {
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(1,8,16,0) 100%);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  z-index: 18;

}

.topo header {
  padding: 32px 0;
  z-index: 20;
  position: relative;
}

.topo p {
  font-family: MuseoSansLight;
  max-width: 410px;
}

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

.topo #chamada .imagem-chapeu {
  position: absolute;
  right: -20%;
  top: 10%;
}

#chamada {
  color: #fff;
  z-index: 20;
}

#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: 3rem;
  color: #FDEB6D;
  margin-top: 0;
}

#chamada h2 {
  font-size: 20px;
  font-weight: bold;
}


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

  #chamada h1 .destaque {
    line-height: 40px;
  }
}

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

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

  #chamada h1 {
    margin-bottom: 1rem !important;
  }

  #chamada p {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 333px) and (max-width: 484.98px) {
  #chamada h1 {
    font-size: 2rem;
    margin-top: 25px!important;
  }

  #chamada h1 .destaque {
    line-height: 43px;
  }

  #chamada h2 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 300px) and (max-width: 1199px) {
  .timer-box {
    display: block!important;
  }
  .timer-box strong {
    display: block;
    text-align: center;
    margin: 0!important;
  }
  .topo p {
    margin: 0 auto;
  }
}


@media screen and (min-width: 300px) and (max-width: 930px) {
  .topo{
    background-image: url(../img/background-mobile.png?230320221525)!important;
    background-size: cover;
  }
  .topo:before {
    display: none;
  }
  .topo:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .imagem-chapeu {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .topo #chamada .img-gg-rc.gg {
    right: 50px;
  }

  .topo #chamada .img-gg-rc.rc {
    right: -300px;
  }
}
