/*banner*/
.container{
    width: 100%;
    height: 545px;    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#1b1b1b;
    padding: 0 0 0 0;
    box-shadow: inset -2px 9px 22px #1f1f1f;
    z-index: 4;
}
.oculto {
    display: none;
}

#h3center {
    display: flex;
    justify-content: center;
}

.banner{
    width: 62%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60%;
    max-width: 1170px;
    
}

.banner section{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-right: -42%;
    z-index: 1;
}

.banner section h2{
    font-size:58px;
    font-weight: bolder;
}

.banner img{
    width: 100%;
}

/*Fim do banner*/

/*Aplicações começam aqui */

/*Cotação*/

.cotacao{
    width: 100%;
    height: 350px;    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#8c00ff;
    padding: 5% 0 ;
    box-shadow: inset -2px 9px 22px black;
    z-index: 0;
}

.cotacao{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color:#8c00ff;
    box-shadow: inset -2px 9px 22px black;
    z-index: 1;
}

#conteudo-principal{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#grafico_container{
    display: none;
    width: 100%;
}

/*Grafuco aqui*/

canvas{
    margin-top: 25px;
    width: 50%;
    padding: 0px;
    height: 400px;

}


/*Classe pra todos os titulos*/

h1{
    font-size: 10vh;
}

h2{
    font-weight: normal;
}

h3{
    margin-top: 10px;
    font-size: 30px;
    font-weight:normal;
    color: #c7c7c7 ;
    text-transform: uppercase;
}

.titulo{
    font-size: 25px;
    font-weight: 400;
    color: #c7c7c7;
}

.linha{
    margin-top: 6px;
    height: 4px;
    background-color: #1f1f1f;
    width: 100%;
    margin-bottom: 35px;
}

.titulo em{
    font-weight: bold;
    font-style: normal;
}

/*Fim da Cotação*/

/*variação da moeda*/

.variacao{
    width: 100%;
    height: 400px;    
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1b1b1b;
    padding: 1% 0;
    box-shadow: inset -2px 9px 22px black;
    z-index: 0;
}

.variacao .linha{
    background-color: #8c00ff;
}

.min-max{
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin-top: 45px;
}

.min-max-conteudo{
    width: 30%;
    height: 100% ;
    display: flex;
    flex-direction: column;
    border: solid 3px #8c00ff;
    border-radius: 7px;
    padding:20px;
}

.min-max-conteudo h3{
    padding: 0;
    margin: 0;
    font-size: 1.5vw;
    margin-top: 0px;
}

.min-max em {
    font-size: 2vw;
    font-weight: bolder;
}

/* fim da variação da moeda*/

/* Volume transacionado*/

.volume{
    width: 100%;
    height: 400px;    
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1b1b1b;
    padding: 1% 0;
    box-shadow: inset -2px 9px 22px black;
    z-index: -3;
}

.volume .linha{
    background-color: #8c00ff;
}

.volume .min-max{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
}

.valor-do-volume{
    height: 100% ;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    padding:20px;
}

.valor-do-volume h3{
    margin-top: 0px;
}

.valor-do-volume h3 em{
    font-size: 45px;    
}

.valor-do-volume em {
    font-size: 10vh;
    font-weight: bold;
}

/* fim da variação da moeda*/

/*Cotação*/

.formulario{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#8c00ff;
    padding: 5% 0 ;
    box-shadow: inset -2px 9px 22px black;
    z-index: 0;
}

.content-formulario{
    width: 100%;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-formulario div{
    flex-grow: 1;

}

/* .content-formulario img{
} */

.content-formulario section{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 135px;
}

section h2 {
    font-weight: bolder;
    font-size: 34px;
}



input{
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0);
    height: 45px;
    width: 80%;
    padding: 5px;
    padding-left: 16px;
    margin: 20px 0px;
    border-radius: 7px;
    
    
}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 16px; 
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    font-size: 16px; 
 }
 
 :-ms-button-placeholder {  
    color: #fff; 
    font-size: 16px; 
 }

button{
    background-color: #1b1b1b;
    height: 45px;
    width: 80%;
    padding: 5px;
    padding-left: 16px;
    margin: 20px 0px;
    border-radius: 7px;
    border: none;
}


.banner-2 section h2{
    display: flex;
    flex-wrap: wrap;
    font-weight: bolder;
    font-size: 35px;
    z-index: 1;
}

/*Fim da Cotação*/

/* RESPONSIVO */

/* Oculta divs da home quando entramos no responsivo */

.cotacao_r, .volume_r, .mm_r, .lead_r, .form_r {
    display: none;
}

@media (max-width: 995px) {
    .container, .cotacao, .variacao, .volume, .formulario {
        display: none;
    }

    .cotacao_r, .volume_r, .mm_r, .lead_r, .form_r {
        display: flex;
    }

    #precobtcbrl-r{
        font-size: 22px;
    }

    #grafico_container{
        display: flow-root;
    }

    body {
        background-color: #1B1B1B;
    }
    
    section {
        padding: 3vw;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        /* height: 50%; */
        padding: 5vh;
        background-color: #8c00ff;
        box-shadow: inset -7px 0px 40px rgba(0, 0, 0, 0.7);
    }
    
    .content_r {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
    }

    .label_r, .precobtcusd {
        font-size: 5vw;
        font-weight: bolder;
        margin-top: 0;
    }

    .precobtcusd span {
        font-size: 3vw;
        vertical-align: top;
        color: #c7c7c7;
    }

    .precobtcbrl {
        font-size: 7vw;
        font-weight: bolder;
    }

    .precobtcbrl span {
        font-size: 4vw;
        vertical-align: top;
    }

    .volume_r {
        background-color: #141414;
    }

    .mm_r {
        background-color: #141414;
    }

    .preco_vol {
        font-size: 6vw;
    }

    .lead_r {
        height: 33vw;
        display: flex;
        flex-direction: row-reverse;
        padding-right: 2vw;
        align-items: center;
    }

    section.lead_r img {
        position: absolute;
        z-index: 10;
        left: 10px;
        margin-top: 0px;
        width: 20vw;
        /* left: -40px; */
        /* bottom: 50px; */

    }

    article.content_lead {
        position: relative;
        float: right;
        width: 73vw;
        text-align: left;
    }

    article.content_lead h2 {
        font-weight: bolder;
        text-transform: uppercase;
        font-size: 20px;
    }

    article.content_lead p {
        font-size: 3vw;
    }

    .form_r {
        background-color: #141414;
        padding-top: 3vh;
    }

    .form_r main form div {
        width: 100%;
    }

    .form_r main form div input {
        width: 100%;
        margin-top: 3vh;
    }

    .form_r main form div button {
        background-color: #D701FF;
        box-shadow: inset 0px 5px 20px #8c00ff;
    }



}