
/* DocumentosComponent */

.cbpq_api_documentos_container {
    font-family: roboto;
}


/* DocumentoComponent */

.cbpq_api_documento_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.cbpq_api_documento_nome {
    color: #666666;
    margin-right: 30px;
}

.cbpq_api_documento_links {
    display: flex;
    align-items: center;
}
.cbpq_api_documento_links i {
    padding: 0 15px;
    color: #FAB702;
}

.cbpq_api_documento_links i:hover {
    color: #026997;
}