.elementor-2283 .elementor-element.elementor-element-1435927e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =====================================================
   PARTYFLYERS.ONLINE
   CSS GLOBAL PREMIUM + RESPONSIVE
===================================================== */

:root{
    --pf-black:#070707;
    --pf-black-soft:#101010;
    --pf-carbon:#171717;
    --pf-card:#1d1d1d;
    --pf-orange:#ff6a00;
    --pf-orange-light:#ff9300;
    --pf-yellow:#ffc400;
    --pf-white:#ffffff;
    --pf-text:#dddddd;
    --pf-muted:#a8a8a8;
    --pf-border:rgba(255,255,255,.10);
    --pf-orange-border:rgba(255,106,0,.38);
    --pf-shadow:0 24px 70px rgba(0,0,0,.42);
}

/* =========================
   BASE GLOBAL
========================= */

.pf-section,
.pf-section *{
    box-sizing:border-box;
}

.pf-section{
    position:relative;
    font-family:Arial,Helvetica,sans-serif;
    color:var(--pf-white);
}

.pf-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}

.pf-grid-2{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:60px;
    align-items:center;
}

.pf-grid-3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.pf-grid-4{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

/* =========================
   TEXTOS
========================= */

.pf-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:11px 19px;
    border:1px solid var(--pf-orange-border);
    border-radius:999px;
    background:rgba(255,106,0,.12);
    color:#ffaf78;
    font-size:13px;
    font-weight:900;
    line-height:1.3;
    letter-spacing:.5px;
    text-align:center;
    box-shadow:0 12px 30px rgba(255,106,0,.08);
}

.pf-title{
    margin:20px 0 22px;
    font-size:clamp(44px,6vw,74px);
    line-height:1.02;
    letter-spacing:-2px;
    font-weight:900;
    color:#fff;
}

.pf-title span,
.pf-section-title span{
    color:var(--pf-orange);
}

.pf-section-title{
    margin:14px 0 18px;
    font-size:clamp(34px,4vw,54px);
    line-height:1.08;
    letter-spacing:-1.4px;
    font-weight:900;
    color:#fff;
}

.pf-lead{
    max-width:760px;
    margin:0;
    color:var(--pf-text);
    font-size:19px;
    line-height:1.75;
}

/* =========================
   BOTONES
========================= */

.pf-btns{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:30px;
}

.pf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:15px 30px;
    border-radius:15px;
    text-decoration:none !important;
    font-size:16px;
    font-weight:900;
    line-height:1.3;
    text-align:center;
    transition:transform .28s ease,
               box-shadow .28s ease,
               background .28s ease;
}

.pf-btn:hover{
    transform:translateY(-4px);
}

.pf-btn-primary{
    background:linear-gradient(
        135deg,
        var(--pf-orange),
        var(--pf-orange-light)
    );
    color:#111 !important;
    box-shadow:0 18px 42px rgba(255,106,0,.30);
}

.pf-btn-primary:hover{
    box-shadow:0 25px 55px rgba(255,106,0,.42);
}

.pf-btn-light{
    background:#fff;
    color:#111 !important;
    border:1px solid rgba(255,255,255,.25);
}

.pf-btn-dark{
    background:#181818;
    color:#fff !important;
    border:1px solid var(--pf-border);
}

/* =========================
   TARJETAS
========================= */

.pf-card{
    height:100%;
    padding:28px;
    border:1px solid var(--pf-border);
    border-radius:24px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.06),
            rgba(255,255,255,.025)
        );
    box-shadow:var(--pf-shadow);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    transition:transform .3s ease,
               border-color .3s ease,
               box-shadow .3s ease;
}

.pf-card:hover{
    transform:translateY(-7px);
    border-color:rgba(255,106,0,.42);
    box-shadow:0 30px 75px rgba(0,0,0,.50);
}

.pf-card-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:56px;
    height:56px;
    margin-bottom:18px;
    border-radius:18px;
    background:linear-gradient(
        135deg,
        var(--pf-orange),
        var(--pf-yellow)
    );
    color:#111;
    font-size:27px;
    box-shadow:0 12px 30px rgba(255,106,0,.22);
}

.pf-card h3{
    margin:0 0 10px;
    color:#fff;
    font-size:21px;
    line-height:1.3;
}

.pf-card p{
    margin:0;
    color:var(--pf-text);
    font-size:16px;
    line-height:1.65;
}

/* =========================
   EFECTO ECUALIZADOR
========================= */

