label.label-obrigatorio{
    color: #ff6600;
}

.form-comprovante
{

    margin: 10px 0px 10px 0px;

}

.imagem-percurso {
    padding: 2% 0%;
}

[type="number"]
{
    padding: 5px 5px;
    padding: 0.35714rem 0.35714rem;
    font-size: 14px;
    font-size: 1rem;
    height: 35px;
    height: 2.5rem;
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #dddddd;
    color: black;
    background-color: white;
    line-height: normal;
    outline: 0;
}

[type="number"]:focus
{
    border-color: #ec5600;
    background-color: white;
    color: black;
}

[type="number"]:disabled
{
    cursor: not-allowed;
    background-color: #eeeeee;
    color: #aaaaaa;
    border-color: #cccccc;
    opacity: 0.5;
}

[type="number"]:read-only
{
    color: black;
    background-color: rgba(238, 238, 238, 0.75);
    border-color: #dddddd;
}

.pagamento-tabela-itemadd {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    border-collapse: collapse; }
.pagamento-tabela-itemadd tbody th,
.pagamento-tabela-itemadd tbody td {
    padding: 5px 20px;
    padding: 0.35714rem 1.42857rem;
    background-color: #333333; }
.pagamento-tabela-itemadd tbody tr:first-child *:first-child {
    border-radius: 3.5px 0 0 0;
    border-radius: 0.25rem 0 0 0;
    padding-top: 20px;
    padding-top: 1.42857rem; }
.pagamento-tabela-itemadd tbody tr:first-child *:last-child {
    border-radius: 0 3.5px 0 0;
    border-radius: 0 0.25rem 0 0;
    padding-top: 20px;
    padding-top: 1.42857rem; }
.pagamento-tabela-itemadd tbody tr:last-child *:first-child {
    border-radius: 0 0 0 3.5px;
    border-radius: 0 0 0 0.25rem;
    padding-bottom: 16px;
    padding-bottom: 1.14286rem; }
.pagamento-tabela-itemadd tbody tr:last-child *:last-child {
    border-radius: 0 0 3.5px 0;
    border-radius: 0 0 0.25rem 0;
    padding-bottom: 16px;
    padding-bottom: 1.14286rem; }
.pagamento-tabela-itemadd tfoot th, .pagamento-tabela-itemadd tfoot td {
    padding: 10px 0;
    padding: 0.71429rem 0; }
.pagamento-tabela-itemadd__valor--principal {
    color: #fff;
    font-weight: bold;
    font-size: 1.14em; }
.pagamento-tabela-itemadd__valor--total th {
    text-align: right; }
.pagamento-tabela-itemadd__valor--total td {
    text-align: right;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: bold;
    color: #EC5600; }

strong, b
{

    font-weight: bold !important;
}

i { font-style: italic; }
u { text-decoration: underline; }

.lote--futuro
{

    color: #c1c1c1 !important;

}

.titulo-vem_correr
{
    color: #ec5600 !important;
}

.tipo-inscricao_disabled .tipo-inscricao__dados {
    background-color: #ccc;
    cursor: not-allowed;
}

.tipo-inscricao_disabled label {
    cursor: not-allowed !important;
}

.campoTermoPagamento {
    text-align: justify !important;
    font-size: 1.1em;
}

.kit__img-container {
    max-width: 18rem;
}

.inscricao .lote--atual .lote__precos  th{
    color: #C1C1C1;
}

.pt-1 {padding-top: 1em;}

@media only screen and (max-width: 768px) {

    .swal2-popup .swal2-content {
        font-size: .9em !important;
    }

    .swal2-actions button {
        padding: 0.625em 0.5em !important;;
        font-size: .85em !important;;
    }


}

.adicional__tabela .select2-selection__rendered {
    text-align: left;
}

.adicional__tabela .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
}

.adicional__tabela .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-search--inline .select2-search__field::placeholder
{
    color: #222;
}

.select2-results__option {
    color: #222;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #222 !important;
    color: #c1c1c1;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 20px;
}
.select2-container {
    width: auto;
}

/* Estilo geral do accordion */
.accordion__item {
    margin-bottom: 10px;
}

.accordion__answer {
    display: none;
    padding: 10px;
    border: 1px solid transparent;
}

.accordion__question {
    width: 100%;
    padding: 12px;
    margin-bottom: -3px;
    background-color: #333333;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
}

.accordion__question[aria-expanded="true"] {
    background-color: #ff7120;
}

.accordion__question[aria-expanded="true"] ~ .accordion__answer {
    display: block;
    border-color: #ff7120;
}

#inscricao-adiciona:not(.active) {
    cursor: not-allowed;
    color: #ff7120;
    border-color: #ff7120;
}

#inscricao-remove:not(.active) {
    cursor: not-allowed;
    color: #ff7120;
    border-color: #ff7120;
}