body,
html {
  height: auto !important;
  min-height: 100vh;
  background-color: #0B071B !important;
  overflow-x: hidden;
  position: relative;
  z-index: -3;
}

h2,
h1,
h3,
h4 {
  margin-bottom: 0 !important;
}

::selection {
  background-color: #5F7696;
  color: #FFFFFF;
}

ul {
  padding: 0 !important;
}

.menu-content-desk {
  width: 90vw;
  justify-content: space-between;
}

.inicioSesionNav {
  display: flex;
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.04vw;
  line-height: 1.15vw;
  color: #FFFFFF;
  gap: 0.5vw;
  align-items: center;
}

.inicioSesionNav:hover {
  color: #007AFF;
}

.inicioSesionNav span {
  font-size: 1.60vw !important;
  font-weight: 400 !important;
}

.reveal-item {
  opacity: 0;
  transform: translateY(50px);
  /* Mueve los botones hacia la izquierda */
  /* Agrega desenfoque */
  transition: all 1.8s ease-out, filter 1.8s ease-out;
}

@media (min-width:768px) {
  .contenedor-container{
    display: flex;
    flex-direction: column;
    overflow: hidden; width: 88%;
  }
}

.no-transitions * {
  transition: none !important;
  animation: none !important;
}

#content3, #content4, #content5, #content6 {
  will-change: transform;
  backface-visibility: hidden;
  contain: layout;
}

#inputConsultaComun {
  transform: none !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}

#content2, #content3, #content4, #content5, #content6 {
  will-change: transform, opacity; /* Máximo rendimiento */
  transition: all 0.2s linear; /* Igual que en JS */
}

.contenido2.reveal-item{
  transform: translateY(100px);
  transition: all 0.8s ease-out, filter 0.8s ease-out;
}

.contenido3.reveal-item{
  transform: translateY(100px);
  transition: all 0.4s ease-out, filter 0.4s ease-out;
}

.contenido4.reveal-item{
  transform: translateY(100px);
  transition: all 0.4s ease-out, filter 0.4s ease-out;
}

.contenido5.reveal-item{
  transform: translateY(100px);
  transition: all 0.4s ease-out, filter 0.4s ease-out;
}

.contenido6.reveal-item{
  transform: translateY(100px);
  transition: all 0.4s ease-out, filter 0.4s ease-out;
}

/* Estado visible */
.reveal-item.visible {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

nav {
  color: #fff;
  height: 7.64vw;
  position: relative;
  z-index: 3;
}

nav ul {
  list-style-type: none;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  margin-bottom: 0 !important;
}

.nav-active {
  font-weight: 700 !important;
  color: #007AFF !important;
}

nav span {
  font-size: 1vw !important;
  vertical-align: bottom;
}

.logoNav {
  position: relative;
  /* left: 10vw; */
}

.logoNav img {
  width: 13.19vw;
  height: 2.85vw;
}

.menuNavBoton {
  gap: 2.08vw;
}

.menuNav {
  position: relative;
  flex-direction: row;
  gap: 2.08vw;
}

.menuNav a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 0;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.04vw;
  position: relative;
}

.nav-item:hover {
  color: #007AFF;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  height: 0.09vw;
  /* Grosor del subrayado */
  background-color: #007AFF;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.nav-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.descargar {
  position: relative;
}

.download-btn {
  background-color: #5B25B0;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 12.78vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

.download-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  transition: width 0.4s;
  z-index: -1;
}

.download-btn:hover::before {
  width: 100%;
}

.download-btn:hover::before {
  clip-path: inset(0 0 0 0);
}

.download-btn:hover {
  color: #5B25B0;
  box-shadow: 0px 1.56vw 2.81vw #8d46f683;
  border: transparent;
}

a.download-btn {
  color: #FFFFFF;
  padding: 1.04vw 1.74vw;
  transition: all 0.3s ease-in-out;
}

.downloadModal-btn {
  background-color: #264BFF;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 16.78vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

a.downloadModal-btn::before {
  content: "";
  position: absolute;
  align-content: center;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
}

.downloadModal-btn::before {
  background: #FFFFFF;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transition: 0.4s;
}

.downloadModal-btn:hover::before {
  clip-path: inset(0 0 0 0);
}

.downloadModal-btn:hover {
  color: #264BFF;
  box-shadow: 0px 1.56vw 2.81vw #e5d9ffad;
  border: transparent;
}

a.downloadModal-btn {
  color: #FFFFFF;
  padding: 0.5vw 1.74vw;
  transition: all 0.3s ease-in-out;
  align-content: center;
}

/*Asistente IA*/
/* Estilos para el textarea clonado durante la animación */
.textarea-container {
  transition: all 0.5s ease-in-out; /* Transición suave */
}

/* Ocultar la segunda sección inicialmente */
#HeroHome2 {
  display: none;
  opacity: 0; /* Inicialmente transparente */
}

.texto {
  overflow: hidden;
  /* Oculta las letras fuera del contenedor */
}

.texto span {
  display: inline-block;
  /* Cada letra se comporta como un bloque */
  opacity: 0;
  /* Letras inicialmente invisibles */
  transform: translateY(100%);
  /* Letras desplazadas hacia abajo */
}

.contenedor-heroIA {
  gap: 5vw;
}

.textarea-container {
  position: relative;
  width: 100%;
  height: 9.02vw;
}

.textAreaIA {
  width: 66.94vw;
  height: 12.78vw;
  background: #FFFFFF0D;
  border-radius: 1.74vw;
  padding: 1.34vw 3.74vw;
  border: 1px solid #FFFFFF4D;
  resize: none;
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.18vw;
  color: #FFFFFF;
  line-height: 1.89vw;
  box-shadow: 0px 1.74vw 2.95vw #7D63AE21;
  backdrop-filter: blur(25px); /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(25px); /* Soporte para navegadores basados en WebKit */
}

.textAreaIA {
    transition: all 0.3s ease;
}

.textAreaIA::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

.textAreaIA1 {
  border-radius: 1.74vw;
}

.textAreaIA::placeholder {
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 1.18vw;
  color: #FFFFFF;
  line-height: 1.89vw;
}

.textAreaIA:focus {
  outline: none;
}

.textarea-icon {
  z-index: 1;
  position: absolute;
  left: 1.34vw;
  top: 1.74vw;
  width: 1.58vw;
  height: 1.09vw;
  pointer-events: none;
}

.enterIABtn {
  position: absolute;
  width: 3.33vw;
  height: 3.33vw;
  border-radius: 3.47vw;
  right: 2.5vw;
  bottom: -2.5vw;
  background-color: #5F769680;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enterIABtn2{
  right: 33.8vw;
}

.enterIABtn img {
  width: 1.25vw;
  height: 0.69vw;
}

.chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5F769680;
  border: none;
  border-radius: 50%;
  width: 3.33vw;
  height: 3.33vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 1.11vw 1.11vw #46218A33);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 101;
}

/*Asistente IA*/
#content1{
  display: flex;
}

.tituloTabla.typing-text{
  animation-delay: 0.5s;
}

.infoTabla1.typing-text{
  animation-delay: 1s;
}
.infoTabla1_2.typing-text{
  animation-delay: 2.8s;
}
.infoTabla2.typing-text{
  animation-delay: 2.7s;
}
.infoTabla2_2.typing-text{
  animation-delay: 4.3s;
}
.infoTabla3.typing-text{
  animation-delay: 4.2s;
}
.infoTabla3_2.typing-text{
  animation-delay: 5.8s;
}
.infoTabla4.typing-text{
  animation-delay: 2.5s;
}
.infoTabla5.typing-text{
  animation-delay: 3s;
}
.infoTabla6.typing-text{
  animation-delay: 3.5s;
}
.infoTabla7.typing-text{
  animation-delay: 4s;
}

.typing-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1s steps(40) forwards;
  -webkit-mask: linear-gradient(to right, black 0%, black 100%) 0 0 / 0% 100% no-repeat;
  mask: linear-gradient(to right, black 0%, black 100%) 0 0 / 0% 100% no-repeat;
}

@keyframes typing {
  from {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

.contenido2 {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.contenido2.hide {
  transform: translateY(-200px); /* Mueve el contenedor 50px hacia arriba */
    opacity: 0; /* Desvanece el contenedor */
}

.contenido3 {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.contenido3.hide {
  transform: translateY(-100px); /* Mueve el contenedor 50px hacia arriba */
    opacity: 0; /* Desvanece el contenedor */
}

.contenido4 {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.contenido4.hide {
  transform: translateY(-100px); /* Mueve el contenedor 50px hacia arriba */
    opacity: 0; /* Desvanece el contenedor */
}

.contenido5 {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.contenido5.hide {
  transform: translateY(-100px); /* Mueve el contenedor 50px hacia arriba */
    opacity: 0; /* Desvanece el contenedor */
}

.contenido6 {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.contenido6.hide {
  transform: translateY(-100px); /* Mueve el contenedor 50px hacia arriba */
    opacity: 0; /* Desvanece el contenedor */
}

/*Asistente IA Tabla viaticos*/
.heroHomeIA {
  /*min-height: 59.04vw;*/
  /*height: auto !important;*/
  height: 65vw;
}

.contenedor-heroIA2 {
  gap: 1.8vw;
}

.hero-titleIA2 {

}

.IAContainer {
  gap: 1.3vw;
}

.preguntaUser {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: 'Poppins', serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.776vw;
  color: #D2D5E9;
  text-align: right;
}

.preguntaUser p {
  margin-bottom: 0;
  margin-right: 2vw;
}

.textarea-container2 {
  position: relative;
  margin-left: 43.7vw;
  bottom: 7vw;
}

@media (max-width: 767px) {
    .textarea-container2 {
        bottom: 3vw !important;
    }
}

.respuestaIAContainer {
  width: 66.94vw;
}

.respuestaIA-icon {
  position: absolute;
  width: 1.58vw;
  height: 1.03vw;
  pointer-events: none;
  margin-top: 2.2vw;
  margin-left: 1.5vw;
  z-index: 1;
}

#videoAnimacion, #imagenFija, 
#videoAnimacion2, #imagenFija2, 
#videoAnimacion4, #imagenFija4,
#videoAnimacion5, #imagenFija5,
#videoAnimacion6, #imagenFija6{
  transition: opacity 1s ease-in-out; /* Duración y efecto del fade */
}

.respuestaIA-iconAnime {
  position: absolute;
  width: 1.58vw;
  height: 3.09vw;
  pointer-events: none;
  margin-top: 1.2vw;
  margin-left: 1.5vw;
  z-index: 1;
  opacity: 1 !important;
}

@keyframes pulseAndRotate {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
    transform: scale(1);
}
10%, 30%, 50%, 70%, 90% {
    opacity: 0.5; /* Completamente invisible */
    transform: scale(1);
}
}

.respuestaIA {
  width: 62.71vw;
  height: 31.18vw;
  border-radius: 1.74vw;
  background: #FFFFFF0D;
  justify-self: end;
  padding: 1vw 1.5vw;
  justify-content: space-between;
  border: 1px solid #FFFFFF4D;
  backdrop-filter: blur(25px); /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(25px); /* Soporte para navegadores basados en WebKit */
  box-shadow: 0px 1.74vw 2.95vw #7D63AE21;
}

.respuestaIAHeader {
  justify-content: space-between;
  width: 100%;
  height: 3.19vw;
  align-items: center;
}

.respuestaIAHeader p {
  font-family: 'Poppins', serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 3.16vw;
  color: #D2D5E9;
  margin-bottom: 0;
}

.respuestaIAGraficoContainer1{
}

.datos-crecimiento-table {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.111vw;
  color: #D2D5E9 !important;
  line-height: 3.375vw;
  height: 3.375vw;
}

    .datos-crecimiento-table tbody {
        color: #D2D5E9 !important;
    }

.datos-crecimiento-table td:not(:has(.color-dot)) {
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: left;
}

.color-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.43vw;
}

.datoCrecimiento {
  background-color: #D2D5E933;
}

/* Estilos para la tabla con animación de fondo */
.datos-crecimiento-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
}

.datos-crecimiento-table td {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Texto invisible que mantiene el espacio */
.invisible-placeholder {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* Contenedor de texto animado */
.text-container {
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* Texto que se anima */
.animated-text {
  position: relative;
  display: inline-block;
}

#chartViaticosDesk {
  width: 100%;
  height: 21.85vw;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#chartViaticosDesk canvas {
  aspect-ratio: unset !important;
  width: 100% !important;
  height: 19.85vw !important;
}

#chartGastosDesk {
  width: 100%;
  height: 21.85vw;
  opacity: 0; /* Ocultar inicialmente */
  animation: fadeIn 2s ease-in-out 1s forwards; /* Retraso de 2 segundos */
}

#chartGastosDesk canvas {
  aspect-ratio: unset !important;
  width: 100% !important;
  height: 21.85vw !important;
}

#chartCrecimientoDesk {
  width: 30.6vw;
  height: 19.85vw;
}

#chartIngresosDesk {
  width: 100%;
  height: 20.85vw;
  opacity: 0; /* Ocultar inicialmente */
  animation: fadeIn 2s ease-in-out 1s forwards; /* Retraso de 2 segundos */
}

.datosViaticosDesk {
  margin-top: 3vw;
}

.datosViaticosDesk p {
  font-family: 'Figtree', serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 3vw;
  color: #5B25B0;
  margin-bottom: 0 !important;
}

.datosViaticosDesk span {
  font-size: 1.5vw;
  vertical-align: bottom;
}

#chartIngresosDesk canvas {
  aspect-ratio: unset !important;
  width: 100% !important;
  height: 19.85vw !important;
}

.respuestaIAHeaderIconos {
  gap: 5vw;
}

.respuestaIAIconos1,
.respuestaIAIconos2 {
  gap: 2vw;
}

.respuestaIAIconos1 img,
.respuestaIAIconos2 img {
  width: 1.15vw;
  height: 1.15vw;
}

