* {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
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;
}
