.linCardsLat {
    background-color: #eee; 
    border: 0 none; 
    color: #eee; 
    height: 1px;
}

.spanIconCards {
    width: 5rem; 
    text-align: center;
}

.spanIconCards {
    width: 5rem; 
    text-align: center;
}

.spanIconStatusLead {
    width: 5rem; 
    text-align: center;
}

.spanDescCard-cIcon {
    width: 35rem; 
    text-align: left;
}

.spanDescStatusLead {
    /* width: 35rem;  */
    width: 100%;
    text-align: left;
}

.divCardLat-cIcon {
    width: 100%; 
    min-height:32px;
    display: flex; 
    align-items: center;
}

.divStatusLead {
    width: 100%; 
    min-height:32px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.divCardLat-sIcon {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.divOrcamento-Icon {
    width: 100%; 
    display: flex; 
    align-items: center;
}

.spanCardLat-txt {
    width: 10rem; 
    text-align: right;
}

.spanCardLat-trc {
    width: 3rem; 
    text-align: center;
}

.spanCardLat-desc {
    width: 35rem; 
    text-align: center;
}

.divIconPropostas {
    display: inline-flex; 
    justify-content: center; 
    width: 32px; 
    height: 32px;
}

.classIconPropostas {
    display: inline-flex; 
    align-items: center;
}

.iconSuccess {
    color: #3baa2c;
}

.iconFailure {
    color: red;
}

.divButtons {
    display: inline-flex;
    align-items: flex-start;
}

.classIconAnexos {
    display: inline-flex; 
    align-items: center;
}

.divIconAnexos {
    display: inline-flex; 
    justify-content: center; 
    width: 32px; 
    height: 32px;
}

.etiquetaTamanho {
    border-radius: 10px; 
    /* display: inline-flex;  */
    justify-content: center; 
    align-items: center;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;  
    padding: 2px 8px 2px 8px;
}

.divSteps {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    height: 100%;
}

.spanDescSteps {
    display: flex; 
    height: 100%; 
    justify-content: center; 
    align-items: center;
}

.Azul-Branco{
    /* height: 35px;  */
    /* width: 35px;  */
    background-color: #4164d4; 
    color: white; 
}

.Verde-Preto{
    /* height: 35px; 
    width: 35px;  */
    background-color: #7fd6b6; 
    color: black; 
}

.Amarelo-Preto{
    /* height: 35px; 
    width: 35px;  */
    background-color: #fae021; 
    color: black; 
}

.Vermelho-Branco{
    /* height: 35px; 
    width: 35px;  */
    background-color: #d63033; 
    color: white; 
}

.Roxo-Branco{
    /* height: 35px; 
    width: 35px;  */
    background-color: #a0419d; 
    color: white; 
}

.Cinza-Preto{
    /* height: 35px; 
    width: 35px;  */
    background-color: #e4e5e5; 
    color: black; 
}

.Marrom-Branco{
    /* height: 35px; 
    width: 35px;  */
    background-color: #9a592b; 
    color: white; 
}

.Laranja-Preto{
    /* height: 35px; 
    width: 35px;  */
    background-color: #ffad58; 
    color: black; 
}

.CinzaEsc-Branco{
    /* height: 35px; 
    width: 35px;  */
    background-color: #6b6e6f; 
    color: white; 
}

.Rosa-Preto{
    /* height: 35px; 
    width: 35px;  */
    background-color: #f88fbe; 
    color: black; 
}