.elementor-23 .elementor-element.elementor-element-3bb64db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b6d3d87 */:root {
  --spf-black: #050607;
  --spf-black-soft: #0a0c0e;
  --spf-white: #ffffff;
  --spf-text: #f4f4f4;
  --spf-muted: #c2c5c9;
  --spf-line: rgba(255,255,255,.16);
  --spf-blue: #0768d9;
  --spf-blue-dark: #034fae;
}

.spf-footer,
.spf-footer * {
  box-sizing: border-box;
}

.spf-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--spf-text);
  background:
    radial-gradient(circle at 75% 10%, rgba(25,33,42,.28), transparent 36%),
    linear-gradient(135deg, var(--spf-black), var(--spf-black-soft));
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.spf-footer a {
  color: inherit;
  text-decoration: none;
}

.spf-footer__container {
  width: calc(100% - 40px);
  max-width: 1575px;
  margin-inline: auto;
}

/* DESKTOP */

.spf-footer__desktop {
  display: block;
}

.spf-footer__top {
  position: relative;
  min-height: 150px;
}

.spf-footer__top-inner {
  min-height: 150px;
  display: flex;
  align-items: stretch;
  position: relative;
}

.spf-footer__logo-panel {
  position: relative;
  flex: 0 0 385px;
  min-height: 150px;
  margin-left: -20px;
}

.spf-footer__logo-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 1px);
  width: 100vw;
  background: #fff;
}

.spf-footer__logo-panel-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.spf-footer__logo {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 85px 0 42px;
  color: #111;
}

.spf-footer__logo-symbol,
.spf-footer__mobile-logo .spf-footer__logo-symbol {
  position: relative;
  width: 60px;
  height: 48px;
  flex: 0 0 60px;
  font-size: 0;
}

.spf-footer__logo-symbol::before,
.spf-footer__logo-symbol::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 15px;
  background: linear-gradient(135deg, #398bff, var(--spf-blue) 55%, var(--spf-blue-dark));
  transform: skewX(-27deg);
  border-radius: 4px 2px;
}

.spf-footer__logo-symbol::before {
  top: 7px;
  left: 8px;
  box-shadow: -9px 14px 0 -3px var(--spf-blue);
}

.spf-footer__logo-symbol::after {
  right: 5px;
  bottom: 7px;
  transform: skewX(-27deg) rotate(180deg);
}

.spf-footer__logo-copy {
  display: flex;
  flex-direction: column;
  line-height: .87;
  white-space: nowrap;
}

.spf-footer__logo-copy strong {
  font-size: 25px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.8px;
}

.spf-footer__logo-copy small {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
}

.spf-footer__benefits {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  min-width: 0;
}

.spf-footer__benefit {
  min-height: 78px;
  padding: 0 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid var(--spf-line);
}

.spf-footer__benefit:first-child {
  border-left: 0;
}

.spf-footer__benefit svg {
  width: 29px;
  height: 29px;
  margin-bottom: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spf-footer__benefit strong {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.spf-footer__benefit span {
  color: var(--spf-muted);
  font-size: 11px;
  line-height: 1.35;
}

.spf-footer__main-grid {
  display: grid;
  grid-template-columns: 1.35fr .92fr .95fr .82fr 1.15fr;
  gap: 55px;
  padding-top: 28px;
  padding-bottom: 27px;
  border-top: 1px solid var(--spf-line);
}

.spf-footer__about {
  padding-right: 20px;
}

.spf-footer__about p {
  max-width: 255px;
  margin: 0 0 27px;
  color: #e1e2e4;
  font-size: 13px;
  line-height: 1.8;
}

.spf-footer__socials,
.spf-footer__mobile-socials {
  display: flex;
  align-items: center;
  gap: 27px;
}

.spf-footer__socials a,
.spf-footer__mobile-socials a {
  display: inline-flex;
  transition: opacity .2s ease, transform .2s ease;
}

.spf-footer__socials a:hover,
.spf-footer__mobile-socials a:hover {
  opacity: .72;
  transform: translateY(-2px);
}

.spf-footer__socials svg,
.spf-footer__mobile-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spf-footer__column h3,
.spf-footer__newsletter h3 {
  position: relative;
  margin: 0 0 21px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.spf-footer__column h3::after,
.spf-footer__newsletter h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--spf-blue);
}

.spf-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spf-footer__column li {
  margin: 0 0 11px;
}

.spf-footer__column a {
  color: #dedfe1;
  font-size: 13px;
  transition: color .2s ease;
}

.spf-footer__column a:hover {
  color: #fff;
}

.spf-footer__newsletter p {
  margin: 0 0 17px;
  color: #dedfe1;
  font-size: 13px;
  line-height: 1.65;
}

.spf-footer__newsletter-form {
  display: flex;
  width: 100%;
  height: 43px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(0,0,0,.14);
}

.spf-footer__newsletter-form input[type="email"] {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 14px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 13px;
}

.spf-footer__newsletter-form input::placeholder {
  color: #9fa3a8;
  opacity: 1;
}

.spf-footer__newsletter-form button {
  flex: 0 0 51px;
  width: 51px;
  height: 100%;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, var(--spf-blue), var(--spf-blue-dark)) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.spf-footer__newsletter-form button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spf-footer__privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 12px;
  color: #d1d3d5;
  font-size: 11px;
  line-height: 1.4;
}

