.elementor-157 .elementor-element.elementor-element-27094b3{--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-157 .elementor-element.elementor-element-d46c1b2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-157 .elementor-element.elementor-element-89f5821{--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-157 .elementor-element.elementor-element-3d14383{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-3d14383 *//* =========================================================
   CLiC+ — ECOSISTEMA FLOTANTE
   ========================================================= */

.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: 22px;

    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 15px;
}


.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: 14px;

    width: 100%;

    min-height: 68px;

    box-sizing: border-box;

    padding: 9px 12px;

    margin-bottom: 8px;

    text-decoration: none !important;

    border-radius: 18px;

    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 76px;

    width: 76px;
    height: 49px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    padding: 4px;

    border-radius: 13px;

    background: #fafbfd;
}


.clic-site-logo img {
    display: block;

    width: 67px;
    max-width: 100%;

    height: auto;
    max-height: 42px;

    object-fit: contain;
}


/* CLiC Kids */

.clic-kids-logo img {
    width: 67px;
}


/* CLiC LATAM */

.clic-latam-logo {
    background:
        linear-gradient(
            135deg,
            #f6faff,
            #f8fcec
        );
}


.clic-latam-logo img {
    width: 67px;
}


/* CLiC Joven */

.clic-joven-logo {
    background: #fafbfd;
}


.clic-joven-logo img {
    width: 70px;
    max-height: 42px;
}


/* =========================================================
   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: 18px;
    line-height: 1;

    font-weight: 900;

    color: #174ca5;
}


.clic-site-info span {
    display: block;

    margin-top: 5px;

    font-family: "Baloo 2", sans-serif;

    font-size: 12.5px;
    line-height: 1.15;

    font-weight: 600;

    color: #7c899d;
}


/* =========================================================
   FLECHA DE LAS TARJETAS
   ========================================================= */

.clic-site-arrow {
    flex: 0 0 29px;

    width: 29px;
    height: 29px;

    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
        );
}


/* =========================================================
   CLiC JOVEN
   ========================================================= */

.clic-joven {
    border-color: rgba(125,189,39,.18);

    background: #ffffff;
}


.clic-joven:hover {
    border-color: rgba(125,189,39,.45);

    background: #fbfef8;
}


/* =========================================================
   PIE
   ========================================================= */

.clic-hub-footer {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 7px 5px 0;

    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: 19px;

        border-radius: 26px;
    }


    .clic-hub-header {
        padding-bottom: 13px;
    }


    .clic-site {
        min-height: 64px;

        padding: 8px 10px;

        margin-bottom: 7px;

        border-radius: 17px;
    }


    .clic-site-logo {
        flex-basis: 71px;

        width: 71px;
        height: 48px;
    }


    .clic-site-logo img {
        width: 63px;

        max-height: 40px;
    }


    .clic-joven-logo img {
        width: 66px;
    }


    .clic-site-info strong {
        font-size: 17px;
    }


    .clic-site-info span {
        font-size: 11.5px;
    }


    .clic-site-arrow {
        width: 27px;
        height: 27px;

        flex-basis: 27px;
    }

}


/* =========================================================
   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: 17px;

        border-radius: 24px;
    }


    .clic-hub-header {
        padding-bottom: 13px;
    }


    .clic-hub-title {
        font-size: 23px;
    }


    .clic-hub-subtitle {
        font-size: 13px;
    }


    .clic-site {
        gap: 10px;

        min-height: 61px;

        padding: 7px 9px;

        margin-bottom: 6px;

        border-radius: 16px;
    }


    .clic-site-logo {
        flex-basis: 64px;

        width: 64px;
        height: 45px;

        border-radius: 12px;
    }


    .clic-site-logo img {
        width: 57px;

        max-height: 38px;
    }


    .clic-joven-logo img {
        width: 60px;
    }


    .clic-site-info strong {
        font-size: 16px;
    }


    .clic-site-info span {
        margin-top: 4px;

        font-size: 11px;
    }


    .clic-site-arrow {
        width: 26px;
        height: 26px;

        flex-basis: 26px;

        font-size: 14px;
    }


    .clic-hub-footer {
        font-size: 10px;

        padding-top: 6px;
    }

}/* End custom CSS */