.elementor-27 .elementor-element.elementor-element-38b2b794:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-38b2b794 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-27 .elementor-element.elementor-element-38b2b794{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-38b2b794 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-67bf8a10 *//* --- ESTRUCTURA BASE --- */
.elite-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

/* --- LOGO --- */
.elite-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #f3f4ff;
    transition: 0.3s;
}
.elite-logo:hover span { color: #f8ae54; }
.logo-icon {
    width: 36px; height: 36px; border-radius: 8px;
    background: linear-gradient(135deg,#00365f 0%,#181a34 50%,#f8ae54 140%);
    display: grid; place-items: center;
}

/* --- NAVEGACIÓN PC --- */
.elite-nav-pc { display: flex; gap: 18px; font-family: 'Space Grotesk'; font-size: 13.5px; }
.elite-nav-pc a { color: #f3f4ff; text-decoration: none; opacity: 0.8; transition: 0.3s; }
.elite-nav-pc a:hover { opacity: 1; color: #f8ae54; }

/* --- ACCIONES Y CARRITO --- */
.elite-actions-pc { display: flex; align-items: center; gap: 15px; }

.elite-cart-wrapper { position: relative; display: flex; align-items: center; }

.btn-cart { display: flex; align-items: center; transition: 0.3s; padding: 5px; position: relative; }
.btn-cart:hover svg { stroke: #f8ae54; }

/* Burbuja del contador */
.cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #f8ae54;
    color: #001a2e;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: bold;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

/* Botones */
/* --- BOTÓN CATÁLOGO CORREGIDO --- */
.btn-catalog { 
    padding: 10px 20px; 
    border-radius: 99px; 
    background: rgba(255, 255, 255, 0.08) !important; 
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important; 
    text-decoration: none; 
    font-family: 'Space Grotesk', sans-serif; 
    font-size: 14px; 
    font-weight: 600; /* Igualado el peso de la fuente para consistencia */
    transition: all 0.3s ease; 
}

.btn-catalog:hover { 
    background: #ffffff !important; 
    color: #0d0e1d !important; 
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* --- BOTÓN WHATSAPP CORREGIDO --- */
.btn-whatsapp { 
    padding: 10px 20px; 
    border-radius: 99px; 
    background: rgba(255, 255, 255, 0.08) !important; 
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important; 
    text-decoration: none; 
    font-family: 'Space Grotesk', sans-serif; 
    font-weight: 600; 
    font-size: 14px; 
    transition: all 0.3s ease; 
}

.btn-whatsapp:hover { 
    background: #ffffff !important; 
    color: #0d0e1d !important; 
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* --- BOTÓN WHATSAPP CORREGIDO --- */
.btn-whatsapp { 
    padding: 10px 20px; 
    border-radius: 99px; 
    /* Fondo blanco sutil semi-transparente para que no sea disruptivo */
    background: rgba(255, 255, 255, 0.08) !important; 
    /* Borde fino para darle definición sobre el fondo oscuro */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    /* Texto en blanco sólido para máxima legibilidad */
    color: #ffffff !important; 
    text-decoration: none; 
    font-family: 'Space Grotesk', sans-serif; 
    font-weight: 600; 
    font-size: 14px; 
    transition: all 0.3s ease; 
}

/* Efecto al pasar el cursor (Hover) */
.btn-whatsapp:hover { 
    background: #ffffff !important; /* Se vuelve blanco sólido */
    color: #0d0e1d !important;      /* El texto cambia al color oscuro de tu marca */
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* --- MENÚ MÓVIL Y OVERLAY --- */
.elite-mobile-toggle { 
    display: none; cursor: pointer; z-index: 9999; 
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px; padding: 6px; transition: 0.3s; line-height: 0;
}
.elite-mobile-toggle:hover { border-color: #f8ae54; background: rgba(248, 174, 84, 0.1); }
.elite-mobile-toggle svg { stroke: #ffffff !important; }

.elite-mobile-menu {
    position: fixed; top: 0; right: -100%; width: 280px; height: 100vh;
    background: #001a2e; z-index: 10000; padding: 60px 30px;
    display: flex; flex-direction: column; gap: 15px; transition: 0.4s ease;
}
.elite-mobile-menu.open { right: 0; }
.elite-mobile-menu a { color: white; text-decoration: none; font-family: 'Space Grotesk'; font-size: 18px; border-bottom: 1px solid #ffffff10; padding-bottom: 8px; transition: 0.3s; }
.elite-mobile-menu a:hover { color: #f8ae54; padding-left: 5px; }

/* Carrito en móvil */
.elite-cart-mobile-link { display: flex; justify-content: space-between; align-items: center; color: #f8ae54 !important; }
.cart-count-mobile { background: #f8ae54; color: #001a2e; padding: 2px 10px; border-radius: 20px; font-weight: bold; font-size: 14px; }

.elite-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); display: none; z-index: 9998; }
.elite-overlay.show { display: block; }
.close-area { position: absolute; top: 20px; right: 20px; font-size: 30px; color: white; cursor: pointer; }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .elite-nav-pc, .elite-actions-pc { display: none !important; }
    .elite-mobile-toggle { display: block !important; }
}/* End custom CSS */