@font-face {
    font-family: 'MontrealSerial';
    src: url('../fontes/MontrealSerialBold.eot');
    src: url('../fontes/MontrealSerialBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/MontrealSerialBold.woff2') format('woff2'),
        url('../fontes/MontrealSerialBold.woff') format('woff'),
        url('../fontes/MontrealSerialBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fontes/Gilroy-Light.eot');
    src: url('../fontes/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Gilroy-Light.woff2') format('woff2'),
        url('../fontes/Gilroy-Light.woff') format('woff'),
        url('../fontes/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fontes/Gilroy-Medium.eot');
    src: url('../fontes/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Gilroy-Medium.woff2') format('woff2'),
        url('../fontes/Gilroy-Medium.woff') format('woff'),
        url('../fontes/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fontes/Gilroy-Bold.eot');
    src: url('../fontes/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Gilroy-Bold.woff2') format('woff2'),
        url('../fontes/Gilroy-Bold.woff') format('woff'),
        url('../fontes/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    background-color: #ffffff;
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}
header .centro {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 560px;
    padding-top: 25px;
    padding-bottom: 25px;
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    width: 160px;
    height: 39px;
    text-indent: -9999px;
    display: inline-block;
}
main .centro {
    max-width: 560px;
    /*padding-top: 89px;*/
}
main h2 {
    font-family: 'MontrealSerial';
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.64px;
    color: #363636;
    margin-top: 63px;
    margin-bottom: 6px;
}
main h3 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #363636;
    margin-top: 19px;
    margin-bottom: -9px;
}
main p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #727171;
    margin-top: 16px;
}
main ul {
    margin-top: 14px;
}
main ul li:not(.detalhes_denuncia .infos li, .mensagens #chat li, #pag_11 main ul li) {
    background: url(../imagens/icon_lista.png) top 8px left no-repeat;
    padding-left: 14px;
    margin-top: -14px;
}
main ul li p {
    line-height: 20px;
}
main .botoes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
    margin-top: 17px;
}
main .botoes a {
    display: flex;
    align-items: center;
    width: 270px;
    height: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
main .botoes a.cadastrar {
    background: url(../imagens/icon_cadastrar_denuncia.png) center left 15px no-repeat, #0cce6b;
    color: #ffffff;
    text-indent: 49px;
}
main .botoes a.consultar {
    background: url(../imagens/icon_consultar_denuncia.png) center left 12px no-repeat;
    border: 1px solid #a3a3a3;
    color: #7a7a7a;
    text-indent: 48px;
}
footer .centro {
    max-width: 560px;
}
footer .termo_anonimato {
    background: url(../imagens/icon_escudo.png) center left 19px no-repeat, #ecfbf3;
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding-left: 57px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 198px;
    margin-bottom: 30px;
}
footer .termo_anonimato p,
footer .termo_anonimato p a {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #0cce6b;
}
footer .termo_anonimato p a {
    text-decoration: underline;
}

#pag_02 {
	display: none;
	position: absolute;
   width: 100%;	
   z-index: 99999;
}
#pag_02 main {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
}
#pag_02 .centro {
    display: flex;
    max-width: 415px;
}
#box_termo_anonimato {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    padding-left: 31px;
    padding-right: 52px;
    padding-bottom: 54px;
}
#box_termo_anonimato button {
    background: url(../imagens/icon_fechar.png) center no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 24px;
}
#box_termo_anonimato h2 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
    color: #363636;
    margin-top: 34px;
    margin-bottom: -8px;
}
#box_termo_anonimato ul li {
    background: url(../imagens/icon_cadeado.png) center left 2px no-repeat;
    padding-left: 36px;
    margin-top: -5px;
}
#box_termo_anonimato p a {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #0cce6b;
    text-decoration: underline;
}
#pag_03 main h2,
#pag_03 main p,
#pag_04 main h2,
#pag_04 main p,
#pag_07 main h2,
#pag_07 main p,
#pag_08 main h2,
#pag_08 main p,
#pag_09 main h2,
#pag_10 main h2,
#pag_11 main h2,
#pag_11 main p,
#pag_12 main h2 {
    text-align: center;
}
#pag_03 main h3 {
    display: flex;
    flex-direction: row;
    margin-top: 89px;
    margin-bottom: 7px;
}
#pag_03 main h3 span {
    background: url(../imagens/icon_consultar_denuncia.png) center no-repeat;
    display: flex;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
}
form {
    display: flex;
    flex-direction: column;
}
form input[type="text"],
form textarea,
#pag_07 form input[type="email"],
#pag_07 form input[type="password"],
#pag_08 form input[type="email"],
#pag_11 form input[type="password"],
#pag_12 .filtros .data label,
#pag_12 .filtros .status {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #7a7a7a;
    text-transform: uppercase;
    text-indent: 15px;
}
form input[type="submit"]:not(.box_codigo .bottom form input[type="submit"],
#pag_12 form input[type="submit"],
#pag_06 .mensagens form input[type="submit"],
#pag_07 form input[type="submit"],
#pag_08 form input[type="submit"],
#pag_11 form input[type="submit"],
#pag_13 .mensagens form input[type="submit"]) {
    background: url(../imagens/seta_branca.png) center right 14px no-repeat;
    background-color: #0cce6b;
    display: flex;
    align-items: center;
    width: 197px;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-left: auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: start;
    text-indent: 17px;
    margin-top: 10px;
    cursor: pointer;
}
#pag_03 footer .termo_anonimato {
    margin-top: 98px;
}
#pag_04 main form h3 {
    margin-top: 21px;
    margin-bottom: 7px;
}
#pag_04 form input[type="text"] {
    text-transform: none;
}
#pag_04 form textarea {
    height: 170px;
    line-height: 22px;
    text-transform: unset;
    text-indent: unset;
    padding-top: 10px;
    padding-left: 15px;
}
form .arquivos {
    background: url(../imagens/icon_arquivo.png) center top 24px no-repeat;
    background-size: 36px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 149px;
    box-sizing: border-box;
    border: 2px dashed #d7dde1;
    border-radius: 4px;
    position: relative;
}
form .arquivos input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
form .arquivos h4 {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #143246;
    text-align: center;
    margin-top: 80px;
}
form .arquivos h4 span {
    color: #149af7;
    margin-right: 12px;
}
form .arquivos p {
    font-size: 14px;
    margin-top: 2px;
}
#pag_04 form input[type="submit"] {
    width: 203px;
    margin-top: 31px;
}
#pag_04 footer .termo_anonimato {
    margin-top: 210px;
}
#pag_05 main h2 {
    background: url(../imagens/icon_denuncia_enviada.png) center top no-repeat;
    padding-top: 59px;
    text-align: center;
    margin-top: 49px;
    margin-bottom: 31px;
}
.box_codigo {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dcf1fe;
    box-sizing: border-box;
}
.box_codigo .top {
    background-color: #dcf1fe;
    display: flex;
    flex-direction: column;
    padding-top: 38px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 34px;
    box-sizing: border-box;
}
.box_codigo p {
    font-size: 16px;
    text-align: center;
}
.box_codigo h4 {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.44px;
    color: #7a7a7a;
    margin-top: 18px;
    margin-bottom: 16px;
}
.box_codigo #copiar {
    background: url(../imagens/icon_copiar.png) center left 15px no-repeat, #0cce6b;
    display: flex;
    align-items: center;
    width: 168px;
    height: 40px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-indent: 43px;
    cursor: pointer;
}
.box_codigo .bottom p {
    display: flex;
    flex-direction: row;
    margin-top: 29px;
    margin-left: 70px;
    margin-bottom: 5px;
}
.box_codigo .bottom p span {
    background: url(../imagens/icon_consultar_denuncia.png) center no-repeat;
    display: flex;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}
