.elementor-kit-6{--e-global-color-primary:#D800D7;--e-global-color-secondary:#0C3AD6;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-ea69352:#7A7A7A;--e-global-color-0cf7fda:#151515;--e-global-color-d6a9dd1:#F5F7FB;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-2.5px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:-2.7px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-c297a9e-font-family:"Manrope";--e-global-typography-c297a9e-font-size:24px;--e-global-typography-c297a9e-font-weight:400;--e-global-typography-75f57e4-font-family:"Plus Jakarta Sans";--e-global-typography-75f57e4-font-size:30px;--e-global-typography-75f57e4-font-weight:600;--e-global-typography-75f57e4-line-height:30px;--e-global-typography-2c60c84-font-family:"Plus Jakarta Sans";--e-global-typography-2c60c84-font-size:25px;--e-global-typography-2c60c84-font-weight:600;--e-global-typography-2c60c84-line-height:30px;--e-global-typography-ff6e36e-font-family:"Plus Jakarta Sans";--e-global-typography-ff6e36e-font-size:20px;--e-global-typography-ff6e36e-font-weight:600;--e-global-typography-ff6e36e-line-height:30px;background-color:var( --e-global-color-d6a9dd1 );font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:35px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:25px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   LINKLAB — RESPUESTA RÁPIDA
   Se aplica únicamente a: ll-respuesta-rapida
   ========================================================= */

.single-post .ll-respuesta-rapida {
    --ll-magenta: #D800D7;
    --ll-azul: #0C3AD6;
    --ll-oscuro: #151515;
    --ll-claro: #F5F7FB;

    position: relative;
    box-sizing: border-box;
    width: 100%;

    margin: 32px 0 40px !important;
    padding: 27px 30px 28px 34px !important;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(12, 58, 214, 0.22) 0%,
            rgba(12, 58, 214, 0) 40%
        ),
        radial-gradient(
            circle at 0% 100%,
            rgba(216, 0, 215, 0.14) 0%,
            rgba(216, 0, 215, 0) 38%
        ),
        #151515 !important;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;

    box-shadow:
        0 14px 34px rgba(21, 21, 21, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    color: #F5F7FB !important;
    overflow: hidden;
}

/* Línea lateral en degradado */
.single-post .ll-respuesta-rapida::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: 5px;

    background: linear-gradient(
        180deg,
        #D800D7 0%,
        #7812D7 50%,
        #0C3AD6 100%
    );
}

/* Contenido por encima de los efectos */
.single-post .ll-respuesta-rapida > *,
.single-post
.ll-respuesta-rapida
> .wp-block-group__inner-container
> * {
    position: relative;
    z-index: 2;
}

