:root {
    --color-1: #00e4d0;
    --color-2: #009eeb;
    --principal-text: #fff;
    --principal-text2: #ffffffc7;
    --segundario-text: #040546;
    --degrade: linear-gradient(90deg, rgba(0, 228, 208, 1) 0%, rgba(0, 158, 235, 1) 100%, rgba(0, 0, 0, 1) 100%);
    --degradehover: #000000ab;
    --degradevertical: linear-gradient(180deg, rgba(0, 228, 208, 1) 0%, rgba(0, 158, 235, 1) 100%, rgba(0, 0, 0, 1) 100%);
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #6082a1 #07081e8f;
}

.MuiInputLabel-formControl {
    display: none !important;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #07081e8f;
}

*::-webkit-scrollbar-thumb {
    background-color: #6082a18f;
    border-radius: 34px;
    border: 2px solid #6082a18f;
}

.over-main {
    background: #000000ba;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    Z-INDEX: -1;
}

.modal-content {
    background: #1d1c3b;
    border-radius: 5px;
    width: 100%;
}

.modal-content .sc-card-product {
    background: #07081e8f;
    justify-content: space-between;
}

.no-padding {
    padding: 0 !important;
}

.ok-success {
    font-size: 5rem;
    color: #00ffa1;
}

.ok-fail {
    font-size: 5rem;
    color: #ff1e00;
}

html {
    overflow: hidden;
}

a {
    text-decoration: none;
}

body {
    background: #0a0a1f;
    color: var(--principal-text);

}

.modal {
    background: #00000030;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: NikkyouSans-mLKax;
    font-size: 2rem;
}

.bg-navkoin {
    background: rgb(10 10 31 / 93%);
    box-shadow: -3px -1px 10px 0px #00e2d1;
    min-height: 104px;
}

