/*-- Use For Custom Styling --*/

/* Corrigir texto branco em fundos claros */
.bg-light .info,
.bg-white .info,
.bg-grey .info {
    color: #666666 !important;
    opacity: 1 !important;
}

.bg-light .about-heading .info,
.bg-white .about-heading .info,
.bg-grey .about-heading .info {
    color: #666666 !important;
    opacity: 1 !important;
}

/* Cards Para Quem / Para Quem NÃO é */
.bg-white.p-4.rounded .info {
    color: #666666 !important;
    opacity: 1 !important;
}

/* Seção Agentes IA - caixa Business */
#agentes .bg-light .info {
    color: #666666 !important;
    opacity: 1 !important;
}
