@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;;
}

html {
    padding-bottom: 0;
}

body {
    background-image: url("../img/202602130838_-_background-page-upe.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}


.container-fundo-cabecalho {
    background-image: url("../img/202602130823_-_background-menu-azul-claro-02.png");
    background-repeat: no-repeat;
    background-position: bottom 35% left 50%;
    background-size: cover;
    padding: 10px;
    width: 100%;
    z-index: 10;
    position: sticky;
    top: 0;
    border-bottom: solid 1px #14398010;
}

.container-cabecalho-upe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    color: #143980;
    gap: 10px;
}

.container-opt-menu {
    display: flex;
    gap: 20px;
    width: 60%;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 0 0 4%;
    margin: 0;
    list-style: none;
}

.container-opt-menu li, .container-opt-menu a {
    color: #143980;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 0;
    transition: .3s;
}

.container-opt-menu a:hover {
    color: #ee212e;
    cursor: pointer;
}

/*Final*/

/*Redes Sociais*/

.container-img-social {
    display: flex;
    align-items: center;
    justify-content: right;
    color: #143980;
    margin-top: -15px;
    margin-bottom: -10px;
    padding-right: 10px;
    cursor: pointer;
    transition: 0.5s;
}

#social-icon-img {
    margin-right: 8px;
}

#social-icon-img:hover {
    color: #ee212e;
}
/*Final de Redes Sociais*/

/* ---------- TÍTULO DA PÁGINA ---------- */

.container-tp-resolucoes {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
    font-size: 28px;
    color: #2e4b82;
    padding: 10px;
    border: solid 1px #14398020;
    border-radius: 16px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .container-tp-resolucoes {
        width: 90%;
        font-size: 20px;
    }
}

/* ---------- FINAL TÍTULO DA PÁGINA ---------- */


/* ---------- INÍCIO MODAL EMENTA ---------- */

.container_label_modal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

/* Início Header */

.modal-header {
    background-image: url("../img/202511251000_-_background-rodape-azul-claro-02a.png");
    background-repeat: no-repeat;
    background-position: bottom 35% left 50%;
    background-size: cover;
}

.container-conteudo-titulo {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
}

/*Início Fechar*/
.btn-fechar-modal-sispub {
    background-color: transparent !important;
    border: none !important;
}
/*Final Fechar*/

/* Final Header */

/* Início Botão */
.btn-modal-sispub {
    margin: 0 !important;
    margin-top: -5px !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.img-inf-sispub {
    margin: 0 !important;
    padding: 0 !important;
}

/* Final Botão */

/* Conteúdo do Modal */

.modal-dialog, .modal-content {
    background-color: transparent !important;
} 


.modal-body {
    background-color: #fffe !important;
}

.modal-body img {
    display: block;
    width: 70%;
    max-width: 800px;
    margin: 40px auto;
    padding-bottom: 40px;
    border-bottom: solid 1px #00000030;
}

.modal-body p {
    width: 90%;
    margin: 0 auto;
}

.modalTextoContexto {
    padding: 10px 0 30px 85px;
}

/* CONTEÚDO DE TEXTO VERDE DO MODAL */

.container_exemplo_ementa {
    background-color: #2158BE;
    margin-left: 36px;
    width: 300px;
    padding: 8px 0;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .container_exemplo_ementa {
        margin-left: 20px;
    }
}

.container_exemplo_ementa p:nth-child(1) {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}

.container_exemplo_ementa p:nth-child(2) {
    background-color: white;
    padding: 8px;
    text-align: center;
    color: green;
    border-radius: 6px;
}



.textoVerde {
    color: green;
}

/* Final Conteúdo do Modal */

/* Modal Footer */

.modal-footer {
    height: 30px !important;
    background-color: #244180 !important;
    border: none !important;
}

/* Final Modal Footer */


/* ---------- FINAL MODAL EMENTA ---------- */

label {
    font-size: 14px;
    color: #143980;
    font-weight: 500;
    text-transform: uppercase;
    width: 150px;
}

select {
    padding: 8.5px;
    border: solid 1px #14398020;
    text-decoration: none;
    border-radius: 4px;
    color: #222;
}

input {
    padding: 9px;
    max-width: 150px;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    color: #222;
}

.input_checkbox {
    width: 30px;
}

.container-formulario-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.container-conteudo-opt-btn-01 {
    background-image: url("../img/202602130838_-_background-page-upe.png");
    background-repeat: no-repeat;
    background-position: bottom 35% left 50%;
    background-size: cover;
    widht: 70%;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 20px 0;
    border: solid 1px #14398010;
    border-radius: 10px;
}

#options {
    width: 200px !important;
} 

#options2, #options3 {
    width: 150px;
}

.container-conteudo-opt-01 {
    color: #555;
    border: none;
    border-radius: 8px;
}

.container-conteudo-opt-01 .input-container {
    box-shadow: inset 3px 3px 5px #0001;
}

