
/* ============================================= */
/* --- ESTILOS DINÂMICOS BASEADOS NO PAINEL --- */
/* ============================================= */

/* --- CORES GERAIS --- */
body {
    background-color: #edee9b;
    color: #333333;
}

h1, h2, h3, h4, h5, h6,
.conteudo-sobre h2,
.contato-info h3,
.turma-card-content h3 {
    color: #005a9c;
}

a, .btn-leia-mais {
    color: #005a9c;
}

a:hover, .btn-leia-mais:hover {
    color: #004170;
}

/* --- BOTÕES --- */
.btn-principal,
.btn-submit,
.paginacao .pagina-ativa a,
.whatsapp-float {
    background-color: #005a9c;
    color: #ffffff;
}

.btn-principal:hover,
.btn-submit:hover {
    background-color: #004170;
}

.btn-matricula {
    background-color: #28a745;
    color: #ffffff;
}

.btn-matricula:hover {
    background-color: #218838;
}


/* --- ELEMENTOS ESPECÍFICOS --- */
nav {
    background-color: #005a9c;
}

.turmas-swiper .swiper-button-next,
.turmas-swiper .swiper-button-prev {
    color: #005a9c;
}

.turmas-swiper .swiper-pagination-bullet-active {
    background: #005a9c;
}

.resultado-barra div {
    background-color: #28a745;
}

.turma-preco {
    color: #28a745;
}

.evento-data,
.header .logout-btn {
    background-color: #dc3545;
}
