@media only screen and (max-width: 800px) {
    @-ms-viewport {
        width: auto !important

    }
    #back-top-seta {
        display: none;
    }

    .nav-collapse {
        display: block !important;
    }

    .nav-toggle {
        display: block !important;
        float: right;
    }

    #main {
        width: 100%;
    }

    .banners-topo {
        display: none;
    }

    header {
        width: 100%;
    }

    #logo-responsivo {
        display: block;
        margin-bottom: 0;
        text-align: left;
        position: absolute;
        top: 10px;
        z-index: 9;
    }

    #logo-responsivo img {
        padding-left: 2%;
    }

    header .img-ie {
        display: none;
    }

    .login {
        display: none;
    }

    .busca {
        display: block;
        margin-top: 20px !important;
        width: 98%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .busca .input {
        width: 100%;
    }

    #PesquisarIndexForm {
        width: 100%;
    }

    .busca #PesquisarPesquisa {
        width: 94%;
    }

    .site-normal {
        display: none !important;
    }

    #back-menu {
        display: none;
    }

    section {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    section .conteudo-direita {
        display: none;
    }

    section .conteudo-esquerda {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    section .banners-meio {
        display: none;
    }

    section .conteudo-esquerda .noticias {
        width: 45.5%;
        height: 282px;
    }

    section .conteudo-esquerda .noticias-img {
        width: 51.5%;
        height: 282px;
    }

    section .noticias-img ul li {
        width: 100%;
        height: 282px;
    }

    section .conteudo-esquerda .noticias-img img {
        width: 100%;
    }

    .artigo-view .imagem-noticia img {
        float: none;
    }

    .artigo-view .imagem-noticia {
        text-align: center;
    }

    #back-footer-meio {
        bottom: 140px;
        height: 285px;
    }

    #back-footer-baixo {
        height: 140px;
    }

    footer .rodape-baixo {
        height: 140px;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }

    footer .rodape-baixo img {
        margin-bottom: 10 px5;
    }

    footer .rodape-baixo .endereco-rodape {
        clear: both;
        text-align: left;
        margin-left: 0px;
    }

    footer .informacoes-footer {
        margin-bottom: 40px;
    }

    footer .informacoes-footer .televendas {
        clear: both;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    footer .informacoes-footer .televendas:nth-child(2) {
        padding-top: 3px;
        height: 30px;
    }

    footer .informacoes-footer .informacoes-txt {
        margin-bottom: 12px;
    }

    #back-footer-cima {
        bottom: 425px;
        height: 77px;
    }

    footer .colunas {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    section .artigo-lista {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .contato-formulario {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .menu-artigos {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .colunista-postagens .colunista-postagens-view {
        padding: 15px 0;
    }

    .users-formulario {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .users-formulario .form-login {
        width: 80%;
    }

    .conteudo-painel .painel-direita {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .conteudo-painel .painel-esquerda {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .conteudo-painel {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .conteudo-painel .painel-direita .opcoes-user {
        width: 100%;
    }

    #AssinanteAssinanteEditForm div {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #AssinanteAddForm div {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .assinantes-cadastro .assinantes-planos {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .mensagem-enviar-contato-erro {
        width: 90%;
        display: block;
    }

    .mensagem-enviar-contato {
        width: 90%;
        display: block;
    }

    .actionsassinaturas {
        width: 49%;
        float: left;
    }

    #Clear {
        width: 49%;
    }

    .actionsassinaturas td:nth-child(2) {
        padding-left: 90px;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 36%;
        min-height: 20px
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }

    /*
    Label the data
    */
    #indexAssinaturas td:nth-of-type(1):before {
        content: "Plano";
    }

    #indexAssinaturas td:nth-of-type(2):before {
        content: "Válido até";
    }

    #indexAssinaturas td:nth-of-type(3):before {
        content: "Visualizar";
    }

    #indexAssinaturas td:nth-of-type(4):before {
        content: "Renovar";
    }

    #addAssinaturas td {
        padding-left: 30%;
    }

    #addAssinaturas td:first-child {
        width: 5%;
        float: left;
    }

    #addAssinaturas td:nth-of-type(1):before {
        content: "";
    }

    #addAssinaturas td:nth-of-type(2):before {
        content: "Plano";
        padding-left: 10%;
    }

    #addAssinaturas td:nth-of-type(3):before {
        content: "Duração";
    }

    #addAssinaturas td:nth-of-type(4):before {
        content: "Valor";
        color: #000
    }

    #addAssinaturas td:nth-of-type(5):before {
        content: "Itens";
    }

    #addAssinaturas td:nth-of-type(6):before {
        content: "Brindes";
    }

    #viewAssinaturas td:nth-of-type(1):before {
        content: "Plano";
    }

    #viewAssinaturas td:nth-of-type(2):before {
        content: "Duração";
    }

    #viewAssinaturas td:nth-of-type(3):before {
        content: "Valor";
        color: #000
    }

    #viewAssinaturas td:nth-of-type(4):before {
        content: "Itens";
    }

    #viewAssinaturas td:nth-of-type(5):before {
        content: "Brindes";
    }

    .boletos td:nth-of-type(1):before {
        content: "Status";
    }

    .boletos td:nth-of-type(2):before {
        content: "N°";
    }

    .boletos td:nth-of-type(3):before {
        content: "Emissão";
    }

    .boletos td:nth-of-type(4):before {
        content: "Valor";
    }

    .boletos td:nth-of-type(5):before {
        content: "Vencimento";
    }

    .boletos td:nth-of-type(6):before {
        content: "Dta. pgto.";
    }

    .boletos td:nth-of-type(7):before {
        content: "Juros";
    }

    .boletos td:nth-of-type(8):before {
        content: "Vr. receb.";
    }

    .boletos td:nth-of-type(9):before {
        content: "Saldo";
    }

    .boletos td:nth-of-type(10):before {
        content: "Observação";
    }

    .boletos td:nth-of-type(11):before {
        content: "Imprimir";
        width: 40%;
    }

    #jornal td:nth-of-type(2):before {
        content: "Nome";
    }

    #jornal td:nth-of-type(3):before {
        content: "Dimensão";
    }

    #jornal td:nth-of-type(4):before {
        content: "Valor";
        color: #000
    }

    #site td:nth-of-type(1):before {
        content: "Nome";
    }

    #site td:nth-of-type(2):before {
        content: "Dimensão";
    }

    #site td:nth-of-type(4):before {
        content: "Valor";
        color: #000
    }

    #exclusivo:before {
        content: "Exclusivo";
        color: #000
    }

    #site td:nth-of-type(3):before {
        content: "Tipo";
    }

    .boletos #rodapeBoletos {
        display: none;
    }

    #parcelas fieldset {
        margin-bottom: 0px;
        padding: 0px;
    }

    #parcelas {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        margin-bottom: 20px;
    }

    .ui-datepicker-div {
        display: none;
    }

    .edicoes-lista {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

    .historia {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .anuncie-lista {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
    }

    #jornal tbody tr:first-child {
        display: none;
    }

    #jornal tbody tr td:first-child {
        text-align: center;
        display: block;
        padding: 5px 0;
    }

    #jornal tbody tr td:last-child {
        text-align: center;
        padding: 0;
    }

    #site #Exclusivo {
        display: none
    }

    #precos-img {
        display: none;
    }

    #site tbody tr:first-child {
        display: none;
    }

    #site tbody tr td:last-child {
        text-align: center;
        padding: 0;
    }

    #site #exclusivo {
        display: block;
    }

    #site tbody tr td:nth-child(5) span {
        padding-left: 5px;
    }

    #posicaoBanners {
        width: 100%;
        float: left;
    }

    #posicaoBanners img {
        width: 100% !important;
    }

    .assinantes-cadastro {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .edicoes-lista .edicao-item {
        margin: 10px 10% 20px 10%;
    }

    .fechado-login .cadastrar {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }

    .fechado-login .login {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    section .colunistas-meio .colunistas-lista-principal ul li:nth-child(3) {
        display: none;
    }

    section .colunistas-meio .colunistas-item {
        width: 47%;
    }

    section .colunistas-meio .colunistas-item .conteudo {
        text-align: left;
        width: 60%;
    }
}

@media only screen and (max-width: 690px) {
    .busca #PesquisarPesquisa {
        width: 92%;
    }

    .calendar-group-lista-principal .group {
        width: 33.3333%;
        width: calc(33.3333% - 8px);
    }
}

