/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/global.scss ***!
  \***********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap);
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/global.scss (1) ***!
  \***************************************************************************************************************************************************************************/
/* Base */
/** VARIABLES **/
/** FONTS **/
/** GENERAL **/
html, body, body *, *, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body, html, h6, h5, h4, h3, h2, h1, p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500; }

canvas {
  display: block; }

img {
  display: inline-block;
  max-width: 100%; }

a {
  outline: none;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

a, button {
  outline: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

input:focus, textarea:focus, a:focus {
  outline: none; }

picture {
  line-height: 0; }

iframe[sandbox] {
  transform: scale(1); }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* Components */
#deviceRotated {
  display: none;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #084792;
  color: white; }
  #deviceRotated span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    font-size: 0.9em;
    text-align: center;
    text-rendering: optimizeLegibility; }
    #deviceRotated span img {
      width: 60px;
      height: 60px;
      display: block;
      margin: 0 auto 7px; }
  @media (orientation: landscape) {
    #deviceRotated.mobile {
      display: block; } }

.loader {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/images/loader-bg.jpg") center/cover; }
  .loader-logo {
    display: block;
    width: 350px;
    height: 100px;
    margin-bottom: 25px;
    background: url("../assets/images/logo_full_update.svg") center/contain no-repeat;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 480px) {
      .loader-logo {
        width: 270px;
        height: 90px;
        top: 50%; } }
  .loader-load {
    display: block;
    position: absolute;
    top: calc(45% + 100px);
    left: 50%;
    transform: translate(-50%, -50%); }
    .loader-load-bar {
      display: block;
      height: 3px;
      width: 320px;
      background: #c8c8c8;
      margin-bottom: 8px; }
      .loader-load-bar span {
        display: block;
        background: #084792;
        height: 100%;
        width: 0%;
        box-shadow: 0px 0px 12px 1px rgba(0, 88, 167, 0.45); }
      @media (max-width: 480px) {
        .loader-load-bar {
          width: 220px; } }
    .loader-load-value {
      display: block;
      font-size: 1.35em;
      font-weight: 700;
      text-align: center;
      color: #084792;
      cursor: default; }
      @media (max-width: 480px) {
        .loader-load-value {
          font-size: 1.25em; } }
    @media (max-width: 480px) {
      .loader-load {
        top: 90%; } }
  .loader-button {
    display: none;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 50px;
    border-radius: 5px;
    background: #FFBA00;
    font-size: 1.35em;
    font-weight: 700;
    text-align: center;
    color: #084792; }
    @media (max-width: 480px) {
      .loader-button {
        top: 87%;
        font-size: 1.2em;
        padding: 9px 0px;
        width: 220px; } }

* {
  user-select: none; }

:root {
  --xTop: 0px;
  --xLeft: 0px; }

body {
  padding-top: var(--xTop);
  padding-left: var(--xLeft); }

#app {
  overflow: hidden;
  height: auto; }

[id*=king-] {
  position: relative;
  width: 100%;
  height: calc( (var(--vh, 1vh) * 100) - var(--xTop));
  background: darkblue center/contain no-repeat;
  /* Font-family set on /base/_config.css */ }

.UI-button {
  position: absolute;
  background-color: rgba(0, 106, 148, 0.5) !important;
  border-radius: 50%;
  transition: all 0.35s ease-in-out 0s; }
  @media (max-width: 1367px) {
    .UI-button {
      background-color: rgba(0, 106, 148, 0.6) !important; } }

.UI_cont {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 120px;
  background: url("../assets/images/ui_bg_01.svg") left bottom/100% no-repeat; }
  @media (max-width: 991px) {
    .UI_cont {
      width: 72px;
      height: 108px; } }
  @media (max-width: 480px) {
    .UI_cont {
      bottom: -32px;
      width: 64px;
      height: 96px; } }
  .UI_cont .UI-sound {
    cursor: pointer;
    width: 40px;
    height: 36px;
    bottom: 92px;
    left: 14px;
    background: url("../assets/images/sound.svg") center top/100% no-repeat; }
    .UI_cont .UI-sound.muted {
      background-position: center bottom;
      transform: rotateX(180deg); }
    .UI_cont .UI-sound.disabled {
      opacity: 0.25;
      cursor: not-allowed; }
    @media (max-width: 991px) {
      .UI_cont .UI-sound {
        bottom: 90px; } }
    @media (max-width: 480px) {
      .UI_cont .UI-sound {
        bottom: 72px;
        left: 10px; } }
  .UI_cont .UI-help {
    cursor: pointer;
    width: 50px;
    height: 45px;
    bottom: 145px;
    left: 12px;
    background: url("../assets/images/help.svg") center top/100% no-repeat; }
    .UI_cont .UI-help.active {
      transform: rotateY(180deg);
      background-color: rgba(255, 186, 0, 0.95) !important; }
    @media (max-width: 991px) {
      .UI_cont .UI-help {
        bottom: 146px; } }
    @media (max-width: 480px) {
      .UI_cont .UI-help {
        width: 45px;
        height: 41px;
        bottom: 120px;
        left: 8px; } }

.help {
  display: flex;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 15, 21, 0.65);
  align-items: center;
  justify-content: center; }
  .help-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: url("../assets/images/close-icon.svg") center/33% no-repeat;
    background-color: #FFBA00 !important; }
    @media (max-width: 480px) {
      .help-close {
        top: -48px;
        right: 5px; } }
  .help-cont {
    position: relative;
    border-radius: 20px;
    padding: 60px 30px 60px 15px;
    backdrop-filter: blur(10px);
    background: rgba(0, 33, 46, 0.4); }
    @media (max-height: 730px) {
      .help-cont {
        padding: 50px 30px 50px 15px; } }
    @media (max-width: 480px) {
      .help-cont {
        width: 90%;
        padding: 40px 30px 30px 15px; } }
    .help-cont section {
      display: flex;
      flex-flow: column nowrap;
      gap: 25px 0px; }
      @media (max-height: 730px) {
        .help-cont section {
          gap: 20px 0px; } }
  .help-title {
    font-size: 3em;
    text-align: center;
    text-shadow: 0px 0px 8px white;
    line-height: 0.85em;
    color: white;
    margin-bottom: 40px; }
    @media (max-height: 730px), (max-width: 480px) {
      .help-title {
        font-size: 2.5em;
        margin-bottom: 20px; } }
  .help-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 0px 10px; }
    .help-item:nth-child(2) {
      flex-flow: row-reverse nowrap; }
    .help-item img {
      width: 140px;
      height: 70px;
      object-fit: contain; }
      .help-item img[src*='02'] + p::after {
        content: ' el dedo.';
        display: inline; }
        @media (min-width: 991px) {
          .help-item img[src*='02'] + p::after {
            content: ' el mouse.'; } }
      .help-item img[src*='03'] {
        width: 150.5px;
        height: 80.5px; }
      @media (max-height: 730px) {
        .help-item img {
          width: 120px;
          height: 60px; }
          .help-item img[src*='03'] {
            width: 129px;
            height: 69px; } }
      @media (min-width: 991px) {
        .help-item img[src*='svg'] {
          height: 51px; }
        .help-item img[src*='03'] {
          width: 150px;
          height: 75px; } }
    .help-item p {
      color: white;
      margin-top: 6px;
      font-size: 1.1em;
      line-height: 1.15em; }
      .help-item p b {
        font-size: 1.75em;
        line-height: 1em;
        display: block; }
      @media (max-height: 730px) {
        .help-item p {
          font-size: 0.95em; } }
      @media (max-width: 480px) {
        .help-item p {
          font-size: 0.9em; } }

/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/pages/_pages.scss ***!
  \*****************************************************************************************************************************************************************************/
* {
  user-select: none; }


/*# sourceMappingURL=main.css.map*/