<footer class="fixed-bottom bg-white p-2 shadow border-top">
    <div class="d-flex justify-content-between position-relative">
        <a class="btn float-left mr-3 text-dark"><i class="fa fa-user-circle fa-lg mr-2"></i><?php echo ucfirst($filaDatosUsuario['USUARIO']); ?></a>
        <a href="dashboard.php" class="pt-1">
            <img src="img/LOGO COLOR DEALERBEST.png" alt="logo" width="115px">
        </a>
        <div>
            <?php if($Permisos->permisosACC(31, $_SESSION['GRUPO'])) { ?>
                <a href="ajustes.php" class="btn float-right mr-3 <?php if($page == "ajustes"){echo "text-info";}else{echo "text-dark";}?>" data-toggle="tooltip" data-placement="top" data-title="<?php echo $ajustes_lg; ?>">
            <?php }else{ ?> 
                <a class="btn float-right mr-3 <?php if($page == "ajustes"){echo "text-info";}else{echo "text-dark";}?>" style="cursor:not-allowed;" data-title="<?php echo $ajustes_lg; ?>">
            <?php }?> 
                <i class="fa fa-cog"></i>
            </a>
            <a class="btn float-right mr-3 text-dark" data-toggle="tooltip" data-placement="top" data-title="<?php echo $version_vo; ?>">
                <i class="fa fa-info-circle"></i>
            </a> 
        </div>
    </div>
</footer>