/* Show it's not fixed to the top */


/* TIPOGRAFIA
   -------------------------------------------- */

@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Bold.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Config';
    src: url('../fonts/Config-Bold.woff2') format('woff2'),
        url('../fonts/Config-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Medium.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Config';
    src: url('../fonts/Config-Regular.woff2') format('woff2'),
        url('../fonts/Config-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}


html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    background-color: #f2e9e2;
    font-family: 'Config'; 
    font-weight: normal;
    font-style: normal;
    overflow: auto;
  margin: 0;
  padding: 0;
}
.titulo { color: #e11f26; font-family: 'Config Condensed'; font-weight: 500; margin-bottom: 24px;}
.subtitulo {font-family: 'Config Condensed';}
.bt-cadastrar { text-transform: uppercase; background-color: #e11f26; color:#f2e9e2; border-radius:50px; font-family: 'Config Condensed'; font-weight: bold; font-size: 24px}
.bt-exportar {text-transform: uppercase;border-radius:50px; color:#000; border:solid 2px #000;background-color: #f2e9e2; font-family: 'Config Condensed'; font-weight: bold; padding-left: 24px; padding-right: 24px;}
.l-upper { font-weight: bold;}
.d-footer { padding: 20px 0 240px; background: url("../img/bg.png") center top repeat-x; width: 100%;}
.divisor { margin-top: 30px;}