
@font-face {
    font-family:"poppins-bold" ;
    src: url(/fonts/Poppins-Bold.woff);
}
@font-face {
    font-family:"poppins" ;
    src: url(/fonts/Poppins-Regular.woff);
}

body {
  margin: 0;
  overflow: hidden;
  /* text-align: center; */
  background-color:none;

}
.tienda{
  font-family:"poppins-bold";
 font-size: 2rem; 
  color: var(--neutral);
  list-style: none;
  list-style-type: none;
  
/* margin-left: 1450px; */
 
  text-shadow: 1px 1px 2px #f235bc, 0 0 1em rgb(191, 36, 129), 0 0 0.2em rgb(164, 31, 191);
  z-index: 99;
  gap: 1rem;
 
}
.icon-house{
  width: 30px;
}
 .tienda ul{
   
    gap: 10px;
    margin: 0;
    list-style: none;
    list-style-type: none;
  } 
  
  div.tienda ul li a{
    color: #f0f0f0;
    text-decoration: none;
    margin-top: -200px;
  }
  
  div.tienda ul li a:visited{
    color: #f0f0f0;
    text-decoration: none;
  }
.titulo{
    font-family: "poppins-bold";
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999; /* Asegura que el h2 esté encima de todo */
    font-size: 140px;
    color: #ffffff; /* Rosa */
    text-decoration: none;
  
}

.texto{
  font-family: "poppins-bold";
  position: fixed;
  top: 50%;
  left: 30%;

  transform: translate(-50%, -50%);
  z-index: 999; /* Asegura que el h2 esté encima de todo */
  font-size: 40px;


 
  
  color: #f3f0f3; /* Rosa */
  text-decoration: none;
 
}


#colorButton {
    font-size: 25px;
    text-shadow: 1px 1px 2px rgb(49, 240, 240), 0 0 1em rgb(12, 196, 237), 0 0 0.2em rgb(7, 250, 250);
    cursor: pointer;
    font-family: "poppins-bold";
    color: #ffffff; 
    border-radius: 50px;
    border-color: rgb(39, 255, 255) ;
    background-color:#78e8d6cb;
    position: fixed;
    bottom: 20px;
    right:10px;
    transform: translateX(-50%); 
    padding: 10px 20px; 
    
}


  /* Estilo para cambiar el color de las barras de los sliders a rojo */
input[type="range"] {
    /* Utiliza el color rojo que desees */
    background-color: rgb(191, 0, 255);
  }

  .menu-icon {
    top: auto;
    cursor: pointer;
  
    color: #856696; 
    font-size: 30px;
  }
.barritas{
  top: 5px;
  right: 2px;
  position:absolute;

}
  #sliders {
    position: absolute;
   
    right: 10px;
    color: rgb(219, 0, 212);
    font-family: monospace;
    
  }

/* -------------------------------------------------------color sliders */
/* Estilo para el slider rojo */
#redSlider {
  background: #FFC0CB; /* Color rosa claro */
}

/* Estilo para el slider verde */
input[type="range"]#greenSlider {
  background: #FFC0CB; /* Color rosa claro */
}

/* Estilo para el slider azul */
input[type="range"]#blueSlider {
  background: #FFC0CB; /* Color rosa claro */
}

/* Estilo para el pulgar (thumb) del slider rojo */
input[type="range"]#redSlider::-webkit-slider-thumb {
  background: #FF69B4; /* Color rosa */
}

/* Estilo para el pulgar (thumb) del slider verde */
input[type="range"]#greenSlider::-webkit-slider-thumb {
  background: #FF69B4; /* Color rosa */
}

