@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,700;0,800;1,100;1,200;1,300;1,400;1,700&display=swap');

*{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* botões verdes */
.botao{
    
    background-color: #FECE00;
    min-height:3.5rem;
    width:100%;
    border-radius: 0.6rem;
    border:none;
    font-weight:500;
    font-size: 1rem;
    color: #fff;
    
}
.parte_amarela{
    color: #FECE00;
}

.parte_roxa{
    color:#641480;
}


/* primeira sessão */
#div_inicial{
    background: url('img/bg-1.png')  no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    min-height: 80vh;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo_principal{
    margin-bottom:4rem;
}

.div_inicial{
    display: flex;
    justify-content:left;
    flex-direction:row;
    padding-bottom: 3rem;
}

.logo{
    max-width: 80%;
}

.text-muted{
    font-family: 'Montserrat', sans-serif;
}
.text-muted h1 {
    color: #fff;
    font-size:1.8rem;
    
}
.text-muted h3 {
    color: #fff;
    font-size:1.4rem;
    
}
.texto_estrela {
    color: #fff;
    display:flex;
    margin-top:1rem;

}
.texto_estrela p{
    font-size: 1.5rem;

}

.imagem_estrela {
    max-width: 2.5rem;    
}

.logo_abf{
    margin-top: 2rem;;
}

.btn_div_inicial{
    margin-top: 2rem;
}

.texto_inicial_esquerda{
    text-align: right;
}

.parte_dois_div_principal{
    margin: auto 0;
}

/* sessão formulario */
#div_formulario{
    background-color: #fff;
    min-height: 90vh;
    padding:1rem;
}

.div_formulario{
    align-items: center;
} 

.formulario{
    max-width: 60%;
    border-radius: 1rem;
    box-shadow: 0rem 0rem 1rem 1rem  rgba(0, 0, 0, 0.2) ;
    align-items: center;
    padding:2rem;
    margin-top: -5rem;
    margin-left:auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
} 
.titulo_form{
    text-align: center;
    margin: 1rem;
} 

.titulo_form h1{
    font-size: 1.4rem;
    font-weight: bold;
}

.div_form{
    display: flex;
    justify-content: space-between;

}

.form-group{
    display: flex;
    flex-direction: column;
    margin: 0 0.5rem;
    width: 90%;
    max-width: 20rem;
}

.label_formulario{
    color: rgb(0, 0, 0); 
    font-weight: 200;
}

.campo_input input{
    min-height: 3rem;
    background-color: rgb(236, 235, 235);
    width: 100%;
    border:none;
    padding: 1rem;
    border-radius: 0.5rem;

}

.btn-formulario{

    margin-top: 2rem;
}

/* div investimento */

.div_investimento{
    text-align: center;
    margin-top: 4rem;
}
.titulo_div_investimento h1{
    color:#000;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
}

.sep_box_invest{
    display:flex;
    justify-content: center;
    flex-direction:row;
    align-items: center;

}
.sep_box_invest div{
    display:flex;


}

.baner_separados_nossos_numeros{
    background: #D9D9D9;
    min-height: 14rem;
    min-width: 14rem;
    border-radius:50%;
    margin:2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.baner_separados_nossos_numeros div img{
    width: 7rem;
}

.baner_separados_nossos_numeros h2{
    font-size: 1rem;
}

#divisao_lapis{
    background: url('img/lapis.png')  no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    min-height: 28vh;
    width: 100%;

}
/*parte video*/
#video{
    background: #FECE00;
    min-height:70vh;
    padding-bottom: 1rem;

}
.titulo_div_video h1{
    color:#fff;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
    margin-bottom: 3rem;
}
.video{
    display: flex;
    justify-content: center;
    flex-direction:row;
    padding:2rem;
}
.video_completo{
    width: 50%;
    display: flex;
    justify-content:flex-start;
    flex-direction:column;
}
.rep_video{
    width: 100%;
    padding: 0 2rem;

}
.video_completo a{
    margin:auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.botao_video{
    background-color: #641480;
    min-height:3.5rem;
    width:90%;
    border-radius: 0.6rem;
    border:none;
    font-weight:500;
    font-size: 1rem;
    color: #fff;
    margin:auto;
    text-align: center;
    vertical-align: middle;
    
}
.video_escrita{
    min-height: 70vh;
    width:50%;
    text-align: justify;

}
.video_escrita h1{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: flex;
    text-align: justify;
    

}

/* suporte e treinamentyos */
#suporte_treinamentos{
    background: #641480;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo_suporte_treinamentos h1{
    color:#fff;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.titulo_cards_suporte{
    display: flex;

}
.titulo_cards_suporte{
    background:#641480;
    decoration:none;
}
.titulo_cards_suporte button{
    background:#641480;
    color: #fff;
}
.titulo_cards_suporte div img{
    height:2rem;
}
.accordion-body{
    background:#641480;
    color:#fff;
}

