@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Indie+Flower");

:root {
  --img: url("img/Cc2.png");

  --puff-pointingBack-head: url('img/hamster/biggie/puffBiggie.png');

  --puff: url('img/hamster/biggie/puffBiggie.png');
  --puff-before: url('img/hamster/biggie/puffBiggieBefore.png');
  --bum: url('img/hamster/biggie/puffBiggieBefore.png');
  --ear: url('img/hamster/biggie/earBiggie.png');
  --ear-after: url('img/hamster/biggie/earAfterBiggie.png');
  --ear-after2: url('img/hamster/biggie/earAfterBiggie2.png');
  --dy: 1;
	--dx: 1;
	--dz: 0;
}

::selection {
  background-color: #1c2128;
  color: #bfd4e9;
}

::placeholder {
  color: #bfd4e9;
}

@font-face {
  font-family: "verti";
  src: url("fonts/verti.ttf") format("woff2"), url("fonts/verti.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "register";
  src: url("fonts/Login.ttf") format("woff2"), url("fonts/Login.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kemco";
  src: url("fonts/Kemco Pixel Bold.ttf") format("woff2"),
    url("fonts/Kemco Pixel Bold.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "geek";
  src: url("fonts/geek.ttf") format("woff2"), url("fonts/geek.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pixelmix";
  src: url("fonts/pixelmix.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: none;

}

a:link,
a:visited {
  text-decoration: none;
  color: currentColor;
  position: relative;
}


a.understrokeAnim {
	position: relative;
	text-decoration: none;
	line-height: 1;
}

a.understrokeAnim:after {
	position: absolute;
	z-index: -1;
  bottom: 46px;
	left:198px;
	height: 3px;
	content: "";
	transition: transform 0.2s ease;
	transform: scaleX(0);
	transform-origin: 0 0;
	background-color: currentColor;
  border-radius: 3px;

}

a.understrokeAnim:hover:after {
	transform: scaleX(1);
}

a.understrokeAnim:nth-of-type(1):after {
  width: 63px;
}

a.understrokeAnim:nth-of-type(2):after {
  width: 84px;
}

a.understrokeAnim:nth-of-type(3):after {
  width: 96px;
}

a.understrokeAnim:nth-of-type(4):after {
  width: 110px;
}

a.understrokeAnim:nth-of-type(5):after {
  width: 223px;
}

a.understrokeAnim:nth-of-type(6):after {
  width: 261px;
}



.h1,
.h2, .h3, .h4 {
  margin-top: -486px;
  font-family: "geek";
  font-size: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  filter: drop-shadow(0px 0px 5px #000000c2);
}

.h1 {
  filter: drop-shadow(0px 0px 5px #000000c2) saturate(150%);
}

.h2 {
  transform: rotateY(180deg);
  filter: drop-shadow(0px 0px 5px #ffffffc2) blur(4px);
}

.h2 .z-text{
  color: #624738;
}

.h3 {
  margin-left: -23px;
  margin-top: -642px;
  position: absolute;
}

.h4 {
  margin-left: -15px;
  margin-top: -455px;
  position: absolute;
  transform: rotateY(180deg);
  filter: drop-shadow(0px 0px 5px #ffffffc2) blur(4px);
}

.z-text {
  transform: rotateX(0deg) rotateY(-3deg) scaleX(0.93);
  color: #916a53;
}

.z-layer:not(:first-child) {
  /*color: #8c7557;*/
  filter: brightness(0.7);
}

.portada {
  width: auto;
  height: 700px;
  background-image: url(img/notasBackgound.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.portadaMask {
  margin-top: -651px;
  position: absolute;
  width: auto;
  height: 86%;
  z-index: 199;
}

.notasBackdropFilter {
  backdrop-filter: blur(2px);
  margin-top: -600px;
  margin-left: 25px;
  position: absolute;
  width: 400px;
  height: 500px;
  z-index: -20;
}

.portadaBack {
  width: auto;
  height: 700px;
  background-image: url(img/notasBackgoundBack.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.portadaBackMask {
  margin-top: -651px;
  position: absolute;
  width: auto;
  height: 86%;
  z-index: 199;
}

.contraportadaBack {
  width: auto;
  height: 700px;
  background-image: url(img/notasContraportadaBack.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  background-color: #1c2128;
  color: #bfd4e9;
  font-family: "Roboto";
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.75s ease;
  overflow: hidden;
  cursor: none;
}

#customCursor {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out,
    transform 0.1s ease-in-out, opacity 0.1s ease-in-out, margin-left 0.5s ease,
    margin-top 0.5s ease;
  z-index: 200;
  transform: scale(1);
  visibility: visible;
  opacity: 1%;
}

#customCursor.clicked {
  transform: scale(1.5);
}

#customCursorPurpleish {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out,
    transform 0.1s ease-in-out, opacity 0.1s ease-in-out, margin-left 0.5s ease,
    margin-top 0.5s ease;
  z-index: 200;
  transform: scale(1);
  visibility: visible;
  opacity: 1%;
}

#customCursorPurpleish.clicked {
  transform: scale(1.5);
}


.customCursorReflect {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out,
    transform 0.1s ease-in-out, opacity 0.1s ease-in-out, margin-left 0.5s ease,
    margin-top 0.5s ease;
  z-index: 199;
  transform: scale(0.9) translate(0px, -45px) rotateY(0deg);
  filter: url(#pixelate);
  image-rendering: pixelated;
  visibility: visible;
  opacity: 0.5;
}

.customCursorReflect.clicked {
  transform: scale(1.35) translate(0px, -45px);
}

.customCursorReflect.right.clicked {
  transform: scale(1.35) translate(2px, -45px) rotateY(180deg);
}

.customCursorReflect.right{
  transform: scale(0.9) translate(2px, -45px) rotateY(180deg);
}


#fondoGalaxy {
  width: 100vw; /* Anchura completa de la ventana */
  height: 100vh; /* Altura completa de la ventana */
  position: absolute;
  top: 0;
  left: 0;
  mask: url(img/cursors/cccc.webp);
  mask-repeat: no-repeat;
  mask-size: 200px; /* Asegura que la máscara se ajuste sin cortar partes, manteniendo proporciones */
  mask-position: 0 0; /* Centra la máscara */
  background-size: contain; /* Asegura que el fondo sea completamente visible, manteniendo proporciones */
  z-index: 198; /* Ajusta según necesidades, fondoGalaxyGreen debería tener un z-index ligeramente superior si se superpone */
  pointer-events: none;
  background-repeat: no-repeat; /* No repetir el fondo */
  background-position: center; /* Centrar el fondo */
  opacity: 100%;
  transition: margin-left 0.5s ease, margin-top 0.5s ease;
}

#fondoGalaxy.clicked {
  mask-size: 300px; /* Asegura que la máscara se ajuste sin cortar partes, manteniendo proporciones */
}

#fondoGalaxySkin {
  position: absolute; /* Para que cubra siempre la pantalla, independientemente del scroll */
  top: 10px;
  width: 145px;
  height: 111px;
  pointer-events: none;
  
  background: url("img/fondo.gif");
  background-size: 450px 450px;
  background-repeat: no-repeat;
  background-position: center;
  
  -webkit-mask-image: url("img/cursors/portadas/cccc_galaxyMask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 300%;
  -webkit-mask-position: center;
  
  mask-image: url("img/cursors/portadas/cccc_galaxyMask.png");
  mask-repeat: no-repeat;
  mask-size: 300%;
  mask-position: center;
  
  z-index: -1;

  will-change: transform, background-position;
  transform: translateZ(0);
}

#fondoGalaxyGreen {
  width: 100vw; /* Anchura completa de la ventana */
  height: 100vh; /* Altura completa de la ventana */
  position: absolute;
  top: 0;
  left: 0;
  mask: url(img/cursors/cccc.webp);
  mask-repeat: no-repeat;
  mask-size: 200px; /* Asegura que la máscara se ajuste sin cortar partes, manteniendo proporciones */
  mask-position: 0 0; /* Centra la máscara */
  background-size: contain; /* Asegura que el fondo sea completamente visible, manteniendo proporciones */
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background-repeat: no-repeat; /* No repetir el fondo */
  background-position: center; /* Centrar el fondo */
  z-index: 199; /* Asegúrate de que fondoGalaxyGreen esté por encima de fondoGalaxy si se superponen */
  opacity: 1%;
  transition: margin-left 0.5s ease, margin-top 0.5s ease;
}

#fondoGalaxyGreen.clicked {
  mask-size: 300px; /* Asegura que la máscara se ajuste sin cortar partes, manteniendo proporciones */
}

#cursorPaint {
  position: absolute;
  width: 219px;
  height: 219px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 210;
  display: none;
  opacity: 100%;
  filter: drop-shadow(1px 2px 1px #00000081);
}

#cursorPaintErase {
  position: absolute;
  width: 219px;
  height: 219px;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, margin-left 0.5s ease,
    margin-top 0.5s ease;
  z-index: 210;
  display: none;
  opacity: 1%;
}

.svg-oval {
  position: absolute;
  left: 67%;
  transform: translate(-50%, -120px);
  opacity: 0%;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -10;
  filter: brightness(100) blur(50px);
  /*backdrop-filter: blur(20px);*/
}

.show {
  opacity: 10%;
}

#helloMessage {
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: fit-content;
  width: 100%;
  justify-content: center;
  font-size: 25px;
  margin-left: 0px;
  transition: margin-left 1.1s ease, margin-right 1.1s ease;
}

nav {
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: fit-content;
  width: 100%;
  justify-content: center;
  margin-left: 0px;
  transition: margin-left 0.9s ease, margin-right 0.9s ease;
}

nav a {
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav a:hover {
  background-color: hsla(217, 18%, 25%, 0);
}

.unlockPassIconLogin {
  left: 395px;
}

.unlockPassIconRegister {
  left: 412px;
}

.unlockPassIcon {
  position: absolute;
  width: 25px;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px #07080a00 inset;
}

.unlockPassIcon:hover {
  background-color: #879cb5;
  box-shadow: 0px 0px 10px -5px #07080a84 inset;
  transition: box-shadow 0.5s ease;
}

.unlockPassIconCalvo {
  transition: opacity 0.6s ease;
  z-index: 1;
}

.unlockPassIconShadow {
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.unlockPassIconHands {
  z-index: 3;
  pointer-events: none;
  transform: rotateX(0deg);
  transition: transform 0.6s ease, top 0.6s ease;
  transform-style: preserve-3d;
  top: -2px;
}

.unlockPassIconHands.active {
  transform: rotateX(90deg);
  top: 9.5px;
}

.unlockPassIconDropShadow {
  position: absolute;
  width: 21px;
  left: 395px;
  border-radius: 10px;
  border: 4px solid #1c2128;
  background-color: #1c2128;
  box-shadow: 0px 0px 20px -5px #07080a inset; /*1c2128*/
  filter: drop-shadow(0px 0px 2px #15181db9);
  pointer-events: none;
  z-index: -1;
  opacity: 0%;
}

#loginScreen.active {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: backdrop-filter 0.5s ease, opacity 0.5s ease; /* Transiciones suaves */
  opacity: 100%;
}

#loginScreen, #registerScreen{
  z-index: -1;
}



#registerScreen.active {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: backdrop-filter 0.5s ease, opacity 0.5s ease; /* Transiciones suaves */
  opacity: 100%;
}

#loginContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: top;
  padding: 40px;
  border-radius: 50px;
  width: 600px;
  height: 460px;
  z-index: 12;
  opacity: 0%;
  transition: opacity 0.3s ease;
  background-color: #c4bc95f4; /**/
}

#registerContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: top;
  padding: 40px;
  border-radius: 50px;
  width: 600px;
  height: 480px;
  z-index: 12;
  opacity: 0%;
  transition: opacity 0.3s ease;
}

.formTittle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  width: auto;
  height: 100px;
  z-index: 12;
  font-size: 80px;
  transform: scaleY(0.9);
  font-family: "register";
  white-space: nowrap;
  overflow: hidden;
  color: #bfd4e9;
}

.formContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: top;
  padding: 20px;
  width: 500px;
  height: 400px;
  z-index: 12;
  font-weight: bold;
  top: 20px;
}

.formRow {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 130px;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 20px;
}

.formRow2 {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 170px;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 20px;
  white-space: nowrap;
}

.formRowCheckbox {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 25px;
  white-space: nowrap;
  margin-top: -8px;
}

.formLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  width: 20px;
  height: 20px;
  font-size: 25px;
}

.formLabelCheckbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 14px;
  width: 95px;
  height: 20px;
  font-size: 20px;
  color: #bfd4e9;
}

#stayLoged[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #819db8;
  border-radius: 5px;
  background-color: #bfd4e9;
}

#stayLoged[type="checkbox"]:checked {
  background-color: #345178;
  border-color: #345178;
}

#stayLoged[type="checkbox"]:checked::before {
  margin-top: -3px;
  content: "✔";
  display: block;
  color: #bfd4e9;
  text-align: center;
  font-size: 16px;
}

input[type="text"],
input[type="password"] {
  background-color: #819db8;
  padding: 5px;
  color: #1c2128;
  outline: 4px solid #bfd4e9;
  font: inherit;
  border-radius: 5px;
  border: none;
}

input[type="text"]:focus,
input[type="password"]:focus {
  outline: 4px solid #345178;
  color: #bfd4e9;
  border: none;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  color: #bfd4e9;
}

#errorLabelLogin {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 60%;
  height: 30px;
  bottom: -20px;
}

#errorLabelRegister {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 60%;
  height: 30px;
  bottom: -20px;
}

#loginSubmit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 50px;
  font-size: 22px;
  background-color: #345178;
  border-radius: 10px;
  transition: background-color 0.5s ease, outline 0.5s ease;
  border: 0;
}

#loginSubmit:hover {
  background-color: #1c2128;
  border: 2px solid #bfd4e9b1;
}

#registerSubmit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 50px;
  font-size: 22px;
  background-color: #345178;
  border-radius: 10px;
  transition: background-color 0.5s ease, outline 0.5s ease;
  border: 0;
}

#registerSubmit:hover {
  background-color: #1c2128;
  border: 2px solid #bfd4e9b1;
}

.boxx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  border-radius: 20px;
  margin-right: 0px;
  transition: margin-right 1s ease, margin-left 1s ease;
}

.card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  padding-right: 20px;
  gap: 10px;
  border: 1px solid grey;
  border-radius: 15px;
  text-align: center;
  min-width: 550px;
  overflow: hidden; /* Para evitar que el pseudo-elemento se salga de los bordes */
  transition: transform 2s; /* Solo la transición del scale */
  backdrop-filter: blur(2px) brightness(70%);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/g_sistemas_empresariales_exp2.jpg.png");
  background-size: cover;
  opacity: 0;
  filter: blur(5px); /* Empieza sin desenfoque */
  transition: opacity 0.5s, filter 0.75s; /* Transición tanto para la opacidad como para el desenfoque */
  z-index: -1; /* Mantiene el fondo detrás del contenido */
}

.card:hover {
  animation-name: animacion;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.card:hover::before {
  opacity: 0.6; /* Al hacer hover, el fondo se vuelve visible */
  filter: blur(0px); /* Aplica desenfoque progresivo al fondo */
}

.card1::before {
  background-image: url("img/g_datos_ext2.png");
}

.card2::before {
  background-image: url("img/g_moviles_ext2.png");
}

.card3::before {
  background-image: url("img/g_empresas_ext2.png");
}

.card4::before {
  background-image: url("img/g_interfaces_exp2.png");
}

.card5::before {
  background-image: url("img/g_servicios_y_procesos_exp2.png");
}

.card6::before {
  background-image: url("img/g_sistemas_empresariales_exp2.png");
}

@keyframes animacion {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.02);
  }
}

