.menuvisivel {
    display: block !important;    
}
.invisivel {
    display: none !important;
}
.texto-meio {
    vertical-align: middle !important;
}
.fonte9 {
    font-size: .9rem!important
}
.paddDir20{
    padding-right: 20px !important;
}
.texto-a-direita {
    text-align: right !important;
}
.text-right {
    text-align: right !important;
}
.alinha-centro-meio {
    text-align: center !important; vertical-align: middle !important;
}
.alinha-meio {
    vertical-align: middle !important;
}
.alinha-meio-esq {
    vertical-align: middle !important;
    text-align: left !important;
}
.alinha-meio-dir {
    vertical-align: middle !important;
    text-align: right!important;
}
.btn-sm-perso {
    border-radius: .2rem;
    font-size: .8rem;
    padding: .2rem .2rem
}

.bold {
    font-weight: bold !important;
}
.bold-black {
    font-weight: bold !important;
    color: black !important;
}
.cor-vermelho {
    color:red!important;
}
.leg1 {
    width: 7.7rem;
    text-align: right !important;
    display: inline-flex !important;
    margin-bottom: 0.2rem;
}

.logo_perso_dv {
    width: 100% !important;
    text-align: center !important;
}

.logo_perso {
    width: 60% !important;    
    height: 60% !important;
    margin-top: 10px;
}

.parsley-custom-error-message {
    color: red !important;
    font-size: 12px !important;
}
.lkHand {
    border: none;
}
    .lkHand:hover {
        border: none;
        cursor: pointer;
        cursor: hand;
    }
.sem_bordas {
    border: none;
}
.borda_cinzaclaro {
    border: 1px solid #dce7f1;
}
.spanTexto01 {
    display: block;
    width: 100%;
    color: black;
    font-weight: bolder;
}
.mtopo20 {
    margin-top: 20px !important;
}
.bg-gray {
    background-color: #999 !important;
    color: white !important;
}

.bg-blue {
    background-color: blue !important;
    color: white !important;
}

.bg-green {
    background-color: #205318 !important;
    color: white !important;
}

.bg-red {
    background-color: red !important;
    color: white !important;
}
.bg-darkred {
    background-color: #8C0000 !important;
    color: white !important;
}
.bg-old {
    background-color: #CC9900 !important;
    color: white !important;
}

.bg-violet {
    background-color: #663366 !important;
    color: white !important;
}

.bg-orange {
    background-color: #009C3B !important;
    color: white !important;
}

.bg-black {
    background-color: black !important;
    color: white !important;
}
.quadro-cor {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    height: 3rem;
    justify-content: center;
    width: 3rem
}
.perso-form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    color: #607080;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.perso-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    color: #607080;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.perso-form-control-center {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dce7f1;
    border-radius: .25rem;
    color: #607080;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}
.perso-H5 {
    color: #444D51;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
    font-size: 1.25rem;
}
.perso-H5SMB {
    color: #444D51;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.25rem;
}

