body {
    font-size: 1rem;
    line-height: 1.6;
    background-color: white;
}

.high-contrast body {
    background-color: black;
    color: white;
}

.high-contrast header {
    background: black;
}

.high-contrast input {
    background-color: black;
    color: white;
    border: white 1px solid;
}

.high-contrast footer {
    background: black;
}

.max-width {
    max-width: 1264px;
}

@media (max-width: 1288px) {
    .max-width {
        max-width: calc(100% - 32px);
    }
}

main a {
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

main a.no-underline:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
    font-weight: bold;
}

.box {
    background-color: #EBEBEB;
}

table td {
    padding: 0.5rem !important;
}

.titulo-secao {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.titulo-secao::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 6px;
    border-radius: 999px;
}

.box-area-usuario {
    background-color: white;
    color: #000;
    margin: 30px 0 0 0;
    padding: 16px;
}

.menu_box .box-area-usuario:hover {
    background-color: #EBEBEB;
    text-decoration: none;
    color: #000;
}

.menu_box span.titulo {
    font-size: 1.7em !important;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 23px;
}

.menu_box .apoio {
    padding-top: 16px;
    font-size: 0.9em;
    line-height: 13px;
}

.rating {
    display: flex;
    direction: rtl;
    justify-content: left;
}

.rating>input {
    display: none;
}

.rating>label .fa-star {
    color: #ccc;
}


.rating>input:checked~label .fa-star,
.rating>input:checked+label .fa-star {
    color: gold;
}

.rating>label:hover .fa-star,
.rating>label:hover~label .fa-star {
    color: gold;
}

.video {
    width: 100%;
    height: 450px;
}

.videos_borda {
    background: url('/img/bkg_video.png');
    height: 90px;
    width: 170px;
}

footer.footer {
    border-color: rgb(114 191 68 / var(--tw-border-opacity, 1));
    border-top-width: 16px;
}

.high-contrast [class*="text-"] {
    color: white !important;
}

.high-contrast [class*="bg"] {
    background-color: black !important;
}

.high-contrast [class*="shadow-"] {
    border: solid 2px !important;
    border-color: white !important;
}

.high-contrast input {
    border: none !important;
}

.high-contrast a {
    color: white !important;
}

.high-contrast p {
    color: white !important;
}

.high-contrast button {
    border: solid 2px;
    border-color: white !important;
}

.high-contrast button:focus {
    border-radius: 6px;
}

.high-contrast hr {
    color: white !important;
}

.high-contrast .pesquisa-topo {
    border: solid 2px !important;
    border-color: white !important;
}

.high-contrast nav {
    border: none !important;
}