.contenedor-canje-codigo {
    background-color: white;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 100px;
}

.wizard>.content {
    min-height: 0em;
    background-color: #eee;
    height: 90vh;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.wizard>.content::-webkit-scrollbar {
    display: none !important;
}

.wizard>.content>.body {
    position: initial;
    pading-top: 0 !important;
}

.wizard>.content>.body:not(.step2) {
    width: 70% !important;
}

.wizard .titleSeccion {
    margin-bottom: 30px;
}

.wizard .seccionPeticion {
    width: 80%;
    margin: auto;
}

.wizard .form-group{
    padding-top: 0px;
}

.wizard>.content>.body ul>li {
    margin-left:20px;
}

.steps {
    display: none !important;
}

.title-steps {
    margin-bottom: 30px;
    margin-top: 0;
}

.redondeado {
    border: 1px solid black;
    border-radius: 30px;
    padding: 1% 3%;
}

.redondeado span {
    font-weight: bold;
}

.divisor-steps {
    color: lightgrey;
    background-color: black;
    bottom: 0;
    left: 0;
    width: 200%;
    margin: 10px 0 10px -50%;
}

.botones-steps {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.botones-steps a {
    margin-right: 50px;
    padding: 10px 60px;
    border-radius: 30px;
}

.wizard .cancela {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    font-size: 3rem;
    padding: 10px;
}

.wizard .cancela-bottom {
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}

.wizard .cancela-bottom button {
    font-size: 1.3rem;
    padding: 5px 70px;
    border-radius: 50px;
}

.modal{
    height: 90% !important;
}

.descripcionModulosCargados{
    padding-left: 3%;
}

.descripcionModulosCargados ul li{
    list-style: none;
}