/* ==========================================================================
   LABCENTER Ajustes 2026
   Cintillo de 15 anos + seccion de cobertura + paginas de servicio.
   Tipografia y colores tomados del propio sitio: Red Hat Display para los
   titulares, Heebo para el texto, azul #2764FF, celeste #39D1FF,
   verde #0FD9A4, y el dorado #C9A227 solo como acento del aniversario.
   No se carga ninguna fuente externa.
   ========================================================================== */

.lc15,
.lc15-fab.lc15-fab,
.lcpie {
    --lc-azul: #2764ff;
    --lc-azul-claro: #1886ff;
    --lc-cian: #39d1ff;
    --lc-verde: #0fd9a4;
    --lc-navy: #2764ff;        /* el azul de los titulares del sitio */
    --lc-navy-hondo: #17427e;  /* azul mas profundo, para enfasis */
    --lc-tinta: #172033;
    --lc-gris: #6f7f90;
    --lc-suave: #f5f8fd;
    --lc-oro: #c9a227;
    --lc-oro-claro: #e8cb7c;
    --lc-titular: "Red Hat Display", "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
    --lc-texto: "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
}

/* El cintillo y los mapas fijan su propio box-sizing para que el resultado no
   dependa del reset que traiga el tema. */
.lc15,
.lc15 *,
.lc15 *::before,
.lc15 *::after,
.lc15-fab.lc15-fab,
.lc15-fab.lc15-fab *,
.lcpie,
.lcpie * {
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   1. Cintillo conmemorativo
   -------------------------------------------------------------------------- */

.lc15[hidden] {
    display: none;
}

.lc15 {
    position: fixed;
    inset: 0;
    z-index: 99992;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    overflow-y: auto;
    opacity: 0;
    transition: opacity .45s ease;
}

.lc15.is-visible {
    opacity: 1;
}

.lc15 .lc15__scrim {
    position: absolute;
    inset: 0;
    background: rgba(6, 20, 52, .58);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.lc15 .lc15__card {
    position: relative;
    width: min(1060px, 100%);
    margin: auto;
    padding: 42px 40px 34px 58px;
    border-radius: 26px;
    background:
        radial-gradient(120% 140% at 100% 0%, #eef6ff 0%, rgba(238, 246, 255, 0) 58%),
        linear-gradient(140deg, #ffffff 0%, #fbfdff 55%, #f2f8ff 100%);
    box-shadow: 0 34px 90px rgba(6, 20, 52, .34);
    border: 1px solid rgba(201, 162, 39, .35);
    transform: translateY(18px) scale(.985);
    transition: transform .45s cubic-bezier(.2, .8, .3, 1);
    overflow: hidden;
}

.lc15.is-visible .lc15__card {
    transform: none;
}

/* filo dorado superior */
.lc15 .lc15__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--lc-oro-claro), var(--lc-oro) 45%, #a97f12 100%);
}

.lc15 .lc15__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(11, 44, 99, .14);
    border-radius: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, .9);
    color: var(--lc-navy);
    cursor: pointer;
    padding: 0;
    z-index: 3;
    transition: background .18s ease, transform .18s ease;
}

.lc15 .lc15__close:hover,
.lc15 .lc15__close:focus-visible {
    background: #fff;
    border-color: rgba(11, 44, 99, .3);
}

.lc15 .lc15__close svg {
    width: 20px;
    height: 20px;
}

.lc15 .lc15__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .78fr);
    gap: 34px;
    align-items: center;
}

/* --- foto de la derecha, recortada con la curva --- */

.lc15 .lc15__foto {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    z-index: 1;
    pointer-events: none;
}

.lc15 .lc15__foto-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 560' preserveAspectRatio='none'%3E%3Cpath d='M168 0 C112 140 112 420 168 560 L380 560 L380 0 Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 560' preserveAspectRatio='none'%3E%3Cpath d='M168 0 C112 140 112 420 168 560 L380 560 L380 0 Z' fill='%23fff'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.lc15 .lc15__arcos {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* --- columna izquierda --- */

.lc15 .lc15__logo {
    display: block;
    width: 232px;
    max-width: 62%;
    height: auto;
    margin: 0 0 26px;
}

.lc15 .lc15__title {
    margin: 0;
    font-family: var(--lc-titular);
    color: var(--lc-navy);
}

.lc15 .lc15__title-big {
    display: block;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.012em;
}

