﻿/* Preserve the original footer background and content. */
:is(#fullpage, #contenido) .home-footer {
  position: relative;
  overflow: hidden;
  background: #0a3046;
  color: #fff;
  border-top: 4px solid #1a9bf1;
}
:is(#fullpage, #contenido) .home-footer:before {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 30px solid rgba(255,255,255,.025);
  border-radius: 50%;
  pointer-events: none;
}
:is(#fullpage, #contenido) .home-footer .footer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px 24px 22px;
  background: transparent;
}
:is(#fullpage, #contenido) .home-footer .footer > .item { width: 100%; min-width: 0; padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__schedule,
:is(#fullpage, #contenido) .home-footer .footer__description,
:is(#fullpage, #contenido) .home-footer .footer__logo,
:is(#fullpage, #contenido) .home-footer .socials { padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__description { margin-bottom: 20px; }
:is(#fullpage, #contenido) .home-footer .footer-column > p,
:is(#fullpage, #contenido) .home-footer .footer__schedule > p:first-child,
:is(#fullpage, #contenido) .home-footer .footer__description > p:first-child,
:is(#fullpage, #contenido) .home-footer .footer__info > p:first-child,
:is(#fullpage, #contenido) .home-footer .socials > p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
:is(#fullpage, #contenido) .home-footer strong:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: #1a9bf1;
}
:is(#fullpage, #contenido) .home-footer .footer-column:nth-child(2) strong:after { background: #ff5722; }
:is(#fullpage, #contenido) .home-footer .footer-column:nth-child(3) strong:after { background: #be4579; }
:is(#fullpage, #contenido) .home-footer .footer__schedule__hour {
  margin: 6px 0;
  color: #cfdee7;
  font-size: .9rem;
  line-height: 1.5;
}
:is(#fullpage, #contenido) .home-footer .footer__schedule__hour:nth-child(2),
:is(#fullpage, #contenido) .home-footer .footer__schedule__hour:nth-child(5) { margin-top: 14px; color: #fff; font-weight: bold; }
:is(#fullpage, #contenido) .home-footer .socials { margin-top: 24px; }
:is(#fullpage, #contenido) .home-footer .footer__links { margin: 0; padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__item { padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 0;
  color: #cfdee7;
  font-size: .9rem;
  line-height: 1.4;
  transition: color .2s;
}
:is(#fullpage, #contenido) .home-footer .footer__link:before { content: '\203A'; color: #4cb7ff; font-size: 1.1rem; }
:is(#fullpage, #contenido) .home-footer .footer__link:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
:is(#fullpage, #contenido) .home-footer .footer__socials { flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__socials__item {
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  line-height: 1;
}
:is(#fullpage, #contenido) .home-footer .footer__socials__link { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: inherit; }
:is(#fullpage, #contenido) .home-footer .footer__socials__item svg { width: 18px; height: 18px; }
:is(#fullpage, #contenido) .home-footer .footer__socials__item svg path { fill: #fff; }
:is(#fullpage, #contenido) .home-footer .footer__socials__item:hover { background: #147fca; border-color: #4cb7ff; }
:is(#fullpage, #contenido) .home-footer .footer__img--cambridge {
  display: inline-block;
  width: 170px;
  max-width: 100%;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
}
:is(#fullpage, #contenido) .home-footer .footer__info { padding: 0; line-height: 1.6; }
:is(#fullpage, #contenido) .home-footer .footer__info p { margin: 10px 0; overflow-wrap: anywhere; font-size: .9rem; color: #cfdee7; }
:is(#fullpage, #contenido) .home-footer .footer__info__icon { font-size: 1rem; padding-right: 8px; color: #4cb7ff; }
:is(#fullpage, #contenido) .home-footer .footer__logo__img { margin-top: 20px; padding: 12px; background: #fff; border-radius: 14px 4px 14px 4px; }
:is(#fullpage, #contenido) .home-footer .footer__logo__img img { display: block; width: 100%; max-width: 230px; height: auto; margin: auto; }
:is(#fullpage, #contenido) .home-footer .footer__marker { margin-top: 14px; text-align: left; }
:is(#fullpage, #contenido) .home-footer .footer__marker p { display: flex; align-items: center; gap: 10px; margin: 0; font-size: .9rem; line-height: 1.5; }
:is(#fullpage, #contenido) .home-footer .footer__marker br { display: none; }
:is(#fullpage, #contenido) .home-footer .footer__marker__icon { display: inline-flex; flex: 0 0 22px; padding: 0; }
:is(#fullpage, #contenido) .home-footer .footer__marker__icon svg { width: 22px; height: 26px; }
:is(#fullpage, #contenido) .home-footer .footer > .footer-languages {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
}
:is(#fullpage, #contenido) .home-footer .icon__language { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #fff; font-size: .8rem; }
:is(#fullpage, #contenido) .home-footer .icon__language svg { width: 24px; height: 18px; }
:is(#fullpage, #contenido) .home-footer .icon__language:hover,
:is(#fullpage, #contenido) .home-footer .icon__language[aria-current="true"] { background: rgba(26,155,241,.18); border-color: #4cb7ff; text-decoration: none; }
:is(#fullpage, #contenido) .home-footer .footer-copyright { grid-column: 1 / -1; margin-top: -16px; text-align: center; }
:is(#fullpage, #contenido) .home-footer .footer__logo__copy { color: #a8c0cf; font-size: .8rem; line-height: 1.5; }
:is(#fullpage, #contenido) .home-footer a:focus-visible { outline: 2px solid #4cb7ff; outline-offset: 4px; }
@media screen and (max-width: 1023px) {
  :is(#fullpage, #contenido) .home-footer .footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 639px) {
  :is(#fullpage, #contenido) .home-footer .footer { grid-template-columns: minmax(0, 1fr); padding: 30px 22px 20px; gap: 24px; }
  :is(#fullpage, #contenido) .home-footer .footer-column + .footer-column { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
  :is(#fullpage, #contenido) .home-footer .footer__logo__img { max-width: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(#fullpage, #contenido) .home-footer a,
  :is(#fullpage, #contenido) .home-footer .footer__socials__item { transition: none; }
}
