.banner {
  background-position: center 62% !important;
  display: block;
  padding-bottom: 70px;
}
.banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(27, 40, 72, .93) 0%, rgba(27, 40, 72, .82) 42%, rgba(27, 40, 72, .5) 72%, rgba(27, 40, 72, .35) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-container {
  position: relative;
  z-index: 3;
}
.hero-row {
  min-height: 620px;
  padding-top: 20px;
}
@media screen and (min-width: 1150px) {
  .hero-row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
  }
  .hero-row > .hero-copy {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .hero-row > .hero-form-col {
    flex: 0 0 430px;
    width: 430px;
  }
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  max-width: 720px;
  padding-right: 30px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--manz);
  font-family: var(--font-family-sora);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background: rgba(222, 241, 117, .1);
  border: 1px solid rgba(222, 241, 117, .35);
  border-radius: 40px;
  padding: 8px 18px;
  margin-bottom: 26px;
}
.hero-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--manz);
  box-shadow: 0 0 0 4px rgba(222, 241, 117, .25);
}
.hero-copy h1 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.08;
  margin-bottom: 20px;
}
.hero-copy h2 {
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, .86);
  max-width: 560px;
  margin-bottom: 0;
}
.hero-copy h2 .secondary-color {
  font-weight: 600;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.hero-actions .btn {
  min-width: 210px;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  list-style: none;
  margin: 44px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  width: 100%;
}
.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-stats strong {
  font-family: var(--font-family-sora);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--manz);
}
.hero-stats span {
  font-family: var(--font-family-sora);
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .72);
  max-width: 150px;
}
.hero-form-col {
  display: flex;
  justify-content: flex-end;
}
.hero-form-card {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 24px;
  padding: 30px 26px 18px;
  box-shadow: 0 30px 70px rgba(9, 14, 40, .45);
  scroll-margin-top: 110px;
}
.hero-form-card .hero-form-title {
  font-family: var(--font-family-sora);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue-zodiac);
  margin-bottom: 8px;
}
.hero-form-card .hero-form-lead {
  font-family: var(--font-family-sora);
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 14px;
}
.hero-form-card iframe {
  display: block;
  width: 100%;
  min-height: 470px;
  border: none;
  border-radius: 8px;
}
.hero-form-card .hero-form-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-family-sora);
  font-size: 12px;
  line-height: 1.4;
  color: #9aa1ad;
  margin: 6px 0 4px;
}
@media screen and (max-width: 1149px) {
  .hero-row {
    min-height: 0;
    padding-top: 56px;
  }
  .hero-copy {
    padding-right: 0;
    margin-bottom: 46px;
  }
  .hero-form-col {
    justify-content: flex-start;
  }
  .hero-stats {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 50px;
  }
  .hero-form-card,
  .hero-copy {
    max-width: 100%;
  }
  .hero-actions .btn {
    min-width: 100%;
  }
  .hero-stats strong {
    font-size: 28px;
  }
}

.newstandard .container.pb-100 {
  padding-bottom: 60px !important;
}
.newstandard .row.pt-lg-5 {
  padding-top: 1.5rem !important;
}
.py-md-10 {
  padding-bottom: 6rem !important;
}
.integraciones .integracion {
  gap: 16px;
  min-height: 0;
  height: auto;
  justify-content: flex-start;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid #e9ebf2;
  border-radius: 18px;
  transition: transform .3s var(--anim-ease), box-shadow .3s ease, border-color .3s ease;
}
.integraciones .integracion:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(27, 40, 72, .12);
  border-color: rgba(62, 73, 198, .35);
}
.integraciones .integracionimagen {
  width: auto;
  max-width: 160px;
  max-height: 34px;
  object-fit: contain;
}
.integraciones .integraciontexto {
  font-size: 17px;
  line-height: 1.3;
  min-height: 0;
}
.integraciones .nuestra-plataforma-s {
  margin-bottom: 46px;
}
.integraciones .flexrow {
  gap: 26px;
}
.integraciones .flexrow .integracion {
  flex: 0 0 calc(33.333% - 18px);
}
#owl-demo-clientes {
  padding: 34px 20px;
  border-radius: 20px;
}
.cifraspanel .cifras {
  transition: transform .3s var(--anim-ease), box-shadow .3s ease;
}
.cifraspanel .cifras:hover {
  transform: translateY(-4px);
}

.diferencias .grupo-262 {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 182px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  border: 1px solid rgba(27, 40, 72, .07);
  border-radius: 22px;
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  box-shadow: 0 2px 10px rgba(27, 40, 72, .05);
  transition: transform .35s var(--anim-ease), box-shadow .35s ease, border-color .35s ease;
}
.diferencias .grupo-262::after {
  content: '';
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 241, 117, .55) 0%, rgba(222, 241, 117, 0) 70%);
  transition: transform .45s var(--anim-ease);
  pointer-events: none;
}
.diferencias .grupo-262:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(27, 40, 72, .16);
  border-color: rgba(62, 73, 198, .28);
}
.diferencias .grupo-262:hover::after {
  transform: scale(1.5);
}
.diff-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(62, 73, 198, .09);
  color: var(--violet-blue);
  transition: background .35s ease, color .35s ease, transform .35s var(--anim-ease);
}
.diff-card-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.85;
}
.diferencias .grupo-262:hover .diff-card-icon {
  background: var(--violet-blue);
  color: #fff;
  transform: rotate(-6deg) scale(1.06);
}
.diferencias .diff-card-title {
  height: auto;
  width: auto;
  left: auto;
  display: block;
  align-items: initial;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 600;
  color: var(--blue-zodiac);
  position: relative;
  z-index: 1;
}
.diferencias .lnea-68 {
  display: none;
}
.diferencias .owl-dots {
  margin-top: 34px;
}
.diferencias .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: rgba(27, 40, 72, .22);
  border-radius: 50%;
  transition: width .3s var(--anim-ease), background .3s ease;
}
.diferencias .owl-dots .owl-dot.active span {
  width: 26px;
  border-radius: 6px;
  background: var(--blue-zodiac);
}
.diferencias .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 6px 0 4px;
}
.diferencias .owl-item {
  display: flex;
}
