/* .body-bg{ */
	/* background:url("../img/fondo.jpg") #012BB3;
	background-position: top;
} */
@font-face {
	font-family:'BabyMonsta';
	src: url('../fonts/BabyMonsta/BabyMonsta.woff2');
	src: url('../fonts/BabyMonsta/BabyMonsta.woff2') format('woff2'),
	url('../fonts/BabyMonsta/BabyMonsta.woff') format('woff'),
	url('../fonts/BabyMonsta/BabyMonsta.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family:'Aachen-Regular';
	src: url('../fonts/Aachen-Regular/AachenRegular.ttf');
	src: url('../fonts/Aachen-Regular/AachenRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family:'NexaRegular';
	src: url('../fonts/NexaRegular/NexaRegular.woff2');
	src: url('../fonts/NexaRegular/NexaRegular.woff2') format('woff2'),
	url('../fonts/NexaRegular/NexaRegular.woff') format('woff'),
	url('../fonts/NexaRegular/NexaRegular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NexaRegular/NexaRegular.ttf') format('truetype'),
	url('../fonts/NexaRegular/NexaRegular.svg#NexaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
  }

.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;
}

.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;
   }



   .game-cuadro {
	width: 300px;
	height: 300px;
	border-style: solid;
	/* border-color: #FDFF00 !important; */
	border-color: #d76f25 !important;
	background-size: auto auto;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	min-height: 300px;
	max-height: 300px;
	min-width: 300px;
	max-width: 300px;
	margin: 10px 10px 10px 10px;
	border-radius: 20px 20px 20px 20px;
	border-width: 2px 2px 2px 2px;
  }

  .pointer {
	cursor: pointer;
	z-index: 1000;
  }

  .cuadro-verde {
	/* background-color: rgba(0,50,0,0.85); */
	background-color: rgb(0, 28, 74,0.65);
	background-position: center center;
	background-repeat: no-repeat;
	width: 98%;
	height: 98%;
	justify-content: center;
	align-items: center;
	align-content: center;
	display: block;
	border-radius: 15px 15px 15px 15px;
  }

  .min3-color {
	/* color: #004F00 !important; */
	color: #011F4D !important;
  }
  .beisbolito-text {
	font-family: "Aachen-Regular";
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	color: #FFFFFF !important;
	line-height: 40px;
  }

  .animalitos-text {
	font-family: "BabyMonsta";
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -1px;
	font-size: 24px;
  }

  .game-label-animalitos {
	position: relative;
	bottom: -45px;
  }

  .game-stiker-animalotos {
	position: relative;
	left: 35px;
	top: -300px;
  }
  .game-stiker {
	position: relative;
	left: 35px;
	width: 220px;
	height: 40px;
	/* background-color: #E6E900; */
	background-color: #d76f25;
	line-height: 40px;
	top: -340px;
	/* color: #004D00 !important; */
	color: #d76f25 !important;
	border-radius: 50px 50px 50px 50px;
  }

  .game-label {
	/* background-color: #005000; */
	background-color: #d76f25;
	width: 220px;
	height: 40px;
	left: 35px;
	position: relative;
	bottom: -5px;
	line-height: 40px;
	border-radius: 50px 50px 50px 50px;
  }

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

  .animalitos-logo {
	width: 240px;
	margin-top: 40px;
  }
  .mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
  }
  .d-block {
	display: block !important;
  }
  .img-fluid {
	max-width: 100%;
	height: auto;
  }
  .stiker-rojo {
	background-color: #FF0000;
  }
  .game-stiker-animalotos {
	position: relative;
	left: 35px;
	top: -300px;
  }
  .game-label-animalitos {
	position: relative;
	bottom: -45px;
  }

  button.pais-btn {
	outline: none !important;
	background: transparent;
	border: none;
  }

  .tiempos {
    display: none;
	padding-top: 20px;
}
.tiempos.active {
    display: block;
}

.img-5-style-small {
	width: 100px;
	cursor: pointer;
	z-index: 999;
	box-shadow: 0px 10px 25px #000000;
	margin: 0px 0px 0px 0px;
	  margin-right: 0px;
	  margin-left: 0px;
  }

  .img-5-style,
.img-5-style-small {
    transition: width 0.3s ease-in-out;
}

.page-container{
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#bloc-2 {
	margin-top: auto;
}

.bloc {
	padding-top: 40px;
}

.game-cuadro.pointer * {
    /* pointer-events: none; */
	cursor: pointer;
}


.game-stiker.multy, .game-label.multy {
	background-color: #fbfbfb;
}

.multy .beisbolito-text, .multy .animalitos-text{
	color: black !important;
}

.game-cuadro.multy {
	border-color: #fff !important;
}

.break-line {
	flex-basis: 100%;
	height: 0;         /* чтобы не занимал вертикальное место */
	margin: 0;         /* сброс отступов, если есть */
  }

  .flex-container {
	flex-wrap: wrap;
	gap: 10px 40px;
	justify-content: center;
  }