/*
 *
 *
 *  This is your custom CSS file.
 *  Edumy will automatically load this custom CSS file on all pages of your Moodle site.
 *  IMPORTANT: Please remember not to override this file when updating Edumy theme. Keep a backup of this file before updating Edumy theme.
 *
 *
 */
 .mobile{
    display: none;
}

.responsive_style_2{
    display: block;
}
 .descripcion_perfil{
    float: left !important;
    position: relative;
    left: -960px;
 }

.categorias_perfil {
    position: relative;
    left: 310px;
}

.cursos_perfil {
    position: relative;
    top: 0px;
}

.b0p0 {
    position: relative;
    top: 0px !important;
}
 @media only screen and (max-width: 500px) {
    .ccn_col_tree {
        column-count: 1 !important;
    }
    .mobile{
        display: block !important;
    }

    .responsive_style_2{
        display: none;
    }

    nav.breadcrumb_widgets {
        margin-top: 25px;
    }

    a.mobileBrand span {
        display: none !important;
    }

    #block_exalib .library_result {
        margin-left: 0px !important;
    }

    .ccn_mob_menu_trigger a {
        background: white;
        border-radius: 10px;
        opacity: 0.5;
        background-image: url(https://xpresaestudio.com/clients/demos/aulavirtual/theme/edumy/images/icon/hamburgermenu.png);
        background-size: 100% 100%;
    }

    .categorias_perfil {
        position: relative;
        left: 0px;
    }

    .descripcion_perfil {
        float: left !important;
        position: relative;
        left: 0px;
    }

 }

 @media only screen and (max-width: 300px) {

    .mobile{
        display: block !important;
    }

    .responsive_style_2{
        display: none;
    }

    .ccn_col_tree {
        column-count: 1 !important;
    }
    
    nav.breadcrumb_widgets {
        margin-top: 25px;
    }

    a.mobileBrand span {
        display: none !important;
    }

    #block_exalib .library_result {
        margin-left: 0px !important;
    }

    .ccn_mob_menu_trigger a {
        background: white;
        border-radius: 10px;
        opacity: 0.5;
        background-image: url(https://xpresaestudio.com/clients/demos/aulavirtual/theme/edumy/images/icon/hamburgermenu.png);
        background-size: 100% 100%;
    }

    .ccn_mob_menu_trigger a {
        background: white;
        border-radius: 10px;
        opacity: 0.5;
        background-image: url(https://xpresaestudio.com/clients/demos/aulavirtual/theme/edumy/images/icon/hamburgermenu.png);
        background-size: 100% 100%;
    }

    .categorias_perfil {
        position: relative;
        left: 0px;
    }

    .descripcion_perfil {
        float: left !important;
        position: relative;
        left: 0px;
    }

 }