@media only screen and (max-width: 650px) {
    .edicoes-lista .edicao-item {
        margin: 10px 5% 20px 5%;
    }

    section .noticias-img ul li {
        height: 100%;
    }

    section .conteudo-esquerda .noticias {
        height: auto;
    }

    section .noticias .noticia-lista {
        line-height: 20px;
        font-size: 14px;
    }

    section .noticias .noticia-lista:nth-child(3) {
        display: none;
    }

    section .conteudo-esquerda .noticias-img {
        height: auto;
    }

    section .artigos .artigo-item:nth-child(3) {
        display: none;
    }

    section .artigos .artigo-item {
        width: 45%;
    }

    section .artigos .artigos-item .artigo-desc {
        text-align: left;
    }

    section .conteudo-direita {
        display: block;
        width: 100%;
        position: static !important;
    }

    section .conteudo-direita .anuncio-lateral-grande {
        text-align: center;
    }
    section .conteudo-direita .anuncio-lateral-grande .publicidade {
        width: 240px;
        margin: auto;
        display: block;
        text-align: left;
        margin-bottom: 2px;
    }

    section .conteudo-direita .anuncio-lateral-grande-lista {
        width: 240px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    section .colunistas-meio .colunistas-item .conteudo {
        text-align: left;
        width: 48%;
    }

    section .noticias .noticia-lista {
        padding: 5px 5px;
    }

    footer .colunas .coluna:nth-child(3) {
        display: none;
    }

    footer .colunas .coluna {
        width: 25%;
    }

    section .artigos .artigo-item .artigo-desc {
        margin-bottom: 10px;
    }

    .anuncie-lista .jornal-impresso {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 30px 0;
    }

    .anuncie-lista .site-anuncie {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 30px 0;
        float: left;
    }

    .apoiador-lista .apoiador-item {
        float: left;
        position: relative;
        margin-left: 17px \0/;
        margin-right: 17px \0/;
        width: 50%;
        margin: 0 0 20px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 560px) {
    .actionsassinaturas {
        width: 100%;
    }

    #Clear {
        width: 100%;
    }

    .edicoes-lista .edicao-item {
        margin: 10px 0 20px 25%;
    }

    .edicoes-lista .edicao-item:nth-child(2), .edicoes-lista .edicao-item:nth-child(5), .edicoes-lista .edicao-item:nth-child(8) {
        margin: 10px 0 20px 25%;
    }
}

@media only screen and (max-width: 549px) {
    .busca #PesquisarPesquisa {
        width: 91%;
    }
}

