@font-face {
  font-family: "Google Font";
  src: url("https://www.webble.es/wp-content/uploads/2026/08/GoogleSans-webble-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.elementor-location-footer,
#colophon.site-footer {
  display: none !important;
}

body .elementor-location-header,
body [data-elementor-type="header"],
body .pvnav,
body .pvfoot,
body [data-elementor-type="popup"][data-elementor-id="6071"],
body .elementor-popup-modal[data-elementor-id="6071"],
body .elementor-location-popup[data-elementor-id="6071"],
body .elementor-element-6071,
body .elementor-element[data-id="6071"],
body [class*="elementor-6071"],
body [id*="elementor-popup-modal-6071"],
body [class*="legacy-menu"],
body [class*="old-menu"],
body [class*="menu-antiguo"],
body [class*="floating-menu"],
body [class*="menu-flotante"],
body [class*="side-menu"],
body [class*="vertical-menu"],
body [id*="legacy-menu"],
body [id*="old-menu"],
body [id*="menu-antiguo"],
body [id*="floating-menu"],
body [id*="menu-flotante"],
body [id*="side-menu"],
body [id*="vertical-menu"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html,
body,
body * {
  cursor: auto !important;
}

a,
button,
[role="button"],
summary,
input[type="button"],
input[type="submit"] {
  cursor: pointer !important;
}

body .cursor,
body .cursor-dot,
body .cursor-circle,
body .cursor-follower,
body .mouse-cursor,
body .mouse-dot,
body .mouse-circle,
body .pointer-dot,
body .pointer-circle,
body [class*="custom-cursor"],
body [class*="cursor-follower"],
body [class*="mouse-follower"],
body [class*="cursor__"],
body [id*="custom-cursor"],
body [id*="cursor-follower"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body #elementor-popup-modal-2215.elementor-popup-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#webble-global-footer {
  --wbf-bg: #020e27;
  --wbf-panel: rgba(4, 17, 42, .6);
  --wbf-line: rgba(185, 198, 220, .32);
  --wbf-text: #f8fafc;
  --wbf-muted: #aeb8c9;
  --wbf-blue: #2f7fee;
  --wbf-blue-hover: #216edb;
  --wbf-input: #18243b;
  display: block !important;
  width: 100%;
  color: var(--wbf-text);
  background: var(--wbf-bg);
  font-family: "Google Font", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#webble-global-footer,
#webble-global-footer * {
  box-sizing: border-box;
}

#webble-global-footer a {
  color: inherit;
  text-decoration: none;
}

#webble-global-footer .wbf__inner {
  width: min(calc(100% - 72px), 1120px);
  margin: 0 auto;
  padding: 52px 0 28px;
}

#webble-global-footer .wbf__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 72px;
}

#webble-global-footer .wbf__row + .wbf__row {
  margin-top: 24px;
}

#webble-global-footer .wbf__left,
#webble-global-footer .wbf__right {
  min-width: 0;
}

#webble-global-footer .wbf-partner {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

#webble-global-footer .wbf-partner--image {
  background: #fff;
}

#webble-global-footer .wbf-partner--image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

#webble-global-footer .wbf-partner--custom {
  display: none;
}

#webble-global-footer .wbf-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
  gap: 12px;
}

#webble-global-footer .wbf-social {
  display: grid;
  min-width: 0;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--wbf-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .015);
  transition: border-color .18s ease, background .18s ease;
}

#webble-global-footer .wbf-social:hover,
#webble-global-footer .wbf-social:focus-visible {
  border-color: rgba(84, 151, 243, .9);
  background: rgba(47, 127, 238, .12);
}

#webble-global-footer .wbf-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#webble-global-footer .wbf-menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

#webble-global-footer .wbf-menu h2 {
  margin: 0 0 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
}

#webble-global-footer .wbf-menu ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

#webble-global-footer .wbf-menu a,
#webble-global-footer .wbf-menu .wbf-link-pending {
  display: block;
  color: var(--wbf-muted);
  font-size: 15px;
  line-height: 1.25;
}

#webble-global-footer .wbf-menu a:hover,
#webble-global-footer .wbf-menu a:focus-visible {
  color: #fff;
}

#webble-global-footer .wbf-link-pending {
  cursor: default;
}

#webble-global-footer .wbf-accordions {
  display: none;
}

#webble-global-footer .wbf-ai-card,
#webble-global-footer .wbf-newsletter {
  height: 100%;
  border: 1px solid var(--wbf-line);
  border-radius: 8px;
  background: var(--wbf-panel);
}

#webble-global-footer .wbf-ai-card {
  display: grid;
  padding: 22px 24px 15px;
  align-content: center;
}

#webble-global-footer .wbf-ai-card__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

#webble-global-footer .wbf-ai-card__logos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

#webble-global-footer .wbf-ai-card p {
  margin: 16px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
  text-align: center;
}

#webble-global-footer .wbf-newsletter {
  display: grid;
  padding: 18px 20px 14px;
  align-content: center;
}

#webble-global-footer .wbf-newsletter__heading {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 16px;
}