.pf-equalizer{
    position:absolute;
    inset:0;
    overflow:hidden;
    pointer-events:none;
    opacity:.08;
    background-image:repeating-linear-gradient(
        90deg,
        transparent 0 18px,
        rgba(255,106,0,.85) 18px 24px
    );
    -webkit-mask-image:linear-gradient(
        to top,
        #000,
        transparent 72%
    );
    mask-image:linear-gradient(
        to top,
        #000,
        transparent 72%
    );
}

.pf-noise{
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.025;
    background-image:
        radial-gradient(circle,#fff 1px,transparent 1px);
    background-size:22px 22px;
}

/* =========================
   TELÉFONO
========================= */

.pf-phone-wrap{
    position:relative;
    width:100%;
    max-width:420px;
    margin:0 auto;
}

.pf-device-glow{
    position:absolute;
    inset:5% -12%;
    border-radius:50%;
    background:radial-gradient(
        circle,
        rgba(255,106,0,.38),
        rgba(255,106,0,.05) 48%,
        transparent 70%
    );
    filter:blur(38px);
    pointer-events:none;
}

.pf-phone{
    position:relative;
    padding:12px;
    border:8px solid #050505;
    border-radius:48px;
    background:#050505;
    box-shadow:
        0 38px 85px rgba(0,0,0,.58),
        0 0 55px rgba(255,106,0,.12);
}

.pf-phone::before{
    content:"";
    position:absolute;
    z-index:4;
    top:10px;
    left:50%;
    width:108px;
    height:24px;
    border-radius:30px;
    background:#050505;
    transform:translateX(-50%);
}

.pf-phone-screen{
    overflow:hidden;
    min-height:640px;
    border-radius:34px;
    background:#111;
}

.pf-phone-screen img{
    display:block;
    width:100%;
    height:100%;
    min-height:640px;
    object-fit:cover;
    object-position:top center;
}

.pf-floating-card{
    position:absolute;
    z-index:5;
    padding:13px 16px;
    border:1px solid rgba(255,106,0,.42);
    border-radius:16px;
    background:rgba(14,14,14,.94);
    color:#fff;
    font-size:14px;
    font-weight:800;
    box-shadow:0 16px 38px rgba(0,0,0,.48);
    backdrop-filter:blur(10px);
}

.pf-floating-left{
    top:16%;
    left:-92px;
}

.pf-floating-right{
    right:-90px;
    bottom:18%;
}

/* =========================
   LAPTOP
========================= */

.pf-device-stage{
    position:relative;
    width:100%;
    max-width:590px;
    margin:0 auto;
}

.pf-laptop{
    position:relative;
    z-index:2;
    width:100%;
}

.pf-laptop-screen{
    position:relative;
    overflow:hidden;
    width:88%;
    margin:0 auto;
    padding:11px;
    border:9px solid #0d0d0d;
    border-bottom-width:16px;
    border-radius:24px 24px 10px 10px;
    background:#0d0d0d;
    box-shadow:
        0 32px 75px rgba(0,0,0,.54),
        0 0 45px rgba(255,106,0,.10);
}

.pf-laptop-screen::before{
    content:"";
    position:absolute;
    z-index:4;
    top:5px;
    left:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#555;
    transform:translateX(-50%);
}

.pf-laptop-screen img{
    display:block;
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    object-position:top center;
    border-radius:10px;
    background:#202020;
}

.pf-laptop-base{
    position:relative;
    width:100%;
    height:25px;
    margin-top:-1px;
    border-radius:4px 4px 22px 22px;
    background:linear-gradient(
        180deg,
        #5e5e5e,
        #202020
    );
    box-shadow:0 18px 30px rgba(0,0,0,.40);
}

.pf-laptop-base::after{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:115px;
    height:7px;
    border-radius:0 0 10px 10px;
    background:#151515;
    transform:translateX(-50%);
}

/* =========================
   TABLET
========================= */

.pf-tablet{
    position:relative;
    z-index:2;
    max-width:430px;
    margin:0 auto;
    padding:15px;
    border:10px solid #0a0a0a;
    border-radius:34px;
    background:#0a0a0a;
    box-shadow:
        0 30px 70px rgba(0,0,0,.58),
        0 0 45px rgba(255,106,0,.10);
}

.pf-tablet::before{
    content:"";
    position:absolute;
    top:8px;
    left:50%;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#4d4d4d;
    transform:translateX(-50%);
}

.pf-tablet img{
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:top center;
    border-radius:20px;
    background:#1a1a1a;
}

/* =========================
   LISTAS DE FUNCIONES
========================= */

.pf-feature-list{
    display:grid;
    gap:15px;
    margin-top:28px;
}

.pf-feature-item{
    display:grid;
    grid-template-columns:50px 1fr;
    gap:14px;
    align-items:start;
    padding:18px 20px;
    border:1px solid var(--pf-border);
    border-radius:18px;
    background:rgba(255,255,255,.04);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.pf-feature-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:15px;
    background:linear-gradient(
        135deg,
        var(--pf-orange),
        var(--pf-yellow)
    );
    color:#111;
    font-size:23px;
}

.pf-feature-item strong{
    display:block;
    margin:2px 0 5px;
    color:#fff;
    font-size:17px;
}

.pf-feature-item p{
    margin:0;
    color:var(--pf-text);
    line-height:1.55;
}

/* =========================
   MINI MÉTRICAS
========================= */

.pf-metrics-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:28px;
}

