@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-predeterminado: #009688;
    --menu-predeterminado: #222d32;
    --azul-uno: #3372b7;
    --azul-dos: #01026e;
    --azul-tres: #01036a;
    --rojo-uno: #7c0000;
    --rojo-dos: #A60000;
    --rojo-tres: #B13652;
    --rojo-cuatro: #7A0F1F;
}

body {
    font-family: 'Rubik', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

.flex_exito_mat {
    display: flex;
}

.header_text_sl_small {
    display: none;
}

.cabecera {
    min-height: 3vh;
}

.main {
    min-height: 90vh;
}

.pie {
    min-height: 5vh;
}

.nav-item:hover,
.dropdown-item:hover {
    background: #ecf4ff;
    border-radius: 5px;
}

.navbar-nav {
    border-right: 1px solid #d3d3d3;
}

.dropdown-menu {
    padding: 10px;
}

.nav-item {
    margin: 0 10px;
}

.borde {
    border: 1px solid #000;
}

.fondo {
    background: gray;
}

.tamano_fuente {
    font-size: 1.5vh;
}

/* NOTIFICATION */

.notification 
{
    margin-right: 4.5rem;
    position: relative;
}

.notification_bell
{
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.notification_list 
{
    width: 18rem;
    position: absolute;
    right: 0;
    z-index: 1000;
    display: none;
}

.notification_list ul 
{
    text-decoration: none;
    user-select: none; 
    list-style: none;
    background-color: #fdfdfd;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    border: 2px solid rgb(146, 146, 146);
}

.notification_list li
{
    font-size: 15px;
    padding: 10px 20px;
    border-top: 2px solid rgb(146, 146, 146);
}

.notification_list li:hover
{
    background-color: rgb(234, 234, 255);
}

.notification_list li:first-child:hover
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.notification_list li:last-child:hover
{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.notification_list li:first-child
{
    border-top: none;
}

.notification_list li a
{
    text-decoration: none;
    color: black;
    padding: 10px 20px;
    display: block ;
}

.notification_number 
{
    position: absolute;
    background-color: #f02849;
    color: white;
    padding: 3px;
    border-radius: 20px;  
    left: 15px;
    top: -5px; 
    height: 20px;
    user-select: none; 
    cursor: pointer;
    width: 20px;
}

.notification_number > p
{
    position: absolute;
    font-size: 14px;
    top: -2px; 
    left: 6px;
}

/* NOTIFICATION */


/* REGISTRON */

.btn_regist_not .btn_regist_not_div {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
    padding-right: 18px;
    margin-top: 1px;
}

.btn_regist_not .btn_regist_not_div  div {
    font-weight: 500;
    width: 100%;
    margin-top: 2px;
}

.btn_regist_not_span span {
    background-color: rgb(240, 239, 239);
    border: 1px solid rgb(209, 209, 209);
    padding: 5px 12px;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 5px;
}

.btn_regist_not .btn_regist_not_span {
    padding-left: 35px;
}

.btn_regist_not_span span:last-child {
    margin-right: 0px;
}

.btn_regist_not_span > .min_1 {
    min-width: 130px;
    text-align: center;
}

.btn_regist_not_span > .min_2 {
    min-width: 100px;
    text-align: center;
}

.btn_regist_not .btn_regist_not_span {
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
}

/* MATRICULA */

.btn_matricularse_foo button {
    font-size: 18px;
}

.my_datos_mat .my_datos_mat_div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.my_datos_mat .my_datos_mat_program {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.my_datos_mat .my_datos_mat_ciclo, .my_datos_mat .my_datos_mat_seccion  {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.my_datos_mat .my_datos_mat_semestre, .my_datos_mat .my_datos_mat_turno {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.my_datos_mat .my_datos_mat_recuperacion {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.my_datos_mat .my_datos_mat_costo, .my_datos_mat .my_datos_mat_tipo, .my_datos_mat .my_datos_mat_malla {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.btn_regist_not span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}

/* LOGOS */

.logos_dash {
    max-height: 44px;
    margin-top: 3px;
    margin-left: 10px;
}

.logos_dash img {
    max-height: 100%;
}

/*  ROL Y NOMBRE DEL HEADER */

.logos_dash_nav {
    display: none;
}

.nav_apellidos {
    display: none;
}

.perfil_drop_header_nombres {
    display: none;
}

/* FOTO EDITAR PERFIL */
.edit_foto_perf {
    margin-top: 10px;
    text-align: center;
}

.edit_foto_perf img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px solid var(--azul-uno);
    object-fit: cover;
}

.app-sidebar__user-avatar {
    object-fit: cover;
}

.edit_foto_contenedor {
    border-left: 1px solid rgba(128, 128, 128, 0.2);
}

.tenor_loading_img {
    width: 18px;
    padding-bottom: 5px;
    margin-right: 2px;
}

.dg_cont_inp .dg_cont_inp_div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.cont_perfil_two .cont_perfil_two_son_men {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.cont_perfil_two .cont_perfil_two_son_may {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.auto-col {
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.cont_act_pass_alt .textos_alt {
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}

.cont_act_pass_alt .submit_btn {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}

.act_dat_per .act_dat_per_div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.act_dat_per .act_dat_per_div_dos {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.text_ejem_datos {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 1px;
}

.select-checkbox {
    margin-bottom: 10px;
}

.accept_datos_act .label {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding-left: 5px;
}

.accept_datos_act .input {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
}

/* ALERT */
.cont_alert {
    text-align: center;
}
.cont_alert img {
    width: 135px;
}

/* LOGIN */

.btn-primary-perso {
    color: #FFF;
    background-color: var(--rojo-dos);
    border-color: var(--rojo-dos);
}

.btn-primary-perso:hover {
    color: #FFF;
    background-color: var(--rojo-dos);
    border-color: var(--rojo-dos);
}

.login-content .btn-primary-perso {
    font-family: sans-serif; 
    font-size: 15px; 
}

@media (max-width: 1600px) 
{
    .edit_foto_perf {
        margin-top: 50px;
    }

    .cont_perfil_two .cont_perfil_two_son_men {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .cont_perfil_two .cont_perfil_two_son_may {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .dg_cont_inp .dg_cont_inp_div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1500px) 
{
    .my_datos_mat .my_datos_mat_program {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .my_datos_mat .my_datos_mat_turno {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .my_datos_mat .my_datos_mat_malla {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    
    .my_datos_mat .my_datos_mat_semestre {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .my_datos_mat .my_datos_mat_recuperacion {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (max-width: 1450px) 
{
    .my_datos_mat .my_datos_mat_div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1400px) 
{
    .cont_perfil_two .cont_perfil_two_son_men {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .cont_perfil_two .cont_perfil_two_son_may {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (max-width: 1300px) 
{
    .flex_exito_mat {
        display: block;
    }

    .cont_perfil_two .cont_perfil_two_son_men {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cont_perfil_two .cont_perfil_two_son_may {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .edit_foto_contenedor {
        border-left: none;
        border-top: 1px solid rgba(128, 128, 128, 0.4);
    }

    .edit_foto_perf {
        margin-top: 30px;
    }

    .cont_act_pass_alt .textos_alt {
        margin-bottom: 5px;
    }

    .cont_act_pass_alt .textos_alt_susti {
        margin-bottom: 5px;
    }

    .my_datos_mat .my_datos_mat_program {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .my_datos_mat .my_datos_mat_semestre, .my_datos_mat .my_datos_mat_recuperacion {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .my_datos_mat .my_datos_mat_turno {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .my_datos_mat .my_datos_mat_costo {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .my_datos_mat .my_datos_mat_malla {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .my_datos_mat .my_datos_mat_tipo {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1100px) 
{
    .separador_header_nombres, .rol_header_nombres {
        display: none;
    }

    .my_datos_mat .my_datos_mat_program {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .my_datos_mat .my_datos_mat_semestre, .my_datos_mat .my_datos_mat_recuperacion, .my_datos_mat .my_datos_mat_turno {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .my_datos_mat .my_datos_mat_costo, .my_datos_mat .my_datos_mat_tipo, .my_datos_mat .my_datos_mat_malla {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1000px) 
{
    .cont_act_pass_alt .submit_btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cont_act_pass_alt .textos_alt {
        display: none;
    }

    .cont_act_pass_alt .textos_alt_susti {
        display: block !important;
    }

    .texto_nav_tabs_perfil {
        font-size: 18px;
    }
}

@media (max-width: 991px) 
{
    .lastname_header_nombres {
        display: none;
    }

    .nav_apellidos {
        display: block;
    }

    .dg_cont_inp .dg_cont_inp_div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 950px) 
{
    .my_datos_mat .my_datos_mat_program {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .my_datos_mat .my_datos_mat_semestre, .my_datos_mat .my_datos_mat_recuperacion,.my_datos_mat .my_datos_mat_seccion, .my_datos_mat .my_datos_mat_turno {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .my_datos_mat .my_datos_mat_costo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .my_datos_mat .my_datos_mat_tipo {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .my_datos_mat .my_datos_mat_malla {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media (max-width: 900px) 
{
    .lastname_header_nombres {
        display: none;
    }

    .nav_apellidos {
        display: block;
    }
}

@media (max-width: 750px) 
{
    #tb_cursos_mat_a thead{
        display: none;
    }

    #tb_cursos_mat_a, #tb_cursos_mat_a tbody, #tb_cursos_mat_a tr, #tb_cursos_mat_a td {
        display: block;
        width: 100%;
    }

    #tb_cursos_mat_a tr {
        margin-bottom: 15px;
    }

    #tb_cursos_mat_a td {
        text-align: right !important;
        padding-left: 115px;
        position: relative;
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    #tb_cursos_mat_a td:last-child {
        border-bottom: none;
    }

    #tb_cursos_mat_a td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 100px;
        border-right: 2px solid rgba(116, 116, 116, 0.2);
        padding: 0px 0px 0px 15px;
        font-weight: bold;
        text-align: left;
    }
}

@media (max-width: 700px) 
{
    .logos_dash {
        display: none;
    }

    .app-sidebar {
        padding-top: 60px;
    }

    .logos_dash_nav {
        display: block;
        height: 70px;
        text-align: center;
        border-bottom: 2px white solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .logos_dash_nav img {
        max-height: 100%;
    }

    .my_datos_mat .my_datos_mat_div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .my_datos_mat .my_datos_mat_program, .my_datos_mat .my_datos_mat_tipo, .my_datos_mat .my_datos_mat_malla {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo, .my_datos_mat .my_datos_mat_turno, .my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .my_datos_mat .my_datos_mat_recuperacion, .my_datos_mat .my_datos_mat_semestre {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) 
{
    .firstname_header_nombres {
        display: none;
    }

    .perfil_drop_header_nombres {
        display: block;
    }

    .login-content {
        padding-bottom: 0px !important;
    }

    .texto_nav_tabs_perfil {
        font-size: 16px;
    }

    .my_datos_mat .my_datos_mat_recuperacion,.my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .my_datos_mat .my_datos_mat_semestre {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .my_datos_mat .my_datos_mat_costo,.my_datos_mat .my_datos_mat_turno {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 450px) 
{
    .my_datos_mat .my_datos_mat_recuperacion {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .my_datos_mat .my_datos_mat_ciclo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .my_datos_mat .my_datos_mat_semestre,.my_datos_mat .my_datos_mat_seccion {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 380px) 
{
    .header_text_sl_small {
        display: block;
    }

    .header_text_sl_long {
        display: none;
    }
}