html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; /* Evitar el scroll horizontal */ 
  overflow-y: scroll;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE y Edge */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;                  /* Ancho invisible */
  height: 0px;
  background: transparent;     /* Fondo transparente */
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: transparent;
}



.hero-image {
  margin-left: 80px; 
  margin-top: 30px;
}

.hero-text, .hero-text-phone {
  margin-left: 30px;
  margin-right: 0px !important;
}


.swiper,
.swiper-wrapper,
.swiper-slide, .hero-swiper-slide {
  width: 100% !important;
}


.text-purple-800, .text-purple-900, .text-purple-700, .text-purple-600, .text-purple-500, .text-purple-400, .text-purple-300, .text-purple-200, .text-purple-100, .text-purple-50 {
  --tw-text-opacity: 1;
  color: #a652fb !important;
}

.text-purple-800:hover, .text-purple-900:hover, .text-purple-700:hover, .text-purple-600:hover, .text-purple-500:hover, .text-purple-400:hover, .text-purple-300:hover, .text-purple-200:hover, .text-purple-100:hover, .text-purple-50:hover {
  --tw-text-opacity: 1;
  color: #a652fb !important;
}

a {
  font-size: 14px;
  font-weight: 700;
}

a:hover {
  color: #a652fb !important;
}

/* HEADER TOP SECTION */


.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.header-info {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  margin-left: 20px;
}

.header-info:hover {
  color: #a652fb !important;
}

.header-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.call-button, .email-button {
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}

.call-button:hover, .email-button:hover {
  color: #a652fb !important;
}

.social-icons {
  margin-right: 20px;
  color: #fff !important;
}

