/*FEATURE EMPRESARIAL*/
            .header__sign-business {
            background-color: #32e000;
            display: flex;
            padding: 5px 16px;
            text-align: center;
            gap: 4px;
            border-radius: 999px;
            justify-content: center;
            min-width: 167px;
            }
            .header__sign-business__text * {
            color: #192b1c;
            }
            .header__sign-business__text {
            display: flex;
            align-items: center;
            }
            .header__sign-business__text-left {
            display: none;
            }
            @media screen and (min-width: 1124px) {
            .header__sign-business__text-left {
            display: block;
            }
            }
         