/*Cores*/
/*Cores > Betim*/
/*Escala Cinza*/
/*Fontes*/
.unitRegular {
  font-family: 'Lato', sans-serif;
}
.unitMedium {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.unitBold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.charterBt {
  font-family: 'CharterBT-Roman';
}
.Opensans {
  font-family: 'Open Sans', sans-serif;
}
/*Lato*/
.latoThin {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
}
.latoRegular {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.latoSemiBold {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.latoBold {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
}
/*Montserrat*/
.montserratThin {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.montserratRegular {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.montserratSemiBold {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
.montserratBold {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 800;
}
.montserratSuperBold {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.textAlignCenter {
  text-align: center;
}
.textAlignLeft {
  text-align: left;
}
.textAlignRight {
  text-align: right;
}
.clear-both {
  clear: both;
}
.displayNone {
  display: none;
}
.padding0 {
  padding: 0;
}
.margin0 {
  margin: 0;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginTop20 {
  margin-top: 20px;
}
.divAlignLeft {
  float: left;
}
.divAlignRight {
  float: right;
}
.fontSize10 {
  font-size: 10px;
}
.fontSize11 {
  font-size: 11px;
}
.fontSize12 {
  font-size: 12px;
}
.fontSize13 {
  font-size: 13px;
}
.fontSize14 {
  font-size: 14px;
}
.fontSize15 {
  font-size: 15px;
}
.fontSize16 {
  font-size: 16px;
}
.fontSize17 {
  font-size: 17px;
}
.fontSize18 {
  font-size: 18px;
}
.fontSize19 {
  font-size: 19px;
}
.fontSize20 {
  font-size: 20px;
}
.responsive-loading-image {
  position: relative;
  margin: 0 0 2px 0;
  overflow: hidden;
  background-position: 50%;
  background-size: 50%;
  height: 0;
  padding-bottom: 63%;
  border-radius: 4px;
}
.responsive-loading-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
}
/*** Novo layout Tempo TV ***/
body {
  background: #212121;
  overflow-x: clip !important;
  /* BARRA CINZA NO TEMPO TV */
  /* SOBREPOE SETINHA DO FOUNDATION NO MENU */
}
body header {
  height: 84px;
  border: none;
  background: #171717;
  display: flex;
  align-items: center;
}
body header .busca {
  display: flex;
  align-items: center;
}
.wrap-redes-sociais {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-topo .grid-container {
  width: 100%;
}
.header-topo .logo a {
  display: flex;
  justify-content: center;
}
.wrap-content {
  margin: 0;
}
.publicidade-meio {
  background: #353434;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  width: 100% !important;
  margin: 0 !important;
}
.center {
  padding-top: 0;
}
body header .menu-principal {
  cursor: pointer;
  display: flex;
  align-items: center;
}
body header .menu-principal .box-menu-fixo {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #424242;
  z-index: 99999999992;
  transition: all 0.7s;
}
body header .menu-principal .box-menu-fixo.fechado {
  left: -366px;
  transition: all 0.7s;
}
body header .menu-principal .box-menu-fixo .botao-fechar {
  position: absolute;
  top: 0;
  right: -48px;
  width: 48px;
  height: 48px;
  background: #424242;
  text-align: center;
  cursor: pointer;
  line-height: 48px;
  border-radius: 0 0 4px 0;
  -webkit-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
body header .menu-principal .box-menu-fixo .botao-fechar i {
  font-size: 16px;
  color: #FFFFFF;
}
body header .menu-principal .box-menu-fixo .content-menu-tv {
  width: 286px;
  height: 100%;
  overflow-y: scroll;
}
body header .menu-principal .box-menu-fixo .content-menu-tv::-webkit-scrollbar {
  background: #424242;
  width: 10px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-login {
  padding: 16px;
  border-bottom: 1px solid #616161;
  color: #FFFFFF;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-login .bloco-login {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-login .bloco-login a {
  color: #FFFFFF;
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 4px;
  background: #616161;
  text-align: center;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-login .bloco-login .botao-cadastro {
  width: 128px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-login .bloco-login .botao-entrar {
  width: 90px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado {
  padding: 16px;
  border-bottom: 1px solid #616161;
  color: #FFFFFF;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario {
  height: auto;
  display: flex;
  justify-content: space-between;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .foto_perfil {
  width: 40px;
  height: 40px;
  position: relative;
  flex-basis: 40px;
  flex-shrink: 0;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .foto_perfil img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .foto_perfil .icone-camera {
  display: none;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .nome-user {
  width: 245px;
  padding-left: 16px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  word-break: break-word;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .nome-user .email-user {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  word-break: break-word;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .btn-config {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  transition: all 0.6s;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .btn-config:hover {
  background: #212121;
  transition: all 0.6s;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .btn-config a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .btn-config i {
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.8s;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .bloco-logado .cabecalho-usuario .btn-config.rotate-btn i {
  transform: rotate(180deg);
  transition: all 0.8s;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil {
  display: none;
  border-bottom: 1px solid #616161;
  padding: 16px;
  height: 72px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-sair,
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-editar {
  float: left;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-sair a,
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-editar a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  background: #616161;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-sair a:hover,
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-editar a:hover {
  background: #7C7C7C;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .content-editar-perfil .btn-editar a {
  background: transparent;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul {
  margin: 0;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li {
  list-style: none;
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li .icone {
  height: 20px;
  width: 20px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li .icone .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(241deg) brightness(103%) contrast(100%);
  width: 24px;
  height: 20px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li.link-voltar {
  padding: 16px;
  border-bottom: 1px solid #616161;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li.link-voltar.sem-borda {
  border: none;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li.link-salvos {
  border-bottom: 1px solid #616161;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li .nome-menu {
  padding-left: 24px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li .nome-menu a {
  color: #FFFFFF;
}
body header .menu-principal .box-menu-fixo .content-menu-tv .conteudo-box ul li .nome-menu a:hover {
  color: #d4cdcd;
}
body header .menu-principal #menu-curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99999999990;
  background-color: #000;
  visibility: hidden;
  backface-visibility: hidden;
}
body header .menu-principal #menu-curtain.menu-curtain-opened {
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.3, 1);
}
body header .logo h1 {
  font-size: 0;
  margin: 0;
}
body header .busca .content-busca {
  width: 474px;
  height: 32px;
  /* background: #000000; */
  border-radius: 4px;
  position: relative;
}
body header .busca .content-busca input[type='text'] {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  width: 50%;
  background: transparent;
  border: none;
  height: 32px;
  margin: 0;
  font-size: 13px;
}
body header .busca .content-busca .icone-busca {
  position: absolute;
  left: -30px;
  top: 2px;
  cursor: pointer;
}
body header .busca-mobile {
  padding: 18px 14px;
}
body header .busca-mobile .icone-busca {
  display: none;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
body header .busca-mobile .content-busca {
  position: absolute;
  top: 0;
  right: -100%;
  height: 56px;
  width: 100%;
  background: #171717;
  transition: all 0.7s ease;
  display: flex;
  justify-content: space-between;
}
body header .busca-mobile .content-busca form {
  width: 100%;
  position: relative;
}
body header .busca-mobile .content-busca .fechar-busca {
  width: 68px;
  height: 56px;
  background: #171717;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
}
body header .busca-mobile .content-busca input[type=text] {
  border: none;
  background: transparent;
  width: 100%;
  height: 56px;
  box-shadow: none;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
  margin: 0;
  padding: 0 60px 0 16px;
  outline: none;
}
body header .busca-mobile .content-busca .lupa {
  width: 50px;
  height: 56px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header .busca-mobile .content-busca.aberto {
  right: 0;
  transition: all 0.7s ease;
}
body .wrap-titulo {
  padding: 32px 0 0;
  margin-bottom: 52px;
}
body .titulo-pagina {
  height: 200px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
body .titulo-pagina h2 {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  z-index: 9;
}
body .titulo-pagina .sombra {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #171717;
  z-index: 0;
  opacity: 0.6;
}
body .titulo-pagina h1 {
  color: #FFFFFF;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 24px;
  z-index: 9;
  text-transform: none;
}
body .titulo-pagina .icone {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
body .titulo-pagina .icone .wrap-icone {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0EA859;
}
body .titulo-pagina .icone .wrap-icone .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(241deg) brightness(103%) contrast(100%);
  width: 24px;
  height: 24px;
}
body .conteudo.interno .barra-bottom {
  background: #1b1b1b;
}
body .conteudo #widget-top,
body .conteudo #multichamada-top {
  padding: 0;
}
body .conteudo #multichamada-top {
  padding: 36px 40px 0 0;
}
body .conteudo #multichamada-top .no-border .box-lista-videos {
  border: none;
  margin-bottom: 0 !important;
}
body .conteudo #multichamada-top .box-lista-videos {
  border-bottom: 8px solid #353434;
}
body .conteudo #multichamada-top .box-lista-videos:last-child {
  border: none;
}
#sidebar-top {
  padding: 36px 0 0;
}
body .video-radio {
  position: relative;
  margin: 32px 0;
}
body .video-radio .topo {
  margin-bottom: 16px;
}
body .video-radio .topo .ao-vivo {
  background: #FF5650;
  border-radius: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  width: 92px;
  padding: 2px 8px;
  margin: 3px 16px 0 0;
  display: inline-block;
  float: left;
  position: relative;
}
body .video-radio .topo .ao-vivo .pulse-core {
  background: transparent;
  width: 14px;
  border-radius: 10px;
  border: 2px solid #fff;
  position: absolute;
  height: 14px;
  animation: bounce 2s 2.2s infinite;
  left: 6px;
  top: 5px;
}
body .video-radio .topo .ao-vivo .pulse {
  background: #FFF;
  width: 4px;
  border-radius: 2px;
  position: absolute;
  height: 4px;
  margin: 0;
  left: 11px;
  top: 10px;
}
body .video-radio .topo .ao-vivo .pulse:before {
  content: "";
  border-radius: 12px;
  background: #fff;
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  animation: pulse-animate 2s 2.5s infinite;
  margin: -10px;
  left: 0;
}
@keyframes pulse-animate {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.2);
  }
  22.5% {
    transform: scale(1.2);
  }
  35% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
body .video-radio .topo .versal {
  display: inline-block;
  font-size: 16px;
  background: #0EA859;
  padding: 5px 20px;
  color: #FFFFFF;
  float: left;
  margin-right: 20px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  border-radius: 3px;
}
body .video-radio .topo h2 {
  font-size: 24px;
  margin: 0;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
body .video-radio .live-frame {
  position: relative;
}
body .video-radio .live-frame .jwplayer {
  background: transparent;
}
body .video-radio .live-frame .jw-state-playing #strem-live-radiosuper_gapro {
  background: transparent;
}
body .video-radio .live-frame .jw-skin-seven .jw-display-icon-container {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.8);
  background: transparent;
}
body .video-radio .live-frame .jw-controlbar {
  background: #000000;
}
body .video-radio .live-frame iframe {
  border: none;
}
body .video-radio .outros-videos {
  padding-left: 24px;
}
body .artigo-tv .video-radio .outros-videos {
  padding-left: 0;
}
body .video-radio .outros-videos .titulo,
.lista-ultimas .titulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
body .video-radio .outros-videos .titulo-podcast {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  line-height: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 12px;
}
body .video-radio .outros-videos .lista-video .item-video {
  padding-bottom: 16px;
  justify-content: space-between;
}
body .video-radio .outros-videos .lista-video .item-video .versal {
  margin: 0 0 12px;
}
body .video-radio .outros-videos .lista-video .item-video .capa-video {
  margin-top: 12px;
}
body .video-radio .outros-videos .lista-video .item-video .capa-video .responsive-loading-image {
  height: 80px;
}
body .video-radio .outros-videos .lista-video .item-video:first-child {
  margin-bottom: 16px;
  border-bottom: 1px solid #353434;
  border-top: 1px solid #353434;
  padding-top: 24px;
}
body .hr-podcast:last-child {
  padding-top: 16px;
  border-top: 1px solid #212121 !important;
}
body .hr-podcast:first-child {
  margin-bottom: 16px;
  border-bottom: 1px solid #212121 !important;
  border-top: 1px solid #212121 !important;
  padding-top: 24px;
}
body .video-radio .outros-videos .lista-video .item-video:last-child {
  padding-top: 16px;
  border-top: 1px solid #353434;
}
body .video-radio .outros-videos .lista-video .item-video .capa-video {
  position: relative;
  width: 120px;
  height: 80px;
}
body .video-radio .outros-videos .lista-video .item-video .capa-video .bt-play {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 9999;
}
body .video-radio .outros-videos .lista-video .item-video .capa-video .duracao {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body .video-radio .outros-videos .lista-video .item-video .info-video {
  padding-left: 16px;
}
body .video-radio .outros-videos .lista-video .item-video .info-video a {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
body .video-radio .outros-videos .lista-video .item-video .info-video .data {
  color: #9E9E9E;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body .video-radio .descricao-video {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin: 16px 0 0;
}
body .versal {
  font-size: 12px;
  color: #26C76F;
  text-transform: uppercase;
  line-height: 14px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin: 12px 0;
}
body .versal-on-line {
  font-size: 12px;
  color: #fff;
  background: #C12E2E;
  width: fit-content;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 14px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  padding: 8px;
  margin-top: 16px;
}
body .titulo-video {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
body .titulo-podcast {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
body .timer {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 12px;
}
body .all-list {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-decoration: underline;
  font-weight: 700;
  margin: 12px 0 0;
}
body .all-list a {
  color: #fff;
}
body .veja-mais {
  margin-top: 5px;
}
body .video-radio .titulo {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  margin: 12px 0 36px 0;
}
body .video-radio .aba-info-video {
  position: absolute;
  bottom: 65px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 40px;
}
body .video-radio .aba-info-video .bt-aba {
  height: 40px;
}
body .video-radio .aba-info-video .bt-aba span {
  width: 30px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background: url("/img/sempre-editora/novo-portal/ico/down-arrow-white.svg") no-repeat center;
  cursor: pointer;
  transition: 0.5s all;
}
body .video-radio .aba-info-video .bt-aba span.open {
  background: url("/img/sempre-editora/novo-portal/ico/up-arrow-white.svg") no-repeat center;
  transition: 0.5s all;
}
body .video-radio .aba-info-video .lista-programas {
  height: 250px;
  width: 70%;
  overflow-y: scroll;
}
body .video-radio .aba-info-video .lista-programas ul {
  list-style: none;
  margin: 0;
}
body .video-radio .aba-info-video .lista-programas ul li {
  width: 115px;
  height: 115px;
  margin: 0 20px 20px 0;
  float: left;
}
body .video-radio .aba-info-video .lista-programas::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #000;
}
body .video-radio .aba-info-video .lista-programas::-webkit-scrollbar {
  width: 8px;
  background-color: #333;
  border-radius: 10px;
}
body .video-radio .aba-info-video .lista-programas::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
body .video-radio .aba-info-video .publicidade {
  padding-left: 50px;
  width: 350px;
  height: 250px;
}
body .video-radio .aba-info-video .publicidade p {
  color: #FFFFFF;
  text-align: right;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: -19px 0 0;
}
body .video-radio.video-dazn {
  padding: 100px 0 50px;
}
body .video-radio.video-dazn .chrome.rightrail {
  width: 100% !important;
}
body .menu-programas {
  margin-bottom: 32px;
  width: 100%;
  position: relative;
}
body .menu-programas:before,
body .menu-programas:after {
  content: '';
  position: absolute;
  top: 50px;
  width: 120px;
  height: 100%;
  z-index: 999;
}
body .menu-programas:before {
  left: 0;
  background: linear-gradient(90deg, #353434 0%, rgba(53, 52, 52, 0) 414.93%);
}
body .menu-programas:after {
  right: 0;
  background: linear-gradient(90deg, #353434 0%, rgba(53, 52, 52, 0) 414.93%);
  transform: rotate(-180deg);
}
body .menu-programas .wrap-items {
  display: flex;
  overflow: hidden;
}
body .menu-programas .wrap-items .item-menu {
  padding: 16px;
  background: #000000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  min-width: 190px;
  height: 76px;
}
body .menu-programas .wrap-items .item-menu .icone {
  height: 20px;
  width: 20px;
  margin-right: 16px;
  position: relative;
  z-index: 9;
}
body .menu-programas .wrap-items .item-menu .icone .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(13%) hue-rotate(241deg) brightness(103%) contrast(100%);
  width: 24px;
  height: 20px;
}
body .menu-programas .wrap-items .item-menu .sombra {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
body .menu-programas .wrap-items .item-menu .nome-menu {
  width: 100%;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 9;
}
body .menu-programas .wrap-items .item-menu .nome-menu a {
  display: block;
  color: #FFFFFF;
}
body .menu-programas .wrap-items .item-menu .nome-menu a:hover {
  color: #d4cdcd;
}
body .menu-programas .wrap-setas {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
}
body .menu-programas .wrap-setas .setas {
  width: 100%;
  position: relative;
  height: 32px;
}
body .menu-programas .wrap-setas .setas .arrow {
  background: #26C76F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
  padding: 12px;
  cursor: pointer;
  position: absolute;
}
body .menu-programas .wrap-setas .setas .arrow:hover {
  opacity: 0.7;
}
body .menu-programas .wrap-setas .setas .arrow.arrow--disabled:hover {
  cursor: default;
  opacity: 1;
}
body .menu-programas .wrap-setas .setas .arrow--left {
  left: 0;
  z-index: 9999;
}
body .menu-programas .wrap-setas .setas .arrow--left:before {
  content: '\f053';
}
body .menu-programas .wrap-setas .setas .arrow--right {
  right: 0;
  z-index: 9999;
}
body .menu-programas .wrap-setas .setas .arrow--left:before {
  content: '\f054';
}
body .box-lista-videos,
.lista-programas-interna {
  margin: 0 0 36px !important;
}
body .box-lista-videos .titulo-lista,
.lista-programas-interna .titulo-lista {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 36px;
  padding: 0 12px;
  text-transform: uppercase;
  width: 100%;
}
body .box-lista-videos .wrap-list,
.lista-programas-interna .wrap-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
body .box-lista-videos .item-video,
.lista-programas-interna .item-video {
  margin-bottom: 32px;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 0;
}
body .box-lista-videos .item-video .capa-video,
.lista-programas-interna .item-video .capa-video {
  box-shadow: 0 3px 6px #000000;
  margin-bottom: 16px;
  position: relative;
}
body .box-lista-videos .item-video .bt-play,
.lista-programas-interna .item-video .bt-play {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 9999;
}
.mb-0 {
  margin-bottom: 0px !important;
}
body .box-lista-videos .item-video .capa-video .list-video {
  box-shadow: 0 3px 6px #000000;
  margin-bottom: 16px;
  position: relative;
}
body .box-lista-videos .item-video .capa-video .duracao {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body .box-lista-videos .item-video .info-video {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #9E9E9E;
}
body .box-lista-videos .item-video .info-video .versal {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.__versal {
  font-size: 12px !important;
  margin-bottom: 12px !important;
}
body .box-lista-videos .item-video .info-video .data {
  font-size: 14px;
}
body .box-lista-videos .item-video .info-video h2,
body .box-lista-videos .item-video .info-video a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.__info-video h2 {
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}
body .box-lista-videos .item-video.sidebar {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #616161;
  align-items: flex-start;
}
body .box-lista-videos .item-video.sidebar .capa-video {
  margin-bottom: 0;
}
body .box-lista-videos .item-video.sidebar .info-video {
  padding-left: 12px;
}
body .carregar-mais {
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  background: #424242;
  border-radius: 4px;
  margin-bottom: 40px;
  color: #FFFFFF;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
body .carregar-mais:hover {
  opacity: 0.8;
}
.lista-programas-interna .item-programa {
  padding: 0 20px;
  margin-bottom: 36px;
  align-content: flex-start;
}
.lista-programas-interna .imagem-programa {
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.lista-programas-interna .imagem-programa img {
  width: 100%;
}
.lista-programas-interna .info-programa .nome {
  margin-bottom: 12px;
}
.lista-programas-interna .info-programa .nome a {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.lista-programas-interna .info-programa .descricao a {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #B4BEB6;
}
body .artigo-tv .exibe-video .responsive-embed {
  padding-bottom: 58%;
  margin-bottom: 8px;
}
body .artigo-tv .exibe-video .conteudo {
  border-bottom: 1px solid #616161;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
body .artigo-tv .exibe-video .titulo h1 {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 16px;
}
body .artigo-tv .exibe-video .chamada h2 {
  margin-bottom: 16px;
}
body .artigo-tv .exibe-video .conteudo .data-publicacao {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9E9E9E;
  margin-bottom: 24px;
}
body .artigo-tv .exibe-video .conteudo .texto,
.exibe-video .chamada h2,
.info-foto {
  color: #9E9E9E;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .artigo-tv .exibe-video .conteudo .save-artigo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 24px;
  margin-bottom: 62px;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save {
  transition: width 0.3s;
  position: relative;
  margin: 0;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save a.ico-salvar {
  display: inline-block;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save a.ico-salvar .imagem img {
  width: 16px;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save a.ico-salvar .texto {
  position: absolute;
  right: 20px;
  top: 6px;
  display: none;
  height: 16px;
  line-height: 15px;
  width: 110px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #9E9E9E;
  border-radius: 8px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save:hover {
  transition: width 0.5s;
}
body .artigo-tv .exibe-video .conteudo .save-artigo .content-save:hover a.ico-salvar .texto {
  display: block;
  right: 30px;
  opacity: 1;
  transition: all 0.3s;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video {
  justify-content: flex-end;
  align-items: center;
  width: 184px;
  margin: 0 auto;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .icone-share {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9E9E9E;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  width: 144px;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons {
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons.twitter a {
  border: 1px solid #1DA1F3;
  color: #1DA1F3;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons.facebook a {
  border: 1px solid #1678F2;
  color: #1678F2;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons.whatsapp a {
  border: 1px solid #25D266;
  color: #25D266;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.6s;
}
body .artigo-tv .exibe-video .conteudo .compartilhar-video .redes-sociais .icons a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.6s;
}
body .artigo-tv .exibe-video .comentarios {
  margin-bottom: 32px;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium {
  position: relative;
  margin-top: 16px;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium h4 {
  position: relative;
  margin-top: 20px;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium h4:after {
  content: 'Premium ';
  display: block;
  position: absolute;
  left: 0;
  top: -17px;
  font-size: 10px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  background: #f9e469;
  padding: 0 7px;
  border-radius: 6px;
  cursor: pointer;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium .info-user .botoes .bt-resposta {
  padding: 0 5px 0 10px;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium .user-interaction .comment-reply h4 {
  margin-bottom: 0;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium .user-interaction .comment-reply h4:before,
body .artigo-tv .exibe-video .comentarios .assinante-premium .user-interaction .comment-reply h4:after {
  display: none;
}
body .artigo-tv .exibe-video .comentarios .assinante-premium .user-comment-reply .form-reply-comentarios h4:before,
body .artigo-tv .exibe-video .comentarios .assinante-premium .user-comment-reply .form-reply-comentarios h4:after {
  display: none;
}
body .artigo-tv .exibe-video .comentarios .comentar-materia,
body .artigo-tv .exibe-video .comentarios .replyLink {
  height: 56px;
  border: none;
  background: #424242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 16px;
  margin: 0 0 16px;
}
body .artigo-tv .exibe-video .comentarios .comentar-materia i,
body .artigo-tv .exibe-video .comentarios .replyLink i {
  margin-right: 5px;
}
body .artigo-tv .exibe-video .comentarios .comentar-materia span,
body .artigo-tv .exibe-video .comentarios .replyLink span {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .comentar-materia:hover,
body .artigo-tv .exibe-video .comentarios .replyLink:hover {
  background: #6C6C6C;
}
body .artigo-tv .exibe-video .comentarios .comentar-materia:hover span,
body .artigo-tv .exibe-video .comentarios .replyLink:hover span {
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais {
  margin-bottom: 16px;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .titulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .link-login {
  height: 56px;
  width: 100%;
  border: none;
  background: #424242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 16px;
  margin: 0 0 16px;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a {
  height: 56px;
  background: #424242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.5s;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a i {
  font-size: 16px;
  margin-right: 10px;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-fb i {
  color: #1777F2;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-fb:hover {
  background: #1777F2;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-tw i {
  color: #1DA1F3;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-tw:hover {
  background: #1DA1F3;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-gl i {
  color: #EA4335;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a.btn-gl:hover {
  background: #EA4335;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a:hover {
  transition: all 0.5s;
  color: #FFFFFF;
  border: none;
}
body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div a:hover i {
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .form-login .subtitulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
body .artigo-tv .exibe-video .comentarios .form-login .link-cadastro p {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9E9E9E;
  margin: 0 0 0 10px;
}
body .artigo-tv .exibe-video .comentarios .form-login .link-cadastro p a {
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .form-login .link-cadastro p a:hover {
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .form-comment .form-error {
  color: #DC0E14;
  font-size: 12px;
  margin-bottom: 20px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword {
  margin-bottom: 8px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword input {
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #000000;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
  display: flex;
  align-items: center;
  text-indent: 16px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-login h4 {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
  display: inline-block;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-login .editar-perfil {
  color: #FFFFFF;
  font-size: 14px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-login .editar-perfil:hover {
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-action {
  text-align: right;
  color: #757575;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-action a {
  color: #FFFFFF;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .user-action a:hover {
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .userAndPassword .email {
  margin-top: 8px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user label.error {
  font-size: 12px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  color: #EA4335;
  padding-left: 10px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .comment-text {
  margin-bottom: 8px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .comment-text textarea {
  border: none;
  background: #000000;
  border-radius: 8px;
  height: 100px;
  padding: 12px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
  width: 100%;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .comment-text .comentario-colunas {
  text-align: right;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #757575;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .elemento-captcha {
  margin: 16px 0;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .info-termos {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  margin-bottom: 24px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .info-termos input {
  margin: 0;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .btn-login input {
  height: 56px;
  border: none;
  background: #424242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.5s;
}
body .artigo-tv .exibe-video .comentarios .form-comment .info-user .btn-login input:hover {
  background: #6C6C6C;
  color: #FFFFFF;
  border: none;
  transition: all 0.5s;
}
body .artigo-tv .exibe-video .comentarios .form-comment .check-box {
  color: #757575;
  font-size: 13px;
  line-height: 1.2;
  padding-top: 15px;
}
body .artigo-tv .exibe-video .comentarios .form-comment .check-box input {
  margin-right: 5px;
  height: auto;
}
body .artigo-tv .exibe-video .comentarios .form-logado,
body .artigo-tv .exibe-video .comentarios .form-nao-logado {
  margin-bottom: 24px;
  position: relative;
}
body .artigo-tv .exibe-video .comentarios .form-logado .loader,
body .artigo-tv .exibe-video .comentarios .form-nao-logado .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  display: none;
}
body .artigo-tv .exibe-video .comentarios .form-logado .form-comment,
body .artigo-tv .exibe-video .comentarios .form-nao-logado .form-comment {
  justify-content: center;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios {
  position: relative;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios {
  height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios .miniaturas {
  width: 60px;
  height: 24px;
  position: relative;
  margin-right: 12px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios .miniaturas .miniatura {
  position: absolute;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios .miniaturas .miniatura.item-0 {
  left: 0;
  z-index: 9;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios .miniaturas .miniatura.item-1 {
  left: 18px;
  z-index: 8;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios .miniaturas .miniatura.item-2 {
  left: 38px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .top-comentarios h2 {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0;
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments {
  padding: 0 16px 0;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar {
  margin-bottom: 32px;
  border-bottom: 1px solid #616161;
  position: relative;
  padding-bottom: 12px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .pic-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin-right: 8px;
  position: relative;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .pic-user:before {
  display: none;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .pic-user img {
  width: 24px;
  height: 24px;
  border: none;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-name {
  margin-bottom: 12px;
  position: relative;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-name h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-name span {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #757575;
  margin-left: 30px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-name img {
  height: 15px;
  margin-right: 5px;
  display: inline;
  vertical-align: sub;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .texto-coment {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 32px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction p {
  font-size: 14px;
  color: #757575;
  line-height: 20px;
  word-wrap: break-word;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction img {
  height: 15px;
  margin-right: 5px;
  display: inline;
  vertical-align: sub;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes {
  margin: 0 0 10px 0;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .bt-likes {
  border-right: 1px solid #b4beb6;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .bt-denunciar .remove span:after {
  content: '\f2ed';
  margin: 0 10px 0 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  background: url("/img/sempre-editora/novo-portal/ico/likes.png") no-repeat;
  margin-right: 5px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-like {
  background-position: 0 0;
  margin-top: 3px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-dislike {
  background-position: -17px 0;
  margin-top: 7px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-responder {
  background-position: -37px 0;
  margin-top: 3px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-respostas {
  background-position: -39px -22px;
  height: 10px;
  float: right;
  margin-top: 10px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-respostas.abrir {
  background-position: -39px -34px;
  transition: none;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .img-ico.ico-denunciar {
  background-position: -62px 0;
  width: 14px;
  height: 14px;
  margin: 6px 0 0 5px;
  float: right;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .like a:hover .img-ico {
  background-position: 0 -22px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .like a:hover .count {
  color: #2ba737;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .dislike a:hover .img-ico {
  background-position: -17px -22px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes .dislike a:hover .count {
  color: #e41a2a;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .botoes a {
  color: #FFFFFF;
  font-size: 14px;
  height: 17px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-resposta {
  padding: 0 10px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-resposta a {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-resposta a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-denunciar {
  text-align: right;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-denunciar a {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-interaction .bt-denunciar a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .comment-reply {
  margin: 24px 0;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .comment-reply .repository {
  padding-left: 32px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .comment-reply .posted-comment {
  background: none;
  margin: 0 0 20px;
  border-bottom: 1px solid #616161;
  padding: 20px 0;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .comment-reply .replyLink {
  margin-left: 32px;
  width: auto;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .comment-reply .replyLink a {
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply {
  margin-top: 24px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply form {
  width: 100%;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios {
  padding-left: 32px;
  margin-top: 20px;
  color: #FFFFFF;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .cadastrado {
  cursor: pointer;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .nao-cadastrado {
  cursor: pointer;
  margin-left: 15px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .userAndPassword .user-login h4 {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .userAndPassword .user-action {
  text-align: right;
  color: #757575;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .userAndPassword .user-action a {
  color: #FFFFFF;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .userAndPassword .user-action a:hover {
  text-decoration: underline;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .btn-login input {
  height: 56px;
  border: none;
  background: #424242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.5s;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .btn-login input:hover {
  background: #6C6C6C;
  color: #FFFFFF;
  border: none;
  transition: all 0.5s;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment textarea {
  border: none;
  background: #000000;
  border-radius: 8px;
  height: 100px;
  padding: 12px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .redes-sociais .titulo {
  font-size: 14px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment .subtitulo {
  font-size: 14px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .form-comment {
  margin-bottom: 32px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .form-comment .userAndPassword {
  padding: 0;
  margin: 0 0 15px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .form-comment .userAndPassword label.error {
  color: red;
  font-size: 11px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .form-comment .userAndPassword input {
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #000000;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
  display: flex;
  align-items: center;
  text-indent: 16px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .comments .comentar .form-comment .userAndPassword .input-user-pass {
  padding-left: 20px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .loading {
  position: absolute;
  top: 12px;
  left: 24px;
}
body .artigo-tv .exibe-video .comentarios .bloco-comentarios .loading img {
  width: 34px;
}
body .artigo-tv .box-playlist {
  padding-top: 32px;
}
body .resultado-busca {
  color: #FFFFFF;
  padding: 0 12px;
  margin-bottom: 40px;
}
body .resultado-busca .topo {
  margin: 32px 0;
}
body .resultado-busca .topo h1 {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
body .resultado-busca .topo h1 span {
  color: #0EA859;
}
body .resultado-busca .lista-resultados .item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #616161;
  align-items: center;
}
body .resultado-busca .lista-resultados .item:last-child {
  border: none;
}
body .resultado-busca .lista-resultados .item .imagem-item {
  position: relative;
  box-shadow: 0 3px 6px #000000;
}
body .resultado-busca .lista-resultados .item .imagem-item .duracao {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body .resultado-busca .lista-resultados .item .conteudo-item.padding-left {
  padding-left: 12px;
}
body .resultado-busca .lista-resultados .item .conteudo-item h2 {
  font-size: 16px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}
body .resultado-busca .lista-resultados .item .conteudo-item h2 a {
  color: #FFFFFF;
}
body .resultado-busca .lista-resultados .item .conteudo-item h2 a:hover {
  color: #EBEBEB;
}
body .resultado-busca .lista-resultados .item .conteudo-item .data {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #9E9E9E;
  font-size: 14px;
}
body .resultado-busca.busca-sem-resultado {
  margin-bottom: 40px;
}
body .resultado-busca.busca-sem-resultado .imagem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .resultado-busca.busca-sem-resultado .texto {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
body .resultado-busca.busca-sem-resultado .link a {
  display: block;
  height: 40px;
  width: 640px;
  text-align: center;
  line-height: 40px;
  background: #424242;
  border-radius: 4px;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
body .resultado-busca.busca-sem-resultado .link a:hover {
  opacity: 0.8;
}
body .resultado-busca .charge-pagination ul {
  margin: 0;
}
body .resultado-busca .charge-pagination ul li.current {
  background: #0ea859 !important;
  color: #FFFFFF;
  padding-top: 3px;
}
body .load-busca {
  width: 100%;
  margin: 32px 0;
  text-align: center;
}
body .box-playlist {
  color: #FFFFFF;
}
body .box-playlist .lista-videos {
  padding: 0 12px;
  width: 100%;
}
body .box-playlist .topo {
  padding: 32px 16px;
  border-radius: 8px;
  background: #000000;
  margin-bottom: 32px;
  display: flex;
}
body .box-playlist .topo .bt-voltar a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
body .box-playlist .topo .bt-voltar a:hover {
  color: #0EA859;
}
body .box-playlist .topo .titulo {
  padding-left: 16px;
}
body .box-playlist .topo .titulo span {
  color: #0EA859;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
body .box-playlist .topo .titulo h1 {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
body .box-playlist .topo .titulo .descricao {
  font-size: 16px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
}
body .box-playlist .item-video {
  margin-bottom: 32px;
}
body .box-playlist .item-video .contador {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
}
body .box-playlist .item-video .infos-video {
  align-items: flex-start;
  align-content: flex-start;
}
body .box-playlist .item-video .infos-video .capa-video {
  position: relative;
  box-shadow: 0 3px 6px #000000;
  margin-bottom: 12px;
}
body .box-playlist .item-video .infos-video .capa-video .duracao {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body .box-playlist .item-video .infos-video .info-video a {
  color: #FFFFFF;
}
body .box-playlist .item-video .infos-video .info-video a:hover {
  color: #EBEBEB;
}
body .box-playlist .item-video .infos-video .info-video h2 {
  font-size: 16px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}
body .box-playlist .item-video .infos-video .info-video h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
body .box-playlist .item-video .infos-video .info-video h3,
body .box-playlist .item-video .infos-video .info-video .data {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #9E9E9E;
  font-size: 14px;
}
body .lista-playlist {
  margin-bottom: 32px;
  color: #FFFFFF;
}
body .lista-playlist .titulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
body .lista-playlist .item-playlist {
  margin-bottom: 24px;
  align-items: flex-start;
  align-content: flex-start;
}
body .lista-playlist .item-playlist .capa {
  position: relative;
  margin-bottom: 12px;
  padding: 0 12px 12px 0;
  background: url("/img/sempre-editora/novo-portal/tempo-tv/bg-playlist.svg") no-repeat right bottom;
  background-size: contain;
}
body .lista-playlist .item-playlist .capa .responsive-loading-image {
  border-radius: 4px;
  padding-bottom: 63%;
}
body .lista-playlist .item-playlist .capa .responsive-loading-image img {
  border-radius: 0;
}
body .lista-playlist .item-playlist .capa .quantidade {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
body .lista-playlist .item-playlist .nome-playlist h2 {
  margin-bottom: 0;
}
body .lista-playlist .item-playlist .nome-playlist a {
  font-size: 16px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
body footer {
  border-top: 1px solid #555555;
  padding: 32px 0 0;
  background: #212121;
  text-align: center;
  color: #FFFFFF;
}
body footer .redes-sociais {
  justify-content: center;
}
body footer .logo-tempo-tv {
  margin-bottom: 24px;
}
body footer .link-youtube {
  margin-bottom: 16px;
}
body footer .link-youtube p {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
body footer .banner {
  margin-bottom: 40px;
}
.frase-redes-sociais {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 24px;
}
.hr-redes-sociais {
  border-bottom: 1px solid #555555;
}
.redes-sociais {
  display: flex;
  justify-content: flex-end;
}
.desktop-rs-padding {
  padding: 0 0 34px;
}
body footer .faq {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  margin: 40px 0;
  /* border-bottom: 1px solid #555555;
  padding-bottom: 40px; */
}
body footer .logo-o-tempo {
  border-top: 4px solid #26C76F;
  padding-top: 20px;
  background: #005428;
}
.text-footer {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 24px;
}
body footer section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body footer section div {
  /* margin: 5px; */
  margin: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
body footer section a {
  color: #fff;
}
body footer section a:hover {
  color: #D0D8D1;
}
.redes-sociais .ico-header {
  width: 32px !important;
  height: 32px !important;
  margin: 0 4px !important;
}
.redes-sociais .ico {
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.redes-sociais .ico.facebook a {
  border: 1px solid #1678F2;
  background: #1678F2;
  color: #FFF;
}
.redes-sociais .ico.twitter a {
  border: 1px solid #1DA1F3;
  background: #1DA1F3;
  color: #FFF;
}
.redes-sociais .ico.instagram a {
  border: 1px solid #EF0075;
  background: #EF0075;
  color: #FFF;
}
.redes-sociais .ico.whatsapp a {
  border: 1px solid #25D266;
  background: #25D266;
  color: #FFF;
}
.redes-sociais .ico.linkedin a {
  border: 1px solid #0A66C2;
  background: #0A66C2;
  color: #FFF;
}
.redes-sociais .ico.tiktok a {
  border: 1px solid #010101;
  background: #010101;
  color: #FFF;
}
.redes-sociais .ico.youtube a {
  border: 1px solid #FF0000;
  background: #FF0000;
  color: #FFF;
}
.redes-sociais .ico a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.6s;
}
.redes-sociais .ico a:hover {
  /* border: 1px solid #FFFFFF; */
  opacity: 0.5;
  color: #FFFFFF;
  transition: all 0.6s;
}
body .responsive-loading-image {
  background: url("/img/sempre-editora/novo-portal/tempo-tv/logo-canal-otempo.png") #171717 center center no-repeat;
  background-size: contain;
}
body .responsive-loading-image img {
  object-fit: cover;
  object-position: center;
  min-width: 120px;
  min-height: 80px;
}
body .shadow-img {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
body .slot-item {
  margin: 0;
  padding: 0;
  border: none;
}
body section.header .menu-sites {
  align-items: center;
  background-color: #353434;
  display: flex;
  justify-content: center;
  height: 270px;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 979px) {
  body section.header .menu-sites {
    height: 120px;
  }
}
.bread-crumb .links {
  color: #fff;
  margin-top: 1rem;
  font-size: 14px;
}
.bread-crumb .links a {
  color: #fff;
}
.bread-crumb .links a:hover {
  text-decoration: underline;
}
/* Box de seja Premium no artigo */
.box-premium-artigo {
  display: none;
}
.box-premium-artigo .overlay-premium {
  background: url("/img/fancybox/fancybox_overlay.png");
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.box-premium-artigo .inline-content {
  width: 750px;
  height: 400px;
  position: fixed;
  top: calc(50% - 250px);
  left: calc(50% - 375px);
  z-index: 99999;
  transition: all 1s linear;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.75);
}
.box-premium-artigo .inline-content .box-bg .texto {
  background: #005429;
  color: #FFFFFF;
  padding: 0 25px 15px;
}
.box-premium-artigo .inline-content .box-bg .texto .informacoes {
  padding-right: 30px;
}
.box-premium-artigo .inline-content .box-bg .texto .botao {
  text-align: center;
}
.box-premium-artigo .inline-content .box-bg .texto .botao a {
  display: inline-block;
  width: 70%;
  margin: 20px auto;
  background: #fc0;
  color: #000;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.box-premium-artigo .inline-content .box-bg .texto .botao a:hover {
  opacity: 0.9;
}
.box-premium-artigo .inline-content .box-bg .texto .titulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  height: auto;
  line-height: 24px;
  margin-bottom: 15px;
}
.box-premium-artigo .inline-content .box-bg .texto ul {
  padding-left: 30px;
}
.box-premium-artigo .inline-content .box-bg .texto ul li {
  font-size: 14px;
}
.box-premium-artigo .inline-content .box-bg .texto .fechar-box-premium {
  display: block;
  width: 18px;
  height: 18px;
  margin: 10px -15px 10px 0;
  float: right;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.box-premium-artigo .inline-content .box-bg .links {
  padding: 25px 25px 20px;
  background: #FFFFFF;
}
.box-premium-artigo .inline-content .box-bg .links .titulo {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  height: auto;
  text-align: right;
}
.box-premium-artigo .inline-content .box-bg .links .bt-login {
  text-align: center;
}
.box-premium-artigo .inline-content .box-bg .links .bt-login a.login {
  display: block;
  width: 50%;
  background: #005429;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  padding: 7px 0;
  margin: 0 auto;
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.box-premium-artigo .inline-content .box-bg .links .bt-login a.login:hover {
  opacity: 0.9;
}
.box-premium-artigo .inline-content .box-bg .links .separador {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  margin: 0;
}
.box-premium-artigo .inline-content .box-bg .links .cadastre {
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.box-premium-artigo.abrir {
  display: block !important;
  transition: all 1s linear;
}
/* BARRA DE ACEITAR COOKIE */
.barra-cookie {
  position: fixed;
  bottom: -180px;
  left: 12px;
  z-index: 2147483649;
  width: 300px;
  transition: 1s all;
}
.barra-cookie.aberta {
  bottom: 12px;
  transition: 1s all;
}
.barra-cookie .fechar-barra {
  position: absolute;
  right: -13px;
  top: -13px;
  background: #212121;
  width: 24px;
  height: 24px;
  line-height: 21px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.barra-cookie .content-barra {
  width: 300px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  height: 161px;
  margin: 0 auto;
}
.barra-cookie .content-barra .texto {
  color: #fff;
  font-size: 14px;
}
.barra-cookie .content-barra .texto a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.barra-cookie .content-barra .texto a:hover {
  color: #0d88c1;
}
.barra-cookie .content-barra .botao {
  text-align: center;
}
.barra-cookie .content-barra .botao a {
  background: #339861;
  border-radius: 4px;
  font-size: 13px;
  color: #FFFFFF;
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  margin: 4px 4px 0 0;
}
.barra-cookie .content-barra .botao a:hover {
  opacity: 0.9;
}
/*BARRA INFO AD-BLOCK*/
.adblock-info {
  position: fixed;
  bottom: -250px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2147483649;
  width: 400px;
  transition: 1s all;
}
.adblock-info.aberta {
  bottom: 12px;
  transition: 1s all;
}
.adblock-info .fechar-barra-adblock {
  position: fixed;
  right: -13px;
  top: -13px;
  background: #212121;
  width: 24px;
  height: 24px;
  line-height: 21px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.adblock-info .content-barra {
  width: 400px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  height: 200px;
  margin: 0 auto;
}
.adblock-info .content-barra .titulo {
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
}
.adblock-info .content-barra .texto {
  color: #fff;
  font-size: 14px;
}
.adblock-info .content-barra .texto a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.adblock-info .content-barra .texto a:hover {
  color: #0d88c1;
}
.adblock-info .content-barra .botao {
  text-align: center;
}
.adblock-info .content-barra .botao a {
  background: #fc0;
  border-radius: 4px;
  font-size: 13px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  margin: 4px 4px 0 0;
}
.adblock-info .content-barra .botao a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 23.4375em) {
  .adblock-info {
    width: 280px;
  }
  .adblock-info .content-barra {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .banner-list-video {
    display: none;
  }
  .box-lista-videos {
    padding: 0 0 36px 0;
  }
  .box-lista-videos .titulo-lista {
    margin: 0 0 24px;
  }
  .box-lista-videos .item-video {
    padding: 0 0 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #353434;
  }
  .box-lista-videos .item-video:last-child {
    border: none;
  }
  .publicidade-meio {
    margin-bottom: 36px;
  }
  .center {
    padding: 0 16px;
    width: 100% !important;
    margin: 0 !important;
  }
  body .video-radio {
    margin: 0;
  }
  #sidebar-top {
    padding: 0;
  }
  #sidebar-top .outros-videos {
    padding: 36px 0;
  }
  #widget-top {
    margin: 0;
    width: 100% !important;
  }
  .bread-crumb .links {
    padding: 0 12px 12px;
    font-size: 14px;
  }
  .menu-principal {
    padding-left: 16px;
    display: flex;
    align-items: center;
  }
  .header-topo {
    height: 68px;
  }
  body .bloco-lista-nosub .nome-menu {
    margin: 0 16px !important;
  }
  body .bloco-lista-nosub ul {
    justify-content: flex-start !important;
  }
  .hide-for-small-only {
    display: none !important;
  }
  header {
    position: relative;
    overflow: hidden;
  }
  body .wrap-titulo {
    padding: 0;
    overflow: visible;
    margin-bottom: 0;
  }
  body .wrap-titulo .titulo-pagina {
    border-radius: 0;
    padding: 16px;
    align-items: flex-start;
  }
  body .versal-on-line {
    margin: 16px;
  }
  body .wrap-titulo .titulo-pagina .sombra {
    border-radius: 0;
  }
  body .video-radio .topo .ao-vivo {
    float: none;
    margin-bottom: 8px;
  }
  body .artigo-tv #widget-top {
    padding: 0;
  }
  body .artigo-tv .exibe-video {
    padding-top: 0;
  }
  body .artigo-tv .exibe-video .responsive-embed {
    padding-bottom: 0;
  }
  body .artigo-tv .exibe-video .conteudo {
    padding: 0 16px 24px;
    position: relative;
  }
  body .artigo-tv .exibe-video .conteudo .titulo h1 {
    padding-right: 40px;
  }
  body .artigo-tv .exibe-video .titulo,
  body .artigo-tv .exibe-video .versal,
  body .artigo-tv .exibe-video .chamada {
    padding: 0;
  }
  body .artigo-tv .exibe-video .conteudo .texto {
    margin-bottom: 24px;
  }
  body .artigo-tv .exibe-video .conteudo .save-artigo {
    position: absolute;
    top: 0;
    right: 16px;
  }
  body .artigo-tv .exibe-video .conteudo .compartilhar-video {
    width: 100%;
    justify-content: center;
    flex-flow: column;
  }
  body .artigo-tv .exibe-video .comentarios .comentar {
    padding: 0 16px;
  }
  body .artigo-tv .exibe-video .comentarios .comentar .user-comment .user-comment-reply {
    margin-top: 0;
  }
  body .artigo-tv .exibe-video .comentarios .comentar .user-comment .user-comment-reply .form-reply-comentarios {
    margin-top: 0;
  }
  body .artigo-tv .exibe-video .comentarios .comentar .user-comment .user-comment-reply .form-reply-comentarios .form-comment textarea {
    width: 100%;
  }
  body .artigo-tv .exibe-video .comentarios .form-login .redes-sociais .ico-div {
    margin-bottom: 8px;
  }
  body .artigo-tv .exibe-video .comentarios .info-user {
    width: 89%;
  }
  body .artigo-tv .exibe-video .comentarios .info-user .userAndPassword input {
    margin-bottom: 8px;
  }
  body .artigo-tv .exibe-video .comentarios .info-user .botoes .bt-resposta,
  body .artigo-tv .exibe-video .comentarios .info-user .botoes .bt-denunciar {
    width: 100%;
  }
  body .artigo-tv .exibe-video .comentarios .info-user .botoes .bt-resposta {
    padding: 0;
  }
  body .artigo-tv .exibe-video .comentarios .info-user .botoes .img-ico.ico-respostas {
    float: left;
  }
  body .artigo-tv .exibe-video .comentarios .info-user .check-box {
    margin-bottom: 12px;
  }
  body .artigo-tv .resultado-busca.busca-sem-resultado .texto .link a {
    width: 100%;
  }
  body .box-playlist .item-video .infos-video .info-video {
    padding-left: 12px;
  }
  /*Erro Cookies responsivo */
  .barra-cookie .content-barra {
    position: initial;
  }
  .bigode-programacao {
    display: none;
  }
  .img-card {
    margin-top: 10px;
    margin-right: 10px;
    min-width: 120px !important;
    height: 120px !important;
  }
  /* .div-flex {
    display: none !important;
  } */
  body .video-radio .live-frame .versal {
    padding: 12px 16px;
    margin: 0;
  }
  body .video-radio .live-frame .titulo {
    padding: 0 16px 36px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  body .video-radio .live-frame iframe {
    height: 180px;
  }
  body .video-radio .outros-videos {
    padding: 36px 16px;
    border-top: 8px solid #353434;
  }
  body .video-radio .outros-videos .titulo {
    margin-bottom: 0;
  }
  body .video-radio .outros-videos .item-video .texto {
    padding-right: 12px;
  }
  body .video-radio .outros-videos .item-video:first-child {
    border-top: 0 !important;
  }
  body .video-radio .outros-videos.lista-mais-destaque {
    margin-top: 36px;
  }
  body .menu-programas:before,
  body .menu-programas:after {
    width: 70px;
  }
  body .menu-programas .programacao {
    padding: 0 14px;
  }
  body .menu-programas .item-programa {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  body .menu-programas .item-programa .card-carousel .programacao {
    padding: 0;
    margin: 0;
  }
  body .menu-programas .wrap-setas {
    padding: 0 16px;
  }
  .blocoProgramacao {
    padding: 36px 16px;
  }
  .blocoProgramacao .programacao {
    margin-bottom: 20px;
  }
  .blocoProgramacao .card-programming .info {
    flex-flow: column;
    padding: 12px 10px 0 12px;
  }
  .blocoProgramacao .card-programming .info .versal-programacao {
    margin: 0 0 8px;
  }
  .blocoProgramacao .card-programming .spacing-card-title {
    margin: 8px 0 0;
    padding: 0 10px 0 12px;
  }
  .blocoProgramacao .card-programming .img-card {
    width: 116px !important;
    min-width: 116px !important;
    height: 116px !important;
    border-radius: 4px;
    overflow: hidden;
  }
  body .conteudo #multichamada-top {
    padding: 0;
  }
  .lista-programas-interna {
    margin: 0 !important;
    padding-top: 36px;
  }
  .lista-programas-interna .titulo-lista {
    padding: 0 0 24px;
    border-bottom: 1px solid #353434;
    margin-bottom: 24px;
  }
  .lista-programas-interna .item-programa {
    padding: 0 0 24px;
    margin-bottom: 24px;
    align-content: flex-start;
    border-bottom: 1px solid #353434;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .lista-programas-interna .item-programa:last-child {
    border: none;
  }
  .lista-programas-interna .imagem-programa {
    margin-bottom: 0;
    width: 80px;
    height: 80px;
  }
  .lista-programas-interna .imagem-programa img {
    width: 80px;
  }
  .lista-programas-interna .info-programa {
    padding-right: 12px;
  }
  .wrap-not-article {
    margin: 0 !important;
  }
  .element-podcast {
    padding: 0 16px;
  }
  .element-podcast .card-podcast {
    padding: 0;
    background: transparent;
  }
  .element-podcast .card-podcast .podcast-embed {
    padding: 12px;
    background: #353434;
    margin-bottom: 8px;
  }
  .element-podcast .card-podcast .podcast-embed .titulo-podcast {
    font-size: 20px;
    line-height: 24px;
  }
  .element-podcast .card-podcast .lista-mais-episodios {
    border: none;
    background: #353434;
    padding: 24px 12px;
  }
  .element-podcast .card-podcast .lista-mais-episodios .titulo-podcast {
    font-size: 20px;
  }
  body footer {
    border-top: 20px solid #353434;
  }
}
.bt-ver-mais a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  background: #0B8848;
  border-radius: 4px;
}
.banner-ads {
  display: flex;
  justify-content: center;
  margin-bottom: 30px !important;
}
.banner-ads-fixo-mobile,
.banner-ads-fixo-desktop {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: all 0.5s;
}
.banner-ads-fixo-mobile .inner-ads,
.banner-ads-fixo-desktop .inner-ads {
  position: relative;
}
.banner-ads-fixo-mobile .inner-ads .fechar-ads,
.banner-ads-fixo-desktop .inner-ads .fechar-ads {
  position: absolute;
  right: -12px;
  top: -17px;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
}
.banner-ads-fixo-mobile .inner-ads .fechar-ads i,
.banner-ads-fixo-desktop .inner-ads .fechar-ads i {
  line-height: 22px;
  color: #495057;
}
.banner-ads-fixo-mobile .inner-ads .fechar-ads[data-google-query-id]:not([style*=none]) .fechar-ads,
.banner-ads-fixo-desktop .inner-ads .fechar-ads[data-google-query-id]:not([style*=none]) .fechar-ads {
  display: flex;
}
#POPUP_300x600 {
  position: fixed;
  right: -315px;
  bottom: 0;
  z-index: 999999;
  transition: all 0.5s;
}
#POPUP_300x600 .fechar-popup {
  position: absolute;
  right: -10px;
  top: -17px;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#POPUP_300x600 .fechar-popup i {
  line-height: 22px;
  color: #495057;
}
/* PAGINAÇÃO */
.charge-pagination ul li {
  border: none !important;
  background: #f4f4f4 !important;
  font-size: 12px !important;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 400 !important;
  padding: 0 !important;
  line-height: 24px;
}
.charge-pagination ul li.current {
  background: #26C76F !important;
  color: #fff !important;
}
.charge-pagination ul li a {
  font-family: "Montserrat", Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 600 !important;
}
.programacao {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 36px;
}
.color-verde-terciario {
  color: #26C76F;
}
.versal-programacao {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #26C76F;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
}
.ml-20 {
  margin-left: 20px;
}
.horario-dia {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  margin: 12px 0;
  color: #26C76F;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.card-programming {
  min-height: 140px;
  background: #353434;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 0 0 36px;
}
.img-card {
  display: block;
  min-width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}
.item-programa .card-carousel {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.card-carousel img {
  border-radius: 4px;
  width: 100%;
}
.spacing-card-title {
  margin-left: 20px;
  margin-bottom: 8px;
}
.bigode-programacao {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #D0D8D1;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px;
}
.margin-l-36 {
  margin-left: 36px;
}
.circle-hr {
  margin-top: 10px;
  margin-left: 20px;
  color: #D0D8D1;
}
.div-flex {
  display: flex;
}
.carrossel-programas {
  background: #353434;
  padding: 36px 0;
}
.carrossel-programas .item-programa.ao-vivo .wrap-imagem {
  position: relative;
  border: 4px solid #C12E2E;
  border-radius: 4px;
}
.carrossel-programas .item-programa.ao-vivo .wrap-imagem:after {
  content: 'ao vivo';
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 67px;
  height: 28px;
  background: #C12E2E;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
}
.scroll-sub-header {
  white-space: nowrap;
  list-style-type: none;
  overflow-y: hidden;
  background: #353434;
  width: 100%;
}
.sub-content-menu {
  color: #fff;
  height: 48px;
}
body .bloco-lista-nosub {
  padding-top: 10px;
}
body .bloco-lista-nosub ul {
  display: flex;
  justify-content: center;
}
body .bloco-lista-nosub ul li {
  list-style: none;
}
body .bloco-lista-nosub ul li .nome-menu {
  height: 38px;
  margin: 0 40px;
  white-space: nowrap;
}
body .bloco-lista-nosub ul li .nome-menu a {
  font-family: "Lato", Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
body .bloco-lista-nosub ul li .nome-menu:hover {
  border-bottom: 4px solid #26C76F;
}
.hr-divider {
  width: 100%;
  height: 8px;
  background: #353434;
  margin: 36px 0;
}
.banner-list-video {
  display: block;
  height: 278px;
  background: #353434;
}
.grid-auto-margin {
  margin: 0 auto;
}
.card-podcast {
  background: #353434;
  border-radius: 4px;
  padding: 12px;
}
.card-podcast .podcast-embed iframe {
  width: 100%;
}
.hr-line {
  border-bottom: 1px solid #26C76F;
}
/*** PÁGINA ARTIGO PODCAST **/
.artigo-conteudo-article .logo-print {
  display: none;
}
#adv_topo_header {
  width: 100%;
  overflow-x: clip;
}
/*# sourceMappingURL=style-novoportal-canal-o-tempo.css.map */