.wq-contato_01 {
    padding: 70px 0;
    background-color: #FFF;
    background-image: url(../img/servicos_detail-2.png);
    background-attachment: fixed;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.wq-mensagem {
    padding: 50px 40px;
    background-color: #a18663;
    color: #fff;
}

.wq-mensagem input,
.wq-mensagem textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    width: calc(100% - 44px);
    font-size: 12px;
    background-color: #fff;
    padding: 18px 22px;
    margin: 10px 0 35px;
    color: #666;
}

.wq-mensagem input::placeholder,
.wq-mensagem textarea::placeholder {
    color: #999999;
}

.wq-contato_01 textarea {
    height: 120px;
}

.wq-mensagem h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff!important;
}

.wq-mensagem p {
    font-size: 12px;
}

.wq-contato_box {
    padding: 60px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f5f5f5;
    justify-content: space-between;
}

.wq-contato_box .wq-contato li {
    margin-right: 12px;
    margin-bottom: 12px;
}

.wq-contato_box .wq-contato a {
    margin-right: 0;
}

.wq-contato_box .wq-contato span {
    margin-right: 5px;
}

.wq-contato_box .wq-contato address {
    color: #2a2a2a;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.wq-contato_box .wq-midias-sociais li a {
    line-height: 32px;
    height: 32px;
    width: 32px;
    background-color: #1e2d3b;
    color: #fff;
    font-size: 16px;
}

.wq-contato_box .wq-midias-sociais li a:hover {
    background-color: #323e46;
    color: #fff;
}

.wq-destaque {
    color: #4d4a47;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
}

.wq-contato_01 h4,
.wq-contato_01 h3,
.wq-contato_01 h2 {
    color: #323e46;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
    font-size: 21px;
}

.wq-07 .wq-icon {
    top: 340px;
    left: 100px;
}

.wq-contato_01 .wq-icon {
    top: 440px;
    right: 100px;
}

.wq-03 {
    background: #fff;
}

@media screen and (max-width: 1690px) and (min-width: 1100px) {
    .wq-07 .wq-icon {
        top: 521px!important;
        right: 50px !important;
        left: auto;
    }
    .wq-contato_01 .wq-icon {
        display: none!important;
    }
}