.box_codigo .bottom form {
    display: flex;
    flex-direction: row;
    max-width: 419px;
    column-gap: 6px;
    margin: 0 auto;
    margin-bottom: 39px;
}
.box_codigo .bottom form input[type="email"] {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    width: 331px;
    height: 40px;
    box-sizing: border-box;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #a8a8a8;
    text-indent: 15px;
}
.box_codigo .bottom form input[type="submit"] {
    background-color: #0cce6b;
    width: 82px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
}
main p.aviso {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 32px;
    margin-top: 35px;
    margin-bottom: 31px;
}
main p.aviso span {
    background: url(../imagens/icon_consultar_denuncia.png) center no-repeat;
    display: flex;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
}
main a.voltar {
    background: url(../imagens/seta_voltar.png) center left 14px no-repeat, #e2e2e2;
    display: flex;
    align-items: center;
    width: 217px;
    height: 40px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #363636;
    text-indent: 38px;
}
#pag_05 footer .termo_anonimato {
    margin-top: 228px;
}
#pag_06 main .centro,
#pag_13 main .centro {
    max-width: 760px;
}
#pag_06 main h2,
#pag_13 main h2 {
    text-align: center;
    margin-top: 60px;
}
.detalhes_denuncia,
.mensagens {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 28px;
    box-sizing: border-box;
}
.mensagens {
    padding-bottom: 25px;
    margin-bottom: 24px;
}
.detalhes_denuncia {
    padding-bottom: 54px;
    margin-top: 17px;
    margin-bottom: 21px;
}
.detalhes_denuncia h3,
.mensagens h3 {
    display: flex;
    flex-direction: row;
    font-family: 'MontrealSerial';
    font-weight: bold;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: #363636;
    margin-top: 28px;
    margin-left: -1px;
}
.detalhes_denuncia h3 .situacao {
    background-color: #fdedd3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 30px;
    padding-left: 12px;
    padding-right: 13px;
    border-radius: 6px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #f7990e;
    margin-top: -5px;
    margin-left: 12px;
}
.detalhes_denuncia h3 .situacao.resolvido {
    background-color: #0cce6b;
    color: #fff;	
}
.detalhes_denuncia h3 a.encerrar {
    background: #fbc5c7 url(../imagens/verificacao.png) 95% center no-repeat;
	background-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 30px;
    padding-left: 12px;
    padding-right: 13px;
    border-radius: 6px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ee1c25;
    margin-top: -5px;
    margin-left: 12px;
	padding-right: 26px;
}
.detalhes_denuncia .infos {
    background-color: #f0f2f4;
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    padding-left: 21px;
    margin-top: 23px;
}
.detalhes_denuncia .infos li:first-child {
    width: 230px;
}
.detalhes_denuncia h4 {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #688699;
    margin-top: 17px;
    margin-left: 20px;
}
.detalhes_denuncia .infos h4 {
    margin-top: 14px;
    margin-left: unset;
}
.detalhes_denuncia p {
    font-size: 16px;
    margin-top: -3px;
    margin-left: 20px;
    margin-bottom: -6px;
}
.detalhes_denuncia ol{
    margin-left: 20px;
}
.detalhes_denuncia ol li{
    line-height: 24px;
    background: url(../imagens/icon_anexo.png) left center no-repeat;
    background-size: auto 16px;
    padding-left: 20px;
}
.detalhes_denuncia ol li a{
    font-size: 15px;
    color: #6d9cbf;
    text-decoration: underline;
}
.detalhes_denuncia .infos p {
    color: #062d46;
    margin-left: unset;
    margin-bottom: 15px;
}
.mensagens #chat li {
    display: flex;
    flex-direction: row;
    margin-top: 22px;
}
.mensagens h3 {
    margin-bottom: -3px;
}
.mensagens #chat li.recebidas {
    margin-left: -14px;
    justify-content: flex-start;
}
.mensagens #chat li.enviadas {
    margin-right: -14px;
    justify-content: flex-end;
}
.mensagens #chat .mask_img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.mensagens #chat li .caixa_mensagem {
    width: 575px;
    border-radius: 8px;
    padding-top: 9px;
    padding-left: 17px;
    padding-bottom: 14px;
    box-sizing: border-box;
}
.mensagens #chat li.recebidas .caixa_mensagem {
    background-color: #f0f2f4;
    margin-left: 12px;
}
.mensagens #chat li.enviadas .caixa_mensagem {
    background-color: #e9f5fe;
    margin-right: 14px;
}
.mensagens #chat h4 {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #688699;
}
.mensagens #chat p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1px;
}
.mensagens #chat h5 {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #748fa1;
    margin-top: 5px;
    margin-left: 12px;
}
.mensagens #chat li.enviadas h5 {
    text-align: end;
    margin-left: unset;
    margin-right: 14px;
}
.mensagens form input[type="text"] {
    height: 41px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-weight: 300;
    color: #a8a8a8;
    text-transform: unset;
    margin-top: 27px;
}
#pag_06 .mensagens form input[type="submit"],
#pag_13 .mensagens form input[type="submit"] {
    background: #0cce6b;
    display: flex;
    align-items: center;
    width: 82px;
    height: 36px;
    border-radius: 8px;
    text-align: center;
    text-indent: unset;
    margin-top: 6px;
    border: none;
    margin-left: auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    cursor: pointer;
}
#pag_06 footer .termo_anonimato,
#pag_13 footer .termo_anonimato {
    margin-top: 36px;
}
#pag_07 form,
#pag_08 form,
#pag_11 form {
    margin-top: 19px;
}
#pag_07 main h3,
#pag_08 main h3,
#pag_11 main h3 {
    margin-top: 9px;
    margin-bottom: 6px;
}
#pag_07 form input[type="email"],
#pag_07 form input[type="password"],
#pag_08 form input[type="email"],
#pag_11 form input[type="password"] {
    text-transform: unset;
}
form .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
form .bottom a,
#pag_09 main a,
#pag_10 main a {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #8c8c8c;
    text-decoration: underline;
    margin-top: 9px;
}
#pag_07 form input[type="submit"] {
    background: url(../imagens/seta_branca.png) center right 14px no-repeat;
    background-color: #0cce6b;
    display: flex;
    align-items: center;
    width: 107px;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-left: auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: start;
    text-indent: 23px;
    cursor: pointer;
}
#pag_08 form input[type="submit"] {
    background: url(../imagens/seta_branca.png) center right 14px no-repeat;
    background-color: #0cce6b;
    display: flex;
    align-items: center;
    width: 182px;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-left: auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: start;
    text-indent: 17px;
    cursor: pointer;
}
#pag_09 main a,
#pag_10 main a {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.link_recuperacao,
.nao_encontrado {
    background: url(../imagens/icon_link_recuperacao.png) center left 17px no-repeat, #ecfbf3;
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding-left: 57px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 19px;
}
.link_recuperacao p,
.nao_encontrado p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #0cce6b;
    margin-top: unset;
}
.nao_encontrado {
    background: url(../imagens/icon_nao_encontrado.png) center left 17px no-repeat, #fdedd3;
}
.nao_encontrado p {
    color: #f7990e;
}
#pag_11 h4 {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #878787;
    margin-top: 6px;
}
#pag_11 main ul {
    margin-top: 0;
    margin-left: -9px;
}
#pag_11 main ul li {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #727171;
}
#pag_11 form input[type="submit"] {
    background: url(../imagens/seta_branca.png) center right 14px no-repeat;
    background-color: #0cce6b;
    display: flex;
    align-items: center;
    width: 182px;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-left: auto;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: start;
    text-indent: 17px;
    cursor: pointer;
}
#pag_12 main .centro,
#pag_12 footer .centro {
    max-width: 760px;
}
#pag_12 main h2 {
    margin-top: 30px;
}
#pag_12 .filtros {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    margin-bottom: 23px;
}
#pag_12 .filtros h3 {
    margin-top: 12px;
    margin-bottom: 4px;
}
#pag_12 .filtros form,
#pag_12 .filtros form input[type="text"] {
    position: relative;
}
#pag_12 .filtros form input[type="submit"] {
    background: url(../imagens/lupa_verde.png) center no-repeat;
    border: none;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 12px;
    cursor: pointer;
}
#pag_12 .filtros .data label {
    background: url(../imagens/calendario_verde.png) center right 11px no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
