.arquivo-row{
    width: 100%;
    position: relative;

}
#arquivos .cabecalho { 
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 50px;
}

#arquivos .cabecalho:after{
    content: '';
    display: block;
    clear: both;
}

#arquivos .cabecalho_esquerda,
#arquivos .cabecalho_direita {    
    float: left;  
    height: 100%;
    overflow: hidden;
    height: 50px;
    position: relative;

}

#arquivos .arquivo-row.even .cabecalho_esquerda,
#arquivos .arquivo-row.odd .cabecalho_direita{ 
    background-color: #63BACE;
}

#arquivos .arquivo-row.even .cabecalho_direita,
#arquivos .arquivo-row.odd .cabecalho_esquerda{
    background-color: #00356C;
}


#arquivos .cabecalho_esquerda { 
    width: 66.666666%;
    text-align: left;
}
#arquivos .cabecalho_esquerda .title{
    height: 50px;    
    line-height: 50px; 
    width: 100%;
}
#arquivos .cabecalho_esquerda .title h1{    
    text-transform: uppercase;    
    margin-left: 30px;   
    font-size: 18px;
}
#arquivos .cabecalho_texto{
    height: 352px;    
    width: 100%;
    padding: 0px 30px;
    border: 1px solid #63BACE;
    color: #00356C;
    overflow: hidden;
}
#arquivos .cabecalho.open .dx-hiden,
#arquivos .cabecalho .dx-block{
    display: inline;
}
#arquivos .cabecalho.open .dx-block,
#arquivos .cabecalho .dx-hiden{
    display: none;
}

#arquivos .cabecalho_direita {
    width: 33.333333%;
}


#arquivos a.btn-more{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: block;
}

#arquivos a.btn-more .btn-more-center{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    position: absolute;
}

#arquivos a.btn-more .btn-more-center .btn-more-content{
    display: table-cell;
    vertical-align: middle;
}

#arquivos a.btn-more .btn-more-center .btn-more-content img{
    width: 21px;
    height: 21px;
    margin: 0 5px -6px 0;
}

#arquivos a.btn-more .btn-more-center .btn-more-content img,
#arquivos a.btn-more .btn-more-center .btn-more-content span{
    line-height: 26px;
}

#arquivos a.btn-more .btn-more-center .btn-more-content span{
    margin: 0;
    padding: 0;
}

#arquivos .cabecalho_texto{
    display: block;
}

#arquivos .cabecalho_texto p{
    margin: 10px 0;
    display: block;
}


#arquivos .cabecalho_texto h1{
    font-size: 14px;
}
#arquivos .cabecalho_texto strong{
    font-size: 14px;
    font-family: 'ArcherBold';
}

#arquivos .cabecalho_texto table{
    width: 100%;
    height: 0;
    margin-top: 15px;
}
#arquivos .cabecalho_texto table td{
    width:25%;
    overflow: hidden;
    padding: 0 20px;
    vertical-align: top;
}
#arquivos .cabecalho_texto table td span,
#arquivos .cabecalho_texto table td p{
    font-size: 12px;
    display: block;
}

#arquivos .cabecalho_texto table td img{
    width:auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    display: block;
}

#arquivos .cabecalho_texto hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #63BACE;
    margin: 1em 0;
    padding: 0;
}

@media (max-width: 750px){
    #arquivos .cabecalho_esquerda .title h1{
        font-size: 16px;
    }

    #arquivos .cabecalho_esquerda .title{
        line-height: 18px; 
        vertical-align: middle;
        display: table-cell;
    }

}

@media (max-width: 450px){
    #arquivos .cabecalho.open .dx-hiden.xx-hiden, #arquivos .cabecalho .dx-block.xx-hiden,
    #arquivos .cabecalho .xx-hiden{
        display: none;
        margin-left: 25px;
    }


    #arquivos .cabecalho_esquerda .title h1{
        font-size: 14px;
    }


}