.spf-footer__privacy input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--spf-blue);
}

.spf-footer__privacy a {
  text-decoration: underline;
}

.spf-footer__bottom-inner {
  min-height: 58px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid var(--spf-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.spf-footer__bottom p {
  margin: 0;
  color: #d5d7da;
  font-size: 12px;
}

.spf-footer__bottom nav {
  display: flex;
  align-items: center;
}

.spf-footer__bottom nav a {
  padding: 0 22px;
  color: #d5d7da;
  font-size: 12px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.spf-footer__bottom nav a:first-child {
  border-left: 0;
}

.spf-footer__bottom nav a:last-child {
  padding-right: 0;
}

/* MÓVIL */

.spf-footer__mobile {
  display: none;
}

.spf-footer__mobile-head {
  min-height: 65px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--spf-line);
}

.spf-footer__mobile-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spf-footer__mobile-logo .spf-footer__logo-symbol {
  width: 46px;
  height: 36px;
  flex-basis: 46px;
  transform: scale(.77);
  transform-origin: left center;
}

.spf-footer__mobile-logo .spf-footer__logo-copy strong {
  font-size: 20px;
}

.spf-footer__mobile-logo .spf-footer__logo-copy small {
  font-size: 9px;
}

.spf-footer__mobile-top-toggle {
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
}

.spf-footer__mobile-top-toggle svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .25s ease;
}

.spf-footer__mobile-top-toggle[aria-expanded="false"] svg {
  transform: rotate(180deg);
}

.spf-footer__mobile-body {
  overflow: hidden;
  max-height: 1500px;
  opacity: 1;
  transition: max-height .35s ease, opacity .25s ease;
}

.spf-footer__mobile-body.is-collapsed {
  max-height: 0;
  opacity: 0;
}

.spf-footer__mobile-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px 12px 20px;
  border-bottom: 1px solid var(--spf-line);
}

.spf-footer__mobile-benefits > div {
  min-width: 0;
  padding: 0 8px;
  text-align: center;
  border-left: 1px solid var(--spf-line);
}

.spf-footer__mobile-benefits > div:first-child {
  border-left: 0;
}

.spf-footer__mobile-benefits svg {
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spf-footer__mobile-benefits strong {
  display: block;
  font-size: 8px;
  line-height: 1.35;
  font-weight: 700;
}

.spf-footer__accordion {
  padding: 0 20px;
}

.spf-footer__accordion-item {
  border-bottom: 1px solid var(--spf-line);
}

.spf-footer__accordion-item > button {
  width: 100%;
  min-height: 45px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.spf-footer__accordion-item i {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.spf-footer__accordion-item i::before,
.spf-footer__accordion-item i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 13px;
  height: 1px;
  background: #fff;
  transition: transform .2s ease;
}

.spf-footer__accordion-item i::after {
  transform: rotate(90deg);
}

.spf-footer__accordion-item > button[aria-expanded="true"] i::after {
  transform: rotate(0deg);
}

.spf-footer__accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;

  transition:
    max-height .3s ease,
    opacity .2s ease,
    padding-bottom .3s ease;
}

.spf-footer__accordion-item.is-open .spf-footer__accordion-content {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px;
}

.spf-footer__accordion-content a {
  display: block;
  margin-bottom: 10px;
  color: #d5d7da;
  font-size: 12px;
}

.spf-footer__accordion-content p {
  margin: 3px 0 14px;
  color: #d5d7da;
  font-size: 12px;
  line-height: 1.55;
}

.spf-footer__accordion-content .spf-footer__privacy {
  margin-bottom: 2px;
}

.spf-footer__mobile-socials {
  justify-content: center;
  padding: 27px 20px 20px;
}

.spf-footer__mobile-copyright {
  padding: 0 20px 33px;
  color: #d7d9db;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
}

.spf-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1050px) {
  .spf-footer__main-grid {
    gap: 30px;
  }

  .spf-footer__logo-panel {
    flex-basis: 345px;
  }

  .spf-footer__benefit {
    padding-inline: 12px;
  }
}

@media (max-width: 800px) {
  .spf-footer__desktop {
    display: none;
  }

  .spf-footer__mobile {
    display: block;
  }
}/* End custom CSS */