.elementor-3017 .elementor-element.elementor-element-b7071f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =====================================================
   VEN A MI EVENTO — ESTILOS GLOBALES
===================================================== */

:root{
    --vme-primary:#14aaa4;
    --vme-primary-dark:#078d88;
    --vme-primary-soft:#e9fbfa;
    --vme-gray:#a9a9ad;
    --vme-dark:#1c292e;
    --vme-text:#53646a;
    --vme-white:#ffffff;
    --vme-border:#dcebea;
    --vme-shadow:0 22px 55px rgba(13,104,100,.12);
}

.vme-section,
.vme-section *{
    box-sizing:border-box;
}

.vme-section{
    font-family:Arial,Helvetica,sans-serif;
    color:var(--vme-dark);
}

.vme-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}

.vme-grid-2{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:60px;
    align-items:center;
}

.vme-grid-3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.vme-grid-4{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.vme-badge{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:11px 20px;
    border:1px solid rgba(20,170,164,.32);
    border-radius:999px;
    background:rgba(255,255,255,.84);
    color:var(--vme-primary-dark);
    font-size:14px;
    font-weight:900;
    letter-spacing:.4px;
    box-shadow:0 12px 30px rgba(13,104,100,.08);
}

.vme-title{
    margin:18px 0;
    font-size:clamp(38px,5vw,66px);
    line-height:1.04;
    letter-spacing:-2px;
    font-weight:900;
    color:var(--vme-dark);
}

.vme-title span{
    color:var(--vme-primary);
}

.vme-section-title{
    margin:12px 0 18px;
    font-size:clamp(34px,4vw,52px);
    line-height:1.1;
    letter-spacing:-1.4px;
    font-weight:900;
}

.vme-lead{
    max-width:720px;
    font-size:19px;
    line-height:1.75;
    color:var(--vme-text);
}

.vme-btns{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:32px;
}

.vme-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:15px 29px;
    border-radius:15px;
    text-decoration:none !important;
    font-size:16px;
    font-weight:900;
    transition:.28s ease;
}

.vme-btn-primary{
    color:#fff !important;
    background:linear-gradient(135deg,var(--vme-primary),var(--vme-primary-dark));
    box-shadow:0 17px 36px rgba(20,170,164,.25);
}

.vme-btn-light{
    color:var(--vme-dark) !important;
    background:#fff;
    border:1px solid var(--vme-border);
}

.vme-btn:hover{
    transform:translateY(-3px);
}

.vme-card{
    height:100%;
    padding:29px;
    border:1px solid var(--vme-border);
    border-radius:24px;
    background:rgba(255,255,255,.94);
    box-shadow:var(--vme-shadow);
}

.vme-card-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    margin-bottom:18px;
    border-radius:17px;
    background:var(--vme-primary-soft);
    font-size:26px;
}

.vme-card h3{
    margin:0 0 10px;
    font-size:21px;
    line-height:1.3;
}

.vme-card p{
    margin:0;
    color:var(--vme-text);
    line-height:1.65;
}

/* Teléfono */
.vme-phone-wrap{
    position:relative;
    width:100%;
    max-width:390px;
    margin:0 auto;
}

.vme-phone-glow{
    position:absolute;
    inset:10% -15%;
    border-radius:50%;
    background:rgba(20,170,164,.18);
    filter:blur(55px);
}

.vme-phone{
    position:relative;
    padding:12px;
    border:8px solid #172226;
    border-radius:48px;
    background:#172226;
    box-shadow:0 35px 75px rgba(23,34,38,.28);
}

.vme-phone::before{
    content:"";
    position:absolute;
    z-index:3;
    top:10px;
    left:50%;
    width:105px;
    height:24px;
    border-radius:30px;
    background:#172226;
    transform:translateX(-50%);
}

.vme-phone-screen{
    overflow:hidden;
    min-height:620px;
    border-radius:34px;
    background:#f4f8f7;
}

.vme-phone-screen img{
    display:block;
    width:100%;
    height:100%;
    min-height:620px;
    object-fit:cover;
    object-position:top center;
}

.vme-float-card{
    position:absolute;
    z-index:5;
    padding:13px 17px;
    border:1px solid rgba(20,170,164,.16);
    border-radius:15px;
    background:rgba(255,255,255,.94);
    box-shadow:0 16px 36px rgba(27,69,68,.14);
    color:var(--vme-dark);
    font-size:14px;
    font-weight:800;
}

.vme-float-one{
    top:16%;
    left:-88px;
}

.vme-float-two{
    right:-90px;
    bottom:20%;
}

@media(max-width:900px){
    .vme-grid-2,
    .vme-grid-3,
    .vme-grid-4{
        grid-template-columns:1fr;
    }

    .vme-grid-4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .vme-section{
        text-align:center;
    }

    .vme-lead{
        margin-left:auto;
        margin-right:auto;
    }

    .vme-btns{
        justify-content:center;
    }
}

