.container-download{
    background-color: #2639ED;
}

.container-download img{
    width: 55.5px;
}

.btnDownload, .btnDownload:hover{
    background: #24C776;
    width: 100%;
    max-width: 408px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 12px !important;
    border-radius: 5px;
}

.textH1{
    font-family: Poppins;
    font-weight: 800;
    font-size: 50px;
    line-height: 110.00000000000001%;
    text-align: center;
}

.install1 img{
    width: 100%;
}

.install1 h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 1px;
    vertical-align: bottom;
    max-width: 601px;
}

.itensFuncao img{
    width: 30.75px;
}

.itensFuncao span{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -1px;
    vertical-align: bottom;
}

.MuitoMais{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #2563EB;
    text-decoration: none;
}

.container-xml{
    background-color: #D5E4FA;
    padding: 60px 10px;
}

.container-xml img{
    max-width: 520px;
    width: 100%;
}

.container-xml h2{
    font-family: Poppins;
    font-weight: 700;
    font-size: 35px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    max-width: 410px;
}

.container-xml p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    max-width: 610px;
}

.btnDownload2, .btnDownload2:hover{
    background: #24C776;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 12px !important;
    border-radius: 5px;
}

.container-perguntas h2{
    font-family: Poppins;
    font-weight: 700;
    font-size: 35px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    background: #24C776;
    max-width: 470px;
    padding: 10px;
    color: white;
    margin: 0 auto;
}

.container-perguntas p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0px;

}

.accordion-body{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;

}

.centralizar{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cTxto{
    text-align: center;
}