.elementor-15 .elementor-element.elementor-element-66fa8e6{background-color:#000000;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-f8c967c{background-color:#FFFFFF;border-style:solid;border-width:0.2px 0px 0px 0px;border-color:#FFB703;}.elementor-15 .elementor-element.elementor-element-261001a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-15 .elementor-element.elementor-element-fba340a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-66fa8e6 *//* =========================
   RESET
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:Arial, sans-serif;
  overflow-x:hidden;
  background:#fff;
}

/* =========================
   HERO
========================= */

.hero{
  position:relative;
  width:100%;
  min-height:100vh;

  display:flex;
  align-items:center;

  padding:0 8%;

  overflow:hidden;
}

/* =========================
   IMAGEN DE FONDO
========================= */

.jibaro{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center center;

  z-index:1;
}

/* =========================
   OVERLAY
========================= */

.overlay{
  position:absolute;
  inset:0;

  z-index:2;
}

/* =========================
   CONTENIDO
========================= */

.hero-content{
  position:relative;
  z-index:10;

  max-width:700px;
}

/* =========================
   TITULO
========================= */

.hero h1{
margin-top: 100px;   
  font-size:90px;
  line-height:.9;
  font-weight:900;

  margin-bottom:25px;

  color:#fff;

  text-shadow:
    0 4px 25px rgba(0,0,0,.25);
}

.hero h1 span{
  display:block;

  color:#ff9d00;

  font-style:italic;

  text-shadow:
    0 4px 25px rgba(255,157,0,.35);
}

/* =========================
   DESCRIPCIÓN
========================= */

.hero p{
  font-size:22px;
  line-height:1.7;

  color:#fff;

  text-shadow:
    0 2px 10px rgba(0,0,0,.4);

  margin-bottom:40px;

  max-width:600px;
}

/* =========================
   BOTON
========================= */

.buttons{
  margin-bottom:40px;
}

.btn-primary{
  display:inline-block;

  padding:18px 40px;

  border-radius:60px;

  text-decoration:none;
  font-weight:700;
  font-size:18px;

  color:#fff;

  background:
  linear-gradient(
    90deg,
    #ff7b00,
    #ff006e
  );

  box-shadow:
    0 15px 35px rgba(255,0,110,.35);

  transition:.3s;
}

.btn-primary:hover{
  transform:translateY(-5px);
}

/* =========================
   INFO BOXES
========================= */