.img {
  margin-right: 70px;
  width: 20%;
  opacity: 100%;
}

div.img img {
  height: 90px;
  border-radius: 5px;
}

.title {
  font-size: 24px;
}

/*Propiedades para IMAGENES*/

#Cc1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc1preview {
  display: none;
  position: fixed;
  bottom: 13px;
  left: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc2preview {
  display: none;
  position: fixed;
  bottom: 33px;
  left: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc3preview {
  display: none;
  position: fixed;
  top: 13px;
  left: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: 999;
  transition: opacity 2.5s ease-in-out;
}

#Cc4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc4preview {
  display: none;
  position: fixed;
  top: 33px;
  left: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc5preview {
  display: none;
  position: fixed;
  top: 13px;
  right: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc6preview {
  display: none;
  position: fixed;
  top: 33px;
  right: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc7 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc7preview {
  display: none;
  position: fixed;
  bottom: 13px;
  right: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc8 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

#Cc8preview {
  display: none;
  position: fixed;
  bottom: 33px;
  right: 30px;
  width: 30px;
  height: 20px;
  object-fit: cover;
  z-index: -1;
  transition: opacity 2.5s ease-in-out;
}

.ButtonCc1 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  bottom: 0;
  left: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc2 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  bottom: 20px;
  left: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc3 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  top: 0;
  left: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc4 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  top: 20px;
  left: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc5 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  top: 0;
  right: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc6 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  top: 20px;
  right: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc7 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  bottom: 0;
  right: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.ButtonCc8 {
  font-size: 16px;
  padding: 10px;
  margin: 20px;
  width: 1px;
  background-color: #262b31;
  position: absolute;
  bottom: 20px;
  right: 0;

  background: none;
  border: 8;
  color: inherit;

  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  opacity: 20%;
}

.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(60%);
  right: 300px;
  transition: right 1.2s ease;
  z-index: 99;
}

.container.active {
  right: 0;
}

.credit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-family: arial;
}

.switch {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 4rem;
}

.switch input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.background {
  z-index: 1;
  position: absolute;
  width: 7.5rem;
  height: 4rem;
  border-radius: 2.5rem;
  border: 0.25rem solid #202020;
  background: linear-gradient(to right, #484848 0%, #1c2128 100%);
  transition: all 0.3s;
}

.stars1,
.stars2 {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.stars1 {
  top: 6px;
  right: 23px;
}

.stars2 {
  top: 40px;
  right: 48px;
}

.stars1:after,
.stars1:before,
.stars2:after,
.stars2:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.2s all ease;
}

.stars1:after {
  top: 8px;
  right: 20px;
}

.stars1:before {
  top: 18px;
  right: -12px;
}

.stars2:after {
  top: -8px;
  right: -16px;
}

.stars2:before {
  top: 6px;
  right: -26px;
}

.sun-moon {
  z-index: 2;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
  background: #fffdf2;
  border-radius: 50%;
  transition: all 0.5s ease;

  /* Default to Moon */
  border: 0.25rem solid #dee2c6;
}

.sun-moon .dots {
  position: absolute;
  top: 3px;
  left: 23px;
  height: 1rem;
  width: 1rem;
  background: #efeedb;
  border: 0.25rem solid #dee2c6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after,
.sun-moon .dots:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #efeedb;
  border: 0.25rem solid #dee2c6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after {
  top: -4px;
  left: -24px;
}

.sun-moon .dots:before {
  top: 18px;
  left: -10px;
}

/* Transition to Sun */

.switch input:checked ~ .sun-moon {
  left: calc(100% - 4rem);
  background: #eee98f;
  border-color: #ebcc65;
  transform: rotate(-25deg);
}

.switch input:checked ~ .sun-moon .dots,
.switch input:checked ~ .sun-moon .dots:after,
.switch input:checked ~ .sun-moon .dots:before {
  background: #ffffff;
  border-color: #ffffff;
}

.switch input:checked ~ .sun-moon .dots {
  height: 1.5rem;
  width: 1.5rem;
  top: 0px;
  left: -20px;
  transform: rotate(25deg);
}

.switch input:checked ~ .sun-moon .dots:after {
  height: 0.65rem;
  width: 0.65rem;
  top: 2px;
  left: -12px;
}

.switch input:checked ~ .sun-moon .dots:before {
  height: 0.4rem;
  width: 0.4rem;
  top: 6px;
  left: 14px;
}

.switch input:checked ~ .background .stars1,
.switch input:checked ~ .background .stars2 {
  opacity: 0;
  transform: translateY(2rem);
}

.switch input:checked ~ .background {
  border: 0.25rem solid #c4c389;
  background: linear-gradient(to right, #cbca8f 0%, #edeba4 100%);
}

.betaLabelContainer{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
  width: 100%;
  height: 10px;
}

.betaLabelInfo{
  position: relative;
  background-color: transparent;
  border-radius: 22px;
  color: red;
  border: 2px solid red;
  height: 22px;
  min-width: 22px;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
}

.betaLabel{
  position: relative;
  display: flex;
  width: 80%;
  font-size: 15px;
  line-height: 1.5;
  color: red;
  text-align: justify;
  margin-left: -27px;
}

#modifiersContainer {
  position: fixed;
  width: 30vh;
  height: 100vh;
  align-items: center;
  justify-content: top;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  transform: translateX(102vw);
  gap: 20px;
  /*overflow-y: auto;
  overflow-x: hidden;*/
  box-shadow: -10px -10px 14px 0px rgba(0, 0, 0, 0.3);
}

.modifiersContainer::-webkit-scrollbar {
  display: none; /* Oculta la barra en navegadores basados en Webkit */
}


/* Scroll personalizado para WebKit (Chrome, Safari) */
#modifiersContainer::-webkit-scrollbar {
  width: 10px; /* Anchura del scrollbar */
}

#modifiersContainer::-webkit-scrollbar-thumb {
  background-color: #737f8b; /* Color del "thumb" (la parte que se desplaza) */
  border-radius: 5px; /* Bordes redondeados */
}

#modifiersContainer::-webkit-scrollbar-track {
  background-color: transparent; /* Color de fondo del track (donde se mueve el thumb) */
  border-radius: 5px; /* Bordes redondeados */
}

#modifiersContainer::-webkit-scrollbar-thumb:hover {
  background-color: #bfd4e9; /* Color del "thumb" al pasar el ratón encima */
}

#modifiersContainer.active {
  transform: translateX(85vw);
}

#flechaaModifiers {
  width: 40px;
  height: 80px;
  position: fixed;
  top: calc(50vh - 20px);
  right: 12vw;
  transform: rotate(90deg) rotateX(0deg) translateY(-11vw);
  transition: transform 0.75s ease;
  z-index: 2;
}

#flechaaModifiers.active {
  transform: rotate(90deg) rotateX(180deg) translateY(-10vh);
}

#flechaHitbloxPlusModifiers {
  background-color: transparent;
  position: fixed;
  width: 1.5vw;
  height: calc(100vh - 380px);
  transition: transform 0.5s ease;
  transform: translateX(99vw);
  z-index: 0;
  pointer-events: all;
  /*background-color: rgba(0, 0, 255, 0.596);*/
  top: 0;
}

#flechaHitbloxPlusModifiers.active {
  transform: translateX(102vw);
}

#flechaHitbloxPlusModifiers2 {
  background-color: transparent;
  position: fixed;
  width: 840px;
  height: calc(100vh - 380px);
  transition: right 0.5s ease;
  z-index: 0;
  pointer-events: all;
  /*background-color: rgba(77, 77, 185, 0.596);*/
  right: 102vw;
  top: 0px;
  z-index: 10;
}


#flechaHitbloxPlusModifiers2.active {
  right: 35vh;
}

#flechaHitbloxPlusModifiers3 {
  background-color: transparent;
  position: fixed;
  width: 420px;
  height: 380px;
  transition: right 0.5s ease;
  z-index: 0;
  pointer-events: all;
  /*background-color: rgba(77, 185, 140, 0.596);*/
  right: 102vw;
  bottom: 0px;
  z-index: 10;

}


#flechaHitbloxPlusModifiers3.active {
  right: calc(420px + 28vh);
}

#menuLabelModifiers {
  background-color: transparent;
  position: fixed;
  display: flex;
  width: 10vw;
  height: 10vw;
  z-index: -1;
  top: calc(50vh - 9vh);
  left: 12vw;

  font-size: 36px;
  line-height: 1;
  transform: scaleY(1.2) translateX(81.5vw) rotate(90deg);
  font-family: "verti";
  color: #bfd4e9;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  transition: left 0.5s ease;
}

#menuLabelModifiers.active {
  left: 14vw;
  color: #bab58d96;
}

#skinsContainer {
  background: linear-gradient(180deg, #1c2128 10%, #737f8b 200%);
  background: -webkit-linear-gradient(180deg, #1c2128 10%, #737f8b 200%);
  background: -moz-linear-gradient(180deg, #1c2128 10%, #737f8b 200%);
  position: fixed;
  width: 15vw;
  height: 100vh;
  align-items: center;
  justify-content: top;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
  transform: translateX(-15vw);
  gap: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.3);
}

/* Scroll personalizado para WebKit (Chrome, Safari) */
#skinsContainer::-webkit-scrollbar {
  width: 10px; /* Anchura del scrollbar */
}

#skinsContainer::-webkit-scrollbar-thumb {
  background-color: #737f8b; /* Color del "thumb" (la parte que se desplaza) */
  border-radius: 5px; /* Bordes redondeados */
}

#skinsContainer::-webkit-scrollbar-track {
  background-color: transparent; /* Color de fondo del track (donde se mueve el thumb) */
  border-radius: 5px; /* Bordes redondeados */
}

#skinsContainer::-webkit-scrollbar-thumb:hover {
  background-color: #bfd4e9; /* Color del "thumb" al pasar el ratón encima */
}

#skinsContainer.active {
  transform: translateX(0vw);
}

#flechaaSkins {
  width: 40px;
  height: 80px;
  position: fixed;
  top: calc(50vh - 20px);
  left: 12vw;
  transform: rotate(270deg) rotateX(0deg) translateY(-11vw);
  transition: transform 0.75s ease;
  z-index: 2;
}

#flechaaSkins.active {
  transform: rotate(270deg) rotateX(180deg) translateY(-5vw);
}

#flechaHitbloxPlusSkins {
  background-color: transparent;
  position: fixed;
  width: 1.5vw;
  height: 100vh;
  transition: transform 0.5s ease;
  transform: translateX(-1vw);
  z-index: 1;
}

#flechaHitbloxPlusSkins.active {
  transform: translateX(15vw);
  width: 3vw;
}

#menuLabelSkins {
  background-color: transparent;
  position: fixed;
  display: flex;
  width: 10vw;
  height: 10vw;
  z-index: -1;
  top: calc(50vh - 9vh);
  left: 12vw;

  font-size: 36px;
  line-height: 1;
  transform: scaleY(1.2) translateX(-15.5vw) rotate(-90deg);
  font-family: "verti";
  color: #bfd4e9;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  transition: left 0.5s ease;
}

#menuLabelSkins.active {
  left: 10vw;
}


.tomatoContainer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 90px;
  height: 50px;
  top: 106px;
  left: 67px;
  transition: margin-left 0.5s ease;
  font-size: 26px;
  color: #C45C50;
  /*color: #e412123a;*/
  font-weight: bold;
  font-size: 32px;
  gap: 10px;
  font-family: "kemco";
}

#tomatoImg {
  width: 30px;
  height: 30px;
  z-index: 1;
  margin-top: -22px;
}

.tomatoAnim {
  position: absolute;
  left: 0px;
  width: 115px;
  height: 115px;
  z-index: 1;
  margin-top: -2px;
  margin-left: 0px;
  filter: brightness(1.33) saturate(1.5);
  opacity: 1;
  transition: margin-left 1s ease, opacity 0.5s ease;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#tomatoLabel {
  width: 100%;
  height: 100%;
  margin-top: 5.5px;
  margin-left: 13px;
  z-index: 50;
}


.tomatoSliceContainer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 90px;
  height: 50px;
  top: 156px;
  left: 67px;
  transition: margin-left 0.5s ease;
  font-size: 26px;
  color: #ad463f;
  /*color: #e412123a;*/
  font-weight: bold;
  font-size: 32px;
  gap: 10px;
  font-family: "kemco";
}

#tomatoSliceImg {
  width: 35px;
  height: auto;
  z-index: 1;
  margin-top: -22px;
  filter: saturate(0.8);
}

.tomatoSliceAnim {
  width: 115px;
  height: 115px;
  z-index: 1;
  margin-top: -2px;
  margin-left: -120px;
  filter: brightness(1.33) saturate(1.5);
  opacity: 1;
  transition: margin-left 1s ease, opacity 0.5s ease;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#tomatoSliceLabel {
  width: 100%;
  height: 100%;
  margin-top: 5.5px;
  margin-left: 8px;
  z-index: 50;
  color: #ad463f;
}



.coinsContainer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 90px;
  height: 50px;
  top: 33px;
  left: 60px;
  transition: margin-left 0.5s ease;
  font-size: 26px;
  color: #e2cd55;
  /*color: #e412123a;*/
  font-weight: bold;
  font-size: 41px;
  gap: 10px;
  font-family: "kemco";
}

.coinsContainerHitbox{
  position: absolute;
  width: 65px;
  height: 55px;
  top: -2px;
  left: -7px;
  border-radius: 7px;
  z-index: 100;
}
.coinsContainerHitbox:hover{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.712) inset;
}
.coinsHoverTooltip{
  position: absolute;
  top: 5px;
  left: 60px;
  width: auto;
  height: 40px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.527));
  gap: 15px;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 1000;
}


.tomatoContainerHitbox{
  position: absolute;
  width: 65px;
  height: 45px;
  top: -7px;
  left: -3px;
  border-radius: 7px;
  z-index: 100;
}
.tomatoContainerHitbox:hover{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.712) inset;
}
.tomatoHoverTooltipUsage{
  position: absolute;
  top: -6px;
  left: 60px;
  width: auto;
  height: 40px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.527));
  gap: 15px;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 1000;
}
.tomatoHoverTooltip{
  position: absolute;
  top: 90px;
  left: 60px;
  width: auto;
  height: 40px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.527));
  gap: 15px;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 1000;
}



.tomatoSliceContainerHitbox{
  position: absolute;
  width: 65px;
  height: 45px;
  top: -7px;
  left: -3px;
  border-radius: 7px;
  z-index: 100;
}
.tomatoSliceContainerHitbox:hover{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.712) inset;
}
.tomatoSliceHoverTooltip{
  position: absolute;
  top: 0px;
  left: 60px;
  width: auto;
  height: 40px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.527));
  gap: 15px;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 1000;
}



.usageLogo{
  width: 30px;
  height: auto;
  margin-left: -3px;
}

.sliceItIcon{
  position: absolute;
  top: 22px;
  left: 23px;
  width: 90px;
  height: auto;
}

.infoLogo{
  width: 30px;
  height: auto;
}

.infoLogo.coinsContainerHitboxLogo{
  filter: brightness(0) saturate(100%) invert(100%) sepia(57%) saturate(2232%) hue-rotate(337deg) brightness(93%) contrast(87%);
}
.infoLogo.tomatoContainerHitboxLogo,
.usageLogo.tomatoContainerHitboxLogo{
  filter: brightness(0) saturate(100%) invert(37%) sepia(52%) saturate(525%) hue-rotate(318deg) brightness(108%) contrast(102%);
}
.infoLogo.tomatoSliceContainerHitboxLogo{
  filter: brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(2863%) hue-rotate(316deg) brightness(85%) contrast(89%);
}
.infoLogo.tomatoContainerHitboxLogo{
  margin-top: -20px;
}

