
#alinhaleft{
   text-align: left;
}

#item{
    font-size: 11px;
}
#upcase{
    text-transform: uppercase;
}
#lic{
    color:inherit;
    font-weight: bolder
}
#lic:hover{
    color: #fff;
    font-weight: bolder;
}

#tel{
    font-size: 13px;
}

#btnmun{
    cursor: pointer;
}

.card-img{
    width: 60px;
    height: 60px;
    margin: auto;
}
.card{

    text-align: center;
    border: none;
}

.card:hover{
    border: rgb(12, 119, 146);
    box-shadow: 3px 3px 3px 1px rgba(124, 166, 228, 0.815);
}

.card-title{
    font-size: 13px;
}

#titulopaginas{
    font-family: sans-serif;
    color: rgb(107, 164, 238);
    font-weight: bold;
    font-size: 17px;
   
}

/*cadastro de usuarios*/

.labels{
    font-size: 12px;
    font-weight: bold;
}

.desativarSelectsForm{
    background: #eee; 
    pointer-events: none; 
    touch-action: none;
}