.titulo{
    color: #2656A1 ;
}

.img_boton{
    padding: 10px;
    font-size: 120px;
    color: #ffffff;
    background-color: #2656A1 ;
    border-radius: 20%;
}

.img_cabecera{
    width: 100%;
}

ol{
    width: 100%;
}

#fondo {
    background: linear-gradient( #2656A166, #2656A166), url('../img/fondo.mp4') fixed center center;
    background-size: cover;
    padding: 110px;
}

.card-header, thead{
    background-color: #2656A1 !important;
    color: #ffffff!important;
}

.card{
    border: none;
}

.portada{
    padding-top: 100px;
}

nav{
    background-color: #2656A1 ;
    padding-bottom: 100px;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #0000001a;
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: #ffffffcc;
    display: block;
    z-index: 10;
    background: #0000001a;
    text-decoration: none;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}


.btn-primary{
    background-color: #2656A1  !important;
    border: #2656A1 ;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(​255, 107, 33, 0.657) !important;
}

.foto_perfil{
    height: 90%;
    width: 80%;
    border-radius: 50%;
}

.principal{
    color: #ffffff;
    background: /*rgba(31,86,161,0.9)*/ linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/img_fa.jpg') fixed center center;
    background-size: cover;
     padding: 110px 0px;
    background-position-y: -120px;
}


.principal2{
    color: #ffffff;
    background: /*rgba(31,86,161,0.9)*/ linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/user.jpg') fixed center center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.facultad{
    background-color: #2656A1 ;
    margin: 0% !important;
}

.img_elemento{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    border-radius:50%;
}

.grupo{
    padding-bottom: 32px;
}

.carta{
    background-color: #2656A1 ;
    color: #ffffff;
}


.borde-izq{
    border-left: #2656A1;
}




#bg-video {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: black;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}