.infoTextUsage{
  font-family: pixelmix;
  font-size: 14px;
  width: 380px;
  margin-top: 15px;

  text-align: left;

  letter-spacing: 3px;
  line-height: 2.2;
}

.infoText{
  font-family: pixelmix;
  font-size: 14px;
  width: 350px;
  margin-top: 70px;

  text-align: left;

  letter-spacing: 3px;
  line-height: 1.7;
}
.tomatoContainer .infoText{
  margin-top: 150px;
  width: 350px;
  line-height: 2;
}
.tomatoSliceContainer .infoText{
  margin-top: 30px;
  width: 350px;
}

.infoText.coinsContainerHitboxInfo{
  color: #e2cd55;
}
.infoText.tomatoContainerHitboxInfo,
.infoTextUsage.tomatoContainerHitboxInfo{
  color: #C45C50;
}
.infoText.tomatoSliceContainerHitboxInfo{
  color: #ad463f;
}

.coinsContainerCoin {
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-top: -2px;
}

.coinLabel {
  margin-top: 5.5px;
  margin-left: 13px;
  z-index: 50;
}

#coinsContainerAnimationContainer {
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 90px;
  height: 50px;
}


.coinsContainerAnimation {
  position: absolute;
  top: -39.1px;
  left: -20px;
  width: 140px;
  height: 87.9px;
  filter: saturate(1.1) brightness(1) contrast(1.5)
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  /*filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(18%) hue-rotate(29deg) brightness(111%) contrast(97%);*/
  transition: margin-left 1.2s, filter 0.6s ease;
}

.coinsContainerAnimationBackground {
  position: absolute;
  top: -44px;
  left: -20px;
  width: 140px;
  height: 95px;
  /*filter: saturate(1.1) brightness(1) contrast(1.5);*/
  filter: brightness(0) saturate(100%) invert(10%) sepia(9%) saturate(1370%)
    hue-rotate(175deg) brightness(92%) contrast(92%);
  transition: opacity 0.01s ease, filter 0.75s ease;
  opacity: 0%;
}

.coinsContainerAnimationNo {
  position: absolute;
  top: -39.1px;
  left: -20px;
  width: 140px;
  height: 87.9px;
  filter: saturate(1.1) brightness(1) contrast(1.5);
  /*filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(18%) hue-rotate(29deg) brightness(111%) contrast(97%);*/
}

.coinRestar{
  position: absolute;
  font-size: 30px;
  font-family: "kemco";
  color: #e2cd55;
  letter-spacing: 0px;
  filter: drop-shadow(10px 10px 3px rgba(0, 0, 0, 0.541));
  transform: rotateZ(-30deg);
  z-index: 200;
  pointer-events: none;
  animation: coinRestar 2s forwards;
}

@keyframes coinRestar {
  0% {
    letter-spacing: 0px;
    margin-top: 20px;
    transform: scale(1, 1) rotateZ(-20deg);
    opacity: 1;
  }

  100% {
    letter-spacing: 10px;
    margin-top: 40px;
    transform: scale(1.3, 1.3) rotateZ(-10deg);
    opacity: 0;
  }
}

.titulo {
  position: relative;
  display: flex;
  width: 30px;
  max-height: 120px;
  font-size: 36px;
  transform-origin: top;
  line-height: 1;
  transform: scaleY(5) translateX(-40px) translateY(20px);
  font-family: "verti";
  top: -120px;
  margin-top: 20px;
  color: #bfd4e9;
}

.hr {
  position: relative;
  display: flex;
  min-height: 2px;
  width: 85%;
  background-color: #bfd4e9;
  margin-top: 10px;
  margin-bottom: 60px;
}

.hr:nth-child(2){
  margin-top: 85px;
  margin-bottom: 0px;
}


#skinsSearchContainer{
  min-height: 35px;
  width: 85%;
  margin-top: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#searchIcon{
  position: absolute;
  width: 25px;
  height: auto;
  right: 9%;
}
#searchIcon.night{
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
#searchIcon.day{
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}

.searchLabel{
  display: flex;
  min-width: 35%;
  font-size: 20px;
  font-weight: bold;
}
#skinsSearch{
  all: unset;
  display: flex;
  min-height: 35px;
  width: 100%;
  background-color: #bfd4e9;
  color: #1c2128;
  font-weight: bold;
  font-size: 19px;
  justify-content: flex-start;
  align-items: left;
  text-align: left;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 7px;
}



#filterParentCont{
  min-height: 35px;
  width: 85%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: -10px;
}

.filterLabel{
  display: flex;
  min-width: 35%;
  font-size: 19px;
  font-weight: bold;
  white-space: nowrap;
}
#filterCont{
  position: relative;
  width: 100%;
  height: 35px;
  pointer-events: all;
  left: 0vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 19px;
  background-color: #bfd4e91c;
}
#filterCont.day:hover{
  background-color: #71604e4f;
}
#filterCont.night:hover{
  background-color: #bfd4e949;
}

#filterContSelected {
  display: block;
  text-align: left;
  width: 100%;
}

#filterContContextMenu{
  position: absolute;
  top: 36px;
  right: 0px;
  display: none;
  width: 100%;
}

.flechaComboBox{
  position: absolute;
  width: 20px;
  right: 5px;
  transform: rotateZ(0deg);
  transition: all 0.3s ease;
}

.flechaComboBox.rotate{
  transform: rotateZ(180deg);
}

.flechaComboBox.day{
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
.flechaComboBox.night{
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}

.iconList{
  width: 21px;
  transform: translateY(6px);
  margin-right: 5px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.iconList.day{
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)) brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
.iconList.night{
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)) brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}

#filterContImg{
  margin-left: 7px;
  margin-right: 7px;
  transform: translateY(2px);
}






.skinContainer {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  width: 70%;
  min-height: 280px;
  max-height: 280px;
  border: 2px solid #bfd4e9;
  border-radius: 25px;
  overflow: visible;

  transform: perspective(525px) translateZ(0) rotateX(var(--dx)) rotateY(var(--dy)) scale(1);
  transition: transform 150ms linear, filter 150ms linear;
}


.skinContainer.active {
  transform: perspective(525px) translateZ(0) rotateX(var(--dx)) rotateY(var(--dy)) scale(1.13);
}

/*hr -> margin-bottom*/
.skinContainer:last-of-type{
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .skinContainer {
    overflow: hidden;
  }
}

.skinContainerBackdropFilter {
  /*backdrop-filter: blur(20px);*/
  background-color: #68654f;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  width: 100%;
  min-height: 100%;
  border-radius: 25px;
  z-index: -20;
}

.boxshadow {
  position: absolute;
  display: flex;
  flex-direction: row;
  background-color: transparent;
  border-radius: 25px;
  width: 100%;
  min-height: 100%;
  z-index: -21;
  pointer-events: none;
  overflow: visible;
}

.boxshadowNight {
  background-color: transparent;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 50%;
  min-height: 100%;
  overflow: visible;

  box-shadow: 0px 0px 0px 0px #65a4e4;
  -webkit-box-shadow: 0px 0px 0px 0px #65a4e4;
  -moz-box-shadow: 0px 0px 0px 0px #65a4e4;
}

.boxshadowNight.active {
  background-color: transparent;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 50%;
  min-height: 100%;
  overflow: visible;
  transition: box-shadow 0.3s ease-in-out;

  box-shadow: 0px 0px 28px 13px #65a4e4;
  -webkit-box-shadow: 0px 0px 28px 13px #65a4e4;
  -moz-box-shadow: 0px 0px 28px 13px #65a4e4;
}

.boxshadowDay {
  background-color: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 50%;
  min-height: 100%;
  overflow: visible;
  transition: box-shadow 0.3s ease-in-out;

  box-shadow: 0px 0px 0px 0px #beb265;
  -webkit-box-shadow: 0px 0px 0px 0px #beb265;
  -moz-box-shadow: 0px 0px 0px 0px #beb265;
}

.boxshadowDay.active {
  background-color: transparent;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 50%;
  min-height: 100%;
  overflow: visible;

  box-shadow: 0px 0px 28px 13px #beb265;
  -webkit-box-shadow: 0px 0px 28px 13px #beb265;
  -moz-box-shadow: 0px 0px 28px 13px #beb265;
}

.skinContainerLock {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  width: 100%;
  min-height: 100%;
  border-radius: 25px;
  background-color: rgba(119, 119, 119, 0.342);
  backdrop-filter: blur(2px);
  filter: saturate(0.5);
  z-index: 10;
  transition: opacity 0.2s ease;
  opacity: 100%;
}

.skinContainerDeprecated {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  pointer-events: all;
  width: 100%;
  min-height: 100%;
  border-radius: 25px;
  background-color: rgba(119, 119, 119, 0.342);
  backdrop-filter: blur(2px);
  filter: saturate(0.5);
  z-index: 21;
  transition: opacity 0.2s ease;
  opacity: 100%;
}

.deprecated{
  position: absolute;
  width: 90%;
  top: 25%;
  -webkit-user-drag: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  z-index: 22;
}

.deprecatedBlock{
  pointer-events: none;
  backdrop-filter: none;
  background-color: rgba(119, 119, 119, 0);
}

.candado {
  position: absolute;
  z-index: 20;
  width: 100px;
  height: auto;
  margin-top: 0px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 100%;
  animation-name: lockBalancing;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes lockBalancing {
  0% {
    transform: translateY(-7px) rotate(0deg); /* Balanceo hacia arriba */
  }

  50% {
    transform: translateY(0px) rotate(1deg); /* Centro con ligera rotación */
  }

  100% {
    transform: translateY(-7px) rotate(0deg); /* Balanceo hacia arriba */
  }
}

.skinPortada {
  position: relative;
  display: flex;
  width: 450px;
  height: 350px;
  top: -60px;
}

.skinPortadaGhostRiderCont{
  position: absolute;
  width: 230px;
  height: 230px;
  overflow: hidden;
}
/*  top: -75px;*/
.skinPortadaGhostRider{
  position: relative;
  display: flex;
  width: 230px;
  height: 230px;
  transform: translateY(-75px);
}

.tituloSkin {
  position: relative;
  display: flex;
  top: -130px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.releaseDate {
  position: relative;
  display: flex;
  top: -123px;
  font-style: italic;
  font-size: 14px;
  opacity: 80%;
  white-space: nowrap;
  z-index: 10;
}

.skinContainerNotVisible {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  width: 100%;
  min-height: 100%;
  border-radius: 25px;
  z-index: 10;
  transition: opacity 0.2s ease;
}

.tituloSkinNotVisible {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 123px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.priceContainerNotVisible {
  width: 120px;
  height: 20px;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 27px;
  color: #e9e02c;
  outline: 2px solid #e9e02c8a;
  border-radius: 20px;
  font-family: "verti";
}

.priceContainer {
  width: 80%;
  height: 20px;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  top: -120px;
  font-family: "verti";
}

.price {
  color: #e9e02c;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgb(255, 156, 43);
}

.priceNormal {
  font-size: 14px;
  font-weight: bold;
}

.coin {
  width: 20px;
  height: 20px;
  margin-left: -3px;
  margin-top: -1px;
  z-index: 1;
}

.coinBlur {
  position: absolute;
  width: 20px;
  height: 20px;
  filter: blur(5px);
  margin-left: 80px;
  margin-top: -1px;
  opacity: 65%;
}

.tier {
  position: relative;
  display: flex;
  top: -110px;
  font-weight: bold;
  font-size: 14px;
  opacity: 80%;
  padding: 3px;
  padding-left: 6px;
  padding-right: 5px;
  border-radius: 4px;
  z-index: 10;
}

.common {
  color: white;
  background-color: rgb(92, 92, 92);
}

.rare {
  color: white;
  background-color: rgb(62, 83, 177);
}

.epic {
  color: white;
  background-color: rgb(106, 23, 106);
}

.legendary {
  color: #1c2128;
  background-color: rgb(255, 239, 17);
}

.buttonThemeContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10%;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 29px;
  top: -97px;
}

.buttonTheme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  width: 100%;
  height: 29px;
  border-radius: 5px;
  z-index: 2;
}

.buttonThemeNight {
  border-bottom-left-radius: 15px;
  background-color: #bfd4e9a9;
  transition: background-color 0.2s;
  z-index: 3;
}

.buttonThemeNight:hover {
  background-color: #bfd4e9f0;
}

.buttonThemeDay {
  border-bottom-right-radius: 15px;
  background-color: #e9ddbfad;
  transition: background-color 0.2s;
  z-index: 3;
}

.buttonThemeDay:hover {
  background-color: #e9ddbfee;
}

.buttonTheme.active{
  filter: drop-shadow(0 0 10px white);
}

.buttonThemeLock {
  border-bottom-right-radius: 15px;
  background-color: #e9ddbfad;
  transition: background-color 0.2s;
  z-index: 3;
}

.buttonThemeLock:hover {
  background-color: #e9ddbfee;
}

.buttonThemeImg {
  position: relative;
  display: flex;
  padding: 4px;
  width: 25px;
  height: 25px;
}

#logoutButton {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 60px;
  height: 60px;
  transition: left 0.5s ease;
  z-index: 2;
}

/* UNDERWATER SKIN */

#svgUnderwater {
  position: absolute;
  z-index: 300;
  pointer-events: none;
}

#underwater {
  width: 101vw;
  height: 101vh;
  position: absolute;
  top: 0vw;
  left: -1vh;
  z-index: 301;
  pointer-events: none;
  opacity: 0%;
  mix-blend-mode: overlay;
  filter: brightness(1) contrast(1);
  transition: filter 0.5s ease;
  display: none;
}
#underwater.active {
  opacity: 100%;
  filter: brightness(2) contrast(0.7);
}

#underwaterTransi {
  width: 101vw;
  height: 101vh;
  position: absolute;
  top: 0vw;
  left: -1vh;
  z-index: 302;
  pointer-events: none;
  opacity: 100%;
  mix-blend-mode: overlay;
  filter: brightness(1) contrast(1);
  transition: opacity 0.5s ease, filter 0.5s ease;
  display: none;
}
#underwaterTransi.active {
  opacity: 100%;
  filter: brightness(2) contrast(0.7);
}

#filterUnderwaterDupe {
  position: absolute;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  cursor: none;

  z-index: -10;
  /*filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(5554%) hue-rotate(357deg) brightness(105%) contrast(116%);*/
}

#filterUnderwater {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  cursor: none;
}

#filterUnderwater.active {
  filter: url(#distort);
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  cursor: none;
}

#filterUnderwater,
#filterUnderwaterDupe {
  will-change: opacity, mask-position;
  transition: opacity 0.5s ease-in-out, mask-position 0.5s ease-in-out;
}

.fullscreenImage-CursorCoinAnim {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 190;
  transition: opacity 1s ease, margin-top 3s ease, margin-left 0.5s ease;

   /* Aplicamos una máscara que quita el 20% inferior */
   mask-image: linear-gradient(to top, transparent 20%, black 20%);
   -webkit-mask-image: linear-gradient(to top, transparent 20%, black 20%);
}

/* RTX BUTTON */
#rtxContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 1.2s ease;
  width: 40px;
  height: 60px;
  right: 150px;
  z-index: 13;
}

#rtxContainer.active {
  right: 0px;
}

.rtxImg {
  position: absolute;
  width: 150px;
  height: auto;
}

#rtxON,
#rtxOFF {
  transition: right 0.5s ease, opacity 0.5s ease;
  z-index: 9;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.568));
  pointer-events: none;
}

#rtxON {
  right: 17px;
}

#rtxOFF {
  right: -127px;
}

#rtxBLANK,
#rtxGREEN {
  transition: opacity 0.5s ease;
  z-index: 8;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.268));
}

