
/* SecaoComponent */

.cbpq_api_secao_container {
    margin-bottom: 30px;
}

.cbpq_api_secao_header {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 20px!important;
    border-radius: 3px;
    background-color: #0C2D62;
    margin-bottom: 20px;
    cursor: pointer;
}

.cbpq_api_secao_titulo {
    color: #FFFFFF;
    margin: 0!important;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 600;
}

.cbpq_api_secao_button i {
    padding: 0 5px;
    color: #FFFFFF;
}

.cbpq_api_secao_invisible {
    display: none;
}