@keyframes parceirosContainerAnim {

    from {

        right: -100vw;

        opacity: 0;

    }

    to {

        right: 3.28vw;

        opacity: 1;

    }

}

.title h1 img {

    height: 5.64vh;

    height: auto;

    object-fit: contain;

}

.business {

    position: absolute;

    bottom: 6.11vh;

    right: 3.28vw;

    display: flex;

    z-index: 6;

    animation: parceirosContainerAnim 1.5s cubic-bezier(.57,.27,0,.98);

}

.project-item {

    position: relative;

    width: 20.83vw;

    height: 76.29vh;

    margin-left: 1.09vw;

    z-index: 6;

}

.project {

    width: 100%;

    height: 100%;

    background-color: #fff;

    clip-path: polygon(27.75% 0, 100% 0, 100% 85.19%, 71.25% 100%, 0 100%, 0 14.8%);

}

.project-image {

    top: 19.41%;

    width: 100%;

    height: 100%;

    text-transform: uppercase;

    font-size: 2.93vh;

}

.project-image img {

    width: 100%;

    height: 40%;

    object-fit: cover;


}

.project-image p {

    position: absolute;

    text-align: center;

    left: 0;

    right: 0;

    top: 19.41%;

    margin: auto;

    display: flex;

    justify-content: center;

    align-items: center;

}

.project-text {

    width: 100%;

    height: 61.28%;

    padding: 0 1.56vw;

    padding-top: 2.96vh;

    padding-bottom: 9.62vh;

    position: absolute;

    margin: auto;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #fff;

    box-sizing: border-box;

}

.project-text p {

    width: 100%;

    height: 84.12%;

    overflow: hidden;

    font-size: 1.49vh;

    line-height: 138%;

    text-align: left;

}

.project-footer {

    position: absolute;

    display: flex;

    align-items: center;

    padding-left: 13.28%;

    width: 100%;

    height: 7.52%;

    font-size: 1.85vh;

    text-transform: uppercase;

    z-index: 6;

    bottom: 0;

}