/* Estado activo */
.rtxActivo #rtxBLANK {
  opacity: 0;
}

.rtxActivo #rtxOFF {
  opacity: 0;
}

.rtxActivo #rtxGREEN {
  opacity: 1;
}

.rtxActivo #rtxON {
  right: -55px;
  opacity: 1;
}

/* Estado inactivo */
.rtxInactivo #rtxBLANK {
  opacity: 1;
}

.rtxInactivo #rtxOFF {
  opacity: 1;
  right: -55px;
}

.rtxInactivo #rtxGREEN {
  opacity: 0;
}

.rtxInactivo #rtxON {
  opacity: 0;
}

#settingsImgContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  top: 30px;
  right: 50px;
  transition: right 0.5s ease, margin-right 0.5s ease;
  z-index: 6;
}

#settingsImg {
  position: absolute;
  display: flex;
  width: 40px;
  height: auto;
  transition: transform 1.2s ease;
  /*filter: invert(100%) hue-rotate(180deg) brightness(0.5);*/
  transform: rotateZ(0deg);
  z-index: 5;
}

#settingsImg.active {
  transform: rotateZ(720deg);
}

#settingsImgLight {
  position: relative;
  display: flex;
  width: 40px;
  height: auto;
  transition: transform 1.2s ease, opacity 1.2s ease;
  z-index: 6;
  transform: rotateZ(0deg);
  opacity: 1%;
}

#settingsImgLight.active {
  transform: rotateZ(720deg);
  opacity: 100%;
}

@keyframes slideInSettingsContainer {
  0% {
    right: -700px;
    opacity: 1; /**/
  }
  75% {
    right: 130px;
    opacity: 1;
  }
  100% {
    right: 110px;
    opacity: 1;
  }
}

@keyframes slideOutSettingsContainer {
  0% {
    right: 110px;
    opacity: 1;
  }
  25% {
    right: 130px;
    opacity: 1;
  }
  100% {
    right: -700px;
    opacity: 1; /**/
  }
}

#settingsContainer {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 400px;
  height: 60px;
  top: 20px;
  right: -400px;
  justify-content: right;
  align-items: center;
  z-index: 5;
  transition: right 1s ease, margin-right 0.5s ease;
}

#settingsContainer.active {
  animation: slideInSettingsContainer 1s ease forwards;
}

#settingsContainer.notActive {
  animation: slideOutSettingsContainer 1s ease forwards;
}

#volumenContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 1.2s ease;
  width: 90px;
  height: 60px;
  right: 50px;
  z-index: 13;
}

#volumenContainer.active {
  right: 0px;
}

#volumenImg {
  position: absolute;
  width: 50px;
  padding: 10px;
  height: auto;
  border-radius: 5px;
}

#volumenImgDropShadow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: -1;
  opacity: 0%;
}

#volumenImgDropShadow.night{
  border: 4px solid #1c2128;
  background-color: #1c2128;
  box-shadow: 0px 0px 20px -5px #07080a inset;
  filter: drop-shadow(0px 0px 2px #15181db9);
}

#volumenImgDropShadow.day{
  border: 4px solid #dddcb0;
  background-color: #dddcb0;
  box-shadow: 0px 0px 20px -5px #07080a9a inset;
  filter: drop-shadow(0px 0px 2px #b6b591ad);
}

.volumenImgNight {
  filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(861%)
    hue-rotate(178deg) brightness(96%) contrast(90%);
  transition: filter 0.5s ease;
  /* #bfd4e9 */
}

.volumenImgDay {
  filter: brightness(0) saturate(100%) invert(39%) sepia(11%) saturate(975%) hue-rotate(350deg) brightness(89%) contrast(82%);
  transition: filter 0.5s ease;
}

/* SLIDER */
.slider {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  width: 180px;
  height: 18px;
  background: #bfd4e9ac;
  border-radius: 10px;
  outline: none;
  transform: rotate(-270deg);
  position: absolute;
  top: 140px;
  padding: 5px;
  transition: opacity 0.5s ease;
}

/*BOLA*/
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 48px;
  margin-top: 2px;
  background-image: url("img/sliderAudio.png");
  background-size: cover;
  background-position: center;
  transform: rotate(270deg);
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1647%)
    hue-rotate(174deg) brightness(89%) contrast(89%);
}

.slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 48px;
  margin-top: 2px;
  background-image: url("img/sliderAudio.png");
  background-size: cover;
  background-position: center;
  transform: rotate(270deg);
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1647%)
    hue-rotate(174deg) brightness(89%) contrast(89%);
}

/* Tooltip */
.tooltipVolume {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: left;
  left: 70px;
  background-color: #34527a;
  min-width: 50px;
  color: #bfd4e9ac;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 85px;
  transition: opacity 0.5s ease;
  opacity: 0%;

  background:  #8C7760;
  background: #dddcb0;
  background: #2d1e03;
}

#volumenImgUd {
  position: absolute;
  width: 75px;
  top: -8.5px;
  left: 3px;
  height: auto;
  pointer-events: none;
}

#tooltipLabel {
  display: flex;
  font-family: register;
  font-size: 0.5cm;
}

/*
#colorColumn {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100px; 
  height: 100vh; 
  margin: 0 auto; 
  border: 1px solid #000;
}

.colorSquare {
  flex: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid #fff;
}

.colorSquare:last-child {
  border-bottom: none;
}*/

#horarioImgContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 100vh;
  left: 50vw;
  pointer-events: none;
}

#horarioImg {
  position: absolute;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 800px;
  z-index: 100;
  color: black;
  pointer-events: none;
  display: flex;
  top: 50vh;
  right: 0;
  opacity: 1;
  margin-left: 350px;
  /*margin-top: -898px;*/
  transform: translateX(-10px) scale(0.02, 0.02);
  transition: margin-left 0.9s ease, margin-top 1.3s ease,
    transform 1s ease, filter 1.5s ease;
}

.horarioImgDay{
  filter: drop-shadow(10px 10px 20px #000000b3) brightness(0) saturate(100%) invert(16%) sepia(4%) saturate(100%) hue-rotate(176deg) brightness(97%) contrast(83%);
}

.horarioImgNight{
  filter: drop-shadow(10px 10px 20px #000000b3) brightness(0) saturate(100%) invert(87%) sepia(12%) saturate(575%) hue-rotate(179deg) brightness(96%) contrast(91%);
}

#notebookContainer {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 100vh;
  right: 50vw;
  pointer-events: none;
}

#notebookContainerLogo {
  position: absolute;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 100vh;
  right: 50vw;
  pointer-events: none;
}

#notebook {
  position: absolute !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 900px !important;
  height: 700px !important;
  z-index: 100;
  color: black;
  filter: drop-shadow(10px 10px 20px #000000b3);
  opacity: 0%;
  transition: opacity 0.5s ease, margin-left 0.5s ease;
  margin-top: -110px;
  left: 300px;
  pointer-events: all;
  opacity: 0;
  display: none;
}

.paper {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  filter: drop-shadow(10px 0px 5px #000000b3);

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.paperLeft {
}

.paperRight {
}

.paper1Left {
  background-image: url(img/hoja/hoja1Left.png) !important;
}

.paper2Left {
  background-image: url(img/hoja/hoja2Left.png) !important;
}

.paper3Left {
  background-image: url(img/hoja/hoja3Left.png) !important;
}

.paper4Left {
  background-image: url(img/hoja/hoja4Left.png) !important;
}

.paper5Left {
  background-image: url(img/hoja/hoja5Left.png) !important;
}



.paper1Right {
  background-image: url(img/hoja/hoja1Right.png) !important;
}

.paper2Right {
  background-image: url(img/hoja/hoja2Right.png) !important;
}

.paper3Right {
  background-image: url(img/hoja/hoja3Right.png) !important;
}

.paper4Right {
  background-image: url(img/hoja/hoja4Right.png) !important;
}

.paper5Right {
  background-image: url(img/hoja/hoja5Right.png) !important;
}

.lines {
  height: 100%;
  width: 100%;
}

.text {
  position: absolute;
  top: 90px;
  line-height: 25px;
  font-family: "Indie Flower";
  overflow: hidden;
  outline: none;
  width: 390px;
  height: 500px;
}

.textRight {
  left: 20px;
}

.textLeft {
  left: 30px;
}

.paint {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: purple;*/
  pointer-events: none;
}

.paint.paintLeft{
  mask: url(img/hoja/hoja1Left.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.paint.paintRight{
  mask: url(img/hoja/hoja1Right.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.pixel {
  box-sizing: border-box;
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.numeration {
  position: absolute;
  width: 100px;
  height: 40px;
  font-family: "Indie Flower";
  font-size: 28px;
  bottom: 80px;
}

.numerationLeft {
  text-align: left;
  left: 40px;
}

.numerationRight {
  text-align: right;
  right: 40px;
}

#controls {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: 800px;
  text-align: center;
  margin: 20px 0px;
  font: 30px arial;
  margin-top: 640px;
  margin-left: 280px;
  opacity: 0%;
  transition: opacity 1s ease;
  z-index: 100;
  left: 350px;
  pointer-events: all;
}

#controls input,
#controls label {
  font: 30px arial;
  outline: none;
  width: 45px;
  height: 35px;
  text-align: right;
  margin-top: -1px;
  margin-right: 5px;
}

#number-pages {
  margin-left: 5px;
}

#writeButton {
  background-image: url(img/writeIcon.png);
  background-size: 28px;
  margin-left: 40px;
  transition: transform 0.4s ease;
}

#paintButton {
  background-image: url(img/paintIcon.png);
  transition: transform 0.4s ease;
}

#writeButton.active {
  background-color: #bfd4e9;
  filter: drop-shadow(0px 0px 2px #15181db9);
  background-image: url(img/writeIconNight.png);
  transform: scale(1.1);
}

#paintButton.active {
  background-color: #bfd4e9;
  filter: drop-shadow(0px 0px 2px #15181db9);
  background-image: url(img/paintIconNight.png);
  transform: scale(1.1);
}

.controlsButton {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: -4px;
  margin-left: 15px;
  transition: filter 0.5s ease, background-color 0.5s ease,
    background-image 0.5s ease;
  box-shadow: 0px 0px 20px -5px #0a07079f inset; /*1c2128*/
  filter: brightness(0) saturate(100%) invert(87%) sepia(13%) saturate(470%) hue-rotate(175deg) brightness(97%) contrast(88%);
}

#paletteContainer {
  position: absolute;
  flex-direction: column;
  gap: 10px;
  margin-left: -40px;
  margin-top: -100px;
  clip-path: inset(0 0 0 0);
  clip-path: inset(36px);
  background-clip: content-box;
  transition: clip-path 0.7s ease, margin-top 0.7s ease;
  display: none;
  z-index: -100;
}

#paletteContainer.active {
  clip-path: inset(-50px);
  margin-top: 70px;
}

.paletteRow {
  display: flex;
  flex-direction: row;
}

.paletteColor {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -4px;
  margin-left: 10px;
  transition: box-shadow 0.4s ease, filter 0.4s ease, margin-top 0.2s ease,
    margin-left 0.2s ease, transform 0.2s ease;
}

.paletteColor.active {
  box-shadow: 0px 0px 0px 3px #dbedff;
  filter: drop-shadow(0px 0px 5px #dbedff);
  scale: 1.2;
}

.row1 > .paletteColor.active {
  margin-top: -7px;
}

.row2 > .paletteColor.active {
  margin-top: -1px;
}

.erase.active {
  margin-left: -23px;
}

.eraseContainer {
  position: absolute;
  margin-left: -20px;
  margin-top: 10px;
  background-image: url(img/noBackground.png);
  background-size: 160px;
}

.erase {
  background-color: transparent;
}

.black {
  background-color: #000000;
}

.darkGrey {
  background-color: #7f7f7f;
}

.darkRed {
  background-color: #880015;
}

.lightRed {
  background-color: #ed1c24;
}

.orange {
  background-color: #ff7f27;
}

.mediumYellow {
  background-color: #fff200;
}

.darkGreen {
  background-color: #22b14c;
}

.mediumDarkBlue {
  background-color: #00a2e8;
}

.darkBlue {
  background-color: #3f48cc;
}

.darkPurple {
  background-color: #a349a4;
}

.white {
  background-color: #ffffff;
}

.lightGrey {
  background-color: #c3c3c3;
}

.salmon {
  background-color: #b97a57;
}

.pink {
  background-color: #ffaec9;
}

.darkYellow {
  background-color: #ffc90e;
}

.lightYellow {
  background-color: #efe4b0;
}

.lightGreen {
  background-color: #b5e61d;
}

.lightBlue {
  background-color: #99d9ea;
}

.mediumLightBlue {
  background-color: #7092be;
}

.lightPurple {
  background-color: #c8bfe7;
}

#sizeVisualizer {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -90px;
  left: -10px;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
  clip-path: inset(30px);
  background-clip: content-box;
  transition: clip-path 0.8s ease, top 0.8s ease;
  /*filter: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(649%) hue-rotate(176deg) brightness(96%) contrast(90%);*/
}

#sizeVisualizer.active {
  clip-path: inset(-40px);
  top: 118px;
}

.sliderPaint {
  -webkit-appearance: none;
  display: block;
  appearance: none;
  min-width: 205px;
  max-height: 8px;
  background: #bfd4e9ac;
  border-radius: 10px;
  outline: none;
  position: absolute;
  left: 50px;
  top: -168px;
  clip-path: inset(0 0 0 0);
  clip-path: inset(36px);
  background-clip: content-box;
  transition: clip-path 0.9s ease, top 0.9s ease;
  margin-top: 0px;
}

.sliderPaint.active {
  clip-path: inset(-50px);
  top: 140px;
}

/*BOLA*/
.sliderPaint::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 32px;
  margin-top: -1.1px;
  background-image: url("img/sliderAudio.png");
  background-size: cover;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1647%)
    hue-rotate(174deg) brightness(89%) contrast(89%);
}

.sliderPaint::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 32px;
  margin-top: -1.1px;
  background-image: url("img/sliderAudio.png");
  background-size: cover;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(1647%)
    hue-rotate(174deg) brightness(89%) contrast(89%);
}

.tooltipPaint {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: left;
  left: 70px;
  background-color: #34527a;
  min-width: 42px;
  color: #bfd4e9ac;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 65px;
  transition: opacity 0.5s ease;
  opacity: 0%;
}

#paintImgUd {
  position: absolute;
  width: 75px;
  top: -8.5px;
  left: -6px;
  height: auto;
  pointer-events: none;
}

#tooltipLabelPaint {
  display: flex;
  font-family: register;
  font-size: 0.5cm;
}

#notebookImg{
  position: absolute;
  height: 700px;
  width: auto;
  z-index: 199;
  margin-top: -110px;
    /*filter: brightness(0) saturate(100%) invert(63%) sepia(28%) saturate(5111%) hue-rotate(84deg) brightness(116%) contrast(125%);
  opacity: 0.5;*/
}

.notebookImgDouble{
  margin-left: 1165px;
}

.notebookImgSingleFront{
  margin-left: 715px;
}

.notebookImgSingle{
  margin-left: 1615px;
}


#checkboxland{
  width: 800px;
  height: 800px;
  display: none;
  position: absolute;
  transform: scale(0.075);
  overflow: hidden !important;
  /*background-color: #22b14c;*/
  margin-left: -306px;
  margin-top: -304px;
  pointer-events: none;
  transition: transform 0.1s ease-in-out;
  z-index: 200;
}

#checkboxland.clicked{
  transform: scale(0.105);
}

/*Color not checked*/
#checkboxland input[type="checkbox"] {
  appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

