.elementor-42 .elementor-element.elementor-element-ecff098{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-1b06a29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42 .elementor-element.elementor-element-f439b60{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d65188d *//* =========================
   FOOTER CLiC LATAM
========================= */

.cliclatam-footer {
    --clic-purple: #2d109c;
    --clic-purple-dark: #1d0668;
    --clic-purple-deep: #12033f;
    --clic-green: #9bd400;
    --clic-white: #ffffff;
    --clic-text-light: #c9c3de;

    position: relative;
    padding: 0 5% 30px;
    overflow: hidden;

    color: var(--clic-white);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(155, 212, 0, 0.11),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            var(--clic-purple-dark) 0%,
            var(--clic-purple-deep) 100%
        );

    font-family: 'Poppins', sans-serif;
}

.cliclatam-footer__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

/* =========================
   DECORACIÓN
========================= */

.cliclatam-footer__circle {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.cliclatam-footer__circle--one {
    top: -240px;
    right: -140px;
    width: 500px;
    height: 500px;
}

.cliclatam-footer__circle--two {
    bottom: -300px;
    left: -220px;
    width: 550px;
    height: 550px;
}

.cliclatam-footer__dots {
    position: absolute;
    right: 4%;
    bottom: 90px;
    width: 145px;
    height: 95px;
    opacity: 0.13;
    pointer-events: none;

    background-image: radial-gradient(
        circle,
        #ffffff 2px,
        transparent 2.5px
    );
    background-size: 19px 19px;
}

/* =========================
   CTA SUPERIOR
========================= */

.cliclatam-footer__top {
    position: relative;
    top: -1px;
    padding-bottom: 70px;
}

.cliclatam-footer__cta {
    position: relative;
    padding: 40px 45px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    color: var(--clic-purple-dark);
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(45, 16, 156, 0.09),
            transparent 23%
        ),
        var(--clic-green);

    border-radius: 0 0 25px 25px;
    box-shadow: 0 20px 45px rgba(8, 1, 31, 0.25);
}

.cliclatam-footer__cta::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: -85px;
    width: 170px;
    height: 170px;
    border: 2px solid rgba(45, 16, 156, 0.12);
    border-radius: 50%;
}

.cliclatam-footer__cta-content {
    position: relative;
    z-index: 2;
}

.cliclatam-footer__cta-content > span {
    display: block;
    margin-bottom: 8px;

    color: rgba(31, 7, 111, 0.72);
    font-size: 13px;
    font-weight: 600;
}

.cliclatam-footer__cta h2 {
    max-width: 750px;
    margin: 0;

    color: var(--clic-purple-dark);
    font-size: clamp(27px, 2.7vw, 40px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -1.4px;
}

.cliclatam-footer__cta h2 strong {
    font-weight: inherit;
    color: #ffffff;
}

.cliclatam-footer__cta-button {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-height: 51px;
    padding: 14px 22px;
    border-radius: 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #ffffff;
    background: var(--clic-purple-dark);
    box-shadow: 0 12px 26px rgba(31, 7, 111, 0.22);

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.cliclatam-footer__cta-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.25s ease;
}

.cliclatam-footer__cta-button:hover {
    color: #ffffff;
    background: var(--clic-purple);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(31, 7, 111, 0.28);
}

.cliclatam-footer__cta-button:hover svg {
    transform: translateX(4px);
}

/* =========================
   CONTENIDO PRINCIPAL
========================= */

.cliclatam-footer__main {
    padding-bottom: 65px;

    display: grid;
    grid-template-columns:
        minmax(270px, 1.35fr)
        minmax(150px, 0.65fr)
        minmax(170px, 0.75fr)
        minmax(250px, 1fr);

    gap: 65px;
}

.cliclatam-footer__logo {
    display: inline-flex;
    align-items: center;
}

/* CONVERSIÓN DEL LOGO A BLANCO */

.cliclatam-footer__logo img {
    display: block;
    width: auto;
    height: 65px;
    max-width: 230px;
    object-fit: contain;

    filter: brightness(0) invert(1);
}

.cliclatam-footer__brand > p {
    max-width: 390px;
    margin: 24px 0 0;

    color: var(--clic-text-light);
    font-size: 13px;
    line-height: 1.75;
}

.cliclatam-footer__concepts {
    margin-top: 24px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;

    color: var(--clic-green);
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
}

.cliclatam-footer__concepts i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

/* COLUMNAS */

.cliclatam-footer__column h3,
.cliclatam-footer__contact h3 {
    position: relative;
    margin: 5px 0 25px;
    padding-bottom: 13px;

    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.cliclatam-footer__column h3::after,
.cliclatam-footer__contact h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background: var(--clic-green);
}

.cliclatam-footer__column nav {
    display: grid;
    gap: 14px;
}

.cliclatam-footer__column a {
    width: fit-content;

    color: var(--clic-text-light);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.cliclatam-footer__column a:hover {
    color: var(--clic-green);
    transform: translateX(4px);
}

/* CONTACTO */

.cliclatam-footer__contact > p {
    margin: 0 0 22px;
    color: var(--clic-text-light);
    font-size: 12px;
    line-height: 1.7;
}

.cliclatam-footer__email {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.cliclatam-footer__email-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--clic-purple-dark);
    background: var(--clic-green);
}

.cliclatam-footer__email-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cliclatam-footer__email small,
.cliclatam-footer__email strong {
    display: block;
}

.cliclatam-footer__email small {
    margin-bottom: 2px;
    color: var(--clic-text-light);
    font-size: 10px;
}

.cliclatam-footer__email strong {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    word-break: break-word;
}

/* =========================
   PARTE INFERIOR
========================= */

.cliclatam-footer__bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.cliclatam-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    line-height: 1.5;
}