.respuestaIAInfo {
  height: 32.11vw;
  width: 100%;
}

.respuestaIATablaDatosBtn {
  gap: 1.25vw;
  height: 1.26vw;
}

.respuestaIATablaDatosLeyendaYBtn {
  margin-left: 1.8vw;
  width: 100%;
  justify-content: space-between;
}

.datosIngresosDesk {
  gap: 2vw;
}

.respuestaIATablaDatosBtn1 {
  gap: 1vw;
  height: 1.26vw;
}

.respuestaIATablaDatosBtn p {
  font-family: 'Poppins', serif;
  font-size: 1.04vw;
  font-weight: 400;
  line-height: 1.04vw;
  color: #D2D5E9;
  margin-bottom: 0px;
}

/* Estilo base del contenedor del botón */
.switch {
  position: relative;
  display: inline-block;
  width: 2.08vw;
  /* Ancho personalizado */
  height: 1.25vw;
  /* Alto personalizado */
}

/* Ocultar el checkbox por defecto */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo del slider (la parte deslizante) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D2D6DBCC;
  transition: 0.4s;
  border-radius: 1.25vw;
  /* Radio de borde proporcional al alto */
}

/* Estilo del slider cuando está activado */
.slider:before {
  position: absolute;
  content: "";
  height: 0.9vw;
  /* Tamaño del círculo */
  width: 0.9vw;
  /* Tamaño del círculo */
  left: 0.18vw;
  /* Posición inicial */
  bottom: 0.18vw;
  /* Posición inicial */
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Cambiar el color de fondo cuando el checkbox está marcado */
input:checked+.slider {
  background-color: #D2D6DBCC;
}

/* Mover el slider cuando el checkbox está marcado */
input:checked+.slider:before {
  transform: translateX(0.83vw);
  /* Movimiento proporcional */
}

/* Estilo adicional para el slider redondeado */
.slider.round {
  border-radius: 1.25vw;
}

.slider.round:before {
  border-radius: 50%;
}

/*Asistente IA Tabla viaticos*/
/*Descarga desatendida*/
.heroHome {
  width: 90vw;
  height: 59.04vw;
  justify-content: space-between;
}

.heroHomeIA1 {
  /*height: 39.04vw;*/
}

.menuLateral {
  width: 13.93vw;
  padding-top: 14vw;
  gap: 1.2vw;
}

.menuLateral a {
  font-weight: 500;
  font-family: 'Figtree', serif;
  font-size: 1.11vw;
  line-height: 1.22vw;
  color: #FFFFFF;
  text-decoration: none;
  transition: filter 0.3s ease;
}

.menuLateral a.active {
  filter: none;
}

.menuLateral a.blur-2 {
  filter: blur(1.5px);
  font-weight: 500;
  opacity: 0.8
}

.menuLateral a.blur-3 {
  filter: blur(1.5px);
  font-weight: 400;
  opacity: 0.6;
}

    .menuLateral a.blur-4 {
        filter: blur(1.5px);
        font-weight: 400;
        opacity: 0.4;
    }

.menuLateral a:not(.active):hover {
  filter: none;
  font-weight: 600;
  opacity: 1;
}

.contenedor-herohome {
  justify-content: space-between;
}

.titulo-Content{
  margin-bottom: 1vw;
}

.hero-titleHome {
  font-family: 'Poppins', serif;
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 5vw;
  color: #FFFFFF;
}

.hero-titleHome2 {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2.00vw;
  color: #FFFFFF;
}

.flechasHeroHome img {
  cursor: pointer;
}

.subtitleHeroHome span {
  color: #5B25B0;
  font-size: 2vw;
}

.flechasHeroHome {
  gap: 3.04vw;
}

.flechasHeroHome img {
  width: 2.85vw;
}

.pruebaGratis {
  padding: 1.04vw 1.74vw;
  width: 21.5vw;
  height: 3.33vw;
  text-align: center;
}

.descargaSinCostoBtn {
  padding: 1.04vw 1.74vw;
  width: 14.38vw;
  height: 3.33vw;
}

.comenzarPruebaBtn {
  padding: 1.04vw 1.74vw;
  width: 13.82vw;
  height: 3.33vw;
}

.BtnBlancoContainer{
  padding-right: 2vw;
}

.BtnBlanco {
  background-color: #264BFF;
  border-radius: 999px;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

.BtnBlanco span {
  font-size: 1vw;
  vertical-align: middle;
  font-weight: 700;
}

@media (min-width:768px) {
  .BtnBlanco::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFFFFF;
    transition: width 0.4s ease-in-out;
  }

  .BtnBlanco:hover::before {
    width: 100%;
  }

  .BtnBlanco:hover {
    color: #264BFF;
    box-shadow: 0px 1.56vw 2.81vw #fffefe55;
    border: transparent;
  }
}

.pruebaAhoraBtn {
    padding: 1.04vw 1.74vw !important;
    height: 3.33vw;
    text-align: center;
}

.carrouselHero {
    width: 67.64vw;
    height: 33.61vw;
    border-radius: 4.17vw 4.17vw 0px 0px;
    overflow: hidden;
    position: relative;
}

.carrouselHero img:not(.flechasHeroHomeimg) {
  width:  100%  /* 67.64vw */;
  /* height:  100% /* 33.61vw ;*/
  object-fit: cover; 
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* Causa el parpadeo que se ve al cambio de imagen */
}

.carrouselHero img.active {
  opacity: 1;
}

.carrouselHero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 75, 255, 0) 38.75%, rgba(38, 75, 255, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.carrousel-indicators {
  position: absolute;
  bottom: 1.5vw;
  /* Ajusta la posición vertical */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.8vw;
  /* Espacio entre las bolitas */
  z-index: 2;
  /* Asegura que estén sobre el degradado */
}

.carrousel-indicators .indicator {
  width: 0.8vw;
  height: 0.8vw;
  background-color: rgba(255, 255, 255, 0.5);
  /* Color de las bolitas inactivas */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carrousel-indicators .indicator.active {
  background-color: #9CF6E0;
  /* Color de la bolita activa */
}

/*Descarga desatendida*/

.sinCosto {
  position: relative;
}

.sinCosto span {
  vertical-align: bottom;
}

.sinCosto-btn {
  background-color: #8C46F6;
  border-radius: 999px;
  padding: 0.52vw 0.87vw;
  gap: 0.69vw;
  width: 15.97vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  text-align: center;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}

.contenedor-hero {
  flex-direction: column;
  width: 68.89vw;
  max-width: 68.89vw !important;
}

.gapHero {
  gap: 1.67vw;
}

.hero-title1 {
  font-family: 'Poppins', serif;
  font-size: 1.18vw;
  line-height: 1.30vw;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.hero-title2 {
  font-family: 'Poppins', serif;
  font-size: 4.58vw;
  line-height: 5.50vw;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

/* Animación para el texto que sale */
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* Animación para el texto que entra */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Clases para aplicar las animaciones */
.slide-out-left {
  animation: slideOutLeft 1.2s forwards;
}

.slide-in-right {
  animation: slideInRight 1.2s forwards;
}

/* Asegúrate de que los contenedores de texto tengan overflow: hidden */
.hero-titleHome,
.hero-titleHome2,
.hero-titleHome2Mobile {
  overflow: hidden;
  display: inline-block;
  /* Para que las animaciones funcionen correctamente */
}

/* Animación para el texto que sale hacia la derecha */
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Animación para el texto que entra desde la izquierda */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Clases para aplicar las nuevas animaciones */
.slide-out-right {
  animation: slideOutRight 1.2s forwards;
}

.slide-in-left {
  animation: slideInLeft 1.2s forwards;
}

.hero-subtitle {
  font-family: 'Poppins', serif;
  font-size: 1.25vw;
  line-height: 2vw;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.pruebaBtn {
  background-color: #FFFFFF;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 11.46vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #8C46F6;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

.pruebaBtn span {
  font-size: 1vw;
  vertical-align: middle;
  font-weight: 700;
}

@media (min-width:768px) {
  .pruebaBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    /* Inicialmente sin ancho */
    height: 100%;
    background: #8C46F6;
    transition: width 0.4s ease-in-out;
    /* Transición suave del ancho */
  }

  .pruebaBtn:hover::before {
    width: 100%;
    /* Expande el pseudo-elemento al 100% del ancho */
  }

  .pruebaBtn:hover {
    color: #FFFFFF;
    box-shadow: 0px 1.56vw 2.81vw #8d46f683;
    border: transparent;
  }
}

.videoBtn {
  background-color: transparent;
  border-radius: 999px;
  border: 1px solid #8C46F6;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 9.51vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1vw;
  display: inline-block;
  text-decoration: none;
  color: #8C46F6;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

.videoBtn span {
  font-size: 1vw;
  vertical-align: middle;
  font-weight: 700;
  color: #8C46F6;
}

@media (min-width:768px) {
  .videoBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F5F5F5;
    transition: width 0.4s ease-in-out;
  }

  .videoBtn:hover::before {
    width: 100%;
  }

  .videoBtn:hover {
    color: #8C46F6;
    border: transparent;
  }

  a.videoBtn {
    color: #8C46F6;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }
}

.buttonsHero {
  margin-top: 2rem;
  z-index: 3;
}

.imgHero1 {
  width: 110vw;
  max-width: 110vw !important;
  position: absolute;
  right: -4vw;
  top: -5vw;
  object-fit: cover;
  z-index: 4;
  overflow: visible;
  visibility: hidden
}

.imgHero2 {
  width: 221.25vw;
  position: absolute;
  left: -57vw;
  top: -113vw;
  object-fit: cover;
  z-index: -1;
  overflow: visible;
  user-select: none;
}

.imgHero3 {
  width: 221.25vw;
  position: absolute;
  left: -57vw;
  top: -105vw;
  object-fit: cover;
  z-index: -2;
  overflow: visible;
  user-select: none;
}

.imgHero1, .imgHero2, .imgHero3 {
  will-change: transform;
}

.img-contenedor-hero {
  margin-top: 3rem;
  width: 79.17vw;
  height: 56.25vw;
  overflow: hidden;
  border-radius: 4.17vw;
  position: relative;
  z-index: 3;
}

.img-contenedor-hero img {
  width: 79.17vw;
  height: 56.25vw;
  object-fit: cover;
}

.section-descargas {
  background-color: #FFFFFF;
}

.titulo-Descarga h2 {
  font-family: 'Figtree', serif;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2.33vw;
  color: #070113;
}

.texto-descarga p {
  font-family: 'Figtree', serif;
  font-weight: 500;
  font-size: 1.11vw;
  line-height: 1.78vw;
  color: #6F7178;
}

.descarga-image {
  padding-left: 7.64vw;
  overflow: hidden;
}

.descarga-image img {
  /*width: 33.75vw !important;
  height: 25.86vw !important ;
  padding-top: 7.29vw;
    padding-left: 10.42vw;*/
}

/* Slider */
.PartnersProductos {
  margin-right: 0% !important;
  background-color: #FFFFFF;
}

.partnersTexto {
  height: 4.06vw;
  font-size: 1.67vw;
  line-height: 2.33vw;
  font-weight: 600;
  color: #070113;
  font-family: 'Inter', sans-serif;
}

.partnersTexto b {
  font-weight: 500;
}

.partnersTexto {
  padding-top: 2vw;
}

.textoPartnersMovil {
  padding-left: 3.5vw;
  padding-bottom: 5vw;
}

.dudasTexto p {
  font-family: 'Figtree', serif;
  font-weight: 600;
  font-size: 1.18vw;
  line-height: 1.30vw;
  color: #5320A5;
}

.dudasSubtitulo p {
  font-family: 'Figtree', serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #8B8D98;
}

.dudasTitulo h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 3.33vw;
  line-height: 4vw;
  color: #070113;
}

.numero h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 3.75vw;
  line-height: 5.25vw;
  color: #8C46F6;
}

.numero p {
  font-family: 'Figtree', serif;
  font-weight: 600;
  font-size: 1.53vw;
  line-height: 2.14vw;
  color: #070113;
}

.filaNuestrosNumeros {
  width: 60vw;
  padding-bottom: 7.5vh;
}

.tomaControl {
  background: radial-gradient(200% 100vh at top, #C9AFF8 20%, #D4C3FA 41%, #E6E3FD 77%, #EDEFFF 98%);
  border-radius: 2.08vw;

  padding-left: 6.94vw;
  padding-right: 6.94vw;
  padding-top: 2.08vw;
}

.tomaControl h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 2.78vw;
  line-height: 3.33vw;
  color: #FFFFFF;
}

.tomaControl p {
  font-family: 'Figtree', serif;
  font-weight: 500;
  font-size: 1.11vw;
  line-height: 1.78vw;
  color: #8C46F6;
}

.tomaControl img {
  border-top-left-radius: 1.74vw;
  border-top-right-radius: 1.74vw;
}

.slider-container {
  width: 83.33vw !important;
  margin: 0 auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.slider-content {
  display: flex;
  flex-wrap: nowrap;
  /*gap: 5vw;*/
  /*padding-top: 5vw;*/
  padding-right: 0% !important;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.slider-partners {
  width: 83.33vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
  padding-top: 5vw;
  padding-right: 0% !important;
}

.slider-container {
  width: 83.33vw !important;
  margin: 0 auto;
  overflow: hidden;
}

.custom-logo {
  display: flex;
  width: 12.985vw;
  height: 4.6875vw;
  object-fit: contain;
  justify-content: center;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

#sincronizacion {
  background-color: #F7F8FF;
  justify-content: center;
}

.sincronizacion {
  width: 80vw;
}

.sincronizacionInfo {
  margin-top: 2vw;
  margin-bottom: 2vw;
  justify-content: space-between;
}

.sincronizacionTitle h1 {
  font-family: 'Figtree', serif;
  font-size: 1.18vw !important;
  line-height: 1.30vw !important;
  font-weight: 600 !important;
  color: #8C46F6;
}

.sincronizacionTitle2 {
  font-family: 'Inter', serif;
  font-size: 3.33vw !important;
  line-height: 4vw !important;
  font-weight: 600 !important;
  color: #070113;
}

.sincronizacionText {
  font-family: 'Figtree', serif;
  font-size: 1.25vw !important;
  line-height: 2vw !important;
  font-weight: 400 !important;
  color: #070113;
  height: 25.69vw;
}

.sincronizacionText p {
  margin-bottom: 0;
}

.sincronizacionTextTitle {
  font-size: 1.67vw;
  line-height: 2.33vw;
  font-weight: 600;
  color: #070113;
}

.sincronizacionTextContent {
  font-size: 1.11vw;
  line-height: 1.78vw;
  font-weight: 500;
  color: #6F7178;
}

#caracteristicas {
  background: radial-gradient(200% 100vh at top, #C9AFF8 20%, #D4C3FA 41%, #E6E3FD 77%, #EDEFFF 98%);
  justify-content: center;
  border-radius: 2.0833vw;
}

.caracteristicas {
  width: 80vw;
}

.caracteristicasInfo {
  margin-top: 2vw;
  margin-bottom: 2vw;
  /*justify-content: space-between;*/
}

/*Efecto hover*/
/* Estilos base para los cuadros (.caracteristicasCuadro) */
.caracteristicasCuadro {
  flex: 1;
  /* Hace que cada cuadro ocupe el mismo espacio dentro de un contenedor flexible */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Transición suave para todos los cambios */
  overflow: hidden;
  /* Oculta el contenido que se desborde */
  position: relative;
  /* Permite posicionar elementos hijos de manera relativa */
}

/* Estado inicial de los cuadros (sin hover) */
.caracteristicasCuadro {
  transform: scale(1);
  /* Tamaño inicial: 100% (sin escalar) */
}

/* Efecto hover en el primer cuadro (crece hacia bottom-right) */
.caracteristicasCuadro:nth-child(1):hover {
  transform-origin: top left;
  /* El crecimiento comienza desde la esquina superior izquierda */
  transform: scale(1.2);
  /* Crece un 20% hacia bottom-right */
  z-index: 2;
  /* Asegura que el cuadro hovered esté por encima de los otros */
}

/* Efecto hover en el segundo cuadro (crece hacia bottom-left) */
.caracteristicasCuadro:nth-child(2):hover {
  transform-origin: top right;
  /* El crecimiento comienza desde la esquina superior derecha */
  transform: scale(1.2);
  /* Crece un 20% hacia bottom-left */
  z-index: 2;
  /* Asegura que el cuadro hovered esté por encima de los otros */
}

/* Efecto hover en el tercer cuadro (crece hacia top-right) */
.caracteristicasCuadro:nth-child(3):hover {
  transform-origin: bottom left;
  /* El crecimiento comienza desde la esquina inferior izquierda */
  transform: scale(1.2);
  /* Crece un 20% hacia top-right */
  z-index: 2;
  /* Asegura que el cuadro hovered esté por encima de los otros */
}

/* Efecto hover en el cuarto cuadro (crece hacia top-left) */
.caracteristicasCuadro:nth-child(4):hover {
  transform-origin: bottom right;
  /* El crecimiento comienza desde la esquina inferior derecha */
  transform: scale(1.2);
  /* Crece un 20% hacia top-left */
  z-index: 2;
  /* Asegura que el cuadro hovered esté por encima de los otros */
}

/* Reducción de los otros cuadros cuando se hace hover en uno */
.caracteristicasInfo:hover .caracteristicasCuadro:not(:hover) {
  transform: scale(0.9);
  /* Los cuadros no hovered se encogen un 10% */
  filter: brightness(0.9);
  /* Reduce ligeramente el brillo para dar un efecto visual de "inactivo" */
}

/* Animaciones del contenido interno (imágenes, títulos y párrafos) */
.caracteristicasCuadro img,
.caracteristicasCuadro h2,
.caracteristicasCuadro p {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Transición suave para cambios en el contenido */
}

/* Escalado de la imagen dentro del cuadro hovered */
.caracteristicasCuadro:hover img {
  transform: scale(1.1);
  /* La imagen crece un 10% */
}

/* Escalado del título dentro del cuadro hovered */
.caracteristicasCuadro:hover h2 {
  transform: scale(1.05);
  /* El título crece un 5% */
  margin-bottom: 0.5vw;
  /* Añade un margen inferior para separarlo del párrafo */
}

/* Escalado del párrafo dentro del cuadro hovered */
.caracteristicasCuadro:hover p {
  transform: scale(1.03);
  /* El párrafo crece un 3% */
}

/* Reducción de la imagen en los cuadros no hovered */
.caracteristicasInfo:hover .caracteristicasCuadro:not(:hover) img {
  transform: scale(0.9);
  /* La imagen se reduce un 10% */
}

/* Reducción del título en los cuadros no hovered */
.caracteristicasInfo:hover .caracteristicasCuadro:not(:hover) h2 {
  transform: scale(0.9);
  /* El título se reduce un 10% */
}

/* Reducción del párrafo en los cuadros no hovered */
.caracteristicasInfo:hover .caracteristicasCuadro:not(:hover) p {
  transform: scale(0.9);
  /* El párrafo se reduce un 10% */
}

/* Asegurar que los cuadros no se encojan demasiado y sean legibles */
.caracteristicasCuadro {
  min-width: 20%;
  /* Establece un ancho mínimo para evitar que los cuadros sean demasiado pequeños */
  overflow: visible;
  /* Permite que el contenido no se recorte al crecer */
}

.caracteristicasTitle h1 {
  font-family: 'Figtree', serif;
  font-size: 1.1806vw !important;
  line-height: 1.2986vw !important;
  font-weight: 600 !important;
  color: #8C46F6;
}

.caracteristicasTitle2 {
  font-family: 'Inter', serif;
  font-size: 3.33vw !important;
  line-height: 4vw !important;
  font-weight: 600 !important;
  color: #FFFFFF;
}

.caracteristicasText {
  font-family: 'Figtree', serif;
  font-size: 1.25vw !important;
  line-height: 2vw !important;
  font-weight: 400 !important;
  color: #070113;
  height: 25.69vw;
}

.caracteristicasText h2 {
  font-family: 'Inter', serif;
  font-size: 1.6667vw !important;
  line-height: 2.33vw !important;
  font-weight: 600 !important;
  color: #FFFFFF;
}

.caracteristicasText p {
  font-family: 'Figtree', serif;
  font-size: 1.25vw !important;
  line-height: 2vw !important;
  font-weight: 500 !important;
  color: #5B25B0;
}

.caracteristicasText p {
  margin-bottom: 0;
}

.caracteristicasTextTitle {
  font-size: 1.67vw;
  line-height: 2.33vw;
  font-weight: 600;
  color: #070113;
}

.caracteristicasTextContent {
  font-size: 1.11vw;
  line-height: 1.78vw;
  font-weight: 500;
  color: #6F7178;
}



.gapTextContent {
  gap: 1.67vw;
}

.comienzaBtn {
  background-color: #8C46F6;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 19.44vw;
  height: 3.47vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  justify-content: center;
}

.comienzaBtn span {
  font-size: 1.5vw;
  align-self: center;
}

.pruebalaBtn {
  background-color: #8C46F6;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 13.90vw;
  height: 3.47vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  justify-content: center;
}

.pruebalaBtn span {
  font-size: 1.5vw;
  align-self: center;
}

.comienzaSinBtn {
  background-color: #8C46F6;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 16.47vw;
  height: 3.47vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  justify-content: center;
}

.comienzaSinBtn span {
  font-size: 1.5vw;
  align-self: center;
}

.siguienteModalBtn {
  background-color: #264BFF;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 11.47vw;
  height: 3.47vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  justify-content: center;
}

.siguienteModalBtn span {
  font-size: 1.5vw;
  align-self: center;
}

.infoFactura {
  padding-top: 1.39vw;
  background: transparent;
  padding: 1vw 2.5vw;
  margin: 0 1vw;
  width: 50%;
  border-radius: 1.04vw;
  position: relative;
  overflow: hidden; /* Para ocultar el pseudo-elemento */
}

/* Animación del borde */
.infoFactura::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A978F5; /* Color del borde */
  border-radius: 1.04vw;
  box-sizing: border-box;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0); /* Inicialmente oculto */
  animation: drawBorder 2.5s ease-in-out forwards; /* Animación de 4 segundos */
  animation-delay: 0.7s;
  z-index: 1; /* Asegúrate de que esté por encima de otros elementos */
}

/* CAMBIO AQUI */
.info2.infoFactura::before{
  animation-delay: 2.5s;
}

/* HASTA AQUI */

/* Animación para dibujar el borde desde una punta */
@keyframes drawBorder {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); /* Comienza oculto */
  }
  25% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); /* Dibuja el borde superior */
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Dibuja el borde derecho e inferior */
  }
  75% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Dibuja el borde izquierdo */
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* Borde completo */
  }
}

