body {
  overflow: hidden;
  background: url(https://latamfintech.market/wp-content/uploads/2021/09/FondoBanner.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

input {
  font-family: sans-serif;
}

p {
    font-size: 12px;
    font-family: sans-serif;
    justify-content:center;
    font-weight: bold;
}

@font-face{
   font-family: "nikotinus";
   font-style: normal;
   font-weight: normal;
   src: url('/font/nikotinus.otf');
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #6D138E; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.titulo-options{
  padding-top: 30px;
  padding-bottom: 15px;
  background: #000;
  font-family: "nikotinus";
  font-size: 40px;
  justify-content:center;
  color:#FFFFFF;
}

.jugador{
  padding-top: 20px;
  padding-left: 250px;
  font-family: "nikotinus";
  font-size: 30px;
  position:fixed; 
  z-index: 100;
  justify-content:center;
  color:#fff;
}
.modal-header{
background-color: #000;
}

.modal-footer{
 background-color: #000; 
}
.modal-body{
 background-color: #000 !important; 
}
.close{
 color:#eb1f61; !important; 
}

.opcion { 
  color:#FFF;
  margin: 10px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 45px;
     width: 150px;
     height: 150px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #eb1f61;
    vertical-align: middle;
    font-family: "Calibri";
    font-weight: bold;
    font-size: 16px;
    display: inline-block

}
.opcion:hover { background-color: #43081b; color: #FFF; }

.logo {
  padding-top: 20px;
  padding-bottom: 15px;
  background: #000;
  justify-content:center;
}

.logo_pequeno {
  padding-top: 5px;
  padding-bottom: 0px;
  position:fixed; 
  z-index: 100;
}

.imgHolder {
    position: relative;

}
.imgHolder span {
    position: absolute;
    right: 35px;
    top: 55px;
    color: #000;
    font-family: "nikotinus";
    font-size: 14px;
}
.forget {
  justify-content:center;
  color: #636363;
}
.forget:visited { color: black; text-decoration: none }
.forget:hover { color: black; text-decoration: underline }

.menu {

  background: #000;
  width: 1020px;
  height: 100px;
  cursor: url('/img/cursor.ani'), url('/img/cursor.png'),  auto !important;
  position:fixed; 
  z-index: 100;
}
.fondo {
  background-image: url('/img/fondo.png');
  background-repeat: no-repeat;
  width: 1030px;
  height: 7385px;
  cursor: url('/img/cursor.ani'), url('/img/cursor.png'),  auto !important;
  border-radius: 10px;
}

.ranking {
  background-image: url('/img/rankingbg.png');
  background-repeat: no-repeat;
  border-radius: 10px;
    width: 600px;
  height: 375px;
  color: #000;
  font-weight: bold;
}

.actual {
     width: 50px;
     height: 50px;
     color: #fff;
     border: 5px double white;
      overflow:hidden;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #eb1f61;
     
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    font-family: "Calibri";

}

.actual:hover { background-color: #821236; }
.activa {
     width: 50px;
     height: 50px;
     color: #fff;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #eb1f61;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    font-family: "Calibri";

}

.activa:hover { background-color: #FFB40F; }

.inactiva {
     width: 50px;
     height: 50px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #000;
     border-color: #636363;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    font-family: "Calibri";
    pointer-events:none;
    color:#FFFFFF;
}
.inactiva:hover { background-color: #636363; }

.mini{
 background-color: rgba(255, 0, 0, 0.0);
}

#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}

#style-3::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #3FCCDB;
  border-radius: 5px;
}
.scrollbar
{
  margin-left: 30px;
  float: left;
  height: 950px;
  width: 1030px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
  border-radius: 5px;
}

.force-overflow
{
  min-height: 450px;
}

.container {
  overflow: hidden;
  background: #000;
  border-radius: 10px;
  padding-bottom: 30px;
   color:#FFF;
}
.container p{
  color:#FFF;
}
.aboutPass{
  background: #eb1f61;
  border-radius: 4px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #fff;
  padding: 5px;
}

.juego {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation-delay: 1s;
}
.titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 30px;
  overflow: hidden;
  animation-delay: 1s;
  color:#636363;
  font-family: "Calibri";
}

.cargador {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
  overflow: hidden;
  animation-delay: 1s;
}

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.navbar-brand{
  background-color: #fff;
  padding: 5px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}