.wq-contato-01{
    padding: 140px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wq-contato-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    position: relative;
    text-align: center;
    padding: 40px;
    border: 2px solid #e4e4e4;
    margin-bottom: 30px;
    background: #fff;
    padding-top: 65px;
}

.wq-contato-box > span{
    display: inline-block;
    color: #001668;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 15px;
}
.wq-contato-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.wq-contato-box a{
    display: block;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    transition: all .2s linear;
}
.wq-contato-box a:hover{
    color: #001668;
}
.wq-contato-02{
    padding: 95px 0;
}
.wq-contato-02 h2{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -6px;
    margin-bottom: 20px;
}
.wq-contato-02 p,
.wq-contato-02 a{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin: 23px 0 0;
}

.wq-contato-02 form input,
.wq-contato-02 form textarea{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    background-color: #f8f8f8;
}
.wq-contato-02 form textarea{
    height: 150px;
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.wq-contato-02 form h4{
    color: #798795;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 8px;
}

.wq-contato-02 form .row .col-xl-6{
    margin-bottom: 15px;
}



.wq-contato-box-pq{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}
.wq-contato-box-pq span{
    color: #001668;
    font-size: 37px;
    margin-right: 25px;

}
.wq-contato-02 .wq-conteudo{
    padding-left: 25px;
}
.wq-mapa {
    margin-bottom: 80px;
}
.wq-mapa iframe{
    display: block;
    width: 100%;
    height: 280px;
}