/*!* Heading *!*/
/*h1 { font-family: "Open Sans", sans-serif; font-weight: 800; font-style: normal; }*/
/*h2 { font-family: "Open Sans", sans-serif; font-weight: 700; font-style: normal; }*/
/*h3 { font-family: "Open Sans", sans-serif; font-weight: 600; font-style: normal; }*/
/*h4 { font-family: "Open Sans", sans-serif; font-weight: 500; font-style: normal; }*/
/*h5 { font-family: "Open Sans", sans-serif; font-weight: 500; font-style: normal; }*/
/*h6 { font-family: "Open Sans", sans-serif; font-weight: 500; font-style: normal; }*/

/*!* Body text *!*/
/*p, span, li, a { font-family: "Open Sans", sans-serif; font-weight: 400; font-style: normal; }*/

/*!* Small text / caption *!*/
/*small, .caption { font-family: "Open Sans", sans-serif; font-weight: 300; font-style: normal; }*/
@font-face {
    font-family: 'GothamRnd';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/GothamRnd-Book.ttf');
}

@font-face {
    font-family: 'GothamRnd';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../font/GothamRnd-BookIta.ttf');
}
@font-face {
    font-family: 'GothamRnd';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/GothamRnd-Light.ttf');
}
@font-face {
    font-family: 'GothamRnd';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../font/GothamRnd-LightIta.ttf');
}
@font-face {
    font-family: 'GothamRnd';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/GothamRnd-Medium.ttf');
}
@font-face {
    font-family: 'GothamRnd';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../font/GothamRnd-MedIta.ttf');
}

@font-face {
    font-family: 'GothamRnd';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../font/GothamRnd-Bold.ttf');
}

@font-face {
    font-family: 'GothamRnd';
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url('../font/GothamRnd-BoldIta.ttf');
}

@font-face {
    font-family: 'iCielCadena';
    src: url('../font/iCielCadena.otf');
    font-display: swap;
}

html {
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p
/*,blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, */
/* i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, */
/* figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video */
{
    font-family: GothamRnd,sans-serif!important;
    /*overflow-x: hidden;*/
    color: #333
}

b, strong {
    font-weight: bolder;
}

.widget-news .list-news .title {
    text-decoration-line: none;
}