.infoFactura p {
  font-family: "Figtree", serif;
  line-height: 2vw;
  padding-left: 1.39vw;
  /* Mueve el texto más a la derecha */
  color: #5B25B0;
  font-size: 1.11vw;
  margin-bottom: 0;
}

.info1.typing-text{
  animation-delay: 1s;
}
.info2.typing-text{
  animation-delay: 1.3s;
}
.info3.typing-text{
  animation-delay: 1.6s;
}
.info4.typing-text{
  animation-delay: 1.9s;
}
.info5.typing-text{
  animation-delay: 2.2s;
}
.info6.typing-text{
  animation-delay: 2.5s;
}
.info7.typing-text{
  animation-delay: 2.8s;
}
.info8.typing-text{
  animation-delay: 3.1s;
}
.info9.typing-text{
  animation-delay: 3.4s;
}
.info10.typing-text{
  animation-delay: 3.7s;
}
.info11.typing-text{
  animation-delay: 3.8s;
}
.info12.typing-text{
  animation-delay: 3.9s;
}
.info13.typing-text{
  animation-delay: 4s;
}
.info14.typing-text{
  animation-delay: 4.1s;
}

@media (max-width: 767px) {
  .contenedor-container{
    display: contents;
  }

  .respuestaIAGraficoContainer {
    flex-direction: column;
    /* Cambia la dirección a vertical */
  }

  .infoFactura {
    width: 100%;
    /* Ocupa el 100% del ancho en móviles */
    margin: 0 0 2.5vw;
    /* Ajusta el margen para móviles */
    border-radius: 3.49vw;
  }

  .infoFactura p {
    font-family: "Figtree", serif;
    font-size: 3.72vw;
    line-height: 7.55vw;
    padding-left: 1.39vw;
    /* Mueve el texto más a la derecha */
    color: #5B25B0;
    margin-bottom: 0;
  }
}

.infoViaticos p {
  font-family: "Figtree", serif;
  line-height: 1.13vw;
  padding-left: 1.39vw;
  /* Mueve el texto más a la derecha */
  color: #5B25B0;
}

.respuestaIAGraficoContainer {
  display: flex;
  
}

@media (min-width: 768px) {
  .respuestaIAGraficoContainer {
    flex-direction: column;
    height: 24vw;
    justify-content: center;
  }

  .respuestaIAGraficoContainer5{
    flex-direction: row;
    align-items: center;
  }

}

.table-container {
  overflow-x: auto;
  /* Hace la tabla responsiva */
  width: 100%;

}

/* Personalización de la barra de desplazamiento */
.table-container::-webkit-scrollbar {
  width: 10px;
  /* Ancho de la barra de desplazamiento */
  height: 10px;
  /* Altura de la barra de desplazamiento (para scroll horizontal) */
}

.table-container::-webkit-scrollbar-track {
  background: #E2DCED;
  /* Color de fondo de la barra de desplazamiento */
  border-radius: 5px;
  /* Bordes redondeados */
}

.table-container::-webkit-scrollbar-thumb {
  background: #C9AFF8;
  /* Color de la barra de desplazamiento */
  border-radius: 5px;
  /* Bordes redondeados */
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #D0C4E6;
  /* Color de la barra de desplazamiento al pasar el mouse */
}

.infoingresos p {
  font-family: "Figtree", serif;
  font-weight: 400;
  font-size: 1.1111vw;
  line-height: 1.13vw;
  color: #5B25B0;
  margin-bottom: 0;
}

.Tabla-slider-container {
  margin-bottom: 1.8vw;
}

.Tabla-slider-container p {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.13vw;
  color: #D2D5E9;
  margin: 0;
}

.Tabla-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* Espacio entre el valor y el slider */
}

.Tabla-slider {
  width: 90%;
  /* Ancho reducido del slider */
  margin-top: 0.5rem;
}

.Tabla-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5vw;
  background: #FFFFFF12;
  border-radius: 5px;
  outline: none;
  position: relative;
}

    .Tabla-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5vw;
        background: linear-gradient( to right, #264BFF 0%, #00FFD0 calc(var(--progress) / 2), #264BFF calc(var(--progress)), #D2D5E91A calc(var(--progress)), #D2D5E91A 100% );
        border-radius: 5px;
    }

.Tabla-slider::-moz-range-track {
  width: 100%;
  height: 0.5vw;
  background: #FFFFFF12;
  border-radius: 5px;
}

    .Tabla-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1.389vw;
        height: 1.389vw;
        background: #D3EDFE;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        margin-top: -0.4vw;
    }

.Tabla-slider::-moz-range-thumb {
  width: 1.389vw;
  height: 1.389vw;
  background: #5F7696;
  border-radius: 50%;
  cursor: pointer;
}

.Tabla-slider::-moz-range-progress {
  background: #5F7696;
  height: 0.5vw;
  border-radius: 5px;
}

