* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    color: #555;
    /* min-height: 1069px; */
    /* max-height: 1069px; */
    /* height: 1069px; */
    /* background: blue; */
}

section {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 2rem;
}

#header-intro {
    height: 495px;
    margin-bottom: 4rem;
}

.header-container{
    display: flex;
    display: -webkit-flex;
            flex-direction:column;
    -webkit-flex-direction: column;
            align-items: center;
    -webkit-align-items: center;
            justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

#header-intro .header-container {
    height: 495px;
}

header {
    position: relative;
    width: calc(100% + 4rem);
    height: 300px;
    background-color: #724247;
    background-color: #70343D;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    /* background-image: url("../img/header/red-concrete-3.png"); */
}

header img {
    max-width: 960px;
    mix-blend-mode: multiply;
    opacity: .25;
}

#header-intro img {
    max-width: 100%;
}

header:not(#header-intro) {
    margin: 8rem 0 2rem 0;
}

.concrete-pattern {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background-image: url("../img/header/concrete_seamless.png");
}

h1 {
    font-family: "Estado Headline";
    font-size: 4rem;
    text-transform: uppercase;
    color: #E8DAA3;
    font-weight: normal;
    text-align: center;
    line-height: 7.2rem;
}

h1 span {
    display: block;
    font-size: 8rem;
    font-weight: bold;
}

h2 {
    font-family: "Estado Headline";
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 5.2rem;
    font-weight: normal;
    color: #E8DAA3;
    text-align: center;
    padding: 1rem;
}

h2 span {
    font-size: 5rem;
    font-weight: bold;
    display: block;
}

h3 {
    font-family: "Estado Headline";
    font-size: 2.4rem;
    color: #724247;
    padding-bottom: .8rem;
    border-bottom: 2px solid #c4bb96;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

h3 span {
    display: block;
    padding-bottom: 1rem;
    color: #c4bb96;
}

h4 {
    font-family: "Flama";
    font-weight: bold;
    font-size: 2.4rem;
    color: #724247;
    /*
    padding-bottom: .5rem;
    border-bottom: 2px solid #c4bb96;
    */
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

h5 {
    font-family: "Flama";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    color: #724247;
}

p {
    width: 100%;
    max-width: 660px;
    font-family: "Freight Text";
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding: 2rem 0;
}

.capitular:first-letter {
    font-size: 5rem;
    float: left;
    line-height: 0.7;
    margin: 12px 18px 0 0;
    font-family: "Estado Headline";
    font-weight: bold;
    color: #724247;
    padding: 2rem;
    border: 2px solid #724247;
}

.author {
    font-family: "Flama";
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #E8DAA3;
}

.author span {
    font-weight: 500;
}

.stuff {
    max-width: 550px;
    width: 100%;
    /* margin: 2rem 0; */
    /* padding: 8rem 0; */
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); */
}

.stuff-container {
    display: flex;
    display: webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding: 2.4rem 0;
}

.stuff img {
    margin: 4rem 0;
    max-width: 960px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #c4bb96;
    margin: 1em 0;
    padding: 0;
    width: 64px;
}

#hr-intro {
    margin: 6rem 0;
}

.info {
    font-style: italic;
    opacity: .75;
}

#imovel, #renda-fixa, #acoes, #fundo-de-investimento {
    margin: 2rem 0 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    background-color: rgba(196, 187, 150, .15);
}

.opcao-container {
    margin: 6rem 0;
}

/*menu*/

.menu {
    display: flex;
    display: -webkit-flex;
            justify-content: space-between;
    -webkit-justify-content: space-between;
            align-items: center;
    -webkit-align-items: center;
    width: 100%;
    position: fixed;
    height: 64px;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #c4bb96;
}

#oesp-container {
    width: 33.3%;
    padding-left: 1rem;
}

#oesp {
    color: #777;
    font-family: 'Marcas EstadÃ£o';
    font-size: 3rem;
    display: inline-block;
}

#oesp:before {
    content:"ï€€";
}

#oesp:hover {
    cursor: pointer;
    color: #724247;
}

#economia-e-negocios {
    width: 33.3%;
    text-align: center;
}


.page {
    /* padding-top: 56px; */
    /* padding-bottom: 12rem; */
    min-height: 1089px;
    max-height: 1089px;
    height: 1089px;
}

/*perfil do investidor*/

.row {
    display: flex;
    display: -webkit-flex;
    max-width: 960px;
    width:100%;
}

.perfil {
    padding: 2rem;
}

.perfil img {
    margin-bottom: 2rem;
}

.perfil p {
    font-family: "Flama";
    font-size: 2rem;
}

/*opÃ§Ã´es de investimento*/

.opcoes-investimento {
    font-size: 2.4rem;
    max-width: 660px;
    width: 100%;
    line-height: 3.4rem;
}

.opcoes-investimento li {
    padding: 1rem 0;
}

.opcoes-investimento li span {
    font-family: "Estado Headline";
    font-weight: bold;
    color: #724247;
}

.icon-container {
    width: 33.333%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#money-fix {
    width: 25%;
}

/*box noÃ§Ãµes bÃ¡sicas*/

.box-nocoes-basicas {
    max-width: 660px;
    width: 100%;
}

.box-nav {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 2rem 0;
}

button {
    border: none;
    background-color: transparent;
    font-family: "Flama";
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 2rem;
    font-size: 1.8rem;
    color: #724247;
    padding: 0;
}

.box-nav .active {
    border-bottom: 2px solid #724247;
}

.box-nav button:not(.active) {
    padding-bottom: 2px;
    opacity: .5;
}

.box-nav button:hover {
    cursor: pointer;
    opacity: 1;
}

