.elementor-216 .elementor-element.elementor-element-bc6a1a3:not(.elementor-motion-effects-element-type-background), .elementor-216 .elementor-element.elementor-element-bc6a1a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000001;}.elementor-216 .elementor-element.elementor-element-bc6a1a3 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-216 .elementor-element.elementor-element-bc6a1a3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-bea9e30 *//* =====================================================
   WEB SUPER SEO
   MENÚ PRINCIPAL PROFESIONAL
===================================================== */

.wss-main-header,
.wss-main-header *{
    box-sizing:border-box;
}

.wss-main-header{
    --wss-black:#03050c;
    --wss-dark:#070b18;
    --wss-blue:#168cff;
    --wss-cyan:#00ddff;
    --wss-purple:#7c3aed;
    --wss-pink:#ed22bc;
    --wss-orange:#ff9418;
    --wss-white:#ffffff;
    --wss-muted:#aebbd0;

    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    font-family:Inter,Arial,sans-serif;

    background:
        linear-gradient(
            90deg,
            rgba(3,5,12,.97),
            rgba(7,10,25,.96),
            rgba(8,5,22,.97)
        );

    border-bottom:1px solid rgba(95,125,194,.22);

    box-shadow:
        0 14px 45px rgba(0,0,0,.36),
        inset 0 -1px 0 rgba(255,255,255,.02);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

/* Línea luminosa inferior */

.wss-main-header::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-1px;

    width:min(880px,75%);
    height:1px;

    transform:translateX(-50%);

    background:linear-gradient(
        90deg,
        transparent,
        #00ddff,
        #446cff,
        #9a34ff,
        #ed22bc,
        #ff9418,
        transparent
    );

    box-shadow:
        0 0 10px rgba(0,221,255,.52),
        0 0 18px rgba(237,34,188,.24);
}

/* =====================================================
   ESTRUCTURA
===================================================== */

.wss-header-inner{
    width:min(1450px,calc(100% - 42px));
    min-height:86px;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
}

/* =====================================================
   LOGO
===================================================== */

.wss-header-logo{
    display:inline-flex;
    align-items:center;
    gap:13px;

    color:#ffffff;
    text-decoration:none;
}

.wss-logo-mark{
    display:flex;
    width:48px;
    height:48px;

    align-items:center;
    justify-content:center;

    flex:0 0 48px;

    color:#ffffff;
    font-size:26px;
    font-weight:900;
    font-style:italic;

    border:1px solid rgba(132,96,255,.65);
    border-radius:14px;

    background:
        linear-gradient(
            135deg,
            #00cfff 0%,
            #375dff 34%,
            #9b2dff 66%,
            #ed22bc 100%
        );

    box-shadow:
        0 0 24px rgba(50,102,255,.25),
        inset 0 0 18px rgba(255,255,255,.12);
}

.wss-logo-text{
    display:flex;
    flex-direction:column;
    line-height:1;
}

.wss-logo-text strong{
    color:#ffffff;
    font-size:16px;
    font-weight:900;
    letter-spacing:2.4px;
}

.wss-logo-text small{
    margin-top:7px;

    color:#6edfff;
    font-size:8px;
    font-weight:800;
    letter-spacing:1.8px;
}

/* =====================================================
   NAVEGACIÓN
===================================================== */

.wss-header-nav{
    display:flex;
    align-items:center;
    gap:10px;
}

.wss-nav-link{
    position:relative;

    display:inline-flex;
    min-height:45px;

    align-items:center;
    justify-content:center;

    padding:0 18px;

    color:#d7dfed;
    text-decoration:none;

    font-size:14px;
    font-weight:750;

    border-radius:11px;

    transition:
        color .22s ease,
        background .22s ease,
        transform .22s ease;
}

.wss-nav-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:7px;

    width:0;
    height:2px;

    transform:translateX(-50%);

    border-radius:999px;

    background:linear-gradient(
        90deg,
        #00ddff,
        #8c37ff,
        #ed22bc
    );

    box-shadow:0 0 10px rgba(0,221,255,.4);

    transition:width .25s ease;
}

