.sobre_txt{
    position: absolute !important;
    top: 4% !important;
    text-align: center;
    color: white !important;
}

div#chocaloco-info {
    position: absolute;
    left: 50%;
    bottom: 21%;
    transform: translateX(-50%);
    width: fit-content;
  	align-items: center;
  	justify-content: center;
}

.info-choca img {
    width: 40px;
    vertical-align: sub;
}

.info-choca span {
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin-left: 5px;
}

@media (min-width: 1024px){
  div#texto-jugar {
      position: absolute;
      bottom: 15%;
  }
  .info-choca span {
    font-size: 15px !important;
	}
}

@media (max-width: 768px){
  div#chocaloco-info {
    width: 100% !important; 
  }
}

a.button.product_type_external {
    text-align: center;
}

.sobre_txt h2{
    color: white !important;
}


.skin-item {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.carrusel-skins {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; /* Hace que se pegue a cada skin */
    gap: 15px;
    padding: 15px 50px; /* Espacio para las flechas */
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    -ms-overflow-style: none;  
    scrollbar-width: none; /* Oculta scroll en Firefox */
}

.carrusel-skins::-webkit-scrollbar { display: none; }

.skin-item {
    cursor: pointer;
    scroll-snap-align: center;
    flex: 0 0 auto; /* Evita que las imágenes se encojan */
}

.skin-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.skin-item.active img {
    border-color: #ac1d1d !important;
}

/* Flechas de navegación */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #5edc9d;
    color: black;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
    transition: 0.3s;
    padding: 10px;
}

.nav-btn:hover { background: #5edc9d; scale: 1.1; }
.prev { left: 10px; }
.next { right: 10px; }

@media (max-width: 480px) {
    .skin-item img { width: 50px; height: 50px; }
    .carrusel-skins { padding: 10px 40px; }
}

[class*="scroll_epya_"] {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

div#wrapper-unboxing {
    display: flex;
    justify-content: center;
}

.unboxing-container {
    position: relative;
    width: 100%;
    height: 600px;
    background: transparent;
    overflow: hidden;
}

#canvas-sobre {
    width: 100%;
    height: 100%;
}



#div_sobre { top: 40px; }
#div_chocaloco { 
    bottom: 30px; 
    pointer-events: auto; /* Aquí sí necesitamos clics */
}

div#txt_banner_1 {
    position: absolute !important;
    top: 6%;
    display: none;
}


.scroll_epya_1 {
    opacity: 1;
    visibility: visible;
}

.epya-scroll-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
}

.epya-section {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
    visibility: hidden;
    display: flex !important; 
}

.epya-section.is-active {
    visibility: visible;
    opacity: 1;
}