/* =========================================================
   1.9.66 — FOOTER GLOBAL TESISACADEMY · ESTÁTICO EN ESCRITORIO
   Shortcode: [tesisacademy_footer]
   ========================================================= */
.ta-site-footer,
.ta-site-footer * {
  box-sizing: border-box;
}
.ta-site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  height: auto !important;
  min-height: 1px !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
  clip: auto !important;
  clip-path: none !important;
  pointer-events: auto !important;
  z-index: 1;
  --ta-footer-blue: #0d4fe2;
  --ta-footer-yellow: #ffc400;
  --ta-footer-line: rgba(255,255,255,.13);
  width: 100%;
  margin: 0;
  background: #050505;
  color: #fff;
  font-family: "proxima-nova", "Proxima Nova", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* 1.9.66 — Cuerpo tipográfico unificado con las páginas comerciales. */
.ta-site-footer p,
.ta-site-footer .ta-footer__brand p,
.ta-site-footer .ta-footer__links a,
.ta-site-footer .ta-footer__links span,
.ta-site-footer .ta-footer__bottom > p {
  font-family: "proxima-nova", "Proxima Nova", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
}
.ta-footer__shell {
  width: min(1680px, calc(100% - 64px));
  margin: 0 auto;
  padding: 22px 0 12px;
}
.ta-footer__main {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: clamp(40px, 4.5vw, 84px);
  align-items: start;
}
.ta-footer__brand { min-width: 0; }
.ta-footer__logo {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0 0 9px;
  text-decoration: none;
}
.ta-footer__logo-fallback {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(30px, 2.35vw, 37px);
  line-height: .96;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #fff;
  white-space: nowrap;
}
.ta-footer__logo-fallback span { color: #fff; }
.ta-footer__brand p {
  max-width: 315px;
  margin: 0;
  color: rgba(255,255,255,.69);
  font-family: "proxima-nova", "Proxima Nova", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0;
}
.ta-footer__menus {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 clamp(18px, 2vw, 34px);
  min-width: 0;
}
.ta-footer__group {
  min-width: 0;
  border-top: 1px solid var(--ta-footer-line);
  border-bottom: 0;
}
.ta-footer__group summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 31px;
  padding: 0 2px;
  color: #fff;
  font-family: Anton, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .018em;
  text-transform: uppercase;
}
.ta-footer__group summary::-webkit-details-marker { display: none; }
.ta-footer__group summary:focus-visible {
  outline: 2px solid var(--ta-footer-yellow);
  outline-offset: 3px;
}
.ta-footer__plus {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,.31);
  border-radius: 50%;
}
.ta-footer__plus::before,
.ta-footer__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 1.2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, opacity .2s ease;
}
.ta-footer__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.ta-footer__group[open] .ta-footer__plus::after { opacity: 0; }
.ta-footer__links {
  display: grid;
  gap: 0;
  padding: 0;
}
.ta-footer__links a,
.ta-footer__links span {
  display: block;
  min-width: 0;
  padding: 4px 2px;
  color: rgba(255,255,255,.68);
  font-family: "proxima-nova", "Proxima Nova", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.22;
  text-decoration: none;
  overflow-wrap: anywhere;
  border-top: 1px solid rgba(255,255,255,.07);
  transition: color .18s ease, transform .18s ease;
}
.ta-footer__links a:hover,
.ta-footer__links a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}
.ta-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid var(--ta-footer-line);
}
.ta-footer__bottom > p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-family: "proxima-nova", "Proxima Nova", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.25px;
  line-height: 1.3;
}
.ta-footer__social-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.ta-footer__social-wrap > span {
  color: rgba(255,255,255,.68);
  font-family: Anton, Impact, sans-serif;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.ta-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ta-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--ta-footer-blue);
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.ta-footer__socials a:hover,
.ta-footer__socials a:focus-visible {
  transform: translateY(-2px);
  background: #1b61f2;
  box-shadow: 0 7px 18px rgba(13,79,226,.25);
}
.ta-footer__socials svg {
  display: block;
  width: 15.5px;
  height: 15.5px;
  fill: currentColor;
}

/* Escritorio: los cuatro grupos son contenido estático, no acordeones. */
@media (min-width: 861px) {
  .ta-footer__group > .ta-footer__links {
    display: grid !important;
  }
  .ta-footer__group summary {
    cursor: default;
    pointer-events: none;
  }
  .ta-footer__plus {
    display: none !important;
  }
}

@media (max-width: 1180px) and (min-width: 861px) {
  .ta-footer__shell { width: calc(100% - 48px); }
  .ta-footer__main {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 32px;
  }
  .ta-footer__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }
}

@media (max-width: 860px) {
  .ta-footer__shell {
    width: min(calc(100% - 30px), 680px);
    padding: 22px 0 13px;
  }
  .ta-footer__main {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ta-footer__brand { text-align: center; }
  .ta-footer__logo {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
  .ta-footer__logo-fallback { font-size: clamp(28px, 9vw, 34px); }
  .ta-footer__brand p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.44;
  }
  .ta-footer__menus {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ta-footer__group {
    border-top-color: rgba(255,255,255,.16);
  }
  .ta-footer__group:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
  .ta-footer__group summary {
    min-height: 44px;
    font-size: 15.5px;
    cursor: pointer;
    user-select: none;
  }
  .ta-footer__links { padding: 0 0 8px; }
  .ta-footer__links a,
  .ta-footer__links span {
    font-size: 12px;
    padding: 6px 2px;
  }
  .ta-footer__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 13px;
    margin-top: 16px;
    padding-top: 12px;
    text-align: center;
  }
  .ta-footer__social-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .ta-footer__socials { justify-content: center; }
}

@media (max-width: 480px) {
  .ta-footer__shell {
    width: calc(100% - 24px);
    padding-top: 20px;
  }
  .ta-footer__logo-fallback { font-size: 30px; }
  .ta-footer__brand p {
    max-width: 330px;
    font-size: 11.5px;
    line-height: 1.42;
  }
  .ta-footer__group summary {
    min-height: 42px;
    font-size: 15px;
  }
  .ta-footer__social-wrap > span { font-size: 12.5px; }
  .ta-footer__socials a { width: 32px; height: 32px; }
  .ta-footer__socials svg { width: 15px; height: 15px; }
  .ta-footer__bottom > p { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ta-site-footer *, .ta-site-footer *::before, .ta-site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
