:root {
  --corModulo: #131518;
}

html,
body {
  min-height: 100%;
  overflow: hidden;
}

body {
  background-image: url("../fundo-onepage.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #31013f;
}

.sg-mascara {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(49, 1, 63, .6) 30%, rgba(49, 1, 63, .8) 70%) !important;
}

.sg-conteudo {
  width: 100%;
  max-width: 2000px;
}

.sg-cabecalho {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 380px);
}

.sg-cabecalho1 {
  width: 50%;
}

.sg-logo {
  display: table;
  width: 90%;
  max-width: 280px;
  margin: 6px auto;
}

.sg-noar3 h4 {
  color: var(--corSite) !important;
  letter-spacing: 0;
}

.sg-noar3 h2,
.sg-noar3 h3 {
  color: var(--corTexto) !important;
  letter-spacing: 0;
}

.sg-player-sociais svg {
  fill: var(--corModulo);
}

.sg-bottom2 {
  color: var(--corModulo) !important;
}

.sg-bottom1 {
  display: block !important;
  box-sizing: border-box;
  min-height: 150px;
  padding: 16px 360px 14px 80px !important;
  border-top: 2px solid var(--corTitulo);
  background: var(--corSite) !important;
}

.sg-bottom1 h4#tituloQueVem {
  margin: 0 0 12px;
  color: var(--corTexto) !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.sg-bottom1 .sg-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 28px;
  width: 100% !important;
  max-width: 980px;
}

.sg-bottom1 .sg-col1 {
  width: auto !important;
}

.sg-bottom1 .sg-programas {
  display: flex;
  align-items: center;
  min-width: 0;
}

.sg-bottom1 .sg-programas1 {
  width: 82px !important;
  height: 82px !important;
  flex: 0 0 82px !important;
  border: 2px solid var(--corTitulo);
  border-radius: 50%;
  background-color: var(--corModulo);
  background-size: cover;
  background-position: center;
}

.sg-bottom1 .sg-programas2 {
  min-width: 0;
  padding: 0 0 0 16px !important;
}

.sg-bottom1 .sg-programas2 h3,
.sg-bottom1 .sg-programas2 h2 {
  color: var(--corTexto) !important;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.sg-bottom1 .sg-programas2 h4 {
  color: var(--corTexto) !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.sg-bottom-icones i {
  color: var(--corTexto) !important;
}

.sg-player-controles div.play,
.sg-player-controles i.play {
  color: var(--corTitulo) !important;
}

.sg-player-sociais i.sociais,
.sg-player-sociais i.sociais:before,
.volume-icon i {
  color: var(--corModulo) !important;
}

.sg-pubmeio1 img {
  display: block;
  width: 100%;
  min-height: 80px;
  object-fit: cover;
  background: var(--corTitulo);
}

.sg-modalfundo {
  background: rgba(0, 0, 0, .9) !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.sg-modalfundo .bt-fechar {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 999 !important;
  margin: 0 !important;
}

#modalResultado {
  width: 100%;
  height: 100%;
}

#tabela_historico {
  width: calc(100% - 30px) !important;
  max-width: 760px;
  margin: 60px auto 20px !important;
  border-collapse: collapse;
}

#tabela_historico td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media (max-width: 820px) {
  .sg-cabecalho {
    display: table;
    height: auto;
  }

  .sg-cabecalho1 {
    width: 100%;
  }

  .sg-logo {
    max-width: 180px;
    margin: 15px auto;
  }

  .sg-bottom-icones {
    bottom: 200px;
  }

  .sg-bottom-icones i {
    width: 23px;
    height: 25px;
    margin: 20px 0;
    font-size: 1.8rem;
  }

  .sg-pubmeioroll {
    position: absolute;
    right: 5px;
    bottom: 260px;
    width: 96%;
  }

  .sg-bottom1 {
    min-height: 178px;
    padding: 12px 12px 14px 78px !important;
  }

  .sg-bottom1 .sg-col {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
  }

  .sg-bottom1 .sg-programas1 {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }

  .sg-bottom1 .sg-programas2 h3,
  .sg-bottom1 .sg-programas2 h2 {
    font-size: 11px;
  }

  .sg-bottom1 .sg-programas2 h4 {
    font-size: 12px;
  }
}
