


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: #202020; */
    font-family: GothamRounded, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

@font-face {
    font-family: 'GothamRounded';
    font-style: bold;
    font-weight: 700;
    src: url(/static/fonts/GothamRounded-Bold.otf);
}

/* @font-face {
    font-family: 'GothamRounded';
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/GothamRounded-Medium.otf);
} */

 @font-face {
    font-family: 'GothamRounded';
    font-style: normal;
    font-weight: 200;
    src: url(/static/fonts/GothamRounded-Book.otf);
}

div.menu {
    display: inline-flex;
    height: 100%;
    flex: 2 1 0;
    justify-content: space-around;
    padding: 0;
}

div.menu a {
    display: inline-flex;
}

#barra a div, #barra a p {
    line-height: 1;
}

#barra {
    /* display: inline-block; */
    /* position: fixed; */
    background-color: #101010;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center; /* Align vertical */
}

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

#barra a {
    /* flex: 1 1 auto; */
    height: 100%;
    align-content: center;
}

.botao {
    display: inline-flex;
    /* display: inline-block; */
    /* flex: none; */
    color: white;
    text-transform: uppercase;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

.slogan {
    /* font-variant: small-caps; */
    /* flex-grow: 2; */
    /* flex: none; */
    height: 100%;
    flex: 1 1 0;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    align-content: center;
    white-space: nowrap;
    /* padding-left: 20px; */
}

.slogan p, #barra {
    font-size: calc(1.55vw - 1.8px);
}
.slogan p {
    padding: 0 calc(0.635vw + 8px);
    margin: 0;
    align-items: center;
    height: 100%;
    display: inline-flex;
}

.cor_1 {
    color: #76b82a;
}

/* .fill { */
/* } */

/* .fill .lnbar { */
    /* position: absolute; */
    /* bottom: 0; */
    /* float: ; */
/* } */

.lnbar {
    display: flex;
    width: 100%;
    padding: 28px 0;
    justify-content: space-around;
    /* align-items: center; */
    /* align-content: center; */
    vertical-align: middle !important;
}

.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%;
}
body {
    overflow-y: hidden;
}

div.scroll {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: calc(100% - 44px );
}

div.lnfill {
    display: flex;
}

div.scroll > div.texto:not(:is(.subtitulo)){
    /* flex-direction: column; */
    display: table;
    /* flex-direction: column; */
    /* min-height: calc(100% - 44px ); */
    flex-grow: 1;
}

@media screen and (width < 1300px) {
    #barra {
        font-size: 20px;
    }
    .slogan {
        display: none !important;
    }
}
@media screen and (width < 800px) {
    #barra {
        height: 60px;
        font-size: 20px;
    }
    div.scroll {
        height: calc(100% - 60px);
    }
}

.cor_1 {
    color: #76b82a;
}

.cor_clara {
    color: white;
}

.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: black;
}