/* CONTATO */
.page-contato h1 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: rgb(112, 112, 112);
}

.page-contato h1 span {
    font-weight: 600;
}

.img-banner {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-image: url(../../img/banners/new-banner-contato.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

@media (max-width: 767px) {
    .img-banner {
        position: relative;
        width: 100%;
        height: 300px;
    }
}   