@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-contato.png") no-repeat top;
    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;
}
#contato form input{
    width: 100%;
    padding: 15px;
    border: none;
    color: white;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
}
#contato form textarea{
    width: 100%;
    padding: 15px;
    border: none;
    color: white;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
}
.contato-left .contato-info{
    width: 60%;
    margin-left: 30%;
    height: 400px;
    padding: 25px 25px !important;
    display: block;
}