/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --cube-size: 200px;
}

.ooo-cube {
  width: var(--cube-size);
  height: var(--cube-size);
  transform-style: preserve-3d;
  position: relative;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 1s cubic-bezier(0.41, 0.04, 0, 1.49);
}
.ooo-cube.up:hover {
  transition: all 0.5s cubic-bezier(0.41, 0.04, 0, 1.5);
  transform: translateZ(var(--cube-size));
}
.ooo-cube.rotate90:hover {
  transform: rotate(90deg);
  z-index: 2;
}
.ooo-cube.rotate90X:hover {
  transform: translateY(50%) rotateX(90deg) translateY(200px);
  z-index: 2;
}
.ooo-cube > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #262626;
  border: 2px solid #aaa;
  background: #E0E0E0;
}
.ooo-cube .up {
  transform: rotateX(0deg) translateZ(var(--cube-size));
}
.ooo-cube .back {
  transform: rotateX(90deg) translateZ(calc(var(--cube-size) / 2)) translateY(calc(var(--cube-size) / 2));
}
.ooo-cube .right {
  transform: translateX(calc(var(--cube-size) / 2)) rotateY(90deg) rotateZ(-90deg) translateY(calc(-1 * var(--cube-size) / 2));
}
.ooo-cube .front {
  transform: rotateX(-90deg) translateZ(calc(var(--cube-size) / 2)) translateY(calc(-1 * var(--cube-size) / 2));
}
.ooo-cube .left {
  transform: translateX(calc(-1 * var(--cube-size) / 2)) rotateY(-90deg) translateX(calc(var(--cube-size) / 2)) rotateZ(90deg);
}
.ooo-cube .down {
  transform: translateZ(0) rotateX(180deg);
}

@font-face {
  font-family: "montserrat_alternatesblack";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-black-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesbold";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-bold-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesXBd";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-extrabold-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesXLt";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-extralight-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternateslight";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-light-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesmedium";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-medium-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesregular";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-regular-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatessemibold";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-semibold-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat_alternatesthin";
  src: url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-thin-webfont.woff2") format("woff2"), url("../fonts/webfontkit-Montserrat_Alternates/montserratalternates-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --bg-color: #001721;
  --cube-top-bg: #3A931D;
  --cube-left-bg: #072107;
  --cube-front-bg: #115911;
  --color-link: #ff6600;
  --cube-down-bg: #f98d01;
  --color-up-hover: #f98d01;
  --color-text: #888;
  --font-size-base: 16px;
  --cube-size: 30px;
  --paddin: var(--font-size-base);
  --paddin-lightbox: calc(3 * var(--font-size-base)) 0 calc(1 * var(--font-size-base)) calc(2 * var(--font-size-base));
}
@media (min-height: 660px) {
  :root {
    --cube-size: 40px;
  }
}
@media (min-height: 800px) and (min-width: 500px) {
  :root {
    --cube-size: 55px;
  }
}
@media (min-height: 960px) and (min-width: 665px) {
  :root {
    --cube-size: 70px;
  }
}
@media (min-height: 1100px) and (min-width: 755px) {
  :root {
    --cube-size: 80px;
  }
}
@media (min-height: 1300px) and (min-width: 945px) {
  :root {
    --cube-size: 100px;
  }
}
@media (min-height: 1450px) and (min-width: 1250px) {
  :root {
    --cube-size: 120px;
  }
}

* {
  box-sizing: border-box;
}

html {
  background-color: var(--bg-color);
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  font-family: "montserrat_alternatesregular";
  font-size: var(--font-size-base);
  margin: 0;
  padding: 1em;
  background-image: url(../images/luces.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow-x: hidden;
  transition: all 2s ease-in;
}
body.ooo-inGame {
  background-position: 0 -202vh;
  transition: all 2s ease-in;
}
body.ooo-active .ooo-cube {
  pointer-events: none;
}

strong {
  font-family: "montserrat_alternatesbold";
}

#ooo-container {
  display: flex;
  position: relative;
}
#ooo-container .ooo-buttons {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 60px);
  z-index: 1000;
}

h1 {
  font-size: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2 {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 0;
}
h2 strong {
  font-size: 2em;
  display: block;
  font-family: "montserrat_alternatesbold";
}
h2 strong img {
  height: 0.8em;
}

a {
  color: var(--color-link);
}

hr {
  height: var(--paddin);
  border: none;
}

img {
  max-width: 100%;
}

.ooo-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--paddin) 0;
}

