header{
    background-color: #fff;
}

.menu{
    background-color: #031430 !important;
}

.menu a{
    color: #fff9eb !important;
}

.menu a:hover{
    color: orangered !important;
}

footer{
    background-color: #031430 !important;
    padding: 50px 0;
    margin-top: 100px;
}

.bege{
    color: #031430 !important;
}

.azul{
    background-color: #031430 !important;
    border-color: #031430 !important;
}

.texto-azul{
    color: #031430 !important;
}

.orange{
    color: orangered !important;
}

.azul:hover{
    background-color: orangered !important;
    border-color: orangered !important;
}

.tabs-home:hover{
    color: white !important;
    background-color: orangered !important;
    border-color: orangered !important;
}

@media (min-width: 992px) {
    .bd-toc {
        position:-webkit-sticky;
        position: sticky;
        top: 2rem;
        right: 0;
        z-index: 2;
        height: calc(100vh - 7rem);
        /* overflow-y: auto; */
        width:100%
    }
}

#loading{
    position: absolute;
    background-color: #031430fd;
    width: 100%;
    height: 100vh;
    top: 145px;
    left:0;
    text-align: center;
    padding-top:40px;
    z-index: 99999;
    color: white;
}

#loading-blast{
    position: absolute;
    background-color: #031430fd;
    width: 100%;
    height: 100vh;
    top: 0;
    left:0;
    text-align: center;
    padding-top:40px;
    z-index: 99999;
    color: white;
    visibility: hidden;
    display: none; 
}

#legend {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.affix {
    top: 100px;
    z-index: 9999 !important;
}
#pdb canvas {
    position: relative !important;
}

.orange:hover span{
    color: orangered;
}

.validacao {
    text-transform: uppercase;
}