.event-card .btn-primary {
    display: none;
}

/* Estructura: Before (arriba) → Contenido (centro) → After (abajo) */
.section-capacitacion-tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-capacitacion-tabs > .cubaemprende_max_content {
    flex: 1;
    min-height: 0;
}

.section-capacitacion-tabs::before,
.section-capacitacion-tabs::after {
    flex-shrink: 0;
    width: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    pointer-events: none;
}

.section-capacitacion-tabs::before {
    background-image: url('../images/ofertas-before.png');
    background-position: center top;
    height: 340px;
}

.section-capacitacion-tabs::after {
    background-image: url('../images/ofertas-after.png');
    background-position: center bottom;
    height: 320px;
}

.section-capacitacion-tabs .fondo-tabs {
    background-color: #f2f2f2;
    width: 100%;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .section-capacitacion-tabs::before {
        display: none;
    }

    .section-capacitacion-tabs::after {
        display: none;
    }
}

.page-template-page-program-php footer {
    margin-top: 40px !important;
}