/* ANIMATIONS MAIN */







#left1 {

    position: absolute;

    bottom: 0;

    right: 12px;



    animation: tudaSuda 3s ease 1s infinite;

}



@keyframes tudaSuda {

    0% {

        transform: rotate(0deg);

    }



    50% {

        transform: rotate(8deg);

    }



    100% {

        transform: rotate(0deg);

    }

}



@keyframes tudaSuda2 {

    0% {

        transform: rotate(0deg);

    }



    50% {

        transform: rotate(-8deg);

    }



    100% {

        transform: rotate(0deg);

    }

}



#left1 .head {

    position: absolute;

    bottom: 141px;

    right: -8px;



    animation: aroundTheWorld 20s ease infinite;

}



@keyframes aroundTheWorld {

    0% {

        transform: rotate(0deg);

    }



    50% {

        transform: rotate(360deg);

    }



    100% {

        transform: rotate(0deg);

    }

}



@keyframes aroundTheWorld2 {

    0% {

        transform: rotate(0deg);

    }



    50% {

        transform: rotate(-360deg);

    }



    100% {

        transform: rotate(0deg);

    }

}



/* LEFT 2 */



#left2 {

    position: absolute;

    bottom: 49px;

    right: 151px;



    animation: tudaSuda2 5s ease 1s infinite;

}



#left2 .head {

    position: absolute;

    bottom: 104px;

    right: -35px;



    animation: aroundTheWorld2 26s ease infinite;

}





/* LEFT 3 */



#left3 {

    position: absolute;

    bottom: 228px;

    right: 324px;



    animation: tudaSuda 13s ease 1s infinite;

}



#left3 .head {

    position: absolute;

    bottom: 58px;

    right: -18px;



    animation: aroundTheWorld 17s ease infinite;

}



/* LEFT 4 */



#left4 {

    position: absolute;

    bottom: 252px;

    right: 413px;



    /* animation: tudaSuda2 5s ease 1s infinite; */

}



#left4 .head {

    position: absolute;

    bottom: 62px;

    right: 0px;



    animation: aroundTheWorld2 23s ease infinite;

}



/* LEFT 5 */



#left5 {

    position: absolute;

    bottom: 278px;

    right: 502px;



    animation: tudaSuda 6s ease 1s infinite;

}



#left5 .head {

    position: absolute;

    bottom: 62px;

    right: 22px;



    animation: aroundTheWorld 26s ease infinite;

}



/* LEFT 6 */



#left6 {

    position: absolute;

    bottom: 318px;

    right: 643px;



    animation: tudaSuda2 25s ease 1s infinite;

}



/* right 1 */



#right1 {

    position: absolute;

    bottom: 131px;

    left: 30px;



    animation: tudaSuda 19s ease 1s infinite;

}



#right1 .head {

    position: absolute;

    bottom: 104px;

    left: -51px;



    animation: aroundTheWorld 14s ease infinite;

}





/* right 2 */



#right2 {

    position: absolute;

    bottom: 147px;

    left: 158px;



    animation: tudaSuda2 16s ease 1s infinite;

}



#right2 .head {

    position: absolute;

    bottom: 73px;

    left: -32px;



    animation: aroundTheWorld2 26s ease infinite;

}



/* right 3 */



#right3 {

    position: absolute;

    bottom: 145px;

    left: 306px;



    animation: tudaSuda 10s ease 1s infinite;

}



#right3 .head {

    position: absolute;

    bottom: 73px;

    left: -32px;



    animation: aroundTheWorld 25s ease infinite;

}



/* right 4 */



#right4 {

    position: absolute;

    bottom: 336px;

    left: 336px;



    animation: tudaSuda 10s ease 1s infinite;

}



/* right 5 */



#right5 {

    position: absolute;

    bottom: 139px;

    left: 441px;



    animation: tudaSuda 20s ease 1s infinite;

}



#right5 .head {

    position: absolute;

    bottom: 93px;

    left: -31px;



    animation: aroundTheWorld 35s ease infinite;

}







