.elementor-kit-12{--e-global-color-primary:#7038B5;--e-global-color-secondary:#54595F;--e-global-color-text:#131212;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#131212;font-family:"Inter", Sans-serif;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 h1{color:#7038B5;}.elementor-kit-12 h2{color:#7038B5;}.elementor-kit-12 h3{color:#7038B5;}.elementor-kit-12 h4{color:#7038B5;}.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 */.tarjeta-premium{
    position: relative;
    overflow: visible;
    border-radius: 28px;
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
    will-change: transform, box-shadow, filter;
    z-index: 1;
}

.tarjeta-premium::before{
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 34px;
    opacity: 0;
    transition: opacity .35s ease, transform .35s ease;
    transform: scale(.96);
    pointer-events: none;
    z-index: -1;
}

/* Efecto hover general */
.tarjeta-premium:hover{
    transform: translateY(-8px) scale(1.02);
    filter: brightness(1.08);
}

.tarjeta-premium:hover::before{
    opacity: 1;
    transform: scale(1);
}

/* Tarjeta 1 */
.glow-1:hover{
    box-shadow:
        0 14px 30px rgba(88, 71, 122, 0.16),
        0 0 18px rgba(226, 234, 199, 0.45),
        0 0 42px rgba(226, 234, 199, 0.28);
}

.glow-1::before{
    background: radial-gradient(circle,
        rgba(226, 234, 199, 0.55) 0%,
        rgba(226, 234, 199, 0.18) 40%,
        rgba(226, 234, 199, 0) 72%);
}

/* Tarjeta 2 */
.glow-2:hover{
    box-shadow:
        0 14px 30px rgba(88, 71, 122, 0.16),
        0 0 18px rgba(210, 193, 232, 0.46),
        0 0 42px rgba(210, 193, 232, 0.30);
}

.glow-2::before{
    background: radial-gradient(circle,
        rgba(210, 193, 232, 0.60) 0%,
        rgba(210, 193, 232, 0.20) 40%,
        rgba(210, 193, 232, 0) 72%);
}

/* Tarjeta 3 */
.glow-3:hover{
    box-shadow:
        0 14px 34px rgba(66, 45, 103, 0.24),
        0 0 20px rgba(186, 154, 241, 0.55),
        0 0 52px rgba(186, 154, 241, 0.34);
}

.glow-3::before{
    background: radial-gradient(circle,
        rgba(186, 154, 241, 0.68) 0%,
        rgba(186, 154, 241, 0.24) 42%,
        rgba(186, 154, 241, 0) 74%);
}

/* Tarjeta 4 */
.glow-4:hover{
    box-shadow:
        0 14px 34px rgba(19, 86, 51, 0.20),
        0 0 20px rgba(154, 228, 181, 0.52),
        0 0 50px rgba(154, 228, 181, 0.30);
}

.glow-4::before{
    background: radial-gradient(circle,
        rgba(154, 228, 181, 0.62) 0%,
        rgba(154, 228, 181, 0.22) 42%,
        rgba(154, 228, 181, 0) 74%);
}

/* Títulos y textos con un toque más premium */
.tarjeta-premium h1,
.tarjeta-premium h2,
.tarjeta-premium h3,
.tarjeta-premium h4,
.tarjeta-premium p,
.tarjeta-premium .elementor-heading-title{
    transition: color .35s ease, text-shadow .35s ease;
}

.tarjeta-premium:hover h1,
.tarjeta-premium:hover h2,
.tarjeta-premium:hover h3,
.tarjeta-premium:hover h4,
.tarjeta-premium:hover p,
.tarjeta-premium:hover .elementor-heading-title{
    text-shadow: 0 0 10px rgba(255,255,255,0.14);
}

/* Móvil */
@media (max-width: 767px){
    .tarjeta-premium:hover{
        transform: none;
        filter: none;
        box-shadow: none;
    }

    .tarjeta-premium:hover::before{
        opacity: 0;
    }
}/* End custom CSS */