.dark .call-button, .dark .email-button {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.dark .call-button:hover, .dark .email-button:hover {
  color: #af6cf3 !important;
}

.dark .social-icons a {
  color: #fff !important;
}
.dark .social-icons a:hover {
  color: #a652fb !important;
}

.social-icons a {
  color: #201c36 !important;
  margin: 0 5px;
  font-size: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #a652fb !important;
}


.dark .social-icons a:hover {
  color: #a652fb !important;
}

a.btn:hover {
  color: #fff !important;
  background-color: #201C36 !important;
  border: #a652fb !important;
}

.btn-degradado {
  background: linear-gradient(45deg, #2b009a, #a652fb); /* Degradado de izquierda a derecha */
  color: white;
  padding: 13px 35px;
  border-radius: 0.375rem; /* Bordes redondeados */
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 13px rgba(0, 0, 0.4, 0.4); /* Sombra más intensa */
  cursor: pointer; /* Cambia el cursor al pasar por encima */
  border: none; /* Borde morado claro */
  }

.btn-degradado:hover {
  background: linear-gradient(45deg, #2b009a, #a652fb); /* Degradado similar en hover */
  transform: scale(1.05); /* Efecto de aumento al pasar el ratón */
  color: white !important;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-degradado-2 {
  background: linear-gradient(45deg, #2b009a, #a652fb); /* Degradado de izquierda a derecha */
  color: white;
  padding: 8px 35px;
  border-radius: 0.375rem; /* Bordes redondeados */
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 13px rgba(0, 0, 0.4, 0.4); /* Sombra más intensa */
  cursor: pointer; /* Cambia el cursor al pasar por encima */
  border: none; /* Borde morado claro */
  }

.btn-degradado:hover {
  background: linear-gradient(45deg, #2b009a, #a652fb); /* Degradado similar en hover */
  transform: scale(1.05); /* Efecto de aumento al pasar el ratón */
  color: white !important;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
  transition: background 0.3s ease, transform 0.3s ease;
}


.timeline {
  border-radius: 50% !important; 
  padding: 20px !important; 
  height: 55px;
  width: 55px;
  margin: 0 !important;
}

.btn-footer {
  padding: 8px 25px !important;
  border-radius: 0.375rem !important;
  font-family: Manrope, sans-serif !important;
  font-size: 14px !important;

}

.dark .btn-degradado {
  background: linear-gradient(45deg, #2b009a, #af6cf3); 
  color: white;
  padding: 13px 35px !important;
  border-radius: 0.375rem !important;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dark .btn-degradado:hover {
  background: linear-gradient(45deg, #5c35d2, #9360c7); 
  transform: scale(1.05); 
  color: white;
}


.dark .timeline {
  border-radius: 50% !important; 
  padding: 20px !important; 
  height: 55px;
  display: flex;

}



.linea-morada {
  width: 100%;
  background-color: #4357a0;
  height: 2px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}



.active {
  border-bottom-width: 4px;
  border-color: #8000ff !important;
  color: #8000ff !important;
}

.dark .active {
  border-bottom-width: 4px;
  border-color: #ae78ff !important;
  color: #ae78ff !important;
}


.text-degradado {
  background: linear-gradient(45deg, #a188ed, #f2e6ff); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
}

.text-degradado-h3 {
  background: linear-gradient(45deg, #4f25cb, #ae78ff); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
}

.text-degradado-2 {
  background: linear-gradient(45deg, #e0d5ff, #f2e6ff); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}


.icons-degradado {
  background-color: #201C36;
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
}

.dark .icons-degradado {
  background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
}

.dark .text-degradado, .dark .text-degradado-2, .dark .text-degradado-h3 {
  background: linear-gradient(45deg, #4447ff, #ceb3e9); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */
  font-weight: 600;
  margin-bottom: 1rem;
}





.QueEsZwap {
  display: flex !important;
  flex-direction: row !important;
}




/* Header Icons - En blanco */
.header-icons .icon i {
  color: #fff; 
  font-size: 20px;
  margin-right: 10px;
}

/* Color de texto personalizado */
.hokla {
  color: #230d45;
}

/* Fade-in desde abajo */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Flip Card */
.flip-card {
  perspective: 1000px;
  cursor: pointer;
}
.flip-card-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}
.flip-card:hover .flip-card-inner,
.flip-card-inner.rotate {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.flip-card {
    perspective: 1000px;
    height: 200px;
    width: 362px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
    transition: background-color 0.3s ease; /* Transición suave */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    border-radius: 0.75rem; /* Bordes redondeados */

  }

  

.dark .flip-card {
  height: 200px;
  width: 362px;
  background-color: transparent; /* Fondo oscuro */
  border-radius: 0.75rem; /* Bordes redondeados */
  transition: background-color 0.3s ease; /* Transición suave */
  cursor: pointer; /* Cambia el cursor al pasar por encima */
  border: none; /* Borde morado claro */
  
  }

  .dark .flip-card-front {
    color: #201c36 !important; /* Texto blanco */
    border-radius: 0.75rem; /* Bordes redondeados */
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
    transition: background-color 0.3s ease; /* Transición suave */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    border: none; /* Borde morado claro */
  }

  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1.2s ease;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    
  }
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0.75rem;
  }



  .flip-card-back {
    transform: rotateY(180deg);
    background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  }

  .dark .flip-card-back {
    background: linear-gradient(45deg, #2b009a, #af6cf3); /* Degradado de izquierda a derecha */
    color: #fff; /* Texto blanco */
  }
  
    /* Asegura que el back de las flip-cards sea blanco en dark mode */
    .dark .flip-card-back {
      background-color: #201C36 !important;
      color: #fff !important; /* texto oscuro */
     }
     
  
  @keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
  }
  @keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
  }
  .animate-fade-in-left {
    animation: fadeInLeft 0.9s ease both;
  }
  .animate-fade-in-right {
    animation: fadeInRight 0.9s ease both;
  }
  .delay-150 {
    animation-delay: 0.15s;
  }

.swiper,
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

/* Estilos específicos para el swiper de Clientes */
#Clientes .swiper-slide {
  width: 30% !important;
  margin-right: 12px;
  height: auto;
  margin-left: -20px !important;
  padding-bottom: 20px !important;

}

/* Estilos específicos para el swiper de Testimonios */
#Testimonios .swiper-slide {
  width: 100% !important;
  margin-right: 0;
  height: auto;
  padding-bottom: 20px !important;
}

/* Ajustes responsivos para el swiper de Clientes */
@media (max-width: 768px) {
  #Clientes .swiper-slide {
    width: 45% !important;
  }
}

@media (max-width: 480px) {
  #Clientes .swiper-slide {
    width: 70% !important;
  }

  
}

.swiper-button-next,
.swiper-button-prev {
  color: #5c35d2 !important; /* Purple claro */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px; /* Tamaño del icono */
  color: #201c36; /* Color del icono */
}

.dark .swiper-button-next:after,
.dark .swiper-button-prev:after { 
  color: #E2CDE3 !important; /* Color blanco en modo oscuro */
}

  .swiper-pagination {
    display: none !important;
  }

  /* Sección Clientes */
#Clientes {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#Clientes .clients-swiper {
  position: relative;
  padding: 2rem 0;
  margin: 0 auto;
  width: 100%;
}


#Clientes .clients-swiper .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  min-width: 400px;
  max-width: 400px; /* Ajusta el tamaño máximo de las imágenes */
  max-height: 300px;
}




#Clientes .clients-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}

#Clientes .clients-button-next,
#Clientes .clients-button-prev {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  z-index: 20;
}

#Clientes .clients-button-next {
  right: 10px;
}

#Clientes .clients-button-prev {
  left: 10px;
}

/* Sección Testimonios */
#Testimonios {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#Testimonios .testimonials-swiper {
  position: relative;
  padding: 2rem 0 4rem;
  margin: 0 auto;
  width: 96% !important;
}


#Testimonios .testimonials-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

#Testimonios .testimonials-button-next,
#Testimonios .testimonials-button-prev {
  position: absolute;
  top: 67%;
  transform: translateY(-50%);
  z-index: 20;
  color: #210086;
}

