.tituloficha
{
    margin-top:15px;
  
}

.pro {
    color: #004D20 !important;
    font-weight: bold;
}

.Sempre {
    color: #00A657 !important;
    font-weight: bold;
}

.flex{
    display:flex;
}

.m-auto {
    margin: auto !important;
}

.label1{
    font-size:12pt;
}

input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    border: 1px solid #cacaca;
    padding: .2rem !important;
    height:unset !important;
}

select {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    border: 1px solid #cacaca;
    padding: .3rem !important;
    height: unset !important;
}



.mt-02 {
    padding-top: 20px;
}


.mt-01{
    padding-top:10px;
}

.mb-02 {
    padding-bottom: 20px;
}


.mb-01 {
    padding-bottom: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success {
    color: #fff;
    background-color: #004731;
    /*border-color: #28a745;*/
}