.wq-portifolio .grid-item {
    margin: 0 10px 17px;
}


/***** wq-portifolio *****/

.wq-portifolio {
    padding: 60px 0 120px;
}

.menu-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    padding: 10px 0 10px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-tabs li {
    cursor: pointer;
    position: relative;
    display: block;
    color: #919191;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 25px;
}

.menu-tabs li:first-child {
    margin-left: 0;
}

.menu-tabs li:last-child {
    margin-right: 0;
}

.menu-tabs li:first-child::before {
    display: none;
}

.menu-tabs li::before {
    position: absolute;
    content: '';
    left: -21px;
    bottom: 0px;
    height: 50px;
    width: 1px;
    background-color: #dbdbdb;
    top: -7px;
    transform: rotate(20deg);
}

.menu-tabs li.active,
.menu-tabs li:hover {
    color: #454545;
}

.wq-portifolio-box figure {
    display: block;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    border-bottom: 2px solid #323e46;
    overflow: hidden;
}

.wq-portifolio-box figure img {
    display: block;
    width: 100%;
    height: 240px;
    transition: all 700ms ease;
    object-fit: cover;
}

.wq-portifolio-box:hover figure img {
    transform: scale(1.2);
}

.wq-portifolio-box figure figcaption {
    position: relative;
    background: #ffffff;
    display: block;
    padding: 26px 25px 20px;
    z-index: 2;
    transition: all 700ms ease;
    /* min-height: 88px; */
}

.wq-portifolio-box figure figcaption h4 {
    position: relative;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0px 0 0px;
    transition: all 700ms ease;
    text-transform: uppercase;
}

.wq-portifolio-box figure figcaption span {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0.3s;
    background: #323e46;
    color: #fff;
    top: -11px;
    box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 35%);
}

.wq-portifolio-box figure:after {
    position: absolute;
    content: "";
    bottom: -17px;
    opacity: 1;
    right: 0px;
    width: 60px;
    height: 173px;
    background: url(img/t21.png) no-repeat;
    transition: all 700ms ease;
    z-index: 9;
    filter: grayscale(1);
}

.wq-portifolio-box figure::before {
    content: '';
    background-color: rgba(48, 48, 48, .7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 700ms ease;
}

.wq-portifolio-box:hover figure::before {
    opacity: 1;
}

.wq-portifolio-box figure figcaption::before {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    content: '';
    transition: all 700ms ease;
    background: #323e46;
}

.wq-portifolio-box:hover figcaption::before {
    height: 100%;
}

.wq-portifolio-box:hover figcaption h4 {
    color: #fff;
}

.wq-portifolio .wq-titulo-03 h2,
.wq-equipe .wq-titulo-03 h2,
.wq-produtos .wq-titulo-03 h2 {
    color: #323e46;
}

.wq-portifolio .wq-cetentralizar {
    margin-top: 45px;
}

.wq-estatisticas .row .col-xl-3 {
    margin-bottom: 30px;
}


/***** wq-portifolio ******/

.wq-portifolio .wq-titulo-03 {
    text-align: center;
}