#Testimonios .testimonials-button-next {
  right: 10px;
}

#Testimonios .testimonials-button-prev {
  left: 10px;
}

.testimonials-paragraph {
  padding: 0 150px !important;
}


  .canvas {
    width: 100% !important;
    height: 600px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .grid-pagos {
    margin-right: -30px;
  } 

  @media only screen and (max-width: 550px) {
    .header-top {
      display: block;
      padding: 10px 30px;
    }
    .header-info {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-left: 10px;
      gap: 8px;

    }

    .navbar {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }

    .hero-image {
      margin-top: 50px;
      margin-left: 15px; 
      margin-top: 50px;
    }

    .hero-text {
      margin-left: 0px;
      height: 65vh;
      margin-top: -120px;
    }

    .hero-text-phone {
      margin-left: 0px;
      height: 50vh;
      margin-top: 20px;
    }
  
    .timeline-card {
      width: 355px !important;
      height: 100%;
      padding: 30px !important;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .swiper-slide {
      padding-top: 30px;
      padding-bottom: 20rem !important;
    }



    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 12px;
      color: #201c36;
      z-index: 0;
    }
    
    .QueEsZwap {
      display: flex !important;
      flex-direction: column !important;
    }
    
    .QueEs-text {
      padding: 0 40px !important;
    }

    .benefits-text {
      margin-top: 0px !important;
      padding: 0 40px !important;
      margin-bottom: 20px !important;
    }

    .benefits-h2 {
      margin-top: 0px !important;
      padding-top: 60px !important;
    }

    .pagos {
      padding: 0 40px !important;
    }

    .grid-pagos {
      margin-left: 0px  !important;
      grid-template-columns: repeat(2, 1fr) !important;
      margin: auto !important;
      margin-left: 40px !important;
    }

    .grid-cobertura  {
      grid-template-columns: repeat(2, 1fr) !important;
      margin: auto !important;
      margin-left: 50px !important;
    }    

    .more {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .social-icons {
      margin-right: 0px;
    }

    .ftco-counter .icon {
      width: 55px !important;
      height: 55px !important;
      border-radius: 50%;
      background: #848a45;
      position: relative; 
    }

    .btn-degradado {
      font-size: 14px; /* Ajusta el tamaño de fuente */
      margin: 0 auto; /* Centra el botón */
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 13px 19px;
    }


    .btn-app {
      display: flex !important;
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
      margin: 0 auto;
    }

    .flex-btn {
      display: flex !important;
      flex-direction: column !important;
      align-items: center; /* Centra los elementos horizontalmente */
      justify-content: center !important; /* Centra los elementos verticalmente */
    }

    .statistics {
      padding: 0 40px;
    }

    .description-chart {
      padding: 0 30px;
      margin-top: 25px;
    }

    tbody tr, tbody td{
      display: block;
      overflow-y: auto;
      display: inline-grid;
      max-height: 300px;
    }

    .canvas {
      width: 400px !important;
      height: 400px !important;
      display: flex;
    }

    .container-cards {
      display: flex !important; /* Cambia a bloque para una sola columna */
      flex-direction: column; /* Cambia la dirección a columna */
    }

    .container {
      display: flex !important; /* Cambia a bloque para una sola columna */
      flex-direction: column; /* Cambia la dirección a columna */
      align-items: center; /* Centra horizontalmente */
      justify-content: center; /* Centra verticalmente */
      margin-top: 20px; /* Espacio superior */
      margin-bottom: 20px; /* Espacio inferior */
      align-items: center !important;

    }

    .clients {
      margin-left: 0px !important;
    }

    .clients img {
      margin-left: 10px !important;
      height: 160px  !important;
    }

    .faq-soporte {
      margin: 0 auto !important;
    }
    
    

  }



/* Fuente global y color base */
body {
  font-family: 'Manrope', sans-serif;
  background-color: #fff to #270044; /* Fondo blanco */
  color: #1e1e1e; /* o usa `text-gray-800` de Tailwind */
  font-size: 16px;
  line-height: 1.6;
}








/* Form labels */
label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #1f2937; /* text-gray-800 */
}

/* Inputs y textareas */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db; /* gray-300 */
  border-radius: 0.375rem;
  outline: none;
}

