html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.bf-public-header,
.bf-public-footer {
  max-width: 100vw;
}
.bf-public-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #e5e5df;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
#como-funciona,
#agenda,
#canales,
#tiempo,
#telefono,
#contacto-empresa {
  scroll-margin-top: 82px;
}
.bf-public-nav {
  width: min(1180px, 100%);
  min-height: 64px;
  margin: 0 auto;
  padding: 12px clamp(20px, 4vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
}
.bf-public-logo {
  display: flex;
  align-items: center;
  flex: none;
}
.bf-public-logo img {
  display: block;
  width: auto;
  height: 25px;
}
.bf-desktop-links {
  position: static;
  inset: auto;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(12px, 1.8vw, 24px);
  flex: 1;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  font-size: 15px;
  color: #686862;
}
.bf-public-header a {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.bf-public-header a:hover {
  background: transparent;
  text-decoration: underline;
  text-decoration-color: #f5c800;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
.bf-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}
.bf-public-header .bf-header-trial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 17px;
  border-radius: 999px;
  background: #f5c800;
  color: #1a1a1a !important;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.bf-public-header .bf-header-trial:hover {
  background: #e3b900;
  text-decoration: none;
}
.bf-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #deded8;
  border-radius: 12px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}
.bf-mobile-navigation {
  display: none;
  margin-left: auto;
}
.bf-mobile-navigation summary {
  list-style: none;
}
.bf-mobile-navigation summary::-webkit-details-marker {
  display: none;
}
.bf-mobile-navigation[open] .bf-menu-toggle::before {
  transform: translateY(6px) rotate(45deg);
}
.bf-mobile-navigation[open] .bf-menu-toggle span {
  opacity: 0;
}
.bf-mobile-navigation[open] .bf-menu-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}
.bf-menu-toggle span,
.bf-menu-toggle::before,
.bf-menu-toggle::after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}
.bf-mobile-menu {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  display: none;
  padding: 4px 16px 18px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-top: 1px solid #ecece7;
  background: #fff;
  backdrop-filter: none;
}
.bf-mobile-menu a {
  display: block;
  min-height: 0;
  padding: 12px 4px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #efefeb;
  font-size: 15px;
  color: #33332f;
}
.bf-mobile-menu .bf-mobile-trial {
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: #f5c800;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
}
.bf-public-footer {
  background: #1a1a1a;
  padding: clamp(48px, 6vw, 72px) 0 26px;
  color: rgba(255, 255, 255, .62);
}
.bf-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.bf-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.bf-footer-brand img {
  display: block;
  width: auto;
  height: 24px;
  margin-bottom: 16px;
}
.bf-footer-brand p {
  max-width: 32ch;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}
.bf-footer-heading {
  margin-bottom: 14px;
  color: #f5c800;
  font-size: 14px;
  font-weight: 600;
}
.bf-footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14.5px;
}
.bf-public-footer a {
  color: inherit;
  text-decoration: none;
}
.bf-public-footer a:hover {
  text-decoration: underline;
  text-decoration-color: #f5c800;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
.bf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 22px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}
@media (max-width: 760px) {
  .bf-public-nav {
    min-height: 62px;
    padding: 10px 16px;
    gap: 10px;
  }
  .bf-public-logo img { height: 23px; }
  .bf-desktop-links,
  .bf-public-header .bf-header-login,
  .bf-public-header .bf-header-trial { display: none !important; }
  .bf-header-actions { margin-left: auto; }
  .bf-mobile-navigation,
  .bf-menu-toggle { display: block; }
  .bf-mobile-navigation .bf-mobile-menu {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    width: 100vw;
    max-height: calc(100dvh - 62px);
    overflow-y: auto;
    z-index: 899;
  }
  .bf-mobile-navigation[open] .bf-mobile-menu { display: block; }
  .bf-mobile-menu.is-open { display: block; }
  .bf-footer-bottom { justify-content: center; text-align: center; }
}