#provasocial .clientes {
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    #provasocial .clientes {
        flex-wrap: wrap;
    }
}

#provasocial .clientes div {
    position: relative;
}

@media only screen and (max-width: 768px) {
    #provasocial .clientes div {
        min-width: 50%;
        margin-top: 20px;
        height: 60px;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 50%;
    }
}

#provasocial .clientes div img:first-child {
    animation-name: anima-logo-out;
    -webkit-animation-name: anima-logo-out;
    -moz-animation-name: anima-logo-out;
    -o-animation-name: anima-logo-out;
}

#provasocial .clientes div img:last-child {
    animation-name: anima-logo-in;
    -webkit-animation-name: anima-logo-in;
    -moz-animation-name: anima-logo-in;
    -o-animation-name: anima-logo-in;
}

#provasocial .clientes img {
    position: relative;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-duration: 130s;
}

@media only screen and (max-width: 768px) {
    #provasocial .clientes img {
        -webkit-transform: scale(0.8) translate(-50%, -50%);
        -ms-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
        top: 50% !important;
        left: 45% !important;
        margin: auto !important;
        object-fit: contain;
        height: 110px;
    }
}

#provasocial .clientes .absolute {
    position: absolute;
}

#provasocial .clientes .pedro-sobral {
    width: 145px;
    top: -45px;
    left: 180px;
    animation-delay: 15s;
}

#provasocial .clientes .you-pix {
    width: 70px;
    top: -11px;
    left: 136px;
    animation-delay: 5s;
}

#provasocial .clientes .micha-menezes {
    width: 105px;
    top: -32px;
    left: 120px;
    animation-delay: 5s;
}

#provasocial .clientes .juliano-torriani {
    min-width: 130px;
    width: 105px;
    top: -44px;
    left: 73px;
    animation-delay: 20s;
}

#provasocial .clientes .globo {
    width: 125px;
    top: 8px;
    left: 5px;
    animation-delay: 10s;
}

#provasocial .clientes .fluency-academy {
    width: 105px;
    top: -27px;
    left: 155px;
    animation-delay: 35s;
}

#provasocial .clientes .formula-de-lancamento {
    width: 115px;
    top: 11px;
    left: 148px;
    animation-delay: 35s;
}

#provasocial .clientes .paulo-cuenca {
    width: 115px;
    left: 30px;
    top: -29px;
    animation-delay: 30s;
}

#provasocial .clientes .mairo-vergara {
    min-width: 150px;
    width: 150px;
    left: 188px;
    top: 8px;
    animation-delay: 15s;
}

#provasocial .clientes .escola-do-perpetuo {
    min-width: 115px;
    width: 135px;
    left: 1px;
    top: -50px;
    animation-delay: 10s;
}

#provasocial .clientes .wn {
    width: 115px;
    left: 230px;
    top: 3px;
    animation-delay: 25s;
}

#provasocial .clientes .victor-damasio {
    min-width: 100px;
    width: 100px;
    left: 80px;
    top: -27px;
    animation-delay: 20s;
}

#provasocial .clientes .me-poupe {
    min-width: 130px;
    width: 140px;
    top: 7px;
    left: 29px;
    animation-delay: 30s;
}

@media only screen and (max-height: 700px) {
    #provasocial .pg {
        margin-top: 15px;
    }
}

