/* ===================================
    Crafto - Yoga and meditation
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* variable */
:root {
    --base-color: #1a5075;
    --very-light-gray: #f2f5fa;
    --dark-gray: #393334;
    --medium-gray: #8b8883;
    --forest-green: #417c11;
    --soft-red: #f0e4e6;
    --prime-violet: #e1d5d8;
    --alt-font: 'Marcellus', serif;
    --primary-font:  'cerebri-sans-regular';
}
/* custom cursor colors (CTM) */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-inner,
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        background-color: #93000b;
    }
    .custom-cursor .circle-cursor-outer {
        border-color: #93000b;
    }
}
/* CTM brand red utilities */
.bg-ctm-red {
    background-color: #93000b;
}
.btn.btn-ctm-red {
    background-color: #93000b;
    color: var(--white);
}
.btn.btn-ctm-red:hover,
.btn.btn-ctm-red:active {
    background-color: transparent;
    border-color: #93000b;
    color: #93000b;
}
/* ===== CTM header (elegant hover mega menu) ===== */
.ctm-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 96px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(0, 18, 28, .38), transparent);
    transition: height .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.ctm-header.compacto {
    height: 78px;
    border-color: rgba(26, 80, 117, .1);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 28px rgba(3, 38, 59, .12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.ctm-header.compacto .ctm-logo__nombre {
    color: #123a56;
    border-color: rgba(26, 80, 117, .28);
}
.ctm-header.compacto .ctm-nav > a {
    color: #233d4b;
}
.ctm-header.compacto .ctm-nav > a:hover, .ctm-header.compacto .ctm-nav > a.activo {
    color: #1a5075;
}
.ctm-header.compacto .ctm-header__btn:not(.ctm-header__btn--socio) {
    border-color: rgba(26, 80, 117, .35);
    background: transparent;
    color: #1a5075;
}
.ctm-header.compacto .ctm-header__btn:not(.ctm-header__btn--socio):hover {
    background: #1a5075;
    color: var(--white);
    border-color: #1a5075;
}
.ctm-header.compacto .ctm-menu-btn {
    border-color: rgba(26, 80, 117, .38);
    color: #1a5075;
}
.ctm-header.menu-abierto {
    background: rgba(11, 37, 54, .96);
    border-color: transparent;
    box-shadow: none;
}
.ctm-header.compacto.menu-abierto {
    background: var(--white);
}
.ctm-header__inner {
    width: 100%;
    max-width: 1760px;
    margin: auto;
    padding: 0 clamp(26px, 4vw, 72px);
    display: grid;
    grid-template-columns: minmax(245px, .9fr) auto minmax(315px, 1fr);
    align-items: center;
    gap: 34px;
}
.ctm-logo {
    width: -webkit-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}
.ctm-logo img {
    width: auto;
    height: 54px;
    display: block;
}
.ctm-logo__nombre {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, .48);
    color: var(--white);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .35s ease, border-color .35s ease;
}
.ctm-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2vw, 38px);
}
.ctm-nav > a {
    position: relative;
    padding: 16px 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: color .25s ease;
}
.ctm-nav > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 2px;
    background: #b0000f;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}
