/*@font-face {
    font-family: 'Gilam-regular';
    src: url('/fonts/GilamRegular.otf') format('opentype');
}

@font-face {
    font-family: 'Gilam-semibold';
    src: url('/fonts/GilamSemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Gilam-bold';
    src: url('/fonts/GilamBold.otf') format('opentype');
}*/

@font-face {
    font-family: "urw-din-Regular";
    src: url("../fonts/URWDIN-Regular.eot");
    src: url("../fonts/URWDIN-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/URWDIN-Regular.woff") format("woff"), url("../fonts/URWDIN-Regular.ttf") format("truetype"), url("../fonts/URWDIN-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urw-din-Demi";
    src: url("../fonts/URWDIN-Demi.eot");
    src: url("../fonts/URWDIN-Demi.eot#iefix") format("embedded-opentype"), url("../fonts/URWDIN-Demi.woff") format("woff"), url("../fonts/URWDIN-Demi.ttf") format("truetype"), url("../fonts/URWDIN-Demi.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urw-din-Bold";
    src: url("../fonts/URWDIN-Bold.eot");
    src: url("../fonts/URWDIN-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/URWDIN-Bold.woff") format("woff"), url("../fonts/URWDIN-Bold.ttf") format("truetype"), url("../fonts/URWDIN-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "ibm-plex-serif";
    src: url("../fonts/IBMPlexSerif-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/**umb_name:Heading 1*/
h1 {
}

/**umb_name:Heading 2*/
h2 {
}

/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Heading 4*/
h4 {
}

/** bootstrap.css **/
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

/** style.css **/
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gilam-regular', sans-serif;
}*/
/** 15/02/2019 - H1 e H2 para semi-bold  **/
/*h1, h2, .h1, .h2 {
    font-family: 'Gilam-semibold', sans-serif;
}*/

/** 15/02/2019 - H3 para bold  **/
/*h3, .h3 {
    font-family: 'Gilam-bold', sans-serif;
}

h4, .h4 {
    font-family: 'Gilam-bold', sans-serif;
}*/

/** 04/05/2022 - H1 e H2 para urw-din Demi  **/
h1, h2, .h1, .h2 {
    font-family: urw-din-Demi, sans-serif;
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*font-size: 80%;*/
}

/** 04/05/2022 - H3 e H4 para urw-din Bold  **/
h3, h4, .h3, .h4, body, .nav-link, .dropDownMenuItem {
    font-family: urw-din-Bold, sans-serif;
    /*font-style: normal;*/
    /*font-weight: 700;*/
    /*font-size: 80%;*/
}

/** 04/05/2022 - H5 e H6 para urw-din Regular  **/
h5, h6, .h5, .h6 {
    font-family: urw-din-Regular, sans-serif;
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-size: 80%;*/
}
/** 04/05/2022 - p, li e ul para ibm-plex-serif Regular  **/
p, li, ul, #textContainer p > a {
    font-family: ibm-plex-serif, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/** umbraco-starterkit-style.css **/
h1 {
    font-size: 2em;
    margin: .67em 0
}

/*h4, .h4 {
    font-family: 'Gilam-bold', sans-serif;
}*/

h1 {
    font-size: 2.2em
}

h2 {
    font-size: 1.6em;
    letter-spacing: 2px;
    text-transform: none
}