input:focus, textarea:focus, select:focus {
  border-color: #5c35d2; /* purple claro */
  box-shadow: 0 0 0 2px rgba(67, 87, 160, 0.3);
}

.btn {
  background-color: #5c35d2;
  border: 1px solid #5C35D2;
  color: #fff;
}

.btn:hover {
  color: #fff !important;
  background-color: #201C36 !important;
  border: 1px solid #4357A0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Estilos generales para las tarjetas */
.card, .card2 {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  max-width: 520px; /* Ajuste de tamaño para las tarjetas Misión y Visión */
  margin: 0 auto;
  width: 100%; /* Asegura que las tarjetas se ajusten al ancho disponible */
}

.card2 {
  max-width: 1000px; /* Asegura que la tarjeta de valores tenga un ancho mayor */
  margin-top: 20px;
}



/* Efecto hover */
.card:hover, .card2:hover {
  background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.dark .card:hover, .dark .card2:hover {
  background: linear-gradient(45deg, #2b009a, #af6cf3); 
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}


.card:hover h3, .card2:hover h3 {
  color: white; /* Cambiar el color del título a blanco */
}

.card:hover p, .card2:hover p {
  color: white; /* Cambiar el color del texto a blanco */
}

/* Estilos para responsividad */
@media screen and (max-width: 640px) {
  .card, .card2 {
    max-width: 100%;
    margin-top: 20px;
  }
}



.card {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  max-width: 520px; /* Asegúrate de que las tarjetas no sean más anchas */
  margin: 0 auto;
}

.card2 {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  max-width: 520px;  /* Asegúrate de que esta tarjeta también se ajuste */
  margin: 0 auto;
  margin-top: 20px;
}



/* Estilos generales */
.card {
  background-color: white;
  padding-left: 3rem;
  padding-right: 3rem;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
}

/* Hacemos que las dos primeras tarjetas (Misión y Visión) ocupen la mitad del ancho cada una en pantallas grandes */
@media (min-width: 1024px) {
  .card {
    max-width: 100%;
    color: white;
  }
  .card2 {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* Tarjeta de Valores */
.card2 {
  max-width: 100%;  /* Aseguramos que la tarjeta de valores ocupe el mismo espacio */
}


/* Efecto hover */
.card:hover {
  background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.card:hover ul {
  color: white !important; 

}

.card:hover h3 {
  color: white; /* Cambiar el color del título a blanco */
}

.card:hover p {
  color: white; /* Cambiar el color del texto a blanco */
}

/* Configura el contenedor que alberga las tarjetas */
.container-cards {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Dos columnas de tamaño igual */
  gap: 2rem; /* Espacio entre las tarjetas */
  max-width: 1140px; /* Ancho máximo del contenedor */
}

.card2 {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.4); /* Sombra más intensa */
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  grid-column: span 2; /* Esto hace que ocupe todo el ancho de las 2 columnas */
  margin-top: 20px;
}

.card2 h3, .card h3 {
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin-bottom: 1rem;
  text-align: center;

  background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  -webkit-background-clip: text; /* Aplica el fondo al texto */
  color: transparent; /* Hace el color del texto transparente para que el fondo se vea */


}

.card2 p, .card p {
  color: #4B5563;
  text-align: center;
  font-size: 15px;
}

.faq-item[open] .faq-content {
  display: block;
}

.faq-item .faq-content {
  display: none;
  padding: 6px 20px;
  color: #4B5563;
  font-size: 0.9rem;
  transition: max-height 0.2s ease-out;
}


.faq-item .faq-content.hidden {
  display: none;
}
.faq-item .faq-content {
  display: block;
}

.support {
  margin-left: -40px;
}

.support-form {
  display: flex !important;
  flex-direction: row !important;
}

.information {
  margin-left: 40px;
}


.information, .enlaces {
  align-items: center !important;
  line-height: 2rem;
}


#beneficios-comprador ul {
  padding-left: 120px !important;
  max-width: 47rem;
}
  

  /* Asegura que los botones estén alineados y centrados */
.flex-btn {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important; /* Centra los elementos horizontalmente */
  justify-content: center !important; /* Centra los elementos verticalmente */
  gap: 10px !important; /* Ajusta el espacio entre los botones */
}

/* Asegura que los botones de la tienda estén alineados con el botón 'Empieza ahora' */
.btn-app {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important; /* Asegura el espaciado correcto entre los botones */
}

.FAQ {
  padding-bottom: 20px !important;
}

.Acercade {
  margin-bottom: 0px !important;
}

.dropdown-container {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.dropdown-container:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Área buffer para evitar que se cierre */
.dropdown-container::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

/* Estilo para el dropdown */
.group:hover .group-hover\:block {
  display: block;
}

/* Flecha */
.group a i {
  transition: transform 0.3s ease;
}

/* Agregar efecto al pasar el mouse */
.group:hover a i {
  transform: rotate(180deg); /* Hace que la flecha gire */
}

/* Ajustes de fondo y color */
.bg-white {
  background-color: #ffffff;
}

.bg-gray-800 {
  background-color: #2d3748;
}

/* Color de texto en modo oscuro */
.text-gray-700 {
  color: #4a5568;
}

.dark\:text-gray-200 {
  color: #edf2f7;
}

.text-purple-800 {
  color: #6b46c1;
}


/* Asegura que el dropdown permanezca visible al pasar el mouse o al hacer foco */
.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown:focus-within .dropdown-menu {
  display: block;
}

/* Asegura que el dropdown por defecto esté oculto */
.navbar .dropdown-menu {
  display: none;
}

/* Mostrar el dropdown al pasar el mouse */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

/* Estilo para los enlaces del dropdown */
.navbar .dropdown-menu a {
  pointer-events: all; /* Activa los enlaces del menú */
}

/* Asegura que el dropdown se quede visible mientras el cursor está dentro del área del grupo */
.group:hover .group-hover\:block {
  display: block;
}

/* Ajusta el comportamiento para que el dropdown no desaparezca al hacer scroll */
.group:hover .group-hover\:block, 
.group:focus-within .group-hover\:block {
  display: block;
}

/* Agrega un estilo para el hover de la flecha (puedes personalizar si lo deseas) */
.group a:hover i {
  transform: rotate(180deg); /* Gira la flecha al pasar el ratón */
  transition: transform 0.3s ease;
}

/* Evita que se cierre el dropdown si el mouse entra y sale rápidamente */
.group:hover .group-hover\:block {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Asegura que el dropdown siempre esté visible */
#dropdownResources {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}


section.bg-white {
  overflow: hidden;
}


/*  POS */


/* Estilos generales para las tarjetas */
.card-pos {
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  max-width: 520px; /* Ajuste de tamaño para las tarjetas Misión y Visión */
  margin: 0 auto;
  width: 100%; /* Asegura que las tarjetas se ajusten al ancho disponible */
}


/* Efecto hover */
.card-pos:hover {
  background: linear-gradient(45deg, #5427dd, #ceb3e9); /* Degradado de izquierda a derecha */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}


.dark .card-pos:hover {
  background: linear-gradient(45deg, #2b009a, #af6cf3); 
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}


.card-pos:hover h4 {
  color: white; /* Cambiar el color del título a blanco */
}

#Home {
  position: relative;
  z-index: 0 !important;
}

.hero,
.hero::before,
.hero::after,
.swiper,
.swiper-wrapper,
.swiper-slide {
  z-index: 0 !important;
  position: relative;
}

#Home {
  position: relative;
  z-index: 10;
}



#overlay {
  z-index: 99998 !important;
}


#beneficios-comercio {
  padding-top: 3rem;
  padding-bottom: 3rem;
}



#beneficios-comercio ul {
  max-width: 40rem;
  list-style-position: inside;
  padding-left: 50px;
  font-size: 1.125rem;
  color: #4B5563; /* Gris suave para texto en modo claro */
  line-height: 1.6;
  space-y: 1.5rem;
}

#beneficios-comercio ul li {
  padding: 10px 20px;
  border-radius: 8px; /* Bordes redondeados */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#beneficios-comercio ul li:hover {
  transform: translateY(-5px); /* Efecto hover */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Sombra más intensa al pasar el ratón */
}

#beneficios-comercio ul li:before {
  margin-right: 10px;
  color: #4F46E5; /* Color para el icono */
}

@media (max-width: 768px) {

  
  #beneficios-comercio ul {
    font-size: 1rem;
    padding: 0 20px !important; /* Menos padding en pantallas pequeñas */
  }

  .beneficios-titles {
    margin-bottom: 80px !important;
    text-align: center !important;
    padding: 0 40px !important;
  }

  .icon {
    margin-left: 40px !important;
    width: 150px !important;
    height: 150px !important;
  }

    .container {
    display: flex !important; /* Cambia a bloque para una sola columna */
    flex-direction: column; /* Cambia la dirección a columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    margin-top: 20px; /* Espacio superior */
    margin-bottom: 20px; /* Espacio inferior */
    align-items: center !important;
  }



}

#beneficios-comprador {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#beneficios-comprador ul li {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1rem;
}

