﻿/*==== Nova Versáo JUCERJA - Adaptação Gov.BR ====*/
.reveal-modal-bg {
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

body.ats-body-layoutpage footer.ats-footer-content-govbr {
    margin-top: 70px;
}

body.ats-body-layoutpage .container-site {
    display: flex;
    flex-direction: column;
}

.btn-ats-govbr {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
}

.btn-ats-govbr-primary {
    background: var(--ui-01);
    color: var(--white);
    transition: all ease .35s;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
}

    .btn-ats-govbr-primary:hover {
        background: var(--white);
        color: var(--ui-01);
        transition: all ease .35s;
    }

.btn-ats-govbr-secondary {
    background: var(--white);
    color: var(--ui-01);
    transition: all ease .35s;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
}

    .btn-ats-govbr-secondary:hover {
        background: var(--ui-01);
        color: var(--white);
        transition: all ease .35s;
    }

.btn-ats-govbr-primary-outline {
    background: var(--white);
    color: var(--ui-01);
    border: 2px solid;
    border-color: var(--ui-01);
    transition: all ease .35s;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    padding: 8px 24px;
}

    .btn-ats-govbr-primary-outline:hover {
        background: var(--ui-01);
        color: var(--white);
        transition: all ease .35s;
    }

.container-ats {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

h1.ats-titulo-secao-govbr {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 28px;
}

    h1.ats-titulo-secao-govbr::before {
        content: "";
        width: 3px;
        height: 100%;
        background: var(--ui-01);
        display: block;
        position: absolute;
        left: 0;
    }

@media (max-width: 764px) {
    .ats-lista-produtos-jucerja {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 765px) {
    .ats-lista-produtos-jucerja {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ats-lista-produtos-jucerja {
    display: grid;
    margin-top: 28px;
    gap: 36px;
}

.ats-produto-item-jucerja {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all ease .35s;
    color: var(--black);
}

    .ats-produto-item-jucerja .ats-produto-item-jucerja-txt {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .ats-produto-item-jucerja .ats-produto-item-jucerja-txt p.ats-produto-item-jucerja-titulo {
            margin: 0;
            font-size: 16.8px;
            font-style: normal;
            font-weight: 600;
            line-height: 19.32px; /* 115% */
        }

        .ats-produto-item-jucerja .ats-produto-item-jucerja-txt p.ats-produto-item-jucerja-descricao {
            margin: 0;
            font-size: 11.67px;
            font-style: normal;
            font-weight: 400;
            line-height: 16.18px; /* 138.646% */
        }

    .ats-produto-item-jucerja:hover .ats-produto-item-jucerja .ats-produto-item-jucerja-txt p {
        color: var(--ui-01);
        transition: all ease .35s;
    }

@media (max-width: 764px) {
    .ats-estatisticas-jucerja-content {
        grid-template-columns: repeat(1,1fr) !important;
    }
}

.ats-estatisticas-jucerja {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 28px;
}

.ats-estatisticas-jucerja-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.ats-estatisticas-jucerja-card-secondary {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: var(--ui-01);
    color: var(--white);
}

p.ats-estatisticas-jucerja-mes {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ats-estatisticas-jucerja-card-content p {
    margin: 0;
}

.ats-estatisticas-jucerja-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

p.ats-estatisticas-jucerja-valor {
    color: var(--ui-01);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ats-estatisticas-jucerja-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}

a.ats-estatisticas-jucerja-link {
    border-radius: 100px;
    background: var(--ui-01);
    color: var(--white);
    display: flex;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ats-estatisticas-jucerja-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
    align-items: stretch;
}

.ats-estatisticas-jucerja-card-secondary-content p {
    margin: 0;
}

p.ats-estatisticas-jucerja-card-secondary-mes {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.ats-estatisticas-jucerja-card-secondary-valores {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.ats-estatisticas-jucerja-card-secondary-descricao {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ats-estatisticas-jucerja-card-secondary-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

p.ats-estatisticas-jucerja-desc {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ats-card-servicos-home {
    display: flex;
    padding: 21px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    box-shadow: 0px 1px 6px 0px rgba(51, 51, 51, 0.16);
    width: 100%;
    transition: all ease .35s;
    background-color: var(--white);
}

    .ats-card-servicos-home:hover {
        background-color: #f7f7f7;
        transition: all ease .35s;
    }

.ats-card-servicos-home-icon {
    font-size: 28px;
    color: var(--black);
    width: 100%;
}

.ats-card-servicos-home-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    width: 100%;
}

.ats-card-servicos-home-titulo {
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.32px; /* 115% */
    color: var(--black);
    width: 100%;
}

.ats-card-servicos-home-descricao {
    font-size: 11.67px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.18px; /* 138.646% */
    color: var(--black);
    width: 100%;
}

.ats-card-servicos-home-acao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    color: lightcoral;
    width: 100%;
    font-size: 16px;
}

.ats-servicos-itens {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ats-servicos-itens-content {
    max-width: 80rem;
    width: 100%;
    padding: 0 15px;
    display: grid;
    gap: 20px;
}

@media (min-width: 764px) {
    .ats-servicos-itens-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 993px) {
    .ats-servicos-itens-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .ats-servicos-itens-content {
        grid-template-columns: repeat(4, 1fr);
    }
}


.ats-consulta-protocolo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 80rem;
    width: 100%;
    gap: 27px;
    padding: 60px 0;
}

section.ats-consulta-protocolo {
    background: var(--ui-01);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ats-consulta-protocolo-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

h6.ats-consulta-protocolo-info-titulo {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--white);
    text-transform: uppercase;
}

p.ats-consulta-protocolo-info-descricao {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form#formConsultarProtocolo {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border-radius: 100px;
    max-width: 900px;
    overflow: hidden;
    gap: 8px;
    padding: 0 9px;
}

.ats-consulta-protocolo-input-data {
    width: 100%;
}

    .ats-consulta-protocolo-input-data input#campoConsultarProtocolo {
        margin: 0;
        height: auto;
        border: 0;
        padding: 17px 0;
        background: transparent;
        color: var(--black);
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    }

form#formConsultarProtocolo a#botaoFormConsultarProtocolo {
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 100%;
    color: var(--ui-01);
    transition: all ease .35s;
}

    form#formConsultarProtocolo a#botaoFormConsultarProtocolo:hover {
        background: var(--ui-01);
        color: var(--white);
    }

.ats-noticias-itens {
    margin: 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ats-noticias-itens-content {
    max-width: 80rem;
    width: 100%;
    padding: 0 15px;
    display: grid;
    gap: 20px;
}

.ats-card-noticias-home {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    background: #F3F3F3;
    transition: all ease .35s;
}

@media (min-width: 993px) {
    .ats-noticias-itens-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .ats-noticias-itens-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ats-card-noticias-home-titulo {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.3px; /* 124.091% */
    color: var(--black);
}

.ats-card-noticias-home-content {
    display: flex;
    flex-direction: column;
}

.ats-card-noticias-home-redes-sociais {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 16px;
}

.ats-card-noticias-home-data {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.3px; /* 195% */
    color: var(--black);
}

.ats-noticia-rede-social {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    color: var(--white) !important;
    font-size: 15px;
}

    .ats-noticia-rede-social.ats-noticia-rede-social-facebook {
        background: #1877F2;
    }

    .ats-noticia-rede-social.ats-noticia-rede-social-linkedin {
        background: #0A66C2;
    }

    .ats-noticia-rede-social.ats-noticia-rede-social-instagram {
        background: #C32AA3;
    }

a.ats-noticia-rede-social.ats-noticia-rede-social-x-twitter {
    background: #000;
}

.ats-noticia-rede-social.ats-noticia-rede-social-whatsapp {
    background: #25D366;
}

.ats-card-noticias-home:hover {
    transition: all ease .35s;
    background: #e9e9e9;
}

.ats-links-uteis-home {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ats-links-uteis-home-content {
    max-width: 80rem;
    width: 100%;
    padding: 0 15px;
    display: grid;
}

@media (min-width: 764px) {
    .ats-links-uteis-home-column {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 993px) {
    .ats-links-uteis-home-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .ats-links-uteis-home-column {
        grid-template-columns: repeat(4, 1fr);
    }
}

a.ats-links-uteis-home-link-item {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    color: var(--black);
    background: var(--white);
    transition: all ease .35s;
    border-right: 1px solid #dbdbdb;
}

.ats-links-uteis-home-column {
    width: 100%;
    display: grid;
    border-left: 1px solid #dbdbdb;
}

a.ats-links-uteis-home-link-item svg {
    width: 14px;
    min-width: 14px;
    margin-left: 20px;
    color: var(--ui-01);
}

a.ats-links-uteis-home-link-item:hover {
    background-color: #f7f7f7;
    transition: all ease .35s;
}

.leilao-form-busca {
    min-height: 60px;
    display: flex;
}


#ProWebInicial-row2 .ats-dashboard .ats-dashboard-lista li.ats-dashboard-item .ats-dashboard-lnk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
    bottom: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 8px 16px;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 215px;
    color: #0c326f;
    font-size: 20px;
    font-weight: 500;
}

    #ProWebInicial-row2 .ats-dashboard .ats-dashboard-lista li.ats-dashboard-item .ats-dashboard-lnk i {
        font-size: 60px;
        margin-bottom: 15px;
    }

    #ProWebInicial-row2 .ats-dashboard .ats-dashboard-lista li.ats-dashboard-item .ats-dashboard-lnk:hover {
        background: #dbe8fb;
    }

ul#ProWebInicial-lista {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 38px;
    flex-wrap: wrap;
}

    ul#ProWebInicial-lista li.ats-dashboard-item {
        width: 20%;
        min-width: 250px;
    }

.ats-iconbtn-govbr {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 32px;
    ];
    border-radius: 100%;
}

    .ats-iconbtn-govbr:hover {
        background: lavender;
    }

.ats-box-table-govbr {
    width: 100%;
    overflow-x: auto;
}

.ats-table-govbr {
    border: 1px solid #DEE2E6;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: auto;
}

    .ats-table-govbr thead tr th {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 16px 12px;
        background: #F0F0F0;
    }

    .ats-table-govbr tbody tr td {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 22px 12px;
        border-bottom: 1px solid #cccccc;
    }