/* Estilo para el pulgar (thumb) del slider azul */
input[type="range"]#blueSlider::-webkit-slider-thumb {
  background: #FF69B4; /* Color rosa */
}


  .menu {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 80%;
   
    transition: left 0.3s ease;
    z-index: 998;
  }

  .menu.active {
    left: 0;
  }

  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu ul li {
    padding: 20px;
  }

  .menu ul li a {
    font-family: "poppins-bold";
    font-size: 30px;
    color: #fcf9fd; 
    text-decoration: none;
    text-shadow: 1px 1px 2px #f235bc, 0 0 1em rgb(191, 36, 129), 0 0 0.2em rgb(164, 31, 191);
  
     
  }

  .menu ul li a:hover {
    color: #f9fafb; /* Rosa con opacidad */
    text-shadow: 1px 1px 2px #35f2e9, 0 0 1em rgb(8, 248, 236), 0 0 0.2em rgb(106, 191, 31);
  }

  /* stiliebsite */
  .website {
    height: 100vh;
    width: 100%;
    background-color: #35dad2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  h3 {
    svg {
      width: 20em;
    }
  }

  .sombralogo{
   width: 150px;
   height: 150px;
  }


.body-elipse{
  background-color: blue;
}
.homeCanvas{
  font-family: "poppins-bold";
  font-size: 30px;
  color: #fcf9fd; 
  text-decoration: none;
  text-shadow: 1px 1px 2px #f235bc, 0 0 1em rgb(191, 36, 129), 0 0 0.2em rgb(164, 31, 191);
}

  @media (max-width: 431px) {
    .titulo{
      font-size: 50px;
      margin-left: 118px;
      margin-top: 200px;
    }
    .texto{
      font-size: 20px;
      margin-top: 120px;
  
      text-align: end;
    }
    .body-inicio-dibuja{
      width: 430px;
    }
    /* #menuIcon{
      width: 100px;
      height: 100px;
    } */
    img.sombralogo{
      margin-left: 10px;
      padding-top: 50px;
      width: 100px;
      height: 100px;
      /* margin-top:770px; */
    }
    .menu ul li {
      padding: 3px;
  }
  .barritas{
    top: 780px;
   
    position:absolute;
  
  }}



  @media (min-width: 633px) and (orientation: landscape){
    .barritas{
      top: 60px;
    } 

  
    .menu.active {
      left: 10px;
      }
      .menu ul li{
          list-style: none;
        
      }
  
  .menu {
  font-family:"poppins-bold";
  position: fixed;
  top: 15px;
  left: -400px;
  height: 80%;
  text-align: left;
  transition: left 0.3s ease;
  z-index: 1;
  
  }
  
  .menu ul {
  height: 200px;

  list-style: none;
  margin: 0;
  
  }
  .menu ul li  {
  height: 40px;
  }
  .menu ul li a {
  font-family:"poppins-bold";
  font-size: 1.2rem;
  color: white;
  
  text-decoration: none;
  text-shadow: 1px 1px 2px rgb(15, 148, 148), 0 0 1em rgb(49, 191, 36), 0 0 0.2em rgb(47, 191, 31);
 }
  
  
  div.menu ul li a:hover {
  
  text-shadow: 1px 1px 2px rgb(53, 242, 229), 0 0 1em rgb(36, 191, 191), 0 0 0.2em rgb(31, 191, 114);
  
  }
  
  
  }





@media (min-width: 600px){
.barritas{
  top: 230px;
}
.texto{
  font-size: 1.4rem;
  
}
.menu-container{
  position: relative;
 left: 100px;
top: -50px;
}
.menu ul li {
  padding: 2px;
}


  }
  
  .menu-container {
    position: fixed;
    /* top: 300px; */
    left: 180px; /* Cambiado a 50px */
    z-index: 999;
  }

  .juega{
    font-family:"poppins-bold";
font-size: 2.5rem;
color: white;

text-decoration: none;
text-shadow: 1px 1px 2px rgb(15, 148, 148), 0 0 1em rgb(49, 191, 36), 0 0 0.2em rgb(47, 191, 31);

  }

  .jueg{
    margin-top: 130px;
    margin-left: -10px;
  }


  /* ---------------------------loader castillo
   */
   .bodyCastillo{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1bb9be;
    min-height: 100vh;
}
#loader{
    width: 150px;
    height: 150px;
    border: solid #fff 10px;
    border-bottom: solid transparent 10px;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

@keyframes loader{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