.box-nav button:focus {
    outline:0;
}

.box-especial {
    height: 495px;
    background-color: rgba(196, 187, 150, .15);
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 5px;
}

.container {
    padding: 2rem;
}

.container span {
    font-family: "Flama";
    display: block;
    font-size: 2rem;
    padding: 2rem 0;
    line-height: 3.2rem;
}



#container-juro, #container-inflacao {
    display: none;
}

/*box-lateral*/

.p-box {
    max-width: 495px;
    width: 100%;
}

.box {
    max-width: 330px;
    width: 100%;
    display: block;
    float: right;
    margin-right: -350px;
    padding-left: 2rem;
    border-left: 2px solid #c4bb96;
}

.box span:first-child {
    font-family: "Flama";
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #724247;
}

.box span:last-child {
    font-family: "Flama";
    font-size: 1.8rem;
}

/*box tesouro direto*/

.p-tesouro {
    max-width: 330px;
    width: 100%;
    float: right;
    padding: 2rem 0 4rem 0;
}

.box-tesouro {
    display: block;
    max-width: 330px;
    width: 330px;
    margin-left: -330px;
    float: left;
    padding: 1rem 2rem 0 0;
}

.box-tesouro img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.clique-aqui {
    font-family: "Flama";
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #724247;
}

.box-tesouro span {
    font-family: "Flama";
    font-size: 1.8rem;
}

#tesouro-fix {
    color: #555;
}

#btn-tesouro {
    display: block;
}

#btn-tesouro:hover {
    cursor: pointer;
    opacity: .75;
}

/*grÃ¡fico lateral*/

.p-graph {
    padding-right: 165px;
}

.p-graph span {
    display: block;
    float: right;
    margin-right: -330px;
    padding-top: 1rem;
}

/*grÃ¡fico de pizza*/

.p-stuff {
    font-family: "Flama";
    font-size: 2rem;
}

.p-stuff span {
    font-weight: bold;
    color: #724247;
}

.fonte {
    font-family: "Flama";
    font-size: 1.6rem;
    opacity: .5;
    line-height: initial;
}

.fonte span {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .75;
}

.container .fonte span {
  display: inline;
}

.stuff a {
    font-weight: 500;
    color: #724247;
    border-bottom: 1px dotted #724247;
}

.stuff a:hover {
    opacity: .5;
}

/*tooltip*/

.tooltip-effect-5 .tooltip-content {
    width: 330px;
    margin-left: -165px;
}

.tooltip-content {
    background: #724247;
    /*background: rgba (114, 66, 71, .95);*/
    box-shadow: none;
}

.tooltip-text {
    font-family: "Flama";
    font-weight: 500;
    line-height: 1.8rem;
}

.tooltip-content::after {
    border-top-color: #724247;
}

.tooltip-item {
    background: #724247;
    font-family: "Flama";
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
}

/*player agile*/

.player-container {
    max-width: 660px;
    width: 100%;
    margin: 2rem 0;
    clear: both;
}

.player-agile {
    position: relative;
    padding-bottom: calc(56.25% + 31px);
    height: 0;
    overflow: hidden;
    width: 100%
}

.player-agile iframe, .player-agile object, .player-agile embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*crÃ©ditos*/

#oesp-credito {
    font-family: 'Marcas EstadÃ£o';
    font-size: 6rem;
    margin: 4rem 0 4rem 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 2rem;
    max-width: 495px;
    width: 100%;
}

table tr {
    border-top: 1px solid #eaeaea;
}

table td {
    border-style: none;
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
    font-weight: 300;
    font-family: "Estado Headline";
    padding: 2rem 0;
    width: 50%;
    font-style: italic;
    opacity: .5;
}

table td:first-child {
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    color: #999;
    font-family: 'Flama';
    letter-spacing: .4px;
    opacity: 1;
}

#bovespa {
    max-width: 330px;
    width: 100%;
    margin: 3rem 0;
}

#btn-bovespa:hover {
    cursor: pointer;
    opacity: .5;
}

/*responsivo*/

@media screen and (max-width: 1280px) {
    .stuff {
        /* width: calc(100% + 4rem); */
        /* padding-left: 2rem; */
        /* padding-right: 2rem; */
    }
    #imovel, #renda-fixa, #acoes, #fundo-de-investimento {
        width: calc(100% + 4rem);
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1120px) {
    .p-box {
        max-width: 660px;
    }
    .box {
        float: none;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 4rem;
    }
    .p-tesouro {
        max-width: 660px;
        float: none;
    }
    .box-tesouro {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 660px;
        padding: 0;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 1048px) {
    .p-graph {
        padding-right: 0;
    }
    .p-graph span {
        float: none;
        width: 100%;
        margin: 0 auto;
        max-width: 330px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .row {
        display: block;
    }
    h1 {
        font-size: 3.2rem;
        line-height: 6.2rem
    }
    h1 span {
        font-size: 6.4rem;
    }
    h2 {
        font-size: 2.4rem;
        line-height: 4.2rem;
    }
    h2 span {
        font-size: 4rem
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 2.8rem;
        line-height: 5.2rem
    }
    h1 span {
        font-size: 5.6rem;
    }
    h2 {
        font-size: 2.1rem;
        line-height: 3.2rem;
    }
    h2 span {
        font-size: 3.5rem;
    }
    #oesp:before {
        content: "ï€";
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 2.2rem;
        line-height: 4.2rem
    }
    h1 span {
        font-size: 4.4rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h2 span {
        font-size: 3rem;
    }
    label span {
      font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {
    #chart-gastos-canvas {
        max-width: 100%;
        width: 100%;
    }
    .tooltip-content {
        display: none;
    }

}



.menu {
  display: none;
}