#beneficios-comprador ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#beneficios-comprador ul li .ml-3 {
  margin-left: 15px;
  font-size: 1rem;
}

#beneficios-comprador ul li .animated-icons {
  margin-right: 15px; /* Espacio entre el icono y el texto */
}

#beneficios-comprador img {
  max-width: 100%;
  width: 300px;
  border-radius: 8px; /* Bordes redondeados */
  margin-right: 100px !important;
}



@media (max-width: 768px) {

    .navbar {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }



  #beneficios-comprador img {
    width: 300px; /* Ajuste en pantallas pequeñas */
    margin-right: 40px !important;
  }

  
  .support, .support-form, .information, .enlaces {
    margin: 0;
    text-align: center;
  }

  .support {
    margin-top: 35px;
  }

  .enlaces {
    margin-top: 25px;
  }

  .zwap {
    margin: 10px 5px !important;
    width: 130px !important;

  }

  .redes {
  display: none !important;  }

}

@media only screen and (min-width: 390px) {
  .grid-pagos {
    margin-left: 52px !important;
  }

  .grid-cobertura {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 400px) {
  .grid-pagos {
    margin-left: 68px !important;
  }

  .grid-cobertura {
    margin-left: 65px !important;
  }
}

@media only screen and (min-width: 500px) {
  .grid-pagos {
    margin-left: 30px !important;
  }

  .grid-cobertura {
    margin-left: 100px !important;
  }
}

/* Ajustes para pantallas pequeñas */
@media only screen and (max-width: 550px) {

  .header-top {
    display: none !important;
  }

  .btn-app {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important; /* Centra los botones */
    gap: 21px !important; /* Reduce el espacio entre los botones */
  }

  .dark .btn-degradado {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 8px 25px !important;
  }

  .btn-footer {
    padding: 8px 25px !important;
    border-radius: 0.375rem !important;
    font-family: Manrope, sans-serif !important;
    font-size: 14px !important;
  }
    

  .flex-btn {
    display: flex !important;
    flex-direction: column !important; /* Cambia a columna para pantallas pequeñas */
    align-items: center !important; /* Centra los elementos horizontalmente */
    justify-content: center !important; /* Centra los elementos verticalmente */
    gap: 8px !important; /* Ajusta el espacio entre los botones */
  }


  .contact-form {
    margin: 20px !important;
  }

  .clients-text {
    padding: 0 40px !important;
    margin-bottom: 10px !important;
    z-index: 0 !important;
  }

  .testimonials-paragraph {
    padding: 0 25px !important;
  }

  .icon {
    margin-left: 10px !important;
    width: 150px !important;
    height: 150px !important;
  }

  
  .support, .support-form, .information, .enlaces {
    margin: 0;
    text-align: center;
  }

  .support {
    margin-top: 35px;
  }

  .enlaces {
    margin-top: 25px;
  }


  .zwap {
    margin: 10px 5px !important;
    width: 130px !important;

  }

  .redes {
  display: none !important;  }

  .que-es-pos {
    padding: 0px 24px !important;
  }

  .beneficios {
    flex-direction: column  !important;
    margin: auto !important;
  }

  #beneficios-comprador ul {
    padding: 0 20px !important;
    padding-left: 20px !important;
  }

  .btn-pos {
    margin-bottom: 50px !important;
    margin-top: -30px !important;
  }

  
  .phone-check-out {
    margin: 0 auto;
    margin-left: 45px !important;
    width: 390px !important;
    margin-top: 40px !important;
  }

  .imagen-comprador {
    margin-bottom: 50px;
  }

  .flex-grow {
    margin-left: 0 !important;
  }

  .openTopbar {
    overflow: visible !important;
    margin-top: 0px !important;
  }


}