.lc15 .lc15__title-sub {
    display: block;
    margin-top: 4px;
    max-width: 13ch;
    font-size: clamp(17px, 2vw, 25px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.012em;
    color: var(--lc-navy);
}

.lc15 .lc15__rule {
    display: block;
    width: 92px;
    height: 3px;
    margin: 22px 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--lc-oro), var(--lc-oro-claro));
}

.lc15 .lc15__text {
    margin: 0 0 26px;
    max-width: 42ch;
    font-family: var(--lc-texto);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--lc-gris);
}

.lc15 .lc15__text strong {
    color: var(--lc-navy);
    font-weight: 700;
}

.lc15 .lc15__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 999px;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--lc-azul), #1a3fd0);
    color: #fff !important;
    font-family: var(--lc-titular);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(39, 100, 255, .28);
    transition: transform .18s ease, box-shadow .18s ease;
}

.lc15 .lc15__cta:hover,
.lc15 .lc15__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(39, 100, 255, .34);
    color: #fff !important;
}

.lc15 .lc15__cta svg {
    width: 18px;
    height: 18px;
    flex: none;
}

/* --- columna derecha --- */

.lc15 .lc15__aside {
    position: relative;
    text-align: center;
    padding: 8px 6px 0;
}

.lc15 .lc15__seal {
    display: block;
    width: min(300px, 96%);
    height: auto;
    margin: 0 auto 6px;
}

/* cuando el "15" es una imagen en vez del dibujo SVG */
.lc15 img.lc15__seal {
    max-width: min(300px, 96%);
    object-fit: contain;
}

.lc15 .lc15__thanks {
    margin: 0;
    font-family: var(--lc-titular);
}

.lc15 .lc15__thanks-big {
    display: block;
    margin-top: 10px;
    font-family: var(--lc-titular);
    font-size: clamp(34px, 4.2vw, 46px);
    font-style: italic;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: var(--lc-navy);
}

.lc15 .lc15__thanks-small {
    display: block;
    margin-top: 8px;
    font-family: var(--lc-texto);
    font-size: 15px;
    line-height: 1.5;
    color: var(--lc-navy);
}

.lc15 .lc15__years {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    margin: 18px 0 0 auto;
    font-family: var(--lc-titular);
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 600;
    letter-spacing: .22em;
    color: var(--lc-oro);
}

.lc15 .lc15__guion {
    width: 26px;
    flex: none;
    height: 1.5px;
    background: var(--lc-oro);
    opacity: .75;
}

.lc15 .lc15__extra {
    align-self: center;
}

.lc15 .lc15__quote {
    position: relative;
    margin: 0;
    padding: 44px 4px 0 0;
    border: 0;
    background: none;
    font-family: var(--lc-texto);
    font-size: 15.5px;
    line-height: 1.68;
    color: var(--lc-navy);
    text-align: left;
    quotes: none;
}

.lc15 .lc15__quote::before {
    content: "\201C";
    position: absolute;
    left: -3px;
    top: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 66px;
    line-height: 1;
    color: var(--lc-oro);
}

/* el tema agrega una comilla verde al final de los blockquote: aqui no va */
.lc15 .lc15__quote::after {
    content: none;
    display: none;
}

.lc15 .lc15__quote strong {
    color: var(--lc-navy-hondo);
    font-weight: 700;
}

/* --- barra de tiempo --- */

.lc15 .lc15__timer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(11, 44, 99, .07);
}

.lc15 .lc15__timer i {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(1);
    background: linear-gradient(90deg, var(--lc-oro-claro), var(--lc-oro));
}

.lc15.is-contando .lc15__timer i {
    transform: scaleX(0);
    transition: transform linear var(--lc-duracion, 10s);
}

/* --- boton flotante --- */

.lc15-fab.lc15-fab {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 99988;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0d891, var(--lc-oro) 52%, #a97f12);
    color: var(--lc-navy);
    font-family: var(--lc-titular);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(169, 127, 18, .38);
    transition: transform .2s ease, box-shadow .2s ease;
}

.lc15-fab.lc15-fab:hover,
.lc15-fab.lc15-fab:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(169, 127, 18, .46);
}

.lc15-fab.lc15-fab .lc15-fab__num,
.lc15-fab.lc15-fab .lc15-fab__txt {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    background: none;
    border: 0;
    padding: 0;
}

/* mientras el cintillo esta abierto, el boton se esconde */
.lc15-abierto .lc15-fab.lc15-fab {
    opacity: 0;
    pointer-events: none;
}

