/* ==========================================================
   Personales - Progresar Créditos
   Cargar después de progresar.css
   ========================================================== */

.per-page{
    background:#f6f8fc;
    padding:130px 0 90px;
    min-height:100vh;
}

.per-page *{
    box-sizing:border-box;
}

.per-kicker{
    display:inline-block;
    padding:8px 18px;
    border-radius:40px;
    background:#e9f4fb;
    color:#2B2E71;
    font-size:12px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.per-title{
    color:#232d39;
    font-size:46px;
    line-height:1.12;
    font-weight:800;
    margin-bottom:16px;
}

.per-lead{
    color:#667085;
    font-size:18px;
    line-height:1.7;
    max-width:720px;
    margin:0 auto;
}

.per-shell{
    margin-top:48px;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(35,45,57,.10);
    border:1px solid rgba(43,46,113,.08);
}

.per-shell-head{
    background:linear-gradient(135deg,#2B2E71 0%,#47B2E4 100%);
    padding:34px 38px;
    color:#fff;
}

.per-shell-head h2{
    font-size:28px;
    font-weight:800;
    color:#fff;
    margin-bottom:8px;
}

.per-shell-head p{
    color:rgba(255,255,255,.86);
    font-size:15px;
    margin:0;
}

.per-shell-body{
    padding:38px;
}

.per-form-card{
    width:100%;
}

.per-form-card br{
    display:none;
}

.per-form-card .form-control,
.per-form-card select.form-control,
.per-form-card .input-box{
    height:56px;
    border-radius:16px;
    border:1px solid #d9e2ec;
    color:#232d39;
    font-weight:600;
    box-shadow:none;
    padding-left:18px;
    margin-bottom:18px;
}

.per-form-card .form-control:focus,
.per-form-card select.form-control:focus,
.per-form-card .input-box:focus{
    border-color:#47B2E4;
    box-shadow:0 0 0 4px rgba(71,178,228,.14);
}

.per-form-card input::placeholder{
    color:#98a2b3;
    font-weight:500;
}

.per-form-card select{
    color:#667085;
}

.per-form-card button{
    min-height:58px;
    min-width:220px;
    border-radius:18px;
    border:none;
    background:#f9735b;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.4px;
    transition:.25s ease;
    padding:0 34px;
    cursor:pointer;
}

.per-form-card button:hover,
.per-form-card button:focus{
    background:#2B2E71;
    color:#fff;
    transform:translateY(-2px);
}

.per-note{
    background:#f6f8fc;
    border:1px solid #e6edf5;
    border-radius:20px;
    padding:18px 20px;
    color:#667085;
    font-size:14px;
    line-height:1.65;
    margin-top:22px;
}

.per-note strong{
    color:#2B2E71;
}

.per-result-page{
    min-height:calc(100vh - 120px);
    display:flex;
    align-items:center;
}

.per-result-card{
    background:#fff;
    border-radius:30px;
    padding:60px 45px;
    box-shadow:0 25px 70px rgba(35,45,57,.10);
    border:1px solid rgba(71,178,228,.14);
}

.per-result-icon{
    width:88px;
    height:88px;
    border-radius:50%;
    margin:0 auto 26px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:58px;
    box-shadow:0 18px 40px rgba(71,178,228,.30);
}

.per-result-icon.ok{
    background:#47B2E4;
}

.per-result-icon.error{
    background:#f9735b;
}

.per-email-line{
    color:#667085;
    font-size:16px;
    margin-top:18px;
}

.per-email-line strong{
    color:#2B2E71;
}

.per-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    min-width:210px;
    border-radius:18px;
    border:none;
    background:#f9735b;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.4px;
    transition:.25s ease;
    padding:0 34px;
}

.per-btn:hover,
.per-btn:focus{
    background:#2B2E71;
    color:#fff;
    transform:translateY(-2px);
    text-decoration:none;
}

#procesando .modal-content{
    border:0;
    border-radius:22px;
    box-shadow:0 24px 70px rgba(35,45,57,.22);
}

#procesando .modal-body{
    padding:34px;
}

@media(max-width:991px){
    .per-page{
        padding:115px 0 65px;
    }
    .per-title{
        font-size:36px;
    }
    .per-shell-head,
    .per-shell-body{
        padding:26px;
    }
}

@media(max-width:575px){
    .per-title{
        font-size:31px;
    }
    .per-lead{
        font-size:16px;
    }
    .per-shell{
        border-radius:22px;
    }
    .per-result-card{
        padding:42px 24px;
        border-radius:24px;
    }
    .per-form-card button,
    .per-btn{
        width:100%;
    }
}

.per-form-card button,.per-btn{background:#f9735b;border-radius:40px;min-height:60px;box-shadow:0 12px 30px rgba(249,115,91,.25)}
