

.contenido{
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.img-back{
    height: 600px;
    width: 100%;
    background: url(../img/fotos/tribunal.jpg);
    background-position: center;
    background-size: cover;
}
.row-fecha{
    background: #c21d1d; 
    color: #fff; 
    padding: 20px 0;
}
.row-info-1{
    background:#f5f5f5; 
    padding: 20px 0;
}
.row-info-2{
    background:#eaeaea; 
    padding: 20px 0;
}
.img-ponente{
    border-radius: 50%;
    width: 100px;
    height: auto;
}
.imgBx{
    cursor: pointer;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    border: 2px solid #fff;
    transition: 0.5s;
    box-shadow: 4px 4px 6px 0px rgb(205,205,205);
}
.imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.imgBx:hover{
    scale: 1.1;
}
.btn-semblanza{
    width: 100px;
    cursor: pointer;
    padding: 5px 15px;
    background: #c21d1d;
    color: #fff;
    border-radius: 8px;
}
.btn-semblanza:hover{
    cursor: pointer;
    background: #aa1616;
    color: #fff;
}