.lc15-abierto {
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   2. Mapas del pie de pagina
   -------------------------------------------------------------------------- */

.lcpie {
    margin: 0 0 6px;
    padding: 0;
}

.lcpie__svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    font-family: "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
}

.lcpie__label {
    paint-order: stroke fill;
    letter-spacing: .005em;
}

.lcpie__pin {
    transform-box: fill-box;
}


/* --------------------------------------------------------------------------
   2b. Seccion de cobertura: los cuatro mapas antes del pie
   --------------------------------------------------------------------------
   Repite el fondo del pie (misma imagen, mismo velo #002573 al 90%) para que
   las dos zonas empalmen sin costura.
   -------------------------------------------------------------------------- */

.lcmap {
    position: relative;
    padding: 78px 20px 84px;
    background-color: #002573;
    background-image: var(--lcmap-fondo);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-family: "Heebo", -apple-system, "Segoe UI", Arial, sans-serif;
    overflow: hidden;
}

/* el velo azul, igual que el del pie */
.lcmap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002573;
    opacity: .9;
}

.lcmap__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.lcmap__kicker {
    margin: 0 0 10px;
    font-family: "Red Hat Display", "Heebo", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #2ad2c1;
}

.lcmap__titulo {
    margin: 0 0 14px;
    font-family: "Red Hat Display", "Heebo", Arial, sans-serif;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}

.lcmap__intro {
    max-width: 68ch;
    margin: 0 auto 46px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .8);
}

.lcmap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 40px;
    align-items: end;
}

.lcmap__card {
    margin: 0;
}

.lcmap__visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lcmap__visual img,
.lcmap__visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.lcmap__pie {
    margin-top: 6px;
    font-family: "Red Hat Display", "Heebo", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff;
}

.lcmap__nota {
    margin: 44px 0 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .6);
}

@media (max-width: 860px) {
    .lcmap {
        padding: 56px 16px 60px;
    }

    .lcmap__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .lcmap__intro {
        margin-bottom: 32px;
    }
}

/* --------------------------------------------------------------------------
   3. Paginas de servicio: movimiento del banner y del listado
   --------------------------------------------------------------------------
   Todo es CSS: no se agrega ni una linea de JavaScript, y los iconos del
   listado (icomoon / icofont) quedan intactos, solo se mueven.
   Se usa animation-fill-mode: both, asi que si el navegador no ejecutara la
   animacion el contenido igual se ve; nunca queda en blanco.
   -------------------------------------------------------------------------- */

@keyframes lcsvc-sube {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: none; }
}

@keyframes lcsvc-entra {
    from { opacity: 0; transform: translateX(-16px); }
    to   { opacity: 1; transform: none; }
}

/* --- el titulo y la ruta, sobre el fondo azul --- */

body.single-service .elementor-element-9df786b .pxl-item--title {
    animation: lcsvc-sube .9s cubic-bezier(.215, .61, .355, 1) both;
}

body.single-service .elementor-element-8bef3eb .pxl-breadcrumb {
    animation: lcsvc-sube .9s cubic-bezier(.215, .61, .355, 1) .16s both;
}

/* --- el listado de temas: entra escalonado --- */

body.single-service .pxl-service-list.layout2 ul li {
    animation: lcsvc-entra .55s cubic-bezier(.215, .61, .355, 1) both;
}

