﻿

.wrapper {
    width: 100%;
    position: relative;
    transform: rotate(180deg);
    z-index: 999;
    right: 12px;
    display: none;
}

    .wrapper > div {
        width: 6px;
        height: inherit;
        background-color: #fff;
        position: absolute;
        animation-name: equilizer;
        animation-iteration-count: infinite;
    }

        .wrapper > div:nth-child(1) {
            left: 0;
            animation-duration: 1.5s;
        }

        .wrapper > div:nth-child(2) {
            left: 10px;
            animation-duration: 1s;
        }

        .wrapper > div:nth-child(3) {
            left: calc(2*10px);
            animation-duration: 2.1s;
        }

        .wrapper > div:nth-child(4) {
            left: calc(3*10px);
            animation-duration: 1.8s;
        }

/*   .wrapper > div:nth-child(5) {
            left: calc(4*10px);
            animation-duration: 2s;
        }

        .wrapper > div:nth-child(6) {
            left: calc(5*10px);
            animation-duration: 1.6s;
        }

        .wrapper > div:nth-child(7) {
            left: calc(6*10px);
            animation-duration: 2.2s;
        }

        .wrapper > div:nth-child(8) {
            left: calc(7*10px);
            animation-duration: 0s;
        }*/

@keyframes equilizer {
    0% {
        height: 16px;
    }

    10% {
        height: 15px;
    }

    20% {
        height: 18px;
    }

    30% {
        height: 13px;
    }

    40% {
        height: 12px;
    }

    50% {
        height: 28px;
    }

    60% {
        height: 20px;
    }

    70% {
        height: 25px;
    }

    80% {
        height: 15px;
    }

    90% {
        height: 10px;
    }

    100% {
        height: 30px;
    }
}

#mic-Você {
    opacity: 0
}
