.custom-bg-box-gray{
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 20px;
    margin-right: 8px;
}
.custom-box-xl-header {
    width: 12%;
    border-radius: 8px;
    
}
.custom-box-xl-header {
    width: 12%;
}
.custom-box-sm-header {
    width: 7%;
}
.custom-box-xs-header {
    width: 5%;
}
.custom-box-md-header {
    width: 10%;
}
.custom-box-lg-header {
    width: 11%;
}

.logomarca{
    width: 60%;
    height: 45%;
}
@media only screen and (max-width: 768px) {
    .logomarca{
        width: 80%;
        height: 50%;
    }
}