section {
    margin-top: 2rem;
}

body {
    font-family: 'poppins';
}

.titulo-sn {
    position: relative;
    margin-top: -35px;
    color: #fff;
    font-size: 28px;
    font-family: 'poppins';
}

.img_titulos {
    height: 35px;
}

.largura92 {
    width: 92%;
}

.alinhamento-s0 {
    text-align: left;
}

.alinhamento-s1 {
    text-align: left;
    margin-top: revert;
}

.captura-lead {
    position: relative;
    background: linear-gradient(89.96deg, #1C1F24 3.44%, #464F58 49.09%, #30353B 94.6%);
    text-align: center;
    height: 209px;
    background-size: cover;
}

.titulo-lead {
    color: #fff;
    font-size: 18px;
    font-family: 'poppins';
}

.botao-lead {
    width: 265px;
    height: 33px;
    background: #1F2529;
    border-radius: 5px;
}

.lead_rodape {
    position: absolute;
    bottom: -237%;
}

footer {
    margin-top: -3%;
}




.bola01 {
    margin-top: 30px;
    border-radius: 50%;
    background-color: #2A2E35;
    width: 155px;
    height: 155px;
    margin-left: 7rem;
}







@media (min-width: 960px) {
    .inverter:nth-child(2n) {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

}


@media(max-width: 991px) {
    .grid_mobile {
        display: grid;
    }

    .alinhamento-s1 {
        margin-bottom: 1rem;
    }

    .lead_rodape {
        position: absolute;
        bottom: -446%;
    }

}