.cliclatam-footer__message {
    color: var(--clic-green) !important;
    font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1050px) {
    .cliclatam-footer__main {
        grid-template-columns: 1.2fr 0.7fr 0.8fr;
        gap: 50px;
    }

    .cliclatam-footer__contact {
        grid-column: 1 / -1;
        max-width: 500px;
    }
}

@media (max-width: 760px) {
    .cliclatam-footer {
        padding: 0 6% 25px;
    }

    .cliclatam-footer__cta {
        padding: 35px 28px;
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .cliclatam-footer__cta-button {
        width: 100%;
    }

    .cliclatam-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 35px;
    }

    .cliclatam-footer__brand {
        grid-column: 1 / -1;
    }

    .cliclatam-footer__contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .cliclatam-footer {
        padding-inline: 20px;
    }

    .cliclatam-footer__top {
        padding-bottom: 55px;
    }

    .cliclatam-footer__cta {
        padding: 30px 22px;
        border-radius: 0 0 20px 20px;
    }

    .cliclatam-footer__cta h2 {
        font-size: 29px;
        letter-spacing: -1px;
    }

    .cliclatam-footer__main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cliclatam-footer__brand,
    .cliclatam-footer__contact {
        grid-column: auto;
    }

    .cliclatam-footer__logo img {
        height: 55px;
        max-width: 200px;
    }

    .cliclatam-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f439b60 *//* =========================================================
   CLiC+ — ECOSISTEMA FLOTANTE
   POSICIÓN SEGURA DEBAJO DEL HEADER
   ========================================================= */

.clic-hub {
    position: fixed;

    /*
     * El header de CLiC ocupa aproximadamente 90px.
     * Dejamos el botón debajo para que nunca tape
     * los elementos de navegación.
     */
    top: 108px;
    right: 30px;

    left: auto;
    bottom: auto;

    z-index: 99999;

    font-family: "Baloo 2", sans-serif;
}


/* =========================================================
   BOTÓN PRINCIPAL
   ========================================================= */

.clic-hub-toggle {
    position: relative;

    width: 112px;
    height: 68px;

    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    border: 1px solid rgba(255,255,255,.28);
    border-radius: 23px;

    cursor: pointer;

    background:
        linear-gradient(
            135deg,
            #174ca5 0%,
            #3158c5 48%,
            #713bd6 100%
        );

    color: #ffffff;

    box-shadow:
        0 14px 35px rgba(23,76,165,.30),
        inset 0 1px 1px rgba(255,255,255,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* BRILLO SUPERIOR */

.clic-hub-toggle::before {
    content: "";

    position: absolute;

    top: 1px;
    left: 12px;
    right: 12px;

    height: 35%;

    border-radius: 20px 20px 50% 50%;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.16),
        rgba(255,255,255,0)
    );

    pointer-events: none;
}


/* GLOW */

.clic-hub-toggle::after {
    content: "";

    position: absolute;

    inset: -5px;

    border-radius: 27px;

    background:
        linear-gradient(
            135deg,
            rgba(47,195,199,.45),
            rgba(113,59,214,.35)
        );

    z-index: -1;

    filter: blur(13px);

    opacity: .45;

    transition: opacity .3s ease;
}


.clic-hub-toggle:hover {
    transform: translateY(-3px);

    box-shadow:
        0 19px 42px rgba(23,76,165,.38),
        inset 0 1px 1px rgba(255,255,255,.30);
}


.clic-hub-toggle:hover::after {
    opacity: .75;
}


/* =========================================================
   TEXTO CLiC+
   ========================================================= */

.clic-hub-plus {
    position: relative;
    z-index: 2;

    white-space: nowrap;

    font-family: "Baloo 2", sans-serif;

    font-size: 25px;
    line-height: 1;

    font-weight: 900;

    letter-spacing: -1px;

    text-shadow:
        0 2px 5px rgba(0,0,0,.10);
}


.clic-hub-plus span {
    color: #9ad32e;
}


/* =========================================================
   FLECHA
   ========================================================= */

.clic-hub-arrow {
    position: relative;
    z-index: 2;

    width: 24px;
    height: 24px;

    flex: 0 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.16);

    color: rgba(255,255,255,.9);

    font-family: Arial, sans-serif;

    font-size: 11px;
    line-height: 1;
    font-weight: 700;

    transition:
        transform .3s ease,
        background .3s ease;
}


