body {
    background-repeat: no-repeat, repeat;
}

nav {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    height: 50px;

    background: linear-gradient(90deg, #02537e, #0378b6);
    place-items: center;

    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    margin: -8px;
}

nav > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;

    width: 100%;
    height: 100%;

    font-size: 17px;
}

nav > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #e0f4ff;
}

nav > a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.219);
}

img {
    max-width: 100%;
}

#barra {
    display: none;
}