#checkboxland.day input[type="checkbox"] {
  border: 2px solid #999574;
  background-color: #68654f;
}

#checkboxland.night input[type="checkbox"] {
  border: 2px solid #819db8;
  background-color: #bfd4e9;
}


/*Color check*/
#checkboxland.day input[type="checkbox"]:checked {
  background-color: #68654f;
  border-color: #68654f;
}

#checkboxland.night input[type="checkbox"]:checked {
  background-color: #acc4db;
  border-color: #acc4db;
}


/*Color tick*/
#checkboxland input[type="checkbox"]:checked::before {
  content: "✔";
}

#checkboxland.day input[type="checkbox"]:checked::before {
  color: #bab58d;
}

#checkboxland.night input[type="checkbox"]:checked::before {
  color: #345178;
}





#checkboxlandBackground{
  position: absolute;
  width: 100vw;
  height: 100vh;
  /*background-color: #22b14c;*/
  z-index: -100;
  overflow: hidden;
  pointer-events: all;
  overflow: hidden;
}

/*Color not checked*/
#checkboxlandBackground input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

#checkboxlandBackground.day input[type="checkbox"] {
  outline: 2px solid #bab58d;
  background-color: #dddcb0;
}

#checkboxlandBackground.night input[type="checkbox"] {
  outline: 2px solid #406391;
  background-color: #1c2128;
}


#checkboxlandBackground input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

#checkboxlandBackground.day input[type="checkbox"] {
  outline: 2px solid #bab58d;
  background-color: #dddcb0;
}

#checkboxlandBackground.night input[type="checkbox"] {
  outline: 2px solid #406391;
  background-color: #1c2128;
}


/*Color check*/
#checkboxlandBackground.day input[type="checkbox"]:checked {
  background-color: #bab58d;
  border-color: #bab58d;
}

#checkboxlandBackground.night input[type="checkbox"]:checked {
  background-color: #345178;
  border-color: #345178;
}

/*Color tick*/
#checkboxlandBackground input[type="checkbox"]:checked::before {
  content: "✔";
}

#checkboxlandBackground.day input[type="checkbox"]:checked::before {
  color: #dddcb0;
}

#checkboxlandBackground.night input[type="checkbox"]:checked::before {
  color: #1c2128;
}



.tooltip-text {
  position: absolute;
  background-color: #1c2128; 
  color: #bfd4e9; 
  padding: 3px;
  border-radius: 7px;
  /*border: 1px solid #bfd4e9;*/
  visibility: hidden;
  opacity: 0; 
  transition: opacity 0.5s ease; 
  pointer-events: none; 
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.734));
  box-shadow: 0 0 5px 0px #bfd4e9 inset;
  text-align: justify;
  width: 220px;
  height: 111px;
  padding: 7px;
  margin-top: 25px;
  margin-left: 20px;
  z-index: 9999;
}

.tooltip-text.tooltip-text-left {
  margin-left: -265px;
}

.tooltip-textHighlight {
  font-weight: bold;
  /*background-color: #1c2128; */
  top: 20px;
  left: 2px;
  position: relative;
  padding: 10px;
  /*box-shadow: 0 0 10px 0px #bfd4e9;
  border: 1px solid #bfd4e9;*/
  border-radius: 7px;
  filter: drop-shadow(0px 0px 5px #bfd4e9);
}

.tooltip-textState {
  position: relative;
  border-radius: 7px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  left: 8px;
  padding: 4px;
}

.tooltip-textState.media{
  background-color: #503910;
  color: #faba43;
  border: 1px solid #faba43;
}

.tooltip-textState.alta{
  background-color: #643712;
  color: #fa9543;
  border: 1px solid #fa9543;
}

.tooltip-textState.muyAlta{
  background-color: #5a1706;
  color: #fa6843;
  border: 1px solid #fa6843;
}

.tooltip-textState.extrema{
  background-color: #390f11;
  color: #fa434c;
  border: 1px solid #fa434c;
}

.information{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(88%) sepia(10%) saturate(755%) hue-rotate(181deg) brightness(95%) contrast(92%);
  pointer-events: all;
  z-index: 150;
}

.tooltipFireSimulation{
  position: absolute;
  width: 80px;
  height: 60px;
  margin-left: -74px;
  margin-top: -36px;
  mix-blend-mode: color-dodge;
  opacity: 60%;
  animation: iluminacion 1.5s infinite;
}

.tooltipFireEmoji{
  position: absolute;
  width: 25px;
  height: auto;
  margin-top: -5px;
}

.tooltipFireEmojiAlta{
  margin-left: -3px;
  filter: hue-rotate(30deg);
}

.tooltipFireEmojiMuyAlta{
  margin-left: -2px;
  animation: iluminacion 1.5s infinite;
}

@keyframes iluminacion {
  0% {
    filter: drop-shadow(0px 0px 5px #fbfcc1   );
  }
  25% {
    filter: drop-shadow(0px 0px 5px #fa8a26   );
  }
  75% {
    filter: drop-shadow(0px 0px 5px #f62e0d  );
  }
  100% {
    filter: drop-shadow(0px 0px 5px #fbd455   );
  }
}





.stage {
  height: 800px;
  width: 500px;
  margin: auto;
  position: absolute;
  top: 872px;
  right: 0;
  bottom: 0;
  /*left: 199px;*/
  perspective: 9999px;
  transform-style: preserve-3d;
  display: none;
  z-index: 199;

  /**/
  transform: scale3d(0.62, 0.62, 0.62) rotateY(0deg) rotateX(0deg);
  top: -215px;
  left: 690px;
}


@keyframes appear {
  0% {
    transform: scale3d(0.01, 0.01, 0.01) rotateY(89.5deg) rotateX(0deg);
    top: 872px;
    left: 199px;
  }
  85% {
    transform: scale3d(0.8, 0.8, 0.8)  rotateY(360deg) rotateX(20deg);
    top: -400px;
  }
  100% {
    transform: scale3d(0.62, 0.62, 0.62) rotateY(360deg) rotateX(0deg);
    top: -215px;
    left: 690px;
  }
}

@keyframes appearReverse {
  0% {
    transform: translateX(0px) scale3d(0.01, 0.01, 0.01) rotateY(-90.5deg) rotateX(0deg);
    top: 872px;
    left: 199px;
  }
  85% {
    transform: translateX(150px) scale3d(0.8, 0.8, 0.8)  rotateY(180deg) rotateX(20deg);
    top: -400px;
  }
  100% {
    transform: translateX(150px) scale3d(0.62, 0.62, 0.62) rotateY(180deg) rotateX(0deg);
    top: -215px;
    left: 690px;
  }
}

@keyframes disappear {
  100% {
    transform: scale3d(0.01, 0.01, 0.01) rotateY(89.5deg) rotateX(0deg);
    top: 872px;
    left: 199px;
  }
  15% {
    transform: scale3d(0.8, 0.8, 0.8)  rotateY(360deg) rotateX(20deg);
    top: -400px;
  }
  0% {
    transform: scale3d(0.62, 0.62, 0.62) rotateY(360deg) rotateX(0deg);
    top: -215px;
    left: 690px;
  }
}

@keyframes disappearReverse {
  100% {
    transform: translateX(0px) scale3d(0.01, 0.01, 0.01) rotateY(-90.5deg) rotateX(0deg);
    top: 872px;
    left: 199px;
  }
  15% {
    transform: translateX(150px) scale3d(0.8, 0.8, 0.8)  rotateY(180deg) rotateX(20deg);
    top: -400px;
  }
  0% {
    transform: translateX(150px) scale3d(0.62, 0.62, 0.62) rotateY(180deg) rotateX(0deg);
    top: -215px;
    left: 690px;
  }
}


#notebookContainerLogo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 100vh;
  left: 50vw;
  pointer-events: none;
}

#notebookLogoVacio{
  position: absolute;
  width: 22px;
  height: 20px;
  margin-top: 873px;
  margin-left: -135px;
  transform:  translateY(10px);
}

#notebookLogoLleno{
  position: absolute;
  width: 22px;
  height: 20px;
  margin-top: 873px;
  margin-left: -135px;
  transition: opacity 0.2s ease;
  transform:  translateY(10px);
}

.layer {
  width: 731px;
  height: 980px;
  position: absolute;
  transform-style: preserve-3d;
  transform: translateX(var(--tx, 0px))
             rotateY(var(--ry, 0deg))
             translateZ(calc(var(--tz, 0px) + var(--tz-transition, 0px)));
}

.layer3D{
  width: 731px;
  height: 990px;
  margin-top: -10px;
  margin-left: -2px;
  /*filter: brightness(0) saturate(100%) invert(53%) sepia(20%) saturate(4787%) hue-rotate(79deg) brightness(121%) contrast(128%);
  opacity: 10%;*/
}

.layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  transform-style: preserve-3d;
}


.layer.highContrast{
  filter: contrast(150%);
}


/* Marco Principal - separaciones de 1px */
.layer:nth-child(1)  { --tz: 0px; }
.layer:nth-child(2)  { --tz: -1px; }
.layer:nth-child(3)  { --tz: -2px; }
.layer:nth-child(4)  { --tz: -3px; }
.layer:nth-child(5)  { --tz: -4px; }
.layer:nth-child(6)  { --tz: -5px; }
.layer:nth-child(7)  { --tz: -6px; }
.layer:nth-child(8)  { --tz: -7px; }
.layer:nth-child(9)  { --tz: -8px; }
.layer:nth-child(10) { --tz: -9px; }
.layer:nth-child(11) { --tz: -10px; }
.layer:nth-child(12) { --tz: -11px; }
.layer:nth-child(13) { --tz: -12px; }
.layer:nth-child(14) { --tz: -13px; }
.layer:nth-child(15) { --tz: -14px; }
.layer:nth-child(16) { --tz: -15px; }
.layer:nth-child(17) { --tz: -16px; }
.layer:nth-child(18) { --tz: -17px; }
.layer:nth-child(19) { --tz: -18px; }
.layer:nth-child(20) { --tz: -19px; }
.layer:nth-child(21) { --tz: -20px; }
.layer:nth-child(22) { --tz: -21px; }
.layer:nth-child(23) { --tz: -22px; }
.layer:nth-child(24) { --tz: -23px; }
.layer:nth-child(25) { --tz: -24px; }
.layer:nth-child(26) { --tz: -25px; }
.layer:nth-child(27) { --tz: -26px; }
.layer:nth-child(28) { --tz: -27px; }
.layer:nth-child(29) { --tz: -28px; }
.layer:nth-child(30) { --tz: -29px; }
.layer:nth-child(31) { --tz: -30px; }
.layer:nth-child(32) { --tz: -31px; }
.layer:nth-child(33) { --tz: -32px; }
.layer:nth-child(34) { --tz: -33px; }

/* notasBackgound_mask - capa de transición */
.layer:nth-child(35) { --tz: -34px; }

/* Título del libro - separaciones de 1.6px */
.layer:nth-child(36) { --tz: -35.6px; }
.layer:nth-child(37) { --tz: -37.2px; }
.layer:nth-child(38) { --tz: -38.8px; }
.layer:nth-child(39) { --tz: -40.4px; }
.layer:nth-child(40) { --tz: -42px; }
.layer:nth-child(41) { --tz: -43.6px; }

/* Marco interior - separaciones de 1.6px */
.layer:nth-child(42) { --tz: -45.2px; }
.layer:nth-child(43) { --tz: -46.8px; }
.layer:nth-child(44) { --tz: -48.4px; }
.layer:nth-child(45) { --tz: -50px; }
.layer:nth-child(46) { --tz: -51.6px; }
.layer:nth-child(47) { --tz: -53.2px; }

/* Transición - separaciones de 1px */
.layer:nth-child(48) { --tz: -54.2px; }
.layer:nth-child(48) img{
  transform: rotateY(180deg);
}
.layer:nth-child(49) { --tz: -55.2px; }

/* Portada interior - separaciones de 1.2px */
.layer:nth-child(50) { --tz: -56.4px; }
.layer:nth-child(51) { --tz: -57.6px; }
.layer:nth-child(52) { --tz: -58.8px; }
.layer:nth-child(53) { --tz: -60px; }

/* Páginas - separaciones de 6px */
.layer:nth-child(54) { --tz: -66px; }
.layer:nth-child(55) { --tz: -72px; }
.layer:nth-child(56) { --tz: -78px; }
.layer:nth-child(57) { --tz: -84px; }
.layer:nth-child(58) { --tz: -90px; }
.layer:nth-child(59) { --tz: -96px; }
.layer:nth-child(60) { --tz: -102px; }
.layer:nth-child(61) { --tz: -108px; }
.layer:nth-child(62) { --tz: -114px; }
.layer:nth-child(63) { --tz: -120px; }
.layer:nth-child(64) { --tz: -126px; }
.layer:nth-child(65) { --tz: -132px; }
.layer:nth-child(66) { --tz: -138px; }
.layer:nth-child(67) { --tz: -144px; }
.layer:nth-child(68) { --tz: -150px; }

/* Contraportada interior - separaciones de 1.2px */
.layer:nth-child(69) { --tz: -151.2px; }
.layer:nth-child(70) { --tz: -152.4px; }
.layer:nth-child(71) { --tz: -153.6px; }
.layer:nth-child(72) { --tz: -154.8px; }

/* Contraportada */
.layer:nth-child(73) { --tz: -156px; }

/* Contraportada exterior - separaciones de 1.2px */
.layer:nth-child(74) { --tz: -157.2px; }
.layer:nth-child(74) img{
  transform: rotateY(180deg);
}
.layer:nth-child(75) { --tz: -158.4px; }
.layer:nth-child(75) img{
  transform: rotateY(180deg);
}
.layer:nth-child(76) { --tz: -159.6px; }
.layer:nth-child(76) img{
  transform: rotateY(180deg);
}
.layer:nth-child(77) { --tz: -160.8px; }
.layer:nth-child(77) img{
  transform: rotateY(180deg);
}

/*
.marcoPrincipal {
  --tx: -360px;
  --ry: 180deg;
}


.paginasIzq,
.paginasDer,
.contraportada {
  --tx: 360px;
  --ry: 0deg;
}*/


/*

BADDDDD
.marcoPrincipal {
  --tx: 0px;
  --ry: 180deg;
}


.paginasIzq,
.paginasDer,
.contraportada {
  --tx: 0px;
  --ry: 0deg;
}*/


canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.007);
  pointer-events: all;
  z-index: -1;
}

