.btn-agenda-eventos{
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    color: #7F1FD4;
    font-weight: bold;
}
.btn-agenda-eventos-mb{
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    background: #ffffff;
    border: 1px solid #7F1FD4;
    color: #7F1FD4;
    font-weight: bold;
}
.btn-agenda-eventos:hover, .btn-agenda-eventos-mb:hover{
    background: #7F1FD4;
    color: #ffffff;
}

.btn-selected{
    background: #7F1FD4;
    color: #ffffff;
}
.berinjela{
    color: #7F1FD4;
}
.border-berinjela{
    width: 70px;
    height: 70px;
    /*gap: 10px;*/
    border-radius: 8px;
    border: 2px solid #7F1FD4;
    /*centered the content vertically and horizontally*/
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .border-berinjela{
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
}
.event-details{
    display: flex;
    align-items: center;
    justify-content: left;
}
.event-details-mb{
    font-size: 12px;
    text-align: left;
}

.btn-programacao{
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    background: #E7321F;
    color: #FFFFFF;
}
.btn-programacao:hover{
    background: #e51f0a;
    font-weight: bold;
    color: #FFFFFF;
}
.btn-presencial-online{
    border-bottom: 2px solid #7F1FD4;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
}
.btn-presencial-online:hover{
    font-weight: bold;
}

.btn-presencial-online-selected{
    border-bottom: 4px solid #7F1FD4 !important;
    font-weight: bold !important;
}