* {
    font-family: 'Montserrat', sans-serif;
}
body {
    background-image: url("../img/bg.jpg");
    background-color: #093E67;
    background-size: cover;
}

th,
td {
    vertical-align: middle !important;
}


div.card-principal {
    max-width: 1200px;
    margin-top: 2em;
    align-items: center;
}

button.btn,
div.btn-salvar {
    background-color: #001D3F;
}

button.btn:hover,
div.btn-salvar:hover {
    background-color: #073763;
    border-color: #073763;
}

div.card-header {
    background-color:#3e5f7b;
}

.titulo {
    text-align: center;
    color : #093C64;
    font-weight: bold;
    font-size: 3.0em
}

.aviso {
    margin: 25px 0 25px;
}

.btn-inscricao {
    padding: 2rem;
}

a.btn {
    background-color: #001D3F;
}

a.btn:hover {
    background-color: #073763;
    border-color: #073763;
}

.possui-erro-validacao {
    border-color: #f73859 !important;
}

.erro-validacao {
    margin-top: 3px;
    color: #f73859;
    font-size: 14px;
}

span.obg{
    font-size: 10px;
    color: gray;
}

.separador {
    color: #093C64;
    margin: 2rem 0 2rem 0;
}

.alerta {
    color: #f73859;
    font-weight: bold;
}

.ano_btn {
    color: #cfd700 !important;
    font-weight: bold;
}

th {
    background-color: #001D3F;
    color: white;
}

.img1 {

    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
}

@media (max-width: 1200px) {

    .meio h2 {
        display: none;
    }

    .img1 {
        display: none;
    }

    .img2 {
        display: none;
    }
}

.meio {
    align-items: center;

}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selectionarrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selectionclear {
    display: none;
}

.select2-dropdown {
    z-index: 1061;
}

/* ── Cards selecionáveis — escolas e critérios (idsme==5) ──── */
.cards-selecao-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.card-selecao {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #c5cfe0;
    border-radius: 8px;
    padding: 12px 18px;
    cursor: pointer;
    transition: all 0.18s ease;
    background: #fff;
    user-select: none;
    font-size: 0.88em;
    color: #0d2137;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.card-selecao:hover {
    border-color: #093E67;
    background: #eef3fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(9,62,103,0.13);
}

.card-selecao.selecionado {
    border-color: #001D3F;
    background: #001D3F;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,29,63,0.30);
    transform: translateY(-2px);
}

.card-selecao .check-icon {
    opacity: 0;
    transition: opacity 0.15s;
}

.card-selecao.selecionado .check-icon {
    opacity: 1;
}

/* ── Auxiliares ───────────────────────────────────────────── */
.label-secao {
    font-size: 0.9em;
    color: #0d2137;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.texto-erro {
    color: #f73859;
    font-size: 13px;
    margin-top: 6px;
}
