
/* Text meant only for screen readers. */
.menu-relevancia dt,
.screen-reader-text,
header label,
header legend,
header .legenda,
.busca-geral legend,
.busca-geral label,
header .legenda {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.menu-relevancia dt:focus,
header label:focus,
header legend:focus,
header .legenda:focus,
.busca-geral legend:focus,
.busca-geral label:focus,
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