.hero-info{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.info-box{
  display:flex;
  align-items:center;
  gap:12px;

  padding:15px 20px;

  background:rgba(255,255,255,.15);

  backdrop-filter:blur(12px);

  border:1px solid rgba(255,255,255,.2);

  border-radius:18px;

  color:#fff;
}

.info-box span{
  font-size:28px;
}

.info-box h4{
  color:#ffd166;
  font-size:13px;
  margin-bottom:2px;
}

.info-box p{
  margin:0;
  font-size:14px;
  line-height:1.2;
}

/* =========================
   TABLET
========================= */

@media(max-width:992px){

  .hero h1{
    font-size:80px;
  }

  .hero p{
    font-size:18px;
  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .hero{
    text-align:center;
    justify-content:center;

    padding:120px 20px 60px;
  }

  .hero-content{
    max-width:100%;
  }

  .hero h1{
    font-size:52px;
  }

  .hero p{
    font-size:16px;
  }

  .hero-info{
    justify-content:center;
  }

  .buttons{
    display:flex;
    justify-content:center;
  }

  .btn-primary{
    width:100%;
    max-width:320px;
    text-align:center;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

  .hero h1{
    font-size:28px;
  }

  .hero p{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8c967c */.artists-section{
  width:100%;
  padding:120px 0;
  overflow:hidden;
  position:relative;
}

/* TITULO */

.section-title{
  text-align:center;
  font-size:4rem;
  font-weight:900;
  color:#14245c;
  text-transform:uppercase;
  margin-bottom:80px;
  letter-spacing:2px;
}

.section-title span{
  color:#ff3f87;
}

/* SLIDER */

.artists-slider{
  overflow:hidden;
  width:100%;
}

.artists-track{
  display:flex;
  gap:30px;
  width:max-content;
  animation:scrollArtists 25s linear infinite;
}

/* TARJETAS */

.artist-card{
  min-width:320px;
  height:500px;
  border-radius:30px;
  overflow:hidden;
  position:relative;
  transition:.4s;
  cursor:pointer;
}

/* Colores diferentes */

.artist-card:nth-child(1){
  background:#4ab5ff;
}

.artist-card:nth-child(2){
  background:#ffd100;
}

.artist-card:nth-child(3){
  background:#ff4f98;
}

.artist-card:nth-child(4){
  background:#6e5cff;
}

.artist-card:nth-child(5){
  background:#00d8a6;
}

.artist-card:nth-child(6){
  background:#4ab5ff;
}

.artist-card:nth-child(7){
  background:#ffd100;
}

.artist-card:nth-child(8){
  background:#ff4f98;
}

.artist-card:nth-child(9){
  background:#6e5cff;
}

.artist-card:nth-child(10){
  background:#00d8a6;
}
.artist-card:hover{
  transform:translateY(-15px);
}

/* IMAGEN */

.artist-card img{
  width:100%;
  height:85%;
  object-fit:contain;
  object-position:bottom;
  transition:.4s;
}

.artist-card:hover img{
  transform:scale(1.05);
}

/* INFORMACIÓN */

.artist-info{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:25px;
  text-align:center;
}

.artist-info h3{
  font-size:2.4rem;
  color:white;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  text-shadow:0 3px 8px rgba(0,0,0,.25);
}

.artist-info p{
  color:white;
  font-size:1rem;
  font-weight:700;
  margin-top:5px;
  letter-spacing:2px;
}

/* Animación */

@keyframes scrollArtists{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@media(max-width:768px){

  .section-title{
    font-size:2.2rem;
  }

  .artist-card{
    min-width:260px;
    height:400px;
  }

  .artist-info h3{
    font-size:1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-261001a *//* Video */
.video{
    width:100%;
    height:100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c6c721 *//*======================================
        TIENDA FESTIVAL
======================================*/

.shop-preview{
    padding:100px 8%;
    position:relative;
}

.container{
    max-width:1400px;
    margin:auto;
}

/*=========================
      TITULO
==========================*/

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h2{
    font-size:3.2rem;
    color:#ff9800;
    font-weight:800;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#14245c;
    line-height:1.8;
    font-size:1.05rem;
}

/*=========================
      GRID
==========================*/

.products-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

}

/*=========================
      TARJETA
==========================*/

.product-card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    background:linear-gradient(
        180deg,
        rgba(255,255,255,.18),
        rgba(255,255,255,.05)
    );

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    transition:.4s;

    box-shadow:
    0 20px 45px rgba(0,0,0,.25);

}

/* brillo superior */

.product-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:35%;

    background:linear-gradient(
        rgba(255,255,255,.28),
        transparent
    );

}

/* círculo decorativo */

.product-card::after{

    content:"";

    position:absolute;

    width:190px;
    height:190px;

    background:rgba(255,183,3,.12);

    border-radius:50%;

    left:50%;
    top:40px;

    transform:translateX(-50%);

}

/*=========================
        HOVER
==========================*/

.product-card:hover{

    transform:translateY(-12px);

    border-color:#ff9800;

    box-shadow:
    0 30px 60px rgba(0,0,0,.35);

}

/*=========================
        IMAGEN
==========================*/

.product-card img{

    position:relative;

    z-index:2;

    width:70%;

    height:230px;

    object-fit:contain;

    display:block;

    margin:40px auto 10px;

    transition:.45s;

}

.product-card:hover img{

    transform:scale(1.08) rotate(-2deg);

}

/*=========================
      CONTENIDO
==========================*/

.product-content{

    position:relative;

    z-index:2;

    text-align:center;

    padding:25px;

}

.product-content h3{

    color:#ff9800;

    font-size:1.6rem;

    margin-bottom:12px;

    font-weight:700;

}

/* estrellas */

.stars{

    color:#FFD700;

    margin-bottom:15px;

    font-size:18px;

    letter-spacing:3px;

}

/* precios */

.price{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    margin-bottom:25px;

}

.new-price{

    color:#00000;

    font-size:30px;

    font-weight:800;

}

/*=========================
      BOTON
==========================*/

.product-card .btn{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        #ff7b00,
        #ff006e
    );

    color:white;

    font-weight:bold;

    text-decoration:none;

    transition:.35s;

}

.product-card .btn:hover{

    transform:translateY(-4px);

    box-shadow:
    0 15px 30px rgba(255,0,110,.35);

}

/*=========================
      ETIQUETAS
==========================*/

.badge{

    position:absolute;

    top:20px;

    left:20px;

    z-index:10;

    padding:8px 18px;

    border-radius:30px;

    background:#16a34a;

    color:white;

    font-size:13px;

    font-weight:bold;

}

.badge.offer{

    background:#ff9800;

}

/*=========================
    BOTON INFERIOR
==========================*/

.shop-btn{

    text-align:center;

    margin-top:70px;

}

.shop-btn a{

    display:inline-block;

    padding:18px 45px;

    border-radius:60px;

    background:linear-gradient(
        90deg,
        #ff9800,
        #ffb703
    );

    color:white;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.shop-btn a:hover{

    transform:translateY(-5px);

    box-shadow:
    0 15px 35px rgba(255,183,3,.4);

}

/*=========================
      RESPONSIVE
==========================*/

@media(max-width:991px){

    .products-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .section-title h2{

        font-size:2.3rem;

    }

    .products-grid{

        grid-template-columns:1fr;

    }

    .product-card img{

        width:65%;

        height:200px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a12bfd *//* ==========================
   FESTIVAL DE LA J
========================== */

.festival-j{
    position:relative;
    padding:120px 8%;
    overflow:hidden;

background:
url('/wp-content/uploads/2026/06/FONDO-Inicio.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.festival-bg{
    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at 20% 30%,
        rgba(255,153,0,.25),
        transparent 35%
    ),
    radial-gradient(
        circle at 80% 70%,
        rgba(255,0,110,.2),
        transparent 35%
    );

    animation:floatBg 10s ease-in-out infinite;
}

.festival-container{
    position:relative;
    z-index:2;

    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.tag{
    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;
    font-size:13px;
    letter-spacing:2px;

    margin-bottom:20px;

    backdrop-filter:blur(10px);
}

.festival-left h2{
    font-size:70px;
    line-height:1;
    color:#fff;
}

.festival-left h2 span{
    display:block;
    color:#ff9c00;
}

.big-j{
    font-size:220px;
    font-weight:900;

    line-height:1;

    margin-top:20px;

    background:
    linear-gradient(
        180deg,
        #ffcc00,
        #ff7b00,
        #ff006e
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:pulseJ 3s infinite;
}

.festival-card{
    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    border-radius:30px;

    padding:50px;

    color:#fff;

    box-shadow:
    0 20px 50px rgba(0,0,0,.25);
}

.festival-card p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:25px;
}

.festival-card strong{
    color:#ffb703;
}

.festival-card blockquote{
    font-size:32px;
    font-weight:800;

    line-height:1.2;

    color:#fff;

    border-left:5px solid #ff9c00;

    padding-left:25px;

    margin-top:20px;
}

/* ANIMACIONES */

@keyframes pulseJ{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.05);
    }
}

@keyframes floatBg{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-20px);
    }
}

/* RESPONSIVE */

@media(max-width:900px){

    .festival-container{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
    }

    .festival-left h2{
        font-size:48px;
    }

    .big-j{
        font-size:150px;
    }

    .festival-card{
        padding:30px;
    }

    .festival-card blockquote{
        font-size:24px;
        text-align:left;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9176def */.strip {
  width: 100%;
  background: #ffb703;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 2px;
  font-family: 'Arial Black', sans-serif;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;

  /* centrado */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* texto fijo */
.strip span {
  display: inline-block;
  padding-left: 0;
  animation: scroll 18s linear infinite ;
}

/* puedes borrar esto si ya no lo usas */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fba340a */.festival-countdown{
  width: 100%;
  padding: 100px 20px;
  background: #05005;
  color: white;
  text-align: center;
}

.festival-countdown h2{
  text-align:center;
  color:#ff9d00;
  font-size:3rem;
  font-weight:900;
  margin-bottom:70px;

}

.count-grid{
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.count-box{
  width: 170px;
  padding: 35px 20px;
  border-radius: 25px;

  background: rgba(255,255,255,0.05);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,.1);

  box-shadow:
  0 0 20px rgba(255,140,0,.15);

  transition: .4s;
}

.count-box:hover{
  transform: translateY(-10px);
}

.count-box span{
  display: block;
  font-size: 4rem;
  font-weight: 800;
  color: #ff9a00;

  text-shadow:
    0 0 10px rgba(255,140,0,.8),
    0 0 30px rgba(255,0,106,.);
}

.count-box p{
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 2px;
}

/* RESPONSIVE */


@media(max-width:768px){

  .festival-countdown h2{
    font-size:2rem;
  }

  .count-grid{
    gap: 5px;
    flex-wrap: nowrap;
  }

  .count-box{
    width: 25%;
    padding: 20px 8px;
  }

  .count-box span{
    font-size: 1rem;
  }

  .count-box p{
    font-size: .6rem;
    letter-spacing: 1px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bca7bdc */.product-popup{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.75);

display:none;

align-items:center;
justify-content:center;

z-index:99999;

}

.popup-box{

width:950px;
max-width:95%;

background:white;

border-radius:20px;

display:flex;

overflow:hidden;

position:relative;

}

.close-popup{

position:absolute;

right:20px;

top:15px;

font-size:35px;

cursor:pointer;

}

.popup-left{

width:45%;
padding:40px;
display:flex;
align-items:center;
justify-content:center;

background:#f7f7f7;

}

.popup-left img{

width:100%;

max-width:350px;

}

.popup-right{

width:55%;

padding:40px;

}

.popup-price{

font-size:30px;

font-weight:bold;

margin:20px 0;

color:#c62828;

}

.popup-section{

margin-bottom:25px;

}

#popupColors{

display:flex;

gap:12px;

}

.color-btn{

width:34px;

height:34px;

border-radius:50%;

cursor:pointer;

border:3px solid transparent;

}

.color-btn.active{

border:3px solid #000;

}

.qty-box{

display:flex;

align-items:center;

gap:10px;

}

.qty-box button{

width:40px;

height:40px;

border:none;

background:#ff9d00;

color:white;

font-size:22px;

cursor:pointer;

}

.qty-box input{

width:50px;

text-align:center;

font-size:18px;

}

.popup-total{

font-size:28px;

font-weight:bold;

margin:30px 0;

}

.popup-buttons{

display:flex;

gap:20px;

}

.cart-btn{

flex:1;

background:#006b3c;

color:white;

padding:15px;

border:none;

font-size:18px;

cursor:pointer;

}

.buy-btn{

flex:1;

background:#006b3c;

color:white;

padding:15px;

border:none;

font-size:18px;

cursor:pointer;

}/* End custom CSS */