.tipos_campos_os {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.tipo_campos_os {
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
    min-width: 120px;
}

.tipo_campos_os:hover {
    font-weight: bold;
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    min-width: 120px;
}

.tipo_campos_os_ativo {
    color: #061935;
    border-bottom: 5px solid #061935;
    font-weight: bold;
    min-width: 120px;
}

.aviso_campos_vazios {
    margin-top: 20px;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 1.1em;
}

.campos_os_preenchidos {
    margin-top: 30px;
    width: calc(100% - 60px);
}

.campo_os_preenchido {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.campo_os_preenchido_titulos {
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;

    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.campo_os_preenchido_titulos:hover {
    border-bottom: 3px solid #061935;
    color: #061935;
    font-size: 1.25em;
}

.campo_os_preenchido_valor {
    text-align: right;
    display: flex;
}

.campo_os_preenchido_editar {
    font-size: 0.8em;
    margin-left: 10px;
}

.campo_detalhes {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.campo_detalhes > div {
margin: 0px 15px;
}

.campo_valor_completo {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.campo_valor_titulo {
    display: flex;
    align-items: flex-end;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.campo_valor_valor {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.5);
}

.campo_eventos {
    display: flex;
    flex-direction: column;
}

.campo_eventos_titulo {
    display: flex;
    align-items: flex-end;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin-top: 5px;
}

.campo_evento_nome {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.5);
}

.campos_os_branco {
margin-top: 30px;
    width: calc(100% - 60px);
}

.voltar_campos_os {
    position: absolute;
    cursor: pointer;
    font-size: 1.2em;
    left: 50px;
    top: 0px;
}