.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-sub {
  max-width: 620px;
  margin: 14px auto 0;
  font-family: var(--font-family-sora);
  font-size: 17px;
  line-height: 1.55;
  color: rgba(27, 40, 72, .72);
}
.diferencias-carousel {
  position: relative;
}
.diferencias .grupo-262 {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 268px;
  width: 100%;
  max-width: none;
  background: #fff;
  border: 1px solid rgba(27, 40, 72, .07);
  border-radius: 24px;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  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: 132px;
  height: 132px;
  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-art {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
.diff-card-art::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(62, 73, 198, .16) 0%, rgba(62, 73, 198, .04) 55%, rgba(62, 73, 198, 0) 72%);
  transition: transform .45s var(--anim-ease), opacity .35s ease;
}
.diff-card-art svg {
  position: relative;
  width: 78px;
  height: 78px;
  overflow: visible;
  transform-origin: 50% 70%;
  filter: drop-shadow(0 8px 14px rgba(27, 40, 72, .18));
  transition: transform .45s var(--anim-ease);
}
.diferencias .grupo-262:hover .diff-card-art svg,
.diferencias .grupo-262:focus-within .diff-card-art svg {
  transform: translateY(-5px) rotate(-3deg) scale(1.07);
}
.diferencias .grupo-262:hover .diff-card-art::before,
.diferencias .grupo-262:focus-within .diff-card-art::before {
  transform: scale(1.18);
}
.diferencias .diff-card-title {
  height: auto;
  width: auto;
  left: auto;
  display: block;
  align-items: initial;
  margin: 0 0 10px;
  font-family: var(--font-family-sora);
  font-size: 22px;
  line-height: 1.26;
  font-weight: 600;
  letter-spacing: -.2px;
  color: var(--blue-zodiac);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .diferencias .diff-card-title {
    min-height: 2.52em;
  }
}
.diferencias .diff-card-text {
  margin: 0;
  font-family: var(--font-family-sora);
  font-size: 15.5px;
  line-height: 1.58;
  font-weight: 400;
  color: rgba(27, 40, 72, .68);
  position: relative;
  z-index: 1;
}
.diferencias .lnea-68 {
  display: none;
}
.diferencias .owl-dots {
  margin-top: 30px;
}
.diferencias .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(27, 40, 72, .28);
  border-radius: 50%;
  transition: width .3s var(--anim-ease), background .3s ease;
}
.diferencias .owl-dots .owl-dot:hover span {
  background: rgba(27, 40, 72, .5);
}
.diferencias .owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 6px;
  background: var(--blue-zodiac);
}
.diferencias .owl-dots .owl-dot:focus-visible {
  outline: 2px solid var(--blue-zodiac);
  outline-offset: 3px;
  border-radius: 8px;
}
.diferencias .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 6px 0 4px;
}
.diferencias .owl-item {
  display: flex;
}
.diff-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(27, 40, 72, .12);
  border-radius: 50%;
  background: #fff;
  color: var(--blue-zodiac);
  box-shadow: 0 6px 18px rgba(27, 40, 72, .14);
  cursor: pointer;
  z-index: 4;
  transition: background .25s ease, color .25s ease, transform .25s var(--anim-ease), box-shadow .25s ease;
}
.diff-nav svg {
  width: 22px;
  height: 22px;
}
.diff-nav:hover {
  background: var(--blue-zodiac);
  color: #fff;
  box-shadow: 0 10px 24px rgba(27, 40, 72, .24);
}
.diff-nav:focus-visible {
  outline: 2px solid var(--blue-zodiac);
  outline-offset: 3px;
}
.diff-nav-prev {
  left: -26px;
}
.diff-nav-next {
  right: -26px;
}
@media screen and (min-width: 992px) {
  .diff-nav {
    display: inline-flex;
  }
}
@media screen and (min-width: 1280px) {
  .diff-nav-prev {
    left: -62px;
  }
  .diff-nav-next {
    right: -62px;
  }
}
@media screen and (max-width: 767px) {
  .diferencias-sub {
    font-size: 15.5px;
  }
  .diferencias .grupo-262 {
    min-height: 0;
    padding: 24px 22px 26px;
  }
  .diff-card-art {
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
  }
  .diff-card-art svg {
    width: 68px;
    height: 68px;
  }
  .diferencias .diff-card-title {
    font-size: 20px;
  }
  .diferencias .diff-card-text {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .diferencias .grupo-262,
  .diferencias .grupo-262::after,
  .diff-card-art::before,
  .diff-card-art svg,
  .diff-nav {
    transition: none;
  }
  .diferencias .grupo-262:hover .diff-card-art svg,
  .diferencias .grupo-262:focus-within .diff-card-art svg {
    transform: none;
  }
}