@media only screen and (max-width: 540px) {
    .busca #PesquisarPesquisa {
        width: 90%;
    }
}

@media only screen and (max-width: 530px) {
    footer .rodape-baixo .winsite {
        clear: both;
        float: none;
    }

    footer .rodape-baixo {
        height: 195px;
    }

    #back-footer-baixo {
        height: 195px;
    }

    #back-footer-meio {
        height: 194px;
    }

    #back-footer-cima {
        bottom: 482px;
    }

    footer .rodape-baixo a {
        width: 100%;
        float: left;
        text-align: center
    }

    section .noticias .noticia-lista {
        line-height: 17px;
    }
}

@media only screen and (max-width: 520px) {
    .busca #PesquisarPesquisa {
        width: 88%;
    }
}

@media only screen and (max-width: 500px) {
    section .conteudo-esquerda .noticias-img {
        display: none;
    }

    section .conteudo-esquerda .noticias {
        width: 100%;
    }

    section .noticias .noticia-lista:nth-child(3) {
        display: block;
    }

    footer .informacoes-footer .informacoes-txt {
        font-size: 10px;
    }

    footer .informacoes-footer .televendas:nth-child(2) {
        padding-top: 6px;
    }

    .calendar-group-lista-principal .group {
        width: 50%;
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 480px) {
    section .colunistas-meio .colunistas-lista-principal ul li:nth-child(3) {
        display: block;
    }

    section .colunistas-meio .colunistas-item {
        width: 98%;
    }

    section .colunistas-meio .colunistas-item {
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #DDD;
    }

    section .colunistas-meio .colunistas-item .conteudo {
        text-align: left;
        width: 60%;
    }

    section .colunistas-meio {
        padding-bottom: 10px;
    }

    section .conteudo-esquerda .noticias .noticia-lista {
        padding-bottom: 15px;
        border-bottom: 1px solid #DDD;
    }

    section .conteudo-esquerda .artigos .artigo-conteudo .artigo-item {
        padding-bottom: 15px;
        border-bottom: 1px solid #DDD;
        width: 98%;
    }

    section .artigos .artigo-item .artigo-item-titulo {
        margin-bottom: 0;
    }

    section .artigos .artigo-conteudo {
        padding-bottom: 10px;
    }

    section .conteudo-esquerda .newsletter-conteudo .video-item {
        width: 98%;
        padding-bottom: 15px;
        padding-top: 20px;
        border-bottom: 1px solid #DDD;
    }

    section .conteudo-esquerda .newsletter-conteudo .video-item:first-child {
        padding-top: 0;
    }

    footer .colunas .coluna {
        width: 45%;
        margin-left: 5%;
        margin-right: 5%;
    }

    footer .colunas .coluna:nth-child(4) {
        clear: both;
    }

    footer .colunas .coluna:nth-child(2) {
        width: 35%;
    }

    footer .colunas .coluna:nth-child(4) {
        margin-top: 0;
        width: 45%;
    }

    footer .colunas .coluna:nth-child(5) {
        margin-top: 0;
        width: 35%;
    }

    footer .rodape-baixo {
        height: 217px;
    }

    #back-footer-baixo {
        height: 217px;
    }

    #back-footer-meio {
        height: 422px;
        bottom: 216px;
    }

    #back-footer-cima {
        bottom: 638px;
    }

    footer .informacoes-footer .informacoes-txt:nth-child(2) {
        letter-spacing: 0;
    }

    footer .informacoes-footer .televendas:nth-child(2) {
        padding-top: 8px;;
    }

    .edicoes-lista .edicao-item {
        margin-left: 16%;
    }

    .busca #PesquisarPesquisa {
        width: 89%;
    }

    .edicoes-lista .edicao-item a:nth-child(2) {
        float: left;
    }

    blockquote {
        max-width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    .busca #PesquisarPesquisa {
        width: 86%;
    }
}