.over-cover {
    box-shadow: inset -10vw 0 115px 0 rgb(10 10 31), inset 10vw 0 115px -4px rgb(10 10 31);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 4;
    bottom: 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.close-news-modal {
    background: 0 0;
    border: none;
    color: #00e4d094;
    font-size: 3rem;
    position: absolute;
    right: 1rem;
    font-family: unset;
    top: -1rem;
    transform: scaleY(0.85);
    z-index: 8;
}

.team-list {

    display: flex;
    flex-wrap: wrap;
    flex-shrink: 41; /* align-content: flex-start; */
    justify-content: center;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

button:hover,
button:focus {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: unset;
}

.btn-close {
    z-index: 9999;
    position: absolute;
    right: 0.5rem;
    top: -0.5rem;
    color: var(--color-1);
    opacity: 0.5;
    font-size: 3rem;
}

.btn-close:hover {
    color: white;
}

.bg-principal {
    background-image: url(../imgs/bg.jpg);

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-degree {
    background: var(--degrade);
}

nav .nav-item {
    font-family: PTSans;
    text-align: center;
    font-size: 16px;
}

nav .nav-item i {
    padding-top: 0.5rem;
}

.navbar-expand-xl .navbar-collapse {
    padding-left: 2rem;
}

.menus .nav-item {
    margin: 0px 1rem;
}

.menus .nav-item .nav-link {
    padding-left: 38px;
    position: relative;
}

nav .navbar-brand img {
    height: 55px;
    margin-top: -10px;
    transition: margin-top 0.35s;
}

nav .navbar-brand .final-position {

}

.nav-flex-icons li a {
    margin-top: -1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--principal-text);
    display: inline;
    height: 145px; /* padding-left: 38px; *//* position: relative; */
}

.navbar-dark .navbar-nav .meta {
    border: 1px solid #00e0d0;
    margin-left: 2rem;
    padding: 1rem 1.5rem 01rem 3.5rem;
}

.navbar-dark .navbar-nav .meta object {

    left: 0.8rem !important;
}

.navbar-dark .navbar-nav .dropdown-item:hover,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show {


    color: white;
    text-shadow: 1px 6px 15px #00e0cff5, 0px -7px 15px #00e0cff5, 7px 0px 15px #00e0cff5, -7px 0px 15px #00e0cff5, -7px 0px 15px #00e0cff5;
}

.navbar-dark .navbar-nav .nav-link object {
    margin: 0 auto;
    padding-top: 0rem;
    position: absolute;
    left: 0;
    margin-top: -3px;
}

.navbar-dark .navbar-nav .nav-link:hover object {
    /* margin:0 auto; */
    color: white;

    filter: brightness(3.5) drop-shadow(0px 0px 9px #00e0cff5) drop-shadow(0px 0px 19px #00e0cff5);
    margin-bottom: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link .svgs {
    margin-bottom: 4px;
    margin-top: 3px;
}

.nav-item .whitepaper {
    /* margin: 0 12px; */
    /* border: 1px solid var(--color-1); */
    /* padding: 0.51rem 0.5rem; */
    /* width: min-content; */
    /* padding-top: 0; */
}

.navbar-toggler {
    color: var(--color-1) !important;
    border-color: var(--color-1) !important;
}

nav .nav-item .nav-link span:before {
    color: var(--color-1);
}

.panel-transmedia {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    min-height: 475px;
    height: 30vw;
    border-radius: 5px;
    box-shadow: inset 2px -650px 172px -517px #0d0d1d;
}
.paginate-torneo{
    
}
.paginate-torneo{
    
width: 100%;
    
display: flex;
    
justify-content: center;
    
padding: 1rem;
 }
.paginate-torneo li{
  margin: 1rem;
  max-width: 131px;
  /* position: absolute; */
  /* right: 20px; */
  bottom: 2px;
  border: none!important;
  text-align: center;
  /* background: #00e3d1; */
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(10,10,31,0.7);
  font-family: NikkyouSans-mLKax;
  font-weight: 500;
  border: 2px solid white!important;
  border-radius: 5px;
  color: white;
  padding: 1rem;
  width: 100%;
  min-width: 4rem;
  cursor: pointer;
  font-size: 1.25rem;
  max-width: 4rem;
  }
  
.paginate-torneo .active{
  background: #00e3d1;
  color: black;
  /* cursor: pointer; */
  }
.info-comming {
    display: flex;
    filter: grayscale(1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.info-comming img {
    margin-bottom: 3rem;
}



#opciones-koins{
    position: relative;
    float: right;
    margin-left: auto;
    margin-right: 15px;

}
#opciones-koins .text {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 400;
  }
  
  #opciones-koins #menu-wrap {
    position: relative;
    height: 100%;
    width: 25px;
    top: 0;
  }
  
  #opciones-koins #menu-wrap .dots {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  
  #opciones-koins #menu-wrap .dots > div,
  #opciones-koins #menu-wrap .dots > div:after,
  #opciones-koins #menu-wrap .dots > div:before {
    height: 6px;
    width: 6px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  #opciones-koins #menu-wrap .dots > div {
    position: relative;
  }
  
  #opciones-koins #menu-wrap .dots > div:after {
    content: "";
    position: absolute;
    bottom: calc((25px / 2) - (6px / 2));
    left: 0;
  }
  
  #opciones-koins #menu-wrap .dots > div:before {
    content: "";
    position: absolute;
    top: calc((25px / 2) - (6px / 2));
    left: 0;
  }
  
  #opciones-koins #menu-wrap .opciones {
      position: absolute;
      right: 50px;
      top:0;

      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px 15px;
      -webkit-box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
      box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
  }
  
  #opciones-koins #menu-wrap .opciones ul {
    list-style: none;
  }
  
  #opciones-koins #menu-wrap .opciones ul li {
    padding: 8px 0;
    transition: 0.2s;
    border-bottom: 1px solid #ffffff40;
  }
  
  #opciones-koins #menu-wrap .opciones ul li .link {
    text-decoration: none;
    color: rgba(49, 49, 49, 0.85);
    opacity: 0;
    visibility: hidden;
    font-family: 'NikkyouSans-mLKax';
    background: #4D5C7A;
    font-size: 1.5rem;
    color: white;
  }
  
  #opciones-koins #menu-wrap .toggler {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }
  
  #opciones-koins #menu-wrap .toggler:hover + .dots > div,
  #opciones-koins #menu-wrap .toggler:hover + .dots > div:after,
  #opciones-koins #menu-wrap .toggler:hover + .dots > div:before {
    background-color: rgb(255 255 255 / 80%);
  }
  
  #opciones-koins #menu-wrap .toggler:checked + .dots > div {
    -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
    -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
    transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
  }
  
  #opciones-koins #menu-wrap .toggler:checked + .dots > div:after {
    -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
    -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
    transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
  }
  
  #opciones-koins #menu-wrap .toggler:checked + .dots > div:before {
    -webkit-transform: translateX(
        calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812))
      )
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
    -ms-transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
    transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
  }
  
  #opciones-koins #menu-wrap .toggler:checked:hover + .dots > div,
  #opciones-koins #menu-wrap .toggler:checked:hover + .dots > div:after,
  #opciones-koins #menu-wrap .toggler:checked:hover + .dots > div:before {
    background-color: rgb(255 255 255 / 80%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  #opciones-koins #menu-wrap .toggler:checked ~ .opciones {
    opacity: 1;
    visibility: visible;
    min-width: 150px;
    height: max-content;
    min-height: 100%;
    -o-transition: 0.2s;
    /* transition: 0.5s; */
    /* max-height: 100%; */
    /* font-family: 'NikkyouSans-mLKax'; */
    /* overflow-y: scroll; */
    background: #4D5C7A;
    /* font-size: 1rem; */
    /* color: white; */
    /* overflow: scroll; */
    border-right: 2px solid white;
    z-index: 99;
  }
  
  #opciones-koins #menu-wrap .toggler:checked ~ .opciones ul .link {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s ease 0.3s;
    -o-transition: 0.5s ease 0.3s;
    transition: 0.5s ease 0.3s;
    /* display: flex; */
  }
  
  #opciones-koins #menu-wrap .toggler:checked ~ .opciones ul .link:hover {
    color: #01d9dd;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    cursor: pointer;
  }
  
  #opciones-koins #menu-wrap .toggler:not(:checked) ~ .opciones {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  #opciones-koins #menu-wrap .toggler:not(:checked) ~ .opciones ul .link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  .cartel-container{
    
  }
  .cartel-container .cartel-list{
    
display: flex;
    
padding: 1.5rem 0;
  }
  .cartel-container .cartel-points{
    
background: #354B6C;
    
padding: 0.751rem;
    
font-size: 1.5rem;
    
margin-right: 1rem;
    
min-width: 11rem;
    
border-radius: 5px;
  }
  .cartel-container .cartel-points .title-cartel{
    
font-size: 1.2rem;
    
color: #ffffff85;
    
margin-bottom: 0.45rem;
  }
  .cartel-container .cartel-points .value-cartel{
    
  }
  .track-info{position: absolute;bottom: 14px;/* margin-top: 20px; */min-height: 5rem;max-width: 50%;}
  
  .track-info .track-type{

font-family: 'NikkyouSans-mLKax';

font-size: 1.55rem;

margin-bottom: 0.25rem;

line-height: 1.15;
}
  .track-info ul{

text-decoration: none;

list-style: none;

}
  .track-info ul li{

line-height: 1.5rem;

font-size: 1.25rem;
}
.koin-select-torneo{
    
display: flex;
    
color: white;
    
justify-content: space-between;
    
margin-bottom: 10px;
    
background: #354B6C;
    
border-radius: 20px;
    
padding: 4px;
}
.koin-select-torneo .select-img{
    
max-width: 55px;
    
display: flex;
    
flex-direction: column;
    
justify-content: center;
}
  
