:focus-visible, .nav-item:focus-within, .news-grid-main:focus-within, .list-cursos:focus-within {
    outline: 3px solid #E8603C !important;
    outline-offset: 4px !important;
    z-index: 10;
}

.visually-hidden-focusable {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

section {
    scroll-margin-top: 90px;
}

.visually-hidden-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 1rem;
    padding: 0.5rem;
    background: #000;
    color: #fff;
    z-index: 1000;
}

body a:hover {
    color: #006969;
}
