/* SECAO-HOME */

.secao-home{
    
    margin-top: 150px;

    width: 100vw;
    min-height: calc(100vh - 350px);


}

.texto{
    
    margin-top:50px;
    margin-bottom:110px;
    
    text-align: justify;
    color: var(--cor-azul-escuro-30);
    font-family: "Lato",Sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 28px;
    
}

.botoes{ text-align: center;}

a {
    
    box-shadow: none;
    text-decoration: none;
    
}

.texto-subtitulo{
    
    margin-top: 12px;
    text-align: center;
    color: var(--cor-azul-escuro-30);
    font-family: "Lato",Sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    
}

#btnWhats{
    
    padding: 16px 85px 16px 85px!important;
    
}

#btnWhats i{
    
    line-height: 36px;
    font-size: 30px;
    margin-right: 3px;
    height: 44px;
    vertical-align: middle;
}