.fsp-step {
    display: none;
}

.fsp-step.active {
    display: block;
}

.fsp-resumen-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.fsp-precio {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}