.avatar img{
       object-fit: cover;
       width: 100%;
       height: 100%;
}
.avatar-xl
{
    width: 200px !important;
    height: 200px !important
}
.secretarios-card{
    max-height: 25rem;
    min-height: 26rem;
    cursor: pointer;
}
h6{
    font-weight: bold;
    font-size: 0.9rem;
}
@media only screen and (max-width: 1600px) {
    .avatar-xl
    {
        width: 74px !important;
        height: 74px !important
    }
    .secretarios-card{
        max-height: 15rem;
        min-height: 15rem;
        cursor: pointer;
    }
}
.text-primary{
    font-size: 1.3rem;
}
.title{
    font-weight: bold;
    text-align: justify;
    font-size: 1.1rem;
}
.info{
    font-weight: 300;
    color: black;
    text-align: justify;
    font-size: 0.9rem;
}