        :root {
            --primary: #377dff !important;
        }
        .bg-primary{
            background-color: #377dff !important;
        }
        .navbar-expand-lg{
            position: fixed!important;
            width: 100%;
            z-index: 1000;
        }
        /*.navbar {*/
        /*    padding: .625rem 8rem!important;*/
        /*}*/
        /*.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {*/
        /*    min-width: fit-content; */
        /*}*/

        .mt-10{
            margin-top: 4.5rem;
        }
        .bg-light-blue { background-color: #85baff; }
        .bg-dark-blue { background-color: #1f5acb; }
        .bg-deep-blue { background-color: #0046aa; }
        
        .bg-orange { background-color: #ff8f40; }
        .bg-coral-red { background-color: #ff5a5f; }
        .bg-golden-yellow { background-color: #ffbe0b; }
        
        .bg-emerald-green { background-color: #1ecb81; }
        .bg-olive-green { background-color: #789d50; }
        
        .bg-light-gray { background-color: #f5f7fa; }
        .bg-medium-gray { background-color: #adb5bd; }
        .bg-black-soft { background-color: #1c1c1e; }
        
        .bg-facturacion { background-color: #FE7088; }
        .bg-pos { background-color: #DB2342; }
        .bg-contabilidad { background-color: #28A745; }
        @keyframes bounce {
          0%, 100% {
            transform: translateY(0);
          }
          50% {
            transform: translateY(-5px);
            border-bottom: 2px solid var(--gk-primary);
            color: var(--gk-primary);
          }
        }
        
        .bounce-effect {
          animation: bounce 1.0s infinite;
        }
         

    
        /* Flecha abajo usando CSS puro */
        .dropdown-toggle::after {
          display: none!important;
        }
        .logo-brand-goujana{
            width: 100px;
        }
        main{
            padding-top: 55px;
        }
    
