.topo {
    height: 101px;
    margin-bottom: 50px;
}
.topo_esquerda,
.topo_direita {
    float: left;
    height: 100%;
    padding: 15px 30px;
}
.topo_esquerda {
    background-color: #63BACE;
    width: 66.666666%;
}
.topo_direita {
    background-color: #00356C;
    width: 33.333333%;
}
.topo_direita h2,
.topo_esquerda h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ArcherBold';
    padding-top: 16px;
}
.cabecalho {
    height: 50px;
    line-height: 50px;
}
.cabecalho_esquerda,
.cabecalho_direita {
    float: left;
    height: 100%;
}
.cabecalho_esquerda {
    background-color: #00356C;
    width: 66.666666%;
}
.cabecalho_direita {
    background-color: #63BACE;
    width: 33.333333%;
    height: 100%;
}
.cabecalho_esquerda h1 {
    text-transform: uppercase;
    margin-left: 30px;
    font-size: 18px;
    font-family: 'ArcherBold';
}
.linha {
    height: 50px;
    border: 1px solid #63BACE;
    border-width: 0 1px;
}
.linha:last-child {
    border-width: 0 1px 1px;
}
.linha_row {
    float: left;
    width: 16.666666667%;
    height: 100%;
    display: table;
    padding: 0 10px;
}
.linha_row.linha_row_cargo,
.linha_row.linha_row_name{
    padding: 0 30px;
}

.linha_row.linha_row_cargo {
    width: 33.333333333%;
}
.linha_row.linha_row_name {
    width: 50%;
    border: 1px solid #63BACE;
    border-width: 0 1px;
}
.linha_row p {
    text-transform: lowercase;
    color: #00356C;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
.linha_row p:first-letter {
    text-transform: uppercase;
}
.linha_row.linha_row_cargo p {
    text-transform: uppercase;
}
.linha_row.linha_row_name p {
    text-transform: capitalize;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #63BACE;
    padding: 0;
}

@media all and (max-width: 750px){
    .topo_esquerda h1,
    .topo_direita h2,
    .cabecalho_esquerda h1 {
        font-size: 16px;
    }
    .linha_row p{font-size: 14px;}    
}

@media all and (max-width: 500px){

    .linha_row.linha-hidden{display: none;}  
    .linha_row.linha_row_cargo {
        width: 40%;
    }
    .linha_row.linha_row_name {
        width: 60%;
        border-width: 0 0 0 1px;
    }
}
@media all and (max-width: 450px){

    .linha{
        height: auto;
        padding: 10px 0;
    }
    .linha_row.linha_row_cargo,
    .linha_row.linha_row_name {
        width: 100%;
        float: none;
    }
    .linha_row.linha_row_name {
        border: 0;
        padding-top: 5px;

    }
    .topo_esquerda h1,
    .topo_direita h2,
    .cabecalho_esquerda h1 {
        font-size: 14px;
    }
    .topo_direita h2,
    .topo_esquerda h1 {
        padding-top: 0px;
    }
}
@media all and (max-width:350px){

    .topo_esquerda h1,
    .topo_direita h2{
        font-size: 12px;
    }

}