label{
    margin-bottom: 3px;
    font-weight: 600;
}


/* ANIMACION PARA LOS BOTONES
*
*/

.form_boton{
    transition: .4s ease-in-out all;
	position: absolute;
}

.form_boton:hover {
	background: #198754;
}

.justificar_texto{
    text-align: justify
}
ol{
    list-style: none !important;
}

#resultadoEvaluacion{
    height: 709px;
}

.validarrolFormulario{
    display:block;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
}

.w1-100 {
    width: 55%!important;
    height: 635px!important;
}