.block_eventos{
    display: flex;
    flex-direction: column;
}

.block_cpt_loading{
    text-align: center;
    margin: 2.34rem 0;

    display: none;
}
.block_cpt_loading .far,
.block_cpt_loading svg{
    color: var(--vsf-primary-color);
    font-size: 2rem;
}

.block_cpt_more{
    text-align: center;
    margin: 2.34rem auto;
    border-radius: var(--button-border-radius);
}