#wpadminbar {
    display: none !important;
}

html,
body {
    margin: 0 !important;
}

.drawer {
    background-color: #121212;
}

.drawer a,
#drawer .link {
    color: #e0e0e0;
    font-family: "Futura-Medium";
}

#drawer .link {
    margin: 0 !important;
    margin-bottom: 40px !important;
}

#drawer {
    width: 75%;
    max-width: 300px;
    box-shadow: 0 0 12px 0px #121212;
}

.titulo-drawer,
.drawer.open #closeButton {
    color: #e0e0e0;
}

.drawer.open #closeButton {
    border-radius: 4px;
}

.drawer.open #closeButton:hover {
    color: #121212;
    background-color: #e0e0e0;
    border-radius: 4px;
}

.logoMainContainer {
    position: relative;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.logoMainContainer img {
    position: absolute;
    width: 100% !important;
    max-width: 800px !important;
    height: 100%;
    margin-right: 12px;
}