﻿html {
    font-size: 16px;
}

.PksGlobal_LarguraMaxima {
    width: 100% !important;
}

.PksGlobal_AlturaMaxima {
    height: 100% !important;
}

.PksGlobal_MudText-texto_maiusculo {
    text-transform: uppercase !important;
}

.PksGlobal_MudText-texto_bold {
    font-weight: bold !important;
}

.PksGlobal_MudText-texto_cor_principal {
    color: var(--Cor-Principal) !important;
}

.PksGlobal_MudText-texto_cor_preto {
    color: #0A0A0A !important;
}


/*  =============================================
   |    ESTILIZAÇÃO DAS VARIAVEIS DE AMBIENTE    |
    ============================================ */

:root {
    --Cor-Principal: #7F0037 !important;
}
