.wq-empresa_01 {
    padding: 95px 0 110px;
}

.wq-empresa_01 figure a img {
    display: block;
    width: 100%;
}

.wq-empresa_01 figure a {
    display: block;
    position: relative;
}

.wq-empresa_01 figure a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, .35);
}

.wq-blockquote {
    padding: 50px 75px;
    margin-top: 100px;
    background-image: url(../img/aspas.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: none;
}

.wq-blockquote p {
    font-size: 25px;
    color: #323e46;
    letter-spacing: 0.025em;
    font-style: italic;
    font-weight: 700;
}

.wq-empresa_01 .wq-box_7 div {
    padding-left: 35px;
}

.wq-empresa_01 .wq-box_7 h2 {
    color: #1e2d3b;
    font-size: 25px;
    margin: 12px 0 20px;
}

.wq-empresa_01 .wq-box_7 p:first-child {
    margin-bottom: 0px;
}

.wq-empresa_01 .wq-box_7 p {
    margin-bottom: 20px;
}


/* Empresa_02 */

.wq-empresa_02 {
    padding: 75px 0 55px;
    background-color: #f8f8f8;
}

.wq-empresa_02 .wq-titulo_1 {
    margin-bottom: 20px;
}

.wq-empresa_02 .wq-titulo_1+p {
    width: 650px;
    max-width: 100%;
    margin: 0 auto 75px;
    font-size: 15px;
}

.wq-empresa_02 .wq-box_4 {
    margin-bottom: 20px;
    max-width: 305px;
}

.wq-empresa_02 figure {
    position: relative;
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #323e46;
}

.wq-empresa_02 figure img {
    display: inline-block;
    margin-bottom: 28px;
    height: 55px;
    width: auto;
}

.wq-empresa_02 figure h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.wq-empresa_02 .wq-box_4 div {
    padding: 25px;
    background-color: #fff;
}


/* Empresa_02 */

.wq-07 .wq-icon {
    top: 480px;
}

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

.wq-empresa_01 figure {
    position: relative;
}

.wq-empresa_01 figure::before {
    content: '';
    display: block;
    position: absolute;
    width: 450px;
    height: 100%;
    top: -60px;
    left: -60px;
    background-image: url(../img/detalhe-imagem.png);
    z-index: -1;
}

.wq-empresa_02 {
    background-image: url(../img/servicos_detail-2.png);
    background-attachment: fixed;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.wq-07 {
    border-bottom: 1px solid #4d4a47;
}

@media screen and (max-width: 1690px) and (min-width: 1100px) {
    .wq-empresa_02 .wq-icon {
        top: 190px!important;
        right: 50px!important;
    }
    .wq-07 .wq-icon {
        top: 590px!important;
        right: 50px !important;
    }
}