input[type="date"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
#pag_12 .filtros .status {
    background: url(../imagens/seta_verde.png) center right 11px no-repeat;
    background-color: #ffffff;
    text-transform: unset;
    text-indent: 7px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
table tbody {
    display: table-cell;
}
table tbody th {
    background-color: #dcf1fe;
    height: 50px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
    color: #78a0b8;
    text-transform: uppercase;
}
table th:nth-child(1) {
    width: 77px;
    padding-left: 25px;
}
table th:nth-child(2) {
    width: 445px;
}
table th:nth-child(3) {
    width: 115px;
}
table th:nth-child(4) {
    width: 98px;
}
table tbody tr:nth-of-type(2n) {
    height: 60px;
}
table tbody tr:nth-of-type(2n) td.status {
    margin-top: 15px;
}
table tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
    height: 60px;
}
table tbody tr:nth-of-type(2n+1) td.status {
    margin-top: 10px;
}
table tbody tr td {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #727171;
}
table tbody tr td:first-child {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #78a0b8;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 20px;
}
table tbody tr.aberto td:first-child a{
    color: #f7990e;
    text-decoration: underline;
}
table tbody tr.resolvido td:first-child a{
    color: #0cce6b;
    text-decoration: underline;
}
table tbody tr td.status {
    background-color: #fcdfb0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 30px;
    border-radius: 6px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #f7990e;
}
table tbody tr td.status.Resolvido {
    background-color: #0cce6b;
    color: #fff;	
}
#pag_12 .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 27px;
}
#pag_12 .sair {
    background: url(../imagens/seta_sair.png) center left 14px no-repeat, #e8c0c0;
    display: flex;
    align-items: center;
    width: 168px;
    height: 40px;
    border-radius: 10px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #ed1c24;
    text-indent: 38px;
}
.paginas {
    display: flex;
    justify-content: flex-end;
    column-gap: 2px;
    padding-top: 3px;
}
.paginas a {
    background-color: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 34px;
    border-radius: 10px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #7a7a7a;
}
.paginas a.selected {
    background-color: #0cce6b;
    color: #ecfbf3;
}
#pag_12 footer .termo_anonimato {
    margin-top: 241px;
}
#pag_13 main a.voltar {
    text-indent: 42px;
}
main .centro {
    padding-top: 40px;
}
#pag_12 main h2,
#pag_13 main h2 {
    margin-top: 45px;
}