/* ============================
   FOOTER OSCURO PARA CURSOS
   ============================ */

.footer-dark {
    background-color: #000;
    color: #f0f0f0;
    padding: 50px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.footer-dark a {
    color: #e6e6e6;
    text-decoration: none;
    font-weight: 500;
}

.footer-dark a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-dark .footer-content-dark {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-dark .footer-legal {
    margin-top: 20px;
    font-size: 12px;
    color: #ccc;
}

.footer-dark .footer-legal a {
    color: #ccc;
}

.footer-dark .footer-legal a:hover {
    color: #fff;
}
