/* 
    ALL STYLES ABOUT SIZING & STYLING FONT 
*/

/* LINE HEIGHT REGULAR */
.font6 {
    font-size: 6px !important;
    line-height: 120%;
}
.font7 {
    font-size: 7px !important;
    line-height: 120%;
}
.font8 {
    font-size: 8px !important;
    line-height: 120%;
}
.font9 {
    font-size: 9px !important;
    line-height: 120%;
}
.font10 {
    font-size: 10px !important;
    line-height: 120%;
}
.font11 {
    font-size: 11px !important;
    line-height: 120%;
}
.font12 {
    font-size: 12px !important;
    line-height: 120%;
}
.font13 {
    font-size: 13px !important;
    line-height: 120%;
}
.font14 {
    font-size: 14px;
    line-height: 120%;
}
.font16 {
    font-size: 16px;
    line-height: 120%;
}
.font18 {
    font-size: 18px;
    line-height: 120%;
}
.font20 {
    font-size: 20px;
    line-height: 120%;
}
.font22 {
    font-size: 22px;
    line-height: 120%;
}
.font24 {
    font-size: 24px;
    line-height: 120%;
}
.font25 {
    font-size: 25px;
    line-height: 120%;
}
.font26 {
    font-size: 26px;
    line-height: 120%;
}
.font28 {
    font-size: 28px;
    line-height: 120%;
}
.font30 {
    font-size: 30px;
    line-height: 120%;
}
.font32 {
    font-size: 32px;
    line-height: 120%;
}
.font36 {
    font-size: 36px;
    line-height: 120%;
}
.font40 {
    font-size: 40px;
    line-height: 120%;
}
.font48 {
    font-size: 48px;
    line-height: 120%;
}
.font50 {
    font-size: 50px;
    line-height: 120%;
}
.font64 {
    font-size: 64px;
    line-height: 120%;
}
.font65 {
    font-size: 65px;
    line-height: 120%;
}
.font70 {
    font-size: 70px;
    line-height: 120%;
}
.font75 {
    font-size: 75px;
    line-height: 120%;
}
.font90 {
    font-size: 90px;
    line-height: 120%;
}
.font95 {
    font-size: 95px;
    line-height: 120%;
}
.font100 {
    font-size: 100px;
    line-height: 120%;
}
/* END LINE HEIGHT REGULAR */

/* LINE HEIGHT 160 */
.font14-160 {
    font-size: 14px;
    line-height: 160%;
}
.font36-160 {
    font-size: 36px;
    line-height: 160%;
}
.font48-160 {
    font-size: 48px;
    line-height: 160%;
}
.font110,
.font110-160 {
    font-size: 110px;
    line-height: 160%;
}
.font128,
.font128-160 {
    font-size: 128px;
    line-height: 160%;
}
/* END LINE HEIGHT 160 */

/* LINE HEIGHT */
.lh-0 {
    line-height: 0px !important;
}
.lh-20 {
    line-height: 20px !important;
}
.lh-21 {
    line-height: 21px !important;
}
.lh-24 {
    line-height: 24px !important;
}
.lh-28 {
    line-height: 28px !important;
}
.lh-30 {
    line-height: 30px !important;
}
.lh-35 {
    line-height: 35px !important;
}
.lh-130 {
    line-height: 130% !important;
}
.lh-135,
.lineheight-135 {
    line-height: 135% !important;
}
.lh-140 {
    line-height: 140% !important;
}
.lh-150,
.lineheight-150 {
    line-height: 150% !important;
}
.lh-160,
.lineheight-160 {
    line-height: 160% !important;
}
.lh-200,
.lineheight-200 {
    line-height: 200% !important;
}
/* END LINE HEIGHT */

/* VARIANT */
.light,
.fontLight,
.b-light,
.text-light {
    font-family: "Light", sans-serif;
}
.bold,
.fontBold,
.b-bold,
.text-bold {
    font-family: "Bold", sans-serif;
}
.regular,
.fontRegular,
.b-regular,
.text-regular {
    font-family: "Regular", sans-serif;
}
.medium,
.fontMedium,
.b-medium,
.text-medium {
    font-family: "Medium", sans-serif;
}
.semibold,
.fontSemiBold,
.b-semibold,
.text-semibold {
    font-family: "SemiBold", sans-serif;
}
/* END VARIANT */

/* STYLE */
.italic,
.fontItalic,
.text-italic {
    font-style: italic;
}
.uppercase,
.fontUppercase,
.fontKapital {
    text-transform: uppercase;
}
.txt-ucfirst,
.fontCapitalize {
    text-transform: capitalize;
}
.font-wrap {
    overflow-wrap: break-word !important;
}
.text-blur {
    text-shadow: 0 0 7px white;
    color: transparent;
}
.text-coret {
    text-decoration: line-through;
}
.text-underline,
.text-underline-hover:hover {
    text-decoration: underline !important;
}
/* END STYLE */

/* ALIGNMENT */
.text-right,
.text-align-right {
    text-align: right !important;
}
.text-left,
.text-align-left {
    text-align: left !important;
}
.text-end,
.text-align-end {
    text-align: end !important;
}
.text-center,
.text-align-center {
    text-align: center;
}

