/* .body-bg{ */
/* background:url("../img/fondo.jpg") #012BB3;
	background-position: top;
} */
.top-menu a {
	font-family: "Nexa Heavy";
	color: white;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
	font-family: "Nexa Heavy";
}

.navbar-nav .nav-link:hover {
	color: red !important;
}

.active-page-icon {
	color: cyan !important;
	font-weight: bold;
}

.flex-container {
	flex-wrap: wrap;
	gap: 40px;
}

.active-page-icon::after {
	/* content: "";
	display: block;
	background: url("img/bola.min.png") no-repeat;
	height: 25px;
	align-content: center;
	background-position: top;
	background-size: 25px auto;
	margin-top: -4px; */
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.carousel-indicators {
	margin-bottom: -1.5rem;

}

.carousel-indicators [data-bs-target] {
	width: 40px;
	height: 4px;
}

.panel {
	margin-bottom: 20px;
	background-color: rgba(1, 172, 255, 0.5);
	border: 1px solid transparent;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 100px; */
	width: 270;
}

.card-tilt {
	position: relative;
	height: 174px;
	width: 250px;
	/* padding: 40px; */
	transform-style: preserve-3d;
	border: 2px solid rgb(0, 254, 255);
	border-radius: 8px;
	margin: 5px;
}

.card-tilt .title {
	z-index: 2;
	transform: translateZ(10px);
}

.card-tilt .credits {
	/* font-size: 1.2vh;
	letter-spacing: 0.05em; */
	/* opacity: 0.6; */
	transform: translateZ(10px);
}

.card-tilt .card-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url("../img/tabla%20estadistica.min.png") no-repeat transparent;
	background-position: -10px -10px;
	background-size: 267px;
}

.app-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
}

.rotate-team {
	transform: skew(-12deg) rotate(-4deg);
}


@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.loader-center {
	display: flex;
	justify-content: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: url("../img/bola.min.png") no-repeat #fff;
	background-size: auto 15px;
	background-position: center;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.image-label {
	font-family: "Aachen";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	stroke-width: 1;
	color: #000000 !important;
	left: 0px;
	font-style: italic;
	margin-right: 5px;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	margin-top: -6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}