.center-con {
    display: flex;
    Xheight: 100vh;
    align-items: center;
    justify-content: center;
}

.round {
    position: absolute;
    Xborder: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#cta{
    width:100%; 
	cursor: pointer; 
	position: absolute;
}

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

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

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

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

.round .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.9s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.9s;
    animation-delay:0.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
/*
span.nextUpLabel:hover {
	text-decoration: underline; 
}
*/
.nextUp {
	color:#FFFFFF;
	font-size:16px;
	font-weight: 700;
	white-space: nowrap;
	text-align:right;
	padding-left: 10px;	
	letter-spacing:-1px;
}
td.nextUP:hover {
	text-decoration: underline ;
}
.nextUpText {
	white-space: nowrap;
	padding-left: 8px;	
	padding-right: 8px;	
	width:1%;
	font-size: 16px !important;
	font-weight: 500;
	color: #FFF;
	Xletter-spacing:-1px;
	background-color:#1c1c1c;
}
.nextUpSpacer {
	color: #000;
	white-space:nowrap;
	line-height:1px;
	height: 1px;
}
#nextUpTBL {
	background-color: #0c7cc7;	
	border-radius:3px;
	margin-top: 14px;
	cursor: pointer;
	margin-left: auto;
}
#nextUpTBL:hover {
	background-color: #168edf;	
}
.afterNextUp {
	margin-top:0px !important;
}
#nextUpTBL {
	margin-left:auto;
}
#nextUp_upper {
	display: block;
}
#nextUp_lower {
	margin-top: 16px;
	display: none;
}
.nextUp_div {
	margin-top: 0px !important;
}

@media only screen and (max-width: 919px) {
	#nextUpTBL {
		margin:auto;
	}
	#nextUp_upper {
		display: none;
	}
	#nextUp_lower {
		display: block;
	}
}