.bg-color,
.bg-color *,
[class*="bg-color"] * {
    color: #000000 !important;
}
/* Override: when text-light is combined with bg-color, text stays white */
.bg-color.text-light,
.bg-color.text-light *,
section.bg-color.text-light,
section.bg-color.text-light * {
    color: #ffffff !important;
}

/* CTA final: mantener texto y botón en negro */
section.bg-color.text-light.pt-50.pb-50 h3,
section.bg-color.text-light.pt-50.pb-50 .btn-main.btn-line,
section.bg-color.text-light.pt-50.pb-50 .btn-main.btn-line span {
    color: #000000 !important;
}

section.bg-color.text-light.pt-50.pb-50 .btn-main.btn-line {
    border-color: #000000 !important;
    background-color: transparent !important;
}
.id-color {
    color: var(--primary-color) !important;
}
