.btn-eventos-link {
    display: inline-block;
    padding: 10px 28px;
    background: #1877F3;
    color: #fff !important;
    border: none;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0 auto 18px auto;
    transition: background 0.2s;
}
.btn-eventos-link:hover {
    background: #1459b3;
}