.ctm-nav > a:hover, .ctm-nav > a.activo {
    color: var(--white);
}
.ctm-nav > a:hover:after, .ctm-nav > a.activo:after {
    transform: scaleX(1);
}
.ctm-nav > a[data-menu]:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 10px;
    height: 10px;
    background: var(--white);
    border-radius: 2px;
    transform: translate(-50%, 8px) rotate(45deg);
    opacity: 0;
    transition: .2s;
}
.ctm-nav > a.menu-activo:before {
    opacity: 1;
    transform: translate(-50%, 0) rotate(45deg);
}
.ctm-header__acciones {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
}
.ctm-header__btn {
    height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 3px;
    background: rgba(3, 38, 59, .18);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.ctm-header__btn i {
    font-size: 15px;
}
.ctm-header__btn:hover {
    transform: translateY(-2px);
    background: var(--white);
    color: #123a56;
    border-color: var(--white);
}
.ctm-header__btn--socio {
    min-width: 170px;
    border-color: #93000b;
    background: #93000b;
}
.ctm-header__btn--socio:hover {
    background: #b0000f;
    border-color: #b0000f;
    color: var(--white);
}
.ctm-menu-btn {
    display: none;
    width: 50px;
    height: 50px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 3px;
    background: transparent;
    color: var(--white);
    cursor: pointer;
    transition: .3s;
}
.ctm-menu-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: .3s;
}
.ctm-menu-btn span + span {
    margin-top: 7px;
}
.ctm-menu-btn[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
}
.ctm-menu-btn[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}
/* mega menu layer */
.ctm-mega-capa {
    position: fixed;
    inset: 96px 0 auto;
    z-index: 998;
    display: grid;
    padding: 14px clamp(26px, 4vw, 72px) 35px;
    pointer-events: none;
    transition: top .35s ease;
}
.ctm-header.compacto + .ctm-mega-capa {
    top: 78px;
}
.ctm-mega {
    grid-area: 1/1;
    width: min(860px, 100%);
    min-height: 0;
    max-height: calc(100vh - 125px);
    margin: 0 auto;
    align-self: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    border-radius: 14px;
    background: var(--white);
    color: #1d2630;
    box-shadow: 0 22px 60px rgba(2, 28, 43, .22);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transform-origin: top center;
    transition: opacity .2s ease, transform .24s ease, visibility .2s;
    pointer-events: none;
}
.ctm-mega.abierto {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}
.ctm-mega--deportes {
    width: min(1240px, calc(100vw - 80px));
    grid-template-columns: minmax(0, 1fr) 285px;
}
.ctm-mega__contenido {
    padding: 32px 34px 36px;
    display: grid;
    grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    gap: 32px;
    align-content: start;
    overflow: auto;
}
.ctm-mega--deportes .ctm-mega__contenido {
    padding: 28px 28px 30px;
    gap: 20px;
}
.ctm-mega__grupo h3 {
    margin: 0 0 12px;
    padding: 0 4px 10px;
    border-bottom: 2px solid #93000b;
    color: #1a5075;
    font-size: 12px;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ctm-mega__lista {
    display: grid;
    gap: 3px;
}
.ctm-mega__enlace {
    min-height: 47px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 9px;
    color: #1d2630;
    text-decoration: none;
    font: 500 15px/1.25 var(--primary-font), Arial, sans-serif;
    opacity: 0;
    transform: translateY(8px);
    transition: background .22s ease, color .22s ease, transform .22s ease, opacity .28s ease;
}
.ctm-mega.abierto .ctm-mega__enlace {
    opacity: 1;
    transform: none;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(2) {
    transition-delay: .035s;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(3) {
    transition-delay: .07s;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(4) {
    transition-delay: .105s;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(5) {
    transition-delay: .14s;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(6) {
    transition-delay: .175s;
}
.ctm-mega.abierto .ctm-mega__enlace:nth-child(7) {
    transition-delay: .21s;
}
.ctm-mega__enlace:hover, .ctm-mega__enlace:focus-visible {
    background: #f3f8fb;
    color: #1a5075;
    transform: translateX(3px);
    outline: 0;
}
.ctm-mega__icono {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c6e0f1;
    border-radius: 9px;
    background: #e5f2fb;
    color: #126893;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), background .22s ease, color .22s ease, box-shadow .22s ease;
}
.ctm-mega__enlace:hover .ctm-mega__icono, .ctm-mega__enlace:focus-visible .ctm-mega__icono {
    background: #1a5075;
    color: var(--white);
    border-color: #1a5075;
    transform: translateY(-2px) rotate(-4deg) scale(1.06);
    box-shadow: 0 7px 16px rgba(26, 80, 117, .2);
}
.ctm-mega__enlace:hover .ctm-mega__icono i, .ctm-mega__enlace:focus-visible .ctm-mega__icono i {
    animation: ctmIcono .45s ease;
}
@keyframes ctmIcono {
    0%, 100% { transform: scale(1); }
    45% { transform: scale(.78); }
    70% { transform: scale(1.18); }
}
.ctm-mega__promo {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 355px;
    padding: 32px 30px 30px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(150deg, #1a5075 0%, #123a56 100%);
    color: var(--white);
}
.ctm-mega__promo:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -25%;
    background: repeating-linear-gradient(128deg, transparent 0 34px, rgba(202, 226, 248, .13) 35px 36px, transparent 37px 68px);
    -webkit-mask-image: linear-gradient(135deg, #000 0, transparent 47%, transparent 66%, #000 100%);
    mask-image: linear-gradient(135deg, #000 0, transparent 47%, transparent 66%, #000 100%);
    transform: translate3d(-18px, -8px, 0);
    opacity: .72;
    transition: transform 1.1s cubic-bezier(.2, .8, .2, 1), opacity .5s ease;
}
.ctm-mega.abierto .ctm-mega__promo:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.ctm-mega__promo:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -55px;
    top: -70px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(202, 226, 248, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(202, 226, 248, .035), 0 0 0 54px rgba(202, 226, 248, .025);
}
.ctm-mega--deportes .ctm-mega__promo {
    min-height: 430px;
    padding: 28px 26px 27px;
}
.ctm-mega--deportes .ctm-mega__promo h2 {
    font-size: 36px;
}
.ctm-mega--deportes .ctm-mega__promo p {
    font-size: 14px;
}
.ctm-mega__promo-icono {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, .13);
    font-size: 21px;
    transition: transform .3s ease, background .3s ease;
}
.ctm-mega:hover .ctm-mega__promo-icono {
    transform: translateY(-3px) rotate(5deg);
    background: rgba(255, 255, 255, .2);
}
.ctm-mega__promo small {
    margin-top: 24px;
    font: 700 11px/1 var(--primary-font), Arial, sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #cae2f8;
}
.ctm-mega__promo h2 {
    margin: 15px 0 13px;
    font: 600 39px/.96 var(--alt-font);
    color: var(--white);
}
.ctm-mega__promo p {
    margin: 0;
    font: 400 15px/1.48 var(--primary-font), Arial, sans-serif;
    color: rgba(255, 255, 255, .86);
}
.ctm-mega__promo a {
    position: relative;
    overflow: hidden;
    margin-top: 26px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    background: #93000b;
    color: var(--white);
    text-align: center;
    text-decoration: none;
    font: 600 14px var(--primary-font), Arial, sans-serif;
    letter-spacing: .01em;
    opacity: 0;
    transform: translateY(10px);
    box-shadow: 0 8px 20px rgba(73, 0, 11, .18);
    transition: opacity .35s ease .16s, transform .28s cubic-bezier(.2, .8, .2, 1), background .25s ease, box-shadow .28s ease;
}
.ctm-mega.abierto .ctm-mega__promo a {
    opacity: 1;
    transform: none;
}
.ctm-mega__promo a:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, .24) 48%, transparent 70%);
    transform: translateX(-130%);
    transition: transform .65s ease;
}
.ctm-mega__promo a:after {
    content: "\2192";
    position: relative;
    font-size: 18px;
    line-height: 1;
    transition: transform .25s ease;
}
.ctm-mega__promo a:hover, .ctm-mega__promo a:focus-visible {
    background: #b0000f;
    transform: translateY(-3px);
    box-shadow: 0 13px 26px rgba(73, 0, 11, .3);
    outline: 2px solid rgba(255, 255, 255, .65);
    outline-offset: 2px;
}
.ctm-mega__promo a:hover:before, .ctm-mega__promo a:focus-visible:before {
    transform: translateX(130%);
}
.ctm-mega__promo a:hover:after, .ctm-mega__promo a:focus-visible:after {
    transform: translateX(4px);
}
.ctm-mega__promo a:active {
    transform: translateY(-1px) scale(.985);
    box-shadow: 0 6px 14px rgba(73, 0, 11, .25);
}
.ctm-mega[data-panel="actualidad"] {
    width: min(600px, calc(100vw - 80px)) !important;
    grid-template-columns: minmax(0, 1fr) 250px;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    align-self: start;
    justify-self: end;
    margin-right: clamp(60px, 9vw, 200px) !important;
    border-radius: 13px;
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__contenido {
    padding: 20px 22px 22px;
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__grupo h3 {
    margin-bottom: 9px;
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__enlace {
    min-height: 45px;
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__promo {
    min-height: 0;
    background: linear-gradient(150deg, #163d2c 0%, #0d2419 100%);
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__promo small {
    color: #b6ddc6;
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__promo a {
    background: #cf6a34;
    box-shadow: 0 8px 20px rgba(207, 106, 52, .28);
}
.ctm-mega[data-panel="actualidad"] .ctm-mega__promo a:hover,
.ctm-mega[data-panel="actualidad"] .ctm-mega__promo a:focus-visible {
    background: #e08a55;
    box-shadow: 0 13px 26px rgba(207, 106, 52, .35);
}
/* full-screen mobile menu panel */
.ctm-menu-movil {
    position: fixed;
    inset: 0;
    z-index: 1100;
    padding: 125px 6vw 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(11, 37, 54, .99);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: .3s;
}
.ctm-menu-movil.abierto {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.ctm-menu-movil nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 55px;
}
.ctm-menu-movil nav a,
.ctm-menu-movil nav .ctm-submenu-toggle {
    padding: 19px 0;
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: var(--white);
    text-decoration: none;
    font: 600 34px/1.1 var(--alt-font);
    width: 100%;
    background: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    cursor: pointer;
    text-align: left;
}
.ctm-menu-movil nav small {
    font: 600 9px var(--primary-font), sans-serif;
    letter-spacing: .15em;
    opacity: .5;
}
.ctm-menu-movil nav a span,
.ctm-menu-movil nav .ctm-submenu-toggle span {
    font: 400 18px var(--primary-font), sans-serif;
    color: #93000b;
}
.ctm-submenu-item {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.ctm-submenu-item .ctm-submenu-toggle {
    border-bottom: 0;
}
.ctm-submenu-chevron {
    transition: transform .25s ease;
}
.ctm-submenu-item.abierto .ctm-submenu-chevron {
    transform: rotate(180deg);
}
.ctm-submenu-movil {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.ctm-submenu-item.abierto .ctm-submenu-movil {
    max-height: 600px;
}
.ctm-menu-movil .ctm-submenu-movil a {
    display: block;
    padding: 13px 0 13px 38px;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font: 500 19px var(--primary-font), sans-serif;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
}
.ctm-menu-movil .ctm-submenu-movil a:first-child {
    border-top: 0;
}
.ctm-menu-movil__acciones {
    display: flex;
    gap: 12px;
}
.ctm-menu-movil__acciones .ctm-header__btn {
    flex: 1;
}
@media (max-width: 1280px) {
    .ctm-header__inner {
        grid-template-columns: 1fr auto;
    }
    .ctm-nav {
        display: none;
    }
    .ctm-header__acciones {
        margin-left: auto;
    }
    .ctm-menu-btn {
        display: block;
    }
    .ctm-mega-capa {
        display: none;
    }
}
@media (max-width: 720px) {
    .ctm-header {
        height: 84px;
    }
    .ctm-header.compacto {
        height: 70px;
    }
    .ctm-header__inner {
        padding: 0 19px;
        gap: 12px;
    }
    .ctm-logo img {
        height: 45px;
    }
    .ctm-header.compacto .ctm-logo img {
        height: 39px;
    }
    .ctm-logo__nombre {
        font-size: 7px;
        padding-left: 11px;
    }
    .ctm-header__acciones {
        display: none;
    }
    .ctm-menu-movil {
        padding: 105px 22px 28px;
    }
    .ctm-menu-movil nav {
        grid-template-columns: 1fr;
    }
    .ctm-menu-movil nav a,
    .ctm-menu-movil nav .ctm-submenu-toggle {
        padding: 13px 0;
        font-size: 29px;
    }
    .ctm-menu-movil .ctm-submenu-movil a {
        padding: 11px 0 11px 38px;
        font-size: 17px;
    }
    .ctm-menu-movil__acciones {
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-header, .ctm-mega, .ctm-mega__enlace, .ctm-mega__icono, .ctm-mega__promo a, .ctm-menu-movil, .ctm-menu-btn span {
        transition: none !important;
    }
}
/* CTM hero video background */
.ctm-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
/* ===== CTM instalaciones (accordion carousel) ===== */
.ctm-instalaciones {
    position: relative;
    overflow: visible;
    padding: 92px 0 70px;
    background: var(--white);
}
.ctm-instalaciones:before {
    content: "";
    position: absolute;
    right: -130px;
    top: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(26, 80, 117, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(26, 80, 117, .025), 0 0 0 90px rgba(26, 80, 117, .018);
}
.ctm-instalaciones__cabecera {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto 42px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}
.ctm-instalaciones__etiqueta {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #1a5075;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.ctm-instalaciones__etiqueta:before {
    content: "";
    width: 31px;
    height: 2px;
    background: #93000b;
}
.ctm-instalaciones__cabecera h2 {
    max-width: 720px;
    margin: 0;
    color: #302b2b;
    font: 600 clamp(34px, 3.6vw, 48px)/1 var(--alt-font);
}
.ctm-instalaciones__controles {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ctm-instalaciones__flecha {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(26, 80, 117, .22);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--white);
    color: #1a5075;
    cursor: pointer;
    transition: .25s;
}
.ctm-instalaciones__flecha:hover {
    background: #1a5075;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 80, 117, .18);
}
.ctm-instalaciones__flecha svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ctm-instalaciones__ventana {
    width: min(1420px, calc(100% - 48px));
    margin-left: max(24px, calc((100% - 1320px) / 2));
    overflow: hidden;
}
.ctm-instalaciones__pista {
    display: flex;
    gap: 18px;
    transition: transform .55s cubic-bezier(.2, .75, .2, 1);
    will-change: transform;
}
.ctm-instalacion {
    position: relative;
    flex: 0 0 clamp(285px, 26vw, 380px);
    height: 510px;
    border-radius: 14px;
    overflow: hidden;
    background: #123a56;
    box-shadow: 0 16px 40px rgba(6, 42, 63, .13);
    isolation: isolate;
}
.ctm-instalacion__foto {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transition: transform .75s cubic-bezier(.2, .75, .2, 1), filter .5s ease;
}
.ctm-instalacion__foto:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 30, 45, .05), rgba(3, 30, 45, .8));
}
.ctm-instalacion:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(145deg, transparent 45%, rgba(202, 226, 248, .14));
    opacity: 0;
    transition: .4s;
}
.ctm-instalacion__numero {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 21px;
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}
.ctm-instalacion__contenido {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 29px 29px;
    color: var(--white);
    transform: translateY(49px);
    transition: transform .45s cubic-bezier(.2, .75, .2, 1);
}
.ctm-instalacion__icono {
    width: 52px;
    height: 52px;
    margin-bottom: 21px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: rgba(18, 58, 86, .7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #93000b;
    font-size: 20px;
    transition: .35s;
}
.ctm-instalacion h3 {
    margin: 0 0 9px;
    font: 600 26px/1 var(--alt-font);
}
.ctm-instalacion p {
    height: 42px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(9px);
    transition: .35s .05s;
}
.ctm-instalacion__enlace {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    transition: .35s .08s;
}
.ctm-instalacion__enlace:after {
    content: "\2192";
    font-size: 18px;
    transition: .25s;
}
.ctm-instalacion:hover .ctm-instalacion__foto {
    transform: scale(1.065);
    filter: saturate(1.08);
}
.ctm-instalacion:hover:after {
    opacity: 1;
}
.ctm-instalacion:hover .ctm-instalacion__contenido {
    transform: none;
}
.ctm-instalacion:hover p, .ctm-instalacion:hover .ctm-instalacion__enlace {
    opacity: 1;
    transform: none;
}
.ctm-instalacion:hover .ctm-instalacion__icono {
    background: #93000b;
    border-color: #93000b;
    color: var(--white);
    transform: translateY(-4px) rotate(-3deg);
}
.ctm-instalacion__enlace:hover:after {
    transform: translateX(4px);
}
.ctm-instalaciones__pie {
    width: min(1320px, calc(100% - 48px));
    margin: 26px auto 0;
    display: flex;
    align-items: center;
    gap: 17px;
}
.ctm-instalaciones__progreso {
    height: 2px;
    flex: 1;
    background: #dce5e9;
    overflow: hidden;
}
.ctm-instalaciones__progreso span {
    display: block;
    width: 25%;
    height: 100%;
    background: #93000b;
    transition: transform .45s ease;
    transform-origin: left;
}
.ctm-instalaciones__contador {
    min-width: 60px;
    color: #6f7f87;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
}
@media (min-width: 761px) {
    .ctm-instalaciones__cabecera {
        justify-content: center;
        text-align: center;
    }
    .ctm-instalaciones__etiqueta {
        justify-content: center;
    }
    .ctm-instalaciones__etiqueta:before {
        display: none;
    }
    .ctm-instalaciones__controles, .ctm-instalaciones__pie {
        display: none;
    }
    .ctm-instalaciones__ventana {
        width: min(1320px, calc(100% - 48px));
        margin: 0 auto;
        overflow: visible;
    }
    .ctm-instalaciones__pista {
        height: 480px;
        gap: 16px;
        transform: none !important;
    }
    .ctm-instalacion {
        flex: 1 1 0;
        min-width: 0;
        height: 480px;
        border-radius: 8px;
        box-shadow: none;
        transition: flex-grow .62s cubic-bezier(.2, .75, .2, 1), box-shadow .4s ease;
    }
    .ctm-instalacion:hover, .ctm-instalacion.activa {
        flex-grow: 2.08;
        box-shadow: 0 18px 42px rgba(6, 42, 63, .16);
    }
    .ctm-instalacion__foto {
        right: auto;
        width: 100%;
        z-index: 1;
        transition: width .62s cubic-bezier(.2, .75, .2, 1), transform .7s ease, filter .4s ease;
    }
    .ctm-instalacion:hover .ctm-instalacion__foto, .ctm-instalacion.activa .ctm-instalacion__foto {
        width: 50%;
        transform: none;
        filter: saturate(1.06);
    }
    .ctm-instalacion:after {
        display: none;
    }
    .ctm-instalacion__numero {
        z-index: 4;
        transition: opacity .25s ease;
    }
    .ctm-instalacion:hover .ctm-instalacion__numero, .ctm-instalacion.activa .ctm-instalacion__numero {
        opacity: 0;
    }
    .ctm-instalacion__contenido {
        z-index: 2;
        left: 50%;
        right: auto;
        top: 0;
        bottom: 0;
        width: 50%;
        padding: 48px 30px 34px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: linear-gradient(150deg, #1a5075, #123a56);
        transform: translateX(100%);
        opacity: 0;
        transition: transform .62s cubic-bezier(.2, .75, .2, 1), opacity .3s ease;
        color: var(--white);
    }
    .ctm-instalacion__contenido:before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(128deg, transparent 0 34px, rgba(202, 226, 248, .11) 35px 36px, transparent 37px 68px);
        opacity: .55;
        pointer-events: none;
    }
    .ctm-instalacion:hover .ctm-instalacion__contenido, .ctm-instalacion.activa .ctm-instalacion__contenido {
        transform: none;
        opacity: 1;
    }
    .ctm-instalacion__icono, .ctm-instalacion h3, .ctm-instalacion p, .ctm-instalacion__enlace {
        position: relative;
        z-index: 1;
    }
    .ctm-instalacion__icono {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin-bottom: 25px;
        background: rgba(255, 255, 255, .9);
        border-color: rgba(255, 255, 255, .5);
        color: #93000b;
    }
    .ctm-instalacion:hover .ctm-instalacion__icono, .ctm-instalacion.activa .ctm-instalacion__icono {
        background: var(--white);
        border-color: var(--white);
        transform: translateY(-3px) rotate(-3deg);
        box-shadow: 0 8px 20px rgba(3, 38, 59, .18);
    }
    .ctm-instalacion h3 {
        margin-bottom: 13px;
        font-size: 26px;
    }
    .ctm-instalacion p {
        height: auto;
        opacity: 1;
        transform: none;
        font-size: 13px;
        line-height: 1.62;
    }
    .ctm-instalacion__enlace {
        margin-top: 20px;
        opacity: 1;
    }
}
@media (max-width: 760px) {
    .ctm-instalaciones {
        padding: 67px 0 74px;
    }
    .ctm-instalaciones__cabecera {
        align-items: start;
        margin-bottom: 29px;
    }
    .ctm-instalaciones__controles {
        display: none;
    }
    .ctm-instalaciones__ventana {
        width: calc(100% - 24px);
        margin-left: 24px;
        overflow: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .ctm-instalaciones__ventana::-webkit-scrollbar {
        display: none;
    }
    .ctm-instalaciones__pista {
        transform: none !important;
    }
    .ctm-instalacion {
        flex-basis: 82vw;
        height: 470px;
        scroll-snap-align: start;
    }
    .ctm-instalacion__contenido {
        transform: none;
    }
    .ctm-instalacion p, .ctm-instalacion__enlace {
        opacity: 1;
        transform: none;
    }
    .ctm-instalaciones__pie {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-instalacion, .ctm-instalacion__foto, .ctm-instalacion__contenido, .ctm-instalacion__icono, .ctm-instalacion p, .ctm-instalacion__enlace {
        transition: none !important;
    }
}
/* ===== CTM videos (club en movimiento) ===== */
.ctm-videos {
    position: relative;
    overflow: hidden;
    padding: 36px 0 96px;
    background: linear-gradient(180deg, var(--white) 0%, #f4f7f8 100%);
}
.ctm-videos:before {
    content: "";
    position: absolute;
    left: -130px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(26, 80, 117, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 44px rgba(26, 80, 117, .025), 0 0 0 88px rgba(26, 80, 117, .018);
}
.ctm-videos__cabecera {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
}
.ctm-videos__etiqueta {
    margin: 0 0 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color: #1a5075;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.ctm-videos__etiqueta:before {
    display: none;
}
.ctm-videos__intro {
    text-align: center;
}
.ctm-videos__controles {
    justify-content: center;
}
.ctm-videos__cabecera h2 {
    margin: 0;
    color: #302b2b;
    font: 600 clamp(38px, 4.4vw, 58px)/.95 var(--alt-font);
}
.ctm-videos__intro {
    max-width: 390px;
    margin: 0;
    color: #6d7b82;
    font-size: 14px;
    line-height: 1.7;
}
.ctm-videos__ventana {
    width: min(1240px, calc(100% - 48px));
    margin: auto;
    overflow: hidden;
}
.ctm-videos__pista {
    display: flex;
    gap: 20px;
    transition: transform .55s cubic-bezier(.2, .75, .2, 1);
}
.ctm-video {
    position: relative;
    flex: 0 0 calc((100% - 40px) / 3);
    aspect-ratio: 9 / 14.5;
    border-radius: 16px;
    overflow: hidden;
    background: #123a56;
    box-shadow: 0 18px 45px rgba(4, 40, 61, .14);
    isolation: isolate;
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease;
}
.ctm-video:hover {
    transform: translateY(-8px);
    box-shadow: 0 27px 60px rgba(4, 40, 61, .22);
}
.ctm-video__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    color: var(--white);
    text-align: left;
}
.ctm-video__poster:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 27, 42, .08) 30%, rgba(3, 27, 42, .82) 100%);
    transition: .4s;
}
.ctm-video__poster:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, transparent 45%, rgba(202, 226, 248, .16));
    opacity: 0;
    transition: .4s;
}
.ctm-video:hover .ctm-video__poster:before {
    background: linear-gradient(180deg, rgba(3, 27, 42, .03) 25%, rgba(3, 27, 42, .88) 100%);
}
.ctm-video:hover .ctm-video__poster:after {
    opacity: 1;
}
.ctm-video__numero {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 22px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}
.ctm-video__play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 45%;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(147, 0, 11, .88);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 30px rgba(65, 0, 5, .28);
    transition: .35s cubic-bezier(.2, .8, .2, 1);
}
.ctm-video__play svg {
    width: 23px;
    fill: var(--white);
    transform: translateX(2px);
}
.ctm-video:hover .ctm-video__play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ad0010;
    box-shadow: 0 16px 36px rgba(65, 0, 5, .38);
}
.ctm-video__ondas {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 45%;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ctmOnda 2.2s ease-out infinite;
}
.ctm-video__ondas:after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    animation: ctmOnda 2.2s .65s ease-out infinite;
}
@keyframes ctmOnda {
    0% {
        transform: scale(1);
        opacity: .75;
    }
    80%, 100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.ctm-video__texto {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
}
.ctm-video__texto small {
    display: block;
    margin-bottom: 8px;
    color: #cae2f8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.ctm-video__texto strong {
    display: block;
    font: 600 29px/1 var(--alt-font);
}
.ctm-video iframe {
    position: absolute;
    z-index: 5;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}
.ctm-videos__controles {
    display: flex;
    gap: 9px;
}
.ctm-videos__flecha {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(26, 80, 117, .22);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--white);
    color: #1a5075;
    cursor: pointer;
    transition: .25s;
}
.ctm-videos__flecha:hover {
    background: #1a5075;
    color: var(--white);
    transform: translateY(-2px);
}
.ctm-videos__flecha svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media (max-width: 760px) {
    .ctm-videos {
        padding: 65px 0 72px;
    }
    .ctm-videos__cabecera {
        display: block;
        margin-bottom: 28px;
    }
    .ctm-videos__intro {
        margin-top: 17px;
    }
    .ctm-videos__ventana {
        width: calc(100% - 24px);
        margin-left: 24px;
        overflow: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .ctm-videos__ventana::-webkit-scrollbar {
        display: none;
    }
    .ctm-videos__pista {
        transform: none !important;
    }
    .ctm-video {
        flex-basis: 78vw;
        scroll-snap-align: start;
    }
    .ctm-videos__controles {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-video, .ctm-video__poster:before, .ctm-video__poster:after, .ctm-video__play, .ctm-videos__flecha {
        transition: none !important;
    }
    .ctm-video__ondas, .ctm-video__ondas:after {
        animation: none !important;
    }
}
/* CTM activity cards: clamp description to 2 lines so cards stay level */
.ctm-activity-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ctm-activity-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.ctm-activity-arrow {
    background-color: #93000b;
    -webkit-box-shadow: 0 8px 20px rgba(147, 0, 11, 0.3);
    box-shadow: 0 8px 20px rgba(147, 0, 11, 0.3);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s ease, background-color 0.35s ease;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background-color 0.35s ease;
}
.services-box-style-01:hover .ctm-activity-arrow {
    background-color: #6e0008;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-box-shadow: 0 12px 28px rgba(147, 0, 11, 0.45);
    box-shadow: 0 12px 28px rgba(147, 0, 11, 0.45);
}
.ctm-activity-arrow-icon {
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-box-style-01:hover .ctm-activity-arrow-icon {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
/* CTM hero heading */
.ctm-hero-eyebrow-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #93000b;
    margin-right: 12px;
}
.ctm-hero-heading-accent {
    color: #cae2f8;
}
.ctm-hero-overlay {
    background: linear-gradient(180deg, rgba(18, 30, 40, 0.25) 0%, rgba(18, 30, 40, 0.55) 60%, rgba(18, 30, 40, 0.8) 100%);
}
/* CTM quick access icon circles */
.ctm-feature-icon-bg {
    background-color: #1a5075;
}
/* CTM brands carousel */
.ctm-brands {
    padding: 76px 0 64px;
    overflow: hidden;
    background: var(--white);
    border-block: 1px solid #e8edf0;
}
.ctm-brands__heading {
    max-width: 1280px;
    margin: 0 auto 42px;
    padding: 0 32px;
    text-align: center;
}
.ctm-brands__eyebrow {
    margin: 0 0 12px;
    color: #93000b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.ctm-brands__title {
    margin: 0;
    font-family: var(--alt-font);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: -.035em;
    color: #232323;
}
.ctm-brands__text {
    max-width: 610px;
    margin: 16px auto 0;
    color: #637580;
    font-size: 15px;
    line-height: 1.7;
}
.ctm-brands__viewport {
    position: relative;
    overflow: hidden;
}
.ctm-brands__viewport:before, .ctm-brands__viewport:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(12vw, 160px);
    z-index: 2;
    pointer-events: none;
}
.ctm-brands__viewport:before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
}
.ctm-brands__viewport:after {
    right: 0;
    background: linear-gradient(270deg, #fff, transparent);
}
.ctm-brands__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    padding: 18px 13px 28px;
    -webkit-animation: ctm-scroll 24s linear infinite;
    animation: ctm-scroll 24s linear infinite;
}
.ctm-brands__viewport:hover .ctm-brands__track {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.ctm-brand {
    width: 220px;
    height: 126px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid #e4e9ec;
    border-radius: 4px;
    background: #fafbfb;
    filter: grayscale(1);
    opacity: .52;
    transition: transform .42s ease, filter .42s ease, opacity .42s ease, background .42s ease, box-shadow .42s ease, border-color .42s ease;
}
.ctm-brand:hover {
    transform: translateY(-8px) scale(1.045);
    filter: grayscale(0);
    opacity: 1;
    background: var(--white);
    border-color: transparent;
    box-shadow: 0 18px 42px rgba(26, 80, 117, .18);
}
.ctm-brand__name {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -.05em;
    transition: color .42s ease;
}
.ctm-brand--wilson .ctm-brand__name {
    font-size: 35px;
    text-transform: lowercase;
}
.ctm-brand--wilson:hover .ctm-brand__name {
    color: #d71920;
}
.ctm-brand--antel .ctm-brand__name {
    font-size: 32px;
    letter-spacing: -.02em;
}
.ctm-brand--antel:hover .ctm-brand__name {
    color: #008bd2;
}
.ctm-brand--itau .ctm-brand__name {
    padding: 12px 14px;
    border-radius: 10px;
    background: #222;
    color: var(--white);
    font-size: 25px;
}
.ctm-brand--itau:hover .ctm-brand__name {
    background: #ec7000;
    color: #082f7a;
}
.ctm-brand--davis .ctm-brand__name {
    font: italic 700 25px Georgia, serif;
}
.ctm-brand--davis:hover .ctm-brand__name {
    color: #009b72;
}
.ctm-brand--atp .ctm-brand__name {
    font-size: 35px;
}
.ctm-brand--atp:hover .ctm-brand__name {
    color: #1261a0;
}
.ctm-brand small {
    display: block;
    margin-top: 7px;
    color: #778792;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
}
@-webkit-keyframes ctm-scroll {
    to { -webkit-transform: translateX(calc(-50% - 13px)); transform: translateX(calc(-50% - 13px)); }
}
@keyframes ctm-scroll {
    to { -webkit-transform: translateX(calc(-50% - 13px)); transform: translateX(calc(-50% - 13px)); }
}
@media (max-width: 700px) {
    .ctm-brands {
        padding: 58px 0 48px;
    }
    .ctm-brands__heading {
        margin-bottom: 28px;
        padding: 0 22px;
    }
    .ctm-brand {
        width: 172px;
        height: 105px;
    }
    .ctm-brands__track {
        gap: 14px;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-brands__track {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}/* CTM activities carousel (Encontrá la tuya) */
.ctm-actividades {
    padding: 90px 0 85px;
    overflow: hidden;
}
.ctm-actividades__encabezado {
    max-width: 1400px;
    margin: 0 auto 46px;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ctm-actividades__etiqueta {
    margin: 0 0 13px;
    color: #93000b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.ctm-actividades h2 {
    margin: 0;
    font: 600 clamp(38px, 5vw, 62px)/.95 var(--alt-font);
    letter-spacing: -.02em;
    color: #232323;
}
.ctm-actividades h2 em {
    color: #1a5075;
    font-style: normal;
    font-weight: 600;
}
.ctm-controles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 4px;
}
.ctm-controles button {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(26, 80, 117, .25);
    border-radius: 50%;
    background: transparent;
    color: #1a5075;
    font-size: 21px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.ctm-controles button:hover {
    background: #1a5075;
    color: var(--white);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.ctm-carrusel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 8px 5vw 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
}
.ctm-carrusel::-webkit-scrollbar {
    display: none;
}
.ctm-carrusel:active {
    cursor: grabbing;
}
.ctm-card {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(270px, 27vw, 370px);
    flex: 0 0 clamp(270px, 27vw, 370px);
    aspect-ratio: .76;
    overflow: hidden;
    border-radius: 5px;
    background: #1a5075;
    color: var(--white);
    scroll-snap-align: start;
    isolation: isolate;
    -webkit-box-shadow: 0 12px 30px rgba(3, 38, 59, .12);
    box-shadow: 0 12px 30px rgba(3, 38, 59, .12);
    -webkit-transition: transform .45s ease, box-shadow .45s ease;
    transition: transform .45s ease, box-shadow .45s ease;
}
.ctm-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 28px 55px rgba(3, 38, 59, .25);
    box-shadow: 0 28px 55px rgba(3, 38, 59, .25);
}
.ctm-card__foto {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -3;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.2, .7, .25, 1), filter .5s ease;
    transition: transform .8s cubic-bezier(.2, .7, .25, 1), filter .5s ease;
}
.ctm-card:hover .ctm-card__foto {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    filter: saturate(1.08);
}
.ctm-card__velo {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(180deg, rgba(18, 30, 40, .2) 0%, rgba(18, 30, 40, .1) 35%, rgba(18, 30, 40, .92) 86%, rgba(18, 30, 40, .98) 100%);
    -webkit-transition: background .45s ease;
    transition: background .45s ease;
}
.ctm-card:hover .ctm-card__velo {
    background: linear-gradient(180deg, rgba(18, 30, 40, .28), rgba(18, 30, 40, .22) 35%, rgba(18, 30, 40, .97) 84%);
}
.ctm-card__superior {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14px;
}
.ctm-card__numero {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    opacity: .7;
}
.ctm-card__categoria {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 99px;
    background: rgba(18, 30, 40, .4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ctm-card__contenido {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.ctm-card h3 {
    margin: 0;
    font: 600 clamp(28px, 3vw, 38px)/.95 var(--alt-font);
    letter-spacing: -.01em;
    color: var(--white);
}
.ctm-card h3:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 14px;
    background: #93000b;
    -webkit-transition: width .45s ease;
    transition: width .45s ease;
}
.ctm-card:hover h3:after {
    width: 52px;
}
.ctm-card__descripcion {
    max-height: 0;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.65;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: max-height .5s ease, margin .5s ease, opacity .4s ease, -webkit-transform .5s ease;
    transition: max-height .5s ease, margin .5s ease, opacity .4s ease, transform .5s ease;
}
.ctm-card:hover .ctm-card__descripcion {
    max-height: 80px;
    margin: 15px 0 20px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.ctm-card__enlace {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
}
.ctm-card__flecha {
    font-size: 15px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
}
.ctm-card__enlace:hover .ctm-card__flecha {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.ctm-progreso {
    max-width: 1400px;
    margin: 2px auto 0;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    color: #57717f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.ctm-progreso:after {
    content: "";
    width: 120px;
    height: 1px;
    background: rgba(26, 80, 117, .25);
}
@media (max-width: 800px) {
    .ctm-actividades {
        padding: 65px 0;
    }
    .ctm-actividades__encabezado {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
        padding: 0 22px;
    }
    .ctm-controles {
        display: none;
    }
    .ctm-carrusel {
        gap: 14px;
        padding: 5px 22px 28px;
    }
    .ctm-card {
        -ms-flex-preferred-size: 82vw;
        flex-basis: 82vw;
        max-width: 340px;
    }
    .ctm-card__descripcion {
        max-height: 80px;
        margin: 14px 0 18px;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .ctm-card h3:after {
        width: 45px;
    }
    .ctm-progreso {
        padding: 0 22px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-carrusel, .ctm-card, .ctm-card__foto, .ctm-card__velo, .ctm-card__descripcion, .ctm-card h3:after, .ctm-card__flecha {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
/* CTM quick access grid (Accesos rápidos) */
.ctm-accesos {
    position: relative;
    padding: 60px 0 40px;
    overflow: hidden;
}
.ctm-accesos__cabecera {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.ctm-accesos__etiqueta {
    margin: 0 0 13px;
    color: #93000b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.ctm-accesos h2 {
    margin: 0;
    font: 600 clamp(38px, 5vw, 58px)/.95 var(--alt-font);
    letter-spacing: -.02em;
    color: #232323;
}
.ctm-accesos h2 em {
    color: #1a5075;
    font-style: normal;
    font-weight: 600;
}
.ctm-accesos__intro {
    max-width: 430px;
    margin: 0 0 5px;
    color: #59707d;
    font-size: 15px;
    line-height: 1.75;
}
.ctm-accesos__grid {
    position: relative;
    max-width: 1400px;
    margin: auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.ctm-acceso {
    position: relative;
    min-height: 300px;
    padding: 29px 27px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(26, 80, 117, .12);
    border-radius: 5px;
    background: var(--white);
    color: #232323;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 30px rgba(3, 38, 59, .04);
    box-shadow: 0 10px 30px rgba(3, 38, 59, .04);
    -webkit-transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease, color .4s ease, background .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease, color .4s ease, background .4s ease;
}
.ctm-acceso:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    border-color: transparent;
    background: #1a5075;
    color: var(--white);
    -webkit-box-shadow: 0 24px 52px rgba(3, 38, 59, .2);
    box-shadow: 0 24px 52px rgba(3, 38, 59, .2);
}
.ctm-acceso--principal {
    background: #93000b;
    border-color: #93000b;
    color: var(--white);
}
.ctm-acceso--principal:hover {
    background: #b0000f;
    -webkit-box-shadow: 0 24px 52px rgba(147, 0, 11, .24);
    box-shadow: 0 24px 52px rgba(147, 0, 11, .24);
}
.ctm-acceso__arriba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.ctm-acceso__icono {
    width: 58px;
    height: 58px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(26, 80, 117, .07);
    color: #1a5075;
    -webkit-transition: background .4s ease, color .4s ease, -webkit-transform .45s ease;
    transition: background .4s ease, color .4s ease, transform .45s ease;
}
.ctm-acceso__icono svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ctm-acceso:hover .ctm-acceso__icono, .ctm-acceso--principal .ctm-acceso__icono {
    background: rgba(255, 255, 255, .14);
    color: var(--white);
}
.ctm-acceso:hover .ctm-acceso__icono {
    -webkit-transform: rotate(-7deg) scale(1.07);
    transform: rotate(-7deg) scale(1.07);
}
.ctm-acceso__numero {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    opacity: .45;
}
.ctm-acceso__contenido {
    margin-top: auto;
    padding-top: 52px;
}
.ctm-acceso h3 {
    margin: 0;
    font: 600 30px/1 var(--alt-font);
    letter-spacing: -.01em;
    color: inherit;
}
.ctm-acceso p {
    min-height: 48px;
    margin: 14px 0 25px;
    color: #59707d;
    font-size: 13px;
    line-height: 1.65;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.ctm-acceso:hover p, .ctm-acceso--principal p {
    color: rgba(255, 255, 255, .74);
}
.ctm-acceso__pie {
    padding-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(26, 80, 117, .12);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease;
}
.ctm-acceso:hover .ctm-acceso__pie, .ctm-acceso--principal .ctm-acceso__pie {
    border-color: rgba(255, 255, 255, .22);
}
.ctm-acceso__flecha {
    width: 34px;
    height: 34px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: -webkit-transform .35s ease, background .35s ease, color .35s ease;
    transition: transform .35s ease, background .35s ease, color .35s ease;
}
.ctm-acceso:hover .ctm-acceso__flecha {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    background: var(--white);
    color: #1a5075;
}
.ctm-acceso--principal:hover .ctm-acceso__flecha {
    color: #93000b;
}
@media (max-width: 1050px) {
    .ctm-accesos__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ctm-accesos__cabecera {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 22px;
    }
    .ctm-accesos__intro {
        max-width: 700px;
    }
}
@media (max-width: 620px) {
    .ctm-accesos {
        padding: 40px 0 30px;
    }
    .ctm-accesos__cabecera {
        margin-bottom: 31px;
    }
    .ctm-accesos h2 {
        font-size: 40px;
    }
    .ctm-accesos__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .ctm-acceso {
        min-height: 235px;
        padding: 24px;
    }
    .ctm-acceso__contenido {
        padding-top: 35px;
    }
    .ctm-acceso p {
        min-height: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-acceso, .ctm-acceso__icono, .ctm-acceso__flecha, .ctm-acceso__pie, .ctm-acceso p {
        transition: none !important;
    }
}
/* CTM footer */
.ctm-footer a, .ctm-accesibilidad-btn, .ctm-accesibilidad-panel a {
    color: inherit;
    text-decoration: none;
}
.ctm-footer {
    position: relative;
    overflow: hidden;
    background: #123a56;
}
.ctm-footer__principal {
    max-width: 1400px;
    margin: auto;
    padding: 48px 5vw 40px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1.35fr .7fr .85fr 1fr;
    gap: 40px;
}
.ctm-marca {
    max-width: 335px;
}
.ctm-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.ctm-logo__sigla {
    font: 600 49px/1 var(--alt-font);
    letter-spacing: -.05em;
    color: var(--white);
}
.ctm-logo__nombre {
    padding-left: 17px;
    border-left: 1px solid rgba(255, 255, 255, .42);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--white);
}
.ctm-marca p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.7;
}
.ctm-desde {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    color: #cae2f8;
    font: italic 600 18px var(--alt-font);
}
.ctm-desde:before {
    content: "";
    width: 34px;
    height: 1px;
    background: #b0000f;
}
.ctm-columna h3 {
    margin: 3px 0 16px;
    color: #cae2f8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.ctm-columna ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ctm-columna li + li {
    margin-top: 10px;
}
.ctm-columna a {
    position: relative;
    color: rgba(255, 255, 255, .67);
    font-size: 13px;
    -webkit-transition: color .3s ease, padding-left .3s ease;
    transition: color .3s ease, padding-left .3s ease;
}
.ctm-columna a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background: #b0000f;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}
.ctm-columna a:hover {
    padding-left: 17px;
    color: var(--white);
}
.ctm-columna a:hover:before {
    width: 10px;
}
.ctm-contacto {
    display: -ms-grid;
    display: grid;
    gap: 12px;
}
.ctm-contacto__item {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 13px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.ctm-contacto__icono {
    width: 36px;
    height: 36px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    color: #cae2f8;
}
.ctm-contacto__icono svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ctm-contacto small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .36);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.ctm-contacto span, .ctm-contacto a {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.55;
}
.ctm-footer__inferior {
    background: #0b2536;
}
.ctm-footer__inferior-inner {
    max-width: 1400px;
    min-height: 60px;
    margin: auto;
    padding: 14px 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ctm-legales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ctm-legales a:hover {
    color: var(--white);
}
.ctm-redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}
.ctm-redes > a {
    width: 38px;
    height: 38px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}
.ctm-redes > a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background: #93000b;
    border-color: #93000b;
    color: var(--white);
}
.ctm-whatsapp {
    color: #89d5a5 !important;
}
.ctm-whatsapp:hover {
    color: var(--white) !important;
}
/* CTM accessibility widget */
.ctm-accesibilidad-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #93000b;
    color: var(--white);
    -webkit-box-shadow: 0 12px 30px rgba(3, 38, 59, .28);
    box-shadow: 0 12px 30px rgba(3, 38, 59, .28);
    cursor: pointer;
    -webkit-transition: transform .3s ease, background .3s ease;
    transition: transform .3s ease, background .3s ease;
}
.ctm-accesibilidad-btn:hover {
    -webkit-transform: translateY(-4px) scale(1.04);
    transform: translateY(-4px) scale(1.04);
    background: #b0000f;
}
.ctm-accesibilidad-btn svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ctm-accesibilidad-panel {
    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 999;
    width: min(315px, calc(100vw - 32px));
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #123a56;
    color: var(--white);
    -webkit-box-shadow: 0 20px 55px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: .3s;
    transition: .3s;
}
.ctm-accesibilidad-panel.abierto {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
.ctm-accesibilidad-panel h3 {
    margin: 0 0 5px;
    font: 600 26px var(--alt-font);
    color: var(--white);
}
.ctm-accesibilidad-panel > p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.5;
}
.ctm-accesibilidad-opciones {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ctm-accesibilidad-opciones button {
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    color: var(--white);
    font: 600 10px Inter, sans-serif;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
}
.ctm-accesibilidad-opciones button:hover, .ctm-accesibilidad-opciones button[aria-pressed="true"] {
    background: var(--white);
    color: #123a56;
}
html.ctm-texto-grande {
    font-size: 112.5%;
}
html.ctm-enlaces a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
html.ctm-alto-contraste body, html.ctm-alto-contraste .ctm-footer, html.ctm-alto-contraste .ctm-footer__inferior, html.ctm-alto-contraste .ctm-accesibilidad-panel {
    background: #000 !important;
}
html.ctm-alto-contraste a, html.ctm-alto-contraste .ctm-columna h3, html.ctm-alto-contraste .ctm-contacto__icono {
    color: #ffeb3b !important;
}
html.ctm-alto-contraste p, html.ctm-alto-contraste span, html.ctm-alto-contraste small {
    color: var(--white) !important;
}
@media (max-width: 1050px) {
    .ctm-footer__principal {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 50px;
    }
    .ctm-marca {
        grid-column: 1 / -1;
        max-width: 550px;
    }
}
@media (max-width: 680px) {
    .ctm-footer__principal {
        padding: 55px 22px 50px;
        grid-template-columns: 1fr 1fr;
        gap: 45px 30px;
    }
    .ctm-marca {
        grid-column: 1 / -1;
    }
    .ctm-columna--contacto {
        grid-column: 1 / -1;
    }
    .ctm-footer__inferior-inner {
        padding: 26px 22px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ctm-legales {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .ctm-logo__sigla {
        font-size: 43px;
    }
    .ctm-accesibilidad-btn {
        right: 16px;
        bottom: 16px;
    }
    .ctm-accesibilidad-panel {
        right: 16px;
        bottom: 82px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ctm-footer *, .ctm-accesibilidad-btn, .ctm-accesibilidad-panel * {
        transition: none !important;
    }
}
