/*==================================================
    importar Fonts
================================================== */
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Light.eot") format("eot"),
        url("../fonts/Gotham-Font/woff/Gotham-Light.woff") format("woff"),
        url("../fonts/Gotham-Font/ttf/Gotham-Light.ttf") format("truetype"),
        url("../fonts/Gotham-Font/otf/Gotham-Light.otf") format("opentype");
    font-weight: 300;
    font-style: lighter;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Book.eot")format("eot"),
    url("../fonts/Gotham-Font/woff/Gotham-Book.woff")format("woff"),
    url("../fonts/Gotham-Font/ttf/Gotham-Book.ttf")format("truetype"),
    url("../fonts/Gotham-Font/otf/Gotham-Book.otf")format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Book-Italic.eot")format("eot"),
    url("../fonts/Gotham-Font/woff/Gotham-Book-Italic.woff")format("woff"),
    url("../fonts/Gotham-Font/ttf/Gotham-Book-Italic.ttf")format("truetype"),
    url("../fonts/Gotham-Font/otf/Gotham-Book-Italic.otf")format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/ttf/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Font/eot/Gotham-Bold.eot") format("eot"),
    url("../fonts/Gotham-Font/woff/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Font/otf/Gotham-Bold.otf") format("opentype");
    font-weight: 500;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Medium.eot") format("eot"),
    url("../fonts/Gotham-Font/woff/Gotham-Medium.woff") format("woff"),
    url("../fonts/Gotham-Font/ttf/Gotham-Medium.ttf") format("truetype"),
    url("../fonts/Gotham-Font/otf/Gotham-Medium.otf") format("opentype");
    font-weight: 600;
    font-style: medium;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Black.eot") format("eot"),
        url("../fonts/Gotham-Font/woff/Gotham-Black.woff") format("woff"),
        url("../fonts/Gotham-Font/ttf/Gotham-Black.ttf") format("truetype"),
        url("../fonts/Gotham-Font/otf/Gotham-Black.otf") format("opentype");
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/eot/Gotham-Ultra.eot") format("eot"),
        url("../fonts/Gotham-Font/woff/Gotham-Ultra.woff") format("woff"),
        url("../fonts/Gotham-Font/ttf/Gotham-Ultra.ttf") format("truetype"),
        url("../fonts/Gotham-Font/otf/Gotham-Ultra.otf") format("opentype");
    font-weight: 800;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Font/teottf/Gotham-Ultra-Italic.eot") format("eot"),
    url("../fonts/Gotham-Font/woff/Gotham-Ultra-Italic.woff") format("woff"),
    url("../fonts/Gotham-Font/ttf/Gotham-Ultra-Italic.ttf") format("truetype"),
    url("../fonts/Gotham-Font/otfF/Gotham-Ultra-Italic.otfF") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: Gotham, sans-serif,  Arial !important;
}
label {
    font-weight: 600;
}
.f-book {
    font-family: Gotham  sans-serif, Arial !important;
}
.f-bold {
    font-family: Gotham  sans-serif, Arial !important;
    font-weight: bold;
}
.f-black {
    font-family: Gotham,  sans-serif, Arial !important;
    font-weight: 900;

}
.f-ligth {
    font-family: Gotham,  sans-serif, Arial !important;
    font-weight: 200;
}
.f-medium {
    font-family: Gothamm,  sans-serif, Arial !important;
    font-weight: medium;
}
.f-ultra {
    font-family: Gotham,  sans-serif, Arial !important;
    font-weight: 900;
}
.uppercase{
    text-transform: uppercase;
}

