﻿.row-default.areas img{
    height:20px;
    width:auto;
}

.row-default.areas h1{
    font-size:15px;
    color:rgba(51, 51, 51, 0.8);
}

.row-default.codigo-cliente{
    max-width:32.5%;
}

.row-default.nome-cliente{
    max-width:66%;
}



@media(max-width:1024px) {
    .row-default.codigo-cliente {
        max-width: 100%;
    }

    .row-default.nome-cliente {
        max-width: 100%;
    }
}