select.form-control{

    height:40px;
    padding:0 15px;

    border:none;
    background:#ececec;

    color:#333;

}

.dxp-honeypot{
    display:none;
}

.dxp-wizard{

    background:#FFF;

    padding:40px;

    border-radius:12px;

    box-shadow:0 5px 25px rgba(0,0,0,.12);

    margin:50px auto;

}

.dxp-header{

    text-align:center;

    margin-bottom:30px;

}

.dxp-header h2{

    margin-bottom:15px;

    font-weight:bold;

}

.dxp-progress{

    width:100%;

    height:8px;

    background:#ECECEC;

    border-radius:20px;

    overflow:hidden;

}

.dxp-progress-bar{

    width:25%;

    height:100%;

    background:#F36C21;

    transition:.35s;

}

.dxp-progress-text{

    margin-top:10px;

    margin-bottom:40px;

    text-align:center;

    font-weight:bold;

}

.dxp-step{

    display:none;

}

.dxp-step.active{

    display:block;

}

.dxp-card-selector{

    border:2px solid #DDD;

    border-radius:10px;

    padding:35px;

    text-align:center;

    cursor:pointer;

    transition:.25s;

}

.dxp-card-selector:hover{

    border-color:#F36C21;

}

.text h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.dxp-card-selector.selected{

    background:#FFF7F1;
    border:2px solid #F36C21;
    color:#333;
    box-shadow:0 4px 12px rgba(243,108,33,.15);

}

.dxp-buttons{

    margin-top:40px;

    overflow:hidden;

}


.dxp-card-opcion{

    border:2px solid #DDD;

    border-radius:10px;

    padding:20px;

    text-align:center;

    cursor:pointer;

    transition:.25s;

    margin-bottom:15px;

}



.dxp-card-opcion:hover{

    border-color:#F36C21;

}

.dxp-card-opcion.selected{

    border-color:#F36C21;

    background:#FFF7F1;

}

/* =====================================
PASO 4
===================================== */

.dxp-opciones{

    margin-top:25px;

}

.dxp-step-soluciones .dxp-card-opcion{

    min-height:220px;

}

/* =====================================
CHECKLIST PASO 4
===================================== */

.dxp-check-list{

    margin-top:20px;

}

.dxp-check-item{

    display:flex;
    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #ececec;

    cursor:pointer;

    font-weight:400;

}

.dxp-check-item input{

    flex:0 0 auto;

    margin-right:15px;

    transform:scale(1.15);

}

.dxp-check-item span{

    flex:1;

    font-size:16px;

    color:#555;

    line-height:1.5;

}