@media only screen and(max-width: 400px) {
    #back-footer-meio {
        height: 463px;
    }

    #back-footer-cima {
        bottom: 679px;
    }
}

@media only screen and (max-width: 390px) {
    footer .informacoes-footer .televendas img {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    footer .informacoes-footer .informacoes-txt:nth-child(2) {
        font-size: 9px;
    }

    section .artigo-lista .artigo-lista-item img {
        float: left;
        margin-right: 8px;
        margin-left: 8px;
    }

    .artigo-view .imagem-capa {
        width: 45%;
    }

    .artigo-view .conteudo-noticia .legenda {
        margin-right: 0;
    }

    .artigo-view .imagem-noticia img {
        float: none;
    }

    .artigo-view .imagem-noticia {
        text-align: center;
    }

    section .artigo-lista .artigo-lista-item {
        padding-left: 0;
        padding-right: 0;
    }

    #view {
        text-align: center;
    }

    #view img {
        float: none;
        margin-bottom: 10px;
        margin: 0;
    }

    .apoiador-lista .apoiador-item {
        float: left;
        position: relative;
        /* margin: 0 18px 20px 18px; */
        margin-left: 17px \0/;
        margin-right: 17px \0/;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    .edicoes-lista .edicao-item {
        margin-left: 15%;
    }

    .edicoes-lista .edicao-item:nth-child(2), .edicoes-lista .edicao-item:nth-child(5), .edicoes-lista .edicao-item:nth-child(8) {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 340px) {
    .busca #PesquisarPesquisa {
        width: 84%;
    }

    footer .colunas .coluna {
        float: none;
        width: 90% !important;
    }

    #back-footer-cima {
        bottom: 836px;
    }

    #back-footer-meio {
        height: 577px;
        bottom: 231px;
    }

    #back-footer-cima {
        bottom: 837px;
    }

    footer .rodape-baixo {
        height: 233px;
    }

}

@media only screen and (max-width: 330px) {
    .users-formulario .form-login {
        padding: 20px;
    }

    .busca #PesquisarPesquisa {
        width: 79%;
    }
}

@media only screen and (max-width: 300px) {
    #logo-responsivo {
        height: 40px;
    }

    #logo-responsivo img {
        float: left;
        padding-left: 2%;
        width: 80%;
    }

    .nav-toggle {
        width: 40px;
    }

    .calendar-group-lista-principal .group {
        width: 100%;
    }
}

@media only screen and (max-width: 280px) {
    section .colunistas-meio .colunistas-item .conteudo {
        width: 50%;
    }

    footer .informacoes-footer .informacoes-txt {
        margin-bottom: 0px;
    }

    footer .rodape-baixo .logo-baixo {
        width: 90%;
        padding-left: 2%;
    }

    #logo-responsivo img {
        padding-top: 2%;
    }

    section .artigos .artigo-item .artigo-item-titulo {
        margin-bottom: 2%;
    }

    section .artigos .artigo-item .artigo-item-titulo {
        margin-bottom: 2%;
    }

    section .artigos .artigo-conteudo {
        padding-bottom: 17px;
    }

    section .colunistas-meio {
        padding-bottom: 17px;
    }

    footer .rodape-baixo .coryrights {
        font-size: 10px;
    }

    footer .rodape-baixo .endereco-rodape {
        font-size: 13px;
    }

    footer .informacoes-footer .informacoes-txt {
        margin-top: 0;
        font-size: 10px !important;
    }

    footer .informacoes-footer .informacoes-txt:nth-child(2) {
        margin-bottom: 6px;
    }

    section .artigo-lista .artigo-lista-item img {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    section .artigo-lista .artigo-lista-item {
        text-align: center;
    }

    section .artigo-lista .artigo-lista-item p.data-item {
        text-align: left;
    }

    footer .colunas .coluna:nth-child(1) {
        display: none;
    }

    footer .colunas .coluna:nth-child(2) {
        display: none;
    }

    footer .colunas .coluna:nth-child(4) {
        margin-top: 30px;
    }

    #back-footer-cima {
        bottom: 483px;
    }

    #back-footer-meio {
        height: 252px;
    }

    .edicoes-lista .edicao-item {
        margin: 10px 0 20px 2% !important;
        width: 100%;
    }
}