.pf-metric-mini{
    padding:18px 12px;
    border:1px solid var(--pf-border);
    border-radius:17px;
    background:rgba(255,255,255,.04);
    text-align:center;
}

.pf-metric-mini span{
    display:block;
    margin-bottom:7px;
    font-size:27px;
}

.pf-metric-mini strong{
    display:block;
    margin-bottom:4px;
    color:#fff;
    font-size:14px;
}

.pf-metric-mini small{
    color:var(--pf-muted);
    line-height:1.4;
}

/* =========================
   CHIPS DE ACCESO
========================= */

.pf-chip-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:26px;
}

.pf-chip{
    padding:10px 14px;
    border:1px solid rgba(255,106,0,.35);
    border-radius:999px;
    background:rgba(255,106,0,.08);
    color:#ffb078;
    font-size:13px;
    font-weight:800;
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media(max-width:900px){

    .pf-grid-2,
    .pf-grid-3{
        grid-template-columns:1fr;
    }

    .pf-grid-4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .pf-section{
        text-align:center;
    }

    .pf-lead{
        margin-left:auto;
        margin-right:auto;
    }

    .pf-btns{
        justify-content:center;
    }

    .pf-card-icon{
        margin-left:auto;
        margin-right:auto;
    }

    .pf-feature-item{
        text-align:left;
    }

    .pf-device-stage{
        margin-top:12px;
    }
}

/* =========================
   RESPONSIVE MÓVIL
========================= */

@media(max-width:600px){

    html,
    body{
        overflow-x:hidden;
    }

    .pf-container{
        padding-left:20px;
        padding-right:20px;
    }

    .pf-title{
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
        font-size:42px;
        line-height:1.07;
        letter-spacing:-1px;
        word-break:normal;
        overflow-wrap:normal;
    }

    .pf-section-title{
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
        font-size:34px;
        line-height:1.12;
        letter-spacing:-.7px;
    }

    .pf-lead{
        max-width:350px;
        font-size:17px;
        line-height:1.7;
    }

    .pf-badge{
        max-width:320px;
        white-space:normal;
    }

    .pf-grid-4,
    .pf-metrics-grid{
        grid-template-columns:1fr;
    }

    .pf-btns{
        flex-direction:column;
        align-items:center;
        width:100%;
    }

    .pf-btn{
        width:100%;
        max-width:330px;
    }

    .pf-phone-wrap{
        max-width:320px;
    }

    .pf-phone{
        padding:9px;
        border-width:6px;
        border-radius:39px;
    }

    .pf-phone-screen{
        min-height:560px;
        border-radius:27px;
    }

    .pf-phone-screen img{
        min-height:560px;
    }

    .pf-phone::before{
        top:7px;
        width:90px;
        height:20px;
    }

    .pf-floating-card{
        position:relative;
        inset:auto !important;
        display:inline-flex;
        margin:12px 4px 0;
    }

    .pf-feature-item{
        grid-template-columns:44px 1fr;
        gap:12px;
        padding:16px;
        text-align:left;
    }

    .pf-feature-icon{
        width:44px;
        height:44px;
        font-size:21px;
    }

    .pf-laptop-screen{
        width:95%;
        padding:7px;
        border-width:6px;
        border-bottom-width:11px;
        border-radius:17px 17px 7px 7px;
    }

    .pf-laptop-base{
        height:18px;
    }

    .pf-tablet{
        max-width:310px;
        padding:10px;
        border-width:7px;
        border-radius:26px;
    }

    .pf-tablet img{
        border-radius:15px;
    }

    .pf-chip-wrap{
        justify-content:center;
    }
}
@media(max-width:600px){

    #inicio .pf-phone-wrap > div[style*="right:-125px"]{
        position:relative !important;
        inset:auto !important;
        display:inline-flex !important;
        margin:12px 4px 0 !important;
    }

}/* End custom CSS */