.elementor-kit-5{--e-global-color-primary:#2D1FE8;--e-global-color-secondary:#E8336D;--e-global-color-text:#6B6A88;--e-global-color-accent:#0E0D1F;--e-global-color-ed4c341:#00C9A7;--e-global-color-c0b1927:#9B41C8;--e-global-color-bce2501:#FFDD00;--e-global-color-3fb5af8:#F06030;--e-global-color-f76aac3:#F0EEFF;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Fraunces";--e-global-typography-accent-font-weight:400;color:#6B6A88;font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#FFFFFF;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:#0E0D1F;border-style:solid;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:#0E0D1F;font-family:"Bricolage Grotesque", Sans-serif;font-size:3.2rem;font-weight:800;}.elementor-kit-5 h2{color:#0E0D1F;font-family:"Bricolage Grotesque", Sans-serif;font-weight:800;}.elementor-kit-5 h3{color:#0E0D1F;font-family:"Bricolage Grotesque", Sans-serif;font-size:1.2em;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}.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 */html {
    scroll-behavior: smooth;
}

#problema,
#propuesta {
    scroll-margin-top: 120px;
}

#contacto {
    scroll-margin-top: 150px;
}

.modula-cta,
.modula-cta a,
.modula-cta button {
    font-family: "Barlow", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #2D1FE8,
        #E8336D
    ) !important;

    padding: 8px 16px !important;
    border: none !important;
    border-radius: 999px !important;

    box-shadow: 0 4px 20px rgba(45, 31, 232, 0.28);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.modula-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 24px rgba(45, 31, 232, 0.35);
}

.modula-cta:active {
    transform: scale(0.95);
}

.modula-glass {
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.35);
}

.modula-hamburger {
    background: transparent !important;
    color: #0E0D1F;
    border: none;
    box-shadow: none;
}

.modula-hamburger:hover,
.modula-hamburger:focus,
.modula-hamburger:active {
    background: transparent !important;
    color: #0E0D1F;
}

/*
MODULA HERO
*/

.modula-cta-hero,
.modula-cta-hero a,
.modula-cta-hero button {
    padding: 13px 24px !important;
    font-size: 11px !important;
}

.modula-btn-secondary,
.modula-btn-secondary a,
.modula-btn-secondary button {
    font-family: "Barlow", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;

    color: #0E0D1F !important;
    background: rgba(255,255,255,0.40) !important;

    padding: 13px 24px !important;

    border: 1px solid rgba(14,13,31,0.15) !important;
    border-radius: 999px !important;

    box-shadow: none !important;

    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.modula-btn-secondary:hover,
.modula-btn-secondary a:hover,
.modula-btn-secondary button:hover {
    color: #2D1FE8 !important;
    border-color: rgba(45,31,232,0.40) !important;
    transform: translateY(-1px);
}

/* =========================
   MODULA - HERO
   ========================= */

.modula-hero {
    position: relative;
    overflow: hidden;
}

.modula-hero::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    top: -220px;
    left: -220px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #2D1FE8,
        #7B3FE8
    );

    opacity: 0.11;
    filter: blur(72px);

    pointer-events: none;
}

.modula-hero::after {
    content: "";
    position: absolute;

    width: 380px;
    height: 380px;

    top: -150px;
    right: -150px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #E8336D,
        #FF6B9D
    );

    opacity: 0.09;
    filter: blur(72px);

    pointer-events: none;
}

@media (max-width: 767px) {

    .modula-hero::before {
        width: 280px;
        height: 280px;

        top: -120px;
        left: -170px;

        opacity: 0.065;
        filter: blur(75px);
    }

    .modula-hero::after {
        width: 240px;
        height: 240px;

        top: 180px;
        right: -160px;

        opacity: 0.055;
        filter: blur(75px);
    }
}

/* =========================
   MODULA - MOBILE MENU
   ========================= */