.cloneLeft, .clone34{
  top: -5px;
  right: 20px;
  transform: scale(1.07) rotateY(180deg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: black;
}

.cloneRight, .clone3{
  top: -5px;
  left: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: black;
}

.paperr {
  position: absolute;
  display: flex;
  height: 98%;
  width: 98%;
  filter: drop-shadow(0px 0px 0px #000000b3);
  font-size: 24px;
}

.paperr .text{
  line-height: 35px;
  width:90%;
  overflow: hidden;
  outline: none;
}

.paperr .numeration{
  font-size: 40px;
}

.paperr .paint{
  transform: scale(1.5);
  top: 180px;
  left: 180px;
}
/*
.paperr .pixel{
  width: 35px !important;
  height: 35px !important;
}*/



/*HAMSTERS*/

.wrapper {
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 175px;
  height: 175px;
  --hamster-speed: 0.25s;
  --wheel-speed: 0.0s;
  --wheel-angle: 0deg;
  bottom: 32px;
  right: 93px;
  z-index: 1001;
  transition: margin-right 0.5s ease;
}

#warpperHitbox{
  position: absolute;
  width: 430px;
  height: 370px;
  bottom:0px;
  right: 0px;
  margin-right: -30vh;
  z-index: 0;
  transition: margin-right 0.5s ease;
}

.pix, .pix:after {
  --m: 2;
  position: absolute;
  width: calc(var(--w) * var(--m));
  height: calc(var(--h) * var(--m));
  background-size: 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}
.pointingBack .pix, .pointingBack .pix:after{
  display: none;
}

.puff {
  --w: 15px;
  --h: 14px;
  background-image: var(--puff);
}
.pointingBack .puff {
  left: 0px;
  top: -14.5px;
  display: block;
  transform: scale(0.8, 0.7);
  background-image: var(--puff-pointingBack-head); /* Esta regla se aplica solo a .pointingBack */
}

.pointingBack.headMove .puff {
  animation: headMove 1s infinite;
}

@keyframes headMove {
  0%, 100% {
    top: -14.5px;
  }
  50% {
    top: -10px;
  }
}

:before,
:after {
  position: absolute;
  content: '';
}


.bum.puff{
  background-image: var(--puff-before);
  pointer-events: all;
}
.pointingBack .bum.puff{
  left: 0px;
  top: 0px;
  transform: scale(1, 1);
  background-image: var(--puff);
  display: block;
}
.pointingBack.headMove .bum.puff{
  animation: none;
}

.ear {
  background-image: var(--ear);
  --w: 5px;
  --h: 5px;
  top: -4px;
  left: 6px;
}
.pointingBack .ear{
  display: block;
  background-image: var(--ear);
  --w: 5px;
  --h: 5px;
  top: -11.5px;
  left: 3px;
  transform: rotateZ(-20deg);
}
.pointingBack.headMove .ear {
  animation: earMove 1s infinite;
}

@keyframes earMove {
  0%, 100% {
    top: -11.5px;
  }
  50% {
    top: -7px;
  }
}

.pointingBack.hamster,
.pointingBack.hamster:before,
.pointingBack.hamster:after{
  display: none;
}

.hamster {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 6px;
  z-index: 99;
  transition: transform 1s ease-in-out; /* Transición para `transform` */
  will-change: transform;
  pointer-events: all;
  z-index: 1002;
}
.pointingBack.hamster{
  transform: scale(1) translateY(0px);
}
@keyframes actionGoBack {
  0% {
    transform: scale(1) translateY(0px);
  }
  100% {
    transform: scale(0.95)  translateY(-3px);
  }
}
@keyframes actionGoBackDown {
  0% {
    transform: scale(1) translateY(0px);
  }
  100% {
    transform: scale(0.95)  translateY(-10px);
  }
}

.y{
  transform: rotateY(180deg);
}

.hamster:before {
  background: #141414;
  width: 3px;
  height: 4px;
  left: 5px;
}

.hamster.grabAnim:before,
.hamster.grabAnimY:before,
.hamster.fallingLess30Anim:before,
.hamster.fallingLess30AnimY:before,
.hamster.fallingAnim:before,
.hamster.fallingAnimY:before{
  outline: 3px solid white;
}


.hamster:after {
  background: #141414;
  width: 6px;
  height: 2px;
  bottom: 7px;
  left: -3px;
}

.hamster.grabAnim:after,
.hamster.grabAnimY:after,
.hamster.fallingLess30Anim:after,
.hamster.fallingLess30AnimY:after,
.hamster.fallingAnim:after,
.hamster.fallingAnimY:after{
  width: 5px;
  border-top: 3px solid #141414;
}


.ear,
.hamster:before,
.hamster:after {
  animation: up-down infinite var(--hamster-speed);
}

.head, .bum {
  z-index: -1;
  top: 0px;
  animation: squidge var(--hamster-speed) infinite;
}

.hamster div:after {
  background-image: var(--ear-after2);
  --w: 4px;
  --h: 6px;
  bottom: -4px;
  animation: run var(--hamster-speed) infinite;
}
.pointingBack div:after{
  display: none;
}

.hamster div:nth-of-type(1):after {
  background-image: var(--ear-after);
}
.pointingBack div:nth-of-type(1):after{
  display: block;
  background-image: var(--ear);
  --w: 5px;
  --h: 5px;
  top: 5px;
  left: 13.5px;
  transform: rotateZ(40deg);
}
.pointingBack .head.puff.pix:after{
  display: none;
}


.head {
  left: -5px;
  --angle: 10deg;
}

.hamster .exhaustGif{
  display: none;
}
.hamster.exhaust .exhaustGif{
  display: block;
  position: absolute;
  top: -45px;
  left: -55px;
  width: 140px;
  height: auto;
  transform: rotateY(180deg);
}
/**/
.hamster .exhaustSingleGif{
  display: none;
}
.hamster.exhaustSingle .exhaustSingleGif{
  display: block;
  position: absolute;
  top: 0px;
  left: -4px;
  width: 30px;
  height: auto;
}
.hamster.exhaust.tong .bum.puff.pix:before{
  width: 6px;
  height: 2px;
  left: -8px;
  bottom: 7px;
  animation: exhaustMouth 1s infinite;/**/
  border-top: 3px solid #141414;
}

.hamster.tongU .bum.puff.pix:before{
  width: 3px;
  height: 5px;
  background: #ff8f7300;
}
.hamster.tongU:after{
  width: 6px;
  height: 2px;
  left: -2px;
  bottom: 7px;
  animation: exhaustMouthU 1s infinite;/**/
  border-top: 2px solid #141414;
}
@keyframes exhaustMouthU {
  0%, 100% {
    width: 4px;
    bottom: 7px;
    border-top: 1px solid #141414;
  }
  50% {
    width: 6px;
    bottom: 8px;
    border-top: 2px solid #141414;
  }
}

.hamster.eructando .bum.puff.pix:before{
  width: 3px;
  height: 5px;
  background: #ff8f7300;
}
.hamster.eructando:after{
  width: 6px;
  height: 6px;
  left: -2px;
  bottom: 7px;
  animation: eructandoBoca 0.4s forwards ;
}
@keyframes eructandoBoca {
  0% {
    width: 6px;
    height: 1px;
  }
  100% {
    width: 6px;
    height: 6px;
  }
}


.hamster .krp{
  display: none;
}
.hamster.eructandokrp .krp {
  display: block;
  position: absolute;
  width: 60px;
  height: auto;
  z-index: -10;
  /* Por defecto, sin giro en Y */
  --rotacion-y: rotateY(0deg);
  animation: eructandoKrp 2s forwards cubic-bezier(.12, .3, .21, 1.02);
}

/* Solo se aplica si el atributo "y" tiene contenido (no está vacío) */
.hamster[y]:not([y=""]).eructandokrp .krp {
  --rotacion-y: rotateY(180deg);
}

@keyframes eructandoKrp {
  0% {
    transform: var(--rotacion-y) scaleX(0.5) rotateZ(-10deg);
    top: -10px;
    left: -20px;
    opacity: 0;
  }
  12.5%{
    top: -20px;
    left: -40px;
  }
  20% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: var(--rotacion-y) scaleX(1) rotateZ(0deg);
    top: -30px;
    left: -55px;
    opacity: 0;
  }
}




.hamster .eructo{
  display: none;
}
.hamster.eructando .eructo{
  display: block;
  position: absolute;
  width: 20px;
  height: auto;
  top: 8px;
  animation: eructo 1s forwards cubic-bezier(.24,-0.01,.46,.99);
}
@keyframes eructo {
  0% {
    left: -9px;
    transform: scale(0.4);
  }
  25% {
    left: -22px;
    transform: scale(1.1);
  }
  85%{
    left: -22px;
    opacity: 1;
  }
  100% {
    left: -22px;
    opacity: 0;
  }
}

.hamster.exhaust.tong:after{
  left: -1.3px;
  top: 18px;
  width: 3px;
  height: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ff8f73;
  outline: 2px solid #ff8f73;
  transform: scale(0.7);
  background: linear-gradient(90deg,#ff8f73 20%, #000000 40%, #ff8f73 70%);
  animation: exhaustTong 1s infinite;/**/
}
@keyframes exhaustTong {
  0%, 100% {
    height: 5px;
    top: 18px;
  }
  50% {
    height: 8px;
    top: 17px;
  }
}
@keyframes exhaustMouth {
  0%, 100% {
    border-top: 3px solid #141414;
    bottom: 9px;
  }
  50% {
    border-top: 5px solid #141414;
    bottom: 7px;
  }
}

.hamster.exhaust.tong .ear {
  animation: contraer infinite 1s linear;
}

.hamster.exhaust.tong .head,
.hamster.exhaust.tong .bum {
  animation: contraer 1s infinite linear;
}

.hamster.exhaust.tong .head.puff.pix:after,
.hamster.exhaust.tong .bum.puff.pix:after {
  animation: contraerCancel 1s infinite linear;
}

@keyframes contraer {
  0%, 100% {
    transform: translateY(2px) scaleY(0.8);
  }
  50% {
    transform: translateY(0px) scaleY(1);
  }
}
@keyframes contraerCancel {
  0%, 100% {
    transform: scaleY(1.2);
  }
  50% {
    transform: scaleY(1);
  }
}


.bum {
  right: -5px;
  --angle: -10deg;
  /* filter: invert(1); */
}

.head:after {
  left: 8px;
  --run-x: -2px;
  --angle: 6deg;
}

.bum:after {
  right: 6px;
  --run-x: 2px;
  --angle: -6deg;
}

@keyframes squidge {
  0%, 100% {
    transform: rotate(var(--angle)) translateY(-1px);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
}

@keyframes run {
  0%, 100% {
    transform: translateX(var(--run-x)) rotate(var(--angle));
  }
  50% {
    transform: translateX(0) rotate(0);
  }
}

@keyframes up-down {
  0%, 100% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(0);
  }
}

.wheel-frame {
  position: relative;
  --w: 80px;
  --h: 80px;
  /*background-image: url(img/hamster/wheelFrame2.png); Not the image at all*/
  margin-bottom: 16px;
  pointer-events: none;
}

.wheel-frame::before{
  width: 168px;
  height: 168px;
  margin-left: -4px;
  margin-top: -4px;
  background-image: url(img/hamster/wheelFrame.png); /*Final wheel image*/
  background-size: cover;
}

.wheel {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: end;
  transform: rotate(var(--wheel-angle));
  filter: drop-shadow(14px 12px 2px rgba(0, 0, 0, 0.282));
  mask-image: radial-gradient(circle, black 69%, transparent 70%);
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(circle, black 69%, transparent 70%);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}


.wheel.spinning {
  animation: spin var(--wheel-speed) infinite linear;
}

.wheel.spinning .hamster {
  animation: none;
}

.wheel-support {
  background-image: url(img/hamster/wheelSupport.png);
  animation: spin var(--wheel-speed) infinite linear;
  --w: 80px;
  --h: 80px;
}

@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}


.sign {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  text-transform: none;
}

#hamsterSlider{
  width: 200px;
  min-height: 40px;
  bottom: 0;
  right: 0;
  position: absolute;
}




#cageContainer{
  position: absolute;
  bottom: 0;
  right: -50px;
  width: auto;
  height: auto;
  transition: margin-right 0.5s ease;
  pointer-events: none;
  display: none;
}

#cage{
  width: 70%;
  height: 70%;
  -webkit-user-drag: none;
  image-rendering: pixelated;
}
#tubo{
  position: absolute;
  width: auto;
  height: 95%;
  -webkit-user-drag: none;
  image-rendering: pixelated;
  left: 70px;
  top: -4px;
  z-index: 0;
  filter: drop-shadow(2px 5px 2px rgba(0, 0, 0, 0.4));
}
.sombraTubo{
  position: absolute;
  right: 98px;
  bottom: 10px;
  width: 40px;
  height: 20px;
  background-color: #00000050;
  border-radius: 100%;
  transform: scaleY(0.4);
  filter: blur(5px);
  z-index: -10;
}
#tuboGradientUp{
  display: none;
  position: absolute;
  width: 417.83px;
  height: 334.96px;
  image-rendering: pixelated;
  left: 70px;
  top: -4px;
  z-index: 0;

  background: repeating-linear-gradient(
    -35deg,
    #22588f 0%,
    #22588f 2%,
    #3b9caa 2%,
    #3b9caa 4%,
  
    #22588f 4%,
    #22588f 6%,
    #3b9caa 6%,
    #3b9caa 8%,
  
    #22588f 8%,
    #22588f 10%,
    #3b9caa 10%,
    #3b9caa 12%,
  
    #22588f 12%,
    #22588f 14%,
    #3b9caa 14%,
    #3b9caa 16%,
  
    #22588f 16%,
    #22588f 18%,
    #3b9caa 18%,
    #3b9caa 20%,
  
    #22588f 20%,
    #22588f 22%,
    #3b9caa 22%,
    #3b9caa 24%,
  
    #22588f 24%,
    #22588f 26%,
    #3b9caa 26%,
    #3b9caa 28%,
  
    #22588f 28%,
    #22588f 30%,
    #3b9caa 30%,
    #3b9caa 32%,
  
    #22588f 32%,
    #22588f 34%,
    #3b9caa 34%,
    #3b9caa 36%,
  
    #22588f 36%,
    #22588f 38%,
    #3b9caa 38%,
    #3b9caa 40%,
  
    #22588f 40%,
    #22588f 42%,
    #3b9caa 42%,
    #3b9caa 44%,
  
    #22588f 44%,
    #22588f 46%,
    #3b9caa 46%,
    #3b9caa 48%,
  
    #22588f 48%,
    #22588f 50%,
    #3b9caa 50%,
    #3b9caa 52%,
  
    #22588f 52%,
    #22588f 54%,
    #3b9caa 54%,
    #3b9caa 56%,
  
    #22588f 56%,
    #22588f 58%,
    #3b9caa 58%,
    #3b9caa 60%,
  
    #22588f 60%,
    #22588f 62%,
    #3b9caa 62%,
    #3b9caa 64%,
  
    #22588f 64%,
    #22588f 66%,
    #3b9caa 66%,
    #3b9caa 68%,
  
    #22588f 68%,
    #22588f 70%,
    #3b9caa 70%,
    #3b9caa 72%,
  
    #22588f 72%,
    #22588f 74%,
    #3b9caa 74%,
    #3b9caa 76%,
  
    #22588f 76%,
    #22588f 78%,
    #3b9caa 78%,
    #3b9caa 80%,
  
    #22588f 80%,
    #22588f 82%,
    #3b9caa 82%,
    #3b9caa 84%,
  
    #22588f 84%,
    #22588f 86%,
    #3b9caa 86%,
    #3b9caa 88%,
  
    #22588f 88%,
    #22588f 90%,
    #3b9caa 90%,
    #3b9caa 92%,
  
    #22588f 92%,
    #22588f 94%,
    #3b9caa 94%,
    #3b9caa 96%,
  
    #22588f 96%,
    #22588f 98%,
    #3b9caa 98%,
    #3b9caa 100%
  );
  
  filter: blur(5px);

    /*  */
  mask-image: url("img/hamster/tuboUp.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  background-size: 200% 200%;

  animation: degradeMove 10s linear infinite;
}
#tuboGradientUp.active{
  display: block;
}
#tuboGradientDown{
  display: none;
  position: absolute;
  width: 417.83px;
  height: 334.96px;
  image-rendering: pixelated;
  left: 70px;
  top: -4px;
  z-index: 0;

  background: repeating-linear-gradient(
    35deg,
    #22588f 0%,
    #22588f 2%,
    #3b9caa 2%,
    #3b9caa 4%,
  
    #22588f 4%,
    #22588f 6%,
    #3b9caa 6%,
    #3b9caa 8%,
  
    #22588f 8%,
    #22588f 10%,
    #3b9caa 10%,
    #3b9caa 12%,
  
    #22588f 12%,
    #22588f 14%,
    #3b9caa 14%,
    #3b9caa 16%,
  
    #22588f 16%,
    #22588f 18%,
    #3b9caa 18%,
    #3b9caa 20%,
  
    #22588f 20%,
    #22588f 22%,
    #3b9caa 22%,
    #3b9caa 24%,
  
    #22588f 24%,
    #22588f 26%,
    #3b9caa 26%,
    #3b9caa 28%,
  
    #22588f 28%,
    #22588f 30%,
    #3b9caa 30%,
    #3b9caa 32%,
  
    #22588f 32%,
    #22588f 34%,
    #3b9caa 34%,
    #3b9caa 36%,
  
    #22588f 36%,
    #22588f 38%,
    #3b9caa 38%,
    #3b9caa 40%,
  
    #22588f 40%,
    #22588f 42%,
    #3b9caa 42%,
    #3b9caa 44%,
  
    #22588f 44%,
    #22588f 46%,
    #3b9caa 46%,
    #3b9caa 48%,
  
    #22588f 48%,
    #22588f 50%,
    #3b9caa 50%,
    #3b9caa 52%,
  
    #22588f 52%,
    #22588f 54%,
    #3b9caa 54%,
    #3b9caa 56%,
  
    #22588f 56%,
    #22588f 58%,
    #3b9caa 58%,
    #3b9caa 60%,
  
    #22588f 60%,
    #22588f 62%,
    #3b9caa 62%,
    #3b9caa 64%,
  
    #22588f 64%,
    #22588f 66%,
    #3b9caa 66%,
    #3b9caa 68%,
  
    #22588f 68%,
    #22588f 70%,
    #3b9caa 70%,
    #3b9caa 72%,
  
    #22588f 72%,
    #22588f 74%,
    #3b9caa 74%,
    #3b9caa 76%,
  
    #22588f 76%,
    #22588f 78%,
    #3b9caa 78%,
    #3b9caa 80%,
  
    #22588f 80%,
    #22588f 82%,
    #3b9caa 82%,
    #3b9caa 84%,
  
    #22588f 84%,
    #22588f 86%,
    #3b9caa 86%,
    #3b9caa 88%,
  
    #22588f 88%,
    #22588f 90%,
    #3b9caa 90%,
    #3b9caa 92%,
  
    #22588f 92%,
    #22588f 94%,
    #3b9caa 94%,
    #3b9caa 96%,
  
    #22588f 96%,
    #22588f 98%,
    #3b9caa 98%,
    #3b9caa 100%
  );
  
  filter: blur(5px);


  mask-image: url("img/hamster/tuboDown.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
     /* */
  background-size: 200% 200%;

  animation: degradeMove 20s linear infinite;
}
#tuboGradientDown.active{
  display: block;
}

