@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.inner-banner{
    width: 100%;
    padding: 150px 0;
    background: url("../img/bg-orcamento.png") no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset rgba(0,0,0,0.4) 0 0 15px;
}

.projeto-inn{
    background: #ffffff;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 10px;
}
.form-orcamento form input{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}
.form-orcamento form textarea{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}