body {
    background: #ffffff;
}

.header {
    background: #FF7A00;
    padding: 15px;
    border-bottom: 4px solid #000;
}

.logo {
    height: 70px;
}

.nav a {
    color: white !important;
    font-weight: bold;
    margin-right: 15px;
}

.nav a:hover {
    text-decoration: underline;
}

.footer {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 40px;
}

.header {
    background: #FF7A00;
    padding: 15px;
    border-bottom: 4px solid #000;
}

.logo {
    height: 70px;
}

.patro-logo {
    height: 35px;
    background: white;
    padding: 4px 6px;
    border-radius: 4px;
}

.nav a {
    color: white !important;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
}

.nav a:hover {
    text-decoration: underline;
}

.social-icon {
    height: 30px;
    filter: brightness(0) invert(1);
}
.conta {
    filter: brightness(0);
    height: 25px;
    width: 25px;
    padding-left: 3px;
    padding-right: 3px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #FF7A00;
    padding: 20px;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contas {
text-decoration: none;
}