@charset "utf-8";
/* CSS Document */


.panel-title {
   font-weight: bold;
}
.paso-docente{
    padding: 5px;
    margin: 5px;
    background: rgba(236, 218, 183, 0.5);
}
.paso-alumno{
    padding: 5px;
    margin: 5px;
    background: rgba(255, 253, 156, 0.5);
}
.paso-docente .titulo, .paso-alumno .titulo{
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}
.paso-docente .fecha, .paso-alumno .fecha{
    margin-left: 25px;
    font-size: 16px;
}
.paso-docente .titulo, .paso-alumno .titulo{
    color: #55341c;
}
.lbl-docente{
    text-align: center;
    padding: 5px;
    background: rgba(236, 218, 183, 0.5);
    font-size: 12px;
    font-weight: bold;
    color: #7b4811;
}
.lbl-alumno{
    text-align: center;
    padding: 5px;
    background: rgba(255, 253, 156, 0.5);
    font-size: 12px;
    font-weight: bold;
    color: #7b4811;
}
.card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    /*background-color: #fff;
    background-color: rgba(213, 213, 213, 1);*/
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgb(208 208 208 / 50%);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

.panel-body .titulo{
    text-align: justify;
}
.panel-body .btn-link{
    padding: 5px;
    text-align: center;;
}
.btn2 {
    padding: 10px 25px;
    color: #800101;
}
.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: none !important;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgb(60, 59, 59),0 2px 10px 0 rgba(0, 0, 0, 0.09);
    transition: .4s;
    opacity: 0.8;
    text-transform: uppercase;
}
.btn2:hover {
    transform: scale(1.1);
    transition: .4s;
    opacity: 1;
    
}