.texto_inscripcion ul {
    list-style-type: none;
}

.texto_inscripcion ul li {
    padding: 8px;
}

.texto_inscripcion ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    margin-right: 10px;

}

.texto_inscripcion h2 {
    font-size: 1.8em;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    padding-top: 40px;
}

.texto_inscripcion h3 {
    font-size: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    padding-top: 40px;
}

.texto_inscripcion h4 {
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding-bottom: 10px;
    padding-top: 40px;
}

.tipo_label {
    color: #000;
    font-size: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}

.form-group label {
    color: #000;
    font-size: 1.1em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 5px;
}

small {
    padding-bottom: 20px;
}

.form-check-input {
    position: absolute;
    margin-top: 0.4rem;
    margin-left: -1.5rem;
}

.form-check {
    margin-left: 0.4rem;
    padding-bottom: 6px;
}

.caja_check {
    padding: 20px 0px;
}

.zona_botones {
    text-align: center;
}

#campos_tutor{
    display: none;
}

.form_ins_nueva .btn_redondo:hover::before {
    left: 86%;
}

.form_ins_nueva .fondo_color {
    background-color: whitesmoke;
    padding: 20px;
    margin-bottom: 20px;
}


.help-block {
    font-size: 11px;
    color: red;
    opacity: 0.87;
    position: absolute;
    top: 50px;
    right: 10px;
    margin-top: -40px;
}

.form-check-label {
    margin-left: 5px;
    font-size: 1em;
    font-family: 'Barlow Condensed', sans-serif;
}

  
  
