﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

/*-------------------------------*/

html, body, form {
    margin: 0px;
    padding: 0;
    /*width: 100%;*/
    min-width: 300px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    /*background-color: #efebf9;*/
    background-color: #F2F4FF;
}

.RadAjax_1 {
    background-repeat: no-repeat;
    background-position: center center;
}

.Ancho_Maximo {
    max-width: 1300px;
    margin: auto;
    /*border: 1px solid red;*/
}

.Ancho_Maximo_2 {
    /*max-width: 1300px;*/
    margin: auto;
    /*border: 1px solid red;*/
}

.Fondo_Blanco {
    background-color: white;
}

.Borde_1 {
    border: 1px solid lightgray;
}

.div_Linea_1 {
    width: 100%;
    height: 1px;
    background-color: #0066FF;
}

.div_Linea_2 {
    width: 100%;
    height: 1px;
    background-color: #606474;
    /*margin: 3px 0 20px 0;*/
}

.div_Linea_3 {
    width: 100%;
    height: 1px;
    background-color: lightgray;
    margin: 5px 0 5px 0;
}

/*---------------------------------Footer*/

.footer_form {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.footer_container {
    flex: 1;
}

.footer {
}

/*-------------------------------*/

.Seccion_Padre_1 {
    width: 100%;
}

.Seccion_Hijo_1 {
    padding: 50px;
    min-width: 200px;
    width: 50%;
    max-width: 700px;
}

.Seccion_Hijo_2 {
    padding: 30px;
    min-width: 150px;
    width: 50%;
    max-width: 600px;
}

.Seccion_Hijo_3 {
    padding: 30px;
    min-width: 150px;
    width: 50%;
    max-width: 600px;
}

.Seccion_Hijo_4 {
    min-width: 200px;
    width: 100%;
    max-width: 700px;
}

.Seccion_Hijo_5 {
    min-width: 150px;
    width: 50%;
    max-width: 600px;
}

.Seccion_Hijo_6 {
    padding: 20px;
    min-width: 200px;
    width: 50%;
    max-width: 700px;
}

.Seccion_Hijo_7 {
    min-width: 150px;
    width: 70%;
    max-width: 600px;
    /*border: 1px solid red !important;*/
}

.Seccion_Hijo_8 {
    min-width: 150px;
    width: 50%;
    max-width: 600px;
}

/*-------------------------------*/

.seccion_1 {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

.seccion_3 {
    width: 250px;
    margin: auto;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

.seccion_5 {
    width: 180px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 0px solid #5426d1;
    margin: auto;
}

.seccion_Admin_1 {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 4px dashed lightgray;
}

.seccion_Admin_2 {
    background-color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 8px;
    border: 2px dashed lightgray;
}

.seccion_6 {
    width: 300px;
    margin: auto;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

.seccion_7 {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid lightgray;
    margin: auto;
}

.seccion_8 {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid lightgray;
    width: 40%;
}

/*-------------------------------*/

.container_columna {
    display: flex;
    flex-direction: column;
}

.container_renglon {
    display: flex;
    flex-direction: row;
}

.container_flex_row_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*border: 1px solid red;*/
}

.container_justify_content_center {
    justify-content: center;
}

.container_align_items_center {
    align-items: center;
}

.container_align_items_end {
    align-items: flex-end;
}

.container_align_items_baseline {
    align-items: baseline;
}

.container_justify-content_space-between {
    justify-content: space-between;
}

.container_justify-content_space-around {
    justify-content: space-around;
}

.container_justify_content_end {
    justify-content: end;
}

.centered-element {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------------------*/

.padding_10_0_10_0 {
    padding: 10px 0 10px 0;
}

.padding_15_15_15_15 {
    padding: 15px 15px 15px 15px;
}

.padding_30_30_30_30 {
    padding: 30px 30px 30px 30px;
}

.padding_30_0_30_0 {
    padding: 30px 0 30px 0;
}

.padding_0_30_0_30 {
    padding: 0 30px 0 30px;
}

.padding_0_15_15_15 {
    padding: 0 15px 15px 15px;
}

.padding_0_10_0_10 {
    padding: 0 10px 0px 10px;
}

.padding_2 {
    padding: 15px;
}

.padding_12 {
    padding: 20px;
}

.padding_0_0_10_0 {
    padding: 0 0 10px 0;
}

.padding_5_5_5_5 {
    padding: 5px 5px 5px 5px;
}

/*-------------------------------*/

.margin_5_0_5_0 {
    margin: 5px 0 5px 0;
}

.margin_10_0_10_0 {
    margin: 10px 0 10px 0;
}

.margin_20_0_20_0 {
    margin: 20px 0 20px 0;
}

.margin_30_0_30_0 {
    margin: 30px 0 30px 0;
}

.margin_100_0_100_0 {
    margin: 100px 0 100px 0;
}

.margin_10_10_10_10 {
    margin: 10px 10px 10px 10px;
}

.margin_60_0_0_0 {
    margin: 60px 0 0 0;
}

.margin_50_0_50_0 {
    margin: 50px 0 50px 0;
}

.margin_40_0_40_0 {
    margin: 40px 0 40px 0;
}

.margin_1 {
    margin: 30px 0;
}

.margin_top_1 {
    margin-top: -25px;
}

.margin_bottom_1 {
    margin-bottom: 20px;
}

.margin_20_0_10_0 {
    margin: 20px 0 10px 0;
}

.margin_10_0_20_0 {
    margin: 10px 0 20px 0;
}

/*-------------------------------*/

.cursor_1 {
    cursor: pointer !important;
}

.Mayusculas {
    text-transform: uppercase;
}

.Minusculas {
    text-transform: lowercase;
}

.texto_inclinado {
    font-style: italic;
}

.texto_subrrayado {
    text-decoration: underline;
}

.alinear_centrado {
    text-align: center;
}

.alinear_derecha {
    text-align: right;
}

.alinear_izquierda {
    text-align: left;
}

.alinear_vertical_centrado {
    vertical-align: middle !important;
}

.alinear_vertical_top {
    vertical-align: top !important;
}

.asterisco {
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}

.campos_obligatorios {
    color: red;
    font-size: .9em;
}

.campos_obligatorios_2 {
    color: red;
    font-size: 1em;
}

.Negritas {
    font-weight: bold;
}

.lbl_superindice_1 {
    font-size: .9em;
}

/*-------------------------------*/

.lbl_Bread_1 {
    font-size: 1em;
    color: #2a3f58;
    font-weight: bold;
}

.lbl_Bread_2 {
    /*color: #0067ee !important;*/
    font-size: 1em !important;
    font-weight: bold;
}

.lbl_msj {
    font-size: 1.2em;
    color: #2a3f58;
}

.lbl_Folio_1 {
    color: #0067ee !important;
    font-size: 1.6em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
}

.lbl_Folio_2 {
    color: #0067ee !important;
    font-size: 2.2em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
}

.lbl_Folio_3 {
    color: #0067ee !important;
    font-size: 1.2em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
}

.lbl_Folio_4 {
    color: #0067ee !important;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
}

.lbl_Folio_5 {
    color: #0067ee !important;
    font-size: 1.5em !important;
    font-weight: bold;
    font-family: 'Fira Code', sans-serif !important;
}

.lbl_Resaltar_1 {
    color: #0067ee !important;
    font-weight: bold;
}

.lbl_Folio_6 {
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
    /*color: #0067EE !important;*/
}

.lbl_Folio_7 {
    font-size: 1em !important;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Fira Code', sans-serif !important;
    color: #0F76D3 !important;
}

.lbl_KvT {
    font-size: .9em;
    color: #2a3f58;
    font-weight: bold;
    display: inline-block;
    /*padding: 10px 20px;*/
    /*background-color: #3498db;*/
    /*color: white;*/
    /*font-family: sans-serif;*/
    /*border-radius: 6px;*/
    /*cursor: pointer;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .lbl_KvT:hover {
        transform: scale(1.0) rotate(-360deg);
        /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
    }

.lbl_1 {
    font-size: 1.8em;
    font-weight: bold;
    color: black;
}

.lbl_2 {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}

.lbl_3 {
    color: #0067ee !important;
    font-size: 2.2em !important;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_4 {
    color: slategrey;
    font-size: 1.5em;
    font-weight: bold;
}

.lbl_7 {
    font-size: 1.1em;
    color: #2a3f58;
}

.lbl_8 {
    font-size: 1.6em;
    color: #2a3f58;
    font-weight: bold;
}

.lbl_9 {
    font-size: 1.2em;
    color: #2a3f58;
    font-weight: bold;
}

.lbl_10 {
    font-size: 1em;
    color: #2a3f58;
}

.lbl_11 {
    font-size: 1.2em;
    color: #2a3f58;
}

.lbl_12 {
    color: #0067ee !important;
    font-size: 1.1em !important;
    font-weight: bold;
}

.lbl_13 {
    font-size: 1em;
    font-weight: bold;
}

.lbl_14 {
    color: #0067ee !important;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_15 {
    color: #0067ee !important;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_16 {
    color: #0067ee !important;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_17 {
    color: #0067ee;
    font-size: 1.5em;
    font-weight: bold;
}

.lbl_18 {
    font-size: 1.3em;
    color: #657085;
    font-weight: bold;
}

.lbl_19 {
    color: #5426d1 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
}

.lbl_20 {
    font-size: .9em;
    color: #2a3f58;
}

.lbl_21 {
    font-size: 1.2em;
    font-weight: bold;
    color: #0F76D3;
}

/*-------------------------------*/

.Borde_Mostrar_SI {
    border: 1px solid red !important;
}

.Borde_Mostrar_NO {
    border: 0px !important;
}

.Display_Mostrar_SI {
    display: inline !important;
}

.Display_Mostrar_NO {
    display: none !important;
}

/*-------------------------------*/

.rbtn_cancelar {
    text-transform: initial !important;
    height: 70px;
    border: 2px solid #f50e0e !important;
    background-color: white !important;
    margin: 0 2px 0 2px;
}

.rbtn_aceptar {
    text-transform: initial !important;
    /*height: 40px;
    width: 140px;*/
    border: 2px solid #0066FF !important;
    background-color: white !important;
    margin: 0 2px 0 2px;
}

.rbtn_descargar {
    text-transform: initial !important;
    /*height: 40px;
    width: 140px;*/
    border: 1px solid #0066FF !important;
    background-color: white !important;
    margin: 0 2px 0 2px;
}

.rbtn_1 {
    text-transform: initial !important;
    height: 35px;
    border: 1px solid #0067ee !important;
    background-color: white !important;
    margin: 0 2px 0 2px;
    font-family: 'Poppins', sans-serif !important;
}

.rbtn_1_Aux {
    height: 35px;
    width: 35px;
    border: 1px solid #0067ee !important;
    background-color: white !important;
    margin: 0 2px 0 2px;
}

.btn_Cerrar_Ventana {
    cursor: pointer;
    color: red;
    text-decoration: underline;
    font-size: .9em;
}

.btn_Volver_Atras {
    cursor: pointer;
    color: #0194B5;
    text-decoration: underline;
    font-size: 1em;
}

.rbtn_3 {
    height: 35px;
    width: 35px;
    border: 1px solid lightgray !important;
    background-color: white !important;
}

.rbtn_7 {
    height: 25px;
    width: 35px;
    border: 1px solid lightgray !important;
    background-color: white !important;
    padding-top: 4px !important;
}

.rbtn_Mas_Informacion_1 {
    text-transform: initial !important;


    background-color: white !important;
    margin: 0 2px 0 2px;
    font-family: 'Poppins', sans-serif !important;
}

.rbtn_4 {
    /*height: 17px;
    width: 50px;
    border: 1px solid lightgray !important;
    background-color: white !important;*/


    text-transform: initial !important;
    height: 20px;
    width: 50px;

    margin: 0 2px 0 2px;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid lightgray !important;
    background-color: white !important;
}

/*-------------------------------*/

.Ventanas_Informacion_1 {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

.Botones_Border_1 {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid gray;
}

    .Botones_Border_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }


.Escuela_Informacion_1 {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

    .Escuela_Informacion_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Documentos_Requisitos_1 {
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

    .Documentos_Requisitos_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Maps_1 {
    padding: 15px 15px;
    border-radius: 8px;
    border: 3px dashed lightgray;
}

    .Maps_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Madre_Padre_Tutor_1 {
    padding: 5px 5px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

    .Madre_Padre_Tutor_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Folio_1 {
    padding: 15px 5px;
    border-radius: 8px;
    border: 1px solid lightgray;
}

    .Folio_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Capacidad_1 {
    padding: 15px 50px;
    border-radius: 8px;
    border: 3px dashed lightgray;
}

    .Capacidad_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Borde_Opciones_1 {
    padding: 10px !important;
    border-radius: 8px;
    border: 1px solid gray;
}

    .Borde_Opciones_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
    }

.Borde_Admin_1 {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 4px dashed lightgray;
}

    .Borde_Admin_1 legend {
        color: gray;
        font-style: italic;
        text-align: center;
        font-size: 20px;
    }

