/* Estilos globais para fundo azul naval - Cor Branca */
/* Este arquivo garante consistência entre ambiente local e produção */

/* Estilo para fundo azul naval */
.bg-navy {
    background-color: #1e3a8a !important; /* Azul naval */
}

/* Garantir que todos os textos no cabeçalho azul naval sejam brancos */
.bg-navy .text-white {
    color: #ffffff !important;
}

.bg-navy .bg-white\/10 .text-white {
    color: #ffffff !important;
}

.bg-navy .bg-white\/10 p.text-white {
    color: #ffffff !important;
}

.bg-navy .bg-white\/10 span.text-white {
    color: #ffffff !important;
}

/* Garantir que textos brancos em fundos azul naval sejam sempre visíveis */
.bg-navy h1.text-white,
.bg-navy h3.text-white,
.bg-navy .text-white {
    color: #ffffff !important;
}

/* Garantir que ícones em fundos azul naval sejam brancos */
.bg-navy svg.text-white {
    color: #ffffff !important;
}

/* Garantir que o texto nos cabeçalhos seja sempre visível */
.card-header h3 {
    color: #1f2937 !important; /* text-gray-800 */
    font-weight: 700 !important;
}

/* Melhorar legibilidade dos títulos */
.font-bold {
    font-weight: 700 !important;
} 