@media only screen and (min-width: 700px) {
  .grid-pagos {
    margin-left: 40px !important;
  }
    
  .grid-cobertura {
    margin-left: 110px !important;
  }
}



@media only screen and (min-width: 800px) {
  .grid-pagos {
    margin-left: 100px !important;
  }
    
  .grid-cobertura {
    margin-left: 50px !important;
  }


  #beneficios-comprador ul {
    padding-left: 70px !important;
    margin-right: 80px !important;
    }

    #beneficios-comercio ul {
      padding-left: 140px !important;
      margin-right: 70px !important;
    }

    .imagen-comprador {
      margin-left: 140px !important;
      margin-right: 0  !important;
    }

    .phone-check-out {
      margin-right: 450px !important;
      margin-left: 0px !important;
    }
    
    #beneficios-comprador ul li {
      padding: 0px !important;
    }


}


@media only screen and (min-width: 1100px) {
  .grid-pagos {
    margin-left: 200px !important;
  }
    
  .grid-cobertura {
    margin-left: 130px !important;
  }
}


@media only screen and (min-width: 1420px) {
  .grid-pagos {
    margin-left: 240px !important
  }
    
    .grid-cobertura {
      margin-left: 190px !important;
    }
}



@media only screen and (min-width: 1500px) {
  .grid-pagos {
    margin-left: 310px !important;
  }
 
  .grid-cobertura {
    margin-left: 250px !important;
  }
}


  


@media only screen and (min-width: 1600px) {
  .grid-pagos {
    margin-left: 340px !important;
  }

  .grid-cobertura {
    margin-left: 300px !important;
  }
} 

@media only screen and (min-width: 1720px) {
  .grid-pagos {
    margin-left: 380px !important;
  }

  .grid-cobertura {
    margin-left: 350px !important;
  }
} 



@media only screen and (min-width: 1820px) {
  .grid-pagos, .grid-cobertura {
    margin-left: 450px !important;
  }
}



  
@media only screen and (min-width: 1900px) {

  .grid-pagos {
    margin-left: 440px !important;
  }

  .grid-cobertura {
    margin-left: 400px !important;
  }
}

.phone-check-out {
  padding-left: 25px !important;
}