@media(max-width: 800px) {
    header .centro, main .centro, footer .centro, #pag_02 .centro, #pag_06 main .centro, #pag_12 main .centro, #pag_12 footer .centro, #pag_13 main .centro {
        max-width: calc(100% - 80px);
    }
    .mensagens #chat li.recebidas .caixa_mensagem,
    .mensagens #chat li.enviadas .caixa_mensagem {
        width: 100%;
    }
    .mensagens #chat li.recebidas .direita,
    .mensagens #chat li.enviadas .esquerda {
        display: flex;
        flex-direction: column;
        width: calc(100% - 100px);
    }
}
@media(max-width: 600px) {
    header .centro,
    main .centro,
    footer .centro,
    #pag_02 .centro,
    #pag_06 main .centro,
    #pag_12 main .centro,
    #pag_12 footer .centro,
    #pag_13 main .centro {
        max-width: calc(100% - 40px);
    }
    main .centro {
        padding-top: 40px;
    }
    main h2 {
        font-size: 30px;
        margin-top: 65px;
    }
    main .botoes {
        flex-direction: column;
        row-gap: 10px;
    }
    main .botoes a {
        margin: 0 auto;
    }
    footer .termo_anonimato {
        background: url(../imagens/icon_escudo.png) center left 10px no-repeat, #ecfbf3;
        padding-left: 40px;
        margin-top: 50px;
    }
    footer .termo_anonimato p, footer .termo_anonimato p a {
        font-size: 14px;
        line-height: 16px;
    }
    #pag_04 form textarea {
        height: 265px;
    }
    form input[type="submit"]:not(.box_codigo .bottom form input[type="submit"],
    #pag_07 form input[type="submit"],
    #pag_08 form input[type="submit"],
    #pag_12 form input[type="submit"],
    #pag_06 .mensagens form input[type="submit"],
    #pag_13 .mensagens form input[type="submit"],
    #pag_11 form input[type="submit"]) {
        margin: 0 auto;
        margin-top: 10px;
    }
    .box_codigo .top {
        padding-left: 40px;
        padding-right: 40px;
    }
    .box_codigo .bottom p {
        margin-left: 50px;
    }
    .box_codigo .top,
    .box_codigo .bottom,
    .detalhes_denuncia, .mensagens {
        padding-left: 20px;
        padding-right: 20px;
    }
    #pag_06 main h2, #pag_13 main h2 {
        text-align: center;
        margin-top: 50px;
    }
    .detalhes_denuncia h3, .mensagens h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .detalhes_denuncia h3 .situacao {
        height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .detalhes_denuncia h4,
    .detalhes_denuncia p {
        margin-left: 5px;
    }
    .detalhes_denuncia .infos {
        flex-direction: column;
        padding-left: 10px;
    }
    .detalhes_denuncia .infos li:first-child {
        width: unset;
    }
    .detalhes_denuncia .infos li:first-child p {
        margin-bottom: 0;
    }
    .mensagens #chat li .caixa_mensagem {
        width: calc(100% - 10px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .mensagens #chat li.recebidas {
        margin-left: -5px;
    }
    .mensagens #chat li.enviadas {
        margin-right: -5px;
    }
    .link_recuperacao, .nao_encontrado {
        height: fit-content;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    #pag_12 .filtros {
        grid-template-columns: 1fr;
    }
    table th:nth-child(1),
    table tbody tr td:first-child {
        padding-left: 10px;
    }
    table tbody th {
        font-size: 13px;
    }
    table tbody tr:nth-of-type(2n+1) {
        height: 40px;
    }
    table tbody tr td {
        font-size: 15px;
        line-height: 20px;
    }
    table tbody tr td.status {
        width: 60px;
        height: 25px;
        font-size: 14px;
    }
    table tbody tr:nth-of-type(2n),
    table tbody tr:nth-of-type(2n+1) {
        height: 50px;
    }
    table th:nth-child(1) {
        width: 19%;
    }
    table th:nth-child(2) {
        width: 50%;
    }
    table th:nth-child(3) {
        width: 23%;
    }
    table th:nth-child(4) {
        width: 19%;
    }
    table tbody th {
        font-size: 11px;
    }
    table tbody tr td:first-child {
        font-size: 12px;
    }
    table tbody tr td {
        font-size: 11px;
        line-height: 12px;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    table tbody tr td.status {
        width: 50px;
        height: 20px;
        font-size: 11px;
    }
    table tbody tr:nth-of-type(2n) td.status {
        margin-right: 10px;
    }
    table tbody tr:nth-of-type(2n+1) td.status {
        margin-top: 15px;
    }
    #pag_12 main h2 {
        margin-top: 50px;
    }
    #pag_12 footer .termo_anonimato {
        margin-top: 50px;
    }
    .box_codigo .bottom p span {
        width: 25px;
    }
    form .arquivos {
        min-height: 149px;
        height: unset;
    }
    .mensagens #chat li.recebidas .direita,
    .mensagens #chat li.enviadas .esquerda {
        display: flex;
        flex-direction: column;
        width: calc(100% - 70px);
    }
}
@media(max-width: 540px) {
    .box_codigo .bottom p {
        margin-left: 20px;
    }
}
@media(max-width: 500px) {
    table tbody tr td {
        max-width: 225px;
    }
    .box_codigo .bottom p {
        margin-left: 0;
    }
}
@media(max-width: 440px) {
    table tbody tr td {
        max-width: 130px;
    }
}