#webble-global-footer .wbf-newsletter__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .11);
}

#webble-global-footer .wbf-newsletter__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

#webble-global-footer .wbf-newsletter h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 650;
}

#webble-global-footer .wbf-newsletter__heading p {
  margin: 0;
  color: var(--wbf-muted);
  font-size: 14px;
}

#webble-global-footer .wbf-newsletter__form .ff-t-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 92px !important;
  gap: 12px !important;
}

#webble-global-footer .wbf-newsletter__form .ff-t-cell {
  width: auto !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

#webble-global-footer .wbf-newsletter__form .ff-el-group,
#webble-global-footer .wbf-newsletter__form .ff_submit_btn_wrapper {
  margin: 0 !important;
}

#webble-global-footer .wbf-newsletter__form input[type="email"],
#webble-global-footer .wbf-newsletter__form button[type="submit"] {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 7px !important;
  font-family: inherit !important;
}

#webble-global-footer .wbf-newsletter__form input[type="email"] {
  min-width: 0;
  padding: 0 16px !important;
  border: 1px solid transparent !important;
  outline: none;
  color: #fff !important;
  background: var(--wbf-input) !important;
  font-size: 14px !important;
}

#webble-global-footer .wbf-newsletter__form input[type="email"]::placeholder {
  color: #c0c8d5 !important;
}

#webble-global-footer .wbf-newsletter__form input[type="email"]:focus {
  border-color: #5b9af1 !important;
}

#webble-global-footer .wbf-newsletter__form button[type="submit"] {
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  background: var(--wbf-blue) !important;
  font-size: 27px !important;
  cursor: pointer;
}

#webble-global-footer .wbf-newsletter__form button[type="submit"]:hover,
#webble-global-footer .wbf-newsletter__form button[type="submit"]:focus-visible {
  color: #fff !important;
  background: var(--wbf-blue-hover) !important;
}

#webble-global-footer .wbf-newsletter__legal {
  margin: 12px 6px 0;
  color: #9ea9ba;
  font-size: 11px;
  line-height: 1.45;
}

#webble-global-footer .wbf-newsletter__legal a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#webble-global-footer .wbf-legal {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--wbf-line);
}

#webble-global-footer .wbf-legal > * {
  min-height: 20px;
  padding: 0 18px;
  color: var(--wbf-muted);
  font-size: 13px;
  text-align: center;
}

#webble-global-footer .wbf-legal > * + * {
  border-left: 1px solid var(--wbf-line);
}

#webble-global-footer .wbf-legal a:hover,
#webble-global-footer .wbf-legal a:focus-visible {
  color: #fff;
}

@media (min-width: 700px) and (max-width: 921px) {
  #webble-global-footer .wbf__inner {
    width: calc(100% - 48px);
    padding: 38px 0 22px;
  }

  #webble-global-footer .wbf__row {
    grid-template-columns: minmax(0, 31%) minmax(0, 69%);
    gap: 26px;
  }

  #webble-global-footer .wbf-socials {
    margin-top: 10px;
    gap: 8px;
  }

  #webble-global-footer .wbf-menus {
    gap: 20px;
  }

  #webble-global-footer .wbf-menu h2 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  #webble-global-footer .wbf-menu ul {
    gap: 7px;
  }

  #webble-global-footer .wbf-menu a,
  #webble-global-footer .wbf-menu .wbf-link-pending {
    font-size: 12.5px;
  }

  #webble-global-footer .wbf-ai-card {
    padding: 16px 15px 13px;
  }

  #webble-global-footer .wbf-ai-card__logos {
    gap: 15px;
  }

  #webble-global-footer .wbf-ai-card p {
    margin-top: 12px;
    font-size: 13px;
  }

  #webble-global-footer .wbf-newsletter {
    padding: 15px 16px 12px;
  }

  #webble-global-footer .wbf-newsletter__heading {
    margin-bottom: 12px;
    gap: 12px;
  }

  #webble-global-footer .wbf-newsletter__icon {
    width: 42px;
    height: 42px;
  }

  #webble-global-footer .wbf-newsletter h2 {
    font-size: 15px;
  }

  #webble-global-footer .wbf-newsletter__heading p {
    font-size: 12px;
  }

  #webble-global-footer .wbf-newsletter__form .ff-t-container {
    grid-template-columns: minmax(0, 1fr) 66px !important;
    gap: 9px !important;
  }

  #webble-global-footer .wbf-newsletter__form input[type="email"],
  #webble-global-footer .wbf-newsletter__form button[type="submit"] {
    height: 46px !important;
    min-height: 46px !important;
  }

  #webble-global-footer .wbf-newsletter__legal {
    margin-top: 9px;
    font-size: 9.5px;
  }

  #webble-global-footer .wbf-legal {
    margin-top: 20px;
    padding-top: 16px;
  }

  #webble-global-footer .wbf-legal > * {
    padding: 0 10px;
    font-size: 11px;
  }
}

