/* Oculta o conteúdo da página até o carregamento completo */
#tab-gratuidade-content {
    display: none;
}

.table {
    max-width: 1100px !important;
    background-color: none;
    border-radius: 20px;
}

/* Estiliza linhas ímpares */
table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* Estiliza linhas pares */
table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

/* Destaca a linha ao passar o mouse */
table tbody tr:hover {
    background-color: #d1e0e0;
}

body {
    background: #efefef !important
}

.table tr {
    border: 1px solid rgba(0, 0, 0, .1)
}

.table-bordered>:not(caption)>*>* {
    border-width: 1 !important;
}

.table-bordered {
    border-collapse: collapse;
    width: 100%;
}

/* Borda laranja nas bordas externas */
.table-bordered {
    border: 1px solid #13A538;
}

/* Bordas internas cinzas */
.table-bordered td,
.table-bordered th {
    border: 1px solid lightgray;
}

.table tr {
    font-weight: normal;
}

tr.titulos {
    background-color: #e9e9e9 !important;
    font-weight: bolder !important;
}

.table tfoot tr td {
    background-color: gray !important;
    font-weight: bolder !important;
}

.table thead tr th {
    font-weight: bolder !important;
}

tbody {
    background: #fff !important
}

h1 {
    color: #13A538;
    font-size: 25px !important;
    font-weight: bolder;
    position: relative;
    top: 10px;
}

.notas small {
    font-weight: bolder;
}

h1>small {
    font-size: 11px;
    color: #000 !important;
    position: relative;
    top: -10px;
}

.notas p {
    font-size: 14px !important;
    margin-top: 10px;
}

.table>tbody>tr:hover {
    background: #DCDCDC;
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 4px solid #F8F8F8;
    transition: all 500ms ease;
    color: black;
    text-align: center;
    font-size: 18px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #13A538;
    cursor: default;
}

.nav li a {
    display: block;
}

.tab-content .accordions {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tab-content .accordions .accordion {
    background: transparent;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tab-content .accordions .accordion .accordion-header {
    border-bottom: 1px solid rgba(26, 145, 26, 0.3);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.accordion-header {
    cursor: pointer;
}

.accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px;
}

.accordion-header img {
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
}

.accordion-body {
    transition: max-height 0.5s;
    overflow: hidden;
    max-height: 0;
    padding: 0;
}

.tab-content .accordions .accordion .accordion-body .accordion-body-content {
    box-shadow: unset;
    margin: 16px 0;
    padding: 0;
}

.accordion.open .accordion-body {
    max-height: 2000px;
}

.accordion-body .accordion-body-content {
    box-shadow: inset 0px 2px 0px #EBEBEB;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
}

.si-transparencia-empty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 48px 0px;
    gap: 80px;
}

.si-transparencia-notas {
    margin-top: 16px;
}

.si-transparencia-empty-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.si-transparencia-notas .si-transparencia-nota {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}

.si-transparencia-notas .si-transparencia-nota p {
    line-height: 150%;
    letter-spacing: 0.04em;
}

.tab-pane .accordions .accordion .accordion-header h5 {
    color: #13A538;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: unset;
}

.custom-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}