/* Contenedor para la máscara */
.slider-mask {
  position: relative;
  width: 100%; /* Ajusta el ancho según sea necesario */
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, black 0%, black 100%) 0 0 / 0% 100% no-repeat;
  mask: linear-gradient(to right, black 0%, black 100%) 0 0 / 0% 100% no-repeat;
  animation: reveal 1.5s steps(80) forwards; /* Duración de 2 segundos */
  line-height: 2.5vw;
}

.slider-mask.barra1 {
  animation-delay: 1.2s;
}

.slider-mask.barra2 {
  animation-delay: 3s;
}

.slider-mask.barra3 {
  animation-delay: 4.5s;
}

/* Animación para revelar la barra */
@keyframes reveal {
  from {
      -webkit-mask-size: 0% 100%;
      mask-size: 0% 100%;
  }
  to {
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
  }
}


.Tabla-slider1 {
  --progress: 100%;
  /* Ajuste manual basado en el valor inicial */
}

.Tabla-slider2 {
  --progress: 72%;
  /* Ajuste manual basado en el valor inicial */
}

.Tabla-slider3 {
  --progress: 27%;
  /* Ajuste manual basado en el valor inicial */
}

.Tabla-value {
  width: 6.944vw;
  /* Ancho fijo para el valor monetario */
  text-align: right;
  /* margin-top: 0.5rem; */
}



.custom-table {
  width: 100%;
  border: 2px solid #A978F5;
  /* Exterior border color */
  border-radius: 1.04vw;
  /* Border radius */
  overflow: hidden;
  /* Ensures the border radius is applied correctly */
  border-collapse: separate;
  /* Allows border-radius to work */
  border-spacing: 0;
  /* Removes extra spacing between cells */
}

.custom-table th,
.custom-table td {
  font-family: "Figtree", serif;
  text-align: center;
  /* Centra el texto horizontal y verticalmente */
  color: #5B25B0;
  /* Color del texto */
  font-size: 1.11vw;
  line-height: 2.92vw;
}

.row-striped {
  background-color: rgba(118, 98, 234, 0.13);
  /* Fondo con 13% de opacidad */
}

.row-transparent {
  background-color: transparent;
  /* Fondo transparente */
}

@media (min-width:768px) {
  a.comienzaBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .comienzaBtn::before {
    background: #FFFFFF;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .comienzaBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .comienzaBtn:hover {
    color: #8C46F6;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }

  a.comienzaSinBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .comienzaSinBtn::before {
    background: #FFFFFF;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .comienzaSinBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .comienzaSinBtn:hover {
    color: #8C46F6;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }

  a.siguienteModalBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .siguienteModalBtn::before {
    background: #FFFFFF;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .siguienteModalBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .siguienteModalBtn:hover {
    color: #264BFF;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }

  a.pruebalaBtn {
    color: #FFFFFF;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }

  a.pruebalaBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .pruebalaBtn::before {
    background: #FFFFFF;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .pruebalaBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .pruebalaBtn:hover {
    color: #8C46F6;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }

  a.pruebalaBtn {
    color: #FFFFFF;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }


}

.img-contenedor-sincronizacion {
  width: 36.81vw;
  height: 52.52vw;
  overflow: hidden;
  border-radius: 2.08vw;
}

.img-contenedor-caracteristicas {
  width: 36.81vw;
  /*height: 74.10vh;*/
  overflow: hidden;
  border-top-left-radius: 2.08vw;
  border-bottom-left-radius: 2.08vw;
  box-shadow: 0 33px 99.5px 0 #4D1D9721;
}

.img-contenedor-caracteristicas img {
  height: 140.44vh;

}

.sincronizacion-img {
  width: 36.81vw;
  height: 52.52vw;
  object-fit: cover;
}

#footer {
  position: relative;
  z-index: 2;
}

.footer-container {
  background-color: #FFFFFF;
  height: 21.81vw;
  padding: 2.5vw 5vw;
}

.logoFooter {
  position: relative;
}

.logoFooter img {
  width: 13.54vw;
  height: 1.88vw;
  margin-left: -2vw;
}

.footer-text-container {
  width: 79.17vw;
  height: 12vw;
  justify-content: space-between;
}

.footer-text {
  font-family: 'Poppins', serif;
  font-weight: 500;
  color: #1F212D;
  font-size: 0.9vw;
  line-height: 1.78vw;
}

.footer-text p {
  margin: 0 !important;
}

.footer-nav {
  font-family: 'Poppins', serif;
  font-weight: 500;
  text-decoration: none;
  color: #AAAAAA;
  font-size: 0.97vw;
  line-height: 1.56vw;
  width: 23vw;
  height: 1.53vw;
  justify-content: space-between;
}

.footer-nav a {
  color: #AAAAAA;
  text-decoration: none;
}

@media (min-width:768px) {
  .footer-nav-item {
    position: relative;
    text-decoration: none;
  }

  .footer-nav-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 0.09vw;
    /* Grosor del subrayado */
    background-color: #AAAAAA;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
  }

  .footer-nav-item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.lineaFooter {
  border: 1px solid #5F7696;
  width: 79.17vw;
}

.footer-text2 {
  font-family: 'Poppins', serif;
  font-weight: 500;
  color: #1F212D;
  font-size: 0.9vw;
  line-height: 1.78vw;
}

.footer-text-container2{
  height: 12vw;
  text-align: right;
}

.footer-text-container2 p{
  margin: 0 !important;
}

/*Vista Planes*/

.hero_Planes{
  background: radial-gradient(44.51% 44.51% at 50% 61.42%, #1E2A8D 0.02%, #0B071B 100%);
}

.comienzaPruebaBtn {
  background-color: #264BFF;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 23.75vw;
  height: 3.33vw;
  font-family: "Figtree", serif;
  font-weight: 500;
  line-height: 1.22vw;
  font-size: 1.11vw;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

.comienzaPruebaBtn span {
  font-size: 1vw;
  vertical-align: middle;
  font-weight: 700;
}

@media (min-width:768px) {
  .comienzaPruebaBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFFFFF;
    transition: width 0.4s ease-in-out;
  }

  .comienzaPruebaBtn:hover::before {
    width: 100%;
  }

  .comienzaPruebaBtn:hover {
    color: #264BFF;
    box-shadow: 0px 1.56vw 2.81vw #fffefe55;
    border: transparent;
  }

  a.comienzaPruebaBtn {
    color: #FFFFFF;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }
}

.container-planes {
  background-color: #F7F8FF;
  height: 82.29vw;
}

.planes-title {
  height: 18.26vw;
}

.planes-title1 {
  font-family: 'Poppins', serif;
  color: #264BFF;
  font-size: 1.18vw;
  line-height: 1.3vw;
}

.planes-title2 {
  font-family: 'Poppins', serif;
  color: #070113;
  font-size: 3.33vw;
  line-height: 4vw;
}

.planes-subtitle {
  font-family: 'Poppins', serif;
  color: #6F7178;
  font-size: 1.25vw;
  line-height: 2vw;
}

.planes-cards-container {
  width: 100vw;
}

.planes-cards {
  height: 43.19vw;
  width: 79.17vw;
}

.planes-card {
  height: 43.19vw;
  width: 25.28vw;
  background-color: #DFE6EC;
  border-radius: 2.08vw;
  padding: 2.78vw;
  transition: box-shadow 0.4s ease-in-out;
}

@media (min-width:768px) {
  .planes-card:hover {
    box-shadow: 0vw 2.85vw 2vw 0vw #43198230;
  }
}

.card-header {
  width: 19.72vw;
  height: 10.83vw;
}

.nivel {
  font-family: 'Figtree', serif;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1vw;
  color: #0B071B;
  padding: 0.35vw 0.69vw;
  gap: 0.69vw;
  border-radius: 6.88vw;
  border: 1px solid #0B071B;
  text-align: center;
}

.basico {
  width: 6.2vw;
  height: 1.67vw;
}

.intermedio {
  width: 7.87vw;
  height: 1.67vw;
}

.empresarial {
  width: 8.15vw;
  height: 1.67vw;
}

.membresia {
  font-family: 'Inter', serif;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2.33vw;
  color: #0B071B;
}

.membresia p {
  margin-bottom: 0 !important;
}

.incluye {
  font-family: 'Figtree', serif;
  font-weight: 400;
  font-size: 0.97vw;
  line-height: 1.56vw;
  color: #7C7C7C;
}

.incluye p {
  margin-bottom: 0 !important;
}

.linea {
  width: 19.72vw;
  border: 1px solid #0B071B;
}

.card-info {
  width: 19.72vw;
  height: 17.08vw;
  font-family: 'Figtree', serif;
  font-weight: 400;
  font-size: 0.97vw;
  line-height: 1.56vw;
  color: #0B071B;
}

.card-info p {
  margin-bottom: 0 !important;
}

.card-info-empresarial {
  height: 13.06vw;
}

.punto-card-info {
  color: #0B071B;
  margin-right: 0.5vw;
}

.punto-card-info-emp {
  color: #0B071B;
  align-content: center;
  margin-right: 0.5vw;
}

.comprarBtn {
  background-color: #264BFF;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 19.72vw;
  height: 3.47vw;
  font-family: 'Poppins', serif;
  font-weight: 500;
  line-height: 1.38vw;
  font-size: 1.2vw;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
}

body.modal-open {
  /*background: rgba(91, 37, 176, 0.7) !important;*/
}

body.modal-open {
  overflow: hidden;
  position: relative;
}

/*body.modal-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0b071bc2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999; 
}*/

.modal.modal-customer-journey-container{ 
    top: 0 !important;
}

@media (min-width: 1025px) {
    .modal-customer-journey-container {
         margin-left: 0 !important; 
    }
}

.modal-footer{
    justify-content: center !important;
}

/* De aqui */

.video-thumbnail {
  max-width: 32.11vw;
  max-height: 20.83vw;
  border-radius: 1vw;
  background: none;
  /*max-width: 520px;
  max-height: 300px;*/
  object-fit: cover;
  opacity: 0.7;
  background-color: #D3EDFE;
}

.play-icon {
  width: 6.94vw;
  height: 6.94vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);*/
  transition: transform 0.3s ease-out;
  z-index: 10;
}

.play-icon i {
  font-size: 2.5rem;
  color: #FFFFFF;
}

.video-thumbnail-container:hover .play-icon {
  transform: translate(
    calc(var(--mouse-x) - 50%), 
    calc(var(--mouse-y) - 50%)
  ) scale(1.1);
}

.video-thumbnail-container {
  cursor: none; /* Oculta el cursor estándar */
  position: relative;
  overflow: hidden; /* Opcional: contener el movimiento */
}

/* Hasta aqui */
.modalTexto h5 {
  font-family: "Inter", serif;
  font-weight: 600;
  line-height: 1.38vw;
  color: #FFFFFF;
}

.buttonMobileAtrasDisable {
  color: #AAAAAB;
  background-color: transparent !important;
  border-color: transparent !important;
}

.buttonMobileAtras {
  color: #8C46F6;
  background-color: transparent !important;
  border-color: transparent !important;
}

.buttonMobileAdelanteDisable {
  color: #AAAAAB;
  background-color: transparent !important;
  border-color: transparent !important;
}

.buttonMobileAdelante {
  color: #8C46F6;
  background-color: transparent !important;
  border-color: transparent !important;
}

.buttonMobileDisable {
  opacity: 1;
  border-radius: 50%;
  width: 9.30vw;
  /* Define un ancho fijo para que sea un círculo perfecto */
  height: 9.30vw;
  /* Define una altura fija para que sea un círculo perfecto */
  color: #8C46F6;
  border-color: #8C46F6;
}

.buttonMobileActivo {
  background-color: transparent !important;
  border-color: transparent;
  color: #1D1D1D;
}

.verification-input {
  width: 2.9vw !important;
  height: 3.8vw !important;
  font-size: 1.5rem;
  text-align: center;
  margin: 5px;
}

.legaxModal{
  width: 17.1vw;
}

.checkIDModal{
  width: 10vw;
}

.inboltModal{
  width: 7.3vw;
}

.tituloTutorial {
  /*padding-left: 2.92vw;*/
}

.tituloTutorial h5 {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 1.53vw;
  line-height: 1.78vw;
  color: #FFFFFF;
}

.tituloTutorial p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 1.11vw;
  line-height: 1.78vw;
  color: #737583;
}

@media (min-width:768px) {
  .comprarBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #FFFFFF;
    transition: width 0.4s ease-in-out;
  }

  .comprarBtn:hover::before {
    width: 100%;
  }

  .comprarBtn:hover {
    color: #264BFF;
    box-shadow: 0px 1.56vw 2.81vw #a8b3f784;
    border: transparent;
  }

  a.comprarBtn {
    color: #FFFFFF;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }
}

.adquiereConsultoria-container {
  height: 69.44vw;
  background-color: #F7F8FF;
}

.adquiereConsultoria {
  width: 72.78vw;
}

.adquiere,
.consultoria {
  width: 35.03vw;
  height: 61.5vw;
}

.adquiere-title,
.consultoria-title {
  height: 16.19vw;
}

.adquiere-card {
  height: 38.89vw;
  width: 25.28vw;
  background-color: #0B071B; /*130647*/
  border-radius: 2.08vw;
  padding: 2.78vw;
  transition: box-shadow 0.4s ease-in-out;
}

@media (min-width:768px) {
  .adquiere-card:hover {
    box-shadow: 0vw 2.85vw 2vw 0vw #43198230;
  }
}

.adquiereCard-header {
  width: 19.72vw;
  height: 10.83vw;
}

.adquiereCard-title1 {
  font-family: 'Figtree', serif;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1vw;
  color: #DFE6EC;
  padding: 0.35vw 0.69vw;
  gap: 0.69vw;
  border-radius: 6.88vw;
  border: 1px solid #DFE6EC;
  text-align: center;
}

.cuenta {
  width: 8vw;
  height: 1.67vw;
}

.consultoriaY {
  width: 9.7vw;
  height: 1.67vw;
}

.adquiereCard-title2 {
  font-family: 'Inter', serif;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2.33vw;
  color: #DFE6EC;
}

.adquiereCard-title2 p {
  margin-bottom: 0 !important;
}

.adquiereCard-subtitle {
  font-family: 'Figtree', serif;
  font-weight: 400;
  font-size: 0.97vw;
  line-height: 1.56vw;
  color: #E5E6F8;
}

.adquiereCard-subtitle p {
  margin-bottom: 0 !important;
}

.punto {
  color: #37156C;
}

.linea2 {
  width: 19.72vw;
  border: 1px solid #DFE6EC;
}

.adquiereCard-info {
  width: 19.72vw;
  height: 12.78vw;
  font-family: 'Figtree', serif;
  font-weight: 400;
  font-size: 0.97vw;
  line-height: 1.56vw;
  color: #FFFFFF;
}

.adquiereCard-info p {
  margin-bottom: 0 !important;
}

.adquiereCard-info span {
  color: #DFE6EC;
}

/*Vista Login*/

.contenedor-login {
 /* width: 79.1667vw; 
  height: 51.39vw;
  border-radius: 1.4583vw; */
  width: 71.65vw;
  height: 43.13vw;
  border-radius: 1.08vw;
  overflow: hidden;
  margin: 5vw 0;
}

.login-img {
  width: 50%;
  overflow: hidden;
  object-fit: cover;
}

.login-img img {
  mask-image: linear-gradient(225deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.51) 36%,
      rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(225deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.51) 36%,
      rgba(0, 0, 0, 1) 100%);
}

.login-modal {
  width: 50%;
  background-color: #FFFFFF;
  padding: 2vw 2vw;
}

.loginHeader h2 {
  font-family: 'Poppins', serif;
  font-weight: 600;
  line-height: 2.1863vw;
  /* font-size: 1.8056vw;*/
  font-size: 1.64vw;
  color: #1E1E1E;
}

.loginCompañia {
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 1.3444vw;
  /* font-size: 1.1111vw; */
  font-size: 1.03vw;
  color: #6B6E75;
}

.loginCompañia b {
  color: #466FF6;
  font-weight: 400;
}

.loginDatos {
  gap: 1.5vw;
  display: flex;
  flex-direction: column;
}

.loginDatos p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 0.9722vw;
  /* font-size: 1.1764vw; */
  font-size: 0.92vw;
  color: #6B6E75;
}

.opcionesInicioSesion p {
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 0.9722vw;
  /* font-size: 1.1764vw; */
  font-size: 0.92vw;
  color: #6B6E75;
}

.opciones{
  display: flex;
  gap: 1vw;
  justify-content: center;
}

.login-btn{
  border: 1px solid #1D1D1D;
  border-radius: 2.78vw;
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-size: 0.9vw;
  padding:  0 0.63vw;
  height: 2.78vw;
  background-color: #FFFFFF;
}

.login-btn.google{
 font-weight: 500 !important;
}

.login-btn.microsoft{

}

.login-btn.apple{
  padding:  0 1vw !important;
}

.login-btn img{
  width: 1.25vw;
}

.emailInput,
.passInput {
  /* width: 34.31vw;
  height: 3.98vw;
  border-radius: 0.5556vw; */
  width: 32vw;
  height: 2.96vw;
  border-radius: 0.41vw;
  border: 1px solid #D9D9D9;
  outline: none;
  /* Elimina el contorno predeterminado */
  transition: border-color 0.3s ease;
  /* Agrega una transición suave */
  font-family: 'Poppins', serif;
  /* font-size: 1.0417vw; */
  font-size: 0.77vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.password-container {
  position: relative;
  width: 100%;
  /* Ajusta el ancho según sea necesario */
}

.passInput {
  padding-right: 40px;
  /* Espacio para el ícono del ojo */
  box-sizing: border-box;
  /* Asegura que el padding no afecte el ancho total */
}

.toggle-password {
  position: absolute;
  /* right: 3vw; */
  right: 1vw;
  /* Ajusta la posición horizontal */
  top: 50%;
  transform: translateY(-50%);
  /* Centra verticalmente */
  cursor: pointer;
  user-select: none;
  color: #888;
  /* Color del ícono */
}

.emailInput:focus,
.passInput:focus {
  border: 1px solid #8C46F6;
}

.loginRecuperacion {
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 0.90vw;
  /* font-size: 1.09vw; */
  font-size: 0.87vw;
  /* width: 34.31vw; */
  width: 31.8vw;
}

.loginRecuperacion p {
  color: #466FF6;
}

.loginRecuperacion a {
  color: #BFBFBF;
}

.loginRecuerdame {
 /* gap: 1.5vw; */
  width: 15.2778vw;
}

.loginRecuerdame p {
  margin: 0;
}

.loginRecuerdame input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Tus medidas personalizadas */
 /* width: 1.3583vw;
  height: 1.3583vw;
  border-radius: 0.2778vw; */
  width: 1.01vw;
  height: 1.01vw;
  border-radius: 0.21vw;
  border: 1px solid #D9D9D9;

  /* Resto de propiedades (se mantienen igual) */
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  background: white;
}

/* Mantenemos el estilo al estar checked */
.loginRecuerdame input[type="checkbox"]:checked {
  border-color: #2196F3;
  background-color: #2196F3;
}

/* Checkmark original (se mantiene igual) */
.loginRecuerdame input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}

.loginRecuerdame {
  align-items: center;
}

.loginOlvidaste {
  width: 15.2778vw;
}

a {
  text-decoration: none !important;
}

.loginRecuerdame input {
  align-self: baseline;
}

.entrarBtn {
  /* width: 34.31vw;
  height: 3.98vw; */
  width: 25.46vw;
  height: 2.94vw;
  background-color: #264BFF;
  border-radius: 1.6319vw;
  display: inline-block;
  border-radius: 999px;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  font-family: 'Poppins', serif;
  font-weight: 600;
  line-height: 1.4299vw;
  /* font-size: 1.1806vw; */
  font-size: 0.88vw;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  align-content: center;
}

@media (min-width:768px) {
  .entrarBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #AFCDF8;
    transition: width 0.4s ease-in-out;
  }

  .entrarBtn:hover::before {
    width: 100%;
  }

  .entrarBtn {
    color: #FFFFFF;
    /* Color inicial del texto */
    padding: /* 1.04vw  */ 0.7vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }

  .entrarBtn:hover {
    color: #264BFF;
    /* Color del texto al hacer hover */
    box-shadow: 0px 1.56vw 2.81vw #7a8ff878;
    border: transparent;
  }
}

.loginRegistro {
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 0.90vw;
  /* font-size: 1.09vw; */
  font-size: 0.87vw;
}

.loginRegistro p {
  color: #6B6E75;
}

.loginRegistro a {
  color: #466FF6;
}

/*Registro modal*/
/* Estilos para el modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal.active {
  display: flex;
  /* Muestra el modal */
  /* Usamos flexbox para centrar el contenido */
  align-items: center;
  /* Centra verticalmente */
  justify-content: center;
  /* Centra horizontalmente */
  background: linear-gradient(180deg, rgba(34, 51, 132, 0.8) 0%, rgba(8, 12, 30, 0.8) 100%);

  padding: 10vw 0 0;
}

