#bannerContato{
    height: fit-content;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}

#fade_contato{
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #0b3560b6 10%, #0b356000 60%);
    z-index: 10;
}


#bannerContato h1{
    color: white;
    position: absolute;
    margin-bottom: 40px;
    display: none;
    z-index: 11;
}

#rowFormContact{
    padding: 56px 20px !important;
}



@media screen and (max-width: 720px) {
    #bannerContato{
        background-image: linear-gradient(to top, #0b3560b6 10%, #0b356000 80%);
    }


    #bannerContato h1{
        display: block;
        font-size: 5vw;
    }
    
}


@media screen and (max-width: 424px) {
    #bannerContato h1{
        margin-bottom: 20px;
    }
}