#barrasuperior {
    background-color: var( --rosado );
    width: 100%;
    height: 40px;
    position: sticky;
    top: 0;
    z-index: var( --z-index-barrasuperior );
}
#barrasuperior a {
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-size: calc(16px + 8 * (100vw - 320px) / 1600); */
}
#barrasuperior a > p {
    color: white;
}