.koin-select-torneo .select-img img{
    
border-radius: 50%;
}
.koin-select-torneo .koin-torneo-info{flex-direction: column;display: flex;width: 100%;padding: 10px;justify-content: center;}
.koin-select-torneo .koin-torneo-info .nombre-koin{
    
text-align: left;
    
font-size: 1.5rem;
}
.koin-select-torneo .koin-torneo-info .atributes{margin-top: 9px;}
.koin-select-torneo .koin-torneo-info .atributes ul{
    
display: flex;
    
flex-direction: row;
}
.koin-select-torneo .koin-torneo-info .atributes ul li{
    
background: #1ca399;
    
margin-right: 5px;
    
padding: 3px 6px;
    
border-radius: 10px;
}
.koin-select-torneo .koin-torneo-botones{
    
display: flex;
    
flex-direction: column;
    
justify-content: center;
}
.koin-select-torneo .koin-torneo-botones button{
    
padding: 5px 10px;
    
width: auto;
    
height: auto;
    
background: transparent;
    
border-color: var(--color-1);
    
font-size: 1.25rem;
}
  @media (max-width: 600px) {
    #opciones-koins {
      position: absolute;
      top: 50px;
      width: calc(100% - 40px);
      margin: 0;
    }
  }

@media (min-width: 1366px) {
    .swiper-team .team-member {
        max-width: 300px;
        padding: 25px;
        width: 100%;
    }

    .menu-flag {
        min-width: 2rem;
    }

}

