.wq-contato-01 {
    padding: 60px 0px 30px;
    position: relative;
}
.wq-contato-01::before{
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background-color: #2D2D2D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wq-contato-01 .wq-titulo-01 { 
    max-width: 625px; 
    margin-bottom: 50px; 
}
.wq-contato-01 .wq-contato-form { 
    padding: 40px 50px; 
    background-color: rgb(255, 255, 255); 
}
.wq-input input, .wq-input textarea { 
    border: none;
    font-size: 16px;
    
    background-color: rgb(241, 241, 241); 
}
.form-select {
    background-color: rgb(241, 241, 241);
    display: inline-block;
    padding: 11px 18px;
    height: 45px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(45, 45, 45);
    border: none;
    
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    max-width: 100%;
    transition: all 0.2s linear 0s;
}
.wq-input textarea{
    height: 115px;
    display: block;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    color: rgb(45, 45, 45);
    padding: 15px 20px;
}
.wq-contato-form .wq-btn.wq-btn-01{
    margin: 0 30px 0 auto;
}
.wq-sidebar{
    padding: 30px 45px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.wq-sidebar > h2{
    font-style: italic;
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #272425;
    margin-bottom: 20px;
}
.wq-sidebar .wq-contato {
    display: flex;
    margin-bottom: 5px;
}
.wq-contato-01 .wq-input{
    margin-bottom: 30px;
}
.wq-sidebar p{
    font-size: 16px;
    line-height: 21px;
}
.wq-contato-02{
    padding: 60px 0 60px;
    background: #2D2D2D;
    overflow: hidden;
}
.wq-contato-02 .wq-titulo-01{
    margin-bottom: 40px;
}
.wq-contato-02 .wq-titulo-01 h2{
    color: #fff;
}
.wq-contato-02 .wq-btn-01:hover{
    background-color: #fff;
    color: #333;
}

.wq-mapa-content{
    position: relative;
    height: 425px;
    display: block;
    width: 100%;
}
.wq-mapa-content .wq-mapa{
    width: 180%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wq-mapa-content iframe{
    display: block;
    width: 100%;
    height: 425px;
}
.wq-contato-02 .row > div{
    margin-bottom: 30px;
}