@media (min-width:992px) {
  .container--pagina-interna {
    max-width: 780px !important;
  }

  .showMobile {
    display: none;
  }
}

.g-table__head-cell {
  border-right: 1px solid #bdbdbd !important;
}

.tamanho-field {
  width: 100%;
  max-width: 800px;
  word-wrap: break-word;
}

@media (max-width: 900px) {
  .tamanho-field {
    width: 100%
  }

  .conteiner__titulo {
    height: 4.75rem !important;
  }

  .escondeColunaMobile {
    display: none;
  }
}

.table .thead-light th {
  background-color: #C1DBE5;
}

.selecioneLista {
  font-size: 16px;
  font-weight: 600;
}

.labelTipoOrador {
  padding-left: 8px;
  padding-right: 16px;
}

.table .thead-light th {
  background-color: #BADBEA;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.margin-top-container {
  margin-top: 2rem !important;
}

.text-align-center {
  text-align: center;
}

.busca__botao {
  padding-left: 0 !important;
}

@media (max-width:480px) {
  .text-align-center {
    text-align: left;
  }

  .dontShowMobile {
    display: none !important;
  }

  .padding-bottom-mobile {
    /* padding-bottom: 2rem; */
  }

  .padding-top-mobile {
    padding-top: 2rem;
  }

  .vertical-align-mobile {
    vertical-align: middle;
  }

  .mobile-position {
    position: unset !important;
  }

  option {
    max-width: 100%;
    overflow: hidden;
    word-wrap: normal !important;
    white-space: normal;
  }

  .busca__botao {
    padding-left: 5.6875rem !important;
  }

}

@media (max-width:991px) {
  .bloco-midia .titulo-secao__texto-secundario {
    border-bottom: 0;
  }

  .titulo-secao {
    border-bottom: 0;
    margin-bottom: 0 !important;
  }

  .titulo-secao:after {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .secao-informacoes {
    padding: 1rem;
    margin-bottom: 1rem !important;
  }

  .g-l-assista__acessorio-linha-partes {
    margin: 0 !important;
  }

  .bloco-midia {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  a.g-l-assista__principal-acao {
    margin-top: 0;
  }

  .g-l-assista__outros-titulo {
    border-top: 2px solid #dfdfdf;
    margin-top: 16px;
  }

  .g-l-assista__outros--trechos {
    background-color: white !important;
  }

  .g-l-assista__busca-videos {
    background-color: #f0f0f0 !important;
  }

  .g-l-assista__outros-videos {
    background-color: #f0f0f0 !important;
  }

}

.fundo-2 {
  background-image: linear-gradient(to top, #dfe0e1, #dfe0e1 99%, white);
}

.g-l-assista__acessorio-principal {
  margin-top: 8px;
}

div.g-l-assista__acessorio-principal span.texto {
  padding-top: 0;
}

.tempo-real__qtd-dep {
  margin-bottom: 24px;
}

@media (min-width:992px) {
  .g-l-assista__principal-acoes {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 24px;
  }
  a.g-l-assista__principal-acao {
    margin-top: 0;
  }
}