/* Ocultar el footer oficial de HESK (manteniendo la licencia activa) */
footer.footer {
    display: none !important;
}

/* Estilos de tu footer personalizado */
footer.custom-footer {
    background-color: #133e5e;
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}

footer.custom-footer a {
    color: #00bfff;
    text-decoration: none;
}

footer.custom-footer a:hover {
    text-decoration: underline;
}