.wss-nav-link:hover{
    color:#ffffff;
    background:rgba(255,255,255,.045);
    transform:translateY(-1px);
}

.wss-nav-link:hover::after{
    width:44%;
}

/* =====================================================
   BOTÓN PRESUPUESTO
===================================================== */

.wss-header-cta{
    display:inline-flex;
    min-height:48px;

    align-items:center;
    justify-content:center;

    margin-left:8px;
    padding:0 25px;

    color:#ffffff;
    text-decoration:none;

    font-size:14px;
    font-weight:900;

    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;

    background:#1f56b5;

    box-shadow:
        0 12px 30px rgba(18,74,175,.3);

    transition:
        transform .22s ease,
        background .22s ease,
        box-shadow .22s ease;
}

.wss-header-cta:hover{
    color:#ffffff;
    background:#2f6ee2;

    transform:translateY(-2px);

    box-shadow:
        0 17px 38px rgba(47,110,226,.42);
}

/* =====================================================
   BOTÓN MÓVIL
===================================================== */

.wss-menu-toggle{
    display:none;

    width:47px;
    height:47px;

    padding:0;

    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;

    border:1px solid rgba(91,133,220,.36);
    border-radius:12px;

    background:rgba(13,24,51,.78);

    cursor:pointer;
}

.wss-menu-toggle span{
    display:block;
    width:21px;
    height:2px;

    border-radius:99px;

    background:#ffffff;

    transition:
        transform .25s ease,
        opacity .25s ease;
}

.wss-toggle-active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
}

.wss-toggle-active span:nth-child(2){
    opacity:0;
}

.wss-toggle-active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
}

/* =====================================================
   TABLET Y MÓVIL
===================================================== */

@media(max-width:900px){

    .wss-header-inner{
        min-height:76px;
        width:calc(100% - 24px);
    }

    .wss-menu-toggle{
        display:flex;
        position:relative;
        z-index:3;
    }

    .wss-header-nav{
        position:absolute;
        top:calc(100% + 1px);
        left:12px;
        right:12px;

        display:flex;
        max-height:0;
        padding:0 16px;

        flex-direction:column;
        align-items:stretch;
        gap:7px;

        overflow:hidden;
        opacity:0;
        visibility:hidden;

        border:1px solid rgba(105,125,190,.24);
        border-radius:0 0 18px 18px;

        background:
            radial-gradient(
                circle at 90% 0,
                rgba(133,38,255,.18),
                transparent 36%
            ),
            linear-gradient(
                145deg,
                rgba(5,10,23,.99),
                rgba(8,10,29,.99)
            );

        box-shadow:
            0 25px 55px rgba(0,0,0,.5);

        transition:
            max-height .3s ease,
            padding .3s ease,
            opacity .2s ease,
            visibility .2s ease;
    }

    .wss-header-nav.wss-menu-open{
        max-height:430px;
        padding:16px;
        opacity:1;
        visibility:visible;
    }

    .wss-nav-link,
    .wss-header-cta{
        width:100%;
        min-height:50px;
        margin:0;
        justify-content:flex-start;
        padding:0 18px;
    }

    .wss-nav-link{
        border:1px solid rgba(255,255,255,.055);
        background:rgba(255,255,255,.025);
    }

    .wss-nav-link::after{
        display:none;
    }

    .wss-header-cta{
        justify-content:center;
        margin-top:4px;
    }
}

@media(max-width:520px){

    .wss-logo-mark{
        width:42px;
        height:42px;
        flex-basis:42px;
        font-size:22px;
    }

    .wss-logo-text strong{
        font-size:13px;
        letter-spacing:1.8px;
    }

    .wss-logo-text small{
        font-size:7px;
        letter-spacing:1.3px;
    }
}/* End custom CSS */