#header .logo h1 a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#header .container .logo .nome-cliente {
    max-width: 300px;
    display: inline-block;
    line-height: 150%;
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.select2-container {
    width: 100% !important;
}

.mb-3 {
    margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
    .nome-cliente {
        display: none;
    }

    .mobile-nav-toggle {
        float: right;
        margin-left: 20px;
    }

    .nome-potencia {
        margin-top: 5px;
        display: block;
    }

    .order-lg-1 {
        position: initial;
    }

    #main {
        overflow-x: hidden;
    }
}