/* /Components/Landing/FooterSection.razor.rz.scp.css */
.jlp-footer[b-3lh0jkxy5h] {
    width: 100%;
    background: #eeeeee;
}

.jlp-footer__container[b-3lh0jkxy5h] {
    width: min(100%, 1440px);
    min-height: 190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 48px;
    gap: 40px;
}

.jlp-footer__brand[b-3lh0jkxy5h] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 0 0 auto;
}

.jlp-footer__logo-wrap[b-3lh0jkxy5h] {
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.jlp-footer__logo[b-3lh0jkxy5h] {
    width: 92px;
    height: 92px;
    display: block;
    object-fit: contain;
}

.jlp-footer__instagram[b-3lh0jkxy5h] {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 auto;
    transition: transform .2s ease, opacity .2s ease;
}

.jlp-footer__instagram:hover[b-3lh0jkxy5h],
.jlp-footer__instagram:focus-visible[b-3lh0jkxy5h] {
    transform: translateY(-2px) scale(1.04);
    opacity: .88;
    outline: none;
}

.jlp-footer__instagram-image[b-3lh0jkxy5h] {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.jlp-footer__message[b-3lh0jkxy5h] {
    margin-left: auto;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
}

.jlp-footer__message p[b-3lh0jkxy5h] {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 1px;
}

.jlp-footer__purple[b-3lh0jkxy5h] { color: #9822bc; }
.jlp-footer__blue[b-3lh0jkxy5h] { color: #60a9f5; }

.jlp-footer__name[b-3lh0jkxy5h] {
    display: block;
    margin-top: 6px;
    font-size: clamp(11px, .9vw, 14px);
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #2c2c2c;
}

@media (max-width: 800px) {
    .jlp-footer__container[b-3lh0jkxy5h] {
        min-height: 170px;
        padding: 28px 30px;
        gap: 28px;
    }

    .jlp-footer__logo-wrap[b-3lh0jkxy5h] {
        width: 100px;
        height: 100px;
    }

    .jlp-footer__logo[b-3lh0jkxy5h] {
        width: 78px;
        height: 78px;
    }

    .jlp-footer__message p[b-3lh0jkxy5h] {
        font-size: clamp(17px, 3vw, 23px);
    }
}

@media (max-width: 560px) {
    .jlp-footer__container[b-3lh0jkxy5h] {
        min-height: 220px;
        flex-direction: column;
        justify-content: center;
        padding: 30px 18px;
        gap: 20px;
    }

    .jlp-footer__brand[b-3lh0jkxy5h] { gap: 18px; }

    .jlp-footer__logo-wrap[b-3lh0jkxy5h] {
        width: 92px;
        height: 92px;
    }

    .jlp-footer__logo[b-3lh0jkxy5h] {
        width: 72px;
        height: 72px;
    }

    .jlp-footer__instagram[b-3lh0jkxy5h] {
        width: 46px;
        height: 46px;
    }

    .jlp-footer__instagram-image[b-3lh0jkxy5h] {
        width: 38px;
        height: 38px;
    }

    .jlp-footer__message[b-3lh0jkxy5h] {
        margin-left: 0;
        text-align: center;
    }

    .jlp-footer__message p[b-3lh0jkxy5h] {
        align-items: center;
        font-size: 17px;
        line-height: 1.08;
    }

    .jlp-footer__name[b-3lh0jkxy5h] {
        margin-top: 8px;
        font-size: 11px;
    }
}
/* /Components/Landing/Header.razor.rz.scp.css */
.jlp-header[b-q018hhr0jq] {
    position: sticky;
    top: 0;
    z-index: 1000;

    width: 100%;
    background: rgba(255, 255, 255, .98);

    box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
    backdrop-filter: blur(8px);
}

.jlp-header__container[b-q018hhr0jq] {
    position: relative;

    width: 100%;
    min-height: 104px;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px 10px;
}

/* Logo + hamburger completamente al borde izquierdo del header. */
.jlp-header__brand-area[b-q018hhr0jq] {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1040;

    width: 96px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);
}

.jlp-header__brand[b-q018hhr0jq] {
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    cursor: pointer;
}

.jlp-header__logo[b-q018hhr0jq] {
    width: 76px;
    height: auto;

    display: block;
    object-fit: contain;
}

.jlp-header__slogan[b-q018hhr0jq] {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.35vw, 19px);
    font-weight: 400;
    letter-spacing: clamp(.7px, .1vw, 1.4px);

    white-space: nowrap;
    text-align: center;
}

.slogan-purple[b-q018hhr0jq] {
    color: #9b18c8;
}

.slogan-blue[b-q018hhr0jq] {
    color: #69a5ff;
}


/* =========================================================
   HAMBURGER
   ========================================================= */

.jlp-header__menu[b-q018hhr0jq] {
    width: 34px;
    height: 22px;
    margin-top: 2px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    padding: 0;
    border: 0;
    background: transparent;

    cursor: pointer;
}

.jlp-header__menu span[b-q018hhr0jq] {
    display: block;

    width: 22px;
    height: 3px;

    border-radius: 5px;
    background: #69a5ff;
}


/* =========================================================
   MENÚ
   ========================================================= */

.jlp-header__nav[b-q018hhr0jq] {
    position: absolute;

    top: calc(100% + 8px);
    left: 8px;
    z-index: 1060;

    width: 230px;
    padding: 10px;

    display: flex;
    flex-direction: column;
    gap: 4px;

    background: rgba(255, 255, 255, .99);

    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;

    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
    backdrop-filter: blur(10px);
}

.jlp-header__nav a[b-q018hhr0jq] {
    display: flex;
    align-items: center;

    min-height: 42px;
    padding: 10px 14px;

    border-radius: 8px;

    color: #171717;
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;

    transition:
        background .18s ease,
        color .18s ease,
        transform .18s ease;
}

.jlp-header__nav a:hover[b-q018hhr0jq],
.jlp-header__nav a:focus-visible[b-q018hhr0jq] {
    background: linear-gradient(
        90deg,
        rgba(155, 24, 200, .10),
        rgba(105, 165, 255, .12)
    );

    color: #7e35d1;
    transform: translateX(2px);
    outline: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .jlp-header__container[b-q018hhr0jq] {
        min-height: 92px;
        padding: 8px 12px 10px 82px;
    }

    .jlp-header__brand-area[b-q018hhr0jq] {
        left: 0;
        width: 72px;
    }

    .jlp-header__logo[b-q018hhr0jq] {
        width: 52px;
    }

    .jlp-header__slogan[b-q018hhr0jq] {
        flex-direction: column;
        gap: 0;

        font-size: clamp(10px, 2.7vw, 13px);
        line-height: 1.15;
        white-space: normal;
    }

    .jlp-header__menu[b-q018hhr0jq] {
        margin-top: 0;
        transform: scale(.9);
    }

    .jlp-header__nav[b-q018hhr0jq] {
        left: 6px;
        width: min(250px, calc(100vw - 12px));
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .jlp-header__container[b-q018hhr0jq] {
        min-height: 84px;
        padding: 7px 8px 8px 66px;
    }

    .jlp-header__brand-area[b-q018hhr0jq] {
        left: 0;
        width: 60px;
    }

    .jlp-header__logo[b-q018hhr0jq] {
        width: 46px;
    }

    .jlp-header__slogan[b-q018hhr0jq] {
        font-size: 9.5px;
        letter-spacing: .4px;
    }

    .jlp-header__menu[b-q018hhr0jq] {
        width: 30px;
        height: 19px;
    }

    .jlp-header__menu span[b-q018hhr0jq] {
        width: 20px;
        height: 2.5px;
    }

    .jlp-header__nav[b-q018hhr0jq] {
        left: 4px;
        width: min(240px, calc(100vw - 8px));
        padding: 8px;
    }

    .jlp-header__nav a[b-q018hhr0jq] {
        min-height: 44px;
        font-size: 14px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fzayxdomf2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fzayxdomf2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yjjlcgf5de],
.components-reconnect-repeated-attempt-visible[b-yjjlcgf5de],
.components-reconnect-failed-visible[b-yjjlcgf5de],
.components-pause-visible[b-yjjlcgf5de],
.components-resume-failed-visible[b-yjjlcgf5de],
.components-rejoining-animation[b-yjjlcgf5de] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-retrying[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-failed[b-yjjlcgf5de],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yjjlcgf5de] {
    display: block;
}


#components-reconnect-modal[b-yjjlcgf5de] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yjjlcgf5de 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yjjlcgf5de 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yjjlcgf5de 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yjjlcgf5de]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yjjlcgf5de 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yjjlcgf5de {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yjjlcgf5de {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yjjlcgf5de {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yjjlcgf5de] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yjjlcgf5de] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yjjlcgf5de] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yjjlcgf5de] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yjjlcgf5de] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yjjlcgf5de] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yjjlcgf5de] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yjjlcgf5de 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yjjlcgf5de] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yjjlcgf5de {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.jlp-page-flow[b-igi9l4zxhs] {
    width: 100%;
}

.jlp-screen[b-igi9l4zxhs] {
    width: 100%;
    scroll-margin-top: 116px;
}


/* =========================================================
   INICIO
   Solo Hero visible en la primera pantalla.
   ========================================================= */

.jlp-screen--hero[b-igi9l4zxhs] {
    width: 100%;
    height: calc(100svh - 104px);
    min-height: 0;

    background: #ffffff;
    overflow: hidden;
}

.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero {
    width: 100%;
    height: 100%;
}

.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero__image {
    width: 100%;
    height: 100%;

    aspect-ratio: auto;
}

.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero__photo {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   SERVICIOS
   ========================================================= */

.jlp-screen--solutions[b-igi9l4zxhs] {
    width: 100%;
    min-height: calc(100svh - 104px);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background: #f3f3f3;
}


/* =========================================================
   NOSOTROS / CONTACTO
   Se mantienen como ya estaban aprobados.
   ========================================================= */

.jlp-screen--team[b-igi9l4zxhs],
.jlp-screen--contact[b-igi9l4zxhs] {
    min-height: calc(100svh - 104px);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jlp-screen--team[b-igi9l4zxhs] {
    background: #ffffff;
}

.jlp-screen--contact[b-igi9l4zxhs] {
    background: #f4f4f4;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .jlp-screen[b-igi9l4zxhs] {
        scroll-margin-top: 104px;
    }

    .jlp-screen--hero[b-igi9l4zxhs] {
        height: calc(100svh - 92px);
    }

    .jlp-screen--solutions[b-igi9l4zxhs],
    .jlp-screen--team[b-igi9l4zxhs],
    .jlp-screen--contact[b-igi9l4zxhs] {
        min-height: calc(100svh - 92px);
    }
}


/* =========================================================
   MÓVIL
   En móvil el Hero sigue ocupando la primera pantalla,
   pero el resto del contenido crece naturalmente.
   ========================================================= */

@media (max-width: 600px) {

    .jlp-screen[b-igi9l4zxhs] {
        scroll-margin-top: 96px;
    }

    .jlp-screen--hero[b-igi9l4zxhs] {
        height: calc(100svh - 84px);
        min-height: 420px;
    }

    /*
     * Servicios y Nosotros crecen según su contenido.
     * Contacto, al ser la última pantalla antes del footer,
     * conserva como mínimo la altura visible del teléfono.
     *
     * Esto evita que Contacto + Footer queden demasiado cortos
     * y aparezca una gran zona blanca al final en Safari móvil.
     */
    .jlp-screen--solutions[b-igi9l4zxhs],
    .jlp-screen--team[b-igi9l4zxhs] {
        min-height: auto;
    }

    .jlp-screen--contact[b-igi9l4zxhs] {
        min-height: calc(100dvh - 84px);

        display: flex;
        flex-direction: column;
        justify-content: center;

        background: #f4f4f4;
    }
}


/* =========================================================
   HERO MULTIFORMATO HOME 36
   ========================================================= */

.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero__image {
    aspect-ratio: auto !important;
}

.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero__photo,
.jlp-screen--hero[b-igi9l4zxhs]  .jlp-hero__slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center !important;
}