body.single-service .pxl-service-list.layout2 ul li:nth-child(1) { animation-delay: 0.04s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(2) { animation-delay: 0.08s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(3) { animation-delay: 0.12s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(4) { animation-delay: 0.16s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(5) { animation-delay: 0.20s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(6) { animation-delay: 0.24s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(7) { animation-delay: 0.28s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(8) { animation-delay: 0.32s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(9) { animation-delay: 0.36s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(10) { animation-delay: 0.40s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(11) { animation-delay: 0.44s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(12) { animation-delay: 0.48s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(13) { animation-delay: 0.52s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(14) { animation-delay: 0.56s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(15) { animation-delay: 0.60s; }
body.single-service .pxl-service-list.layout2 ul li:nth-child(16) { animation-delay: 0.64s; }

/* --- y se mueve al pasar el cursor, con la misma curva del tema --- */

.pxl-service-list.layout2 ul li,
.pxl-service-list.layout2 ul li a,
.pxl-service-list.layout2 ul li a span.item-icon,
.pxl-service-list.layout2 ul li a i.icon-right {
    transition: transform .35s cubic-bezier(.645, .045, .355, 1),
                right .35s cubic-bezier(.645, .045, .355, 1),
                box-shadow .35s cubic-bezier(.645, .045, .355, 1);
}

.pxl-service-list.layout2 ul li:hover a {
    transform: translateX(7px);
}

.pxl-service-list.layout2 ul li:hover a span.item-icon {
    transform: scale(1.12);
}

.pxl-service-list.layout2 ul li:hover a i.icon-right {
    right: 9px;
}

/* el elemento activo se queda corrido, para que se note cual se esta viendo */
.pxl-service-list.layout2 ul li.current-item a,
.pxl-service-list.layout2 ul li.active a {
    transform: translateX(7px);
}

/* --------------------------------------------------------------------------
   4. Responsive
   -------------------------------------------------------------------------- */

@media (min-width: 1025px) {
    /* el contenido se detiene antes de donde empieza a verse la foto */
    .lc15 .lc15__grid {
        margin-right: 26%;
    }

    /* la fecha se corre a la derecha: centrada quedaba junto al boton */
    .lc15 .lc15__years {
        transform: translateX(64px);
    }
}

@media (max-width: 1024px) {
    .lc15 .lc15__card {
        padding: 36px 28px 26px;
    }

    .lc15 .lc15__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
        gap: 28px;
    }

    /* sin espacio para la foto: se guarda y la cita pasa abajo, a lo ancho */
    .lc15 .lc15__foto {
        display: none;
    }

    .lc15 .lc15__extra {
        grid-column: 1 / -1;
    }

    .lc15 .lc15__quote {
        padding-top: 34px;
    }

    .lc15 .lc15__seal {
        width: min(250px, 72%);
    }

    .lc15 .lc15__years {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
}

/* --- celular: una sola columna y todo centrado --- */

@media (max-width: 760px) {
    .lc15 .lc15__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .lc15 .lc15__aside {
        order: -1;
        padding: 0;
    }

    .lc15 .lc15__main,
    .lc15 .lc15__extra {
        text-align: center;
    }

    .lc15 .lc15__logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
    }

    .lc15 .lc15__title-sub {
        max-width: none;
    }

    .lc15 .lc15__rule {
        margin-left: auto;
        margin-right: auto;
    }

    .lc15 .lc15__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 38ch;
    }

    .lc15 .lc15__seal {
        width: min(215px, 62%);
    }

    .lc15 img.lc15__seal {
        max-width: min(215px, 62%);
    }

    /* la cita centrada, con la comilla arriba en lugar de al costado */
    .lc15 .lc15__quote {
        max-width: 42ch;
        margin: 0 auto;
        padding: 40px 0 0;
        text-align: center;
    }

    .lc15 .lc15__quote::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        font-size: 52px;
    }

    /* en una sola columna ya no hay boton al lado: los anios vuelven al centro */
    .lc15 .lc15__years {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .lc15 {
        padding: 14px 12px;
        align-items: flex-start;
    }

    .lc15 .lc15__card {
        padding: 30px 20px 24px;
        border-radius: 20px;
    }

    .lc15 .lc15__logo {
        width: 190px;
        margin-bottom: 20px;
    }

    .lc15 .lc15__text {
        font-size: 15px;
    }

    .lc15 .lc15__cta {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .lc15 .lc15__card {
        padding-left: 20px;
    }

    .lc15-fab.lc15-fab {
        right: 14px;
        bottom: 16px;
        padding: 9px 15px 9px 10px;
        font-size: 12px;
    }
}

/* --------------------------------------------------------------------------
   5. Accesibilidad
   -------------------------------------------------------------------------- */

.lc15 .lc15__close:focus-visible,
.lc15 .lc15__cta:focus-visible,
.lc15-fab.lc15-fab:focus-visible {
    outline: 3px solid var(--lc-cian);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

    .lc15,
    .lc15 .lc15__card,
    .lc15 .lc15__close,
    .lc15 .lc15__cta,
    .lc15-fab.lc15-fab,
    .lc15 .lc15__timer i {
        transition: none !important;
    }

    body.single-service .elementor-element-9df786b .pxl-item--title,
    body.single-service .elementor-element-8bef3eb .pxl-breadcrumb,
    body.single-service .pxl-service-list.layout2 ul li {
        animation: none !important;
    }

    .pxl-service-list.layout2 ul li,
    .pxl-service-list.layout2 ul li a,
    .pxl-service-list.layout2 ul li a span.item-icon,
    .pxl-service-list.layout2 ul li a i.icon-right {
        transition: none !important;
    }
}

@media print {

    .lc15,
    .lc15-fab.lc15-fab {
        display: none !important;
    }
}
