/* Estilos para o novo logo SXI futurista */
.brand-identity img {
    height: 60px !important;
    width: auto !important;
    /* Remover filtros anteriores */
    filter: none !important;
    background: transparent !important;
    padding: 5px !important;
    /* Animação suave */
    transition: all 0.3s ease !important;
}

.brand-identity:hover img {
    transform: scale(1.05) !important;
    /* Leve brilho metálico no hover */
    filter: brightness(1.2) !important;
}

/* Ajustar espaçamento do header para o novo logo */
.header-top {
    padding: 1rem 0 !important;
}

/* Para telas menores */
@media (max-width: 768px) {
    .brand-identity img {
        height: 45px !important;
    }
}
