.tkm-footer {
  background: linear-gradient(135deg, #073a7b 0%, #002b62 48%, #001f4b 100%);
  color: #fff;
  overflow: hidden;
}

.tkm-footer .container {
  width: min(1180px, calc(100% - 56px));
  max-width: 1180px;
}

.tkm-footer-main {
  display: grid;
  grid-template-columns: 1.55fr .72fr .88fr .84fr 1.35fr;
  gap: 28px;
  padding: 30px 0 26px;
}

.tkm-footer-main > div + div {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 28px;
}

.tkm-footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.tkm-footer-logo {
  width: 62px;
  height: 76px;
  object-fit: contain;
  flex: 0 0 auto;
}

.tkm-footer-brand h3 {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.12;
  margin: 0 0 4px;
  color: #fff;
  letter-spacing: .2px;
}

.tkm-footer-brand p {
  margin: 0;
  color: #f4b425;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.tkm-footer-intro {
  max-width: 280px;
  margin: 24px 0 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.tkm-footer-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 300px;
}

.tkm-footer-values span {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  color: #fff;
}

.tkm-footer-values i {
  width: 44px;
  height: 44px;
  border: 1.6px solid #f4b425;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f4b425;
  font-size: 20px;
}

.tkm-footer-values b {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 500;
}

.tkm-footer h4 {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1;
  margin: 0 0 20px;
  color: #f4b425;
  text-transform: uppercase;
}

.tkm-footer h4:after {
  content: "";
  display: block;
  width: 26px;
  border-bottom: 3px solid #f4b425;
  margin-top: 11px;
}

.tkm-footer-col a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
}

.tkm-footer-col:not(.tkm-footer-academics):not(.tkm-footer-useful) a {
  padding-left: 18px;
}

.tkm-footer-col:not(.tkm-footer-academics):not(.tkm-footer-useful) a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f4b425;
}

.tkm-footer-col a i {
  width: 17px;
  color: #f4b425;
  font-size: 15px;
  text-align: center;
  flex: 0 0 auto;
}

.tkm-footer-contact p {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin: 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.tkm-footer-contact i {
  color: #f4b425;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}

.tkm-newsletter {
  border-top: 1px solid rgba(255, 255, 255, .22);
  margin-top: 16px;
  padding-top: 18px;
}

.tkm-newsletter h4 {
  margin-bottom: 10px;
}

.tkm-newsletter p {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
}

.tkm-newsletter form {
  display: grid;
  grid-template-columns: 1fr 52px;
  height: 36px;
}

.tkm-newsletter input {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .26);
  border-right: 0;
  background: rgba(0, 24, 62, .28);
  color: #fff;
  border-radius: 6px 0 0 6px;
  padding: 0 14px;
  font: 12px var(--sans);
  outline: 0;
}

.tkm-newsletter input::placeholder {
  color: #b9c8dd;
}

.tkm-newsletter button {
  border: 0;
  background: #f4a90e;
  color: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 18px;
  cursor: pointer;
}

.tkm-footer-middle {
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.tkm-follow {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tkm-follow strong {
  text-transform: uppercase;
  color: #f4b425;
  font-size: 15px;
}

.tkm-follow span {
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, .45);
}

.tkm-follow a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
}

.tkm-follow .facebook {
  background: #1877f2;
}

.tkm-follow .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.tkm-follow .youtube {
  background: #e62117;
}

.tkm-follow .linkedin {
  background: #1f78a8;
}

.tkm-footer-badge {
  border: 1px solid #f4b425;
  border-radius: 5px;
  height: 42px;
  min-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.tkm-footer-badge i {
  color: #f4b425;
  font-size: 22px;
}

.tkm-footer .tkm-whatsapp {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin: 0;
}

.tkm-footer .tkm-whatsapp > i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #27d366;
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 0 0 4px rgba(39, 211, 102, .14);
}

.tkm-footer .tkm-whatsapp span {
  display: grid;
  line-height: 1.25;
}

.tkm-footer .tkm-whatsapp b {
  font-size: 14px;
}

.tkm-footer .tkm-whatsapp small {
  font-size: 14px;
  color: #bcd1ea;
}

.tkm-footer-bottom {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.tkm-footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.tkm-footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.tkm-footer-bottom a {
  display: block;
  min-width: 170px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, .38);
}

.tkm-footer-bottom a:last-child {
  border-right: 1px solid rgba(255, 255, 255, .38);
}

@media (max-width: 1100px) {
  .tkm-footer-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tkm-footer-main > div + div {
    border-left: 0;
    padding-left: 0;
  }

  .tkm-footer-middle {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px 0;
  }

  .tkm-footer-badge {
    min-width: 0;
    width: 100%;
  }

  .tkm-footer .tkm-whatsapp {
    justify-self: start;
  }

  .tkm-footer-bottom {
    grid-template-columns: 1fr;
  }

  .tkm-footer-bottom nav {
    width: 100%;
    justify-content: space-between;
  }

  .tkm-footer-bottom a {
    min-width: 0;
    flex: 1;
  }
}

@media (max-width: 760px) {
  .tkm-footer .container {
    width: calc(100% - 32px);
  }

  .tkm-footer-main {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .tkm-footer-values {
    grid-template-columns: repeat(2, 1fr);
    max-width: 260px;
  }

  .tkm-footer-bottom nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tkm-footer-bottom a {
    border: 0 !important;
    text-align: left;
  }

  .tkm-follow {
    flex-wrap: wrap;
  }

  .tkm-footer-badge {
    height: auto;
    min-height: 42px;
    padding: 9px 12px;
    text-align: center;
  }

  .tkm-footer-brand h3 {
    font-size: 18px;
  }
}