.suporte_treinamento{
    background:#641480;
    width:70%;
}
.lapis_cor{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.titulo_lapis h1{
    color:#fff;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
}

/* projeto social */
#projeto_social{
    background:#F27121;
    padding-top:4rem;
}

.titulo_projeto_social h1{
    color:#fff;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
}
.projeto_social{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:4rem;
    padding-bottom:3rem;
}
.texto_projeto_social{
    width: 50%;
}
.texto_projeto_social p {
    font-size: 1.4rem;
    color:#fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.fotos_projeto_social{
    margin: 1rem;

}
.fotos_projeto_social div img{
    margin:0.5rem;
    min-height: 15rem;
}

.a_video_mobile{
    display:none;
}

/* mercado optico */
#mercado_optico{
    padding-top:4rem;
}


.titulo_mercado_optico{
    text-align: center;
}

.titulo_mercado_optico h1{
    color:#000;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
}
.mercado_optico{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mercado_optico div{
    /* box-shadow: inset 0.5rem 0.2rem 1rem black; */
    border: 1.5rem solid rgba(99,20,128,0.9);
    min-height: 17rem;
    min-width: 17rem;
    border-radius:50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding:1rem;
    text-align: center;
    margin: 7rem;
}

#mercado_optico a{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    text-decoration: none;
    margin-bottom: 4rem;
}
#mercado_optico a button{
    width: 50%;
}
/* perguntas */
#perguntas_frequentes{
    background: #641480;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:4rem;
}

.titulo_perguntas h1{
    color:#fff;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.titulo_cards_suporte{
    display: flex;

}
.titulo_cards_suporte{
    background:#641480;
    decoration:none;
}
.titulo_cards_suporte button{
    background:#641480;
    color: #fff;
}
.titulo_cards_suporte div img{
    height:2rem;
}
.accordion-body{
    background:#641480;
    color:#fff;
}
/* marcas  */
#marcas{
    padding-top:4rem;
}
.titulo_marcas h1{
    color:#000;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4) ;
    text-align: center;
}
.marcas{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
}
.marcas div img{
    width:10rem;
    margin:0.5rem;
}
#marcas_carrousel{
    display:none;
}
#rodape{
    background-color: #000000;
    height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#rodape p{
    font-size:0.8rem;
    color: #FFFF;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin:auto;
}
#botao_final{
    display: flex;
    justify-content:center;
    flex-direction:row;
    width: 90%;
    margin:3rem;
}
.botao_final{
    background-color: #FECE00;
    min-height:3.5rem;
    min-width: 30rem;
    width:100%;
    border-radius: 0.6rem;
    border:none;
    font-weight:500;
    font-size: 1rem;
    color: #000;
    margin:auto;
    text-align: center;
    vertical-align: middle;
    
}

