/* Fonte */
.font_default {
    font-family: Arial, Helvetica, Calibri, Sans-Serif !important;
    letter-spacing: 0px !important;
}

.font_arial {
    font-family: Arial !important;
}

.font_verdana {
    font-family: Verdana !important;
}

.font_calibri {
    font-family: Calibri !important;
}

.font_segoeui {
    font-family: "Segoe UI" !important;
}

.font_times {
    font-family: Times !important;
}



/* Estilo de Fonte */
.font_italic {
    font-style: italic !important;
}

.font_bold {
    font-weight: bold !important;
}

.font_maiusculo {
    text-transform: uppercase !important;
}

.font_minusculo {
    text-transform: lowercase !important;
}



/* Tamanho das Fontes PX */
.font_1 {
    font-size: 1px !important;
}

.font_2 {
    font-size: 2px !important;
}

.font_3 {
    font-size: 3px !important;
}

.font_4 {
    font-size: 4px !important;
}

.font_5 {
    font-size: 5px !important;
}

.font_6 {
    font-size: 6px !important;
}

.font_7 {
    font-size: 7px !important;
}

.font_8 {
    font-size: 8px !important;
}

.font_9 {
    font-size: 9px !important;
}

.font_10 {
    font-size: 10px !important;
}

.font_11 {
    font-size: 11px !important;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_17 {
    font-size: 17px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_19 {
    font-size: 19px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_30 {
    font-size: 30px !important;
}

.font_35 {
    font-size: 35px !important;
}

.font_40 {
    font-size: 40px !important;
}

.font_45 {
    font-size: 45px !important;
}

.font_50 {
    font-size: 50px !important;
}



/* Tamanho das Fontes EM */
.font_020em {
    font-size: 0.20em !important;
}

.font_030em {
    font-size: 0.30em !important;
}

.font_040em {
    font-size: 0.40em !important;
}

.font_050em {
    font-size: 0.50em !important;
}

.font_060em {
    font-size: 0.60em !important;
}

.font_070em {
    font-size: 0.70em !important;
}

.font_080em {
    font-size: 0.80em !important;
}

.font_090em {
    font-size: 0.90em !important;
}

.font_100em {
    font-size: 1.00em !important;
}

.font_110em {
    font-size: 1.10em !important;
}

.font_120em {
    font-size: 1.20em !important;
}

.font_130em {
    font-size: 1.30em !important;
}

.font_140em {
    font-size: 1.40em !important;
}

.font_150em {
    font-size: 1.50em !important;
}

.font_160em {
    font-size: 1.60em !important;
}

.font_170em {
    font-size: 1.70em !important;
}

.font_180em {
    font-size: 1.80em !important;
}

.font_190em {
    font-size: 1.90em !important;
}

.font_200em {
    font-size: 2.00em !important;
}

.font_250em {
    font-size: 2.50em !important;
}

.font_300em {
    font-size: 3.00em !important;
}

.font_350em {
    font-size: 3.50em !important;
}

.font_400em {
    font-size: 4.00em !important;
}

.font_450em {
    font-size: 4.50em !important;
}

.font_500em {
    font-size: 5.00em !important;
}



/* Tamanho das Fontes REM */
.font_020rem {
    font-size: 0.20rem !important;
}

.font_030rem {
    font-size: 0.30rem !important;
}

.font_040rem {
    font-size: 0.40rem !important;
}

.font_050rem {
    font-size: 0.50rem !important;
}

.font_060rem {
    font-size: 0.60rem !important;
}

.font_070rem {
    font-size: 0.70rem !important;
}

.font_080rem {
    font-size: 0.80rem !important;
}

.font_090rem {
    font-size: 0.90rem !important;
}

.font_100rem {
    font-size: 1.00rem !important;
}

.font_110rem {
    font-size: 1.10rem !important;
}

.font_120rem {
    font-size: 1.20rem !important;
}

.font_130rem {
    font-size: 1.30rem !important;
}

.font_140rem {
    font-size: 1.40rem !important;
}

.font_150rem {
    font-size: 1.50rem !important;
}

.font_160rem {
    font-size: 1.60rem !important;
}

.font_170rem {
    font-size: 1.70rem !important;
}

.font_180rem {
    font-size: 1.80rem !important;
}

.font_190rem {
    font-size: 1.90rem !important;
}

.font_200rem {
    font-size: 2.00rem !important;
}

.font_250rem {
    font-size: 2.50rem !important;
}

.font_300rem {
    font-size: 3.00rem !important;
}

.font_350rem {
    font-size: 3.50rem !important;
}

.font_400rem {
    font-size: 4.00rem !important;
}

.font_450rem {
    font-size: 4.50rem !important;
}

.font_500rem {
    font-size: 5.00rem !important;
}



/* Espaçamento Caracteres */
.font_space_05 {
    letter-spacing: 0.5px !important;
}

.font_space_10 {
    letter-spacing: 1.0px !important;
}

.font_space_15 {
    letter-spacing: 1.5px !important;
}


