.labelusuario{
        color:#0277bd;
    }
    .labelpassword{
        color:#0277bd;
    }
    .mc-login-aula-virtual{
        border-radius: 20px;
    }
    
    .divIniciarSesion{
        text-align:center;
    }
    
    .tm-olvidaste-user-pass{
        text-align:center;
        font-size:14px;
    }
    
    .formloginaula{
        border-color: #fff #fff #0277bd #fff;
        border-bottom:2px solid #0277bd;
    }
    
    .mc-login-aula-virtual .modal-body{
        padding:3rem;
    }
    
    .navitemtienda{
        
        border-radius:14px;
        border: 2px solid #5cb85c;
        padding-left:5px;
        padding-right:5px;
        padding-top:8px;
        padding-bottom:8px;
    }
    
    .overlayGen{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
    }
    
    .hero-wrap{
        /*font-weight: 900;*/
        color: #fff;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }
    .hNombrePrograma{
        font-weight: 900;
        color: #fff;
    }
    .breadcrumbs{
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px
    }
    .breadcrumbs span{
        color: #fff;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }
    .breadcrumbs span a{
        color: #fff;
    }