#logoit {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 500px;
    /*background: #fff;*/
    height: 91px;
    max-height: 300px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);*/
    /*padding: 16px 40px;*/
}

.flag-language {
    width: 50px;
    cursor: pointer;
}

section.banner {
    top: 45px;
    position: relative;
}

.footer   img#logoit {
    width: 240px;
    height: auto;
}

.no-gutters {
    text-align: center;
}

#suportLink {
    display: none;
}

@media (max-width: 768px) {
    #logoit {
        position: relative; 
        width: 130px;
        height: 40px;
    }

    #suportLink {
        position: absolute;
        top: 13px;
        left: 175px;
        font-size: 32px;
        color: #fff;  
        display: block;
    }
}