.associatec-eventos-widget {
    text-align: center;
    margin-bottom: 20px;
    --display: flex;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #C9C9C9;
    border-radius: 15px 15px 15px 15px;
    --padding-top: 0px;
    --padding-bottom: 60px;
    --padding-left: 15px;
    --padding-right: 15px;
}

.associatec-eventos-widget h2 {
    color: #1E88E5;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.associatec-eventos-container {
    background-color: white;
    margin: -24px 0px 60px 0px;
    width: 385px;
}

.associatec-eventos-titulo {
    display: flex;
    justify-content: center;
}

.eventos-grid {
    display: flex;
    gap: 15px;
}

.evento-item {
    width: 22%;
    text-align: center;
    margin: 2%;
}

.evento-item img {
    width: 262px;
    height: 164px;
    object-fit: cover;
}

.evento-item h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.veja-mais {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1E88E5;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.veja-mais:hover {
    background-color: #1565C0;
}

.mensagem-eventos {
    justify-content: center;
    display: flex;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.welcome {
    color: white;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}