.clic-hub:hover .clic-hub-arrow,
.clic-hub:focus-within .clic-hub-arrow {
    transform: rotate(180deg);

    background: rgba(255,255,255,.24);
}


/* =========================================================
   PANEL
   ========================================================= */

.clic-hub-panel {
    position: absolute;

    top: 82px;
    right: 0;

    width: 390px;

    box-sizing: border-box;

    padding: 26px;

    background: rgba(255,255,255,.985);

    border: 1px solid rgba(23,76,165,.08);

    border-radius: 30px;

    box-shadow:
        0 35px 80px rgba(23,76,165,.15),
        0 10px 30px rgba(0,0,0,.06);

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(-12px)
        scale(.97);

    transform-origin: top right;

    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;
}


/* PANEL ABIERTO */

.clic-hub:hover .clic-hub-panel,
.clic-hub:focus-within .clic-hub-panel {
    opacity: 1;
    visibility: visible;

    transform:
        translateY(0)
        scale(1);
}


/* =========================================================
   CABECERA
   ========================================================= */

.clic-hub-header {
    padding: 1px 5px 20px;
}


.clic-hub-title {
    font-family: "Baloo 2", sans-serif;

    font-size: 26px;
    line-height: 1;

    font-weight: 800;

    color: #174ca5;
}


.clic-hub-title strong {
    font-weight: 900;

    color: #7dbd27;
}


.clic-hub-subtitle {
    margin-top: 7px;

    font-family: "Baloo 2", sans-serif;

    font-size: 14px;
    line-height: 1.2;

    font-weight: 600;

    color: #7c899d;
}


/* =========================================================
   TARJETAS
   ========================================================= */

.clic-site {
    position: relative;

    display: flex;
    align-items: center;

    gap: 16px;

    width: 100%;

    min-height: 78px;

    box-sizing: border-box;

    padding: 12px 14px;

    margin-bottom: 11px;

    text-decoration: none !important;

    border-radius: 20px;

    border: 1px solid #edf1f6;

    background: #ffffff;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.clic-site:hover {
    transform: translateX(-3px);

    border-color: rgba(125,189,39,.42);

    background: #fbfef8;

    box-shadow:
        0 9px 25px rgba(23,76,165,.07);
}


/* =========================================================
   LOGOS
   ========================================================= */

.clic-site-logo {
    flex: 0 0 82px;

    width: 82px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    padding: 5px;

    border-radius: 15px;

    background: #fafbfd;
}