#topo_obrigado{
    background: url('img/nova-background-obg.png')  no-repeat bottom center scroll;
    background-position: 30% 45%;
    background-size: cover;
    min-height:100vh;
    padding:10rem ;
    font-family: 'Montserrat', sans-serif;
}
.texto_topo_obrigado{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}
.alvo_branco img{
    height: 10rem;
    margin-bottom: 3rem;
}
.div_btn_pagina_obrigado{
    display: flex;
    justify-content:center;
    flex-direction:column;
    width: 40%;
}
.botao_obrigado{
    background-color: #FECE00;
    min-height:3.5rem;
    min-width:10rem;
    width:100%;
    border-radius: 0.6rem;
    border:none;
    font-weight:500;
    font-size: 1rem;
    color: #000;
    margin:auto;
    text-align: center;
    vertical-align: middle;
    
}
@media(max-width: 980px){
    #div_inicial{
        padding: 2rem;
    }

    .div_inicial{
        display: flex;
        justify-content:left;
        flex-direction:row;
        padding-bottom: 3rem;
    }
    .parte_dois_div_principal{
        display:none;
    }
    .logo{
        max-width: 90%;
    }
    
    .text-muted{
        font-family: 'Montserrat', sans-serif;
        width: 100%;
    }
    .text-muted h1 {
        text-align: center;
        line-height: 2.6rem;

    }
    .texto_estrela {
        text-align: center;
        display: flex;
        justify-content:left;
        flex-direction:column;
        align-items: center;
    }
    .logo_abf{
        display: flex;
        justify-content:center;
        flex-direction:row;
    }

    /* titulos */
    .titulo_div_investimento h1{
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .titulo_div_video h1{
        font-size: 2rem;
    }
    .titulo_form{
        text-align: center;
        margin: 0;
    }
    .titulo_suporte_treinamentos h1{
        font-size: 2rem;
    }
    .titulo_lapis h1{
        font-size: 2rem;
    }
    .titulo_projeto_social h1{
        font-size: 2rem;
    }
    .titulo_mercado_optico h1{
        font-size: 2rem;
    }
    .titulo_perguntas h1{
        font-size: 2rem;
    }
    .titulo_marcas h1{
        font-size: 2rem;
    }





    .formulario{
        max-width: 95%;
    }
    .div_form{
        display: flex;
        justify-content:center;
        flex-direction:column;
        align-items: center;
    }
    
    .sep_box_invest{
        display: flex;
        justify-content:center;
        flex-direction:column;
        align-items: center;
    
    }

    .baner_separados_nossos_numeros{
        min-height: 10rem;
        min-width: 10rem;
        border-radius:50%;
        margin:0.5rem;

    }
    .baner_separados_nossos_numeros div img{
        width: 5rem;
    }
    
    .baner_separados_nossos_numeros h2{
        font-size: 0.8rem;
    }
    
    .video{
        display: block;
    }

    .video_completo{
        width: 100%;
    }
    .rep_video{
        width: 100%;
        margin-bottom: 2rem;;
    }

    .video_escrita{
        width:100%;
        text-align: justify;

    }
    .video_escrita h1{
        text-align: justify;
        margin:1rem;
    }
    .video_completo a{
        display:none;
    }
    .a_video_mobile{
        margin:auto;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .botao_video_mobile{
        background-color: #641480;
        min-height:3.5rem;
        width:90%;
        border-radius: 0.6rem;
        border:none;
        font-weight:500;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        text-decoration:none;
        
    }
    
    .lapis_cor{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
    }

    .lapis_cor div img{
        width:90%;

    }
    .lapis_cor div{
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;

    }
    .projeto_social{
        display: block;
        padding-bottom:3rem;
    }

    .texto_projeto_social{
        width: 100%;
    }
    .texto_projeto_social p{
        text-align: justify;
        margin:2rem;
        font-size: 1.4rem;
    }

    .fotos_projeto_social{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        text-align: center;
    
    }
    .fotos_projeto_social div img{
        margin:0.5rem;
        max-height: 15rem;
    }

    .mercado_optico{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
    }
    .mercado_optico div{

        border-radius:50%;
        margin:1rem;
    }
    #mercado_optico a button{
        width:90%;
    }
    #marcas{
        display: none;
    }

    #marcas_carrousel{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        margin-top: 4rem;

    }
    .imagens_marcas{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:3rem;
        margin-bottom:3rem;
        min-width: 90%;
    }

    #botao_final{
        display: flex;
        justify-content:center;
        flex-direction:row;
        width: 90%;
        margin:1rem;
    }
    .botao_final{
        min-width: 3rem;
        width:100%;        
    }

    #topo_obrigado{
        padding:1rem ;
        min-height:100vh;

    }

    .texto_topo_obrigado{
        display: block;
        text-align: center;
    }
    .div_btn_pagina_obrigado{
        margin-top: 4rem;
        width: 100%;
    }
    .alvo_branco{
        text-align: center;
        margin: auto;
    }

}