@keyframes degradeMove {
  0%   { background-position: 0%   50%; }
  100% { background-position: 100% 50%; }
}


#grifo{
  position: absolute;
  width: auto;
  height: 95%;
  -webkit-user-drag: none;
  image-rendering: pixelated;
  left: 70px;
  top: -4px;
  z-index: -1;
  filter: drop-shadow(2px 5px 2px rgba(0, 0, 0, 0.4));
}
#glassLeft{
  position: absolute;
  z-index: 1100;
  top: 26px;
  left: 9px;
  width: 149px;
  height: 305px;
  background-color: #00a2e813;
  border-top: 4px solid #0379ac13;
  border-right: 4px solid #0379ac13;
  border-bottom: 4px solid #0379ac13;
  pointer-events: auto;
  overflow: hidden;
  transform-origin: left center;
  transform: perspective(1300px) (0deg);
  transition: all 0.7s ease;
}
#glassLeft.active{
  transform: perspective(1300px) rotateY(-180deg);
}
#glassLeft::before{
  content: "";
  position: absolute;
  z-index: 1100;
  top: 148px;
  right: 5px;
  width: 5px;
  height: 5px;
  background-color: #5e5e5e;
  border: 2px solid #7c7c7c;
}
#glassLeft::after {
  content: "";
  position: absolute;
  z-index: 1100;
  top: 500px;
  left: -200px;
  width: 600px;
  height: 100px;
  transform: rotateZ(-40deg);
  background-color: rgba(117, 117, 117, 0.329);
  filter: blur(5px);
  transition: all 0.7s ease;
}
#glassLeft.active::after {
  top: -200px;
  height: 20px;
  filter: blur(5px);
  transform: rotateZ(-60deg);
}

#glassRightHitbox{
  position: absolute;
  top: 20px;
  right: 145px;
  width: 157px;
  height: 315px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: all;
  z-index: 1000;
}
#glassLeftHitbox{
  position: absolute;
  top: 20px;
  left: 5px;
  width: 156px;
  height: 315px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: all;
  z-index: 1000;
}

#glassRight{
  position: absolute;
  top: 26px;
  right: 152px;
  width: 149px;
  height: 305px;
  background-color: #00a2e813;
  border-top: 4px solid #0379ac13;
  border-left: 4px solid #0379ac13;
  border-bottom: 4px solid #0379ac13;
  pointer-events: auto;
  z-index: 1100;
  overflow: hidden;
  transform-origin: right center;
  transform: perspective(1300px) rotateY(0deg);
  transition: all 0.7s ease;
}
#glassRight.active{
  transform: perspective(1300px) rotateY(180deg);
}
#glassRight::before{
  content: "";
  position: absolute;
  z-index: 1100;
  top: 148px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #5e5e5e;
  border: 2px solid #7c7c7c;
}

#glassRight::after {
  content: "";
  position: absolute;
  z-index: 1100;
  top: 500px;
  left: -200px;
  width: 600px;
  height: 100px;
  transform: rotateZ(-40deg);
  background-color: rgba(117, 117, 117, 0.329);
  filter: blur(5px);
  transition: all 0.7s ease;
}
#glassRight.active::after {
  top: -200px;
  height: 20px;
  filter: blur(5px);
  transform: rotateZ(-60deg);
}

.comida{
  position: absolute;
  width: auto;
  height: 41px;
}
#comida1{
  left: 17.6px;
  top: 72px;
}
#comida2{
  left: 235.5px;
  top: 69px;
}
#comida3{
  left: 21.8px;
  top: 252.6px;
}

.comidaHitbox{
  position: absolute;
  width: 45px;
  height: 70px;
  pointer-events: all;
  z-index: 1001;
}
#comida1Hitbox{
  left: 25px;
  top: 40px;
}
#comida2Hitbox{
  left: 242px;
  top: 38px;
}
#comida3Hitbox{
  left: 29px;
  top: 221px;
}

.comidaTooltip{
  position: absolute;
  width: 32px;
  height: 25px;
  background-color: #8a8662a4;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.459));
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  border-radius: 5px;
  opacity: 0.8;
  clip-path: inset(0 0 25px 0);
  margin-top: 35px;
}
.comidaTooltip.active{
  clip-path: inset(0 0 0 0);
  margin-top: 0px;
}
#comida1Tooltip{
  left: 32px;
  top: 40px;
}
#comida2Tooltip{
  left: 249px;
  top: 38px;
}
#comida3Tooltip{
  left: 36px;
  top: 221px;
}

.bebida{
  position: absolute;
  width: auto;
  height: 100px;
}
#bebida1{
  left: 35px;
  top: -10px;
}
#bebida2{
  left: 185px;
  top: -10px;
}
#bebida3{
  left: 38px;
  top: 165px;
}
.bebidaGif, .bebidaCharco{
  position: absolute;
  width: auto;
  height: 30px;
  filter: brightness(0.9) contrast(0.5) saturate(0.6);
  mix-blend-mode: hard-light;
}
.bebidaGif{
  opacity: 1;
}
#bebida1Gif, #bebida1Charco{
  left: 62px;
  top: 85px;
}
#bebida2Gif, #bebida2Charco{
  left: 212px;
  top: 85px;
}
#bebida3Gif, #bebida3Charco{
  left: 65px;
  top: 265px;
  transform: scaleY(1.25);
}


.comidaGif{
  position: absolute;
  width: auto;
  height: 60px;
  display: none;
}
#comida1Gif{
  left: -10px;
  top: 55px;
}
#comida2Gif{
  left: 210px;
  top: 55px;
}
#comida3Gif{
  left: -10px;
  top: 230px;
}

.bebiendoGif{
  position: absolute;
  width: auto;
  height: 60px;
  display: none;
  filter: brightness(1.2) contrast(0.7);
  mix-blend-mode: hard-light;
}
#bebiendo1Gif{
  left: 29px;
  top: 55px;
}
#bebiendo2Gif{
  left: 178px;
  top: 55px;
}
#bebiendo3Gif{
  left: 31px;
  top: 230px;
}

.hitbox{
  position: absolute;
  pointer-events: none;
}

#hitboxSlotWorld{
  top: 0px;
  left: 10px;
  width: calc(100vw - 430px);
  height: 100%;
  transition: margin-right 0.5s ease;
}

#hitboxSlotUpLeft{
  bottom: 221px;
  right: 303.5px;
  width: 127.5px;
  height: 110px;
}

#hitboxSlotUpRight{
  bottom: 221px;
  right: 164px;
  width: 137.5px;
  height: 110px;
}

#hitboxSlotDown{
  bottom: 9px;
  right: 300px;
  width: 135px;
  height: 210px;
}

#hitboxSlotWeel{
  bottom: 9px;
  right: 143px;
  width: 154px;
  height: 210px;
}


#hitboxSlotBuyBiggie{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 12.5vh;
  right: 27vh;
  z-index: -2;
  display: none;
  pointer-events: all;
}

#hitboxSlotBuyCoco{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 12.5vh;
  right: 19.5vh;
  z-index: -2;
  display: none;
  pointer-events: all;
}

#hitboxSlotBuyDior{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 17.5vh;
  right: 25.1vh;
  z-index: -2;
  display: none;
  pointer-events: all;
}

#hitboxSlotBuyBiggieClick{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 12.5vh;
  right: 27vh;
  z-index: 100;
  display: none;
  pointer-events: all;
}

#hitboxSlotBuyCocoClick{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 12.5vh;
  right: 19.5vh;
  z-index: 100;
  display: none;
  pointer-events: all;
}

#hitboxSlotBuyDiorClick{
  position: absolute;
  width: 4.7vh;
  height: 5.3vh;
  bottom: 17.5vh;
  right: 25.1vh;
  z-index: 100;
  display: none;
  pointer-events: all;
}







/*
#hitboxSlotWorld{
  background-color: rgba(0, 128, 0, 0.044);
}

#hitboxSlotUpLeft{
  background-color: rgba(211, 207, 0, 0.26);
}

#hitboxSlotUpRight{
  background-color: hsla(357, 95%, 62%, 0.26);
}

#hitboxSlotDown{
  background-color: rgba(0, 0, 255, 0.26);
}

#hitboxSlotWeel{
  background-color: rgba(255, 192, 203, 0.26);
}

#cestaHibox{
  background-color: rgba(211, 207, 0, 0.26);
}

#tenderoHeadHitbox{
  background-color: hsla(357, 100%, 81%, 0.548);
}

#hitboxSlotBuyBiggie{
  background-color: rgba(0, 251, 255, 0.26);
}

#hitboxSlotBuyCoco{
  background-color: rgba(255, 210, 28, 0.439);
}

#hitboxSlotBuyDior{
  background-color: rgba(0, 255, 17, 0.391);
}
*/


.hamsterTooltipContainer{
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.2s ease;
}


.hamsterTooltip{
  position: absolute;
  background-color: #07080a9c;
  color: #bfd4e9;
  height: 24px;
  text-align: center;
  bottom: 30px;
  padding: 2px;
  border-radius: 3px;
  opacity: 1;
}

.hamsterTooltipBiggie{
  width: 110px;
  right: -43px;
}

.hamsterTooltipCoco{
  width: 110px;
  right: -47px;
}

.hamsterTooltipDior{
  width: 40px;
  right: -13px;
}

.hamsterTooltip.active{
  background-color: #07080a00;
}



.sliderHamsterContainer{
  display: flex;
  flex-direction: row;
  pointer-events: none;
  width: 86px;
  height: 50px;
  margin-top: -100px;
  margin-left: -40px;
}

.sliderHamsterSliders{
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 80%;
  height: 100%;
}
.sliderHamsterIcons{
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 20%;
  height: 100%;
}

.sliderHamsterIcons img{
  width: 15px;
  height: 15px;
  margin-left: -3px;
}

.sliderHamster {
  -webkit-appearance: none;
  appearance: none; 
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  min-width: 60px;
  min-height: 5px;
  max-width: 60px;
  max-height: 5px;
  border-radius: 2px;
  top: 5px;
}

