.componente-banner-solo {
    padding-top: 175px;
    min-height: 130px;
    color: #fff;
    background-image: url("assets/header.jpg");
    background-repeat: no-repeat;
    background-position: center 55px; 
}

/* Responsivo */

@media screen and (max-width : 991px) {
    .componente-banner-solo {
        padding-top: 80px;
        background-position: center -70px;
        min-height: 80px;
    }
}
@media screen and (max-width : 767px) {
    .componente-banner-solo {
        padding-top: 40px;
        background-position: center -90px;
    }
}