.imgHome {
    margin-top: -110px;
    /* position: absolute;
    top: 0;
    z-index: -1; */
}

.imgMenu {
    height: 106px;
}

.priImg {
    margin-top: -106px;
}

.btnVMais {
    width: 100px;
    color: white;
    background-color: blue;
    border: none;
    padding: 10px;
}

p {
    margin: 0;
    padding: 0;
}

.imgMenu {
    height: 106px;
}

.mb-8rem {
    margin-bottom: 8rem;
}

.backForm {
    background-color: #000 !important;
    padding: 2rem;
    width: 460px;
}

.inputmodl {
    height: 39px;
    border-radius: 0px !important;
    border: solid 1px #d4d4d4;
    font-size: 17px;
}

.bntFormContato {
    width: 100%;
    padding: 9px;
    border: solid 1px #fff;
    background: transparent;
    color: white;
    border-radius: 3px;
}

.inputmodl:focus {
    outline: solid 1px #0d6efd;
}

.inputmodl:active {
    outline: solid 1px#0d6efd;
}

.msmForm {
    border: none;
}

.msmForm:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.blueC {
    color: #197298;
}

@media (max-width: 992px) {
    .hImg {
        height: 390px;
    }


    .imgHome {
        z-index: -1;
    }

    .imgHome {
        margin-top: 0px;
    }
}