:root {
  --header-height: 3.9rem;
  --mobile-bar-height: 3.75rem;
  --transition: 0.15s ease-in-out;
  --transition-slow: 0.7s cubic-bezier(.42, 0, .03, 1);
  --primary-color: #8b00c9;
  --secondary-color: #e5a516;
  --item-background-color: #320548;
  --title-color: #ffffff;
  --text-color: #fff;
  --sub-text-color: #76657E;
  --placeholder-color: #4D565E;
  --background-color: #130227;
  --standard-color: #130227;
  --shadow-color: #111415;
  --page-shadow: #111415;
  --autofill-color: #f5f6f7;
  --yellow-color: #FFBF39;
  --green-color: #26AB4B;
  --white-01: rgba(255, 255, 255, 0.1);
  --btn-active-color: #2D3035;
  --radius: 0.3125rem;
  --radius-2: 0.625rem;
  --gap: 10px;
  --gap-big: 10px;
  --p-container: 1.25rem;
}
.ganamos-footer-center-logo {
  max-height: 100px !important;
}
.dropdown-toggle::after {
  display: none
}
#profileEdit {
  background-color: #1010105e;
  padding: 50px;
  border-radius: 20px;
  margin-top: 35px;
  padding: 30px;
  border-radius: 20px;
  max-width: 480px;
  margin: auto;
}
.floatChat {
  line-height: 30px;
	width: 30px;
	height: 30px;
	background: linear-gradient(113.27deg, #CDDC39 15.04%, #4CAF50 84.96%);
	color: #000;
	border-radius: 50px !important;
	text-align: center;
	font-size: 19px;
	box-shadow: none;
	z-index: 100;
  margin-right: 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
@media only screen and (max-width: 768px) {

  .kb-modal-sesion-left img {
    width: 100%;
    position: absolute;
    left: -30px;
    z-index: 100000;
    width: 250px;
    top: -15px;
  }
  .ganamos-modal-sesion-dialog {
    transform: scale(1.0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .kb-modal-sesion-left img {
    width: 100%;
    position: absolute;
    left: -40px;
    z-index: 100000;
    width: 250px;
    top: -15px;
  }
  .ganamos-modal-sesion-dialog {
    transform: scale(1.0);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  .kb-modal-sesion-left img {
    width: 100%;
    position: absolute;
    left: -40px;
    z-index: 100000;
    width: 60%;
    top: -15px;
  }
  .ganamos-modal-sesion-dialog {
    transform: scale(1.3);
  }
}
@media only screen and (min-width: 1360px) {

  .kb-modal-sesion-left img {
    width: 100%;
    position: absolute;
    left: -40px;
    z-index: 100000;
    width: 60%;
    top: -15px;
  }
}
@media only screen and (min-width: 1440px) {

  .kb-modal-sesion-left img {
    width: 100%;
    position: absolute;
    left: -40px;
    z-index: 100000;
    width: 55%;
    top: -23px;
  }
  .ganamos-modal-sesion-dialog {
    transform: scale(1.3);
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--text-color);
  scroll-behavior: smooth;
  font-family: "Roboto", Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  html,
  body {
    font-size: min(16px, max(9px, 0.8vw));
  }
}

.ganamos-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: var(--transition-slow);
}
@media only screen and (min-width: 1024px) {
  .ganamos-top {
    bottom: 20px;
  }
}
.ganamos-top.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.ganamos-top svg {
  width: 16px;
  fill: var(--primary-color);
  transform: rotate(-90deg);
}
.ganamos-layout {
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.ganamos-layout.open .ganamos-sidebar {
  transform: translateX(100%);
}
.ganamos-layout.open .ganamos-sidebar .ganamos-sidebar-head-logo {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .ganamos-layout.open .ganamos-sidebar-head {
    justify-content: flex-start;
  }
  .ganamos-layout.open .ganamos-sidebar .btn {
    background-color: var(--background-color);
  }
  .ganamos-layout.open .ganamos-sidebar .btn-text {
    margin-left: 0;
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.ganamos-sidebar {
  background-color: var(--standard-color);
  transition: var(--transition);
  overflow: hidden;
  max-height: 100dvh;
  z-index: 1500;
  position: fixed;
  right: 100%;
  bottom: var(--header-height);
  width: 100%;
  top: 50px;
}
@media only screen and (min-width: 1024px) {
  .ganamos-sidebar {
    display: none;
    box-shadow: 0 0 15px var(--shadow-color);
    grid-row: 1/span 2;
    position: static;
    top: auto;
    transform: none;
  }
}
.ganamos-sidebar .btn {
  background-color: var(--background-color);
  border: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 40px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 12px;
}
.ganamos-sidebar span {
  font-size: 10px;
}
.title-sidebar-h6 {
  color: #8465bb;
}
.ganamos-sidebar .btn:hover {
  background-color: var(--placeholder-color);
  color: var(--title-color);
}
.ganamos-sidebar .btn:hover svg {
  fill: var(--title-color);
}
.ganamos-sidebar .btn:focus {
  outline: none;
  box-shadow: none;
}
.ganamos-sidebar .btn svg {
  fill: var(--text-color);
  width: 1.4em;
  height: 1.4em;
  min-width: 1.4em;
  min-height: 1.4em;
  max-width: 1.4em;
  max-height: 1.4em;
  transition: var(--transition);
}
.ganamos-sidebar .btn-text {
  position: absolute;
  top: 50%;
  left: 43px;
  transform: translate(10px, -50%);
  transition: var(--transition);
  line-height: 100%;
  margin-top: -0.1rem;
}

#error-bg {
  background-color: #100026;
  padding: 50px 0 50px 0;
}
#error-card {
  background-color: #2b0046;
  color: #ccc;
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 1024px) {
  .ganamos-sidebar .btn-text {
    opacity: 0;
  }
}
.ganamos-sidebar-head {
  display: none;
  align-items: center;
  height: var(--header-height);
  padding: 10px;
  box-shadow: 0 0 15px color-mix(in srgb, var(--shadow-color) 70%, transparent 100%);
}
@media only screen and (min-width: 1024px) {
  .ganamos-sidebar-head {
    display: flex;
    gap: 10px;
  }
}
.ganamos-sidebar-head-logo {
  height: 50px;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
}
.ganamos-sidebar-head-logo img {
  height: 100%;
  max-width: 100%;
}
.ganamos-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px 40px 10px;
  height: calc(100dvh - var(--header-height) * 4);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ganamos-sidebar-menu::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ganamos-sidebar-menu {
    height: calc(100dvh - var(--header-height));
    padding: 10px;
  }
}

.game-menu {
  background: no-repeat top left/cover url(../img/icons/sideMenuCrashBGMobile.html),rgba(0,0,0,0);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .3125rem;
  padding: 0 0 .625rem
}

.game-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .3125rem .625rem
}

.game-menu__title {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 900;
  line-height: 1rem;
  text-align: left;
  text-shadow: 0 0 .725rem rgba(235,114,255,.75);
  text-transform: uppercase;
  color: #fff
}

.game-menu__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.game-menu__arrow>svg {
  width: 1.875rem;
  height: 1.875rem
}

.game-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem .625rem .1875rem;
  gap: .625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.game-menu__item {
  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;
  position: relative;
  width: 100%;
  padding: 4.0625rem 0 .9375rem;
  border-radius: .3125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.27%, #320548), color-stop(96.54%, #1f073a));
  background: -o-linear-gradient(top, #320548 52.27%, #1f073a 96.54%);
  background: linear-gradient(180deg, #320548 52.27%, #1f073a 96.54%)
}

.game-menu__item:nth-child(1) {
  background: no-repeat top left/cover url('../img/icons/jetxBGMobile.png'),-webkit-gradient(linear, left top, left bottom, color-stop(52.27%, #320548), color-stop(96.54%, #1f073a));
  background: no-repeat top left/cover url('../img/icons/jetxBGMobile.png'),-o-linear-gradient(top, #320548 52.27%, #1f073a 96.54%);
  background: no-repeat top left/cover url('../img/icons/jetxBGMobile.png'),linear-gradient(180deg, #320548 52.27%, #1f073a 96.54%);
  background-size: 100%
}

.game-menu__item:nth-child(2) {
  background: no-repeat top left/cover url('../img/icons/aviatorBGMobile.png'),-webkit-gradient(linear, left top, left bottom, color-stop(52.27%, #320548), color-stop(96.54%, #1f073a));
  background: no-repeat top left/cover url('../img/icons/aviatorBGMobile.png'),-o-linear-gradient(top, #320548 52.27%, #1f073a 96.54%);
  background: no-repeat top left/cover url('../img/icons/aviatorBGMobile.png'),linear-gradient(180deg, #320548 52.27%, #1f073a 96.54%);
  background-size: 100%
}

.game-menu__item:nth-child(3) {
  background: no-repeat top left/cover url('../img/icons/spacemanBGMobile.html'),-webkit-gradient(linear, left top, left bottom, color-stop(52.27%, #320548), color-stop(96.54%, #1f073a));
  background: no-repeat top left/cover url('../img/icons/spacemanBGMobile.html'),-o-linear-gradient(top, #320548 52.27%, #1f073a 96.54%);
  background: no-repeat top left/cover url('../img/icons/spacemanBGMobile.html'),linear-gradient(180deg, #320548 52.27%, #1f073a 96.54%);
  background-size: 100%
}

.game-menu__item:nth-child(4) {
  background: no-repeat top left/cover url('../img/icons/rocketmanBGMobile.html'),-webkit-gradient(linear, left top, left bottom, color-stop(52.27%, #320548), color-stop(96.54%, #1f073a));
  background: no-repeat top left/cover url('../img/icons/rocketmanBGMobile.html'),-o-linear-gradient(top, #320548 52.27%, #1f073a 96.54%);
  background: no-repeat top left/cover url('../img/icons/rocketmanBGMobile.html'),linear-gradient(180deg, #320548 52.27%, #1f073a 96.54%);
  background-size: 100%
}

.game-menu__item-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.375rem;
  position: absolute;
  top: -8px
}

.game-menu__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.game-menu__item-title {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .87875rem;
  color: #fff
}

.side-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .625rem;
  width: 100%;
  height: 100%;
  padding: 1.25rem .625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #130227;
  overflow-y: auto
}

.side-menu-mobile__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .3125rem
}

.side-menu-mobile__licence-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .625rem
}

.side-menu-mobile__licence {
  width: 2.125rem;
  padding-left: .9375rem;
  height: 2.125rem
}

.side-menu-mobile__auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #363636;
  padding: 0 .625rem .625rem;
  margin-bottom: .9375rem
}

.side-menu-mobile__button {
  width: 9.625rem;
  height: 2.125rem
}

.side-menu-mobile__button-text {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: .875rem;
  color: #000
}

.side-menu-mobile__menu {
  margin-bottom: .938rem
}

.side-menu-mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .625rem 1.25rem
}

.side-menu-mobile__title {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #9583a0
}

.side-menu-mobile__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2.75rem;
  width: 100%
}

.side-menu-mobile__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 1.25rem
}

.side-menu-mobile__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.side-menu-mobile__partner:nth-child(odd) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.side-menu-mobile__partner-img {
  width: 1.875rem;
  height: 1.875rem
}

.side-menu-mobile__partner-img svg {
  width: 100%;
  height: 100%
}

.side-menu-mobile__partner-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.side-menu-mobile__partner-icon>svg {
  width: 6.0625rem;
  height: 2.125rem
}

.side-menu-mobile__description {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.17rem;
  padding: 1.25rem .9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.17rem;
  color: #fff
}

.side-menu-mobile__link {
  color: var(--DarkUI-Text-Text-Accent-2, #FFBC0F)
}

.side-menu-mobile__bold {
  font-weight: 700
}

.side-menu-mobile__support {
  height: 44px
}

.side-menu-mobile__support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem;
  width: 100%
}

.side-menu-mobile__support-title {
  font-family: "Roboto",Arial,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.025625rem;
  color: #fff
}

.side-menu-mobile__support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.side-menu-mobile__support-icon>svg {
  width: 1.5rem;
  height: 1.5rem
}
.ganamos-sidebar-menu .btn {
  background-color: var(--standard-color);
}

.ganamos-sidebar-menu  a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem;
  width: 100%;
  height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 31.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#320548), to(#1f073a));
  background: -o-linear-gradient(left, #320548 0%, #1f073a 100%);
  background: linear-gradient(90deg, #320548 0%, #1f073a 100%);
}

.ganamos-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  height: var(--header-height);
  z-index: 50;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header {
    box-shadow: 0 0 15px color-mix(in srgb, var(--shadow-color) 70%, transparent 100%);
    justify-content: space-between;
    padding: 0 var(--p-container);
    position: static;
    overflow: visible;
    
  }
  .ganamos-header::after {
    content: "";
    top: -12rem;
    left: -4.5rem;
  }

  .ganamos-header::before {
    content: "";
    top: -12rem;
    right: -4.5rem;
  }
  .ganamos-header::before, .ganamos-header::after {
    content: "";
    position: absolute;
    width: 14.188rem;
    height: 14.188rem;
    border-radius: 50%;
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    background-color: #540c78;
}
}
.ganamos-header .btn {
  justify-content: center;
}
.ganamos-header .btn img {
  filter: grayscale(1);
}
.ganamos-header .btn.hover img, .ganamos-header .btn:hover img {
  filter: grayscale(0);
}
.ganamos-header-main {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 70vw;
}
.ganamos-header-burger {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 100;
}
.ganamos-header-burger button {
  background: none;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-burger button {
    display: none;
  }
}
.ganamos-header-burger button svg {
  width: 1.875rem;
  height: 1.875rem;
}
.ganamos-header-burger a {
  width: 8.063rem;
  margin-left: 1rem;
}
.ganamos-header-burger a img {
  width: 100%;
  height: auto;
}
.ganamos-header-left {
  display: none;
  align-items: center;
  padding-left: 2.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.ganamos-header-left::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 8px;    /* Tamaño del scroll en horizontal */
  display: block;  /* Ocultar scroll */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.ganamos-header-left::-webkit-scrollbar-thumb {
  background: #320052;
  border-radius: 0;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.ganamos-header-left::-webkit-scrollbar-thumb:hover {
  background: #320052;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
.ganamos-header-left::-webkit-scrollbar-thumb:active {
  background-color: #320052;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
.ganamos-header-left::-webkit-scrollbar-track {
  background: #151515;
  border-radius: 4px;
}
/* Cambiamos el fondo cuando esté en active o hover */
.ganamos-header-left::-webkit-scrollbar-track:hover,
.ganamos-header-left::-webkit-scrollbar-track:active {
background: #151515;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-left {
    display: flex;
    height: 100%;
  }
}
.active-menu-item {
  background:radial-gradient(#582f69, #3c1053)!important;
  border: 1px solid #582f69;
}
.ganamos-header-left .btn {
  /* background:radial-gradient(#582f69, #3c1053); */
  background:transparent;
  border: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 5vh;
  min-width: -moz-max-content;
  min-width: max-content;
  /* border: 1px solid #582f69; */
}
.ganamos-header-left .btn:hover {
  background: radial-gradient(#9c5cb7, #3c1053);
  color: var(--title-color);
}
.ganamos-header-left .btn:hover svg {
  fill: var(--title-color);
}
.ganamos-header-left .btn:focus {
  outline: none;
  box-shadow: none;
}
.ganamos-header-left .btn svg {
  fill: var(--text-color);
  width: 1.4em;
  height: 1.4em;
  min-width: 1.4em;
  min-height: 1.4em;
  max-width: 1.4em;
  max-height: 1.4em;
  transition: var(--transition);
}
.ganamos-header-left .btn-text {
  position: absolute;
  top: 50%;
  left: 43px;
  transform: translate(10px, -50%);
  transition: var(--transition);
  line-height: 100%;
  margin-top: -0.1rem;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-left .btn-text {
    opacity: 0;
  }
}
.ganamos-header-left.show {
  transform: translateY(0);
}
.ganamos-header-left a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
  text-decoration: none;
  height: 70%;
  padding: 0 1.55rem;
  margin-right: 10px;
  border-radius: 17px;
}
.ganamos-header-left a.active {
  background: #320548;
  border-bottom: 0.125rem solid #ffbc0f;
}
.ganamos-header-right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px color-mix(in srgb, var(--shadow-color) 70%, transparent 100%);
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-right {
    box-shadow: none;
    width: auto;
    height: auto;
  }
}
.ganamos-header-right .btn-link {
  color: var(--text-color);
  text-decoration: none;
}
.ganamos-header-right .dropdown {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-right .dropdown {
    display: flex;
  }
}
.ganamos-header-right .dropdown button {
  background: var(--item-background-color);
  border: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #320548 0%, #1f073a 100%);
  padding: 0 .625rem 0 .938rem;
  border-radius: 6.25rem;
}
.header-desktop__set-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.set-language-desktop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
background: -o-linear-gradient(170.75deg, rgba(196, 87, 218, 0) 28.59%, #c457da 102.15%), -o-linear-gradient(168.35deg, #885fff 4%, rgba(129, 92, 234, 0) 52.67%);
background: linear-gradient(279.25deg, rgba(196, 87, 218, 0) 28.59%, #c457da 102.15%), linear-gradient(281.65deg, #885fff 4%, rgba(129, 92, 234, 0) 52.67%);
border-radius: 6.25rem;
padding: 1px;
z-index: 5;
}
.set-language-desktop__current {
height: 2.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#320548), to(#1f073a));
background: -o-linear-gradient(top, #320548 0%, #1f073a 100%);
background: linear-gradient(180deg, #320548 0%, #1f073a 100%);
padding: 0 .625rem 0 .938rem;
border-radius: 6.25rem;
}
.set-language-desktop__img-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 1.375rem;
height: 1.375rem;
margin-right: .625rem;
}
.set-language-desktop__arrow {
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;
width: 1.125rem;
height: 1.125rem;
}
.ganamos-header-right .dropdown button:hover {
  color: var(--title-color);
}
.ganamos-header-right .dropdown button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--title-color);
}
.ganamos-header-right .dropdown-menu {
  background-color: var(--standard-color);
}
.ganamos-header-right .dropdown-item {
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .375rem 1.313rem .375rem .625rem;
  cursor: pointer;
  
}
.ganamos-header-right .dropdown-menu {
  min-width: 9rem;
  border-radius: 1rem;
}
.ganamos-header-right .dropdown-item:hover {
  background: linear-gradient(271deg, #8e10c7, #5a2075);
}
.ganamos-header-right .dropdown-item.active, .ganamos-header-right .dropdown-item:active {
  background-color: var(--green-color);
  color: var(--standard-color);
}
.ganamos-header-right-separator {
  height: 1.5rem;
  width: 1px;
  background-color: var(--primary-color);
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-right-separator {
    display: flex;
  }
}
.ganamos-header-right-input {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--item-background-color);
  border-radius: var(--radius);
  border: 1px solid var(--primary-color);
  width: 8.125rem;
  height: 2.5rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ganamos-header-right-input {
    display: flex;
  }
}
.ganamos-header-right-input input {
  width: 100%;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  background: none;
  border: none;
  color: var(--title-color);
  padding: 5px 10px;
}
.ganamos-header-right-input input:focus {
  outline: none;
}
.ganamos-header-right-input button {
  background-color: var(--standard-color);
  border: none;
  color: var(--title-color);
  padding: 5px 10px;
  border-radius: var(--radius);
}
.ganamos-header-right-input button:hover {
  background-color: var(--primary-color);
  color: var(--standard-color);
}
.ganamos-header-right-login {
  background: linear-gradient(113.27deg, #5428b4 15.04%, #b339e2 84.96%);
  color: var(--title-color);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6.25rem;
  border: none;
  width: 6rem;
  height: 2.5rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.ganamos-content {
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  gap: var(--gap-big);
  padding: calc(var(--header-height) + 10px) 0 calc(var(--header-height) + 50px) 0;
  min-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  .ganamos-content {
    height: calc(100dvh - var(--header-height));
    padding: 0 0 0 0;
    overflow: auto;
  }
}
button a {
  color: #fff;
}
.ganamos-view {
  display: flex;
  flex-direction: column;
  gap: var(--gap-big);
  padding-top: var(--p-container);
}
.ganamos-mobile-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #320548 0%, #1f073a 100%);
  height: var(--mobile-bar-height);
  z-index: 200;
}
@media only screen and (min-width: 1024px) {
  .ganamos-mobile-bar {
    display: none;
  }
}
.ganamos-mobile-bar button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  gap: 3px;
  background: none;
  border: none;
  height: 100%;
  color: var(--text-color);
  fill: var(--text-color);
  position: relative;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 0.625rem;
  overflow: visible;
}
.ganamos-mobile-bar button svg {
  height: 1.2rem;
  width: 1.2rem;
}
.ganamos-mobile-bar button.active .img-active {
  opacity: 1;
}
.ganamos-mobile-bar button .img-active {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.ganamos-mobile-bar button.special .dog {
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-53%, 48px);
}
@media only screen and (max-width: 1024px) {
  .ganamos-mobile-bar button.special .dog {
    transform: scale(0.5) !important;
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: -20px !important;
    left: auto !important;
  }
}
.ganamos-modal-sesion {
  display: flex;
  flex-direction: column;
  border: none;
  overflow: hidden;
  background-color: var(--background-color);
  box-shadow: 0 0 2rem #b339e2;
  border-radius: var(--radius-2);
}
.ganamos-modal-sesion .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: var(--text-color);
  text-shadow: none;
  width: 29px;
  transition: 0.4s;
}
.ganamos-modal-sesion .close:hover {
  color: var(--title-color);
  transform: scale(1.1) rotate(-90deg);
}
.ganamos-modal-sesion-dialog {
  top: 15vh;
  border-radius: var(--radius-2);
}
.reg-submit {
  background: linear-gradient(45deg, #4a00a8, #8500c7);
  border: none;
  border-radius: 20px;
}
.recuperar {
  display: none!important
}
@media only screen and (max-width: 575px) {
  .ganamos-modal-sesion-dialog {
    max-width: 100vw;
    height: 100dvh;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ganamos-modal-sesion-dialog {
    border-radius: var(--radius);
    width: 27vw;
    max-width: 30%;
  }
}
.ganamos-modal-sesion-right {
  padding: 30px;
  border-radius: var(--radius-2);
}
.ganamos-modal-sesion-right-header {
  color: var(--title-color);
  font-weight: 600;
}
.ganamos-modal-sesion-right input,
.ganamos-modal-sesion-right select {
  background-color: var(--standard-color);
  border: none;
  color: var(--title-color);
}
.ganamos-modal-sesion-right input:focus,
.ganamos-modal-sesion-right select:focus {
  outline: 1px solid var(--primary-color);
  box-shadow: none;
  background-color: var(--standard-color);
  color: var(--title-color);
}
.ganamos-modal-sesion-right-checks {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.8rem;
}
.ganamos-modal-sesion-right-checks a {
  color: var(--title-color);
  cursor: pointer;
  font-weight: 600;
}
.ganamos-modal-sesion-right-checks a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.ganamos-modal-sesion-right-checks input:focus {
  outline: none;
  box-shadow: none;
}
.ganamos-modal-sesion-right-checks input[type=checganamosox] {
  accent-color: #4CAF50;
}
.ganamos-modal-sesion-right-checks input[type=checganamosox]:before {
  content: "";
  display: inline-block;
  background-color: #ccc;
  border: 2px solid #000;
}
.ganamos-modal-sesion-right-forgot {
  display: flex;
  justify-content: flex-end;
}
.ganamos-modal-sesion-right-forgot a {
  color: var(--title-color);
  cursor: pointer;
}
.ganamos-modal-sesion-right-forgot a:hover {
  text-decoration: underline;
}
.ganamos-modal-sesion-right-submit {
  display: flex;
  flex-direction: column;
}
.ganamos-modal-sesion-right-submit button {
  background-color: var(--primary-color);
  border: none;
  color: var(--title-color);
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  transition: 0.4s;
  border-radius: var(--radius-2);
}
.ganamos-modal-sesion-right-submit button:hover {
  background-color: var(--secondary-color);
}
.ganamos-modal-sesion-right-footer {
  display: flex;
  gap: 10px;
}
.ganamos-modal-sesion-right-footer a {
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 700;
}
.ganamos-modal-sesion-right-footer a:hover {
  text-decoration: underline;
}
.ganamos-footer {
  display: none;
  justify-content: space-between;
  gap: 32px;
  background-color: var(--item-background-color);
  padding: 1.875rem 6.25rem;
}
@media only screen and (min-width: 1024px) {
  .ganamos-footer {
    display: flex;
  }
}
.ganamos-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  min-width: auto;
  width: auto;
}
.ganamos-footer-links-container {
  display: flex;
  flex-direction: column;
  min-width: auto;
  width: auto;
}
.ganamos-footer-links-item {
  text-decoration: none;
  min-width: auto;
  width: auto;
}
.ganamos-footer-links-description {
  min-width: auto;
  max-width: auto;
  width: auto;
  color: var(--sub-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  text-transform: uppercase;
}
.ganamos-footer-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.ganamos-footer-center-desc {
  width: 34.063rem;
  color: var(--sub-text-color);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Roboto;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.ganamos-footer-center-desc a {
  text-decoration: none;
  color: var(--secondary-color);
}
.ganamos-footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.ganamos-footer-right-licence {
  width: 32px;
}
.ganamos-footer-right-licence img {
  width: 100%;
}
.ganamos-footer-right-icon {
  height: 2.125rem;
}/*# sourceMappingURL=template.css.map */

.kb-modal-sesion {
  display: flex;
  flex-direction: column;
  border: none;
  background-color: #0d0024;
}
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
}
.kb-modal-sesion {
  box-shadow: 2px 2px 24px 5px #7a21e8;
}
@media only screen and (min-width: 1024px) {
  .kb-modal-sesion {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .kb-modal-sesion-left img {
    display: none;
  }
}
.kb-modal-sesion .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: var(--text-color);
  text-shadow: none;
  width: 29px;
  transition: 0.4s;
}
.kb-modal-sesion .close:hover {
  color: var(--title-color);
  transform: scale(1.1) rotate(-90deg);
}
.kb-modal-sesion-dialog {
  max-width: 100vw;
  background-color: #0d0024;
}
@media only screen and (max-width: 575px) {
  .kb-modal-sesion-dialog {
    width: 100%;
    height: 100dvh;
    margin: 0;
  }
}

.kb-modal-sesion .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: var(--text-color);
  text-shadow: none;
  width: 29px;
  transition: 0.4s;
}
.kb-modal-sesion .close:hover {
  color: var(--title-color);
  transform: scale(1.1) rotate(-90deg);
}

@media only screen and (max-width: 575px) {
  .kb-modal-sesion-dialog {
    width: 100%;
    height: 100dvh;
    margin: 0;
  }
}
@media only screen and (min-width: 576px) {
  .kb-modal-sesion-dialog {
    border-radius: var(--radius);
    width: 40%;
  }
  .d-md-block {
    overflow:visible;
  }
}

.kb-modal-sesion-right {
  padding: 30px;
}
.kb-modal-sesion-right-header {
  color: var(--title-color);
  font-weight: 600;
}
.kb-modal-sesion-right input, .kb-modal-sesion-right select {
  background: linear-gradient(179deg, #34015e, #1a0039);
  border: none;
  color: var(--title-color);
  border-radius: 20px;
  border-radius: 20px;
  font-size: 0.8rem;
}
.kb-modal-sesion-right input:focus, .kb-modal-sesion-right select:focus {
  outline: 1px solid var(--primary-color);
  box-shadow: none;
  background-color: var(--standard-color);
  color: var(--title-color);
}
.kb-modal-sesion-right-checks {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.8rem;
}
.kb-modal-sesion-right-checks a {
  color: var(--title-color);
  cursor: pointer;
  font-weight: 600;
}
.kb-modal-sesion-right-checks a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.kb-modal-sesion-right-checks input:focus {
  outline: none;
  box-shadow: none;
}
.kb-modal-sesion-right-checks input[type=checkbox] {
  accent-color: #4CAF50;
}
.kb-modal-sesion-right-checks input[type=checkbox]:before {
  content: "";
  display: inline-block;
  background-color: #ccc;
  border: 2px solid #000;
}
.kb-modal-sesion-right-forgot {
  display: flex;
  justify-content: flex-end;
}
.kb-modal-sesion-right-forgot a {
  color: var(--title-color);
  cursor: pointer;
}
.kb-modal-sesion-right-forgot a:hover {
  text-decoration: underline;
}
.kb-modal-sesion-right-submit {
  display: flex;
  flex-direction: column;
}
.kb-modal-sesion-right-footer {
  display: flex;
  gap: 10px;
  font-size: 11px;
}
.kb-modal-sesion-right-footer a {
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 700;
}
.kb-modal-sesion-right-footer a:hover {
  text-decoration: underline;
}
.kb-footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  background-color: var(--standard-color);
  padding: 40px 10px;
}
@media only screen and (min-width: 992px) {
  .kb-footer {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(6, 1fr);
    padding: 40px 50px;
  }
}
.kb-footer-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .kb-footer-group {
    text-align: left;
  }
}
.kb-footer-group-title {
  font-size: 1rem;
  color: var(--title-color);
}
.kb-footer-group-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 16px;
}
@media only screen and (min-width: 992px) {
  .kb-footer-group-items {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media only screen and (min-width: 992px) {
  .kb-footer-group-networks {
    justify-content: flex-start;
  }
}
.kb-footer-group-items-link {
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.kb-footer-group-items-link svg {
  width: 0.875rem;
  height: 0.875rem;
}
.kb-footer-group-items-link svg path {
  fill: var(--text-color);
}
.kb-footer-group-items-link:hover {
  color: var(--title-color);
}
.kb-footer-group-items-link:hover path {
  fill: var(--title-color);
}
.kb-footer-group-networks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