.clic-site-logo img {
    display: block;

    width: 72px;
    max-width: 100%;

    height: auto;
    max-height: 46px;

    object-fit: contain;
}


.clic-kids-logo img {
    width: 72px;
}


.clic-latam-logo {
    background:
        linear-gradient(
            135deg,
            #f6faff,
            #f8fcec
        );
}


.clic-latam-logo img {
    width: 72px;
}


/* =========================================================
   INFORMACIÓN
   ========================================================= */

.clic-site-info {
    flex: 1;

    min-width: 0;
}


.clic-site-info strong {
    display: block;

    margin: 0;

    font-family: "Baloo 2", sans-serif;

    font-size: 19px;
    line-height: 1;

    font-weight: 900;

    color: #174ca5;
}


.clic-site-info span {
    display: block;

    margin-top: 6px;

    font-family: "Baloo 2", sans-serif;

    font-size: 13px;
    line-height: 1.15;

    font-weight: 600;

    color: #7c899d;
}


/* =========================================================
   FLECHA DE LAS TARJETAS
   ========================================================= */

.clic-site-arrow {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f2f5fa;

    color: #174ca5;

    font-family: Arial, sans-serif;

    font-size: 16px;
    line-height: 1;
    font-weight: 700;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.clic-site:hover .clic-site-arrow {
    background: #174ca5;

    color: #ffffff;

    transform: translateX(2px);
}


/* =========================================================
   CLiC LATAM
   ========================================================= */

.clic-latam {
    border-color: rgba(125,189,39,.25);

    background:
        linear-gradient(
            100deg,
            #ffffff 0%,
            #fbfef8 100%
        );
}


.clic-latam:hover {
    border-color: #9ad32e;

    background:
        linear-gradient(
            100deg,
            #fbfef8,
            #f5fbe9
        );
}


/* =========================================================
   PIE
   ========================================================= */

.clic-hub-footer {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 10px 5px 1px;

    font-family: "Baloo 2", sans-serif;

    font-size: 11px;
    line-height: 1;

    font-weight: 600;

    color: #a0a9b8;
}


.clic-hub-footer span {
    width: 22px;
    height: 1px;

    background: #e6eaf0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 768px) {

    .clic-hub {
        top: 100px;
        right: 20px;
    }


    .clic-hub-toggle {
        width: 102px;
        height: 62px;

        border-radius: 21px;
    }


    .clic-hub-plus {
        font-size: 23px;
    }


    .clic-hub-panel {
        top: 75px;

        width: 350px;

        padding: 23px;

        border-radius: 26px;
    }


    .clic-site {
        min-height: 72px;
    }


    .clic-site-logo {
        flex-basis: 75px;

        width: 75px;
        height: 52px;
    }


    .clic-site-logo img {
        width: 66px;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 480px) {

    .clic-hub {
        top: 92px;
        right: 14px;
    }


    .clic-hub-toggle {
        width: 94px;
        height: 58px;

        padding: 0 13px;

        border-radius: 19px;

        gap: 7px;
    }


    .clic-hub-plus {
        font-size: 21px;
    }


    .clic-hub-arrow {
        width: 22px;
        height: 22px;

        flex-basis: 22px;
    }


    .clic-hub-panel {
        top: 70px;

        right: 0;

        width: calc(100vw - 28px);

        max-width: 365px;

        padding: 20px;

        border-radius: 24px;
    }


    .clic-hub-header {
        padding-bottom: 17px;
    }


    .clic-hub-title {
        font-size: 23px;
    }


    .clic-hub-subtitle {
        font-size: 13px;
    }


    .clic-site {
        gap: 12px;

        min-height: 67px;

        padding: 10px 11px;

        border-radius: 18px;
    }


    .clic-site-logo {
        flex-basis: 67px;

        width: 67px;
        height: 48px;

        border-radius: 13px;
    }


    .clic-site-logo img {
        width: 60px;

        max-height: 40px;
    }


    .clic-site-info strong {
        font-size: 17px;
    }


    .clic-site-info span {
        margin-top: 5px;

        font-size: 11.5px;
    }


    .clic-site-arrow {
        width: 27px;
        height: 27px;

        flex-basis: 27px;
    }

}/* End custom CSS */