.ooo-btn {
  padding: 1rem 2rem;
  background-color: var(--color-link);
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  border: 1px solid #ffbc95;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.ooo-btn:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
@media (min-height: 800px) and (min-width: 500px) {
  .ooo-btn.ooo-btn-tree {
    font-size: 20px;
    border-width: 2px;
  }
}
@media (min-height: 960px) and (min-width: 665px) {
  .ooo-btn.ooo-btn-tree {
    font-size: 25px;
    border-width: 3px;
  }
}
@media (min-height: 1100px) and (min-width: 755px) {
  .ooo-btn.ooo-btn-tree {
    font-size: 30px;
    border-width: 4px;
  }
}
@media (min-height: 1300px) and (min-width: 945px) {
  .ooo-btn.ooo-btn-tree {
    font-size: 35px;
    border-width: 5px;
  }
}
@media (min-height: 1450px) and (min-width: 1250px) {
  .ooo-btn.ooo-btn-tree {
    font-size: 50px;
    border-width: 7px;
  }
}
.ooo-btn-son {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 6px;
  background-color: var(--color-link);
  border: 3px solid #ffbc95;
  border-radius: 50%;
}
.ooo-btn-son img {
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.ooo-btn-son:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
}

.ooo-animaLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  transform: scale(1);
  transition: all 1s ease;
}
.ooo-animaLogo.ooo-off {
  transform: scale(50);
}
.ooo-animaLogo .ooo-anima-bg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-image: url(../images/anima/fondo-logo.svg);
  background-size: 180px;
  background-position: 50%;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.ooo-animaLogo .ooo-anima-bg.ooo-off {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.ooo-animaLogo .ooo-logo {
  z-index: 2;
  position: relative;
  width: 300px;
  height: 162px;
  margin-top: 43px;
}
.ooo-animaLogo .ooo-logo > div {
  position: absolute;
  left: 0;
  top: 0;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo01 {
  width: 300px;
  height: 173px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo01.ooo-active {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
  z-index: 2;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo-20 {
  z-index: 2;
  width: 212px;
  height: 162px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo-20.ooo-active {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo-20.ooo-position {
  z-index: 2;
  height: 35px;
  margin-left: 135px;
  margin-top: 40px;
  transition: all 1s ease-in-out;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo-years {
  width: 300px;
  height: 162px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo-years.ooo-active {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo02, .ooo-animaLogo .ooo-logo > div.ooo-logo03, .ooo-animaLogo .ooo-logo > div.ooo-logo04, .ooo-animaLogo .ooo-logo > div.ooo-logo05, .ooo-animaLogo .ooo-logo > div.ooo-logo06 {
  width: 300px;
  height: 162px;
  margin-top: 40px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo02.ooo-active, .ooo-animaLogo .ooo-logo > div.ooo-logo03.ooo-active, .ooo-animaLogo .ooo-logo > div.ooo-logo04.ooo-active, .ooo-animaLogo .ooo-logo > div.ooo-logo05.ooo-active, .ooo-animaLogo .ooo-logo > div.ooo-logo06.ooo-active {
  margin-top: 0;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo02.ooo-active {
  transition-delay: 0.25s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo03.ooo-active {
  transition-delay: 0.5s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo04.ooo-active {
  transition-delay: 0.75s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo05.ooo-active {
  transition-delay: 1s;
}
.ooo-animaLogo .ooo-logo > div.ooo-logo06.ooo-active {
  transition-delay: 1.25s;
}
.ooo-animaLogo .ooo-logo img {
  width: 100%;
  height: 100%;
}

.ooo-decora {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.ooo-decora.ooo-active {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.ooo-content {
  text-align: center;
}

.ooo-animaMano {
  position: absolute;
  top: 50%;
  left: calc(50% - 87px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
  text-align: center;
  pointer-events: none;
}
.ooo-animaMano .ooo-mano {
  height: 32px;
  width: 32px;
  background-image: url(../images/icon-hand.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.ooo-animaMano .ooo-manoTxt {
  margin-top: 1em;
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.ooo-animaMano.ooo-a1 {
  transition: all 1s ease-in-out;
  transform: translate(var(--cube-size), var(--cube-size));
}
.ooo-animaMano.ooo-a2 {
  transition: all 1s ease-in-out;
  transform: translate(0, calc(2 * (var(--cube-size))));
}
.ooo-animaMano.ooo-a3 {
  transition: all 2s ease-in-out;
  transform: translate(0, 0);
  opacity: 0;
}

.ooo-container-3D {
  position: relative;
  perspective: 3000px;
  transform-style: preserve-3d;
  display: flex;
  margin: 0;
  padding: 0;
  padding-top: calc(var(--cube-size) * 4.2);
  margin-bottom: calc(var(--cube-size) * -2.5);
  z-index: 1;
  opacity: 1;
  transition: all 2s ease-in;
}
.ooo-inGame .ooo-container-3D {
  opacity: 0;
  transition: all 2s ease-in;
}

.ooo-star {
  position: relative;
  width: calc(var(--cube-size) * 1.8);
  height: calc(var(--cube-size) * 1.8);
  margin: auto;
  background-image: url("../images/strella.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: estrella-anima 20000ms infinite linear;
          animation: estrella-anima 20000ms infinite linear;
}

.ooo-tree {
  transform: rotateX(40deg) rotateZ(-45deg);
  transform-style: preserve-3d;
  display: grid;
  grid-template-columns: repeat(6, var(--cube-size));
  grid-template-rows: repeat(6, var(--cube-size));
  margin: auto;
}
.ooo-tree .ooo-cube {
  color: var(--color-text);
  font-size: var(--font-size-base);
  cursor: pointer;
}
.ooo-tree .ooo-cube .up {
  color: #fff;
}
.ooo-tree .ooo-cube.ooo-openBox.ooo-active:hover .gift-content {
  transform: rotateX(-90deg) translateZ(0) translateY(calc(-1.8 * var(--cube-size))) translateX(0px) rotateY(60deg) scale(1.1);
}
.ooo-tree .ooo-cube > div.gift-content {
  transform: rotateX(-90deg) translateZ(0px) translateY(-45px) translateX(0px) rotateY(45deg);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1em;
  font-size: 8px;
  border: 3px solid #fff;
  opacity: 0;
}
@media (min-width: 660px) {
  .ooo-tree .ooo-cube > div.gift-content {
    font-size: 10px;
  }
}
@media (min-width: 800px) {
  .ooo-tree .ooo-cube > div.gift-content {
    font-size: 13;
  }
}
.ooo-tree .ooo-cube:hover > div.gift-content, .ooo-tree .ooo-cube.ooo-active > div.gift-content {
  transform: rotateX(-90deg) translateZ(0) translateY(calc(-1.5 * var(--cube-size))) translateX(0px) rotateY(45deg);
  opacity: 1;
}
.ooo-tree .ooo-cube[data-cube=c-1] .gift-content {
  background-image: url(../images/tarjetas/conferencias.png);
}
.ooo-tree .ooo-cube[data-cube=c-2] .gift-content {
  background-image: url(../images/tarjetas/ddd.png);
}
.ooo-tree .ooo-cube[data-cube=c-3] .gift-content {
  background-image: url(../images/tarjetas/cultura.png);
}
.ooo-tree .ooo-cube[data-cube=c-4] .gift-content {
  background-image: url(../images/tarjetas/gigantas.png);
}
.ooo-tree .ooo-cube[data-cube=c-5] .gift-content {
  background-image: url(../images/tarjetas/logo-old.png);
}
.ooo-tree .ooo-cube[data-cube=c-6] .gift-content {
  background-image: url(../images/tarjetas/mob.png);
}
.ooo-tree .ooo-cube[data-cube=c-7] .gift-content {
  background-image: url(../images/tarjetas/oficinas.png);
}
.ooo-tree .ooo-cube[data-cube=c-8] .gift-content {
  background-image: url(../images/tarjetas/colaboraciones.png);
}
.ooo-tree .ooo-cube[data-cube=c-9] .gift-content {
  background-image: url(../images/tarjetas/ruth.png);
}
.ooo-tree .ooo-cube[data-cube=c-10] .gift-content {
  background-image: url(../images/tarjetas/osoco_portada1.jpg);
}
.ooo-tree .ooo-cube[data-cube=c-11] .gift-content {
  background-image: url(../images/tarjetas/comer.png);
}
.ooo-tree .ooo-cube[data-cube=c-12] .gift-content {
  background-image: url(../images/tarjetas/vr.png);
}
.ooo-tree .ooo-cube[data-cube=c-13] .gift-content {
  background-image: url(../images/tarjetas/customers.png);
}
.ooo-tree .ooo-cube[data-cube=c-14] .gift-content {
  background-image: url(../images/tarjetas/familias.png);
}
.ooo-tree .ooo-cube[data-cube=c-15] .gift-content {
  background-image: url(../images/tarjetas/desayuno.png);
}
.ooo-tree .ooo-cube[data-cube=c-16] .gift-content {
  background-image: url(../images/tarjetas/blueplane.png);
}
.ooo-tree .ooo-cube[data-cube=c-17] .gift-content {
  background-image: url(../images/tarjetas/contestia-logo.png);
}
.ooo-tree .ooo-cube[data-cube=c-18] .gift-content {
  background-image: url(../images/tarjetas/miboky-tg.png);
}
.ooo-tree .ooo-cube[data-cube=c-19] .gift-content {
  background-image: url(../images/tarjetas/desarrolloActivo-tg.png);
}
.ooo-tree .ooo-cube[data-cube=c-20] .gift-content {
  background-image: url(../images/tarjetas/game-cover-15.jpeg);
}
.ooo-tree > div:nth-child(6) {
  grid-column-start: 2;
}
.ooo-tree > div:nth-child(11) {
  grid-column-start: 3;
}
.ooo-tree > div:nth-child(15) {
  grid-column-start: 4;
}
.ooo-tree > div:nth-child(18) {
  grid-column-start: 5;
}
.ooo-tree > div:nth-child(20) {
  grid-column-start: 6;
}
.ooo-tree > div:nth-child(5),
.ooo-tree > div:nth-child(10) {
  transform: translateZ(calc(5 * var(--cube-size)));
}
.ooo-tree > div:nth-child(5):hover, .ooo-tree > div:nth-child(5).ooo-active,
.ooo-tree > div:nth-child(10):hover,
.ooo-tree > div:nth-child(10).ooo-active {
  transform: rotate(90deg) translateZ(calc(5 * var(--cube-size)));
}
.ooo-tree > div:nth-child(5):hover .back, .ooo-tree > div:nth-child(5).ooo-active .back,
.ooo-tree > div:nth-child(10):hover .back,
.ooo-tree > div:nth-child(10).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(5):hover .up, .ooo-tree > div:nth-child(5).ooo-active .up,
.ooo-tree > div:nth-child(10):hover .up,
.ooo-tree > div:nth-child(10).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(5):hover .left, .ooo-tree > div:nth-child(5).ooo-active .left,
.ooo-tree > div:nth-child(10):hover .left,
.ooo-tree > div:nth-child(10).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree > div:nth-child(4),
.ooo-tree > div:nth-child(9),
.ooo-tree > div:nth-child(14) {
  transform: translateZ(calc(4 * var(--cube-size)));
}
.ooo-tree > div:nth-child(4):hover, .ooo-tree > div:nth-child(4).ooo-active,
.ooo-tree > div:nth-child(9):hover,
.ooo-tree > div:nth-child(9).ooo-active,
.ooo-tree > div:nth-child(14):hover,
.ooo-tree > div:nth-child(14).ooo-active {
  transform: rotate(90deg) translateZ(calc(4 * var(--cube-size)));
}
.ooo-tree > div:nth-child(4):hover .back, .ooo-tree > div:nth-child(4).ooo-active .back,
.ooo-tree > div:nth-child(9):hover .back,
.ooo-tree > div:nth-child(9).ooo-active .back,
.ooo-tree > div:nth-child(14):hover .back,
.ooo-tree > div:nth-child(14).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(4):hover .up, .ooo-tree > div:nth-child(4).ooo-active .up,
.ooo-tree > div:nth-child(9):hover .up,
.ooo-tree > div:nth-child(9).ooo-active .up,
.ooo-tree > div:nth-child(14):hover .up,
.ooo-tree > div:nth-child(14).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(4):hover .left, .ooo-tree > div:nth-child(4).ooo-active .left,
.ooo-tree > div:nth-child(9):hover .left,
.ooo-tree > div:nth-child(9).ooo-active .left,
.ooo-tree > div:nth-child(14):hover .left,
.ooo-tree > div:nth-child(14).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree > div:nth-child(4),
.ooo-tree > div:nth-child(9),
.ooo-tree > div:nth-child(14) {
  transform: translateZ(calc(4 * var(--cube-size)));
}
.ooo-tree > div:nth-child(4):hover, .ooo-tree > div:nth-child(4).ooo-active,
.ooo-tree > div:nth-child(9):hover,
.ooo-tree > div:nth-child(9).ooo-active,
.ooo-tree > div:nth-child(14):hover,
.ooo-tree > div:nth-child(14).ooo-active {
  transform: rotate(90deg) translateZ(calc(4 * var(--cube-size)));
}
.ooo-tree > div:nth-child(4):hover .back, .ooo-tree > div:nth-child(4).ooo-active .back,
.ooo-tree > div:nth-child(9):hover .back,
.ooo-tree > div:nth-child(9).ooo-active .back,
.ooo-tree > div:nth-child(14):hover .back,
.ooo-tree > div:nth-child(14).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(4):hover .up, .ooo-tree > div:nth-child(4).ooo-active .up,
.ooo-tree > div:nth-child(9):hover .up,
.ooo-tree > div:nth-child(9).ooo-active .up,
.ooo-tree > div:nth-child(14):hover .up,
.ooo-tree > div:nth-child(14).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(4):hover .left, .ooo-tree > div:nth-child(4).ooo-active .left,
.ooo-tree > div:nth-child(9):hover .left,
.ooo-tree > div:nth-child(9).ooo-active .left,
.ooo-tree > div:nth-child(14):hover .left,
.ooo-tree > div:nth-child(14).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree > div:nth-child(3),
.ooo-tree > div:nth-child(8),
.ooo-tree > div:nth-child(13),
.ooo-tree > div:nth-child(17) {
  transform: translateZ(calc(3 * var(--cube-size)));
}
.ooo-tree > div:nth-child(3):hover, .ooo-tree > div:nth-child(3).ooo-active,
.ooo-tree > div:nth-child(8):hover,
.ooo-tree > div:nth-child(8).ooo-active,
.ooo-tree > div:nth-child(13):hover,
.ooo-tree > div:nth-child(13).ooo-active,
.ooo-tree > div:nth-child(17):hover,
.ooo-tree > div:nth-child(17).ooo-active {
  transform: rotate(90deg) translateZ(calc(3 * var(--cube-size)));
}
.ooo-tree > div:nth-child(3):hover .back, .ooo-tree > div:nth-child(3).ooo-active .back,
.ooo-tree > div:nth-child(8):hover .back,
.ooo-tree > div:nth-child(8).ooo-active .back,
.ooo-tree > div:nth-child(13):hover .back,
.ooo-tree > div:nth-child(13).ooo-active .back,
.ooo-tree > div:nth-child(17):hover .back,
.ooo-tree > div:nth-child(17).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(3):hover .up, .ooo-tree > div:nth-child(3).ooo-active .up,
.ooo-tree > div:nth-child(8):hover .up,
.ooo-tree > div:nth-child(8).ooo-active .up,
.ooo-tree > div:nth-child(13):hover .up,
.ooo-tree > div:nth-child(13).ooo-active .up,
.ooo-tree > div:nth-child(17):hover .up,
.ooo-tree > div:nth-child(17).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(3):hover .left, .ooo-tree > div:nth-child(3).ooo-active .left,
.ooo-tree > div:nth-child(8):hover .left,
.ooo-tree > div:nth-child(8).ooo-active .left,
.ooo-tree > div:nth-child(13):hover .left,
.ooo-tree > div:nth-child(13).ooo-active .left,
.ooo-tree > div:nth-child(17):hover .left,
.ooo-tree > div:nth-child(17).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree > div:nth-child(2),
.ooo-tree > div:nth-child(7),
.ooo-tree > div:nth-child(12),
.ooo-tree > div:nth-child(16),
.ooo-tree > div:nth-child(19) {
  transform: translateZ(calc(2 * var(--cube-size)));
}
.ooo-tree > div:nth-child(2):hover, .ooo-tree > div:nth-child(2).ooo-active,
.ooo-tree > div:nth-child(7):hover,
.ooo-tree > div:nth-child(7).ooo-active,
.ooo-tree > div:nth-child(12):hover,
.ooo-tree > div:nth-child(12).ooo-active,
.ooo-tree > div:nth-child(16):hover,
.ooo-tree > div:nth-child(16).ooo-active,
.ooo-tree > div:nth-child(19):hover,
.ooo-tree > div:nth-child(19).ooo-active {
  transform: rotate(90deg) translateZ(calc(2 * var(--cube-size)));
}
.ooo-tree > div:nth-child(2):hover .back, .ooo-tree > div:nth-child(2).ooo-active .back,
.ooo-tree > div:nth-child(7):hover .back,
.ooo-tree > div:nth-child(7).ooo-active .back,
.ooo-tree > div:nth-child(12):hover .back,
.ooo-tree > div:nth-child(12).ooo-active .back,
.ooo-tree > div:nth-child(16):hover .back,
.ooo-tree > div:nth-child(16).ooo-active .back,
.ooo-tree > div:nth-child(19):hover .back,
.ooo-tree > div:nth-child(19).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(2):hover .up, .ooo-tree > div:nth-child(2).ooo-active .up,
.ooo-tree > div:nth-child(7):hover .up,
.ooo-tree > div:nth-child(7).ooo-active .up,
.ooo-tree > div:nth-child(12):hover .up,
.ooo-tree > div:nth-child(12).ooo-active .up,
.ooo-tree > div:nth-child(16):hover .up,
.ooo-tree > div:nth-child(16).ooo-active .up,
.ooo-tree > div:nth-child(19):hover .up,
.ooo-tree > div:nth-child(19).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(2):hover .left, .ooo-tree > div:nth-child(2).ooo-active .left,
.ooo-tree > div:nth-child(7):hover .left,
.ooo-tree > div:nth-child(7).ooo-active .left,
.ooo-tree > div:nth-child(12):hover .left,
.ooo-tree > div:nth-child(12).ooo-active .left,
.ooo-tree > div:nth-child(16):hover .left,
.ooo-tree > div:nth-child(16).ooo-active .left,
.ooo-tree > div:nth-child(19):hover .left,
.ooo-tree > div:nth-child(19).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree > div:nth-child(1),
.ooo-tree > div:nth-child(6),
.ooo-tree > div:nth-child(11),
.ooo-tree > div:nth-child(15),
.ooo-tree > div:nth-child(18),
.ooo-tree > div:nth-child(20) {
  transform: translateZ(calc(1 * var(--cube-size)));
}
.ooo-tree > div:nth-child(1):hover, .ooo-tree > div:nth-child(1).ooo-active,
.ooo-tree > div:nth-child(6):hover,
.ooo-tree > div:nth-child(6).ooo-active,
.ooo-tree > div:nth-child(11):hover,
.ooo-tree > div:nth-child(11).ooo-active,
.ooo-tree > div:nth-child(15):hover,
.ooo-tree > div:nth-child(15).ooo-active,
.ooo-tree > div:nth-child(18):hover,
.ooo-tree > div:nth-child(18).ooo-active,
.ooo-tree > div:nth-child(20):hover,
.ooo-tree > div:nth-child(20).ooo-active {
  transform: rotate(90deg) translateZ(calc(1 * var(--cube-size)));
}
.ooo-tree > div:nth-child(1):hover .back, .ooo-tree > div:nth-child(1).ooo-active .back,
.ooo-tree > div:nth-child(6):hover .back,
.ooo-tree > div:nth-child(6).ooo-active .back,
.ooo-tree > div:nth-child(11):hover .back,
.ooo-tree > div:nth-child(11).ooo-active .back,
.ooo-tree > div:nth-child(15):hover .back,
.ooo-tree > div:nth-child(15).ooo-active .back,
.ooo-tree > div:nth-child(18):hover .back,
.ooo-tree > div:nth-child(18).ooo-active .back,
.ooo-tree > div:nth-child(20):hover .back,
.ooo-tree > div:nth-child(20).ooo-active .back {
  background-color: #e86500;
}
.ooo-tree > div:nth-child(1):hover .up, .ooo-tree > div:nth-child(1).ooo-active .up,
.ooo-tree > div:nth-child(6):hover .up,
.ooo-tree > div:nth-child(6).ooo-active .up,
.ooo-tree > div:nth-child(11):hover .up,
.ooo-tree > div:nth-child(11).ooo-active .up,
.ooo-tree > div:nth-child(15):hover .up,
.ooo-tree > div:nth-child(15).ooo-active .up,
.ooo-tree > div:nth-child(18):hover .up,
.ooo-tree > div:nth-child(18).ooo-active .up,
.ooo-tree > div:nth-child(20):hover .up,
.ooo-tree > div:nth-child(20).ooo-active .up {
  opacity: 0;
}
.ooo-tree > div:nth-child(1):hover .left, .ooo-tree > div:nth-child(1).ooo-active .left,
.ooo-tree > div:nth-child(6):hover .left,
.ooo-tree > div:nth-child(6).ooo-active .left,
.ooo-tree > div:nth-child(11):hover .left,
.ooo-tree > div:nth-child(11).ooo-active .left,
.ooo-tree > div:nth-child(15):hover .left,
.ooo-tree > div:nth-child(15).ooo-active .left,
.ooo-tree > div:nth-child(18):hover .left,
.ooo-tree > div:nth-child(18).ooo-active .left,
.ooo-tree > div:nth-child(20):hover .left,
.ooo-tree > div:nth-child(20).ooo-active .left {
  background-color: #bd5200;
}
.ooo-tree.ooo-openHelp .ooo-cube[data-cube=c-12] {
  transform: rotate(90deg) translateZ(calc(2 * var(--cube-size)));
}
.ooo-tree.ooo-openHelp .ooo-cube[data-cube=c-12] .back {
  background-color: #e86500;
}
.ooo-tree.ooo-openHelp .ooo-cube[data-cube=c-12] .up {
  opacity: 0;
}
.ooo-tree.ooo-openHelp .ooo-cube[data-cube=c-12] .left {
  background-color: #bd5200;
}
.ooo-tree.ooo-openHelp .ooo-cube[data-cube=c-12] .gift-content {
  transform: rotateX(-90deg) translateZ(0) translateY(calc(-1.5 * var(--cube-size))) translateX(0px) rotateY(45deg);
  opacity: 1;
}

.ooo-cube {
  color: rgba(176, 253, 166, 0.1);
}
.ooo-cube:hover .front, .ooo-cube.ooo-active .front {
  background-color: var(--cube-left-bg);
  transition: all 1s;
}
.ooo-cube > div {
  border: none;
  background-color: var(--cube-left-bg);
  transition: all 1s;
}
.ooo-cube .back {
  background-color: #f98d01;
}
.ooo-cube .up {
  background-color: var(--cube-top-bg);
}
.ooo-cube .left {
  background-color: var(--cube-left-bg);
}
.ooo-cube .front, .ooo-cube .right {
  background-color: var(--cube-front-bg);
}
.ooo-cube .down {
  background-color: var(--cube-down-bg);
}

.logo-osoco {
  position: relative;
  z-index: 3;
  padding: 1em;
}
.logo-osoco img {
  width: 150px;
  margin: 0 auto;
  display: block;
  position: relative;
  display: block;
}
.logo-osoco a {
  display: inline-block;
  transition: all 2s cubic-bezier(0.02, 0.2, 0, 0.98);
  transform: scale(1);
}
.logo-osoco a:hover {
  transition: all 0.2s cubic-bezier(0.02, 0.2, 0, 0.98);
  transform: scale(1.4);
}

.ooo-lightBox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  padding: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.ooo-lightBox.ooo-active {
  pointer-events: initial;
  opacity: 1;
  background-color: rgba(3, 24, 40, 0.6);
}
.ooo-lightBox iframe {
  display: block;
  width: 100%;
  height: 419px;
}
.ooo-lightBox > div {
  position: relative;
  display: none;
  max-width: 100vw;
  width: 100%;
  background-color: #f2f2f2;
  color: #072107;
  padding: var(--paddin-lightbox);
  border-radius: 4px;
  border: 1px solid #555;
  box-shadow: -73px 49px 60px 0px rgba(0, 0, 0, 0.45);
}
@media (min-width: 700px) {
  .ooo-lightBox > div {
    max-width: 50vw;
  }
}
@media (min-width: 1400px) {
  .ooo-lightBox > div {
    max-width: 35vw;
  }
}
.ooo-lightBox > div.ooo-active {
  display: block;
}
.ooo-lightBox > div:after, .ooo-lightBox > div::before {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  display: block;
  content: "";
  background-color: #555;
  width: calc(1.5 * var(--font-size-base));
  height: 4px;
  transform: rotate(45deg);
}
.ooo-lightBox > div::before {
  transform: rotate(-45deg);
}
.ooo-lightBox > div .ooo-scroll {
  overflow: auto;
  max-height: 92vh;
  padding-right: calc(2 * var(--font-size-base));
}
.ooo-lightBox > div .ooo-scroll h2 {
  margin: 0;
}
.ooo-lightBox > div .ooo-scroll h2:first-child {
  margin-bottom: var(--paddin);
}
.ooo-lightBox > div .ooo-scroll img + h2 {
  padding-top: var(--paddin);
}
.ooo-lightBox > div.ooo-anima-web ul {
  margin: 0 0 30px;
  margin-right: calc(2 * var(--font-size-base));
  padding: 0;
  display: flex;
  justify-content: center;
  color: var(--color-link);
}
.ooo-lightBox > div.ooo-anima-web ul li {
  display: none;
  margin: var(--paddin) 0;
  text-align: center;
  font-size: 50px;
}
.ooo-lightBox > div.ooo-anima-web ul li.ooo-active {
  display: block;
}
.ooo-lightBox > div.ooo-anima-web .ooo-scroll {
  max-height: 71vh;
}
.ooo-lightBox > div.ooo-anima-web .ooo-scroll div {
  display: none;
  position: relative;
}
.ooo-lightBox > div.ooo-anima-web .ooo-scroll div.ooo-active {
  display: block;
}
.ooo-lightBox > div.ooo-anima-web .ooo-scroll img {
  box-shadow: 3px 10px 5px 0px rgba(0, 0, 0, 0.1);
}
.ooo-lightBox .ooo-customers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 5px;
}
.ooo-lightBox .ooo-customers li {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ooo-lightBox .ooo-miboky {
  display: flex;
  margin: 30px 0;
}
.ooo-lightBox .ooo-miboky > * {
  flex-grow: 1;
}

#ooo-game {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
#ooo-game.ooo-active {
  z-index: 100;
  display: flex;
}
#ooo-game.ooo-active > div {
  transition: all 1s ease;
  transition-delay: 1s;
  opacity: 1;
}
#ooo-game > div {
  transition: all 1s ease;
  opacity: 0;
}
#ooo-game .ooo-buttons {
  display: none;
}
@media (min-width: 660px) {
  #ooo-game .ooo-buttons {
    display: flex;
  }
}
#ooo-game .ooo-help-movil {
  text-align: center;
}
@media (min-width: 660px) {
  #ooo-game .ooo-help-movil {
    display: none;
  }
}
#ooo-game .ooo-qbert {
  position: relative;
  width: 300px;
  height: 320px;
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ooo-game .ooo-qbert p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
}
@media (min-height: 660px) {
  #ooo-game .ooo-qbert {
    width: 260px;
    margin-top: 120px;
  }
}
@media (min-height: 800px) and (min-width: 500px) {
  #ooo-game .ooo-qbert {
    width: 350px;
    margin-top: 130px;
  }
}
@media (min-height: 960px) and (min-width: 665px) {
  #ooo-game .ooo-qbert {
    width: 470px;
    margin-top: 160px;
  }
}
@media (min-height: 1100px) and (min-width: 755px) {
  #ooo-game .ooo-qbert {
    width: 550px;
    margin-top: 180px;
  }
}
@media (min-height: 1300px) and (min-width: 945px) {
  #ooo-game .ooo-qbert {
    width: 700px;
    margin-top: 180px;
  }
}
@media (min-height: 1450px) and (min-width: 1250px) {
  #ooo-game .ooo-qbert {
    width: 600px;
    margin-top: 200px;
  }
}

@-webkit-keyframes estrella-anima {
  to {
    transform: rotate(180deg) translate(0px, 0px);
  }
}

@keyframes estrella-anima {
  to {
    transform: rotate(180deg) translate(0px, 0px);
  }
}
/* press-start-2p-regular - latin */
@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../game/fonts/press-start-2p-v14-latin-regular.woff2") format("woff2"), url("../game/fonts/press-start-2p-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}/*# sourceMappingURL=xmas-2023.css.map */