.title-pasos{
    width: 86%;
    margin: 3rem auto 15px;
    font-size: 20px;
    text-align: center;
}

.subtitle-pasos{
    margin: 0 auto 15px;
    width: 90%;
    font-size: 18px;
    text-align: center;
    color: #50535A;
}

.subtitles-pasos-inferior{
    margin: 0 auto;
    width: 82%;
    font-size: 16px;
    text-align: center;
    color: #50535A;
}

.button-activar{
    margin: 1rem auto 0.8rem;
    width: 90%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border-radius: 65px;
    background-color: #066FCB;
}

.section-pasos .terms{
    display: block;
    color: var(--blue);
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
}

.item-pasos{
    width: 90%;
    margin: 1rem auto;
}

@media (min-width:768px){
    .slide-pasos{
        margin: 0 auto;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .item-pasos{
        margin: 0;
        width: max-content;
        gap: 20px;
    }

    .title-pasos{
        font-size: 24px;
    }

    .subtitle-pasos{
        margin:  0 auto 10px;
        font-size: 20px;
    }

    .subtitles-pasos-inferior{
            margin: 20px auto;
            width: 90%;
            max-width: 754px;
            font-size: 20px;
    }

    .button-activar{
        max-width: 294px;
        font-size: 17px;
    }
}