/* Mostrar el modal cuando es el "target" */
.modal:target {
  display: flex;
  /* Usamos flexbox para centrar el contenido */
  align-items: center;
  /* Centra verticalmente */
  justify-content: center;
  /* Centra horizontalmente */
  background: rgba(91, 37, 176, 0.7);
  padding: 10vw 0 0;
}

/*
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: 100vw !important;
}

.modal-content {
  background-color: transparent !important;
  border: transparent !important;
  width: 82.0139vw !important;
  height: 72.1111vh !important;
  border-radius: 1.3889vw !important;
  border: none;
  display: flex;
}

.modal-footer {
  justify-content: start !important;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  padding: 10px;
}

.modal-nav-left {
  left: 10px;
  z-index: 0;
}

.modal-nav-right {
  right: 10px;
  z-index: 0;
}
   */

.page-link a {
  color: #8C46F6;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination .page-item.active .page-link {
  border-radius: 50%;
  background-color: transparent;
  border-color: #264BFF;
  color: white;
  line-height: 1.1vw !important;
}

.pagination .page-item.active a {
  color: #264BFF !important;
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.111;
}

.pagination .page-item .page-link {
  border-radius: 50%;
  background-color: transparent;
  line-height: 1.1vw !important;
}

.pagination .page-item a {
  background-color: transparent;
  border-color: transparent;
  color: #5F7696 !important;
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 1.111;
}


.btnSalirModalTutorial {
  justify-content: end;
  text-align: end;
  width: 95%;
}

.btnSalirModalTutorial svg
{
  height: .9em;
}

.tituloModalTutorial {
  justify-content: start;
  text-align: start;
  padding-left: 9vh;
}

.tutorialButonIzquierda {
  background-color: transparent;
  border-color: transparent;

  border-top-width: 1.3888vw !important;
  color: #AAAAAB;
  font-size: 1.3889vw !important;
  font-weight: 600 !important;
}

.tutorialButonDerecha {
  background-color: transparent;
  border-color: transparent;

  border-top-width: 1.3888vw !important;
  color: #264BFF;
  font-size: 1.3889vw !important;
  font-weight: 600 !important;
}

.divIndice {
  padding-right: 2.0833vw;
}

.btnSalirModalTutorial span {
  font-family: 'Inter', serif;
  font-size: 1.3889vw;
  font-weight: 600;
  line-height: 2.15vw;
  color: #FFFFFF;
}

.btnSalirModalTutorialspan {
  font-family: 'Inter', serif;
  font-weight: 600;
  line-height: 2.15vw;
  color: #FFFFFF;
}



.btnSalirModalTutorial button {
  background: transparent;
  border: transparent;

}

.btnSalirModalMobileTutorial button {
  background: transparent;
  border: transparent;
  padding-left: 69.77vw;
}

.btnSalirModalMobileTutorial svg {
  height: .7em;
}

.btnSalirModalMobileTutorial span{
  font-family: 'Poppins', serif;
}

.video p {
  color: transparent;
}

.video h3 {
  font-family: 'Poppins', serif;
  font-size: 5.116vw;
  font-weight: 600;
  line-height: 7.163vw;
  color: #D2D5E9;
}

.video span {
  font-family: 'Poppins', serif;
  font-size: 3.721vw;
  font-weight: 400;
  line-height: 5.953vw;
  color: #D3EDFE;
}

.play-button {
  color: #FFFFFF;
}


/* Contenido del modal */
/*.modal-content {
  border-radius: 1.46vw;
  background-color: #fefefe;
  padding: 2vw 1.39vw;
  border: 1px solid #888;
  height: auto !important;
  width: 32.45vw !important;
  border-radius: 1.46vw !important;

  position: relative;

  gap: 1.8vw;
  justify-content: space-between;
}*/

.formRegistro {
  gap: 1.8vw;
}

/* Botón para cerrar el modal */
.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
}

.registroHeader h2 {
  font-family: 'Inter', serif;
  font-size: 1.81vw;
  font-weight: 600;
  line-height: 2.15vw;
  color: #1E1E1E;
}

.registroHeader h4 {
  font-family: 'Inter', serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.32vw;
  color: #6B6E75;
}

.registroForm {
  font-family: 'Inter', serif;
  font-weight: 400;
  height: 40.64vw;
}

.registroForm label {
  font-size: 0.97vw;
  line-height: 1.18vw;
  color: #6B6E75;
}

.campoRegistro {
  height: 5.21vw;
}

.registroForm input {
  font-size: 1.04vw;
  line-height: 1.25vw;
  color: #1D1D1D;
  font-family: 'Inter', serif;
  font-weight: 400;
  width: 28.13vw;
  height: 3.26vw;
  border-radius: 0.56vw;
  border: 1px solid #D9D9D9;
  padding: 0.69vw;
}

.registroForm input::placeholder {
  font-size: 1.04vw;
  line-height: 1.25vw;
  color: #AAAAAA;
  font-family: 'Inter', serif;
  font-style: italic;
}

.registroForm input:focus {
  border: 1px solid #8C46F6 !important;
  outline: none;
}

.check input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Tus medidas personalizadas */
  width: 1.3583vw;
  height: 1.3583vw;
  border-radius: 0.2778vw;
  border: 1px solid #D9D9D9;

  /* Resto de propiedades (se mantienen igual) */
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  background: white;
}

/* Mantenemos el estilo al estar checked */
.check input[type="checkbox"]:checked {
  border-color: #2196F3;
  background-color: #2196F3;
}

/* Checkmark original (se mantiene igual) */
.check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}

.terminos p,
.infoPromos p {
  font-family: 'Inter', serif;
  font-size: 0.90vw;
  line-height: 1.11vw;
  color: #6B6E75;
}

.registrarBtn {
  width: 28.13vw;
  height: 3.26vw;
  background-color: #8C46F6;
  border-radius: 1.6319vw !important;
  display: inline-block;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  font-family: "Inter", serif;
  font-weight: 600;
  line-height: 1.46vw;
  font-size: 1.18vw;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  align-content: center;
  border: none;
}

