

#banner{
    width: 100%;
    height: 360px;
    background-position: center;
    background-size: cover; 
}

.banner-background{
    position: relative;
    width: 100%;
    height: 360px;
}
.banner-background img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    z-index: -10;
}

@media (max-width: 858px){
    #img-logo-federalismo{
        height: 200px;
    }
}
