/* ===========================
   FORMULÁRIOS DO PORTAL
=========================== */

.cr-formulario{
    width:100%;
    max-width:100%;
}

.cr-formulario h3{
    margin:0 0 12px;
    color:#15428a;
    font-size:28px;
    font-weight:700;
}

.cr-form-texto{
    margin:0 0 25px;
    color:#555;
    line-height:1.6;
}

.cr-form-group{
    margin-bottom:22px;
}

.cr-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}

.cr-formulario select,
.cr-formulario input[type=text],
.cr-formulario input[type=email],
.cr-formulario textarea{

    width:100%;
    padding:14px;
    border:1px solid #d7dce2;
    border-radius:8px;
    background:#fff;
    font-size:15px;
    box-sizing:border-box;

}

.cr-formulario textarea{

    min-height:180px;
    resize:vertical;

}

.cr-pergunta{

    margin-bottom:20px;

}

.cr-add-pergunta{

    display:inline-block;
    margin:10px 0 25px;
    color:#008080;
    text-decoration:none;
    font-weight:600;

}

.cr-add-pergunta:hover{

    color:#15428a;

}

.cr-aviso-duvidas{

    padding:18px;
    margin:25px 0;
    border-radius:8px;
    background:#eef8ff;
    border-left:5px solid #15428a;

}

.cr-check{

    display:flex;
    gap:12px;
    align-items:flex-start;

}

.cr-check input{

    margin-top:4px;

}

.cr-btn-full{

    width:100%;
    padding:16px;
    font-size:17px;
    font-weight:700;
}

/* ======================================
   APROVEITAMENTO DO MÓDULO
====================================== */

.cr-aproveitamento{

    margin-top:18px;
    padding:16px;
    background:#ffffff;
    border:1px solid #d7dce2;
    border-radius:8px;

}

.cr-aproveitamento strong{

    display:block;
    margin-bottom:12px;
    color:#15428a;

}

.cr-aproveitamento label{

    display:block;
    margin:8px 0;
    font-size:15px;
    cursor:pointer;

}

.cr-aproveitamento input{

    margin-right:8px;

}

.cr-proxima-disciplina{

    margin-top:18px;
    padding:16px;
    background:#fff8e8;
    border-left:5px solid #d39b00;
    border-radius:8px;

}

.cr-proxima-disciplina strong{

    display:block;
    margin-bottom:8px;
    color:#7a5600;

}

.cr-proxima-disciplina p{

    margin:0;
    line-height:1.6;

}