@media (min-width:768px) {
  a.registrarBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .registrarBtn::before {
    background: #dccdf3;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .registrarBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .registrarBtn:hover {
    color: #8C46F6;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }
}

.exitoModalConfirmacion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.exitoModalConfirmacion img {
  width: 10.28vw;
  height: 9.03vw;
}

.exitoModalConfirmacion h2 {
  font-family: 'Inter', serif;
  font-size: 2.22vw;
  font-weight: 600;
  line-height: 2.69vw;
  color: #1E1E1E;
  text-align: center;
}

.exitoModalConfirmacion h4 {
  font-family: 'Inter', serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.32vw;
  color: #6B6E75;
}

.exitoModalBotones {
  gap: 1vw;
}

.descargarModalBtn {
  width: 17.85vw;
  height: 3.26vw;
  background-color: #8C46F6;
  border-radius: 1.6319vw !important;
  display: inline-block;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  font-family: "Inter", serif;
  font-weight: 600;
  line-height: 1.46vw;
  font-size: 1.18vw;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  align-content: center;
  border: none;
}

@media (min-width:768px) {
  a.descargarModalBtn::before {
    content: "";
    position: absolute;
    align-content: center;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .descargarModalBtn::before {
    background: #dccdf3;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .descargarModalBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .descargarModalBtn:hover {
    color: #8C46F6;
    box-shadow: 0px 1.56vw 2.81vw #e5d9ffc5;
    border: transparent;
  }
}

.videoInstalacionModalBtn {
  background-color: transparent;
  border-radius: 999px;
  border: 1px solid #8C46F6;
  padding: 1.04vw 1.74vw;
  gap: 0.69vw;
  width: 17.85vw;
  height: 3.26vw;
  font-family: "Figtree", serif;
  font-weight: 600;
  line-height: 1.46vw;
  font-size: 1.18vw;
  display: inline-block;
  text-decoration: none;
  color: #8C46F6;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  overflow: hidden;
  text-align: center;
}

@media (min-width:768px) {
  a.videoInstalacionModalBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }

  .videoInstalacionModalBtn::before {
    background: #F5F5F5;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
    transition: 0.4s;
  }

  .videoInstalacionModalBtn:hover::before {
    clip-path: inset(0 0 0 0);
  }

  .videoInstalacionModalBtn:hover {
    color: #8C46F6;
    border-color: transparent;
  }

  a.videoInstalacionModalBtn {
    color: #8C46F6;
    padding: 1.04vw 1.74vw;
    transition: all 0.3s ease-in-out;
  }
}

/*Vista Descargar*/

#descargarNav {
  height: 7.64vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoNavDescargar {
  display: flex;
}

.logoNavDescargar img {
  width: 8.06vw;
}

#pasos {
  margin: 7vw 0;
}

.pasos-container {
  gap: 1.67vw;
}

.paso {
  background-color: #F5F5F5;
  width: 25.28vw;
  height: 32.36vw;
  border-radius: 2.08vw;
  padding: 2.78vw;
}

.pasoHeader {
  font-family: 'Inter', serif;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2.33vw;
  color: #5B25B0;
  gap: 0.8vw;
}

.pasoNo {
  font-family: 'Figtree', serif;
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 1vw;
  color: #8C46F6;
  padding: 0.35vw 0.69vw;
  gap: 0.69vw;
  border-radius: 6.88vw;
  border: 1px solid #8C46F6;
  text-align: center;
  width: 4.1vw;
  height: 1.67vw;
}

.pasoHeader p {
  margin: 0;
}

.pasoInfo {
  font-family: 'Figtree', serif;
  font-weight: 400;
  font-size: 0.97vw;
  line-height: 1.56vw;
  color: #5B25B0;
}

.pasoInfo p {
  margin: 0;
}

