.aab-footer-scope,
.aab-footer-scope * {
  box-sizing: border-box;
}

.aab-footer-scope {
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
}

.aab-footer-scope .section.footer {
  position: relative;
  padding: 38px 0 28px;
  color: #fff;
  background: rgba(2, 19, 43, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.aab-footer-scope .container {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
}

.aab-footer-scope .row-footer-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
}

.aab-footer-scope .column-footer {
  min-width: 130px;
}

.aab-footer-scope .column-footer:last-of-type:not(.logo-foot-movil) {
  min-width: 285px;
}

.aab-footer-scope h4 {
  margin: 0 0 14px;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
}

.aab-footer-scope ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aab-footer-scope .column-footer li {
  margin-bottom: 12px;
}

.aab-footer-scope p {
  margin: 0 0 12px;
  color: #d7d7d7;
}

.aab-footer-scope a {
  color: #d7d7d7;
  text-decoration: none;
  transition: color 0.2s ease;
}

.aab-footer-scope a:hover,
.aab-footer-scope a:focus-visible {
  color: #b5152b;
}

.aab-footer-scope .spacer-foot,
.aab-footer-scope .spacer-foot2 {
  visibility: hidden;
  margin: 0 0 17px;
  line-height: 27px;
}

.aab-footer-scope .logo-foot-web {
  display: inline-block;
  margin-top: 2px;
}

.aab-footer-scope img {
  display: block;
  max-width: 100%;
  height: auto;
}

.aab-footer-scope .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
}

.aab-footer-scope .row-footer-flex .social-links a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.aab-footer-scope .footer-legal {
  position: relative;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}

.aab-footer-scope .copyright {
  line-height: 1.7;
}

.aab-footer-scope .copyright a {
  font-weight: 600;
}

.aab-footer-scope .logo-foot-movil {
  display: none;
}

@media (max-width: 900px) {
  .aab-footer-scope .row-footer-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .aab-footer-scope .column-footer {
    width: calc(50% - 19px);
  }

  .aab-footer-scope .column-footer:last-of-type:not(.logo-foot-movil) {
    min-width: 0;
  }

  .aab-footer-scope .logo-foot-web {
    display: none;
  }

  .aab-footer-scope .logo-foot-movil {
    display: block;
  }
}

@media (max-width: 520px) {
  .aab-footer-scope .section.footer {
    padding-top: 32px;
  }

  .aab-footer-scope .container {
    width: min(100% - 32px, 1170px);
  }

  .aab-footer-scope .row-footer-flex {
    gap: 24px;
  }

  .aab-footer-scope .column-footer {
    width: 100%;
  }

  .aab-footer-scope .spacer-foot,
  .aab-footer-scope .spacer-foot2 {
    display: none;
  }
}
