/* Global */
:root {
    --cor-pagina: #eef3f8;
    --cor-primaria: #3e3b3d;
    --cor-secundaria: #e8e7e8;
    --cor-terciaria: #616f7a;
    --transparencia-primaria: #303030de;
}

.bg-color-000 {
    background-color: var(--cor-pagina);
}

.bg-color-001 {
    background-color: var(--cor-primaria);
    border-radius: 10px;
}

.bg-color-002 {
    background-color: var(--cor-secundaria);
    border-radius: 10px;
}

.bg-color-003 {
    background-color: var(--cor-terciaria);
    border-radius: 10px;
}

.bg-color-005 {
    background-color: #eef3f8;
    border-radius: 10px;
}

.bg-image-001 {
    background-image: url(../assets/icons/007-mundi.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-image-002 {
    background-image: url(../assets/imagens/bg-002.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.space-25px {
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.space-50px {
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.space-100px {
    width: 100%;
    height: 100px;
    background-color: transparent;
}

body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden !important;
}

@font-face {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    src: url(../assets/fonts/NeurialGrotesk-Light.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fonte-Regular', 'Roboto', sans-serif;
    src: url(../assets/fonts/NeurialGrotesk-Regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fonte-Bold', 'Roboto', sans-serif;
    src: url(../assets/fonts/NeurialGrotesk-Bold.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}

a {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    font-size: inherit;
    text-decoration: none;
    color: var(--cor-primaria);
    cursor: pointer;
}

p {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5em;
}

h1 {
    font-family: 'Fonte-Regular', 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: var(--cor-primaria);
}

h2 {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1.5em;
}

h3 {
    font-family: 'Fonte-Regular', 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-size: 15px;
    color: var(--cor-terciaria);
}

h4 {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5em;
    font-size: 15px;
    color: var(--cor-primaria);
}

h5 {
    font-family: 'Fonte-Regular', 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin: 10px;
    color: var(--cor-primaria);
}

@media (max-width: 800px) {
    h5 {
        font-size: 25px;
    }
}

li {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
    line-height: 1.5em;
    color: var(--cor-primaria);
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

header {
    z-index: 1;
    height: 100px;
    width: 100%;
    display: inline-flex;
    position: fixed;
    justify-content: center;
    transition: ease-in-out .2s;
}

.font-weight-600 {
    font-weight: 600;
}

.disclaimer-001 {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.5em;
    color: var(--cor-primaria);
}

.disclaimer-002 {
    font-family: 'Fonte-Light', 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.5em;
    color: var(--cor-primaria);
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

.hero-text {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Fonte-Light", 'Roboto', sans-serif;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 70px;
    font-weight: 100;
    letter-spacing: 2px;
}

.button-main {
    background-color: transparent;
    border: solid 0.5px var(--cor-primaria);
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0 auto;
    width: 100%;
    height: 3em;
    display: block;
    cursor: pointer;
    z-index: 19999;
    font-size: 14px;
}

.button-main:hover a {
    color: var(--cor-secundaria);
    transition-delay: 70ms;
}

.button-small {
    background-color: transparent;
    border: solid 0.5px var(--cor-primaria);
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    height: 3.2em;
    display: flex;
    cursor: pointer;
    font-size: 14px;
}

.button-idioma {
    position: relative;
    top: 12px;
    float: right;
    right: 30px;
    text-decoration: none;
    color: var(--cor-secundaria);
    font-size: 10px !important;
    letter-spacing: 2px;
    font-weight: 100;
    cursor: pointer;
    z-index: 2000;
    opacity: .9;
}

.gt_float_switcher img {
    width: 16px !important;
}

.gt_float_switcher .gt_options a {
    font-size: 10px;
}

.gt-selected {
    margin: -8px;
}

.gt-lang-code {
    display: none;
}

.decoration-title {
    width: 20px;
    height: 0px;
    border-bottom: solid 2px grey;
    display: flex;
    position: relative;
    margin: 10px auto;
    background-color: transparent;
}

.emblema {
    display: flex;
    height: 175px;
    width: 175px;
    margin: 20px auto;
}

.mapa-site {
    margin: 20px;
    list-style: none;
    box-sizing: border-box;
}

.menus-extras {
    margin: 10px;
    list-style: none;
    box-sizing: border-box;

}

.menus-extras a {
    font-size: 11px;
    font-weight: 900;
}

.certificados-001 {
    width: 90px;
    height: auto;
}

.certificados-002 {
    width: 120px;
    height: auto;
}

.certificados-003 {
    width: 210px;
    height: auto;
}

.premios {
    width: auto;
    height: 150px;
}

.motivacoes {
    width: 75px;
    height: 75px;
}

.premios-002 {
    width: 215px;
    height: auto;
}

.logo-norteinvest {
    width: 300px;
    height: auto;
}

.icone-solucoes {
    width: 125px;
    height: auto;
}

.distribuir-001 {
    width: 195px;
    height: 110px;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.split-medium {
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0.2;
    margin: 10px 0;
}

.box-img-001 {
    overflow: hidden;
    max-height: 450px;
    max-width: 900px;
    border-radius: 10px;
    margin: 5px;
    padding: 0;
}

.box-img-002 {
    overflow: hidden;
    max-height: 900px;
    max-width: 900px;
    border-radius: 10px;
    margin: 5px;
    padding: 0;
}

.logo-mzt {
    width: 45px;
    height: 12px;
    margin: 12px 0;
}

/* ini: Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e6e6;
    /* cor do background que vai ocupar o body */
    z-index: 99999999;
    /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.bolas>div {
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 3px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: animarBola;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}

.bolas>div:nth-child(1) {
    animation-duration: 0.75s;
    animation-delay: 0;
}

.bolas>div:nth-child(2) {
    animation-duration: 0.75s;
    animation-delay: 0.12s;
}

.bolas>div:nth-child(3) {
    animation-duration: 0.75s;
    animation-delay: 0.24s;
}

@keyframes animarBola {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    16% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* end: Preloader */