/* Etiqueta RESPUESTA RÁPIDA */
.single-post .ll-respuesta-rapida > p:first-child,
.single-post
.ll-respuesta-rapida
> .wp-block-group__inner-container
> p:first-child {
    margin: 0 0 12px !important;

    background: linear-gradient(
        90deg,
        #D800D7 0%,
        #8310D8 50%,
        #0C3AD6 100%
    );

    color: #D800D7 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Texto principal */
.single-post .ll-respuesta-rapida > p:not(:first-child),
.single-post
.ll-respuesta-rapida
> .wp-block-group__inner-container
> p:not(:first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    color: #F5F7FB !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

/* Negritas */
.single-post .ll-respuesta-rapida strong {
    color: #FFFFFF !important;
    font-weight: 700;
}

/* Enlaces */
.single-post .ll-respuesta-rapida a {
    color: #D800D7 !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.single-post .ll-respuesta-rapida a:hover {
    color: #5572FF !important;
}

/* Móvil */
@media (max-width: 767px) {
    .single-post .ll-respuesta-rapida {
        margin: 25px 0 32px !important;
        padding: 22px 20px 23px 26px !important;
        border-radius: 12px !important;
    }

    .single-post .ll-respuesta-rapida::before {
        width: 4px;
    }

    .single-post .ll-respuesta-rapida > p:first-child,
    .single-post
    .ll-respuesta-rapida
    > .wp-block-group__inner-container
    > p:first-child {
        font-size: 11px !important;
        margin-bottom: 10px !important;
    }

    .single-post .ll-respuesta-rapida > p:not(:first-child),
    .single-post
    .ll-respuesta-rapida
    > .wp-block-group__inner-container
    > p:not(:first-child) {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }
}

/* =========================================================
   LINKLAB — BLOQUE IMPORTANTE
   Clase Gutenberg: ll-importante
   ========================================================= */

.single-post .ll-importante {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 28px 0 34px !important;
    padding: 24px 28px 25px 32px !important;

    background:
        linear-gradient(
            135deg,
            rgba(216, 0, 215, 0.10),
            rgba(12, 58, 214, 0.08)
        ),
        #151515 !important;

    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;

    color: #F5F7FB !important;
    overflow: hidden;
}

/* Línea lateral */
.single-post .ll-importante::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;

    background: linear-gradient(
        180deg,
        #D800D7 0%,
        #7A16D8 50%,
        #0C3AD6 100%
    );
}

/* Título */
.single-post .ll-importante > p:first-child,
.single-post
.ll-importante
> .wp-block-group__inner-container
> p:first-child {
    position: relative;
    z-index: 2;

    margin: 0 0 10px !important;

    color: #D800D7 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Contenido */
.single-post .ll-importante > p:not(:first-child),
.single-post
.ll-importante
> .wp-block-group__inner-container
> p:not(:first-child) {
    position: relative;
    z-index: 2;

    margin: 0 !important;

    color: #F5F7FB !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

.single-post .ll-importante a {
    color: #D800D7 !important;
    font-weight: 700;
}

/* =========================================================
   LINKLAB — NOTA DE ACTUALIZACIÓN
   Clase Gutenberg: ll-nota-actualizacion
   ========================================================= */

.single-post .ll-nota-actualizacion {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 28px 0 34px !important;
    padding: 24px 28px 25px 32px !important;

    background:
        linear-gradient(
            135deg,
            rgba(216, 0, 215, 0.035),
            rgba(12, 58, 214, 0.055)
        ),
        #FFFFFF !important;

    border: 1px solid rgba(12, 58, 214, 0.12) !important;
    border-radius: 12px !important;

    box-shadow: 0 8px 24px rgba(21, 21, 21, 0.05);
    overflow: hidden;
}

/* Línea lateral */
.single-post .ll-nota-actualizacion::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;

    background: linear-gradient(
        180deg,
        #D800D7 0%,
        #7A16D8 50%,
        #0C3AD6 100%
    );
}

/* Título */
.single-post .ll-nota-actualizacion > p:first-child,
.single-post
.ll-nota-actualizacion
> .wp-block-group__inner-container
> p:first-child {
    position: relative;
    z-index: 2;

    margin: 0 0 10px !important;

    color: #0C3AD6 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Contenido */
.single-post .ll-nota-actualizacion > p:not(:first-child),
.single-post
.ll-nota-actualizacion
> .wp-block-group__inner-container
> p:not(:first-child) {
    position: relative;
    z-index: 2;

    margin: 0 !important;

    color: #151515 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

.single-post .ll-nota-actualizacion a {
    color: #D800D7 !important;
    font-weight: 700;
}

@media (max-width: 767px) {
    .single-post .ll-importante,
    .single-post .ll-nota-actualizacion {
        margin: 24px 0 30px !important;
        padding: 21px 18px 22px 24px !important;
        border-radius: 10px !important;
    }

    .single-post .ll-importante > p:not(:first-child),
    .single-post
    .ll-importante
    > .wp-block-group__inner-container
    > p:not(:first-child),
    .single-post .ll-nota-actualizacion > p:not(:first-child),
    .single-post
    .ll-nota-actualizacion
    > .wp-block-group__inner-container
    > p:not(:first-child) {
        font-size: 15.5px !important;
        line-height: 1.65 !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/PlusJakartaSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/PlusJakartaSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/PlusJakartaSans-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/PlusJakartaSans-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/PlusJakartaSans-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/Manrope-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/Manrope-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/Manrope-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/Manrope-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://linklab.pe/wp-content/uploads/2026/06/Manrope-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */