.uk-notification-message {
    font-size: 15px;
    font-weight: 700;
}

.text_result_ajax_form_modal_colegio {
    font-size: 16px;
    color: #000000;
}

.text_result_ajax_form_modal_colegio p:last-child {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
}

.spiner_load_ajax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffbf;
    width: 100%;
    height: 100vh;
    z-index: 9999 !important;
}

.spiner_load_ajax svg circle {
    stroke-width: 2px !important;
    stroke: #379fc0 !important
}




.redimencionar_modal_formulario {
    width: 900px;
    padding: 0;
    border-radius: 25px;
    overflow: hidden;
}

.btn_cerrar_form_modal {
    background: #000000;
    border-radius: 50%;
}

.btn_cerrar_form_modal svg {
    color: #fff;
    width: 10px;
}

.btn_cerrar_form_modal svg line {
    stroke-width: 3;
}

.fondo_img_modal_formulario {
    width: 100%;
    display: flex;
    height: 100%;
}

.fondo_img_modal_formulario img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloq_form_text {
    padding: 35px;
}

.bloq_form_text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}


.header_formulario_modal {
    background: #88d3e3;
}

.header_formulario_modal p {
    font-size: 17px;
    padding: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    text-align: center;
}

.cuerpo_formulario_modal {
    padding: 15px 5px 0px 5px;
}

.cuerpo_formulario_modal p {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #000000;
    margin: 0;

}

.cuerpo_formulario_modal p strong {
    background: #88d3e3;
    padding: 0px 5px;
    margin-right: 5px;
}

.bloq_datos_for input,
.bloq_datos_for select {
    width: 100%;
    border: 1px solid #000000;
    height: 30px !important;
    font-size: 13px;
}

.tamano_check_form_modal {
    width: 15px !important;
    height: 15px !important;
    padding-left: initial !important;
    padding-right: initial !important;
    flex-shrink: 0;
    border: 1px solid #000000;
    border-radius: 0 !important;
}

.uk-radio.tamano_check_form_modal:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.text_legales_form {
    font-size: 11px;
    color: #000000;
    line-height: 1;
    align-items: center;
    margin-left: 10px;
}

.text_legales_form a {
    text-decoration: underline;
    color: #000000 !important;
}

.btn_envio_form_modal {
    background: #88d3e3;
    color: #000000;
    font-weight: 700;
    border-radius: 100px !important;
    max-width: 80%;
}

.error-border {
    border: 1px solid red !important;
}

.text_alert_politicas {
    font-size: 13px;
    color: red;
    display: none;
    margin-bottom: 15px;
    font-weight: 300;
}

.btn_postular_movil_footer {
    display: none;
}

.btn_postular_movil_footer a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    background: #244590;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
    animation: parpadeo 5s infinite;
    box-sizing: border-box;
}

.text_mayuscula_gra {
    text-transform: uppercase;
}

.legales_archivo_colegios p a {
    font-size: 11px;
    font-weight: 700;
    background: #0d5b9e;
    padding: 7px 15px;
    display: table;
    border-radius: 10px;
    margin: auto;
    color: #fff;
    margin-top: 5px;
}

.legales_archivo_colegios p:hover {
    text-decoration: underline;
    color: #244590;
}

@media(max-width: 980px) {
    .btn_postular_movil_footer {
        display: block;
    }
}

@media(max-width: 750px) {
    .flex_colum_movil_s {
        flex-direction: column;
    }

    .flex_colum_movil_s .uk-width-1-2 {
        width: 100%;
    }

    .fondo_img_modal_formulario img {
        width: 100% !important;
    }
}