.pasos {
    width: 1170px;
    margin: 30px auto 25px auto;
}
.pasos>.steps {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pasos>.steps>p {
    color: #ccc;
}
.pasos>.steps>p.ready, .pasos>.steps>p.ready span {
    color: #333;
    border-color: #333;
}

.pasos>.steps>p.ready>span {
    color: #f0a000;
    border-color: #f0a000;
    border-width: 2px;
}

.pasos>.steps>p>span {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 100%;
    position: relative;
    top: 6px;

    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-width: 1px;
}
.pasos>.steps>p>span {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 100%;
    position: relative;
    top: 6px;
}