<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**** Menu PadrÃ£o ****/

#wrapperMenu {
    background: rgb(14, 162, 0);
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

#menu {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: 400;
}

#menu .lista-menu-principal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
    list-style: none;
}
#menu a{
    color: white;
    text-decoration: none;
}

#menu .lista-menu-principal&gt;li {
    width: 100px;
}
#menu .lista-menu-principal&gt;li {
    padding: 20px 10px;
    margin: 0;
    color: rgba(255 255 255);
}
#menu .lista-menu-principal&gt;li:hover, #menu .lista-menu-principal&gt;li:focus {
    background-color: rgb(16, 95, 9);
    text-decoration: none;
}</pre></body></html>