/* Footer global 10ejemplos. */
.tej-global-footer {
    width: 100%;
    margin: 50px 0 0;
    border-top: 1px solid #E6ECF2;
    background: #ffffff;
    color: #334155;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tej-global-footer *,
.tej-global-footer *::before,
.tej-global-footer *::after {
    box-sizing: border-box;
}

.tej-global-footer__inner {
    width: min(100%, 1240px);
    margin: 0 auto;
    padding: 38px 24px 22px;
}

.tej-global-footer__top {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 3fr);
    gap: 46px;
}

.tej-global-footer__brand {
    min-width: 0;
}

.tej-global-footer__logo {
    display: inline-flex;
    align-items: baseline;
    margin: 0 0 16px;
    color: #0D2B45;
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.tej-global-footer__logo:hover,
.tej-global-footer__logo:focus {
    color: #0D2B45;
    text-decoration: none;
}

.tej-global-footer__logo-blue {
    color: #2EA3FF;
}

.tej-global-footer__logo-navy {
    color: #0D2B45;
}

.tej-global-footer__description {
    max-width: 300px;
    margin: 0 0 22px;
    color: #0D2B45;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.tej-global-footer__attributes {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tej-global-footer__attributes li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0D2B45;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.tej-global-footer__attributes span,
.tej-global-footer__summary-icon,
.tej-global-footer__link-icon,
.tej-global-footer__quality-icon,
.tej-global-footer__network-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.tej-global-footer svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tej-global-footer__attributes span {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #EFF6FF;
    color: #2EA3FF;
}

.tej-global-footer__columns {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(250px, 1.45fr);
    gap: 42px;
    min-width: 0;
}

.tej-global-footer__panel {
    min-width: 0;
    display: none;
}

.tej-global-footer__desktop-title,
.tej-global-footer__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 19px;
    color: #0D2B45;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    list-style: none;
}

.tej-global-footer__desktop-title {
    position: relative;
    padding-bottom: 22px;
}

.tej-global-footer__desktop-title::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #2EA3FF;
}

.tej-global-footer__summary::-webkit-details-marker {
    display: none;
}

.tej-global-footer__summary::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    margin-top: 30px;
    margin-left: -28px;
    border-radius: 999px;
    background: #2EA3FF;
}

.tej-global-footer__summary-icon {
    display: none;
    color: #2EA3FF;
}

.tej-global-footer__chevron {
    display: none;
}

.tej-global-footer__nav {
    display: grid;
    gap: 12px;
}

.tej-global-footer__link,
.tej-global-footer__legal a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    color: #0D2B45;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}

.tej-global-footer__link::after {
    content: "›";
    color: #2EA3FF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.tej-global-footer__link:has(.tej-global-footer__link-icon)::after,
.tej-global-footer__link[target="_blank"]::after {
    content: none;
}

.tej-global-footer__link:hover,
.tej-global-footer__link:focus,
.tej-global-footer__legal a:hover,
.tej-global-footer__legal a:focus {
    color: #2EA3FF;
    text-decoration: none;
}

.tej-global-footer__link:focus-visible,
.tej-global-footer__legal a:focus-visible,
.tej-global-footer__summary:focus-visible,
.tej-global-footer__logo:focus-visible {
    outline: 3px solid #2EA3FF;
    outline-offset: 4px;
}

.tej-global-footer__link-icon,
.tej-global-footer__external {
    color: #2EA3FF;
}

.tej-global-footer__external svg {
    width: 16px;
    height: 16px;
}

.tej-global-footer__editorial {
    display: grid;
    gap: 22px;
}

.tej-global-footer__linkedin {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.tej-global-footer__linkedin-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #E6ECF2;
    border-radius: 999px;
    background: #EFF6FF;
    color: #0D2B45;
}

.tej-global-footer__linkedin-icon svg {
    width: 24px;
    height: 24px;
}

.tej-global-footer__linkedin p {
    margin: 6px 0 0;
    color: #0D2B45;
    font-size: 13px;
    line-height: 1.45;
}

.tej-global-footer__quality {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid #E6ECF2;
    border-radius: 8px;
    background: #EFF6FF;
}

.tej-global-footer__quality-icon {
    color: #2EA3FF;
}

.tej-global-footer__quality h2 {
    margin: 0 0 6px;
    color: #0D2B45;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.tej-global-footer__quality p {
    margin: 0;
    color: #0D2B45;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

.tej-global-footer__bottom {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E6ECF2;
}

.tej-global-footer__bottom p {
    margin: 0;
    color: #0D2B45;
    font-size: 13px;
    line-height: 1.55;
}

.tej-global-footer__network {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tej-global-footer__network-icon {
    color: #0D2B45;
}

.tej-global-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media screen and (max-width: 1023px) {
    .tej-global-footer__inner {
        padding: 34px 24px 22px;
    }

    .tej-global-footer__top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tej-global-footer__description {
        max-width: 520px;
    }

    .tej-global-footer__attributes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 720px;
        gap: 12px;
    }

    .tej-global-footer__columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .tej-global-footer__bottom {
        grid-template-columns: 1fr 1fr;
    }

    .tej-global-footer__legal {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .tej-global-footer__inner {
        padding: 30px 20px 20px;
    }

    .tej-global-footer__logo {
        font-size: 29px;
    }

    .tej-global-footer__description {
        max-width: none;
        font-size: 14px;
    }

    .tej-global-footer__attributes {
        grid-template-columns: 1fr;
    }

    .tej-global-footer__columns {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tej-global-footer__desktop-panel {
        display: none;
    }

    .tej-global-footer__panel {
        display: block;
        border: 1px solid #E6ECF2;
        border-radius: 8px;
        background: #ffffff;
    }

    .tej-global-footer__summary {
        min-height: 52px;
        margin: 0;
        padding: 14px;
        cursor: pointer;
    }

    .tej-global-footer__summary::after {
        content: none;
    }

    .tej-global-footer__summary-icon {
        display: inline-flex;
    }

    .tej-global-footer__chevron {
        display: block;
        width: 9px;
        height: 9px;
        margin-left: auto;
        border-right: 2px solid #2EA3FF;
        border-bottom: 2px solid #2EA3FF;
        transform: rotate(45deg);
    }

    .tej-global-footer__panel[open] .tej-global-footer__chevron {
        transform: rotate(225deg);
    }

    .tej-global-footer__panel:not([open]) > .tej-global-footer__panel-body {
        display: none;
    }

    .tej-global-footer__panel-body {
        padding: 0 14px 16px 44px;
    }

    .tej-global-footer__editorial {
        gap: 12px;
    }

    .tej-global-footer__quality {
        margin-top: 4px;
    }

    .tej-global-footer__bottom {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    .tej-global-footer__network {
        justify-content: center;
    }

    .tej-global-footer__legal {
        grid-column: auto;
        justify-content: center;
    }
}

@media screen and (max-width: 430px) {
    .tej-global-footer__inner {
        padding: 28px 16px 18px;
    }

    .tej-global-footer__linkedin {
        grid-template-columns: 1fr;
    }

    .tej-global-footer__linkedin-icon {
        width: 44px;
        height: 44px;
    }
}
