:root {
    --primary: #0b445d;
}

/* .form-getOfferBtn {
    right: 400px;
    width: 15vw;
    min-width: 185px !important;
} */
.hero-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url('../assets/img/hero-about.jpg');
}

/* CELULAR */
@media only screen and (max-width:767px) {
}

/* IPAD */
@media only screen and (min-width:768px) and (max-width:991px) {
}