@media(max-width:600px){
    .vme-container{
        padding-left:20px;
        padding-right:20px;
    }

    .vme-title{
        font-size:41px;
        line-height:1.08;
        letter-spacing:-1px;
    }

    .vme-section-title{
        font-size:34px;
    }

    .vme-lead{
        font-size:17px;
    }

    .vme-grid-4{
        grid-template-columns:1fr;
    }

    .vme-btns{
        flex-direction:column;
        align-items:center;
    }

    .vme-btn{
        width:100%;
        max-width:330px;
    }

    .vme-phone-wrap{
        max-width:320px;
    }

    .vme-phone-screen,
    .vme-phone-screen img{
        min-height:560px;
    }

    .vme-float-card{
        position:relative;
        inset:auto;
        display:inline-flex;
        margin:14px 5px 0;
    }
}
/* =====================================================
   VEN A MI EVENTO — MÉTRICAS Y CONTROL DE ACCESO
===================================================== */

.vme-device-stage{
    position:relative;
    width:100%;
    max-width:590px;
    margin:0 auto;
}

.vme-device-glow{
    position:absolute;
    inset:12% 4%;
    border-radius:50%;
    background:rgba(20,170,164,.18);
    filter:blur(65px);
    pointer-events:none;
}

.vme-laptop{
    position:relative;
    z-index:2;
    width:100%;
}

.vme-laptop-screen{
    position:relative;
    overflow:hidden;
    width:86%;
    margin:0 auto;
    padding:12px;
    border:9px solid #1d292d;
    border-bottom-width:16px;
    border-radius:24px 24px 9px 9px;
    background:#111b1f;
    box-shadow:0 30px 65px rgba(18,54,53,.22);
}

.vme-laptop-screen::before{
    content:"";
    position:absolute;
    top:5px;
    left:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#657276;
    transform:translateX(-50%);
    z-index:3;
}

.vme-laptop-screen img{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    object-position:top center;
    border-radius:10px;
    background:#eef5f4;
}

.vme-laptop-base{
    position:relative;
    width:100%;
    height:26px;
    margin-top:-2px;
    border-radius:4px 4px 22px 22px;
    background:linear-gradient(180deg,#d8dfe0,#919a9d);
    box-shadow:0 18px 28px rgba(0,0,0,.14);
}

.vme-laptop-base::after{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:110px;
    height:7px;
    border-radius:0 0 10px 10px;
    background:#737d80;
    transform:translateX(-50%);
}

.vme-tablet{
    position:relative;
    z-index:2;
    max-width:430px;
    margin:0 auto;
    padding:16px;
    border:10px solid #1c292e;
    border-radius:34px;
    background:#1c292e;
    box-shadow:0 32px 70px rgba(18,54,53,.25);
}

.vme-tablet::before{
    content:"";
    position:absolute;
    top:8px;
    left:50%;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#647176;
    transform:translateX(-50%);
}

.vme-tablet img{
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:top center;
    border-radius:20px;
    background:#edf4f3;
}

.vme-feature-list{
    display:grid;
    gap:15px;
    margin-top:30px;
}

.vme-feature-item{
    display:grid;
    grid-template-columns:50px 1fr;
    gap:15px;
    align-items:start;
    padding:18px 20px;
    border:1px solid var(--vme-border);
    border-radius:18px;
    background:rgba(255,255,255,.92);
    box-shadow:0 13px 30px rgba(13,104,100,.06);
}

.vme-feature-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:15px;
    background:var(--vme-primary-soft);
    font-size:24px;
}

.vme-feature-item strong{
    display:block;
    margin:1px 0 5px;
    color:var(--vme-dark);
    font-size:17px;
}

.vme-feature-item p{
    margin:0;
    color:var(--vme-text);
    line-height:1.55;
}

.vme-metrics-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-top:30px;
}

.vme-metric-mini{
    padding:20px 14px;
    border:1px solid var(--vme-border);
    border-radius:18px;
    background:#fff;
    text-align:center;
    box-shadow:0 14px 34px rgba(13,104,100,.07);
}

.vme-metric-mini span{
    display:block;
    margin-bottom:8px;
    font-size:28px;
}

.vme-metric-mini strong{
    display:block;
    margin-bottom:4px;
    color:var(--vme-dark);
    font-size:15px;
}

.vme-metric-mini small{
    color:var(--vme-text);
    line-height:1.4;
}

.vme-access-chip-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.vme-access-chip{
    padding:10px 14px;
    border:1px solid rgba(20,170,164,.25);
    border-radius:999px;
    background:#fff;
    color:#35575a;
    font-size:14px;
    font-weight:800;
    box-shadow:0 9px 20px rgba(13,104,100,.05);
}

@media(max-width:900px){
    .vme-metrics-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .vme-device-stage{
        margin-top:10px;
    }
}

@media(max-width:600px){
    .vme-laptop-screen{
        width:94%;
        padding:7px;
        border-width:6px;
        border-bottom-width:11px;
        border-radius:16px 16px 7px 7px;
    }

    .vme-laptop-base{
        height:18px;
    }

    .vme-tablet{
        max-width:310px;
        padding:10px;
        border-width:7px;
        border-radius:25px;
    }

    .vme-tablet img{
        border-radius:15px;
    }

    .vme-feature-item{
        grid-template-columns:44px 1fr;
        gap:12px;
        padding:16px;
        text-align:left;
    }

    .vme-feature-icon{
        width:44px;
        height:44px;
        font-size:21px;
    }

    .vme-metrics-grid{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .vme-metric-mini{
        padding:17px 10px;
    }

    .vme-access-chip-wrap{
        justify-content:center;
    }
}/* End custom CSS */