.container-conteudo-opt-02 {
    color: #555;
    max-width: 150px;
    border: none;
    text-decoration: none;
    background-color: transparent;
}

.container-conteudo-opt-02 option {
    background-color: #fffa;
    color: #333;
    border: solid red;
}

.container-conteudo-opt-02 option:hover {
    background-color: #ee212ecc !important;
}

.container-conteudo-opt-02 select {
    box-shadow: inset 3px 3px 5px #0001;
}

.container-conteudo-opt-02 input {
    box-shadow: inset 3px 3px 5px #0001;
    border: solid 1px #14398020;
}

.btn-pesquisa-resolucoes {
    display: flex;
    flex-direction: column;
    margin: 22px 0 0 5px;
    width: 45px;
}

.container-conteudo-button-aplicar {
    max-width: 45px;
    color: #fff;
    font-size: 25px;
    background-color: #143980;
    outline: solid 1px;
    border: none;
    border-radius: 4px;
    padding: 4px 5px;
    transition: .2s;
}

.container-conteudo-button-aplicar:hover {
    background-color: #ee212e;
    outline-color: #ee212e;
    cursor: pointer;
}

.container-conteudo-lst-pesq {
    border: none;
    border-radius: 8px;
    width: 70%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 0 15px 0;
    min-height: 40vh;
}

.container-lista-princiapal {
    box-shadow: 0 0 12px #0002;
}

table {
    width: 100%;
    font-size: 12px;
}

tr, td, th {
    border: none;
    border-radius: px;
    background-color: #eee;
    padding: 5px;
}

th {
    background-color: #ccc;
    padding: 5px;
}

/* LINK DA TABELA */

td a {
    color: #244180;
    text-decoration: none;
    font-weight: 600;
}

td a:hover {
    color: #ee212e;
}

/* ______________ */

/* TEXTO MOSTRADO NO INÍCIO DA TABELA */

.container-lista-princiapal .dt-length {
    margin: 10px 15px 0 !important;
}

@media (max-width: 600px) {
    .container-lista-princiapal .dt-length {
        width: 40%;
        margin: 5px;
        padding: 0;
    }
}


/*TEXT MOSTRADO NO FINAL DA TABELA COM RESULTADOS REGISTRADOS*/
.dt-info {
    margin-left: 15px !important;
    font-size: 14px !important;
}

/* PAGINAÇÃO */
.dt-paging {
    margin-right: 15px !important;
}

.disabled .first, .disabled .previous, .disabled .next, .disabled .last {
    color: #888 !important;
}

.page-link {
    background-color: transparent !important;
    border: none !important;
    color: #244180 !important;
}

.active {
    background-color: #244180 !important;
    border-radius: 6px !important;
}

.active .page-link {
    color: white !important;
}

/* ____________________________________________________ */

footer {
    width: 100%; 
    background-image: url("../img/202511250942_-_background-rodape-azul-claro-03b.png");
    background-repeat: no-repeat;
    background-position: bottom 15% left 50%;
    background-size: cover;
    border: none;
    margin: 0;
    padding: 0;
}

.container-rodape-logos {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Rodapé UPE */

.ctn-rodape {
     display: flex; 
     align-items: center; 
     padding: 0;
     margin: 0;
}

/* Final Rodapé UPE*/

.container-footer-cp {
    background-color: #102c69;
    color: #fff;
    padding: 10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    text-align: center;
}

.container-checkbox-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px;
    background-color: #eee;
    margin: 25px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-primeira-checkbox {
    border: solid 1px #b9b9b980;
    padding: 20px;
    margin: 0 25px;
    border-radius: 5px;
}

/* Responsivo Rodapé */

@media(max-width:1250px) {
    .container-img-social {
        display: none;
    }
}

@media(max-width:1200px) {
    .container-conteudo-opt-btn-01, .container-formulario-01 {
        width: 100%;
        margin: 0;
        padding: 10px 50px;
        border: none;
        border-radius: 0;
    }
}

@media(max-width:1000px) {
    .container-cabecalho-upe {
        justify-content: center;
    }
    .container-opt-menu, .container-img-social {
        display: none; 
    }
    .cont-end-rodape {
        display: none;
    }
    .img-txt-sec {
        display: none;
    }
}

/* Final Responsivo Rodapé */

@media (max-width: 600px) {
    .img-footer {
        width: 300px;
    }

    .container-conteudo-opt-01, .container-conteudo-opt-btn-01, .container-formulario-01, .container-conteudo-opt-02, .container-conteudo-lst-pesq, input {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 10px;
        border: none;
    }

    #options, #options2, #options3 {
        width: 100%;
    }

    .container-rodape-logos {
        width: 100%;
    }
    
    select {
        width: 65%;
    }

    .btn-pesquisa-resolucoes {
        width: 100%;
    }

    .container-conteudo-button-aplicar {
        max-width: 100%;
        padding: 10px;
    }
}