/* END ALIGNMENT */

/* WORDWRAP */
.wordwrap-text-675 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 675px;
}
/* END WORDWRAP */

/* BOLD */
.b-200 {
    font-weight: 200 !important;
}
.b-300 {
    font-weight: 300;
}
.b-400 {
    font-weight: 400;
}
.b-500 {
    font-weight: 500;
}
.b-600 {
    font-weight: 600;
    font-family: "Medium", sans-serif;
}
.b-700 {
    font-weight: 700;
    font-family: "SemiBold", sans-serif;
}
.b-800 {
    font-weight: 800;
    font-family: "Bold", sans-serif;
}
.b-900 {
    font-weight: 900;
    font-family: "Bold", sans-serif;
}
/* END BOLD */

/* HEADING */
h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
    font-family: "Bold", sans-serif;
    font-size: 56px;
    font-style: normal;
    line-height: 120%;
}
h2,
.heading-2 {
    font-size: 48px;
}
h3,
.heading-3 {
    font-size: 40px;
}
h4,
.heading-4 {
    font-family: "SemiBold", sans-serif;
    font-size: 32px;
}
h5,
.heading-5 {
    font-family: "SemiBold", sans-serif;
    font-size: 24px;
}
h6,
.heading-6 {
    font-family: "SemiBold", sans-serif;
    font-size: 20px;
}
/* END HEADING */

/* MORE */
.text-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* END MORE */

/* TEXT SPACING */
.text-space-1 {
    letter-spacing: 1px;
}
.text-space-2 {
    letter-spacing: 2px;
}

/* SMARTPHONE */
@media (max-width: 576.5px) {
    /* LINE HEIGHT REGULAR */
    .m-font8 {
        font-size: 8px !important;
        line-height: 120%;
    }
    .m-font10 {
        font-size: 10px !important;
        line-height: 120%;
    }
    .m-font11 {
        font-size: 11px !important;
        line-height: 120%;
    }
    .m-font12 {
        font-size: 12px !important;
        line-height: 120%;
    }
    .m-font14 {
        font-size: 14px !important;
        line-height: 120%;
    }
    .m-font16 {
        font-size: 16px !important;
        line-height: 120%;
    }
    .m-font18 {
        font-size: 18px !important;
        line-height: 120%;
    }
    .m-font20 {
        font-size: 20px !important;
        line-height: 120%;
    }
    .m-font22 {
        font-size: 22px !important;
        line-height: 120%;
    }
    .m-font24 {
        font-size: 24px !important;
        line-height: 120%;
    }
    .m-font25 {
        font-size: 25px !important;
        line-height: 120%;
    }
    .m-font28 {
        font-size: 28px !important;
        line-height: 120%;
    }
    .m-font30 {
        font-size: 30px !important;
        line-height: 120%;
    }
    .m-font35 {
        font-size: 35px !important;
        line-height: 120%;
    }
    .m-font36 {
        font-size: 36px !important;
        line-height: 120%;
    }
    .m-font40 {
        font-size: 40px !important;
        line-height: 120%;
    }
    .m-font48 {
        font-size: 48px !important;
        line-height: 120%;
    }
    .m-font45 {
        font-size: 45px !important;
        line-height: 120%;
    }
    .m-font55 {
        font-size: 55px !important;
        line-height: 120%;
    }
    .m-font64 {
        font-size: 64px !important;
        line-height: 120%;
    }
    .m-font65 {
        font-size: 65px !important;
        line-height: 120%;
    }

    /* LINE HEIGHT 160 */
    .m-font14-160 {
        font-size: 14px !important;
        line-height: 160%;
    }
    .m-font16-160 {
        font-size: 16px !important;
        line-height: 160%;
    }
    .m-font24-160 {
        font-size: 24px !important;
        line-height: 160%;
    }
    .m-font36-160 {
        font-size: 36px !important;
        line-height: 160%;
    }

    /* LINE HEIGHT */
    .m-lh-20 {
        line-height: 20px !important;
    }
    .m-lh-24 {
        line-height: 24px !important;
    }
    .m-lh-110,
    .m-lineheight-110 {
        line-height: 110% !important;
    }
    .m-lh-120,
    .m-lineheight-120 {
        line-height: 120% !important;
    }
    .m-lh-130,
    .m-lineheight-130 {
        line-height: 130% !important;
    }

    /* ALIGNMENT */
    .m-text-center,
    .m-text-align-center {
        text-align: center !important;
    }
    .m-text-left,
    .m-text-align-left {
        text-align: left !important;
    }
    .m-text-right,
    .m-text-align-right {
        text-align: right !important;
    }
    /* END ALIGNMENT */

    /* BOLD */
    .m-b-500 {
        font-weight: 500 !important;
        font-family: "Medium", sans-serif;
    }
    .m-b-600 {
        font-weight: 600;
        font-family: "Medium", sans-serif;
    }

    h4,
    .heading-4 {
        font-size: 20px !important;
    }
    h5,
    .heading-5 {
        font-size: 18px !important;
    }
    h6,
    .heading-6 {
        font-size: 16 !important;
    }
}
