#logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 170px;
}

.nav-item .nav-link {
    color: #000;
    font-weight: 500;
}

.cookies-box.hide {
    display: none !important;
}

.cookies-box {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies-msg {
    width: 80%;
}

.cookies-area-btn {
    width: 20%;
}

.cookies-box .cookies-msg {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.cookies-box .cookies-btn {
    padding: 5px 30px 5px 30px;
    border: none;
    background: #1e88e5;
    color: #fff;
    cursor: pointer;
    align-self: normal;
}


footer {
    background-color: #c0c0c0;
}

#rodape {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 60%;
    margin-left: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

#rodape a, #rodape a:hover {
    color: #000;
    text-decoration: none;
}

.rod-col {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: flex-start;
}

.rod-menu ul {
    margin: 0;
}

.destaque {
    font-weight: 800;
}

.rod-menu ul li {
    margin-bottom: 4px;
    margin-left: -30px;
    list-style-type: none;
    color: #FFF;
    font-weight: 600;
}

#copyright {
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
}
