.elementor-kit-19{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#3E2723;--e-global-color-text:#1A1A1A;--e-global-color-accent:#E5C77E;--e-global-color-0f46918:#1A1A1A;--e-global-color-7c510a6:#D4AF37;--e-global-color-b87cdfa:#C4946C;--e-global-color-813d018:#F5F5DC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1A1A1A;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{background-color:#FFFFFF;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 a{color:#FFFFFF;}.elementor-kit-19 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-19 h2{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === KARUMAX PREMIUM STYLES === */

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Fuentes globales premium */
body {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1A1A1A;
}

/* Gradiente dorado elegante */
.gradient-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #E5C77E 100%);
}

/* Texto con efecto dorado */
.gold-text {
    background: linear-gradient(135deg, #D4AF37 0%, #E5C77E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Línea decorativa dorada */
.gold-line {
    width: 80px;
    height: 3px;
    background: #D4AF37;
    margin: 20px auto;
}

/* Hover suave en tarjetas */
.elementor-widget-icon-box:hover {
    transform: translateY(-8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Botones premium con brillo dorado */
.elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.4);
}

.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.elementor-button:hover::before {
    left: 100%;
}

/* Animación de aparición elegante */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Efecto brillo en iconos */
@keyframes shine {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.gold-shine {
    animation: shine 3s infinite ease-in-out;
}

/* Separador decorativo */
.separator-gold {
    width: 60px;
    height: 2px;
    background: #D4AF37;
    margin: 15px auto;
    position: relative;
}

.separator-gold::before,
.separator-gold::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #D4AF37;
    border-radius: 50%;
    top: -3px;
}

.separator-gold::before {
    left: -15px;
}

.separator-gold::after {
    right: -15px;
}

/* Sombras premium */
.premium-shadow {
    box-shadow: 0 10px 40px rgba(62, 39, 35, 0.15);
}

.premium-shadow-hover:hover {
    box-shadow: 0 15px 60px rgba(62, 39, 35, 0.25);
}

/* Overlay oscuro elegante */
.dark-overlay {
    position: relative;
}

.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.7);
    z-index: 1;
}

.dark-overlay > * {
    position: relative;
    z-index: 2;
}

/* Patrón de lujo (opcional) */
.luxury-pattern {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(212,175,55,.05) 35px, rgba(212,175,55,.05) 70px);
}

/* Números grandes estilo premium */
.premium-number {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    background: linear-gradient(135deg, #D4AF37 0%, #E5C77E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Bordes dorados sutiles */
.gold-border {
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.gold-border-thick {
    border: 2px solid #D4AF37;
}

/* Fondos alternativos premium */
.bg-cream {
    background-color: #FFF8DC;
}

.bg-beige {
    background-color: #F5F5DC;
}

.bg-dark {
    background-color: #1A1A1A;
}

.bg-brown {
    background-color: #3E2723;
}

/* Responsive refinements */
@media (max-width: 768px) {
    .premium-number {
        font-size: 48px;
    }
}/* End custom CSS */