.pasoImg {
  background-color: #D9D9D9;
  width: 19.72vw;
  height: 11.81vw;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 767px) {

    .pruebaAhoraBtn {
        font-size: 3.32vw !important;
        line-height: 4.09vw !important;
        padding: 3.49vw 5.81vw !important;
        width: fit-content;
        height: 11.16vw;
        justify-self: end;
    }

  #imagenFija {
    height: 10.47vw;
    width: 10.47vw;
    top: -5.5vw;
  }

  header {
    top: 0;
    width: 100%;
    background-color: transparent;
    /* SIN FONDO */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 25px 30px;
    z-index: 2000;
    background: #0B071B;
    backdrop-filter: blur(20px);
  }

  #headerMobile {
    position: fixed;
  }

  .logo {
    width: 39.06vw;
    height: auto;
  }

  /* ICONO DE MENÚ (MISMO PARA ABRIR Y CERRAR) */
  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1100;
  }

  .menu-icon div {
    height: 3px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
    z-index: 1000;
  }

  .mision img {
    padding-bottom: 5vh;
  }

  .line1 {
    width: 100%;
  }

  .line2 {
    width: 80%;
    align-self: flex-end;
  }

  .line3 {
    width: 60%;
    align-self: flex-end;
  }

  /* TRANSFORMACIÓN EN "X" */
  .menu-icon.open div:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    position: sticky;
    top: 0;
  }

  .menu-icon.open div:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.open div:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    position: sticky;
    top: 0;
    width: 100%;
  }

  /* MENÚ DESPLEGABLE */
  .menu-content {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centrado absoluto */
    width: 96%;
    max-width: 98vw;
    height: 93vh;
    background: linear-gradient(180deg, #264BFF 0%, #0BCDDCCC 77%, #00FFCF99 100%);
    backdrop-filter: blur(40px);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    pointer-events: none;
    z-index: 1200;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0 60px 41.5px -30px rgba(162, 185, 180, 0.53);
  }

  .menu-content.open {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
  }

  /* ICONO DE CERRAR (SE ALINEA CON EL MENÚ) */
  .close-icon {
    font-size: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    /* Alineado con el borde del menú */
    cursor: pointer;
  }

  /* Alinear el texto con la "X" */
  .menu-content a {
    color: #FFFFFF;
    font-size: 6.28vw;
    text-decoration: none;
    font-family: 'Poppins', serif;
    font-weight: 500;
    text-align: right;
    vertical-align: bottom;
  }

  #contenidoDesplegable {
    padding-top: 1rem;
    display: grid;
    height: 88vh;
    width: 100%;
    justify-content: space-around;
  }

  .descargar {
    position: relative;
    left: auto;
    justify-self: end;
    align-content: center;
  }

  .download-btn {
    padding: 1rem 1.74rem;
    gap: 2.33vw;
    width: 15rem;
    height: 3.3rem;
    font-family: "Figtree", serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    display: inline-flex;
  }

  .downloadModal-btn {
    padding: 1rem 1.74rem;
    gap: 2.33vw;
    width: 15rem;
    height: 3.3rem;
    font-family: "Figtree", serif !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    display: inline-flex;
  }

  .descargar span {
    font-size: 1.5rem !important;
    vertical-align: middle;
  }

  .descargar a {
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
  }

  /* Estilos para "Legal" y "Soporte" */
  .menu-content a.legal,
  .menu-content a.soporte,
  .menu-content a.iniciaSesionNav,
  .menu-content a.PlanesNav,
  .menu-content a.TutorialesNav {
    font-size: 3.95vw;
    /*padding-top: 3vh;*/
    margin-right: 5vw;
    align-content: center;
  }

  .menu-content a.iniciaSesionNav {
    display: flex;
    gap: 2.5vw;
    align-items: center;
    justify-content: end;
  }

  /* SOCIAL BUTTONS */
  .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
  }

  .social-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
    padding-top: 2.38vw;
    padding-right: 3.81vw;
    padding-bottom: 2.38vw;
    padding-left: 3.81vw;
    width: 26.19vw;
    height: 9.05vw;
    font-size: 3.57vw;
  }

  .menu-content .social-buttons {
    /*padding-top: 8vw;*/
    width: 80vw;
    padding-left: 10%;
  }

  .menu-content .social-buttons button {
    border: 1px solid #244B43;
    color: #244B43;
  }

  /*Descarga desatendida*/
  #HeroHome {
    padding-top: 30vw;
  }

  .heroHome {
    height: auto;
  }

  .contenedor-herohome {
    max-width: 100% !important;
    flex-wrap: wrap;
    align-content: center;
    gap: 8vw;
  }

  .hero-titleHome {
    font-size: 8.7vw;
    line-height: 12.84vw;
    padding: 0px 25px !important;
  }

  .hero-titleHome2 {
    font-size: 3.95vw;
    line-height: 6.33vw;
    padding: 0px 25px !important;
  }

  .pruebaGratis {
    padding: 3.49vw 5.81vw;
    width: 64.81vw;
    height: 11.16vw;
  }

  .descargaSinCostoBtn {
    padding: 3.49vw 5.81vw;
    width: 44.81vw;
    height: 11.16vw;
    text-align: center;
  }

  .comenzarPruebaBtn {
    padding: 3.49vw 5.81vw;
    width: 42.81vw;
    height: 11.16vw;
    text-align: center;
  }

  .BtnBlancoContainer {
    padding: 0px 25px !important;
  }

  .BtnBlanco {
    font-size: 3.32vw;
    line-height: 4.09vw;
  }

  .BtnBlanco span {
    font-size: 3.32vw;
  }

 /*  .carrouselHero img:not(.flechasHeroHomeimg) {
    object-fit: fill;
  } */

  .flechasHeroHomeContainer {
    gap: 4vw;
  }

  .flechasHeroHome {
    position: absolute;
    bottom: 1.5vw;
    width: 93.26vw;
    height: 3.72vw;
    padding: 0 7vw;
  }

  .flechasHeroHomeimg {
    width: 6.51vw !important;
    opacity: 1 !important;
    bottom: 8.5vw !important;
    position: relative;
    z-index: 1;
    height: auto !important;
  }

  .carrouselHero {
    width: 93.26vw;
    height: 148.37vw;
  }

  .carrouselHero img:not(.flechasHeroHomeimg) {
    width: auto ;
    height: 100% ;
  }

  .carrousel-indicators {
    gap: 3.5vw;
  }

  .carrousel-indicators .indicator {
    width: 3.51vw;
    height: 3.51vw;
    bottom: 7vw;
    position: relative;
  }

  /*Asistente IA*/
  .heroHomeIA {
    padding-bottom: 25vw;
    height: auto;
  }

  .contenedor-heroIA {
    max-width: 100% !important;
    gap:15vw;
  }

  .textarea-icon {
    width: 5.31vw;
    height: 3.66vw;
    left: 2vw;
    top: 4vw;
  }

  .textarea-container {
    height: 42.79vw;
    width: 93.26vw;
    align-self: center;
  }

  .textarea-container1 {
    height: 42.79vw;
    align-self: center;
  }

  .textarea-container2 {
    position: relative;
    margin-left: 0;
    margin-top: 5vw;
  }

  .textAreaIA {
    justify-content: center;
    /*width: 93.26vw;*/
    width: 100%;
    height: 42.79vw;
    font-size: 3.95vw;
    line-height: 6.33vw;
    padding: 3vw 9vw;
    border-radius: 5.81vw;
  }

  .textAreaIA::placeholder {
    font-size: 3.95vw;
    line-height: 6.33vw;
  }

  .enterIABtn {
    width: 8.14vw;
    height: 8.14vw;
    border-radius: 50%;
    right: 3.5vw;
    bottom: 3vw;
  }

  .enterIABtn img {
    width: 3.02vw;
    height: 1.86vw;
  }

  .chat-button {
    width: 11.16vw;
    height: 11.16vw;
  }

  /*Asistente IA*/
  /*Asistente IA Tabla viaticos*/
  .IAContainer {
    gap: 7vw;
  }

  .preguntaUser {
    font-size: 3.95vw;
    line-height: 6.33vw;
    margin-top: 5vw;
  }

  .preguntaUser p{
    margin-right: 0;
    font-family: 'Figtree', serif;
  }

  .respuestaIAContainer {
    width: 93.26vw;
    gap: 7vw;
    align-self: center;
    margin-top: 5vw;
  }

  .respuestaIA-icon {
    width: 5.31vw;
    height: 3.66vw;
    margin: 0;
    margin-left: 7vw;
  }

  .respuestaIA {
    height: 161.63vw;
    /*width: 93.26vw;*/
    width: 100%;
    padding: 3vw 9vw;
    border-radius: 5.81vw;
  }

  .respuestaIATabla1 {
    height: 124.63vw;
  }

  .respuestaIATabla2 {
    height: 134.63vw;
  }

  .respuestaIATabla3 {
    height: 145.8vw;
  }

  .respuestaIATabla4 {
    height: 112.3vw;
  }

  .respuestaIATabla5 {
    height: 178.8vw;
  }

  .respuestaIAHeader {
    height: 10.60vw;
  }

  .respuestaIAHeader p {
    font-size: 4.19vw;
    line-height: 5.86vw;
  }

  .respuestaIAGraficoContainer1{
    padding-top: 7vw;
  }

  .respuestaIAGraficoContainer3{
    padding-top: 5vw;
  }

  .respuestaIAGraficoContainer4{
    padding-top: 5vw;
  }
  
  .tituloTablaContent2{
    padding-top: 5vw;
  }

  /*Tabla de datos de crecimiento*/
  .datos-crecimiento-table {
    font-size: 3vw;
    line-height: 10vw;
    margin-top: 5vw;
  }
  
  .datos-crecimiento-table td:not(:has(.color-dot)) {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  
  .color-dot {
    font-size: 4vw;
    padding-right: 1vw;
  }

  #chartViaticosMobile {
    width: 74.9vw;
    /* Ancho del contenedor */
    height: 100.84vw;
    /* Alto del contenedor */
  }

  #chartViaticosMobile>div{
    width: 100% !important;
    height: 100% !important;
  }

  #chartViaticosMobile canvas {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  #chartGastosMobile {
    width: 120%;
    height: 68.84vw;
    justify-self: center;
    opacity: 0; /* Ocultar inicialmente */
    animation: fadeIn 2s ease-in-out 1s forwards; /* Retraso de 2 segundos */
  }

  #chartGastosMobile>div {
    width: 100%;
    height: 68.84vw;
  }

  #chartGastosMobile canvas {
    aspect-ratio: unset !important;
    width: 100% !important;
    height: 68.84vw !important;
  }

  #chartCrecimientoMobile {
    width: 100%;
    height: 68.84vw;
  }

  #chartCrecimientoMobile canvas {
    aspect-ratio: unset !important;
    width: 100% !important;
    height: 68.84vw !important;
  }

  .datosViaticosMobile p {
    color: #5B25B0;
    font-family: 'Figtree', serif;
    font-weight: 400;
    font-size: 4.19vw;
    line-height: 11.33vw;
    margin-bottom: 0 !important;
  }

  #chartIngresosMobile {
    width: 74.9vw;
    /* Ancho del contenedor */
    height: 100.84vw;
    /* Alto del contenedor */
    opacity: 0; /* Ocultar inicialmente */
    animation: fadeIn 2s ease-in-out 1s forwards; /* Retraso de 2 segundos */
  }

  .IAGraficoContainer2 {
    gap: 7vw;
  }

  .graficaIngresosMobileContainer {
    width: 100%;
    /* Ancho del contenedor */
    height: 100.84vw;
  }

  #chartIngresosMobile>div {
    width: 100% !important;
    height: 100% !important;
  }

  /* Asegurar que el canvas se ajuste correctamente */
  #chartIngresosMobile canvas {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  /* Estilo del scrollbar (fondo) */
  .graficaIngresosMobileContainer::-webkit-scrollbar {
    width: 82.12vw;
    /* Ancho del scrollbar */
    height: 2.33vw;
    /* Altura del scrollbar */
    background-color: #E2DCED;
    /* Color de fondo del scrollbar */
    border-radius: 1.165vw;
    /* Bordes redondeados */
  }

  /* Estilo de la barra de desplazamiento (thumb) */
  .graficaIngresosMobileContainer::-webkit-scrollbar-thumb {
    background-color: #C9AFF8;
    /* Color de la barra de desplazamiento */
    border-radius: 1.165vw;
    /* Bordes redondeados */
  }

  /* Estilo de la barra de desplazamiento al pasar el mouse */
  .graficaIngresosMobileContainer::-webkit-scrollbar-thumb:hover {
    background-color: #A978F5;
    /* Cambiar color al pasar el mouse */
  }

  .datosIngresosMobile {
    width: 70.64vw;
    justify-content: space-between;
  }

  .datosIngresosMobile p {
    font-size: 3.49vw;
    line-height: 8.83vw;
    color: #5B25B0;
    margin-bottom: 0;
  }

  .respuestaIAIconos1 img,
  .respuestaIAIconos2 img {
    width: 4.88vw;
    height: 4.88vw;
  }

  .respuestaIAIconos1,
  .respuestaIAIconos2 {
    gap: 5vw;
  }

  .respuestaIAInfo {
    height: 133.72vw;
  }

  .respuestaIAInfoTabla3 {
    height: 153.72vw;
  }

  .respuestaIAInfoTabla2 {
    height: 164.72vw;
    gap:5vw;
  }

  .respuestaIAInfoTabla1 {
    height: 138.72vw;
  }

  .respuestaIATablaDatosBtn {
    height: 4.88vw;
  }

  .respuestaIATablaDatosBtn p {
    font-size: 3.49vw;
    line-height: 3.49vw;
  }

  .tablaDatosBtnMobile {
    gap: 4vw;
  }

  .respuestaIATablaDatosBtnMobile {
    width: 100%;
  }

  /* Estilo base del contenedor del botón */
  .switch {
    position: relative;
    display: inline-block;
    width: 6.98vw;
    /* Ancho personalizado */
    height: 4.19vw;
    /* Alto personalizado */
  }

  /* Ocultar el checkbox por defecto */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* Estilo del slider (la parte deslizante) */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4.19vw;
    /* Radio de borde proporcional al alto */
  }

  /* Estilo del slider cuando está activado */
  .slider::before {
    position: absolute;
    content: "";
    width: 3.26vw;
    height: 3.26vw;
    left: 0.45vw;
    /* Posición inicial */
    bottom: 0.5vw;
    /* Posición inicial */
  }

  /* Mover el slider cuando el checkbox está marcado */
  input:checked+.slider::before {
    transform: translateX(2.72vw);
    /* Movimiento proporcional */
  }

  /*Asistente IA Tabla viaticos*/
  /*Descarga desatendida*/

  .titulosHero {
    flex-direction: column;
  }

  .hero-title1Mobile {
    font-family: 'Poppins', serif;
    font-size: 3.72vw;
    font-weight: 600;
    line-height: 4.47vw;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
  }

  .mobile-title {
    font-family: 'Poppins', serif;
    font-size: 9.30vw;
    font-weight: 600;
    line-height: 11.16vw;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
  }

  .mobile-subtitle {
    font-family: 'Poppins', serif;
    font-size: 4.19vw;
    font-weight: 400;
    line-height: 6.70vw;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
  }

  .pruebaBtn {
    width: 44.19vw;
    height: 11.16vw;
    padding: 3.49vw 5.81vw;
    gap: 2.33vw;
    font-size: 3.32vw;
    line-height: 4.11vw;
    position: relative;
    z-index: 3;
  }

  .pruebaBtn span {
    font-size: 3vw;
  }

  .videoBtn {
    width: 31.91vw;
    height: 11.16vw;
    padding: 3.49vw 5.81vw;
    gap: 2.33vw;
    font-size: 3.32vw;
    line-height: 4.11vw;
    position: relative;
    z-index: 3;
  }

  .videoBtn span {
    font-size: 3vw;
  }

  .img-contenedor-hero {
    align-self: center;
    margin-top: 3rem;
    width: 93.49vw !important;
    height: 157.91vw;
    overflow: hidden;
    border-radius: 9.30vw;
    position: relative;
    z-index: 3;
  }

  .imgHero2 {
    width: 378vw;
    position: absolute;
    left: -143vw;
    top: -160vw;
    object-fit: cover;
    z-index: -1;
    overflow: visible;
    user-select: none;
  }

  .imgHero3 {
    width: 378vw;
    position: absolute;
    left: -135vw;
    top: -145vw;
    object-fit: cover;
    z-index: -2;
    overflow: visible;
    user-select: none;
  }

  .img-contenedor-hero img {
    width: 93.49vw;
    height: 157.91vw;
    object-fit: cover;
  }

  .titulo-Descarga h2 {
    font-family: 'Figtree', serif;
    font-weight: 600;
    font-size: 5.58vw;
    line-height: 7.81vw;
    color: #070113;
  }

  .texto-descarga p {
    font-family: 'Figtree', serif;
    font-weight: 500;
    font-size: 3.72vw;
    line-height: 5.95vw;
    color: #6F7178;
  }

  .descargaMobile {
    margin-left: 30px;
  }

  .sinCosto {
    position: relative;
  }

  .sinCosto span {
    vertical-align: middle;
  }

  .sinCosto-btn {
    background-color: #8C46F6;
    border-radius: 999px;
    padding: 1.04vw 1.74vw;
    gap: 0.69vw;
    width: 53.62vw;
    height: 11.66vw;
    font-family: "Figtree", serif;
    font-weight: 500;
    line-height: 4.62vw;
    text-align: center;
    font-size: 4.19vw;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
  }

  .slider-container {
    overflow: visible;
    /* Mostrar todo el contenido sin recortar */
    animation: none;
    /* Deshabilitar la animación */
    display: flex;
    justify-content: center;
  }

  .slider-track {
    animation: none;
  }

  .slider-content:first-of-type {
    display: grid;
    /* Cambiar a un diseño de cuadrícula */
    grid-template-columns: repeat(2, 1fr);
    /* Dividir en 2 columnas */
    width: 100%;
    /* Ajustar el ancho */
  }

  .custom-logo {
    width: 42.46vw;
    height: 14.49vw !important;
    margin-bottom: 15.81vw;
  }

  .order-small-4 {
    order: 4 !important;
  }

  .sincronizacionTitle h1 {
    font-size: 3.72vw !important;
    line-height: 4.09vw !important;
  }

  .sincronizacionTitle2 {
    font-size: 9.30vw !important;
    line-height: 11.16vw !important;
  }

  .sincronizacionText {
    height: auto;
  }

  .sincronizacionTextTitle {
    font-size: 5.58vw;
    line-height: 7.81vw;
  }

  .sincronizacionTextContent {
    font-size: 3.72vw;
    line-height: 5.95vw;
  }

  .comienzaBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 65.12vw;
    height: 11.63vw;
    line-height: 4.60vw;
    font-size: 4.19vw;
  }

  .comienzaBtn span {
    font-size: 4.19vw;
  }

  .siguienteModalBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 53.49vw;
    height: 11.63vw;
    line-height: 4.60vw;
    font-size: 4.19vw;
  }

  .comienzaSinBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 53.49vw;
    height: 11.63vw;
    line-height: 4.60vw;
    font-size: 4.19vw;
  }

  .comienzaSinBtn span {
    font-size: 4.19vw;
  }


  .pruebalaBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 65.12vw;
    height: 11.63vw;
    line-height: 4.60vw;
    font-size: 4.19vw;
  }

  .pruebalaBtn span {
    font-size: 4.19vw;
  }

  .partnersTexto {
    font-size: 5.58vw;
    line-height: 7.81vw;
    font-weight: 600;
    color: #070113;
    font-family: 'Inter', sans-serif;
  }

  .dudasTexto p {
    font-family: 'Figtree', serif;
    font-weight: 600;
    font-size: 3.72vw;
    line-height: 4.09vw;
    color: #5320A5;
  }

  .dudasSubtitulo p {
    font-family: 'Figtree', serif;
    font-weight: 500;
    font-size: 4.19vw;
    line-height: 6.71vw;
    color: #8B8D98;
  }

  .dudasTitulo h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 9.30vw;
    line-height: 11.16vw;
    color: #070113;
  }

  .numero h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 12.56vw;
    line-height: 17.60vw;
    color: #8C46F6;
  }

  .numero p {
    font-family: 'Figtree', serif;
    font-weight: 600;
    font-size: 5.12vw;
    line-height: 7.16vw;
    color: #070113;
  }

  .tomaControl h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 9.30vw;
    line-height: 11.16vw;
    color: #FFFFFF;
  }

  .tomaControl p {
    font-family: 'Figtree', serif;
    font-weight: 500;
    font-size: 3.72vw;
    line-height: 5.95vw;
    color: #8C46F6;
  }

  .tomaControl img {
    border-top-left-radius: 1.74vw;
    border-top-right-radius: 1.74vw;
  }

  .toma-image img {

    margin-left: 6.98vw;

    border-top-left-radius: 5.81vw;
    border-bottom-left-radius: 5.81vw;
  }

  #sincronizacion {
    height: 270.28vw;
    background: linear-gradient(to bottom,
        #F7F8FF 0%,
        #FFFFFF 100%);
  }

  .sincronizacionInfo {
    gap: 8vw;
  }

  .img-contenedor-sincronizacion {
    width: 80vw;
    height: 74vw;
    border-radius: 6.98vw;
    object-fit: cover;
    margin-top: 15vw;
    position: relative;
    overflow: visible;
  }

  .img-contenedor-sincronizacion::after {
    content: '';
    position: absolute;
    top: 0;
    left: -10vw;
    width: 100vw;
    height: 94vw;
    background: linear-gradient(to bottom,
        rgba(212, 195, 250, 0) 0%,
        /* #D4C3FA00 en rgba */
        rgba(212, 195, 250, 1) 100%
        /* #D4C3FA en rgba */
      );
    z-index: 1;
    border-radius: 6.98vw;
  }

  .sincronizacion-img {
    width: 100vw;
    height: 94vw;
    position: relative;
    z-index: 1;
    border-radius: 6.98vw;
    left: -10vw;
  }

  .img-contenedor-sincronizacion a {
    position: relative;
    z-index: 2;
    bottom: 23.5vw;
    left: 8vw;
  }

  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #D4C3FA00 0%, #D4C3FA 100%);
    z-index: 1;
    /* Asegura que el gradiente esté sobre la imagen */
  }

  .footer-container {
    height: 120.23vw;
    padding: 16.28vw 0;
  }

  .logoFooter {
    position: relative;
  }

  .logoFooter img {
    width: 45.35vw;
    height: auto;
  }

  .footer-text-container {
    width: 82.47vw;
    height: 40vw;
  }

  .footer-text {
    font-size: 3.02vw;
    line-height: 5.95vw;
  }

  .footer-nav {
    font-size: 3.02vw;
    line-height: 5.21vw;
    width: 75.86vw;
    height: 5.12vw;
    justify-content: space-between;
  }

  .lineaFooter {
    width: 82.47vw;
  }

  .footer-text2 {
    font-size: 3vw;
    line-height: 5.95vw;
    width: 82.47vw;
    height: 20vw;
  }

  .footer-text2 p {
    margin: 0 !important;
  }


  /*Vista Planes*/
  .comienzaPruebaBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 77.67vw;
    height: 11.16vw;
    line-height: 4.11vw;
    font-size: 3.42vw;
  }

  .comienzaPruebaBtn span {
    font-size: 3.72vw;
  }

  .container-planes {
    height: 297.44vw;
  }

  .planes-title {
    height: 95vw;
  }

  .planes-title1 {
    font-size: 3.72vw;
    line-height: 4.09vw;
  }

  .planes-title2 {
    font-size: 9.30vw;
    line-height: 11.16vw;
  }

  .planes-subtitle {
    font-size: 4.19vw;
    line-height: 6.70vw;
  }

  .planes-card {
    height: 135.88vw;
    width: 84.65vw;
    border-radius: 6.98vw;
    padding: 9.30vw;
  }

  .card-header {
    width: 66.23vw;
    height: 36.28vw;
  }

  .nivel {
    font-size: 2.79vw;
    line-height: 3.07vw;
    padding: 1.18vw 2.33vw;
    border-radius: 23.02vw;
  }

  .basico {
    width: 21vw;
    height: 5.58vw;
  }

  .intermedio {
    width: 28vw;
    height: 5.58vw;
  }

  .empresarial {
    width: 28vw;
    height: 5.58vw;
  }

  .membresia {
    font-size: 5.58vw;
    line-height: 7.81vw;
  }

  .incluye {
    font-size: 3.26vw;
    line-height: 5.21vw;
  }

  .linea {
    width: 66.23vw;
  }

  .card-info {
    width: 66.23vw;
    height: 42.74vw;
    font-size: 3.26vw;
    line-height: 5.21vw;
  }

  .carousel-indicators-container {
    width: 84.65vw;
    height: 2.79vw;
    display: flex;
    justify-content: center;
    /* Centrado horizontal */
    align-items: center;
    /* Centrado vertical */
  }

  .carousel-indicators {
    height: 2.79vw;
    display: flex;
    justify-content: center;
    /* Centra los botones */
    align-items: center;
    /* Alineación vertical */
    gap: 1vw;
    /* Espacio entre puntos */
    width: auto !important;
    /* Ancho automático */
  }

  .custom-indicators {
    position: relative;
    bottom: 0 !important;
    margin: 0 !important;
    gap: 1.40vw;
  }

  .custom-indicators button {
    width: 2.5vw !important;
    height: 2.5vw !important;
    border-radius: 100%;
    background: #E5E6F8 !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .custom-indicators .active {
    background: #709CF8 !important;
  }

  .adquiereConsultoria-container {
    height: 472.79vw;
  }

  .adquiereConsultoria {
    width: 84.65vw;
    flex-direction: column;
  }

  .adquiere,
  .consultoria {
    width: 84.65vw;
    height: 230.40vw;
    justify-content: space-around;
  }

  .adquiere-title,
  .consultoria-title {
    height: 65.7vw;
  }

  .adquiere-card {
    height: 130.23vw;
    width: 84.65vw;
    border-radius: 6.98vw;
    padding: 9.30vw;
  }

  .adquiereCard-header {
    width: 66.23vw;
    height: 36.28vw;
  }

  .adquiereCard-title1 {
    font-size: 2.79vw;
    line-height: 3.07vw;
    padding: 1.18vw 2.33vw;
    border-radius: 23.02vw;
  }

  .cuenta {
    width: 27.58vw;
    height: 5.58vw;
  }

  .consultoriaY {
    width: 33.44vw;
    height: 5.58vw;
  }

  .adquiereCard-title2 {
    font-size: 5.58vw;
    line-height: 7.81vw;
  }

  .adquiereCard-subtitle {
    font-size: 3.26vw;
    line-height: 5.21vw;
  }

  .linea2 {
    width: 66.23vw;
  }

  .adquiereCard-info {
    width: 66.23vw;
    height: 42.74vw;
    font-size: 3.26vw;
    line-height: 5.21vw;
  }

  .comprarBtn {
    padding: 3.49vw 5.81vw;
    gap: 0.69vw;
    width: 66.23vw;
    height: 11.63vw;
    line-height: 4.60vw;
    font-size: 4vw;
  }

  /*Vista Descargar*/
  #descargarNav {
    height: 33.95vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logoNavDescargar img {
    width: 24.88vw
  }

  #pasos {
    margin: 15vw 0;
  }

  .pasos-container {
    gap: 5vw;
  }

  .paso {
    width: 84.65vw;
    height: 108.37vw;
    border-radius: 6.98vw;
    padding: 9.30vw;
  }

  .pasoHeader {
    font-size: 5.58vw;
    line-height: 7.74vw;
    gap: 3vw;
  }

  .pasoNo {
    font-size: 2.79vw;
    line-height: 3.07vw;
    padding: 1.18vw 2.33vw;
    border-radius: 23.02vw;
    width: 13.76vw;
    height: 5.58vw;
  }

  .pasoInfo {
    font-size: 3.26vw;
    line-height: 5.21vw;
  }

  .pasoImg {
    width: 66.05vw;
    height: 39.53vw;
  }

  /*Registro modal*/
  .modal:target {
    z-index: 2001;
    padding-top: 20vw;
    padding-bottom: 10vw;
    height: auto;
  }

  .modal.active {
    z-index: 2001;
    padding-top: 20vw;
    padding-bottom: 10vw;
    height: auto;
  }

  .modal-content {}

  .modalRegistro {
    z-index: 2001;
    height: auto !important;
    width: 93.49vw !important;
    padding: 11.5vw 4.65vw;
    border-radius: 6.98vw !important;
    max-height: 90vh;
    overflow: auto;
    gap: 12vw;
  }

  .registroHeader h2 {
    font-size: 6.05vw;
    line-height: 7.21vw;
  }

  .registroHeader h4 {
    font-size: 3.72vw;
    line-height: 4.42vw;
  }

  .registroForm {
    height: 160.47vw;
  }

  .registroForm input {
    width: 81.63vw;
    height: 10.93vw;
    font-size: 3.49vw;
    line-height: 4.19vw;
    border-radius: 1.86vw;
    padding: 2.19vw;
  }

  .registroForm input::placeholder {
    font-size: 3.49vw;
    line-height: 4.19vw;
  }

  .check input[type="checkbox"] {
    width: 4.55vw;
    height: 4.55vw;
    border-radius: 0.93vw;
  }

  .terminos p,
  .infoPromos p {
    font-size: 3.02vw;
    line-height: 3.72vw;
  }

  .campoRegistro {
    height: 17.44vw;
  }

  .registroForm label {
    font-size: 3.26vw;
    line-height: 3.95vw;
  }

  .registrarBtn {
    width: 81.63vw;
    height: 10.93vw;
    border-radius: 5.47vw !important;
    font-size: 3.95vw;
    line-height: 4.88vw;
  }

  .formRegistro {
    gap: 12vw;
  }

  #exitoModal {
    height: 100vh;
  }

  .exitoModalConfirmacion {
    width: 91.40vw;
  }

  .exitoModalConfirmacion img {
    width: 34.42vw;
    height: 30.23vw;
  }

  .exitoModalConfirmacion h2 {
    font-size: 7.44vw;
    line-height: 9.01vw;
  }

  .exitoModalConfirmacion h4 {
    font-size: 3.72vw;
    line-height: 4.42vw;
  }

  .exitoModalBotones {
    gap: 4vw;
  }

  .descargarModalBtn {
    width: 59.77vw;
    height: 10.93vw;
    border-radius: 5.47vw !important;
    font-size: 3.95vw;
    line-height: 4.78vw;
    padding: 3.02vw 4.57vw;
  }

  .videoInstalacionModalBtn {
    width: 59.77vw;
    height: 10.93vw;
    border-radius: 5.47vw !important;
    font-size: 3.95vw;
    line-height: 4.78vw;
    padding: 3.02vw 4.57vw;
  }

  /*Vista Login*/
  .contenedor-login {
    margin-top: 30vw;
    height: auto;
    width: 93.02vw;
  }

  .login-modal {
    width: 93.02vw;
    height: 172.09vw;
    border-radius: 6.98vw;
    padding: 10vw 5vw;
  }

  .loginHeader h2 {
    font-size: 6.05vw;
    line-height: 7.21vw;
  }

  .loginCompañia {
    font-size: 3.72vw;
    line-height: 4.42vw;
  }

  .loginDatos {
    align-items: center;
  }

  .loginDatos p {
    font-size: 3.26vw;
    line-height: 3.95vw;
  }

  .opcionesInicioSesion p{
    font-size: 3.26vw;
    line-height: 3.95vw;
  }

  .login-btn{
    font-size: 3.02vw;
    height: 9.30vw;
    border-radius: 9.30vw;
    padding: 0 2.79vw;
  }

  .login-btn img{
    width: 4.88vw;
  }

  .login-btn.apple{
    padding: 0 5.44vw !important;
  }

  .emailInput,
  .passInput {
    font-size: 3.49vw;
    line-height: 4.19vw;
    width: 82.09vw;
    height: 13.26vw;
  }

  .loginRecuperacion {
    font-size: 3.02vw;
    line-height: 3.72vw;
  }

  .loginRecuerdame {
    width: 40vw;
    gap: 3.49vw;
  }

  .loginRecuerdame input[type="checkbox"] {
    width: 4.55vw;
    height: 4.55vw;
    border-radius: 0.93vw;
  }

  .entrarBtn {
    width: 82.09vw;
    height: 13.49vw;
    border-radius: 5.47vw;
    font-size: 3.95vw;
    line-height: 4.88vw;
  }

  .loginOlvidasteMobile {
    font-size: 3.02vw;
    line-height: 3.72vw;
    font-family: 'Inter', serif;
    font-weight: 400;
  }

  .loginOlvidasteMobile a {
    text-decoration: none;
    color: #BFBFBF;
  }

  .loginRegistro {
    font-size: 3.02vw;
    line-height: 3.72vw;
  }

  a {
    text-decoration: none !important;
  }

  .Tabla-slider {
    width: 100% !important;
    /* Ancho reducido del slider */
    margin-top: 0.5rem;
  }

  .Tabla-value {
    text-align: start !important;
  }

  .Tabla-slider-wrapper {
    align-items: start !important;
  }

  .custom-table th,
  .custom-table td {
    font-size: 4.19vw;
    line-height: 9.94vw;
    padding: 0 2.5vw;
  }

  .Tabla-slider-container {
    margin-bottom: 7vw;
  }

  .containerTabla1{
    padding-top: 5vw;
  }

  .Tabla-slider-container p {
    font-size: 3.72vw;
    line-height: 3.95vw;
  }

  .Tabla-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2.5vw;
  }
  
  .Tabla-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2.5vw;
  }
  
  .Tabla-slider::-moz-range-track {
    width: 100%;
    height: 2.5vw;
  }
  
  .Tabla-slider::-webkit-slider-thumb {
    width: 4.389vw;
    height: 4.389vw;
    margin-top: -1vw;
  }
  
  .Tabla-slider::-moz-range-thumb {
    width: 4.389vw;
    height: 4.389vw;
  }
  
  .Tabla-slider::-moz-range-progress {
    height: 2.5vw;
  }

  .slider-mask {
    line-height: 5vw;
  }

  .infoingresos p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 3.72vw !important;
    line-height: 5.95vw;
    color: #5B25B0;
    margin-bottom: 0;
  }

  .tituloModal p
  {
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 3vw !important;
    line-height: 4.34vw !important;
    color: #6B6E75;
  }

  .tituloModal label
  {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 3.11vw !important;
    line-height: 1.34vw;
    color: #6B6E75;
  }

  .tituloModal input
  {
    background-color: transparent;
    border-color: #D9D9D9;
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 3.04vw !important;
    line-height: 3.26vw !important;
    color: #1D1D1D;
    height: 10.9vw !important;
  }

  .tituloModal h5
  {
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-size: 3.6vw !important;
    line-height: 6.76vw !important;
    color: #1D1D1D;
  }

  .tituloModal select
  {
    background-color: transparent;
    border-color: #D9D9D9;
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 3.04vw !important;
    line-height: 3.26vw !important;
    color: #1D1D1D;
    height: 10.9vw !important;
  }

  .legaxModal{
    width: 57.4vw;
  }

  .checkIDModal{
    width: 33.7vw;
  }

  .inboltModal{
width: 24.7vw;
  }

  .downloadModal-btn {
    padding: 2.7vw 1.74rem !important;
    gap: 2.33vw;
    width: 15rem;
    height: 3.3rem;
    font-family: "Figtree", serif !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
  }

  .material-symbols-outlined{
    line-height: 0px !important;
  }


  .verification-input
  {
    width: 7.78vw !important;
    height: 10.47vw !important;
  }

  .iconSiguiente
  {
    margin-left: 2.33vw;
  }  
}

