#landingFeatures .features-icon-box i{
    font-size: 3rem !important;
    color: #d7a10a;
}

.footer-text, .footer-title, .footer-link{
    color: black !important;
}

.accordion-item, .accordion-button {
    --bs-bg-opacity: 1;
    background-color: #f5f5f9 !important;
}

.container-info{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}

/* Colores para iconos de documentos */
.text-red-500 { color: #ef4444 !important; }
.text-blue-500 { color: #3b82f6 !important; }
.text-green-500 { color: #22c55e !important; }
.text-orange-500 { color: #f97316 !important; }
.text-pink-500 { color: #ec4899 !important; }
.text-yellow-500 { color: #eab308 !important; }
.text-purple-500 { color: #a855f7 !important; }
.text-gray-500 { color: #6b7280 !important; }
.text-gray-400 { color: #9ca3af !important; }
