#evento {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: gray;
    background-image: url('../images/portal/space.jpg');
    background-attachment: fixed;
}

.month {
    background: #472965;
}

.weekdays {
    background-color: #ddd;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.days {
    background: #eee;
    color: #c1c1c1;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
}

.days .mesAtual {
    color: black;
}

.days .active {
    color: white;
    background: var(--laranja-logo);
}