
  
  .reseÃ±asdegoogle {
    display: none;
    margin-top: 0 !important;
}  
  

img.banner-hotsale { 
    justify-items: center;  
}

span.price-sales {
    font-size: 28px !important;
    text-decoration: none !important;
}  
  
 i.far.fa-heart {
    display: none;
} 
 
.owl-item {
    padding: 0 5px;
}
  
h2.title-description.mb-4.res-title {
    font-size: 28px;
    margin: 0px !important;
}  
  
   /* Variables encapsuladas: solo afectan a lo que estÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© dentro de .master-wrapper-hotsale */
    .master-wrapper-hotsale {
        --hs-base_color: #1b2242;
        --hs-site_color: #ff6c00;
        --hs-site_color-2: #fb9325;
        --hs-fav_color: #ff583d;
        --hs-site-gradient: linear-gradient(90deg, #fb8d25 0%, #fb5424 100%);
        --hs-yellow: #f6b746;
        --gc-darkblue: #051230;
        --gc-lightblue: #02b8fc;
        --gc-white: #ffffff;
        --gc-black: #000000;
        --gc-bg-light: #f1f1f1;
        --gc-btn-blue: #1389f7;
        --card-bg: rgba(255, 255, 255, 0.03);
        --border-color: rgba(2, 184, 252, 0.2);

        background-color: var(--gc-darkblue);
        color: var(--gc-white);
        font-family: 'Segoe UI', Roboto, sans-serif;
        overflow-x: hidden;
        width: 100%;
        font-size: 135%; /* Escala base para elementos sin rem especÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­fico */
    }
.banner-hotsale-ofertas {
    margin-bottom: 10px !Important;
    justify-self: center;
    max-width: 1200px;
  }
img.banner-hotsale {
    border-radius: 10px;
  justify-self: center !important;
}

.reseÃƒÆ’Ã‚Â±asdegoogle {
    visibility: hidden;
    height: 0;
}
p.verdoc {
    visibility: hidden;
    height: 0;
    margin: 0;
}    
    .master-wrapper-hotsale * { box-sizing: border-box; margin: 0; padding: 0; }

    /* 1. STICKY BAR */
    .trust-bar-hotsale { margin-top:20px; background: var(--hs-site-gradient); color: white; padding: 12px 0; font-size: 1.7rem; font-weight: 700; z-index: 90; text-transform: uppercase; overflow: hidden; white-space: nowrap; box-shadow: 0 2px 10px rgba(251, 84, 36, 0.3); }
    .trust-content-hotsale { display: flex; justify-content: center; align-items: center; }
    .trust-item-hotsale { margin: 0 15px; display: inline-flex; align-items: center; gap: 5px; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }

    /* 2. HERO */
    .hero-hotsale { max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; }
    .hero-content-hotsale h1 { font-size: 6.4rem; line-height: 1; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; color: var(--gc-white); }
    .hero-content-hotsale h1 span { color: var(--gc-lightblue); }
    .tag-hotsale { background: var(--hs-site-gradient); color: white; padding: 8px 18px; border-radius: 10px; font-weight: 900; display: inline-block; margin-bottom: 15px; letter-spacing: 1px; font-size: 1.4rem; }

    /* TIMER */
    .timer-module-hotsale { background: var(--card-bg); border-left: 4px solid var(--gc-lightblue); padding: 25px; border-radius: 0 10px 10px 0; margin-top: 25px; border: 1px solid var(--border-color); border-left-width: 4px; }
    .countdown-hotsale { display: flex; gap: 12px; margin-top: 12px; }
    .time-box-hotsale { background: var(--gc-darkblue); padding: 12px; border-radius: 5px; min-width: 80px; text-align: center; border: 1px solid var(--border-color); box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }
    .time-box-hotsale span { display: block; font-size: 2.6rem; font-weight: 800; color: var(--hs-site_color-2); }
    .time-label-hotsale { font-size: 1.2rem; color: #a0a0a0; text-transform: uppercase; font-weight: 700; margin-bottom: -5px; }

    /* DUAL BUTTONS HERO */
    .hero-ctas-hotsale { display: flex; gap: 20px; margin-top: 35px; flex-wrap: wrap; }
    .btn-hotsale { padding: 16px 25px; border-radius: 6px; font-weight: 700; text-transform: uppercase; text-decoration: none; text-align: center; font-size: 1.6rem; transition: all 0.3s; cursor: pointer; display: flex; align-items: center; gap: 8px; }
    .btn-primary-hotsale { background: var(--hs-site-gradient); color: white; border: none; box-shadow: 0 4px 15px rgba(251, 84, 36, 0.4); }
    .btn-primary-hotsale:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(251, 84, 36, 0.6); color: white; }
    .btn-secondary-hotsale { background: transparent; color: var(--gc-lightblue); border: 2px solid var(--gc-lightblue); }
    .btn-secondary-hotsale:hover { background: rgba(2, 184, 252, 0.1); transform: translateY(-2px); color: var(--gc-lightblue); }

    /* 3. CATEGORIES */
    .cat-nav-hotsale { max-width: 1200px; margin: auto; padding: 0 20px; display: flex; gap: 15px; overflow-x: auto; scrollbar-width: none; }
    .cat-nav-hotsale::-webkit-scrollbar { display: none; }
    .cat-pill-hotsale { background: var(--card-bg); border: 1px solid var(--border-color); padding: 15px 30px; border-radius: 50px; text-decoration: none; color: white; font-weight: 700; white-space: nowrap; transition: 0.3s; font-size: 1.5rem; }
    .cat-pill-hotsale:hover { background: var(--gc-btn-blue); border-color: var(--gc-btn-blue); transform: translateY(-2px); color: white; }

    /* 4. STAR PRODUCTS DUAL */
    .star-section-hotsale { max-width: 1200px; margin: 50px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; scroll-margin-top: 100px; }
    .star-card-hotsale { background: var(--card-bg); border-radius: 15px; padding: 40px; position: relative; border: 1px solid var(--border-color); overflow: hidden; display: flex; flex-direction: column; transition: 0.3s; }
    .star-card-hotsale:hover { border-color: var(--gc-lightblue); box-shadow: 0 10px 30px rgba(2, 184, 252, 0.1); }
    .badge-stock-hotsale { position: absolute; top: 25px; right: 25px; background: var(--hs-fav_color); padding: 6px 15px; font-size: 1.01rem; font-weight: 900; border-radius: 50px; letter-spacing: 0.5px; color: white; }
    .price-strike-hotsale { color: #888; text-decoration: line-through; font-size: 1.48rem; font-weight: 600; display: block; }
    .price-main-hotsale { font-size: 3.78rem; font-weight: 900; margin: 8px 0; color: var(--gc-white); line-height: 1; }
    .price-installments-hotsale { color: var(--gc-lightblue); font-weight: 800; font-size: 1.62rem; background: rgba(2, 184, 252, 0.1); padding: 10px 15px; border-radius: 6px; display: inline-block; margin-bottom: 20px; }
    .star-img-hotsale { width: 100%; height: 260px; background: rgba(0,0,0,0.3); margin: 25px 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #555; border: 1px dashed var(--border-color); }
    .btn-buy-hotsale { background: var(--gc-btn-blue); color: white; border: none; padding: 20px; border-radius: 6px; font-weight: 800; font-size: 1.48rem; cursor: pointer; margin-top: auto; transition: 0.3s; text-transform: uppercase; text-align: center; width: 100%; display: block; text-decoration: none; }
    .btn-buy-hotsale:hover { background: var(--gc-lightblue); }

    /* 5. PROFILES */
    .profile-section-hotsale { max-width: 1200px; margin: 100px auto; padding: 0 20px; text-align: center; scroll-margin-top: 100px; }
    .profile-section-hotsale h2 { font-size: 2.7rem; text-transform: uppercase; color: var(--gc-white); }
    .profile-section-hotsale h2 span { color: var(--gc-lightblue); }
    .profile-grid-hotsale { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 50px; }
    .profile-card-hotsale { background: var(--card-bg); padding: 45px 30px; border-radius: 15px; text-decoration: none; color: white; border: 1px solid var(--border-color); transition: 0.3s; display: block; }
    .profile-card-hotsale:hover { transform: translateY(-10px); border-color: var(--hs-site_color); box-shadow: 0 10px 30px rgba(255, 108, 0, 0.15); color: white; }

    /* 6. CARROUSELES DE OFERTAS */
    .carousels-section-hotsale { max-width: 1200px; margin: 80px auto 100px; padding: 0 20px; }
    .carousel-header-hotsale { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; border-bottom: 1px solid var(--border-color); padding-bottom: 15px; }
    .carousel-header-hotsale h2 { font-size: 2.43rem; text-transform: uppercase; color: var(--gc-white); }
    .carousel-header-hotsale h2 span { color: var(--hs-site_color); }
    .view-all-hotsale { color: var(--gc-lightblue); text-decoration: none; font-weight: 700; font-size: 1.28rem; transition: 0.2s; }
    .view-all-hotsale:hover { color: var(--gc-white); }

    .carousel-container-hotsale { display: flex; gap: 25px; overflow-x: auto; padding-bottom: 30px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gc-lightblue) var(--gc-darkblue); }
    .carousel-container-hotsale::-webkit-scrollbar { height: 10px; }
    .carousel-container-hotsale::-webkit-scrollbar-track { background: var(--gc-darkblue); border-radius: 5px; }
    .carousel-container-hotsale::-webkit-scrollbar-thumb { background: var(--gc-lightblue); border-radius: 5px; }

    .product-card-hotsale { min-width: 320px; max-width: 320px; background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 12px; padding: 25px; display: flex; flex-direction: column; scroll-snap-align: start; transition: 0.3s; }
    .product-card-hotsale:hover { border-color: var(--hs-site_color); transform: translateY(-5px); box-shadow: 0 5px 20px rgba(255, 108, 0, 0.1); }
    .product-img-hotsale { width: 100%; height: 220px; background: rgba(0,0,0,0.4); border-radius: 8px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; color: #555; font-size: 1.08rem; border: 1px dashed var(--border-color); }
    .product-title-hotsale { font-size: 1.35rem; font-weight: 700; margin-bottom: 12px; color: var(--gc-white); line-height: 1.3; min-height: 50px; }
    .product-price-strike-hotsale { color: #888; text-decoration: line-through; font-size: 1.15rem; font-weight: 600; display: block; }
    .product-price-main-hotsale { font-size: 2.43rem; font-weight: 900; color: var(--gc-white); margin: 3px 0; }
    .product-installments-hotsale { color: var(--gc-lightblue); font-weight: 800; font-size: 1.21rem; margin-bottom: 20px; }
    .btn-add-hotsale { background: transparent; color: var(--gc-white); border: 1px solid var(--gc-lightblue); padding: 15px; border-radius: 6px; font-weight: 700; cursor: pointer; transition: 0.3s; text-transform: uppercase; font-size: 1.15rem; width: 100%; margin-top: auto; display: block; text-align: center; }
    .btn-add-hotsale:hover { background: var(--gc-btn-blue); border-color: var(--gc-btn-blue); }
    .badge-discount-hotsale { background: var(--hs-site-gradient); color: white; padding: 4px 10px; border-radius: 4px; font-size: 1.01rem; font-weight: 900; display: inline-block; margin-bottom: 12px; }

    /* MOBILE RESPONSIVE */
    @media (max-width: 900px) {
        .hero-hotsale { grid-template-columns: 1fr; text-align: center; padding: 50px 20px; }
        .hero-content-hotsale h1 { font-size: 3.78rem; }
        .hero-ctas-hotsale { justify-content: center; flex-direction: column; }
        .timer-module-hotsale { text-align: left; margin: 40px auto 0; max-width: 400px; }
        .star-section-hotsale { grid-template-columns: 1fr; }
        .trust-content-hotsale { animation: marquee-hotsale 15s linear infinite; }
        @keyframes marquee-hotsale { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
  .banner-hotsale-ofertas {
    margin-bottom: 15px !Important;
    justify-self: center;
    max-width: 100%;
  }  
  
  } 
  
  .post-description {
    background-color: #051230;
}
  

  
  
  
  
  h2.title-description.mb-4.res-title {
    color: #02b8fc;
}

.reseÃƒÂ±asdegoogle {
    display: none;
}

  
/* ========================================================
   ESTILOS CARRUSEL OFERTAS (ESTILO HOTSALE)
   Reescribiendo estructura estÃƒÂ¡tica para hacerlo Responsive
   ======================================================== */

/* 1. RESETEO DE ALTURAS INLINE (CLAVE PARA MÃƒâ€œVILES) */
.nov_proyectores_nota .item,
.nov_proyectores_nota .product-wrap-proyector,
.nov_proyectores_nota .product,
.nov_proyectores_nota .image,
.nov_proyectores_nota .description,
.nov_proyectores_nota .price,
.nov_proyectores_nota .precio-sin-imp,
.nov_proyectores_nota .financiacion {
    height: auto !important;
    min-height: unset !important;
}

/* 2. ESTILO DE LA TARJETA PRINCIPAL */
.nov_proyectores_nota .product {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(2, 184, 252, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  
    /* Aseguramos que la tarjeta ocupe el alto completo del carrusel */
    height: 400px !important; 
}

/* Hover de la tarjeta (Efecto HotSale Naranja) */
.nov_proyectores_nota .product:hover {
    border-color: #ff6c00 !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 108, 0, 0.1);
}

/* 3. IMAGEN DEL PRODUCTO */
.nov_proyectores_nota .image {
    background: white;
    border-radius: 8px;
    border: 1px dashed rgba(2, 184, 252, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nov_proyectores_nota .image img {
    max-height: 160px;
    width: auto;
    object-fit: contain;
}

/* Favoritos */
.nov_proyectores_nota .favButton {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    color: #ff583d;
}

/* 4. TÃƒÂTULO DEL PRODUCTO */
.nov_proyectores_nota h4 a.titprod {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    /* Limitamos el tÃƒÂ­tulo a 3 lÃƒÂ­neas para que todas las cajas midan parecido */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

/* 5. SECCIÃƒâ€œN DE PRECIOS */
/* Ocultamos elementos inyectados que ensucian el diseÃƒÂ±o (scripts de tiempo, stock de texto) */
.nov_proyectores_nota span.stock,
.nov_proyectores_nota h3.leyendaConStock,
.nov_proyectores_nota .precio-sugerido {
    display: none !important;
}

/* Precio Tachado (Lista) */
.nov_proyectores_nota .price span {
    color: white;
    font-size: 13px ;
    font-weight: 500;
}

/* Etiqueta "Precio Especial % OFF" */
.nov_proyectores_nota .cuota_disponible {
    border: none !important;
    padding: 0 !important;
    margin: 5px 0 10px 0 !important;
}
.nov_proyectores_nota .precio_fp_efectivo p span:not(.precio_fp_efectivo_precio) {
    font-size: 12px;
    color: #ff6c00; /* Naranja HotSale */
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 4px;
}

/* Precio Principal Gigante */
.nov_proyectores_nota .precio_fp_efectivo_precio {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    display: block;
    line-height: 1;
}

/* Precio sin impuestos (Lo achicamos para que no quite protagonismo) */
.nov_proyectores_nota .precio-sin-imp {
    font-size: 11px !important;
    color: #a0a0a0 !important;
    margin-bottom: 10px;
}

/* 6. CUOTAS / FINANCIACIÃƒâ€œN */
.nov_proyectores_nota .financiacion {
    color: #02b8fc !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    margin-bottom: 5px;
    background: rgba(2, 184, 252, 0.1);
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
    width: fit-content;
}
.nov_proyectores_nota .financiacion .montocuota {
    font-size: 15px !important;
}

/* 7. BOTÃƒâ€œN AGREGAR */
.nov_proyectores_nota button.btn-compra {
    background-color: transparent !important;
  	background: #FF5A2A !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 15px !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    margin-top: auto; /* Empuja el botÃƒÂ³n siempre al fondo de la tarjeta */
}
.nov_proyectores_nota button.btn-compra:hover {
    background-color: #1389f7 !important;
    border-color: #1389f7 !important;
}

/* 8. DISEÃƒâ€˜O RESPONSIVE MÃƒâ€œVIL (Celulares) */
@media (max-width: 768px) {
  
      .product button.btn.btn-primary.btn-compra {
        margin: 20px 10px 10px !important;
    }
  
    .nov_proyectores_nota .owl-item {
        padding: 0 5px; /* Da un poco de respiro entre tarjetas en mÃƒÂ³vil */
    }
    .nov_proyectores_nota .product {
        padding: 12px !important; /* Achica el padding interno */
    }
    .nov_proyectores_nota .image {
        padding: 10px;
    }
    .nov_proyectores_nota .image img {
        max-height: 110px;
    }
    .nov_proyectores_nota h4 a.titprod {
        font-size: 13px !important;
        -webkit-line-clamp: 2; /* Muestra solo 2 lÃƒÂ­neas en mÃƒÂ³vil */
    }
    .nov_proyectores_nota .precio_fp_efectivo_precio {
        font-size: 20px !important; /* Precio un poco mÃƒÂ¡s chico */
    }
    .nov_proyectores_nota .precio_fp_efectivo p span:not(.precio_fp_efectivo_precio) {
        font-size: 10px;
    }
    .nov_proyectores_nota .financiacion {
        font-size: 11px !important;
        padding: 4px 6px;
    }
    .nov_proyectores_nota .financiacion .montocuota {
        font-size: 12px !important;
    }
    .nov_proyectores_nota button.btn-compra {
        font-size: 12px !important;
        padding: 10px !important;
    }
}

/* ========================================================
   AJUSTES DE ANCHO MÃƒÂXIMO, CENTRADO Y CORRECCIÃƒâ€œN MÃƒâ€œVIL
   ======================================================== */

/* 1. LÃƒÂ­mite de 1200px y centrado perfecto en PC */
.nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
    max-width: 1200px !important;
    margin: 0 auto !important; /* El 'auto' a los lados lo centra */
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Anular los mÃƒÂ¡rgenes negativos de Bootstrap que rompen el ancho */
.proyector-categoria-row.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* 3. CORRECCIÃƒâ€œN ESTRICTA PARA CELULARES (Mata el espacio en blanco) */
@media (max-width: 768px) {
    /* Cortar de raÃƒÂ­z cualquier desbordamiento a nivel general */
    html, body {
        overflow-x: hidden !important;
    }

    .nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
        overflow: hidden !important; /* Evita que los ÃƒÂ­tems del carrusel estiren la pantalla */
        padding: 0 10px !important; /* Un poco de aire a los costados para que no pegue contra el borde del celu */
        max-width: 100vw !important; /* LÃƒÂ­mite estricto del ancho de la pantalla */
    }

    /* Centrar el contenedor general del carrusel */
    .contenedor-proyector {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        display: flex;
        flex-direction: column;
        align-items: center; /* Asegura que el tÃƒÂ­tulo y el carrusel queden al medio */
    }
    
    /* Asegurar que el script del carrusel respete el espacio disponible */
    #productslider-proyector-categoria {
        width: 100% !important;
        margin: 0 auto !important;
      margin-left: 3% !important;
    }
    
    /* Prevenir que las tarjetas sean mÃƒÂ¡s anchas que la propia pantalla */
    .owl-item {
        max-width: 95vw !important;
    }
}  
  
  
/* ========================================================
   FIX DEFINITIVO: CENTRADO DE CARRUSEL (PC Y MÃƒâ€œVIL)
   ======================================================== */

/* 1. ANULAR REGLAS QUE ROMPEN LA MATEMÃƒÂTICA DEL CARRUSEL */
.nov_proyectores_nota .owl-wrapper {
    gap: 0 !important; /* El carrusel se rompe si usas gap */
    display: block !important;
}

.nov_proyectores_nota .owl-item {
    max-width: none !important; /* ESTO ES LO QUE LO CORRÃƒÂA A LA IZQUIERDA */
    float: left !important;
}

/* 2. ESPACIADO CORRECTO ENTRE TARJETAS (Por padding interno) */
.nov_proyectores_nota .cajascategoria {
    padding: 0px !important; /* Esto da el aire entre cajas sin romper el ancho de las pistas */
    box-sizing: border-box !important;
    width: 100% !important;
}

/* 3. CENTRADO GENERAL DEL BLOQUE (1200px) */
.nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
    max-width: 1200px !important;
    margin: 0 auto 30px auto !important; /* 'auto' a los costados centra el bloque en PC */
    width: 100% !important;
    display: block !important;
    overflow: visible !important; /* Mata el espacio en blanco de la derecha */
}

/* 4. ASEGURAR QUE EL CONTENEDOR INTERNO TOME EL ANCHO COMPLETO */
.contenedor-proyector, 
.proyector-categoria-row.row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
}

/* 5. CENTRAR LOS BOTONES/FLECHAS */
.nov_proyectores_nota .owl-controls {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
}
.nov_proyectores_nota .owl-buttons {
    display: inline-flex !important;
    justify-content: center !important;
    gap: 15px !important;
}

/* 6. REFINAMIENTO EXCLUSIVO PARA MÃƒâ€œVIL */
@media (max-width: 768px) {
    .nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
        max-width: 100vw !important; /* Ocupa el 100% de la pantalla */
        padding: 0 !important;
    }
    
    /* Centrar el tÃƒÂ­tulo de las cajas en mÃƒÂ³vil ("PCs Gamer Armadas", etc) */
    .h-tit-res, .res-title {
        justify-content: center !important;
        text-align: center !important;
    }
}  
  
  
  /* ========================================================
   VARIABLES Y ESTILOS GLOBALES HOTSALE
   ======================================================== */
.master-wrapper-hotsale {
    --hs-base_color: #1b2242;
    --hs-site_color: #ff6c00;
    --hs-site_color-2: #fb9325;
    --hs-fav_color: #ff583d;
    --hs-site-gradient: linear-gradient(90deg, #fb8d25 0%, #fb5424 100%);
    --hs-yellow: #f6b746;
    --gc-darkblue: #051230;
    --gc-lightblue: #02b8fc;
    --gc-white: #ffffff;
    --gc-black: #000000;
    --gc-bg-light: #f1f1f1;
    --gc-btn-blue: #1389f7;
    
    background-color: var(--gc-darkblue);
    color: var(--gc-white);
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    font-size: 135%;
}

html, body {
    overflow-x: hidden !important; /* Evita el scroll horizontal blanco global */
}

/* ========================================================
   BANNERS Y TÃƒÂTULOS
   ======================================================== */
.banner-hotsale-ofertas {
    margin-bottom: 15px !important;
    justify-self: center;
    max-width: 1200px;
    width: 100%;
}

img.banner-hotsale {
    border-radius: 10px;
    justify-self: center !important;
    max-width: 100%;
}

h2.title-description.mb-4.res-title {
    font-size: 28px;
    margin: 0px !important;
    margin-bottom: 10px !important;
    color: #02b8fc;
}

.res-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 5px;
    flex-wrap: wrap;
    font-size: 25.2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Ocultar elementos innecesarios */
.reseÃƒÂ±asdegoogle, 
p.verdoc, 
i.far.fa-heart,
span.stock,
h3.leyendaConStock,
.precio-sugerido {
    display: none !important;
}

/* ========================================================
   CARRUSEL: ESTRUCTURA Y CENTRADO PERFECTO
   ======================================================== */
.nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
    max-width: 1200px !important;
    margin: 0 auto 30px auto !important; /* Centrado absoluto en PC */
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    /* Eliminamos el overflow: hidden de acÃƒÂ¡ para que no corte los botones */
}

.contenedor-proyector, 
.proyector-categoria-row.row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important; /* Elimina cualquier margin-left residual */
    display: block !important;
}

/* Resetear la matemÃƒÂ¡tica del Owl Carousel para que no se corra */
.nov_proyectores_nota .owl-wrapper {
    gap: 0 !important; 
    display: block !important;
}

.nov_proyectores_nota .owl-item {
    max-width: none !important; 
    float: left !important;
    padding: 0 5px !important; /* SeparaciÃƒÂ³n natural entre tarjetas */
    box-sizing: border-box !important;
}

/* Resetear alturas forzadas de las cajas */
.nov_proyectores_nota .item,
.nov_proyectores_nota .product-wrap-proyector,
.nov_proyectores_nota .product,
.nov_proyectores_nota .image,
.nov_proyectores_nota .description,
.nov_proyectores_nota .price,
.nov_proyectores_nota .precio-sin-imp,
.nov_proyectores_nota .financiacion {
    height: auto !important;
    min-height: unset !important;
}

/* ========================================================
   DISEÃƒâ€˜O DE LAS TARJETAS (ESTILO HOTSALE)
   ======================================================== */
.nov_proyectores_nota .product {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(2, 184, 252, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    height: 100% !important; 
    min-height: 500px !important;
}

.nov_proyectores_nota .product:hover {
    border-color: #ff6c00 !important;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(255, 108, 0, 0.15);
}

.nov_proyectores_nota .image {
    background: #ffffff;
    border-radius: 8px;
    border: 1px dashed rgba(2, 184, 252, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nov_proyectores_nota .image img {
    max-height: 160px;
    width: auto;
    object-fit: contain;
}

.nov_proyectores_nota h4 a.titprod {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}



.nov_proyectores_nota .cuota_disponible {
    border: none !important;
    padding: 0 !important;
    margin: 5px 0 10px 0 !important;
}

.nov_proyectores_nota .precio_fp_efectivo p span:not(.precio_fp_efectivo_precio) {
    font-size: 12px;
    color: #ff6c00;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 4px;
}

.nov_proyectores_nota .precio_fp_efectivo_precio {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    display: block;
    line-height: 1;
}

.nov_proyectores_nota .precio-sin-imp {
    font-size: 11px !important;
    color: #a0a0a0 !important;
    margin-bottom: 10px;
}

.nov_proyectores_nota .financiacion {
    color: #02b8fc !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    margin-bottom: 5px;
    background: rgba(2, 184, 252, 0.1);
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
    width: fit-content;
}

.nov_proyectores_nota .financiacion .montocuota {
    font-size: 15px !important;
}

/* BotÃƒÂ³n Agregar */
.nov_proyectores_nota button.btn-compra {
    background: #FF5A2A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    margin-top: auto; 
}

.nov_proyectores_nota button.btn-compra:hover {
    background: #1389f7 !important;
    box-shadow: 0 4px 15px rgba(19, 137, 247, 0.4);
}

/* ========================================================
   BOTONES DE NAVEGACIÃƒâ€œN DEL CARRUSEL (FLECHAS)
   ======================================================== */
.owl-controls {
    width: 100%;
    margin-top: 25px !important;
    text-align: center;
    padding-bottom: 10px;
}

.owl-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

.owl-prev, .owl-next {
    background: #02b8fc !important;
    color: #ffffff !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    opacity: 1 !important;
}

.owl-prev:hover, .owl-next:hover {
    background: #ff6c00 !important;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(255, 108, 0, 0.4) !important;
}

/* ========================================================
   RESPONSIVE MÃƒâ€œVIL (Celulares)
   ======================================================== */
@media (max-width: 768px) {
    .banner-hotsale-ofertas {
        max-width: 100%;
    }
    

    .nov_proyectores_nota.nov_proyectores_nota_debajo_descripcion {
        max-width: 100vw !important;
        padding: 0 10px !important;
    }

    .h-tit-res, .res-title {
        justify-content: center !important;
        text-align: center !important;
    }

    .nov_proyectores_nota .owl-item {
        max-width: 85vw !important; /* Evita que la tarjeta sea mÃƒÂ¡s ancha que la pantalla */
    }

    .nov_proyectores_nota .product {
        padding: 15px !important;
        min-height: 380px !important;
    }

    .nov_proyectores_nota .image img {
        max-height: 120px;
    }

    .nov_proyectores_nota h4 a.titprod {
        font-size: 14px !important;
        -webkit-line-clamp: 2; 
    }

    .nov_proyectores_nota .precio_fp_efectivo_precio {
        font-size: 22px !important; 
    }

    .nov_proyectores_nota .financiacion {
        font-size: 12px !important;
        padding: 5px 8px;
    }

    .nov_proyectores_nota button.btn-compra {
        font-size: 14px !important;
        padding: 12px !important;
    }
    
    /* Achicamos un poco los botones del carrusel en mÃƒÂ³vil */
    .owl-prev, .owl-next {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
}
  
.product .price > span {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center;
    align-content: center;
    gap: 5px;
}
  

  
 h1.copete {
    display: none;
} 
  
h2.titulo {
    display: none;
}  
  


  
  