/* Import variables */
/* Links colors */
/* states cta */
/* notifications */
/* perfilador */
/* rever */
/* Border colors */
/* margins & widh */
/* media queries - breakpoints */
/* Import mixins */
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.footer {
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sp-footer {
  background-color: #222222;
  color: #ffffff;
  visibility: visible !important;
}
.sp-footer .sp-container {
  display: flex;
  flex-direction: row;
}
.sp-footer__superlinhaTitle {
  padding-bottom: 24px;
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: white;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.sp-footer__superlinhaTitle::before {
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 8px;
}
.sp-footer--apps {
  padding: 32px 0;
}
.sp-footer--apps .sp-container,
.sp-footer--apps .sp-containerLarge {
  display: flex;
  justify-content: space-between;
}
.sp-footer--apps--listing {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.sp-footer--apps--listing--listitem {
  padding-right: 48px;
}
.sp-footer--apps--listing--listitem--link {
  position: relative;
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-left: 32px;
}
.sp-footer--apps--listing--listitem--link::before {
  position: absolute;
  font-size: 1.5rem;
  top: -12px;
  left: 0;
}
.sp-footer--apps--listing--title {
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-right: 16px;
}
.sp-footer--apps--listing--media {
  display: flex;
  justify-content: space-between;
  list-style: none;
  text-align: left;
}
.sp-footer--apps--listing--media--listitem--link {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}
.sp-footer--apps--listing--media--listitem--link::before {
  color: #222222;
  font-size: 1.125rem;
  margin: 0 auto;
}
.sp-footer--apps--listing--media--listitem--seo {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: flex;
  justify-content: center;
}
.sp-footer--sitemap .sp-container,
.sp-footer--sitemap .sp-containerLarge {
  display: flex;
  padding-bottom: 32px;
}
.sp-footer--sitemap .sp-container::after,
.sp-footer--sitemap .sp-containerLarge::after {
  content: '';
  position: absolute;
  width: calc(100% - 20px * 2);
  height: 1px;
  background: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sp-footer--sitemap .sp-container::after,
  .sp-footer--sitemap .sp-containerLarge::after {
    left: 0;
    margin: 0 20px;
  }
}
.sp-footer--sitemap .sp-containerLarge {
  justify-content: space-between;
}
.sp-footer--sitemap--contacts {
  margin-left: auto;
}
.sp-footer--sitemap--contacts--notMargin {
  margin-left: unset;
}
.sp-footer--sitemap--tab {
  width: 220px;
  margin-right: 48px;
  padding-top: 32px;
}
.sp-footer--sitemap--tab:last-child {
  margin-right: 0;
}
.sp-footer--sitemap--tab--heading {
  font-family: SantanderMicroText, Arial;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 16px;
}
.sp-footer--sitemap--tab--listitem {
  list-style: none;
  padding: 0;
}
.sp-footer--sitemap--tab--listitem--item {
  padding-bottom: 8px;
}
.sp-footer--sitemap--tab--listitem--item--link {
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.sp-footer--sitemap--tab--listitem--item--link span {
  font-size: 1.125rem;
  font-weight: normal;
  padding-left: 32px;
}
.sp-footer--sitemap--tab--listitem--item--link.contacts {
  position: relative;
  padding-left: 32px;
  margin-bottom: 3px;
  line-height: 1.8;
  flex-direction: column;
  align-items: unset;
}
.sp-footer--sitemap--tab--listitem--item--link.contacts::before {
  position: absolute;
  font-size: 1.5rem;
  top: -12px;
  left: 0;
}
.sp-footer--sitemap--tab--listitem--item--link-noLink {
  cursor: pointer;
}
.sp-footer--accesses .sp-container,
.sp-footer--accesses .sp-containerLarge {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.sp-footer--accesses .sp-container::before,
.sp-footer--accesses .sp-containerLarge::before {
  content: '';
  position: absolute;
  width: calc(100% - 20px * 2);
  height: 1px;
  background: #ffffff;
}
.sp-footer--accesses--block {
  position: relative;
  width: auto;
  min-width: fit-content;
  display: flex;
  align-items: center;
}
.sp-footer--accesses--block--span {
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 32px;
}
.sp-footer--accesses--block--span:before {
  position: absolute;
  font-size: 1.5rem;
  top: 16px;
  left: 0;
}
.sp-footer--accesses--listing {
  justify-content: flex-start;
}
.sp-footer--accesses--listing--listitem {
  padding: 0 16px;
}
.sp-footer--accesses.active .sp-footer--accesses--listing {
  height: auto;
  max-height: 500px;
  transition: all 0.45s ease-in-out;
}
.sp-footer--accesses.active .sp-footer--accesses--block--span::after {
  transform: rotate(180deg);
  transition: all 0.15s ease-in-out;
}
.sp-footer--accesses,
.sp-footer--copyright {
  min-height: 69px;
  height: 69px;
  max-height: 69px;
  display: flex;
  align-items: center;
}
.sp-footer--accesses--listing,
.sp-footer--copyright--listing {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.sp-footer--accesses--listing--listitem,
.sp-footer--copyright--listing--listitem {
  padding-right: 19px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sp-footer--accesses--listing--listitem,
  .sp-footer--copyright--listing--listitem {
    white-space: normal;
  }
}
.sp-footer--accesses--listing--listitem:last-child,
.sp-footer--copyright--listing--listitem:last-child {
  padding-right: 0;
}
.sp-footer--accesses--listing--listitem--link,
.sp-footer--copyright--listing--listitem--link {
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}
.sp-footer--accesses--listing--listitem--info,
.sp-footer--copyright--listing--listitem--info {
  position: relative;
  font-family: SantanderMicroText, Arial;
  font-size: 0.875rem;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}
.sp-footer--accesses--listing--listitem--info .icon,
.sp-footer--copyright--listing--listitem--info .icon {
  padding-left: 32px;
}
.sp-footer--accesses--listing--listitem--info .icon:before,
.sp-footer--copyright--listing--listitem--info .icon:before {
  content: '\e893';
  font-family: SantanderIconsFunctional;
  position: absolute;
  font-size: 1.5rem;
  left: 0;
}
.sp-footer--copyright {
  background-color: #444444;
}
.sp-footer--copyright .sp-container,
.sp-footer--copyright .sp-containerLarge {
  width: 100%;
}
.sp-footer--copyright--listing {
  flex-wrap: wrap;
}
.sp-footer--copyright--listing--listitem:last-child .sp-link-inverted {
  font-weight: lighter;
}
.sp-footer .sp-mobile {
  display: none;
}
@media (max-width: 767px) {
  .sp-footer .sp-container,
  .sp-footer .sp-containerLarge {
    display: block;
  }
  .sp-footer--sitemap {
    padding-top: 48px;
  }
  .sp-footer--sitemap .sp-container,
  .sp-footer--sitemap .sp-containerLarge {
    display: block;
  }
  .sp-footer--sitemap .sp-container::after,
  .sp-footer--sitemap .sp-containerLarge::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: #ffffff;
  }
  .sp-footer--sitemap--tab {
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
  .sp-footer--sitemap--tab::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: #ffffff;
  }
  .sp-footer--sitemap--tab:first-child::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: #ffffff;
  }
  .sp-footer--sitemap--tab:last-child {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
  }
  .sp-footer--sitemap--tab--heading {
    position: relative;
    display: block;
    font-family: SantanderMicroText, Arial;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
  }
  .sp-footer--sitemap--tab--heading::after {
    content: '\e810';
    font-family: SantanderIconsSystem;
    position: absolute;
    font-size: 1.75rem;
    right: 0;
    top: 8px;
    transition: all 0.15s ease-in-out;
  }
  .sp-footer--sitemap--tab--listitem {
    height: 0;
    max-height: 0;
    overflow: hidden;
    padding-left: 16px;
    transition: all 0.45s ease-in-out;
  }
  .sp-footer--sitemap--tab--listitem--item {
    font-family: SantanderMicroText, Arial;
    font-size: 1rem;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sp-footer--sitemap--tab--listitem--item--link {
    font-family: SantanderMicroText, Arial;
    font-size: 1rem;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .sp-footer--sitemap--tab--listitem--item:last-child {
    margin-bottom: 16px;
  }
  .sp-footer--sitemap--tab.active .sp-footer--sitemap--tab--listitem {
    height: auto;
    max-height: 500px;
    transition: all 0.45s ease-in-out;
  }
  .sp-footer--sitemap--tab.active .sp-footer--sitemap--tab--heading::after {
    transform: rotate(180deg);
    transition: all 0.15s ease-in-out;
  }
  .sp-footer--apps {
    display: none;
  }
  .sp-footer .sp-mobile {
    display: block;
  }
  .sp-footer .sp-mobile .sp-footer--apps {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sp-footer .sp-mobile .sp-footer--apps .sp-container,
  .sp-footer .sp-mobile .sp-footer--apps .sp-containerLarge {
    display: block;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing {
    display: block;
    padding-bottom: 48px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--listitem {
    padding-top: 32px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--listitem:last-child {
    padding-bottom: 0;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--listitem--link {
    font-size: 1.125rem;
    padding-left: 40px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--listitem--link::before {
    font-size: 2rem;
    top: -16px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--title {
    font-family: SantanderMicroText, Arial;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding-bottom: 24px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--media {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--media--listitem {
    margin-right: 46px;
    margin-bottom: 32px;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--media--listitem--link {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing--media--listitem--link::before {
    font-size: 1.875rem;
  }
  .sp-footer .sp-mobile .sp-footer--apps--listing.media {
    display: block;
    padding-bottom: 0;
  }
  .sp-footer--accesses .sp-container,
  .sp-footer--accesses .sp-containerLarge {
    position: relative;
    display: block;
    height: auto;
    width: auto;
  }
  .sp-footer--accesses .sp-container::before,
  .sp-footer--accesses .sp-containerLarge::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: #ffffff;
    top: 0;
  }
  .sp-footer--accesses .sp-container::after,
  .sp-footer--accesses .sp-containerLarge::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px * 2);
    height: 1px;
    background: #ffffff;
    bottom: 0;
  }
  .sp-footer--accesses .sp-container.active .sp-footer--accesses--block::after,
  .sp-footer--accesses .sp-containerLarge.active .sp-footer--accesses--block::after {
    transform: rotate(180deg);
    transition: all 0.15s ease-in-out;
  }
  .sp-footer--accesses .sp-container.active .sp-footer--accesses--listing,
  .sp-footer--accesses .sp-containerLarge.active .sp-footer--accesses--listing {
    height: auto;
    max-height: 500px;
    transition: all 0.45s ease-in-out;
  }
  .sp-footer--accesses .sp-container.active .sp-footer--accesses--listing--listitem,
  .sp-footer--accesses .sp-containerLarge.active .sp-footer--accesses--listing--listitem {
    padding-left: 16px;
  }
  .sp-footer--accesses .sp-container.active .sp-footer--accesses--listing--listitem--link,
  .sp-footer--accesses .sp-containerLarge.active .sp-footer--accesses--listing--listitem--link {
    font-family: SantanderMicroText, Arial;
    font-size: 1rem;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .sp-footer--accesses .sp-container.active .sp-footer--accesses--listing--listitem--link:last-child,
  .sp-footer--accesses .sp-containerLarge.active .sp-footer--accesses--listing--listitem--link:last-child {
    margin-bottom: 16px;
  }
  .sp-footer--accesses--block {
    display: block;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
  }
  .sp-footer--accesses--block::after {
    content: '\e810';
    font-family: SantanderIconsSystem;
    position: absolute;
    font-size: 1.75rem;
    right: 0;
    top: 14px;
    transition: all 0.15s ease-in-out;
  }
  .sp-footer--accesses--block--span {
    font-family: SantanderMicroText, Arial;
    font-size: 1.125rem;
    font-weight: lighter;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 32px;
    padding-right: 16px;
  }
  .sp-footer--accesses--block--span:before {
    top: 10px;
  }
  .sp-footer--accesses--listing {
    justify-content: none;
    transition: all 0.45s ease-in-out;
    height: 0;
    max-height: 0;
    overflow: hidden;
  }
  .sp-footer--accesses,
  .sp-footer--copyright {
    min-height: auto;
    height: auto;
    max-height: fit-content;
    display: block;
    align-items: left;
  }
  .sp-footer--accesses--listing,
  .sp-footer--copyright--listing {
    display: block;
    align-items: left;
  }
  .sp-footer--accesses--listing--listitem,
  .sp-footer--copyright--listing--listitem {
    padding: 8px 0;
  }
  .sp-footer--accesses--listing--listitem:last-child,
  .sp-footer--copyright--listing--listitem:last-child {
    padding-bottom: 32px;
  }
  .sp-footer--copyright {
    background-color: #222222;
  }
  .sp-footer--copyright--listing {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .sp-footer--copyright--listing--listitem {
    position: relative;
    margin-right: 16px;
    padding: 0;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .sp-footer--copyright--listing--listitem .sp-link-inverted {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .sp-footer--copyright--listing--listitem:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #ffffff;
  }
  .sp-footer--copyright--listing--listitem:first-child::after {
    display: none;
  }
  .sp-footer--copyright--listing--listitem:first-child:nth-child(1) {
    order: 1;
  }
  .sp-footer--copyright--listing--listitem:last-child {
    padding-bottom: 16px;
  }
  .sp-footer--copyright--listing--listitem:last-child::after {
    display: none;
  }
}