@media (max-width: 767px) {

    /* Dropdown */
    .e-n-menu-wrapper {
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;

    padding: 14px 20px 20px !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    }
    
    /* Quitar fondos blancos internos que agrega Elementor */
    .e-n-menu-wrapper > div,
    .e-n-menu-content,
    .e-n-menu-heading,
    .e-n-menu-item,
    .e-n-menu-title,
    .e-n-menu-title-container {
        background: transparent !important;
    }

    /* Items */
    .e-n-menu-item {
        margin: 0 !important;
        min-height: auto !important;
        border: none !important;
        background: transparent !important;
    }

    /* Links */
    .e-n-menu-title-container {
        padding: 10px 0 !important;
        background: transparent !important;
        border: none !important;
    }

    .e-n-menu-title-text {
        font-family: "Barlow", sans-serif !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase;

        color: #6B6A88 !important;
    }

    .e-n-menu-title-container:hover .e-n-menu-title-text {
        color: #0E0D1F !important;
    }

    /* CTA */
    .e-n-menu-item:last-child {
        margin-top: 12px !important;
    }

    .e-n-menu-item:last-child .e-n-menu-title-container {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        width: auto !important;

        padding: 10px 18px !important;

        background: linear-gradient(
            135deg,
            #2D1FE8,
            #E8336D
        ) !important;

        border-radius: 999px !important;

        box-shadow:
            0 4px 20px rgba(45, 31, 232, 0.25) !important;
    }

    .e-n-menu-item:last-child .e-n-menu-title-text {
        color: #ffffff !important;
        font-weight: 700 !important;
    }

    /* Toggle */
    .e-n-menu-toggle {
        background: transparent !important;
        border: none !important;
        padding: 6px !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .e-n-menu-wrapper {
        transform: translateY(26px) !important;
    }
}


@media (max-width: 767px) {

    .modula-cta-hero,
    .modula-cta-hero a,
    .modula-cta-hero button {
        display: inline-flex !important;
        width: 100% !important;
        justify-content: center !important;
    }
}

/* El CTA interno del menú solo existe visualmente en mobile */
@media (min-width: 768px) {
    .e-n-menu-item:last-child {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .e-n-menu-item:last-child {
        display: flex !important;
    }
}

/*  =========================
    =========================
    =========================
    =========================

   PROBLEM SECTION
   
   ========================= 
   =========================
   =========================
   =========================*/


/* =========================
   PROBLEM SECTION BLOB
   ========================= */

.modula-problem-section {
    position: relative;
    overflow: hidden;
}

.modula-problem-section::before {
    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    top: -180px;
    right: -120px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #E8336D,
        #9B41C8
    );

    opacity: 0.03;
    filter: blur(80px);

    pointer-events: none;
}


/* =========================
   PROBLEM CARDS HOVER
   ========================= */

.modula-problem-hover {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.modula-problem-hover:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 45px rgba(14, 13, 31, 0.09);

    border-color:
        rgba(45, 31, 232, 0.12);
}

/* =========================
   PROPUESTA CARDS HOVER
   ========================= */

.modula-value-card {
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.modula-value-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 45px rgba(14, 13, 31, 0.10);

    border-color:
        rgba(45, 31, 232, 0.18);
}

.modula-value-card:hover .modula-value-dot {
    transform: scale(1.35);
}

.modula-value-dot {
    transition: transform 0.25s ease;
}

/* =========================
   WHATSAPP BUTTON CTA SECTION
   ========================= */

.modula-cta-whatsapp,
.modula-cta-whatsapp a,
.modula-cta-whatsapp button {
    font-family: "Barlow", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;

    color: #0E0D1F !important;
    background: #FFFFFF !important;

    padding: 16px 30px !important;

    border: none !important;
    border-radius: 999px !important;

    box-shadow: 0 10px 30px rgba(14, 13, 31, 0.15);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.modula-cta-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(14, 13, 31, 0.20);
}/* End custom CSS */