body {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    overflow-x: hidden;
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    background-color: #190032 !important;
}

header ul {
    gap: 1.875rem !important; 
}

.cor {
    background-color: #190032 !important;
}

.botaoResponsivo {
    background-color: #190032 !important;
}

.inicio {
    padding-top: 5.9375rem !important; 
}

.item_ativo {
    color: #d7a9ff !important;
}

.item_menu a {
    color: #b9ffb6;
    font-weight: bold;
    font-size: 1.125rem;
}

.item_menu a:hover {
    color: #008540 !important;
}

.retangulo {
    background-color: #150033;
}

header img {
    width: 4.375rem; 
    height: 4.375rem; 
}

.fim_rodape {
    background-color: #12003d;
}

.acessibilidade-botoes {
    display: flex;
    gap: 1.875rem; 
}

.acessibilidade-botoes button {
    color: #b9ffb6;
    border: none;
    background: none;
    transition: 0.5s color;
}

.acessibilidade-botoes button:hover {
    color: #ecd6ff;
}

.acessibilidade-botoes p {
    color: #ecd6ff;
    font-size: 1.25rem; 
    align-items: center;
    justify-content: center;
}

html.monocromatico {
    filter: grayscale(100%);
}