/* Track: webkit browsers */
.sliderHamster::-webkit-slider-runnable-track {
  height: 5px;
  background: #7f7f7f;
  border-radius: 2px;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Ocultar el thumb real */
.sliderHamster::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

/* Crear el thumb falso */
.sliderHamster::before {
  content: "";
  position: absolute;
  height: 5px;
  width: var(--thumb-width, 10px);
  background: #bfd4e9;
  border-radius: 2px;
  top: 0px;
  transition: left 0.05s linear;
}

.sliderEnergy::before {
  background: #f5f555;
  /*box-shadow: -407px 0 0 400px #f5f555;*/
  box-shadow: inset 0px -0.5px 2px rgba(0, 0, 0, 0.8);
}


.sliderHunger::before {
  background: #f56359;
  /*box-shadow: -407px 0 0 400px #d3544b;*/
  box-shadow: inset 0px -0.5px 2px rgba(0, 0, 0, 0.8);
}

.sliderWater::before {
  background: #69c7da;
  /*box-shadow: -407px 0 0 400px #69c7da;*/
  box-shadow: inset 0px -0.5px 2px rgba(0, 0, 0, 0.8);
}


.sliderHamsterIcons img:nth-child(1){
  filter: brightness(0) saturate(100%) invert(71%) sepia(100%) saturate(288%) hue-rotate(11deg) brightness(117%) contrast(92%);
}

.sliderHamsterIcons img:nth-child(2){
}

.sliderHamsterIcons img:nth-child(3){
  filter: brightness(0) saturate(100%) invert(78%) sepia(23%) saturate(838%) hue-rotate(146deg) brightness(92%) contrast(85%);
}

.sliderHamsterWarningIcons{
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0px;
  left: -60px;
  margin-top: -1px;
}

.warning{
  width: auto;
  height: 18px;
  image-rendering: crisp-edges;
  margin-top: -1px;
  opacity: 0;
  transition: opacity 0.7s ease;
  display: block;
}
.warning.active{
  opacity: 1;
}

.hamster.fallingAnim.active .ear {
  animation: up-down infinite 0.2s;
}

.hamster.fallingAnim.active .head,
.hamster.fallingAnim.active .bum {
  animation: squidge 0.2s infinite;
}

.hamster.fallingAnim.active .head:after,
.hamster.fallingAnim.active .bum:after {
  animation: run 0.2s infinite;
}

.fallingAnim {
  /*animation: estirar 1s ease-out forwards;*/
  animation: estirar 1s ease-out forwards;
}

@keyframes estirar {
  0% {
    transform: rotate(90deg) scaleX(1) scaleY(1) translateX(50px);
  }
  30% {
    transform: rotate(90deg) scaleX(1.5) scaleY(1) translateX(50px);
  }
  80% {
    transform: rotate(90deg) scaleX(2) scaleY(1) translateX(50px);
  }
  100% {
    transform: rotate(90deg) scaleX(0.3) scaleY(2.5) translateX(50px);
  }
}



.hamster.fallingAnimY.active .ear {
  animation: up-down infinite 0.2s;
}

.hamster.fallingAnimY.active .head,
.hamster.fallingAnimY.active .bum {
  animation: squidge 0.2s infinite;
}

.hamster.fallingAnimY.active .head:after,
.hamster.fallingAnimY.active .bum:after {
  animation: run 0.2s infinite;
}

.fallingAnimY {
  /*animation: estirar 1s ease-out forwards;*/
  animation: estirarY 1s ease-out forwards;
}

@keyframes estirarY {
  0% {
    transform: rotateY(180deg) rotateZ(90deg) scaleX(1) scaleY(1) translateX(50px);
  }
  30% {
    transform: rotateY(180deg) rotateZ(90deg) scaleX(1.5) scaleY(1) translateX(50px);
  }
  80% {
    transform: rotateY(180deg) rotateZ(90deg) scaleX(2) scaleY(1) translateX(50px);
  }
  100% {
    transform: rotateY(180deg) rotateZ(90deg) scaleX(0.3) scaleY(2.5) translateX(50px);
  }
}




.hamster.fallingLess30Anim .ear {
  animation: up-down infinite 0.2s;
}

.hamster.fallingLess30Anim .head,
.hamster.fallingLess30Anim .bum {
  animation: squidge 0.2s infinite;
}

.hamster.fallingLess30Anim .head:after,
.hamster.fallingLess30Anim .bum:after {
  animation: run 0.2s infinite;
}

.fallingLess30Anim {
  /*animation: estirar 1s ease-out forwards;*/
  animation: estirarLess30 1s ease-out forwards;
  transform-style: preserve-3d; /* Mantener transformaciones separadas */
}

@keyframes estirarLess30 {
  0% {
    transform: rotate(90deg);
  }
  80% {
    transform: rotate(90deg);
  }
}



.hamster.fallingLess30AnimY .ear {
  animation: up-down infinite 0.2s;
}

.hamster.fallingLess30AnimY .head,
.hamster.fallingLess30AnimY .bum {
  animation: squidge 0.2s infinite;
}

.hamster.fallingLess30AnimY .head:after,
.hamster.fallingLess30AnimY .bum:after {
  animation: run 0.2s infinite;
}

.fallingLess30AnimY {
  /*animation: estirar 1s ease-out forwards;*/
  animation: estirarLess30Y 1s ease-out forwards;
  transform-style: preserve-3d; /* Mantener transformaciones separadas */
}

@keyframes estirarLess30Y {
  0% {
    transform: rotateY(180deg) rotateZ(90deg);
  }
  80% {
    transform: rotateY(180deg) rotateZ(90deg);
  }
}





.hamster.fallingCloseAnim .ear {
  animation: up-down infinite 0.2s;
}

.hamster.fallingCloseAnim .head,
.hamster.fallingCloseAnim .bum {
  animation: squidge 0.5s infinite;
}

.hamster.fallingCloseAnim .head:after,
.hamster.fallingCloseAnim .bum:after {
  animation: run 0.5s infinite;
}


.hamster.walkAnim .ear {
  animation: up-down infinite 0.5s;
}

.hamster.walkAnim .head,
.hamster.walkAnim .bum {
  animation: squidge 0.5s infinite;
}

.hamster.walkAnim .head:after,
.hamster.walkAnim .bum:after {
  animation: run 0.5s infinite;
}




.hamster.grabAnim .ear {
  animation: up-down infinite 0.2s;
}

.hamster.grabAnim .head,
.hamster.grabAnim .bum {
  animation: squidge 0.2s infinite;
}

.hamster.grabAnim .head:after,
.hamster.grabAnim .bum:after {
  animation: run 0.2s infinite;
}



.grabAnim {
  transform: rotateZ(120deg);
  animation: oscillation 3s ease-out forwards;
  margin-top: 50px;
  margin-left: 1px;
}

@keyframes oscillation {
  0% {
    transform: rotateZ(120deg);
    margin-top: 40px;
    margin-left: -16.5px;
  }
  12% {
    transform: rotateZ(60deg);
    margin-top: 45px;
    margin-left: 23.5px;
  }
  25% {
    transform: rotateZ(110deg);
    margin-top: 50px;
    margin-left: -11.5px;
  }
  37% {
    transform: rotateZ(70deg);
    margin-top: 45px;
    margin-left: 18.5px;
  }
  50% {
    transform: rotateZ(100deg);
    margin-top: 50px;
    margin-left: -9.5px;
  }
  62% {
    transform: rotateZ(80deg);
    margin-top: 50px;
    margin-left: 3.5px;
  }
  75% {
    transform: rotateZ(90deg);
    margin-top: 50px;
    margin-left: -0.5px;
  }
  100% {
    transform: rotateZ(90deg);
    margin-top: 50px;
    margin-left: -0.5px;
  }
}



.hamster.grabAnimY .ear {
  animation: up-down infinite 0.2s;
}

.hamster.grabAnimY .head,
.hamster.grabAnimY .bum {
  animation: squidge 0.2s infinite;
}

.hamster.grabAnimY .head:after,
.hamster.grabAnimY .bum:after {
  animation: run 0.2s infinite;
}



.grabAnimY {
  transform: rotateY(180deg) rotateZ(120deg) translateX(100px);
  animation: oscillationY 3s ease-out forwards;
  margin-top: 50px;
  margin-left: 1px;
}

@keyframes oscillationY {
  0% {
    transform: rotateY(180deg) rotateZ(120deg) translateX(100px);
    margin-top: -40px;
    margin-left: -16.5px;
  }
  12% {
    transform: rotateY(180deg) rotateZ(60deg) translateX(100px);
    margin-top: -45px;
    margin-left: 23.5px;
  }
  25% {
    transform: rotateY(180deg) rotateZ(110deg) translateX(100px);
    margin-top: -50px;
    margin-left: -11.5px;
  }
  37% {
    transform: rotateY(180deg) rotateZ(70deg) translateX(100px);
    margin-top: -45px;
    margin-left: 18.5px;
  }
  50% {
    transform: rotateY(180deg) rotateZ(100deg) translateX(100px);
    margin-top: -50px;
    margin-left: -9.5px;
  }
  62% {
    transform: rotateY(180deg) rotateZ(80deg) translateX(100px);
    margin-top: -50px;
    margin-left: 3.5px;
  }
  75% {
    transform: rotateY(180deg) rotateZ(90deg) translateX(100px);
    margin-top: -50px;
    margin-left: -0.5px;
  }
  100% {
    transform: rotateY(180deg) rotateZ(90deg) translateX(100px);
    margin-top: -50px;
    margin-left: -0.5px;
  }
}




#dialogContainer{
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22vh;
  height: 17vh;
  bottom: 17vh;
  right: 17vh;
  -webkit-user-drag: none;
  image-rendering: pixelated;
  background-image: url(img/hamster/viñeta.png);
  background-size: contain;
  z-index: 1300;
  font-family: "kemco";
  font-size: 1.5vh;
  line-height: 2vh;
  color: black;
}

@keyframes dialogShow {
  0% {
    transform: rotateZ(-20deg) scale(0.7,0.7) translate(2vh, 5vh);
    opacity: 0;
  }
  100% {
    transform: rotateZ(0deg) scale(1,1) translate(0vh, 0vh);
    opacity: 1;
  }
}

@keyframes dialogHide {
  0% {
    transform: rotateZ(0deg) scale(1,1) translate(0vh, 0vh);
    opacity: 1;
  }
  100% {
    transform: rotateZ(-20deg) scale(0.7,0.7) translate(2vh, 5vh);
    opacity: 0;
  }
}

#dialogFlex{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 1.5vh;
}

#buttonsContainer{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 5%;
}

#buttonMenos{
  position: absolute;
  width: 15%;
  height: 3.5vh;
  left: 1.4vh;
  bottom: 3.5vh;
  display: none;
  pointer-events: none;
}
#buttonMenos.active{
  display: flex;
  pointer-events: all;
}
#buttonMas{
  position: absolute;
  width: 15%;
  height: 3.5vh;
  left: 5.4vh;
  bottom: 3.5vh;
  display: none;
  pointer-events: none;
}
#buttonMas.active{
  display: flex;
  pointer-events: all;
}

#buttonV{
  position: absolute;
  display: flex;
  width: 15%;
  height: 3.5vh;
  left: 1.4vh;
  bottom: 3.5vh;
  pointer-events: all;
}

#buttonV.active{
  left: 10.9vh;
}

#buttonX{
  position: absolute;
  display: flex;
  width: 15%;
  height: 3.5vh;
  left: 5.4vh;
  bottom: 3.5vh;
  pointer-events: all;
}
#buttonX.active{
  left: 14.9vh;
}

.iconDialog{
  position: absolute;
  width: 3vh;
  height: 3vh;
  bottom: 6.5vh;
}

#iconDialogElement{
  left: 3vh;
}

.icon10{
  right: 4.8vh;
}
.icon500{
  right: 3.7vh;
}

#buttonsImg{
  position: absolute;
  width: 22vh;
  height: 17vh;
  top: 1vh;
  left: 0;
  -webkit-user-drag: none;
  image-rendering: pixelated;
  background-image: url(img/hamster/viñetaButtons.png);
  background-size: contain;
}
#buttonsImg.active{
  left: 9.5vh;
}
#buttonsImgSpinner{
  position: absolute;
  width: 22vh;
  height: 17vh;
  top: 1vh;
  -webkit-user-drag: none;
  image-rendering: pixelated;
  background-image: url(img/hamster/viñetaButtonsSpinner.png);
  background-size: contain;
  opacity: 0;
}
#buttonsImgSpinner.active{
  opacity: 1;
}


#grocery{
  position: absolute;
  width: 39vh;
  height: auto;
  bottom: 0;
  margin-left: -1vh;
  z-index: 200;
}

.store{
  position: absolute;
  width: 39vh;
  height: auto;
  bottom: 0;
  -webkit-user-drag: none;
  image-rendering: pixelated; 
}

#cestaHibox{
  position: absolute;
  width: 30vh;
  height: 8vh;
  bottom: 4.5vh;
  right: 5vh;
  z-index: 1200;
  display: none;
  pointer-events: all;
}

#tender{
  filter: drop-shadow(1vh 1.5vh 0 #121418b6);
}

#tenderoBody{
  z-index: 19;
}

#store{
  z-index: 20;
}

#tenderoCesta{
  z-index: 21;
  display: none;
}

#tenderoHead{
  z-index: 20;
  filter: saturate(75%);
}

.storeShadow{
  opacity: 40%;
}

#storeShadow{
  z-index: 22;
}

#grocerySing{
  z-index: -1;
  filter: drop-shadow(1vh 1.5vh 0 hsla(220, 14%, 8%, 0.731));
}

.groceryJales{
  z-index: -1;
  display: none;
}




#tenderoHeadHitbox{
  position: absolute;
  width: 1vh;
  height: 100vh;
  bottom: 0;
  right: 10vh;
  margin-right: 4vh;
  z-index: 1;
  pointer-events: none;
  /*background-color: purple;*/ 
}



/* CONTEX MENU */

.contextMenu {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  right: 3vh;
}
.contextMenu.day{
  background-color: #dddcb0dc;
  border: 1px solid #313842;
}
.contextMenu.night{
  background-color: #1c2128;
  border: 1px solid #bfd4e9;
}

.contextMenu li {
  padding: 8px 12px;
}

.contextMenu li:hover {
  background-color: #71604e4f;
}
.contextMenu.night li:hover {
  background-color: #bfd4e96b;
}


/* CONTEX MENU FILTER */

.contextMenuFil {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  right: 3vh;
}
.contextMenuFil.day{
  background-color: #dddcb0dc;
  border: 1px solid #313842;
}
.contextMenuFil.night{
  background-color: #1c2128;
  border: 1px solid #bfd4e9;
}

.contextMenuFil li {
  padding: 8px 12px;
}

.contextMenuFil li:hover {
  background-color: #71604e4f;
}
.contextMenuFil.night li:hover {
  background-color: #bfd4e96b;
}



#modifiersBar{
  display: flex;
  flex-direction: row;
  justify-content:  right;
  width: 96%;
}


#modifiersSettingsCont{
  position: relative;
  min-width: 30px;
  height: 30px;
  pointer-events: all;
  top: -10px;
  right: 2vh;
  justify-content:  right;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
#modifiersSettingsCont.day:hover{
  background-color: #71604e4f;
}
#modifiersSettingsCont.night:hover{
  background-color: #bfd4e949;
}

#modifiersSettings{
  position: relative;
  width: 25px;
  height: 25px;
  pointer-events: all;
}
#modifiersSettings.day{
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
#modifiersSettings.night{
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}

#modifiersSettingsContextMenu{
  position: absolute;
  top:200px;
  left: 50px;
  display: none;
}
#modifiersSettingsContextMenu.day{

}
#modifiersSettingsContextMenu.night{

}

#gorceryContextMenu{
  width: 10vh;
}

.bumpImg{
  position: absolute;
  display: block;
  width: 125px;
  height: auto;
  image-rendering: pixelated;
  transform: translateX(50px);
}


#mainModifierCont{
  position: absolute;
  width: 100%;
  height: calc(62vh - 240px);
  bottom: 40.5vh;
  display: flex;
  flex-direction: row;
  gap: 3vw;
  align-items: center;
  overflow-x: hidden; /* Oculta el scroll nativo, ya que moveremos con margin */
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  justify-content: center;
  transition:  all 0.7s ease;
}

.modifierContScroll{
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  /*height: calc(99% - 20px);*/
  height: 100%;
}

#blank1{
  position: relative;
  display: inline-block;
  min-width: 0%;
  /*height: calc(99% - 20px);*/
  height: 100%;
}
#blank1.active{
  min-width: 120%;
}
#blank2{
  position: relative;
  display: inline-block;
  min-width: 0%;
  /*height: calc(99% - 20px);*/
  height: 100%;
}
#blank2.active{
  min-width: 120%;
}

.modifierCont{
  width: 95%;
  height: 98%;
  margin-left: 3%;
  border-radius: 15px;
  box-shadow: -2px -2px 30px rgba(0, 0, 0, 0.4) inset;
  border-top: 3px solid #6d7a8811;
  border-left: 3px solid #6d7a8811;
}



#barSlide{
  position: absolute;
  min-width: 3.3vh;
  height: 3.3vh;
  top: 2px;
  border-radius: 0.5vh;
  background-color: #bfd4e9;
  z-index: -1;
  transition: all 0.3s ease, margin-right 0.7s ease;
}
#barSlide.stretch{
}
#barSlide.pos1{
}
#barSlide.pos2{
}

#modifiersBarSlide{
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 3.5vh;
  bottom: 36.8vh;
  gap: 5vh;
}

.modifiersBarSlideCont{
  position: relative;
  min-width: 4vh;
  height: 4vh;
  top: 2px;
  pointer-events: all;
  z-index: 1;
  justify-content:  right;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5vh;
}

/*HOME img*/
#modifiersHome{
  position: relative;
  width: auto;
  height: 3vh;
  pointer-events: none;
  z-index: 0;
  margin-top: -2px;
}
#modifiersHome.day{
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
#modifiersHome.night{
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}
#modifiersHome.active{
  filter: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(7159%) hue-rotate(182deg) brightness(93%) contrast(89%);
}

/*EMAIL img*/
#modifiersEmail{
  position: relative;
  width: auto;
  height: 3vh;
  margin-top: -9px;
  pointer-events: none;
  z-index: 0;
  transition: margin-top 0.3s ease;
}
#modifiersEmail.day.active{
  filter: brightness(0) saturate(100%) invert(18%) sepia(16%) saturate(607%) hue-rotate(176deg) brightness(96%) contrast(90%);
}
#modifiersEmail.night{
  filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(5479%) hue-rotate(183deg) brightness(113%) contrast(83%);
}
#modifiersEmail.active{
  margin-top: -2px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(7159%) hue-rotate(182deg) brightness(93%) contrast(89%);
}