/**. PAGINA 31 CONCURSO PROCURADORES (inicio). **/
.conc-proc { width: 100%; height: 300px; flex-shrink: 0; border-radius: 20px; background: linear-gradient(180deg, #FAFAFA 0%, #D9EAEA 100%); box-shadow: -4px 4px 5px -2px rgba(0, 0, 0, 0.20); margin: auto; }
    .head-conc-proc { margin: auto; display: flex; align-items: center; justify-content: center; height: 200px; background-image: url("../concursos/concursos/procuradores/31-concurso/imagens/bg-mao-prova-bic.png"); background-position: right;   background-repeat: no-repeat; }
    .boxinfo-conc-proc { display: flex; justify-content: space-between; align-items: center; height: 100px; border-radius: 0px 0 20px 20px; background: #F0F7F7; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) inset;}
    .info-conc-proc { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; p { margin: 0.2rem !important; color: #194973; font-size: 18px; font-weight: 600; } span { font-weight: 400; font-size: 1.25rem; margin: 0.3rem 0 0 0; } }
    .info-meio-conc-proc { border-left: 1px dashed #00000045; border-right: 1px dashed #00000045; }
    .botoes-conc-proc { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin: 1rem 0; }
    .botoes-conc-proc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1rem 0; }
    .botoes-conc-proc-grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin: 1.4rem 0; }
    .btn-conc-proc { color: #194973; text-align: center; font-weight: 600; text-decoration: none; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 15px; outline: 1px solid #DEDEDE; background: #FFF; box-shadow: 0px 7px 14px -10px rgba(0, 0, 0, 0.25); min-width: 195px; height: 120px; img {opacity: 0.4;} span {margin: 0.4rem !important; font-size: 1.2rem !important;} }
    .btn-conc-proc:hover, .btn-conc-proc:focus { text-decoration: underline; border-radius: 15px; outline: 2px solid #85C0C0; background: #F0F6F6; box-shadow: 0px 13px 14px -10px rgba(0, 0, 0, 0.25); img {opacity: 1;} }
    .conteudos-conc-proc { border-radius: 13px; border: 1px solid #DEDEDE; background: #FFF; margin:1rem; padding: 1rem; margin-bottom: 1.5rem;     box-shadow: 0px 7px 14px -10px rgba(0, 0, 0, 0.25); }
    .head-conteudos-conc-proc { display: flex; align-items: center; justify-content: flex-start; border-bottom: dashed 1px #243B4F; gap: 0.6rem; margin-bottom: 0.5rem; padding: 0.5rem; font-size: 20px; font-weight: bold; }
    .tit-conteudo-conc-proc { color: #243B4F; font-size: 24px; font-weight: bold; }
    .disciplinas-conteudos-conc-proc { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; align-items: start; }
    .link-programa-conc-proc { display: flex; justify-content: flex-end; a { display: flex; align-self: center; gap: 0.5rem; text-decoration: underline !important; } }
    .ultimos-conc-proc { font-size: 22px !important; margin: 1rem; }
    @media only screen and (max-width: 580px) {
        .botoes-conc-proc-grid { grid-template-columns: 1fr; }
        .botoes-conc-proc-grid3 { grid-template-columns: 1fr; }
}
    @media only screen and (max-width: 460px) {
        .conc-proc { width: 95%; padding: 0.5rem;}
        .head-conc-proc { background-image: none; height: 110px; }
        .boxinfo-conc-proc { flex-direction: column; height: auto; border-radius: 0px 0 15px 15px; box-shadow: none; }
        .info-conc-proc { span { margin-bottom: 0.5rem; font-size: 1.25rem; } }
        .info-meio-conc-proc { border-top: 1px dashed #00000045; border-bottom: 1px dashed #00000045; border-right: none; border-left: none; }
        .botoes-conc-proc { justify-content: center;}

        .btn-conc-proc { flex-direction: row; justify-content: flex-start; height: 80px; width: 95% !important; padding-left: 1.2rem; }
        .disciplinas-conteudos-conc-proc { grid-template-columns: 1fr; }
    }

/**. PAGINA 31 CONCURSO PROCURADORES (fim) **/