#step_1 .nav-logros{
    display: block;
    color:white;
    background-color: #ad172b!important;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    border-radius: 15px;
    padding: 10px 5px;
    max-width: 400px;
    margin: 0px auto 20px auto;
}
#step_1 .descripcion-logros{
    color: white;
    text-align: center;
}
.block-imagenes-logros {
    color: white;
}
.logros-descripcion-botones {
    padding: 44px 72px 0px 72px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.block-puntos-logros {
    background: #ad172b;
    width: 174px;
    height: 242px;
    padding-top: 55px;
    z-index: 9999999;
    text-align: center;
    border-radius: 15px;
    position: relative;
}
span.puntos-usuario {
    position: absolute;
    bottom: 70px;
    color: #0f3247;
    left: 37%;
    font-weight: 900;
    font-size: 48px;
}
.block-imagenes-logros {
    position: relative;
    align-items: end;
    margin-top: -95px;
    display: flex;
    justify-content: space-between;
}

.texto-block-puntos-logros {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    /* margin-top: -18px; */
}
.span-block {
    text-align: center;
    margin: 0px 30px;
}
.subtitulo-puntos-logros{
    display:block;
    background: white;
    width: 212px;
    padding: 30px 0px;
    height: 120px;
    border-radius: 15px;
    text-align: center;
}
.texto-subtitulo-puntos-logros {
    font-size: 16px;
    font-weight: bold;
    color: #0f3247;
}
.back{
    margin-right: 15px;
    color:  #ad172b;
    font-size: 30px;
    line-height: 25px;
    cursor: pointer;
}
.centrada_logros .datouser-title{
    display: inline-block;
}

#step_2 .type-button, #step_3 .type-button, #step_4 .type-button, #step_5 .type-button {
    display: block;
    color:white;
    background-color: #ad172b!important;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    border-radius: 15px;
    padding: 10px 15px;
    max-width: 400px;
    text-align: center;
    margin-bottom: 25px;
}
.cabecera-logros{
    display: flex;
    justify-content: space-between;
}
.cabecera-logros span{
    color: white;
    font-weight: 500;
}