@media (max-width: 1200px) {
    .panel-transmedia {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        min-height: 378px;
        height: 20vw;
        border-radius: 5px;
    }

    .menus {
        padding-top: 1rem;
    }

    .navbar-expand-xl .navbar-collapse {
        padding-left: unset;
    }

    .navbar-collapse {
        padding-bottom: 2rem;
    }

    .bg-navkoin {
        /* padding-bottom:2rem; */
        min-height: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        height: auto !important;
        padding: 1rem 0;
    }

    .navbar-dark .navbar-nav .meta {
        border: 1px solid #00e0d0;
        margin-left: unset;
        padding: 0.5rem 1.5rem;
    }

    .navbar-dark .navbar-nav .meta object {

        margin-left: unset;
        padding: unset;
    }

    .menus .nav-link {
        display: grid !important;
    }

    .navbar-dark .navbar-nav .nav-link object {

        position: relative;
    }

    .nav-flex-icons li {
        padding-botton: 1rem;
    }

    nav .nav-item {
        text-align: center;
        display: flex;
        align-content: center;
        text-align: center;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    nav .dropdown {
        display: block;
        background: 0 0;
    }

    .nav-flex-icons {
        margin-top: 1rem;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .nav-flex-icons li {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }

}


@media (max-width: 769px) {

    .panel-transmedia {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        min-height: unset;
        margin-bottom: 1rem;
        height: 67vw;
        border-radius: 5px;
        /* padding: 0; */
    }
  .torneos .panel-transmedia {
   
        height: 100vw;
  
    }
    .panel-transmedia h2 {
        font-size: 1.25rem;  margin-left:-10px;
        width: 80%;
    }
   .panel-transmedia button {
        font-size: 3vw;
           padding:1vw;
       margin-left:-10px
    }

    nav .navbar-brand img {
        height: 40px;
    }

    .swiper-team .team-member {
        max-width: 40vw;
        padding: 25px;
        width: 100%;
    }

    .roadmap article {
        min-height: 24rem;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .main-content .container-countdown {
        flex-direction: row;
        align-items: center;
        align-content: center;
        flex-flow: wrap;
        justify-content: center;
    }

    .main-content .countdown-block {

        margin-right: unset;
        display: flex;
        justify-content: center;
        margin: 2rem; /* flex-flow: wrap; */
    }

}
.boton-ingresar-torneo{
    /* position: absolute; */
    align-items: t;
    text-align: CENTER;
    min-height: 2rem;
    bottom: 0;
    top: 0;
    width: 100%;
    position: relative;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
}
.boton-ingresar-torneo>button{
  max-width: 131px;
  /* position: absolute; */
  /* right: 20px; */
  bottom: 2px;
  border: none!important;
  text-align: center;
  background: #00e3d1;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(10,10,31,0.7);
  font-family: NikkyouSans-mLKax;
  font-weight: 500;
  border: 2px solid white!important;
  border-radius: 5px;
  color: white;
  width: 100%;
  
}
.boton-ingresar-torneo>a{
  max-width: 131px;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  text-decoration: none;
  line-height: 1.75;
  text-transform: uppercase;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background: transparent;
  letter-spacing: 0.1rem;
  /* margin: 0 auto; */
  height: auto;
  /* margin-right: 15px; */
  /* position: absolute; */
  /* right: 20px; */
  bottom: 2px;
  border: none!important;
  text-align: center;
  /* background: #00e3d1; */
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(10,10,31,0.7);
  font-family: NikkyouSans-mLKax;
  font-weight: 500;
  border: 2px solid white!important;
  border-radius: 5px;
  color: white;
  width: 100%;
  font-size: 2rem;
  padding: 0.6rem;
}
.boton-ingresar-torneo>.text-fin{
  max-width: 100%;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: none!important;
  background: #00e3d1;
}
@media (max-width: 577px) {

    .logo-hero {
        width: 51vw;
    }

    .main-content .container-countdown {
        flex-direction: row;
        align-items: center;
        align-content: center;
        flex-flow: wrap;
        justify-content: center;
    }

    .main-content .countdown-block {

        margin-right: unset;
        display: flex;
        justify-content: center;
        margin: 4vw; /* flex-flow: wrap; */
    }

    .main-content .main-title {

        font-size: 1.5rem;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .main-content .time-element {
        background-color: rgb(10 10 31);
        border-radius: 8px;
        box-shadow: 0px 8px 0px 0px #101010ad;
        color: #ffffff;
        font-size: 5.5em;
        height: 120px;
        line-height: 122px;
        margin-bottom: 27px;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 150px;
    }

    .main-content .time-element {
        background-color: rgb(10 10 31);
        border-radius: 8px;
        box-shadow: 0px 8px 0px 0px #101010ad;
        color: #ffffff;
        font-size: 5.5em;
        height: 120px;
        line-height: 122px;
        margin-bottom: 27px;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 150px;
    }

    .main-content {

        justify-content: flex-start;
    }
}

.btn-primary {
    color: #fff;
    border: 3px solid #00e6e9;
    margin: 0 5px;
    border-radius: 7px;
    font-family: 'NIKKYOUSANS-MLKAX';
    background: unset;
    font-size: 1.5rem;
    min-width: 4rem;
}

.btn-primary:hover {
    background: #fff;
    color: rgb(10 10 31);
    border: 3px solid #00e6e9;
}

.btn-primary:focus {
    color: #00e0d0;
}
.its-on{
    color: green;
    font-size: 2rem;
}
.its-off{
    color: red;
    font-size: 2rem;
}
.priceData{
    
position: absolute;
    
right: 0;
    
bottom: 6%;
    
text-align: right;
}
.priceData h3{
    
font-size: 1.25rem;
    
display: grid;
}
.priceData h4{
    
    font-size: 1.25rem;
        
    display: grid;
    }
    .priceData h5{
    
        font-size: 1.25rem;
            
        display: block;
        }
.btn-view-more-div{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.btn-view-more-div:hover{

    width: 100%;
    background: #0c0b1cc7;
    cursor: pointer;
  transition:0.25s;
}
.btn-view-more{
  display: flex;

justify-content: center;

font-family: 'NikkyouSans-mLKax';

font-size: 2rem;

  opacity:0;
}
.btn-view-more-div:hover>.btn-view-more{
opacity:1;

/* background: red; */

border: 2px solid white;

width: 15rem;

margin: 0 auto;

padding: 1rem 1rem;
}
@media (max-width: 900px) {
  .boton-ingresar-torneo {
      /* position: absolute; */
      align-items: t;
      text-align: center;
      min-height: auto!important;
      bottom: 0;
      top: 0;
      width: 100%;
  }
   .boton-ingresar-torneo>button {
     /* margin-top: 36px!important; */
     bottom: 0!important;
     right: auto;
     left: auto;
     margin: 0 auto!Important;
     text-align: center;
   }
  .track-info{
    position: relative;
    margin-top: 20px;
    max-width: 100%;
    padding-bottom: 13px;
  }
}
