/**************** Personalizados *********************/
.g_opaca_logo {
    opacity: 0.75;
}



.menu-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-system {
    width: 48px;
    height: 48px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all .2s ease-in-out;
}

    .btn-system img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .btn-system:hover {
        background-color: rgba(255,255,255,0.15);
        transform: translateY(-2px);
    }
