.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
  
  .w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
  }
  
  body {
    background-color: var(--body);
    font-family: var(--fontePadrao);
    color: var(--texto);
    font-size: 16px;
    line-height: 18px;
  }
  
  body a { text-decoration: none;}
  
  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
  }
  
  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .coluna {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .colunas.w-col .w-col.w-col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .colunas.w-col .w-col.w-col-6:nth-child(2) { padding-left: 0;}
  .colunas.w-col .w-col.w-col-6:last-child { padding-right: 0;}
  
  .coluna.coluna-logo {
    width: 100%;
    display: inline-flex;
    align-items: center;
  }
  
  .coluna.coluna-contato { padding-left: 50px;}
  
  .coluna.col-linha {
    border-top: 1px solid var(--linha);
    margin: 0 10px;
  }
  
  .coluna-assinante {
    position: relative;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .coluna-assinante::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 1px;
    background-color: #000;
  }
  .coluna-assinante:first-child { padding-left: 0;}
  .coluna-assinante:last-child {
    padding-right: 0;
    padding-left: 20px;
  }
  .coluna-assinante:last-child::after { display: none;}
    
  .container {
    position: relative;
    display: block;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
              
  .topo {
    margin-bottom: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--topo);
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  svg.logo-social-2 {
    display: block;
    width: auto;
    height: 20px;
    fill: #fff;
  }
  
  svg.logo-social-2.dinimuir-tamanho {
    width: auto;
    height: 32px;
  }
    
  .link-social {
    display: block;
    margin-right: 25px;
    float: left;
    -webkit-transition: all 120ms ease;
    transition: all 120ms ease;
  }
  
  .link-social:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
    
  .img-logo-internas {
    display: block;
    margin: 0 auto;
    height: auto;
    width: fit-content;
    margin-bottom: 0;
  }
    
  .link-destaque {
    flex: 1 1 auto;
    display: inline-block;
    padding: 0px 7px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fonteAlta);
    color: var(--padraoEscuro);
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .link-destaque.opiniao { color: var(--padraoClaro);}
  .link-destaque.correio-b { color: var(--correioB);}
  .link-destaque.esportes { color: var(--esportes);}
  .link-destaque.economia { color: var(--economia);}
  .link-destaque.politica { color: var(--politica);}
  .link-destaque.classificados { color: var(--classificados);}
  .link-destaque.cidades { color: var(--cidades);}
  .link-destaque.clube-de-vantagens { color: var(--clubedevantagens);}
  
  
  .link-destaque:hover {
    color: var(--itemMenuDestaqueHover);
  }
  
  .menu-topo {
    padding: 0 16px 16px;
    margin: 0 15px;
    border-bottom: 1px solid #000;
  }
  
  .nav-menu {
    float: none;
    text-align: center;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
          
  .titulo-secao {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: var(--fonteAlta);
    color: var(--padraoEscuro);
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  
  .titulo-secao.titulo-interna {
    font-size: 34px;
    line-height: 36px;
  }
  
  .titulo-secao.titulo-interna.atendimento { font-family: var(--fontePadrao);}
  
  .item-secao-grande .titulo-secao .subtitulo-secao {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin-left: 50px;
  }
  
  .item-secao {
    position: relative;
    text-align: left;
    border-top: 5px solid var(--padraoEscuro);
  }
  
  .icone-mais {
    display: block;
    fill: var(--padraoEscuro);
    width: 14px;
    height: auto;
  }
              
  .bloco-newsletter-internas {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #0566B4;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    margin-bottom: 100px;
  }
  
  .bloco-newsletter-internas .titulo-newsletter-internas {
    display: block;
    background: var(--padraoEscuro);
    width: 100%;
    color: #fff;
    font-family: var(--fonteAlta);
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
  }
  
  .bloco-newsletter-internas span {
    display: block;
    padding: 1rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }
  
  .botao-newsletter-internas {
    display: inline-block;
    padding: 20px 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 80%;
    box-sizing: border-box;
    background: #ff9d00;
    transition: opacity 200ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    margin-bottom: 20px;
    align-self: center;
  }
  
  .atencao-abaixo-internas{
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  
  .texto-abaixo-internas{
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  
  .texto-abaixo-internas:last-child {
    margin-bottom: 25px;
    box-sizing: border-box;
  }
    
  .link-foto {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .link-foto:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
  
  .foto-lidas { height: 120px;}
  
  .numero-lidas {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0px;
    padding-top: 11px;
    float: left;
    font-family: var(--fontePadrao);
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
    
  .info-lidas {
    width: 100%;
    float: left;
  }
        
  .inline-center-space {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .flex-div-mobile { display: contents;}
  
  .item-categoria {
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fontePadrao);
    color: #939393;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  .item-categoria.categoria-destaque {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }
  
  .item-categoria:hover {
    color: var(--categoriaHover);
  }
  
  .item-categoria.cor-clara {
    color: var(--destaque);
  }
  .item-categoria.cor-clara.opiniao { color: var(--padraoClaro);}
  .item-categoria.cor-clara.correio-b { color: var(--correioB);}
  .item-categoria.cor-clara.esportes { color: var(--esportes);}
  .item-categoria.cor-clara.economia { color: var(--economia);}
  .item-categoria.cor-clara.politica { color: var(--politica);}
  .item-categoria.cor-clara.classificados { color: var(--classificados);}
  .item-categoria.cor-clara.cidades { color: var(--cidades);}
  
  .item-categoria.cor-clara:hover {
    color: #fff;
  }
  
  .item-categoria.opiniao { color: var(--padraoClaro);}
  .item-categoria.correio-b { color: var(--correioB);}
  .item-categoria.esportes { color: var(--esportes);}
  .item-categoria.economia { color: var(--economia);}
  .item-categoria.politica { color: var(--politica);}
  .item-categoria.classificados { color: var(--classificados);}
  .item-categoria.cidades { color: var(--cidades);}
           
  .titulo-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    font-family: var(--fontePadrao);
    color: var(--tituloNoticias);
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
  }

  .titulo-3.relacionadas {
    font-size: 17px;
    color: #134282;
  }
          
  .banner {
    display: block;
    margin-bottom: 20px;
  }
        
  .info-noticia-3, .conteudo-noticia article p.info-noticia-3 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    font-family: var(--fontePadrao);
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 700;
  }
          
  .item-secao-grande {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
    background: var(--padraoEscuro);
  }
  .item-secao-grande.no-margin { margin-bottom: 0;}
  .item-secao-grande.opiniao { background: var(--padraoClaro);}
  .item-secao-grande.correio-b { background: var(--correioB);}
  .item-secao-grande.esportes { background: var(--esportes);}
  .item-secao-grande.economia { background: var(--economia);}
  .item-secao-grande.politica { background: var(--politica);}
  .item-secao-grande.classificados { background: var(--classificados);}
  .item-secao-grande.cidades { background: var(--cidades);}
  .item-secao-grande.assinantes {
    background: none;
    border-top: 1px solid #000;
  }
  
  .item-secao-grande .titulo-secao {
    color: #fff;
    font-weight: 700;
    margin-left: 1.5rem;
  }
  
  .item-secao-grande.listagem-autor {
    display: flex;
    align-items: center;
  }
  
  .item-secao-grande.listagem-autor .titulo-secao {
    margin-bottom: 0;
    padding-top: 0;
  }
  
  .item-secao-grande.assinantes .titulo-secao {
    color: #000;
    margin-left: 0;
    margin-bottom: 0;
  }
  
  .item-secao-grande .botao-mais {
    display: flex;
    align-items: center;
    width: auto;
    color: #fff;
    text-decoration: none;
    margin-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .item-secao-grande.assinantes .botao-mais {
    color: #000;
    margin-right: 0;
    padding-top: 15px;
  }
  
  .item-secao-grande .icone-mais {
    fill: #fff;
    width: 14px;
    height: auto;
    margin-right: 5px;
  }
  
  .item-secao-grande.assinantes .icone-mais {
    fill: #000;
  }
  
  .foto-noticia-3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    float: left;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
 .foto-noticia-3:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
  
  .rodape {
    padding-bottom: 123px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--fundoRodape);
    text-align: center;
  }
  
  .rodape.rodape-assine {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    background-color: var(--padraoEscuro);
  }
  
  .rodape.rodape.rodape-assine .logo-rodape {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  
  .topo-rodape {
    padding: 25px 0;
    background: var(--padraoEscuro);
    margin-bottom: 50px;
  }
  
  .topo-rodape .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .topo-rodape h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-family: var(--fonteAlta);
    font-weight: 600;
    text-align: left;
  }
  
  .footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  
  .item-info-rodape {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #000;
    padding-top: .75rem;
  }
  
  svg.icone-rodape {
    fill: var(--padraoEscuro);
    width: 20px;
    height: auto;
  }
  
  .logo-rodape {
    display: block;
    margin-bottom: 36px;
  }
  
  .link-contato {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  
  .link-contato:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
  
  .link-contato.telefone-mobile {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .texto-link-rodape {
    margin-bottom: 0px;
    margin-left: 15px;
    font-family: var(--fontePadrao);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
  }
  
  .img-logo-rodape {
    display: block;
    width: fit-content;
    max-width: 200px;
    height: auto;
  }
  
  .item-menu-rodape {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
  
  .titulo-rodape {
    margin-top: 0px;
    font-family: var(--fontePadrao);
    color: #000;
    font-size: 20px;
    font-weight: 600;
  }
  
  .link-rodape, .link-menu {
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fontePadrao);
    color: #000;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-decoration: none;
    font-weight: 600;
  }
  .link-rodape:last-child { margin-bottom: 0;}
  
  .link-rodape:hover {
    left: 4px;
    color: var(--destaque);
  }
  
  .link-menu {
    font-size: 18px;
    line-height: 20px;
  }
  
  .base-rodape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .busca-rodape, .newsletter {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    color: var(--texto);
  }
  
  .busca-rodape input, .newsletter input {
    width: 94%;
    padding: 10px 0;
    border: 0;
  }
  
  .busca-rodape input:focus-visible, .newsletter input:focus-visible {
    outline: 0;
    border-bottom: 1px solid var(--padraoClaro);
    padding-bottom: 9px;
  }
  
  .fale-conosco {
    display: block;
    width: 100%;
    background: var(--padraoEscuro);
    text-decoration: none;
    margin-bottom: 30px;
  }
  
  .fale-conosco h2 {
    color: #fff;
    font-weight: 600;
    font-style: normal;
    padding: 4px 11px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
  }
  
  .fale-conosco .titulo-menu { padding: 10px 11px;}
  
  .botao-assine-internas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ff9d00;
    text-decoration: none;
    padding: 4px 10px;
    transition: opacity 200ms ease;
  }
  
  .botao-assine-internas.assine-topo {
    width: 150px;
    position: absolute;
    right: 140px;
    bottom: 50%;
    transform: translateY(50%);
  }
  
  .botao-assine-internas.assine-topo:hover { opacity: .5;}
  
  .botao-assine-internas.assine-topo .icone-assine { fill: #fff;}
  
  .botao-assine-internas.assine-topo h2 { color: #fff;}
  
  .botao-assine-internas .icone-assine {
    display: block;
    fill: #000;
    width: auto;
    height: 16px;
    margin-right: 5px;
  }
  
  .botao-assine-internas h2 {
    color: #000;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
  }
  
  .botao-assine {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ff9d00;
    text-decoration: none;
    padding: 4px 10px;
    transition: opacity 200ms ease;
  }
  
  .botao-assine.assine-topo {
    width: 150px;
    position: absolute;
    right: 140px;
    bottom: 50%;
    transform: translateY(50%);
  }
  
  .botao-assine.assine-topo:hover { opacity: .5;}
  
  .botao-assine.assine-topo .icone-assine { fill: #fff;}
  
  .botao-assine.assine-topo h2 { color: #fff;}
  
  .botao-assine .icone-assine {
    display: block;
    fill: #000;
    width: auto;
    height: 16px;
    margin-right: 5px;
  }
  
  .botao-assine h2 {
    color: #000;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
  }
  
  .selo-ajor {
    margin-bottom: 25px;
  }
  
  .selo-ajor,
  .selo-projor {
    width: 100%;
    display: flex;
  }
  
  .selo-ajor img {
    width: 205px;
    height: auto;
  }

  .selo-projor img {
    width: 292px;
    height: auto;
  }
  
  .texto-direitos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    line-height: 1;
    flex: 1;
    font-family: var(--fontePadrao);
    color: #676565;
    font-size: 14px;
    text-align: left;
  }
  
  .ordem-credito {
    margin-bottom: 0px;
    float: left;
    font-family: var(--fontePadrao);
    color: #676565;
    font-size: 12px;
  }
  
  .logo-credito {
    margin-left: 5px;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fontePadrao);
    color: #343232;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
  }
  
  .logo-credito:hover {
    color: #227bff;
  }
  
  .credito {
    margin-left: 44px;
    float: left;
  }
  
  .propaganda {
    display: block;
    margin: 30px 0;
    text-align: center;
    min-height: 250px;
    background: url('../images/bg-ads.png') repeat 0 0;
  }
  
  .propaganda.bannerdesktop {
    margin-bottom: 30px;
  }
  
  .propaganda.bannermobile {
    display: none;
  }
          
  .item-noticia-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.46fr 1fr;
    grid-template-columns: 0.46fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
    
  .icone-canto {
    position: absolute;
    left: 15px;
    top: 15px;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: block;
    height: 18px;
    width: auto;
    fill: #fff;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.75));
  }
  
  .icone-centro {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: auto;
    height: 18px;
    width: auto;
    fill: #fff;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.75));
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
    
  .navbar-2 {
    float: left;
    background-color: transparent;
  }
  
  .menu-button {
    overflow: hidden;
    height: 30px;
    margin-top: -4px;
    padding: 4px 0px 0px;
    float: left;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .menu-button:hover {
    opacity: .5;
  }
  
  .menu-button.w--open {
    background-color: transparent;
  }
  
  .menu-button .w-embed {
    display: flex;
    align-items: center;
  }
  
  .menu-button .w-embed span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: text-bottom;
  }
  
  .menu-button .w-embed .svg-menu {
    fill: #fff;
    width: auto;
    height: 24px;
    margin-right: 0.5rem;
  }
  
  .area-login {
    position: relative;
    height: 30px;
    margin-top: -4px;
    padding: 4px 0px 0px;
    float: right;
    line-height: 24px;
    text-align: right;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .logar {
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .logar:hover { opacity: .5;}
  
  .area-login button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  
  .area-login span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: text-bottom;
  }
  
  .botao-login .logar,
  .botao-login .logado {
    display: inline-flex;
    align-items: flex-start;
    text-decoration: none;
  }
  
  .botao-login .logado {
    display: none;
    color: var(--muitoClaro);
  }
  
  .botao-login .logado span { color: var(--muitoClaro);}
  
  .botao-login .logar.active { display: none;}
  .botao-login .logado.active { display: inline-flex;}
  
  .area-login .svg-login {
    fill: #fff;
    width: 24px;
    height: auto;
    margin-left: 0.5rem;
  }
  
  .area-login .logado .svg-login {
    width: 20px;
    fill: var(--muitoClaro);
  }
  
  .area-login .logado .svg-login.sub {
    width: 10px;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 110%;
    left: -85px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
  }

  .custom-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .custom-link {
      display: inline-flex;
      align-items: center;
      padding: 15px 55px;
      border-radius: 50px;
      background: linear-gradient(-90deg, #25d366, #3aea7a 31.77%, #65ef97 58.85%, #7df1a7 87.5%, rgba(138,241,175,0));
      text-align: center;
      color: black;
      margin-bottom: 10px;
      font-weight: normal;
      text-decoration: none;
      font-size: 14px;
      box-shadow: 0 4px 6px 0 rgba(0,0,0,.18);
      position: relative;
      z-index: 1;
  }

  .custom-link-icon {
      width: 48px;
      height: 48px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2;
  }

  .custom-link .highlight {
      font-weight: bold;
  }

  .custom-link:hover {
      opacity: 0.9;
  }

  .default-text {
    display: inline;
  }

  .mobile-text {
      display: none;
  }

  .dropdown-menu.active { display: block;}
  
  .dropdown-menu hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .dropdown-item {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
  }

  .dropdown-item:hover {
    transition: all 0.1s linear;
    border-radius: 0.125rem;
    background-color: #2a75f3;
    color: #fff;
  }

  .icone-item-menu {
    display: block;
    fill: var(--texto);
    width: auto;
    height: 16px;
    margin-right: 10px;
  }
  
  .dropdown-item:hover .icone-item-menu { fill: #fff;}
    
  .item-busca {
    width: 40px;
    height: 30px;
    float: right;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 24px;
    text-align: right;
    cursor: pointer;
  }
  
  .item-busca:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
    
  .item-texto-lidas {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
    float: left;
  }
  
  .item-noticia-2 {
    display: block;
    float: left;
  }
              
  .info-noticia-5 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
    float: left;
  }
  
  .item-noticia-5 {
    display: block;
    float: left;
  }
  
  .botao-whatsapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: var(--textoTopo);
    text-decoration: none;
  }
  
  .botao-whatsapp:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
  }
  
  .flex-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #000;
    margin-bottom: 25px;
    padding-top: .75rem;
  }
  
  .largura-coluna {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
    
  .img-noticia {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .item-categoria.categoria-destaque.categoria-edicao { 
    width: fit-content;
    float: unset;
    text-align: center;
    color: #fff;
    background: var(--padraoEscuro);
    padding: 12px 16px;
    border-radius: 6px;
    margin: 0 auto;
  }
        
  .destaque {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    float: left;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .destaque:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
            
  .logo {
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .logo:hover {
    opacity: 0.85;
  }

  .banner-fixo {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1000000;
    background-image: linear-gradient(to bottom, white, white);
    width: 100%;
    height: 100px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: -webkit-sticky;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  }

  .container.banner_rodape {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .coluna.fixa {
    align-self: flex-start;
    width: 100%;
    min-height: 90px;
    position: relative;
  }

  .texto-fechar {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    color: black;
  }

  .fechar-banner {
    background-color: white;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding-bottom: 2px;
    display: flex;
    position: absolute;
    top: -28px;
    bottom: auto;
    left: 0;
    right: auto;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  }

  .image {
    display: flex;
    justify-content: center;
    border-radius: 0;
    height: 100%;
    align-items: center;
  }
  
  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999999999999;
    display: none;
    overflow: auto;
    width: 300px;
    height: 100%;
    padding: 20px;
    border-right: 1px solid #5a5a5a;
    background-color: var(--fundoMenu);
    box-shadow: 14px 0 20px -1px rgba(25, 39, 72, 0.33);
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    color: #fff;
  }
  
  .item-menu {
    z-index: 1;
    display: block;
    padding: 22px 0px;
    border-top: 1px solid var(--bordaMenuLateral);
    background-color: transparent;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    font-family: var(--fontePadrao);
    color: var(--textoMenuLateral);
    font-size: 18px;
    font-weight: 400;
  }
  
  .item-menu .link-menu:hover {
    padding-right: 20px;
    padding-left: 20px;
    color: var(--textoMenuHover);
    letter-spacing: 0.5px;
  }
  
  .menu .botao-assine {
    padding: 10px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  
  .menu .botao-assine h2 { font-size: 18px;}
  
  .menu .botao-assine-internas {
    padding: 10px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  
  .menu .botao-assine-internas h2 { font-size: 18px;}
  
  .titulo-menu {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
  
  .lista-social.social-menu a svg {
    fill: #000;
    margin: 20px 0;
  }
  
  .conteudo-noticia {
    position: relative;
    margin-bottom: 50px;
  }
  
  
  
  /*CSS CORPO DE TEXTO*/
  .conteudo-noticia article iframe {
      width: 100% !important;
  }
  .conteudo-noticia article p img {
      width: 100% !important;
      height: auto !important;
  }
  .img_noticia, .dn_imagemComLegenda {
      margin-bottom: 30px;
      text-align: left;
  }
  .img_noticia img, .dn_imagemComLegenda img {
      max-width: 100%;
      display: inline-block;
      margin-bottom: 10px;
  }
  .img_noticia small, .dn_imagemComLegenda small {
      margin-top: 15px;
      margin-bottom: 20px;
      color: #67717d;
      font-size: 14px;
      line-height: 1em;
      font-family: Montserrat, sans-serif;
  }
  .img_noticia span, .dn_imagemComLegenda span {
      display: block;
      margin-top: 15px;
      margin-bottom: 20px;
      color: #67717d;
      font-size: 14px;
      line-height: 1em;
      font-family: Montserrat, sans-serif;
  }
  .dn_imagemComLegenda {
      margin-top: 15px;
      margin-bottom: 20px;
      color: #67717d;
      font-size: 14px;
      line-height: 1em;
      font-family: Montserrat, sans-serif;
  }
  .dn_imagemComLegenda img {
      width: 100%;
      height: auto !important;
      display: block;
      margin: 0 auto 10px;
  }
  .dn_imagemComLegenda.iclEsquerda {
      margin: 0 40px 30px 0px !important;
      width: 300px;
      float: left;
      position: relative;
      text-align: left;
  }
  .dn_imagemComLegenda.iclDireita {
      margin: 0 0px 30px 40px !important;
      width: 300px;
      float: right;
      position: relative;
      text-align: left;
  }
  
  .dn_noticiasRelacionadas .outros-post { width: 100%;}
  
  .dn_noticiasRelacionadas.nrEsquerda .outros-post {
      width: 60%;
      float: left;
      margin-right: 30px;
  }
  
  .dn_noticiasRelacionadas.nrDireita .outros-post {
      width: 60%;
      float: right;
      margin-left: 30px;
  }
  
  article ul { margin-bottom: 1rem;}
  
  article ul li,
  article ol li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
  }

  ul li::marker,
  ol li::marker {
    color: #134282;
    font-weight: bolder;
  }

  article h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  
  article a { color: var(--padraoClaro);}
  
  
  
  .conteudo-edicao {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
  }
  
  .item-texto {
    float: right;
  }
  .item-texto.item-text-menu { float: left;}
  
  .botao-texto {
    display: block;
    padding: 4px;
    float: left;
    background-color: transparent;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    font-family: var(--fontePadrao);
    color: #232323;
    font-size: 1.1em;
    font-weight: 600;
  }
  #upTextoNoticia { margin-right: 5px;}
  
  .botao-texto:hover {
    border-radius: 6px;
    background-color: var(--padraoEscuro);
    color: #fff;
  }
  .botao-texto.correio-b:hover { background-color: var(--correioB);}
  .botao-texto.esportes:hover { background-color: var(--esportes);}
  .botao-texto.economia:hover { background-color: var(--economia);}
  .botao-texto.politica:hover { background-color: var(--politica);}
  .botao-texto.classificados:hover { background-color: var(--classificados);}
  .botao-texto.cidades:hover { background-color: var(--cidades);}
  
  .botao-texto.btaumentar:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .botao-texto.btdiminuir:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  
  .titulo-noticia {
    margin-top: 15px;
    font-size: 40px;
    line-height: 44px;
    font-family: var(--fonteAlta);
    font-weight: 900;
    color: var(--texto);
  }
  
  .descricao-noticia, .conteudo-noticia article p.descricao-noticia {
    color: var(--texto);
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    /* word-break: break-word; */
  }
  
  .tag-titulo, .conteudo-noticia article p.tag-titulo {
    display: inline-block;
    margin-bottom: 0px;
    color: var(--padraoEscuro);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
  .tag-titulo.correio-b, .conteudo-noticia article p.tag-titulo { color: var(--correioB);}
  .tag-titulo.esportes, .conteudo-noticia article p.tag-titulo { color: var(--esportes);}
  .tag-titulo.economia, .conteudo-noticia article p.tag-titulo { color: var(--economia);}
  .tag-titulo.politica, .conteudo-noticia article p.tag-titulo { color: var(--politica);}
  .tag-titulo.classificados, .conteudo-noticia article p.tag-titulo { color: var(--classificados);}
  .tag-titulo.cidades, .conteudo-noticia article p.tag-titulo { color: var(--cidades);}
  
  .borda-detalhe {
    border-top: 5px solid var(--padraoEscuro);
    padding-top: 15px;
  }
  .borda-detalhe.correio-b { border-color: var(--correioB);}
  .borda-detalhe.esportes { border-color: var(--esportes);}
  .borda-detalhe.economia { border-color: var(--economia);}
  .borda-detalhe.politica { border-color: var(--politica);}
  .borda-detalhe.classificados { border-color: var(--classificados);}
  .borda-detalhe.cidades { border-color: var(--cidades);}
  
  
  .compartilhar {
    display: contents;
    float: right;
  }
  
  .item-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 10px;
    float: left;
  }
  
  .icone-data {
    height: auto;
    width: 14px;
    fill: #000;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .data-noticia {
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }
  
  .autor-noticia {
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
    display: block;
  }
  
  .foto-autor {
    height: auto;
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: top;
    float: left;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 5px;
  }
  
  .icone-sem-foto {
    height: auto;
    width: 40px;
    fill: #000;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .foto-autor-listagem {
    height: 85px;
    width: 85px;
    object-fit: cover;
    object-position: top;
  }
  
  .botao-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
  }
  
  .botao-drop:hover {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 3px;
    background-color: #1d1d1d;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
  }
  
  .texto-drop {
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  
  .icone-drop {
    position: static;
    height: auto;
    width: 14px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .foto-conteudo {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 3px;
  }
  
  .descricao-foto {
    margin-bottom: 20px;
    padding-top: 20px;
    color: #6c757d;
    font-weight: 300;
    text-align: left;
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
  }
  
  .text-span {
    font-weight: 400;
  }
  
  .link-banner-2 {
    border-top: 0 !important;
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .propaganda-conteudo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .texto-noticia, article.mascara-noticia p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .conteudo-noticia article p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
  }
  
  .mascara-noticia {
    position: relative;
    overflow: hidden;
    height: 500px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .mascara-noticia.mascara-menor {
    height: 150px;
  }
  
  .sombra-clara {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 45px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f8f9f9), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #FDFEFF 10%, hsla(0, 0%, 100%, 0));
    text-align: center;
  }
  
  .botao-ver-texto {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 2;
    width: 320px;
    padding-top: 11px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid var(--padraoEscuro);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: var(--padraoEscuro);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .botao-ver-texto.correio-b {
    border-color: var(--correioB);
    color: var(--correioB);
  }
  .botao-ver-texto.esportes {
    border-color: var(--esportes);
    color: var(--esportes);
  }
  .botao-ver-texto.economia {
    border-color: var(--economia);
    color: var(--economia);
  }
  .botao-ver-texto.politica {
    border-color: var(--politica);
    color: var(--politica);
  }
  .botao-ver-texto.classificados {
    border-color: var(--classificados);
    color: var(--classificados);
  }
  .botao-ver-texto.cidades {
    border-color: var(--cidades);
    color: var(--cidades);
  }
  
  .botao-ver-texto:hover {
    border-color: var(--padraoEscuro);
    background-color: var(--padraoEscuro);
    color: #fff !important;
  }
  .botao-ver-texto.correio-b:hover {
    border-color: var(--correioB);
    background-color: var(--correioB);
  }
  .botao-ver-texto.esportes:hover {
    border-color: var(--esportes);
    background-color: var(--esportes);
  }
  .botao-ver-texto.economia:hover {
    border-color: var(--economia);
    background-color: var(--economia);
  }
  .botao-ver-texto.politica:hover {
    border-color: var(--politica);
    background-color: var(--politica);
  }
  .botao-ver-texto.classificados:hover {
    border-color: var(--classificados);
    background-color: var(--classificados);
  }
  .botao-ver-texto.cidades:hover {
    border-color: var(--cidades);
    background-color: var(--cidades);
  }
  
  .acess-texto {
    display: block;
    height: 20px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding: 0px;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fontePadrao);
    color: var(--textoTopo);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .acess-texto:hover {
    color: #fff;
  }
  
  .item-acessibilidade {
    height: 20px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    border-left: 1px solid #505050;
  }
  
  .grid-videos {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.49fr 1fr;
    grid-template-columns: 1.49fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .barra {
    position: relative;
    z-index: 1;
    height: 10px;
    background-color: var(--destaque);
  }
  
  .img-menu {
    height: auto;
    width: 150px;
  }
  
  .logo-menu {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .dropmenu {
    z-index: 1;
    display: block;
  }
  
  .item-mais {
    width: 10px;
    height: 10px;
    margin-bottom: 0px;
    float: right;
  }
  
  .texto-menu {
    float: left;
  }
  
  .dropdown-list {
    float: none;
  }
  
  .dropdown-list.w--open {
    position: static;
    background-color: transparent;
  }
  
  .link-dropdown {
    border-top: 1px solid #4e4e4e;
    font-family: var(--fonteAlta);
    color: var(--textoMenuLateral);
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .link-dropdown:hover {
    color: var(--destaque);
  }
  
  .camada-conteudo {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--body);
  }
  
  .conteudo-assine { background: transparent;}
  
  .link-titulo {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .link-titulo:hover {
    opacity: 0.8;
  }
  
  .item-escuro {
    display: block;
    width: 15px;
    margin-top: 3px;
    float: left;
    opacity: 0.64;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
  }
  
  .item-escuro:hover {
    opacity: 1;
  }
  
  .fundo-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
  }
  
  .droplist {
    padding: 5px;
  }
  
  .droplist.w--open {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    width: 200px;
    padding: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #414141;
    border-radius: 4px;
    background-color: #000;
    background-image: linear-gradient(118deg, #000, #36393e);
  }
  
  .item-logo {
    padding: 5px;
    float: left;
    border-radius: 2px;
    background-color: #305ced;
  }
  
  .item-logo.fundo-whtasapp {
    background-color: #27ca21;
  }
  
  .item-logo.fundo-twitter {
    background-color: #000000;
  }
  
  .item-logo.fundo-linkedin {
    background-color: #0077b5;
  }
  
  .item-logo.fundo-copiar {
    background-color: var(--topo);
  }

  .item-logo.fundo-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  }
  
  .logo-social {
    display: block;
    width: 20px;
    height: 20px;
    max-width: none;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }
  
  .link-compartilhar {
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 4px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
  }
  
  .nome-social, .conteudo-noticia article p.nome-social {
    margin-bottom: 0px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--fontePadrao);
    font-weight: 600;
    text-transform: uppercase;
    font-size: unset;
  }
  
  .info-noticia {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .info-noticia.info-escuro .gNewsFollow a span { color: #b4b5b7;}
  
  .info-noticia.info-escuro .gNewsFollow div { background: #fff;}
  
  .info-noticia:hover {
    opacity: 1;
  }
  
  .conteudo-interna-2 {
    padding-top: 0px;
  }
  .conteudo-interna-2.conteudo-galeria { margin-top: -1px;}
  
  .grid-fotos {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .lightbox-link {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  
  .lightbox-link:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
  }
  
  .foto-galeria {
    display: block;
    width: 100%;
  }
  
  .secao-destaque {
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--fundoGaleria);
  }
  
  .comentarios {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--linha);
    text-align: center;
  }
  
  .comentarios iframe[src*="facebook"] { width: 100% !important;}
  
  .linha-1 {
    position: relative;
    top: 6px;
    width: 10px;
    height: 2px;
    background-color: var(--destaque);
  }
  
  .linha-2 {
    width: 2px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--destaque);
  }
  
  .topo-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
    
  .grid5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .link-titulo-2 {
    width: 100%;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-decoration: none;
  }
  
  .link-titulo-2:hover {
    color: var(--padraoClaro);
  }
  
  .titulo-7 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var(--fontePadrao);
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }
  
  .texto-videos {
    margin-bottom: 15px;
    color: #E6E6E6;
    font-size: 14px;
    line-height: 16px;
  }
  
  .mais-videos {
    padding-top: 30px;
  }
  
  .info-noticia-8 {
    width: 100%;
    padding-top: 10px;
    float: left;
  }
  
  .titulo {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: var(--fonteAlta);
    color: var(--tituloInstitucional);
    font-size: 34px;
    font-weight: 600;
    line-height: 2.75rem;
    text-align: center;
  }
  
  .titulo.cadastro {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .titulo.cadastro:last-child { margin-bottom: 40px;}
  
  .titulo.login {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .titulo.beneficios {
    color: var(--padraoEscuro);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  div.beneficios { margin-bottom: 40px;}
  
  div.beneficios h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  
  div.beneficios h3 svg {
    fill: var(--padraoEscuro);
    width: auto;
    height: 28px;
    margin-right: 15px;
  }
      
  .link-banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    line-height: 111px;
    text-align: center;
    text-decoration: none;
  }
  
  .texto, .texto p {
    color: var(--texto);
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }
  .texto p.ano { font-size: 18px;}
  
  .texto hr {
    margin-top: 50px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }
  
  .titulo-info {
    color: var(--texto);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .texto-info {
    display: block;
    color: var(--texto);
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
  }
  
  .icone-info {
    display: inline-block;
    fill: #9f9f9f;
    margin-right: 10px;
    width: auto;
    height: 16px;
  }
        
  .form-block-2 {
    margin-bottom: 20px;
  }
  
  .botao-enviar {
    padding: 25px 60px;
    float: right;
    border-radius: 4px;
    background-color: var(--padraoEscuro);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 700;
  }
  
  .botao-enviar:hover {
    background-color: var(--padraoClaro);
  }
  
  .botao-enviar.botao-finalizar {
    padding: 14px 40px;
    margin: 10px 24px;
    height: 46px;
    background: #fff;
    color: var(--padraoEscuro);
  }
  
  .botao-enviar.botao-finalizar:hover {
    background: var(--padraoClaro);
    color: #fff;
  }
    
  .icone-form {
    position: absolute;
    left: 22px;
    top: 20px;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 20px;
    height: auto;
    opacity: 0.4;
  }
  
  .campo {
    position: relative;
    height: 60px;
    margin-bottom: 0px;
    padding-left: 62px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--bordarFormContato);
    border-radius: 6px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 700;
  }
  
  .campo:hover {
    border-color: var(--padraoClaro);
  }
  
  .campo:focus {
    border-color: var(--padraoClaro);
  }
  
  .campo::-webkit-input-placeholder {
    color: var(--bordarFormContatoHover);
    font-weight: 300;
  }
  
  .campo:-ms-input-placeholder {
    color: var(--bordarFormContatoHover);
    font-weight: 300;
  }
  
  .campo::-ms-input-placeholder {
    color: var(--bordarFormContatoHover);
    font-weight: 300;
  }
  
  .campo::placeholder {
    color: var(--bordarFormContatoHover);
    font-weight: 300;
  }
  
  .campo.select {
    padding-right: 62px;
    background-color: #fff;
    background-image: url('../images/seta_select.svg');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  
  .campo.mensagem {
    height: 196px;
    padding-top: 17px;
  }
  
  input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    border: 2px solid var(--bordarFormContato);
    cursor: pointer;
  }
    
  .item-form {
    position: relative;
    margin-bottom: 20px;
  }
  
  .item-form.item-esquerda { margin-right: 15px;}
  .item-form.item-direita { margin-left: 15px;}
    
  #pwd_info {
    display: none;
    position: absolute;
  }
  
  .tooltip {
    position: absolute;
    width: max-content;
    background-color: var(--fundoVideos);
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
  }
  .tooltip p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .tooltip .tooltiptext {
    list-style: none;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
  }
  .pwd-valid { color: #00c851;}
  .pwd-invalid { color: #ff3547;}
  .pwd-valid:before {
    margin-right: 5px;
    content: "✔";
  }
  .pwd-invalid:before {
    margin-right: 5px;
    content: "✖";
  }
  
  .tooltip-top {
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .tooltip-top::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: var(--fundoVideos) transparent transparent transparent;
  }
    
  /*
  CSS LISTA ETAPAS
  */
  
  ul.stepper li a {
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  
  ul.stepper li a .circle {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.5rem;
    line-height: 1.7rem;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.38);
    border-radius: 50%;
  }
  ul.stepper li.completed a .circle { background: var(--padraoClaro);}
  
  ul.stepper li a .label {
    font-weight: 700;
    display: inline-block;
    color: rgba(0,0,0,0.38);
  }
  
  ul.stepper li.completed a .label {
    color: rgba(0,0,0,0.87);
  }
  
  .stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: 0.5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
  }
  
  .stepper-horizontal li:not(:first-child):before {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: 0.5rem 0 0 0;
    content: "";
    background-color: rgba(0,0,0,0.1);
  }
    
  .externo-assine .botao-cadastro.facebook, .externo-assine .botao-cadastro.google {
    margin: 0;
    width: 45%;
    padding: 18px 20px;
  }
    
  .mais-noticias {
    position: relative;
    margin-bottom: 40px;
  }
    
  .botao-fixo {
    position: fixed;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 530px;
    z-index: 2;
    display: block;
    padding: 20px;
    border-radius: 5px 0px 0px 5px;
    background-color: #d6d6d6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #787c84;
    text-decoration: none;
  }
  
  .botao-fixo:hover {
    padding-right: 25px;
    padding-left: 25px;
    background-color: #646972;
    box-shadow: 7px 7px 18px -4px rgba(37, 39, 48, 0.69);
    color: #fff;
  }
  
  .botao-fixo .icone-busca {
    transform: rotate(180deg);
    margin-right: 12px;
  }
  
  .botao-fixo:hover .icone-busca { margin-right: 16px;}
  
  svg.icone-busca, svg.icone-newsletter {
    display: block;
    fill: #000;
    height: auto;
    width: 15px;
  }
  
  .botao-ver-noticias {
    display: block;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid var(--padraoEscuro);
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--fontePadrao);
    color: var(--padraoEscuro);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .botao-ver-noticias.opiniao {
    border-color: var(--padraoClaro);
    color: var(--padraoClaro);
  }
  .botao-ver-noticias.correio-b {
    border-color: var(--correioB);
    color: var(--correioB);
  }
  .botao-ver-noticias.esportes {
    border-color: var(--esportes);
    color: var(--esportes);
  }
  .botao-ver-noticias.economia {
    border-color: var(--economia);
    color: var(--economia);
  }
  .botao-ver-noticias.politica {
    border-color: var(--politica);
    color: var(--politica);
  }
  .botao-ver-noticias.classificados {
    border-color: var(--classificados);
    color: var(--classificados);
  }
  .botao-ver-noticias.cidades {
    border-color: var(--cidades);
    color: var(--cidades);
  }
  
  .botao-ver-noticias:hover {
    background-color: var(--padraoEscuro);
    color: #fff;
  }
  .botao-ver-noticias.correio-b:hover { background-color: var(--correioB);}
  .botao-ver-noticias.esportes:hover { background-color: var(--esportes);}
  .botao-ver-noticias.economia:hover { background-color: var(--economia);}
  .botao-ver-noticias.politica:hover { background-color: var(--politica);}
  .botao-ver-noticias.classificados:hover { background-color: var(--classificados);}
  .botao-ver-noticias.cidades:hover { background-color: var(--cidades);}
  
  .item-noticia-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-top: 5px solid var(--padraoEscuro);
    padding-top: 20px;
  }
  .item-noticia-6.opiniao { border-color: var(--padraoClaro);}
  .item-noticia-6.correio-b { border-color: var(--correioB);}
  .item-noticia-6.esportes { border-color: var(--esportes);}
  .item-noticia-6.economia { border-color: var(--economia);}
  .item-noticia-6.politica { border-color: var(--politica);}
  .item-noticia-6.classificados { border-color: var(--classificados);}
  .item-noticia-6.cidades { border-color: var(--cidades);}
    
  .share-noticia {
    margin: 0;
  }
  .share-noticia .w-dropdown-toggle { padding: 0;}
  
  .share-noticia:hover .icone-share { fill: var(--padraoClaro);}
  
  .info-noticia-7 .item-categoria.categoria-destaque { margin-bottom: 10px;}
  .info-noticia-7 .share-noticia .icone-share { width: 18px;}
    
  .grid-noticias-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5233fr 1.5233fr;
    grid-template-columns: 1.5233fr 1.5233fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
    
  .largura-lateral {
    padding-right: 30px;
  }
      
  .lightbox {
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  
  .lightbox:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
  }
  
  .tamanho-coluna {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .secao {
    border-top-width: 1px;
    border-top-color: var(--linha);
  }
  
  .secao.secao-assine {
    padding: 29px 0;
    min-height: 85.5vh;
  }
  
  .item-noticia {
    border-top: 5px solid var(--padraoEscuro);
  }
  .item-noticia.correio-b { border-color: var(--correioB);}
  .item-noticia.esportes { border-color: var(--esportes);}
  .item-noticia.economia { border-color: var(--economia);}
  .item-noticia.politica { border-color: var(--politica);}
  .item-noticia.classificados { border-color: var(--classificados);}
  .item-noticia.cidades { border-color: var(--cidades);}
  
  .item-noticia .inline-center-space {
    margin-top: 15px;
    margin-bottom: 10px;
  }
    
  .espaco {
    margin-bottom: 30px;
  }
    
  .titulo-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    font-family: var(--fontePadrao);
    color: var(--tituloNoticias);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
    
  /*
  GOOGLE NEWS
  */
  .gNewsFollow {
    width: auto;
    margin-right: 15px;
  }
  .gNewsFollow a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  .gNewsFollow a span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    border: none;
    padding: 0;
    color: var(--texto);
  }
  .gNewsFollow a div {
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 9px 12px;
    box-sizing: border-box;
  }
  .gNewsFollow a div img {
    height: 20px;
    width: auto;
    margin: 0;
  }
        
  #w-node-_798bc82c-6bd1-a027-1f5f-47b7eb2089b8-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_5df8c0e8-6254-25a5-55da-12dbe9c58df6-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_84e18ef8-32fe-9092-03a8-2b7903e33a41-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_899f5350-2218-2015-eaa0-ecfa4a7811c8-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_05468186-97bd-b989-a024-0a9794c94951-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_65be86dc-8d9e-26b8-b844-33937e1b4028-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-e5424cb9-d2bf-bad0-2159-ae9570bbe2b5-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_3ebc7a89-b4f8-ce23-27bb-eea5bf38cf3c-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_52dc88d9-c1aa-27a8-f975-7aab75d62d90-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_29ae3750-70d0-4c6d-c087-d325bce9f312-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_3ddd2cd9-7c2d-944f-9ac2-3b8c171824a1-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_1423e8e5-4d4a-6220-f22a-fd672ddee772-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-be87a64e-1a71-e634-a869-7e25d0a66c37-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-d97a1515-83c4-c708-0385-a674130adbda-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_8d7f8735-e586-d674-19d4-482405b66c45-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_2a61da2f-715f-fd63-e48c-07ed77970102-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_5a4a409f-fe6e-9e04-0212-74c7ece2d472-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_58de7b75-ecb3-adf0-3d21-55f2705e3923-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_3ac3d1a1-1792-3679-9924-f2810e90da75-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-b91e8959-0749-7c18-4681-f7131873d694-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_8983dee9-29c8-7f11-5a76-ed6fa3704ade-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_4e9c24e0-6169-e072-0e07-3a496a11f6b5-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-b9d09f43-0c0b-19bb-89e1-99e0ad1116d8-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_429296a5-e250-c27b-4593-aa2258743222-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-df1efdb4-8301-6f71-efa2-2993269f9f00-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_11115a61-c690-247f-69f4-ff9ac3da7198-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-dc2971d9-bb6d-f9d2-0be7-1efc63b01182-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_7696b868-92cc-b3a1-2ca3-947ae54655cd-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-fcbf75ca-1a44-706d-5370-36d8789fe757-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-fcbf75ca-1a44-706d-5370-36d8789fe763-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-fcbf75ca-1a44-706d-5370-36d8789fe76f-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-fcbf75ca-1a44-706d-5370-36d8789fe77b-01bbbc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_9ce58676-5ca8-538a-ed0e-64829d07fd5d-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_9ce58676-5ca8-538a-ed0e-64829d07fd69-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_9ce58676-5ca8-538a-ed0e-64829d07fd75-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_7ffc02b2-c25d-6e69-9eaf-e35276f69cd6-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_7ffc02b2-c25d-6e69-9eaf-e35276f69ce2-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  #w-node-_7ffc02b2-c25d-6e69-9eaf-e35276f69cee-9f189ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  
  
  
  
  /* SELECAO */
  ::-moz-selection  {color: #FFF; background-color: var(--selecao);}
  ::selection       {color: #FFF; background-color: var(--selecao);}
  /* FORM PADRAO */
  .campo       			{resize: none;}
  select {-moz-appearance: none; -webkit-appearance: none}
  select::-ms-expand {display: none}
  /* CONTAINER */
  .container-fluido > .coluna:first-child    {padding-left:  0 !important; padding-right: 10px !important;}
  .container-fluido > .coluna:last-child     {padding-right: 0 !important; padding-left:  10px !important;}
  /* BARRA DE ROLAGEM */
  ::-webkit-scrollbar {width: 12px}
  ::-webkit-scrollbar-thumb {background-color: #E1E1E1; border-radius: 30px; border: 4px solid #FFF}
  ::-webkit-scrollbar-track {background: #FFF}
  .menu::-webkit-scrollbar {width: 10px}
  .menu::-webkit-scrollbar-thumb {background-color: #AAA; border-radius: 6px; border: 0;}
  .menu::-webkit-scrollbar-track {background: transparent}
  .w-nav-overlay {
  position: relative !important;
  height: auto !important;
  }
  .grid2:before,
  .grid2:after,
  .grid3:before,
  .grid3:after,
  .grid4:before,
  .grid4:after,
  .grid5:before,
  .grid5:after,
  .grid6:before,
  .grid6:after,
  .noticias-duplas:before,
  .noticias-duplas:after{
  display: none;
  }
  .texto p { margin: 0 }
  /*
  .item-sombra,
  .item-sombra-2 {pointer-events: none;}
  */
  .botao-drop:hover .icone-drop {filter: invert(100%)}
  .secao-destaque .titulo-noticia,
  .secao-destaque .data-noticia,
  .secao-destaque .texto-drop {color: #FFF} 
  .secao-destaque .botao-texto 				{color: #93959e}
  .secao-destaque .botao-texto:hover 	{color: #FFF !important}
  .secao-destaque .icone-drop,
  .secao-destaque .icone-data {filter: invert(100%)}
  .secao-destaque .descricao-noticia {color: #b4b5b7}
  .colunafixa {align-self: flex-start;}
  .droplist-2 .item-link-drop-2:last-child {
  border-bottom: none;
  }
  .iconMenu { width: 20px; height: 20px; margin-right: 0.25rem; position: relative; cursor: pointer; display: inline-block; }
  .iconMenu span{ background-color:#fff; position: absolute; transition: .3s cubic-bezier(.8, .5, .2, 1.4); width:100%; height: 4px; }
  .iconMenu span:nth-child(1){ top:0px; left: 0px; }
  .iconMenu span:nth-child(2){ top:8px; left: 0px; }
  .iconMenu span:nth-child(3){ bottom:0px; left: 0px; }
  .menu-button:hover .iconMenu:not(.open) span:nth-child(1){ transform: scaleX(.8); }
  .menu-button:hover .iconMenu:not(.open) span:nth-child(2){ transform: scaleX(.5); }
  .menu-button:hover .iconMenu:not(.open) span:nth-child(3){ transform: scaleX(.8); }
  .iconMenu.open span:nth-child(1){ top: 13px; }
  .iconMenu.open span:nth-child(2){ top:13px; }
  .iconMenu.open span:nth-child(3){ top: 13px; }
  @media screen and (max-width: 1330px) {
  .camada-conteudo {width: 100%; margin: 0 !important; box-shadow: none;}
  }
  @media screen and (min-width: 992px) {
  .foto-video:hover .icone-play,
  .foto-noticia:hover .icone-play {transform: translate(-50%, -50%) scale(1.3)}
  .destaque:hover .img-noticia, .destaque-2:hover .img-noticia {transform: scale(1.1)}
  .camada-conteudo {display: inline-table}
  }
  @media screen and (max-width: 991px) {
  .social-mobile a:first-child {
    margin-left: -10px;
  }
  .container-fluido > .coluna:first-child    {padding-left: 0  !important; padding-right: 0 !important;}
  .container-fluido > .coluna:last-child     {padding-right: 0 !important; padding-left: 0  !important;}
  }
  @media screen and (min-width: 992px) and (max-width: 1260px) {}
  @media screen and (max-width: 767px) {
  /*
  .grid5 .outros-videos:nth-last-child(2),
  .grid5 .outros-videos:last-child {display: none}
  */
  .grid5 {-ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;}
  }
  
  
  /*
  CONTROLADORES RESPONSIVO
  */
  
  /*
  NOTEOOK / TABLET GRANDE
  */
  @media screen and (min-width: 1280px) {
    .texto {
      font-size: 18px;
      line-height: 1.7em;
    }
  
    .rodape { margin-top: 30px;}
  
    .fecha-banner-rdp { display: none;}
  }
  
  /*
  MONITOR PEQUENO / NOTEBOOK GRANDE
  */
  @media screen and (min-width: 1440px) {
    .comentarios {
      margin-bottom: 30px;
      padding: 30px;
    }
  
    .texto {
      margin-bottom: 30px;
    }
  
    .campo {
      margin-bottom: 30px;
    }
  
    .campo.mensagem {
      height: 227px;
    }
  }
  
  /*
  DESKTOP
  */
  @media screen and (min-width: 1920px) {
    .descricao-foto {
      border-bottom-color: var(--linha);
    }
  }
  
  /*
  TABLET PEQUENO / TABLET MEDIO
  */
  @media screen and (max-width: 991px) {
  
    .bloco-logo {
      flex: 1;
    }

    .selo-ajor {
      margin-bottom: 30px;
    }

    .rodape {
      padding-bottom: 70px;
    }

    .banner-fixo {
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }

    .container.banner_rodape {
      width: 100%;
      display: block;
    }

    .coluna.fixa {
      display: flex;
      min-height: 60px;
      align-items: center;
      justify-content: center;
    }

    .fechar-banner {
      top: -20px;
    }
  
    .menu-topo {
      border-bottom: 0 !important;
      padding: 0 20px;
      margin: 40px 0;
      display: none;
    }
  
    .nav-menu {
      display: none;
      flex-direction: column;
      padding-bottom: 16px;
      border-bottom: 1px solid #000;
    }
    .nav-menu.active { display: flex;}
  
    .link-destaque { padding: 6px 0;}
    
    .item-secao-grande .titulo-secao .subtitulo-secao { display: none;}
  
    .item-form.item-esquerda, .item-form.item-direita { margin: 0 0 20px;} 
  
    .coluna.coluna-contato { padding: 0;}
  
    .coluna {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .coluna.col-linha {
      margin: 0;
    }
  
    .conteudo {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .container {
      width: 100%;
    }
  
    .container.containermobile {
      width: 100%;
    }
  
    .container.conteiner-menor {
      width: 100%;
    }
  
    .coluna-assinante:last-child { padding-left: 0;}
  
    .topo {
      min-height: unset;
      padding: 20px 20px 60px;
    }
  
    .topo.assinante {
      padding: 20px;
    }
  
    .topo .container {
      width: 100%;
      display: flex;
    }
  
    .link-social:last-child { margin-right: 0px;}
        
    .coluna-inicio {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .coluna-fim {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .coluna-meio {
      position: static;
      width: 100%;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .item-secao {
      margin-bottom: 10px;
    }
  
    .link-foto {
      position: relative;
      display: block;
      overflow: hidden;
      width: 90px;
      height: 90px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  
    .info-lidas {
      padding-left: 0px;
    }
  
    .item-categoria.clara-mobile {
      color: var(--categoria);
      text-shadow: 2px 2px 1px rgba(0, 0, 0, .75);
      line-height: 16px;
    }

    .icone-share.clara-mobile {
      fill: var(--categoria);
      filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .75));
    }
  
    .item-categoria.cor-clara {
      color: var(--destaque);
    }
  
    .titulo-1 {
      color: #fff;
    }
  
    .descricao {
      color: #aaa;
    }
  
    .item-destaque {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 0px;
    }
  
    .link-foto-2 {
      width: 90px;
    }
  
    .descricao-3 {
      display: none;
    }
  
    .banner {
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #000;
      text-align: center;
    }
  
    .banner img { width: 100%;}
  
    .propaganda { margin: 20px 0;}
  
    .destaque-2 {
      display: block;
      width: 100%;
      height: 420px;
    }
  
    .info-noticia-3 {
      top: 1px;
    }
      
    .item-secao-grande {
      margin-bottom: 20px;
      padding-top: 0px;
    }
  
    .conteudo-interna .item-secao-grande, .conteudo-interna-2 .item-secao-grande { margin-bottom: 20px;}
    .conteudo-interna .item-secao-grande.no-margin, .conteudo-interna-2 .item-secao-grande.no-margin { margin-bottom: 0;}
  
    .foto-noticia-2, .foto-noticia-3 {
      width: 90px;
      height: 90px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  
    .coluna-assinante:first-child .item-noticia-5 { display: block;}
  
    .coluna-assinante:first-child .item-noticia-5 .foto-noticia-3.foto-destaque {
      width: 100%;
      height: 150px;
    }
  
    .coluna-assinante:first-child .item-noticia-5 .foto-noticia-3.foto-destaque img {
      width: 100%;
      height: auto;
    }
  
    .coluna-assinante:first-child .info-noticia-5 { padding: 10px 0 0;}
  
    .rodape {
      position: static;
      height: auto;
      padding-top: 40px;
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .footer-flex-container {
      display: block;
      margin-bottom: 0px;
    }
  
    .item-info-rodape {
      padding: 0 20px;
      border: 0;
    }
  
    .icone-rodape.icone-whatsapp {
      -webkit-filter: invert(100%);
      filter: invert(100%);
    }
  
    .icone-rodape.icone-telefone {
      width: 20px;
      -webkit-filter: brightness(135%);
      filter: brightness(135%);
    }
  
    .link-contato.telefone-mobile {
      margin-bottom: 20px;
      padding: 26px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 8px;
      background-color: #666;
      color: #d1d1d1;
      font-size: 1em;
      font-weight: 700;
      text-align: center;
      background-clip: border-box;
      -webkit-text-fill-color: inherit;
    }
  
    .texto-link-rodape {
      position: relative;
      top: -2px;
      font-size: 20px;
      line-height: 24px;
    }
  
    .img-logo-rodape {
      max-width: 200px;
    }
  
    .item-menu-rodape {
      padding-right: 45px;
      padding-left: 45px;
    }
  
    .titulo-rodape {
      font-size: 2em;
    }
  
    .link-rodape {
      font-size: 1.3em;
      line-height: 1.2em;
    }
  
    .base-rodape {
      display: block;
    }
  
    .texto-direitos {
      text-align: center;
    }
  
    .credito {
      display: inline-block;
      margin-right: 29px;
      margin-left: 29px;
      float: none;
    }
  
    .propaganda.bannerdesktop {
      display: none;
      margin-bottom: 20px;
    }
  
    .propaganda.bannermobile {
      display: block;
    }
  
    .tab {
      padding: 7px 8px;
    }
  
    .painel {
      padding-top: 0;
    }
  
    .titulo-2 {
      color: #fff;
    }
  
    .foto-noticia.largura-noticia {
      width: 90px;
      height: 90px;
    }
  
    .item-noticia-3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      grid-auto-flow: row;
      grid-column-gap: 15px;
      grid-row-gap: 0px;
      -ms-grid-columns: 0.25fr 1fr;
      grid-template-columns: 0.25fr 1fr;
    }
  
    .titulo-5 {
      line-height: 23px;
    }
  
    .icone-canto.centro-mobile {
      left: 50%;
      top: 50%;
      width: 18px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  
    .menu-button {
      margin-top: 0px;
    }
  
    .menu-button .w-embed span, .area-login span { display: none;}
  
    .item-sombra-4 {
      position: absolute;
      left: 0%;
      top: auto;
      right: auto;
      bottom: 0%;
      padding: 29px;
      float: none;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
      background-image: linear-gradient(0deg, #000, transparent);
      color: #fff;
    }
  
    .item-texto-lidas {
      display: inline-block;
      width: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 15px;
      float: left;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .item-noticia-2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .tabs-menu {
      text-align: center;
    }
  
    .noticias-duplas {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      grid-auto-flow: row;
      grid-auto-columns: minmax(0px, 2.75fr);
      grid-column-gap: 20px;
      grid-row-gap: 0px;
      grid-template-areas: ".";
      -ms-grid-columns: 1fr 20px 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  
    .info-noticia-4 {
      padding-bottom: 20px;
    }
  
    .info-noticia-6 {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .tabs-menu-2 {
      margin-bottom: 20px;
      text-align: center;
    }
  
    .item-creditos {
      text-align: center;
    }
  
    .item-sombra-2 {
      position: static;
      padding: 0px;
      background-image: none;
    }
  
    .info-noticia-5 {
      padding: 0px 0px 0px 15px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .item-noticia-5 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 20px;
      padding-top: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .texto-contato {
      display: block;
      color: var(--textoTopo);
      font-size: 16px;
    }
  
    .itens-separados {
      padding-right: 45px;
      padding-left: 45px;
    }
  
    .flex-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-bottom: 30px;
      padding-left: 0px;
    }
  
    .largura-coluna {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .grid-noticias {
      display: block;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .img-noticia.quadrado-mobile {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 260%;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  
    .noticia-grande {
      height: 420px;
    }
  
    .grid4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      margin-bottom: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      grid-auto-flow: row;
      grid-column-gap: 15px;
      grid-row-gap: 0px;
      -ms-grid-columns: 0.25fr 1fr;
      grid-template-columns: 0.25fr 1fr;
    }
  
    .foto-video {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  
    .destaque {
      height: auto;
      border-radius: 0px;
    }
  
    .form-busca-2 {
      width: 90%;
    }
  
    .conteudo-noticia {
      margin-bottom: 40px;
    }
  
    .descricao-foto {
      margin-bottom: 10px;
    }
  
    .sombra-clara {
      padding-top: 83px;
      padding-bottom: 83px;
    }
  
    .grid-videos {
      display: block;
    }
  
    .camada-conteudo {
      position: static;
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
    .conteudo-interna-2 {
      margin-top: 0px;
      padding: 0 20px;
      border-top-style: none;
    }
    .conteudo-interna-2.conteudo-galeria { margin-top: -20px;}
  
    .conteudo-interna-2.alinhamento-mobile-2 {
      padding-top: 0px;
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .secao-destaque {
      margin-top: 0;
      margin-bottom: 20px;
      padding: 0 20px 20px;
    }
  
    .comentarios {
      margin-top: 0px;
    }
  
    .alinhamento-conteudo {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .grid5 {
      display: block;
    }
  
    .texto-videos {
      margin-bottom: 0px;
    }
  
    .mais-videos {
      padding-top: 20px;
    }
  
    .info-noticia-8 {
      padding-top: 0px;
      padding-left: 15px;
    }
  
    .conteudo-interna {
      margin-top: 0px;
      padding: 0 20px;
    }
  
    .texto {
      margin-bottom: 20px;
    }
  
    .descricao-contato {
      font-size: 18px;
    }
  
    .principal {
      display: block;
      margin-bottom: 0px;
    }
  
    .mais-noticias {
      position: relative;
      margin-top: 0px;
      padding-top: 20px;
    }
  
    .botao-fixo {
      display: none;
    }
  
    .listagem {
      margin-top: 0px;
      margin-bottom: 0;
      padding: 20px 0 0px;
    }
  
    .listagem.espaco-mobile {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .bloco-newsletter { margin: 0;}
  
    .bloco-coluna.previsao { margin-top: 20px;}
  
    .propaganda.propaganda-topo {
      margin: 20px 0;
      min-height: 250px;
    }
  
    .mais-noticias { margin-bottom: 20px;}
    .mais-noticias.borda-detalhe:last-child { margin-bottom: 0;}
  
    .titulo-8 {
      font-size: 18px;
      line-height: 18px;
    }
    
    .info-noticia-7 .inline-center-space { margin-bottom: 5px;}
  
    .info-noticia-7 .item-categoria.categoria-destaque {
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 0;
    }
  
    .info-noticia-2 {
      font-size: 12px;
      line-height: 12px;
    }
    
    .subtitulo-institucional { margin-bottom: 15px;}
  
    .info-noticia-7 .data-hora {
      position: absolute;
      bottom: 0;
      left: 0;
    }
  
    .item-noticia-6 {
      align-items: center;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 0;
    }
  
    .grid-noticias-2 {
      display: block;
      width: 100%;
    }
  
    .largura-lateral {
      margin-bottom: 20px;
      padding-right: 0px;
    }
  
    .item-noticia-4 {
      position: relative;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .secao {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .social-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      grid-column-gap: 10px;
    }
  
    .tab-escuro {
      padding: 7px 8px;
    }
  
    .item-noticia {
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px;
      margin-left: 20px;
    }
  
    .espaco {
      margin-bottom: 20px;
    }
  
    .bloco-coluna { border-bottom: 0;}
  
    .lista-pdf { padding: 0;}
    
    .item-pdf { flex-direction: column;}
  
    .categorias-pdf { display: none;}
  
    .botao-pdf { margin: 0;}
  
    .item-categoria-pdf.icone-categoria { justify-content: end;}
  
    .fique-ligado-news .fique-ligado-texto { width: 100%;}
  
    .botao-enviar.botao-finalizar {
      width: fit-content;
      margin: 15px 24px;
    }
  
    .texto-helpdesk .toggle-iteracao strong {
      display: inline-block;
      width: 40%;
      line-height: 20px;
    }
  
    .texto-helpdesk .toggle-iteracao small {
      position: unset;
      float: right;
    }
  
    .conteudo-interna-2 .droplist.w--open {
      right: unset;
      left: 0;
    }
  
    .colunas.w-col, .enquetes.w-col { padding: 0;}
    .colunas.w-col .w-col.w-col-6 { padding: 0;}
  
    .banner-fixo-rdp {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9998;
      padding: 0;
      border: none;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
      width: 100%;
      max-width: 320px;
      height: auto;
    }
    
    .fecha-banner-rdp {
      position: absolute;
      top: -12px;
      right: -12px;
      background: #131313;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      padding: 3px;
      cursor: pointer;
    }
    
    .fecha-banner-rdp svg {
      fill: #fff;
      width: 18px;
      height: auto;
    }
  }
  
  /*
  MOBILE GRANDE / TABLET PEQUENO
  */
  @media screen and (max-width: 768px) {
    .cadastro-externo {
      flex-direction: column;
      align-items: center;
    }

    .default-text {
      display: none;
    }

    .mobile-text {
        display: inline;
    }
  
    .form-cadastro form { width: 100%;}
  
    .check-label { width: 80%;}
  
    div.beneficios h3 svg {
      width: auto;
      height: 24px;
      margin-right: 10px;
    }
  
    .flex-div-mobile {
      width: 100%;
      display: flex;
    }
  
    .img-logo { max-width: 250px;}
  
    .img-logo-internas { max-width: 250px;}
  
    .menu-button .w-embed .svg-menu { height: 22px;}
  
    .area-login { margin-top: 0;}
  
    .area-login .svg-login { height: 22px;}
  
    .botao-assine.assine-topo {
      right: 50%;
      bottom: -45px;
      transform: translate(50%, 0);
    }
  
    .botao-assine-internas.assine-topo {
      right: 50%;
      bottom: -45px;
      transform: translate(50%, 0);
    }
  
    .coluna {
      padding-right: 0px;
      padding-left: 0px;
    }
  
    .titulo { margin-bottom: 20px;}
  
    .descricao-2 {
      font-size: 1em;
    }
  
    .texto-sucesso {
      text-align: center;
    }
  
    .icone-atencao {
      width: 40%;
      margin-right: auto;
      margin-left: auto;
    }
  
    .coluna-inicio {
      padding-right: 20px;
      padding-left: 20px;
    }
  
    .info-lidas {
      padding-left: 0px;
    }
  
    .noticia-grande-3 {
      padding-bottom: 12px;
    }
  
    .rodape {
      padding: 0;
      margin-top: 0;
    }
  
    .titulo-rodape {
      font-size: 1.5em;
    }
  
    .item-noticia-3 {
      grid-column-gap: 15px;
      grid-row-gap: 0px;
    }
  
    .w-layout-grid.item-noticia-3:last-child,
    .coluna.w-clearfix.w-col.w-col-3.w-col-stack:last-child .item-noticia-5.w-clearfix { margin-bottom: 0;}
      
    .conteudo-noticia {
      background-clip: border-box;
      -webkit-text-fill-color: inherit;
    }
  
    .mascara-noticia {
      height: 350px;
    }
  
    .info-noticia.info-escuro {
      margin-bottom: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid #898d99;
    }
  
    .youtube {
      width: 110%;
      margin-left: -5%;
    }
  
    .link-banner {
      margin-bottom: 20px;
      text-align: center;
    }
  
    .texto {
      font-size: 18px;
    }
      
    .campo {
      margin-bottom: 20px;
    }
  
    .mais-noticias {
      background-clip: border-box;
      -webkit-text-fill-color: inherit;
    }
  
    .mais-noticias:last-child { margin-bottom: 20px;}
  
    .botao-ver-noticias {
      width: 100%;
    }
  
    .midia .texto-midia {
      width: 100%;
      padding: 20px 0 0 0;
    }
  
    .edicao-destaque .img-noticia { height: 500px;}
  
    .listagem.edicoes { flex-direction: column;}
  
    .link-edicao {
      margin: 0;
      margin-bottom: 20px;
      padding: 0;
    }
    .link-edicao .img-noticia {
      object-fit: unset;
      height: auto;
    }
  
    .stepper-horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.5rem 0;
    }
  
    .stepper-horizontal li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .stepper-horizontal li:not(:last-child):after {
      position: absolute;
      top: 3.75rem;
      left: 2.19rem;
      width: 1px;
      height: calc(100% - 40px);
      content: "";
    }
  
    .inline-center.column-mobile { flex-direction: column;}
  
    .dropdown-menu {
      left: unset;
      right: 0;
    }
  
    .selo-ajor, .selo-projor { justify-content: center;}
  }
  
  /*
  MOBILE
  */
  @media screen and (max-width: 479px) {
    .titulo-erro {
      font-size: 160px;
    }

    .rodape {
      padding-bottom: 60px;
    }
    
    .custom-link {
      padding: 6px 55px;
    }

    .link-compartilhar.facebook{
      margin-left: 0;
      padding-left: 0;
    }

    .topo{
      height: 115px;
    }
  
    .botao-assine.assine-topo {
      bottom: -25px;
    }
  
    .bloco-newsletter-internas{
      margin-bottom: 0;
    }
  
    .item-secao-grande .botao-mais { font-size: 0;}
  
    .item-secao-grande.assinantes span { display: none;}
  
    .coluna-assinante {
      padding: 0;
      margin-bottom: 0;
    }
  
    .coluna-assinante::after { display: none;}
  
    .conteudo {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .titulo-sucesso {
      font-size: 26px;
      line-height: 26px;
    }
  
    .item-sombra-3 {
      padding: 15px;
    }
  
    .info-noticia-2 {
      margin-top: 5px;
    }
  
    .titulo-3 {
      letter-spacing: 0px;
    }
  
    .titulo-9 {
      font-size: 18px;
      line-height: 22px;
    }
  
    .titulo-1 {
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 0px;
    }
  
    .item-destaque {
      height: 430px;
    }
  
    .item-sombra {
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
    }
    
    .rodape {
      text-align: left;
    }
  
    .footer-flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .topo-rodape { padding: 25px;}
  
    .topo-rodape .container {
      flex-direction: column;
    }
  
    .topo-rodape h1 {
      font-size: 24px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 15px;
      font-weight: 700;
    }
  
    .link-contato.telefone-mobile {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    .texto-link-rodape {
      font-size: 16px;
      line-height: 20px;
    }
  
    .item-menu-rodape {
      padding-right: 20px;
      padding-left: 20px;
      margin: 0;
    }
  
    .titulo-rodape {
      font-size: 1em;
    }
  
    .link-rodape {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0px;
    }
  
    .logo-rodape {
      border-top: 1px solid #000;
      padding-top: 20px;
    }
  
    .rodape.rodape.rodape-assine .logo-rodape {
      border: none;
      padding: 0;
    }
  
    .base-rodape {
      padding-top: 20px;
    }
  
    .credito {
      margin-bottom: 9px;
    }
  
    .titulo-2 {
      letter-spacing: 0px;
    }
  
    .foto-noticia.largura-noticia {
      width: 30%;
    }
        
    .itens-separados {
      padding-right: 0;
      padding-left: 0;
    }
  
    .flex-menu {
      padding-bottom: 20px;
      margin: 0;
    }
  
    .img-noticia.alinhamento-mobile {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      max-width: none;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  
    .img-noticia.quadrado-mobile-2 {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 200%;
      max-width: 200%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
      
    .destaque {
      display: block;
      height: 100%;
      border-radius: 0px;
    }
    
    .compartilhar {
      display: flex;
      margin-left: 0;
      margin-top: 15px;
    }
  
    .info-noticia {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .gNewsFollow {
      margin: 10px 0 5px 0;
    }
  
    .descricao-foto {
      padding-top: 9px;
      padding-bottom: 9px;
      font-weight: 400;
    }
  
    .titulo-noticia {
      font-size: 26px;
      line-height: 30px;
    }
  
    .mascara-noticia {
      height: 250px;
    }
  
    .botao-ver-texto {
      width: 260px;
      font-size: 14px;
    }
  
    .grid-fotos {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  
    .comentarios {
      padding: 0px;
      border-style: none;
      background-color: transparent;
    }
  
    .campo {
      font-size: 14px;
    }
  
    .mais-noticias {
      margin-top: 0px;
      padding-top: 15px;
    }
  
    .botao-ver-noticias {
      font-size: 14px;
      line-height: 16px;
    }
  
    .listagem.espaco-mobile {
      padding-bottom: 0px;
    }
    
    .item-secao-grande .titulo-secao {
      margin-left: 0;
      width: 100%;
      text-align: center;
    }
    
    .item-secao-grande.listagem-autor .titulo-secao {
      margin-left: 10px;
      width: auto;
      text-align: left;
    }
  
    .item-secao-grande.no-margin .titulo-secao.titulo-interna { margin-bottom: 20px;}
    .item-secao-grande.listagem-autor.no-margin .titulo-secao.titulo-interna { margin-bottom: 0;}
    .midias-autor {
      position: unset;
      display: flex;
      justify-content: center;
    }
  
  }
  
  /*MOILE PEQUENO*/
  @media screen and (max-width: 365px) {
    .externo-assine .botao-cadastro.facebook, .externo-assine .botao-cadastro.google { padding: 18px 10px;}
  
    .item-data {
      width: 100%;
      padding: 5px 0;
    }
  
    .titulo.login { line-height: normal;}
  }
  
  /*MOILE MUITO PEQUENO*/
  @media screen and (max-width: 330px) {
    .img-logo { max-width: 200px;}
    
    .img-logo-internas { max-width: 200px;}
  
    .item-secao-grande .titulo-secao {
      font-size: 26px;
      line-height: 28px;
    }
  }
  
  span.label {
    font-weight: bold;
  }

  span.icon {
    background: url('https://developers.google.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
  }
  
  span.buttonText {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    width: 180px;
  }
  
  /*
  CLASSES PARA CONTROLE DE RESPONSIVO
  */
  @media screen and (min-width: 992px) {
    .apenas-mobile {
      display: none;
    }
    .mobile-nao {
      display: block;
    }
  }
  @media screen and (max-width: 991px) {
    .apenas-mobile {
      display: block;
    }
    .mobile-nao {
      display: none;
    }
  }
  
  /*
  CSS COOKIE POP UP
  */
  #cookie-bar { width: auto;}
  
  #cookie-bar .cookie-bar__inner {
    background: #fff;
    color: #131313;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    width: 250px;
    height: 180px;
    padding: 20px;
    box-shadow: -2px 2px 5px 1px rgb(0 0 0 / 25%);
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    line-height: 1rem;
    text-align: left;
    position: relative;
  }
  @media screen and (max-width: 479px) {
    #cookie-bar .cookie-bar__inner {
      width: fit-content;
      margin-right: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  #cookie-bar .cookie-bar__inner .cookie-bar__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }
  
  #cookie-bar .cookie-bar__inner .cookie-bar__buttons .cookie-bar__btn {
    width: 100px;
    padding: 8px 14px;
    border-radius: 3px;
    margin-left: 0;
  }
  
  #cookie-bar .cookie-bar__inner .cookie-bar__buttons .cookie-bar__link {
    color: #0275d8;
    font-weight: 400;
    margin-right: 0;
  }
  
  #cookie-bar .cookie-bar__inner .cookie-bar__buttons .cookie-bar__link:hover { color: #0267bf;}
  
  .bloco-logo {
    flex: 1;
  }
  
  @media only screen and (min-width: 820px) and (max-width: 820px) {
    .botao-assine.assine-topo {
      width: 200px;
      margin: 0 auto;
      position: absolute;
      right: 268px;
      bottom: -20%;
      transform: translateY(50%);
    }

    .custom-link-icon {
      width: 40px;
      height: 50px;
    }

    .custom-link {
      padding: 14px 43px;
    }
  
    .botao-assine-internas.assine-topo {
      width: 200px;
      margin: 0 auto;
      position: absolute;
      right: 268px;
      bottom: -45%;
      transform: translateY(50%);
    }
  }
  @media only screen and (min-width: 853px) and (max-width: 853px) {
    .botao-assine.assine-topo {
      width: 200px;
      margin: 0 auto;
      position: absolute;
      right: 268px;
      bottom: -20%;
      transform: translateY(50%);
    }
  
    .botao-assine-internas.assine-topo {
      width: 200px;
      margin: 0 auto;
      position: absolute;
      right: 268px;
      bottom: -45%;
      transform: translateY(50%);
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 320px) {
    .mobile-text {
      font-size: 13px;
    }
  }