body{
    background: #4f4f4f;
    font-family:Arial, Helvetica;
    font-size:12px;
    color:#fff;
}




.center-con {
    display: flex;
    height: 30px;
    width: 80px
    align-items: top;
    justify-content: left;
}



.round {
    position: absolute;



}

#cta{
    width:80px; cursor: auto; position: absolute;
}

#cta .arrow{left: 30%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 20px; height: 20px; background-size: 80px 80px; top:15px;transform:scaleX(-1); }
.segunda{margin-left: 20px;}
.next {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  55% {opacity: 1; transform: translateX(0px) scale(1) scaleX(-1);}
  26%{opacity: 0; transform:translateX(20px) scale(0.9) scaleX(-1);}
  25%{opacity: 0; transform:translateX(-20px) scale(0.9) scaleX(-1);}
  0% {opacity: 1; transform: translateX(0px) scale(1) scaleX(-1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:3;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round: .arrow{
    animation-name: bounceAlpha;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round: .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:3s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