.title-seguridad {
    margin: 0 5vw;
}

.cards-container-seguridad{
    display: flex;
    margin: 0 5vw;
    justify-content: space-between;
}

.card-seguridad {
    color: #F5F5F5;
}

.icon-custom-estandares {
    background-image: url('../assets/icono-estandares.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}

.icon-custom-agentes {
    background-image: url('../assets/icono-agentes.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}

.icon-custom-gestion {
    background-image: url('../assets/icono-gestion.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}

.gradient-background {
    background: radial-gradient(closest-side, rgba(30, 42, 141, 1) 19.23%, rgba(11, 7, 27, 1) 100%);
    width: 100vw;
    height: 100vw;
    position: fixed;
    right: -50vw;
    bottom: -50vw;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

#contenido-seguridad{
    height: 88vh;
}

/* Tarjetas de Seguridad */

.cards-container-seguridad{
    margin-top: 92px;
}

.card-seguridad {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 28px 38px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    width: calc(26.92vw + 15px) !important;
}

.card-title-seguridad p {
    margin-bottom: 0;
    color: #F5F5F5;
    line-height: 180%;
    font-weight: 600;
    font-size: 20px;
}

.card-description-seguridad {
    font-size: 15px;
    color: #F5F5F5;
    line-height: 200%;
    font-weight: 400;
}

@media (max-width: 2160px) {

    .cards-container-seguridad {
        margin-top: calc(5.39vw + 10px);
    }

    .card-seguridad {
        padding: calc(1.94vw + 5px) calc(2.64vw + 5px);
        gap: calc(1.5vw + 5px);
    }

    .card-title-seguridad p {
        font-size: calc(1.2vw + 5px);
    }

    .card-description-seguridad {
        font-size: calc(0.7vw + 5px);
    }

}

@media (max-width: 767px) {

    #contenido-seguridad{
        height: auto;
    }

    .cards-container-seguridad {
        flex-direction: column !important;
        gap: calc(10vw + 10px) !important;
        margin-bottom: calc(5.39vw + 10px);
        align-items: center;
    }

    .card-seguridad {
        width: calc(84.6vw + 15px) !important;
        padding: calc(4vw + 5px) calc(4.26vw + 5px) !important;
    }

    .card-title-seguridad p {
        font-size: calc(5vw + 5px) !important;
    }

    .card-description-seguridad {
        font-size: calc(2.5vw + 5px) !important;
    }
}

@media (max-width: 767px) {

    .modal-backdrop.fade.show{
        z-index: 2001 !important;
    }

    .modal.modal-customer-journey-container{
        z-index: 2002 !important;
    }

}