
        /* Estilo para os textos gerais do site */
        .g_ .abas-custom #descricao,
        .g_ .abas-custom #descricao *,
        .g_ .pagina-pagina #corpo .titulo + div *,
        .g_ .pagina-pagina .titulo + div {
            color: #486D22 !important; /* tom de verde */
            font-size: var(--fs16, 16px) !important;
            line-height: calc(var(--fs16, 16px) * 1.6) !important;
            font-family: var(--ff, 'Segoe UI', sans-serif) !important;
        }

        /* Estilo para os botões */
        .g_ .botao,
        .g_ .botao:hover,
        .g_ .btn,
        .g_ .btn:hover,
        .g_ .identificacao .control-group .submit-email.botao.principal {
            background-image: none;
            background-color: #486D22; /* tom de verde */
            padding: 15px 30px 20px !important;
            line-height: 30px !important;
            font-weight: 500;
            color: #fff !important; /* texto branco */
            outline: 0;
            box-shadow: none;
            height: 50px !important;
            text-align: center !important;
            border-radius: 0px !important;
        }

        /* Força o texto branco em qualquer elemento dentro do botão */
        .g_ .botao *,
        .g_ .btn * {
            color: #fff !important;
        }

        /* Estilo para botões secundários (branco com texto preto) */
        .botao.principal {
            border-radius: 0px !important;
            color: #555 !important; /* texto escuro */
            font-size: 16px;
            line-height: normal;
            text-transform: none;
            padding: 15px 30px 20px !important;
            display: inline-block;
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            background-color: #FFF;
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
            white-space: nowrap;
            height: 50px !important;
        }

        .botao {
            border-radius: 0px !important;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom-color: rgba(0, 0, 0, 0.2);
            font-size: 16px;
            line-height: normal;
            text-transform: none;
            padding: 15px 30px 20px !important;
            display: inline-block;
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            background-color: #FFF;
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
            white-space: nowrap;
            height: 50px !important;
        }
 
