/* Utilitários de cor */
.txt-gray-100 { color: #f8f9fa !important; }
.txt-gray-200 { color: #e9ecef !important; }
.txt-gray-300 { color: #dee2e6 !important; }
.txt-gray-400 { color: #ced4da !important; }
.txt-gray-500 { color: #adb5bd !important; }
.txt-gray-600 { color: #6c757d !important; }
.txt-gray-700 { color: #495057 !important; }
.txt-gray-800 { color: #343a40 !important; }
.txt-gray-900 { color: #212529 !important; }

.txt-blue-100 { color: #cfe2ff !important; }
.txt-blue-200 { color: #9ec5fe !important; }
.txt-blue-300 { color: #6ea8fe !important; }
.txt-blue-400 { color: #3d8bfd !important; }
.txt-blue-500 { color: #0d6efd !important; }
.txt-blue-600 { color: #0a58ca !important; }
.txt-blue-700 { color: #084298 !important; }
.txt-blue-800 { color: #052c65 !important; }
.txt-blue-900 { color: #031633 !important; }

.txt-indigo-100 { color: #e0cffc !important; }
.txt-indigo-200 { color: #c29ffa !important; }
.txt-indigo-300 { color: #a370f7 !important; }
.txt-indigo-400 { color: #8540f5 !important; }
.txt-indigo-500 { color: #6610f2 !important; }
.txt-indigo-600 { color: #520dc2 !important; }
.txt-indigo-700 { color: #3d0a91 !important; }
.txt-indigo-800 { color: #290661 !important; }
.txt-indigo-900 { color: #140330 !important; }

.txt-purple-100 { color: #e2d9f3 !important; }
.txt-purple-200 { color: #c5b3e6 !important; }
.txt-purple-300 { color: #a98eda !important; }
.txt-purple-400 { color: #8c68cd !important; }
.txt-purple-500 { color: #6f42c1 !important; }
.txt-purple-600 { color: #59359a !important; }
.txt-purple-700 { color: #432874 !important; }
.txt-purple-800 { color: #2c1a4d !important; }
.txt-purple-900 { color: #160d27 !important; }

.txt-pink-100 { color: #f7d6e6 !important; }
.txt-pink-200 { color: #efadce !important; }
.txt-pink-300 { color: #e685b5 !important; }
.txt-pink-400 { color: #de5c9d !important; }
.txt-pink-500 { color: #d63384 !important; }
.txt-pink-600 { color: #ab296a !important; }
.txt-pink-700 { color: #801f4f !important; }
.txt-pink-800 { color: #561435 !important; }
.txt-pink-900 { color: #2b0a1a !important; }

.txt-red-100 { color: #f8d7da !important; }
.txt-red-200 { color: #f1aeb5 !important; }
.txt-red-300 { color: #ea868f !important; }
.txt-red-400 { color: #e35d6a !important; }
.txt-red-500 { color: #dc3545 !important; }
.txt-red-600 { color: #b02a37 !important; }
.txt-red-700 { color: #842029 !important; }
.txt-red-800 { color: #58151c !important; }
.txt-red-900 { color: #2c0b0e !important; }

.txt-orange-100 { color: #ffe5d0 !important; }
.txt-orange-200 { color: #fecba1 !important; }
.txt-orange-300 { color: #feb272 !important; }
.txt-orange-400 { color: #fd9843 !important; }
.txt-orange-500 { color: #fd7e14 !important; }
.txt-orange-600 { color: #ca6510 !important; }
.txt-orange-700 { color: #984c0c !important; }
.txt-orange-800 { color: #653208 !important; }
.txt-orange-900 { color: #331904 !important; }

.txt-yellow-100 { color: #fff3cd !important; }
.txt-yellow-200 { color: #ffe69c !important; }
.txt-yellow-300 { color: #ffda6a !important; }
.txt-yellow-400 { color: #ffcd39 !important; }
.txt-yellow-500 { color: #ffc107 !important; }
.txt-yellow-600 { color: #cc9a06 !important; }
.txt-yellow-700 { color: #997404 !important; }
.txt-yellow-800 { color: #664d03 !important; }
.txt-yellow-900 { color: #332701 !important; }

.txt-green-100 { color: #d1e7dd !important; }
.txt-green-200 { color: #a3cfbb !important; }
.txt-green-300 { color: #75b798 !important; }
.txt-green-400 { color: #479f76 !important; }
.txt-green-500 { color: #198754 !important; }
.txt-green-600 { color: #146c43 !important; }
.txt-green-700 { color: #0f5132 !important; }
.txt-green-800 { color: #0a3622 !important; }
.txt-green-900 { color: #051b11 !important; }

.txt-teal-100 { color: #d2f4ea !important; }
.txt-teal-200 { color: #a6e9d5 !important; }
.txt-teal-300 { color: #79dfc1 !important; }
.txt-teal-400 { color: #4dd4ac !important; }
.txt-teal-500 { color: #20c997 !important; }
.txt-teal-600 { color: #1aa179 !important; }
.txt-teal-700 { color: #13795b !important; }
.txt-teal-800 { color: #0d503c !important; }
.txt-teal-900 { color: #06281e !important; }

.txt-cyan-100 { color: #cff4fc !important; }
.txt-cyan-200 { color: #9eeaf9 !important; }
.txt-cyan-300 { color: #6edff6 !important; }
.txt-cyan-400 { color: #3dd5f3 !important; }
.txt-cyan-500 { color: #0dcaf0 !important; }
.txt-cyan-600 { color: #0aa2c0 !important; }
.txt-cyan-700 { color: #087990 !important; }
.txt-cyan-800 { color: #055160 !important; }
.txt-cyan-900 { color: #032830 !important; }

.bg-gray-100 { background-color: #f8f9fa !important; }
.bg-gray-200 { background-color: #e9ecef !important; }
.bg-gray-300 { background-color: #dee2e6 !important; }
.bg-gray-400 { background-color: #ced4da !important; }
.bg-gray-500 { background-color: #adb5bd !important; }
.bg-gray-600 { background-color: #6c757d !important; }
.bg-gray-700 { background-color: #495057 !important; }
.bg-gray-800 { background-color: #343a40 !important; }
.bg-gray-900 { background-color: #212529 !important; }

.bg-blue-100 { background-color: #cfe2ff !important; }
.bg-blue-200 { background-color: #9ec5fe !important; }
.bg-blue-300 { background-color: #6ea8fe !important; }
.bg-blue-400 { background-color: #3d8bfd !important; }
.bg-blue-500 { background-color: #0d6efd !important; }
.bg-blue-600 { background-color: #0a58ca !important; }
.bg-blue-700 { background-color: #084298 !important; }
.bg-blue-800 { background-color: #052c65 !important; }
.bg-blue-900 { background-color: #031633 !important; }

.bg-indigo-100 { background-color: #e0cffc !important; }
.bg-indigo-200 { background-color: #c29ffa !important; }
.bg-indigo-300 { background-color: #a370f7 !important; }
.bg-indigo-400 { background-color: #8540f5 !important; }
.bg-indigo-500 { background-color: #6610f2 !important; }
.bg-indigo-600 { background-color: #520dc2 !important; }
.bg-indigo-700 { background-color: #3d0a91 !important; }
.bg-indigo-800 { background-color: #290661 !important; }
.bg-indigo-900 { background-color: #140330 !important; }

.bg-purple-100 { background-color: #e2d9f3 !important; }
.bg-purple-200 { background-color: #c5b3e6 !important; }
.bg-purple-300 { background-color: #a98eda !important; }
.bg-purple-400 { background-color: #8c68cd !important; }
.bg-purple-500 { background-color: #6f42c1 !important; }
.bg-purple-600 { background-color: #59359a !important; }
.bg-purple-700 { background-color: #432874 !important; }
.bg-purple-800 { background-color: #2c1a4d !important; }
.bg-purple-900 { background-color: #160d27 !important; }

.bg-pink-100 { background-color: #f7d6e6 !important; }
.bg-pink-200 { background-color: #efadce !important; }
.bg-pink-300 { background-color: #e685b5 !important; }
.bg-pink-400 { background-color: #de5c9d !important; }
.bg-pink-500 { background-color: #d63384 !important; }
.bg-pink-600 { background-color: #ab296a !important; }
.bg-pink-700 { background-color: #801f4f !important; }
.bg-pink-800 { background-color: #561435 !important; }
.bg-pink-900 { background-color: #2b0a1a !important; }

.bg-red-100 { background-color: #f8d7da !important; }
.bg-red-200 { background-color: #f1aeb5 !important; }
.bg-red-300 { background-color: #ea868f !important; }
.bg-red-400 { background-color: #e35d6a !important; }
.bg-red-500 { background-color: #dc3545 !important; }
.bg-red-600 { background-color: #b02a37 !important; }
.bg-red-700 { background-color: #842029 !important; }
.bg-red-800 { background-color: #58151c !important; }
.bg-red-900 { background-color: #2c0b0e !important; }

.bg-orange-100 { background-color: #ffe5d0 !important; }
.bg-orange-200 { background-color: #fecba1 !important; }
.bg-orange-300 { background-color: #feb272 !important; }
.bg-orange-400 { background-color: #fd9843 !important; }
.bg-orange-500 { background-color: #fd7e14 !important; }
.bg-orange-600 { background-color: #ca6510 !important; }
.bg-orange-700 { background-color: #984c0c !important; }
.bg-orange-800 { background-color: #653208 !important; }
.bg-orange-900 { background-color: #331904 !important; }

.bg-yellow-100 { background-color: #fff3cd !important; }
.bg-yellow-200 { background-color: #ffe69c !important; }
.bg-yellow-300 { background-color: #ffda6a !important; }
.bg-yellow-400 { background-color: #ffcd39 !important; }
.bg-yellow-500 { background-color: #ffc107 !important; }
.bg-yellow-600 { background-color: #cc9a06 !important; }
.bg-yellow-700 { background-color: #997404 !important; }
.bg-yellow-800 { background-color: #664d03 !important; }
.bg-yellow-900 { background-color: #332701 !important; }

.bg-green-100 { background-color: #d1e7dd !important; }
.bg-green-200 { background-color: #a3cfbb !important; }
.bg-green-300 { background-color: #75b798 !important; }
.bg-green-400 { background-color: #479f76 !important; }
.bg-green-500 { background-color: #198754 !important; }
.bg-green-600 { background-color: #146c43 !important; }
.bg-green-700 { background-color: #0f5132 !important; }
.bg-green-800 { background-color: #0a3622 !important; }
.bg-green-900 { background-color: #051b11 !important; }

.bg-teal-100 { background-color: #d2f4ea !important; }
.bg-teal-200 { background-color: #a6e9d5 !important; }
.bg-teal-300 { background-color: #79dfc1 !important; }
.bg-teal-400 { background-color: #4dd4ac !important; }
.bg-teal-500 { background-color: #20c997 !important; }
.bg-teal-600 { background-color: #1aa179 !important; }
.bg-teal-700 { background-color: #13795b !important; }
.bg-teal-800 { background-color: #0d503c !important; }
.bg-teal-900 { background-color: #06281e !important; }

.bg-cyan-100 { background-color: #cff4fc !important; }
.bg-cyan-200 { background-color: #9eeaf9 !important; }
.bg-cyan-300 { background-color: #6edff6 !important; }
.bg-cyan-400 { background-color: #3dd5f3 !important; }
.bg-cyan-500 { background-color: #0dcaf0 !important; }
.bg-cyan-600 { background-color: #0aa2c0 !important; }
.bg-cyan-700 { background-color: #087990 !important; }
.bg-cyan-800 { background-color: #055160 !important; }
.bg-cyan-900 { background-color: #032830 !important; }

/* Cores light mode*/
.txt-blue-ochre { color:blue !important; }
.txt-wine-ochre { color:#970F0F !important; }
.txt-red-orange { color:#dc3545 !important; }
.txt-red-purple { color:#dc3545 !important; }
.txt-red-purple1 { color:#dc3545 !important; }
.txt-blue-green1 { color:#56b6c2 !important; }
.txt-blue-green2 { color:#0d6efd !important; }
.txt-pink1 { color:#e06c75 !important; }
.txt-pink2 { color:#e685b5 !important; }
.txt-blue { color:#6ea8fe !important; }
.txt-orange1 { color:#ffb74d !important; }
.txt-orange2 { color:#d19a66 !important; }
.txt-white { color: #FFF !important; }
.txt-ochre { color:#e5c07b !important; }
.txt-black-white { color:#000 !important; }
.bg-gray-dark { background-color:#f7f7f7 !important; }

/* Cores dark mode */
.dark-mode .txt-blue-ochre { color:#e5c07b !important; }
.dark-mode .txt-wine-ochre { color:#e5c07b !important; }
.dark-mode .txt-red-orange { color:#ffb74d !important; }
.dark-mode .txt-red-purple { color:#c678dd !important; }
.dark-mode .txt-red-purple1 { color:#d3adfa !important; }
.dark-mode .txt-blue-green1 { color:#56b6c2 !important; }
.dark-mode .txt-blue-green2 { color:#79dfc1 !important; }
.dark-mode .txt-black-white { color:#FFF !important; }
.dark-mode .txt-pink1 { color:#e06c75 !important; }
.dark-mode .txt-pink2 { color:#e685b5 !important; }
.dark-mode .txt-blue { color:#6ea8fe !important; }
.dark-mode .txt-orange1 { color:#ffb74d !important; }
.dark-mode .txt-orange2 { color:#d19a66 !important; }
.dark-mode .txt-ochre { color:#e5c07b !important; }
.dark-mode .bg-gray-dark { background-color:#222222 !important; color: #e5c07b !important; }

/* Para ppastoral */
[data-bs-theme="dark"] .txt-blue-ochre { color:#e5c07b !important; }
[data-bs-theme="dark"] .txt-wine-ochre { color:#e5c07b !important; }
[data-bs-theme="dark"] .txt-red-orange { color:#ffb74d !important; }
[data-bs-theme="dark"] .txt-red-purple { color:#c678dd !important; }
[data-bs-theme="dark"] .txt-red-purple1 { color:#d3adfa !important; }
[data-bs-theme="dark"] .txt-blue-green1 { color:#56b6c2 !important; }
[data-bs-theme="dark"] .txt-blue-green2 { color:#79dfc1 !important; }
[data-bs-theme="dark"] .txt-black-white { color:#FFF !important; }
[data-bs-theme="dark"] .txt-pink1 { color:#e06c75 !important; }
[data-bs-theme="dark"] .txt-pink2 { color:#e685b5 !important; }
[data-bs-theme="dark"] .txt-blue { color:#6ea8fe !important; }
[data-bs-theme="dark"] .txt-orange1 { color:#ffb74d !important; }
[data-bs-theme="dark"] .txt-orange2 { color:#d19a66 !important; }
[data-bs-theme="dark"] .txt-ochre { color:#e5c07b !important; }
[data-bs-theme="dark"] .bg-gray-dark { background-color:#222222 !important; color: #e5c07b !important; }

[data-bs-theme="dark"] span[style*="#F00000"], 
[data-bs-theme="dark"] span[style*="#FF0000"], 
[data-bs-theme="dark"] span[style*="#F00"] {
	color: #d3adfa !important;
}
[data-bs-theme="dark"] span[style*="#0000FF"], 
[data-bs-theme="dark"] span[style*="#00F"] { 
	color: #79dfc1 !important;
}


