@charset "UTF-8";
.hero {
  margin-top: 0;
  padding-top: 50px;
  background: #000000;
  background: linear-gradient(125deg, rgb(0, 0, 0) 0%, rgb(54, 52, 52) 61%, rgb(130, 130, 130) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#828282", GradientType=0);
  background-size: cover;
  background-position: 60%;
  position: relative;
  padding-bottom: 50px;
  min-height: calc(100vh - 185px);
  max-width: none;
  background-repeat: no-repeat;
  display: flex;
  /*-align-items: center;-*/
}
.hero .bkg {
  background-color: rgba(6, 12, 33, 0.401);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 50px;
  position: relative;
}
.hero .container-fluid .content .subtitle-2 {
  margin-top: 50px;
}

.intro {
  background: #222222;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.3) 50%, rgba(34, 34, 34, 0) 100%);
  padding-top: 35px;
  padding-bottom: 75px;
}
.intro .container .general {
  background-color: white;
  display: flex;
  flex-direction: column;
  /* Imagen arriba, título abajo */
  align-items: center;
  /* Centra horizontalmente */
  justify-content: center;
  /* Centra verticalmente */
  /* Toda la altura de la pantalla */
  text-align: center;
  /* Centra el texto */
  max-height: 670px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 3px;
  margin-bottom: 25px;
}
.intro .container .general .title {
  margin-bottom: 25px;
}
.intro .container .general .img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  /* Espacio entre imagen y título */
}
.intro .intro-shell {
  margin-top: -100px;
}
.intro .row > div {
  display: flex;
}
.intro .intro-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.intro .general.intro-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: calc(2.25rem + 50px);
  padding: 1.35rem 1.35rem 1.1rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 102, 255, 0.1);
  background: radial-gradient(circle at top right, rgba(130, 130, 130, 0.14), transparent 36%), linear-gradient(125deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 244, 244, 0.98) 61%, rgba(231, 231, 231, 0.96) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.intro .general.intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0.025) 0%, rgba(54, 52, 52, 0.045) 58%, rgba(130, 130, 130, 0.09) 100%);
  pointer-events: none;
}
.intro .general.intro-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  border-color: rgba(0, 102, 255, 0.22);
}
.intro .general.intro-card:hover .intro-card__icon {
  transform: translate(4px, -4px);
}
.intro .general.intro-card:hover .intro-card__media img {
  transform: scale(1.035);
}
.intro .general.intro-card > * {
  position: relative;
  z-index: 1;
}
.intro .general.intro-card .title {
  margin-bottom: 0.9rem;
  text-align: left;
  line-height: 1;
  color: var(--brand-neutral-900);
  text-wrap: balance;
  min-height: 3em;
  width: 100%;
  margin-right: auto;
}
.intro .intro-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.intro .intro-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: min(0.6em, 8%);
  border-radius: 3px;
  font-family: "Gruppo", sans-serif;
  background: #0066FF;
  background: linear-gradient(90deg, rgba(0, 102, 255, 0.68) 0%, rgb(0, 102, 255) 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.22);
}
.intro .intro-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
  background: #0066FF;
  background: linear-gradient(90deg, rgba(0, 102, 255, 0.68) 0%, rgb(0, 102, 255) 100%);
  color: white;
  font-size: 1.15rem;
  transition: transform 0.35s ease;
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.22);
}
.intro .intro-card__copy {
  margin-bottom: 1.4rem;
  color: var(--brand-neutral-700);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  min-height: 4.9em;
}
.intro .intro-card__media {
  position: relative;
  margin-top: auto;
  margin-bottom: 1.1rem;
  border-radius: 10px;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 45%), linear-gradient(145deg, rgba(245, 245, 245, 0.96), rgba(223, 223, 223, 0.72));
  padding: 50px 1rem;
}
.intro .intro-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.intro .intro-card__media img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  transform-origin: center top;
  transition: transform 0.45s ease;
}
.intro .intro-card__tags {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
  gap: 0.55rem;
}
.intro .intro-card__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-height: 40px;
  width: 100%;
  min-width: 0;
  padding: min(0.6em, 8%);
  border-radius: 3px;
  font-family: "Gruppo", sans-serif;
  background: #000000;
  background: linear-gradient(125deg, rgb(0, 0, 0) 0%, rgb(54, 52, 52) 61%, rgb(130, 130, 130) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#828282", GradientType=0);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}
@media (min-width: 576px) {
  .intro .intro-card__tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .intro .intro-shell {
    margin-top: -70px;
  }
  .intro .general.intro-card {
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .intro {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .intro .intro-shell {
    margin-top: -35px;
  }
  .intro .general.intro-card {
    padding: 1.15rem;
  }
  .intro .title {
    max-width: 11ch;
    min-height: auto;
    width: 100%;
    margin-right: auto;
  }
  .intro .intro-card__copy {
    min-height: auto;
  }
}

.future {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5rem;
}
.future .bkg {
  background-image: url("/build/assets/flat-screen-03-1920-ok-C6JRZR2x.avif");
  background-size: cover;
  background-position: 60% 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 950px;
  min-height: 100vh;
}
.future .container {
  text-align: center;
  margin-top: -50px;
}
.future .container .subtitle {
  margin-top: 30px;
}
.future .container .container {
  text-align: left;
}
.future .container .container .text {
  margin-top: 50px;
  padding-bottom: 50px;
}

.driver-app .container-fluid {
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(125deg, rgb(0, 0, 0) 0%, rgb(54, 52, 52) 61%, rgb(130, 130, 130) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#828282", GradientType=0);
}
.driver-app .container-fluid .row {
  display: flex;
  align-items: center;
}

.passengers-app {
  margin-top: 75px;
}
.passengers-app .container-fluid {
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(125deg, rgb(0, 0, 0) 0%, rgb(54, 52, 52) 61%, rgb(130, 130, 130) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#828282", GradientType=0);
}
.passengers-app .container-fluid .row {
  display: flex;
  align-items: center;
}

/* Contenedor centrado y con apilado */
.rotating-images {
  position: relative;
  display: grid;
  place-items: center;
  /* centra sin translate */
  min-height: 520px;
  /* ajusta a tu layout */
  overflow: hidden;
  /* por si alguna imagen se pasa */
  aspect-ratio: 3/4;
  min-height: auto;
}

/* Todas las imágenes comparten la misma “capa” */
.rotating-images img {
  grid-area: 1/1;
  /* apila todas en la misma celda */
  opacity: 0;
  transform: scale(0.985);
  filter: blur(4px);
  /* opcional */
  transition: opacity 0.9s ease, transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.9s ease;
  will-change: opacity, transform, filter;
  pointer-events: none;
  backface-visibility: hidden;
}

/* Activa: nítida y al 100% de escala */
.rotating-images img.is-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
  /* o blur(0) */
  pointer-events: auto;
}

.rotating-images-sharp img {
  filter: none;
  transform: none;
  transition: opacity 0.45s ease;
  will-change: opacity;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.rotating-images-sharp img.is-active {
  filter: none;
  transform: none;
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .rotating-images img {
    transition: none !important;
    filter: none !important;
    transform: none !important;
  }
}
.dash {
  margin-top: 75px;
}
.dash .container-fluid {
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.multidevices {
  margin-top: 5%;
}
.multidevices .content {
  margin-bottom: 50px;
}
.multidevices .details {
  margin-top: 50px;
}
.multidevices .button-demo-pricing {
  margin-top: 50px;
}
.multidevices .img-multidevices {
  margin-top: 50px;
  text-align: center;
}
.multidevices .img-multidevices img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.commiunities {
  background-image: url("/build/assets/build-communities-2500-4V9PxscU.avif");
  background-size: cover;
  background-position: 80%;
  position: relative;
  min-height: calc(100vh + 385px);
  max-width: none;
  display: flex;
  align-items: center;
  /*
  transform: skewY(3deg);*/
  /* inclina 3 grados la hipotenusa */
}
.commiunities .container-fluid {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  /*
  transform: skewY(-3deg);*/
  max-width: 1600px;
}
.commiunities .container-fluid .details {
  margin-top: 25px;
}
.commiunities .container-fluid .details .item-detail {
  margin-top: 50px;
}

.dashboard {
  background-image: url("/build/assets/global-Bs4PJuOL.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 100vh;
  /*
     transform: skewY(-3deg);
  inclina 3 grados la hipotenusa */
}
.dashboard .bkg {
  background-color: rgba(0, 0, 0, 0.452);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dashboard .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dashboard .container-fluid .content {
  /*
  transform: skewY(3deg);
   inclina 3 grados la hipotenusa */
}
.dashboard .container-fluid .content .details {
  padding-top: 25px;
}

.web-widget {
  background: #020024;
  background: linear-gradient(146deg, rgb(2, 0, 36) 0%, rgb(0, 102, 255) 86%, rgb(0, 212, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00D4FF", GradientType=0);
  min-height: calc(100vh - 85px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 25px;
  padding-bottom: 25px;
}
.web-widget::before, .web-widget::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: 0;
}
.web-widget::before {
  top: -18%;
  left: -10%;
  width: 46rem;
  height: 46rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 34%, transparent 74%);
  filter: blur(38px);
}
.web-widget::after {
  top: 8%;
  right: 8%;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 36%, transparent 76%);
  filter: blur(30px);
}
.web-widget .img-bkg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/build/assets/half-globe-eELoNm4a.avif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.9;
}
.web-widget .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
}
.web-widget .container-fluid .content {
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 50pxS;
}
.web-widget .container-fluid .button-demo-pricing {
  margin-top: 40px;
  position: relative;
}
.web-widget .container-fluid .details {
  margin-top: 3rem;
  max-width: 1300px;
}

.cloud-sync {
  background-color: #020024;
  background-image: linear-gradient(146deg, rgb(2, 0, 36) 0%, rgb(0, 102, 255) 86%, rgb(0, 212, 255) 100%), url("./../../public/images/home-compressed/cloud-opa-50-half.png");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00D4FF", GradientType=0);
  position: relative;
  min-height: 100vh;
  padding-bottom: 8rem;
  background-repeat: no-repeat, no-repeat;
  background-position: center, right center;
  background-size: cover, contain;
  z-index: 1;
}
.cloud-sync .container-fluid {
  padding-top: 3rem;
  padding-left: 5%;
}
.cloud-sync .container-fluid .content {
  max-width: 1200px;
}
.cloud-sync .container-fluid .content .details {
  padding-top: 2rem;
}
.cloud-sync .container-fluid .content .advantages {
  margin-top: 3rem;
}
.cloud-sync .container-fluid .content .advantages .lista {
  margin-top: 2rem;
}
.cloud-sync .container-fluid .content .advantages .subtitle {
  margin-top: 3rem;
}
.cloud-sync .container-fluid .content .advantages .details {
  margin-top: -1rem;
}

.features {
  background-image: url("/build/assets/settings-Da181O_I.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  min-height: calc(100vh - 85px);
  position: relative;
  margin-top: -5px;
}
.features .container {
  padding-top: 75px;
  padding-bottom: 50px;
}
.features .container .container {
  padding-top: 25px;
}
.features .container .container .rombos {
  filter: drop-shadow(0px 10px 13px #949494);
  --feature-diamond-gradient: linear-gradient(125deg, rgba(0, 102, 255, 0.57) 0%, rgba(0, 102, 255, 0.84) 45%, rgba(0, 74, 186, 1) 100%);
  --feature-diamond-width: 130px;
  --feature-diamond-height: 155px;
}
.features .container .container .rombos .sup-triangle {
  width: var(--feature-diamond-width);
  height: 50px;
  background: #0066FF;
  background: -moz-linear-gradient(125deg, rgba(0, 102, 255, 0.57) 0%, rgba(0, 102, 255, 0.84) 45%, rgb(0, 74, 186) 100%);
  background: var(--feature-diamond-gradient);
  background-repeat: no-repeat;
  background-size: var(--feature-diamond-width) var(--feature-diamond-height);
  background-position: center top;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066FF", endColorstr="#004ABA", GradientType=0);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-left: auto;
  margin-right: auto;
}
.features .container .container .rombos .center-box {
  max-width: var(--feature-diamond-width);
  height: 55px;
  background: #0066FF;
  background: -moz-linear-gradient(125deg, rgba(0, 102, 255, 0.57) 0%, rgba(0, 102, 255, 0.84) 45%, rgb(0, 74, 186) 100%);
  background: var(--feature-diamond-gradient);
  background-repeat: no-repeat;
  background-size: var(--feature-diamond-width) var(--feature-diamond-height);
  background-position: center -50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066FF", endColorstr="#004ABA", GradientType=0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
}
.features .container .container .rombos .center-box .text {
  line-height: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
}
.features .container .container .rombos .inf-triangle {
  width: var(--feature-diamond-width);
  height: 50px;
  background: #0066FF;
  background: -moz-linear-gradient(125deg, rgba(0, 102, 255, 0.57) 0%, rgba(0, 102, 255, 0.84) 45%, rgb(0, 74, 186) 100%);
  background: var(--feature-diamond-gradient);
  background-repeat: no-repeat;
  background-size: var(--feature-diamond-width) var(--feature-diamond-height);
  background-position: center -105px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066FF", endColorstr="#004ABA", GradientType=0);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-left: auto;
  margin-right: auto;
}

.merchant {
  background-image: url("/build/assets/merchant-account-DoGQ1eji.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 27%;
  position: relative;
  min-height: 100vh;
  padding-bottom: 150px;
}
.merchant .container-fluid {
  padding-top: 7rem;
  padding-left: 5%;
  padding-right: 5%;
  text-align: right;
}
.merchant .container-fluid .details {
  padding-top: 5rem;
  max-width: 800px;
  margin-left: auto;
}
.merchant .container-fluid .cc-logos {
  margin-top: 2rem;
}
.merchant .container-fluid .cc-logos .logo {
  width: 80px;
  float: right;
  margin-left: 1%;
}

/*-----------*/
@media screen and (min-device-aspect-ratio: 390/844) {
  .merchant {
    min-height: 50vh;
  }
  .commiunities .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .commiunities .container-fluid .details {
    margin-top: 25px;
  }
  .commiunities .container-fluid .details .item-detail {
    margin-top: 50px;
  }
}
@media screen and (min-width: 520px) {
  .hero .container-fluid {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .multidevices {
    padding-bottom: 120px;
    z-index: 1;
  }
  .commiunities .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  .commiunities .container-fluid .details {
    margin-top: 25px;
  }
  .commiunities .container-fluid .details .item-detail {
    margin-top: 50px;
  }
}
@media screen and (min-device-aspect-ratio: 768/1024) {
  .web-widget {
    min-height: 50vh;
  }
  .merchant {
    min-height: 50vh;
  }
}
@media screen and (min-device-aspect-ratio: 820/1180) {
  .dashboard {
    min-height: 50vh;
  }
  .web-widget {
    min-height: 50vh;
  }
  .merchant {
    min-height: 50vh;
  }
}
@media screen and (min-width: 992px) {
  .web-widget .bkg {
    margin-top: -42rem;
    width: 350px;
  }
}
@media screen and (min-device-aspect-ratio: 1024/1366) {
  .heading-level-p {
    font-size: 17px;
  }
  .web-widget {
    min-height: 50vh;
  }
  .merchant {
    min-height: 50vh;
  }
  .web-widget {
    min-height: 50vh;
  }
  .web-widget .bkg {
    min-height: 50vh;
  }
}