.get-touch-wrap {
    position: relative;
    padding: 5rem 0;
}
.bck__section5{
    position: absolute;
    height: 2px;
    width: 380px;
    background: #BB8D39;
    margin-top: 35vh;
}
.contato__post{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #BB8D39;
}
.contato__post:hover{color: #FFFFFF;}
.contato__post:focus{color: #FFFFFF;}
.get-info{
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #102D40;
}

.form{
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
.label{
    font-weight: bold;
    font-size: 2rem;
    line-height: 150%;
    color: #102D40;
}
  
.form-wrap form input {
    height: 4rem;
    font-size: 1rem;
    color: #8799a3;
    padding: 0.9375rem 2.5rem;
    width: 80%;
    border: 1px solid #102D40;
    box-sizing: border-box;
}
  
.form-wrap form input:hover, 
.form-wrap form textarea:hover, 
.form-wrap form input:focus, 
.form-wrap form textarea:focus {background-color: #fff;}
  
.form__enviar{
    width: 30%;
    height: 55px;
    padding: 1.8rem 2rem;
    border: none;
    border-radius: 0%;
    background: #BB8D39;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
.form__enviar img{
    margin-left: 1rem;
}
  
