@font-face 
{
  font-family: 'Sen';
  src: url('../fontes/Sen-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*
{
    box-sizing: border-box;
}
body
{
    margin: 0px;
}
body h4
{
    font-family: 'Sen', sans-serif;
    letter-spacing: 0.02em;
    line-height: 20px;
}
header
{
    position: relative; 
    background-color: #2A1637;
    height: 60px;
}

header #containerCabecalho 
{
    position: absolute; 
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

header #imagemVoltar 
{
    height: 25px;
}

header h4 
{
    color: white;
    text-align: center;
    line-height: 60px;
    margin: 0;
    font-family: 'Sen', sans-serif;
}
main .empresaNome
{
    margin: 0px;
    margin-left: 20px;
}
main .dadosContainer
{
    height: 180px;
}   
main .empresas
{
    display: flex;
    background-color: #EEEEEE;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 3px #C1C1C1;
}
main .imagens
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
}
main .dados
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
}
main .dadosBloco
{
    justify-content: center;
    width: 90%;
    height: 60%;
}
main .novoSaldo
{
    text-align: center;
    outline: none;
    border: none;
    border-radius: 10px;
    margin-right: 15px;
    width: 100%;
    height: 35px;
}
main .salvarValor
{
    color: white;
    background-color: #8F53AF;
    border: none;
    border-radius: 10px;
    height: 35px;
    margin-right: 15px;
    width: 100%;
}