.icons-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 50px auto 30px auto;
}

.boxIcon{
    text-align: center;
    display: grid;
}

.icon{
    text-align: center;
    height: 24px;
}

.point{
    width: 15px;
    height: 15px;
    margin: 5px auto 0 auto;
}

.separator{
    width: 80px;
    height: 0px;
    border-top: 1px solid #aab8c4;
    margin: 35px 10px auto 10px;
}

.stepsLvl{
    width: 630px;
    margin-top: -20px;
}

@media (max-width: 578px) {
    .stepsLvl{
        display: none;
    }
    .cuerpoInfo{
        width: 90%;
    }
    .arriba{
        font-size: 17px;
    }
    .arriba > img{
        top: 30px;
        left: 20px;
    }
    .separator{
        width: 25px;
        margin: 35px 10px auto 10px;
    }
    .tituloUp{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}


@media (max-width: 578px) {
    .stepsLvl {
        display: none;
    }

    .cuerpoInfo {
        width: 90%;
    }

    .arriba {
        font-size: 17px;
    }

    .arriba > img {
        top: 30px;
        left: 20px;
    }

    .separator {
        width: 25px;
        margin: 35px 10px auto 10px;
    }

    .tituloUp {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

}

.txt{
    width: 130px;
    text-align: center;
    font-size: 14px;
    color: #aab8c4;
}

.resalt{
    color: #00a5b1;
    font-weight: 900;
}