@media (max-width: 699px) {
  #webble-global-footer .wbf__inner {
    width: calc(100% - 36px);
    padding: 25px 0 20px;
  }

  #webble-global-footer .wbf__row {
    display: block;
  }

  #webble-global-footer .wbf-menus {
    display: none;
  }

  #webble-global-footer .wbf-accordions {
    display: grid;
    margin-bottom: 22px;
    border-top: 1px solid var(--wbf-line);
  }

  #webble-global-footer .wbf-accordion {
    border-bottom: 1px solid var(--wbf-line);
  }

  #webble-global-footer .wbf-accordion summary {
    display: flex;
    min-height: 54px;
    padding: 0 4px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 620;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
  }

  #webble-global-footer .wbf-accordion summary::-webkit-details-marker {
    display: none;
  }

  #webble-global-footer .wbf-accordion summary svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .18s ease;
  }

  #webble-global-footer .wbf-accordion[open] summary svg {
    transform: rotate(180deg);
  }

  #webble-global-footer .wbf-accordion__panel {
    display: grid;
    padding: 0 4px 14px;
    gap: 8px;
  }

  #webble-global-footer .wbf-accordion__panel a,
  #webble-global-footer .wbf-accordion__panel .wbf-link-pending {
    color: var(--wbf-muted);
    font-size: 14px;
  }

  #webble-global-footer .wbf-partner--image {
    display: none;
  }

  #webble-global-footer .wbf-partner--custom {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 112px;
    padding: 20px 48px 20px 20px;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    border: 1px solid var(--wbf-line);
    border-radius: 8px;
    background: var(--wbf-panel);
    transition: border-color .18s ease, background .18s ease;
  }

  #webble-global-footer .wbf-partner--custom:hover,
  #webble-global-footer .wbf-partner--custom:focus-visible {
    border-color: rgba(84, 151, 243, .72);
    background: rgba(8, 28, 59, .82);
  }

  #webble-global-footer .wbf-partner__google {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 12px;
    background: #fff;
  }

  #webble-global-footer .wbf-partner__google svg {
    width: 37px;
    height: 37px;
  }

  #webble-global-footer .wbf-partner__copy {
    display: grid;
    min-width: 0;
    gap: 8px;
  }

  #webble-global-footer .wbf-partner__copy strong {
    color: #fff;
    font-size: 18px;
    font-weight: 680;
    line-height: 1.15;
  }

  #webble-global-footer .wbf-partner__copy > span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(248, 250, 252, .78);
    font-size: 12px;
    line-height: 1.35;
  }

  #webble-global-footer .wbf-partner__copy > span svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: rgba(47, 127, 238, .16);
    stroke: #66a2f4;
    stroke-width: 1.8;
  }

  #webble-global-footer .wbf-partner__copy > span path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #webble-global-footer .wbf-partner__external {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(185, 198, 220, .22);
    border-radius: 8px;
    color: rgba(248, 250, 252, .74);
  }

  #webble-global-footer .wbf-partner__external svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #webble-global-footer .wbf-socials {
    width: 100%;
    margin: 14px 0 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  #webble-global-footer .wbf-social svg {
    width: 29px;
    height: 29px;
  }

  #webble-global-footer .wbf__row + .wbf__row {
    margin-top: 22px;
  }

  #webble-global-footer .wbf-ai-card {
    margin-top: 22px;
    padding: 19px 20px 15px;
  }

  #webble-global-footer .wbf-ai-card__logos {
    width: auto;
    margin: 0 auto;
    grid-template-columns: repeat(2, clamp(72px, calc((100vw - 72px) / 4), 89.5px));
    justify-content: center;
    gap: 48px;
  }

  #webble-global-footer .wbf-ai-card p {
    margin-top: 14px;
    font-size: 15px;
  }

  #webble-global-footer .wbf-newsletter {
    margin-top: 22px;
    padding: 18px 16px 15px;
  }

  #webble-global-footer .wbf-newsletter__heading {
    margin-bottom: 16px;
    align-items: flex-start;
    gap: 12px;
  }

  #webble-global-footer .wbf-newsletter__icon {
    width: 44px;
    height: 44px;
  }

  #webble-global-footer .wbf-newsletter h2 {
    font-size: 15px;
  }

  #webble-global-footer .wbf-newsletter__heading p {
    max-width: 245px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  #webble-global-footer .wbf-newsletter__form .ff-t-container {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #webble-global-footer .wbf-newsletter__form input[type="email"],
  #webble-global-footer .wbf-newsletter__form button[type="submit"] {
    height: 49px !important;
    min-height: 49px !important;
  }

  #webble-global-footer .wbf-newsletter__legal {
    margin: 11px 2px 0;
    font-size: 10px;
    line-height: 1.5;
  }

  #webble-global-footer .wbf-legal {
    display: flex;
    margin-top: 22px;
    padding-top: 17px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 0;
  }

  #webble-global-footer .wbf-legal > * {
    min-height: auto;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.6;
  }

  #webble-global-footer .wbf-legal > span:first-child {
    width: 100%;
  }

  #webble-global-footer .wbf-legal > * + * {
    border-left: 0;
  }

  #webble-global-footer .wbf-legal a + a {
    border-left: 1px solid var(--wbf-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  #webble-global-footer * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
