.ac {
    color: #5b35f1;
}

.acd {
    color: #cccccc;
}

.arrow0 {
    animation: novoslide0 1s ease-in-out infinite;
}

.arrow1 {
    animation: novoslide1 1s ease-in-out infinite;
}

.arrow2 {
    animation: novoslide2 1s ease-in-out infinite;
}

.arrow3 {
    animation: novoslide3 1s ease-in-out infinite;
}

.arrow4 {
    animation: novoslide4 1s ease-in-out infinite;
}

.arrow5 {
    animation: novoslide5 1s ease-in-out infinite;
}

.arrow6 {
    animation: novoslide6 1s ease-in-out infinite;
}

.arrow7 {
    animation: novoslide7 1s ease-in-out infinite;
}

@keyframes novoslide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }
}


@keyframes novoslide0 {
    0%,
    100% {
        transform: translate(0, 0) rotate(45deg);
    }

    50% {
        transform: translate(10px, 10px) rotate(45deg);
    }
}

@keyframes novoslide2 {
    0%,
    100% {
        transform: translate(0, 10px) rotate(-45deg);
    }

    50% {
        transform: translate(10px, 0) rotate(-45deg);
    }
}

@keyframes novoslide3 {
    0%,
    100% {
        transform: translate(10px, 0);
    }

    50% {
        transform: translate(0, 0);
    }
}

@keyframes novoslide4 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

@keyframes novoslide5 {
    0%,
    100% {
        transform: translate(0, 10px) rotate(-45deg);
    }

    50% {
        transform: translate(10px, 0) rotate(-45deg);
    }
}

@keyframes novoslide6 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }
}

@keyframes novoslide7 {
    0%,
    100% {
        transform: translate(0, 0) rotate(45deg);
    }

    50% {
        transform: translate(10px, 10px) rotate(45deg);
    }
}

.representacao .ui-g-4 {
    padding:0 !important;
}

.repinvisible{
    display: none;
}

.convencao
{
    font-size: 6px;
    text-align: center;
}

.representacao .ui-g-2 {
    padding: 0 !important;
}