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, font, 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 {
  background: transparent;
  box-sizing: border-box;
}

* {
    /* outline: red 0.1px solid !important; */
    border-spacing: 0;
}

body {
    /* background-color: #f0f0f0; */
    font-family: Gotham, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/Gotham\ Book.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(/static/fonts/Gotham\ Medium.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/Gotham\ Regular.otf);
}








#barra {
    position: fixed;
    top: 0;
    left: 0;
    width: 10vw;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    overflow-y: auto;
    z-index: 1000;
}

.slogan {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.slogan a {
    display: block;
}

.slogan p {
    font-size: 2rem;
    font-family: Gotham, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 900;
    text-transform: none;
    color: black;
    margin: 0;
    padding: 10px 0;
}

div.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0;
}

div.menu a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.botao {
    display: inline-flex;
    color: black;
    text-transform: none;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    font-family: Gotham, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 0.85rem;
    width: 100%;
    justify-content: center;
}

.botao:hover {
    background-color: #f0f0f0;
}

/* Main content area */
div.scroll {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    margin-left: 10vw;
    height: 100vh;
    width: 90vw;
}

a {
    text-decoration: none;
    color: black;
}

.lnbar {
    display: flex;
    width: 100%;
    padding: 28px 0;
    justify-content: space-around;
}

.h1_sempre_longo h1 {
    margin-top: 1.5em;
}

.h1_longo h1 {
    margin-top: 1.5em;
}

.h1_longo h1:first-child {
    margin-top: 0;
}

html, body {
    margin: 0;
    height: 100%;
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/Gotham\ Book.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(/static/fonts/Gotham\ Medium.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/Gotham\ Regular.otf);
}


body {
    overflow-y: hidden;
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/Gotham\ Book.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(/static/fonts/Gotham\ Medium.otf);
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/Gotham\ Regular.otf);
}


div.lnfill {
    display: flex;
}

div.scroll > div.texto:not(:is(.subtitulo)){
    display: table;
    flex-grow: 1;
}

@media screen and (max-width: 800px) {
    #barra {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        padding: 10px 0;
    }

    .slogan {
        margin-bottom: 0;
        margin-right: 20px;
        width: auto;
    }

    .slogan p {
        font-size: 1.5rem;
        padding: 0;
    }

    div.menu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    div.menu a {
        width: auto;
    }

    .botao {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    div.scroll {
        margin-left: 0;
        width: 100%;
        height: calc(100vh - 60px);
    }
}

.cor_1 {
    color: black;
}

.cor_clara {
    color: black;
}

.bg_1 {
    background-color: #76b82a;
}

.bg_2 {
    background-color: #64c29c;
}

.bg_3 {
    background-color: #1a9448;
}

.bg_4 {
    background-color: #04b085;
}

.bg_5 {
    background-color: #5fbb46;
}

.bg_6 {
    background-color: #00aeb4;
}

.bg_preto {
    background-color: white;
}
