/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.logo img {
  max-height: 50px;
}


.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.Menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #0a2f4f;
  font-weight: 600;
  transition: color 0.3s, transform 0.3s;
  font-size: 1rem;
}

nav ul li a:hover {
  color: #6161ff;
  transform: translateY(-2px);
}


.contact-info {
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #6161ff;
  border: 2px solid #6161ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #6161ff;
  color: #fff;
  transform: scale(1.15);
}

/* Redes y contacto */
.contact-info {
  text-align: right;
  font-size: 0.85rem;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #000000;
  border-radius: 50%;
  font-size: 16px;
  transition: background 0.3s, transform 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #6161ff;
  transform: scale(1.2);
  color: #fff;
}

/* Marquee */
.marquee {
  background: #6161ff;
  color: #fff;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.marquee span {
  display: inline-block;
  padding: 0 50px;
  animation: marquee 1s linear infinite;
}
/* Hero */

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-grid {
  position: relative;
  width: 112%;
  height: 79vh; /* Más bajo que full screen */
  overflow: hidden;
}

/* Quitamos los márgenes del container */
.lead.section {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

/* --- RESPONSIVO PARA MÓVILES --- */
@media (max-width: 768px) {
  .lead-grid {
    width: 110%;
    height: 45vh; /* Altura adecuada para móviles */
  }

  .video-bg {
    object-fit: cover;
    object-position: center;
    transform: translateX(10px);
  }
}

/* Para pantallas muy pequeñas */
@media (max-width: 480px) {
  .lead-grid {
    height: 35vh;
  }
}



/*
.lead {
  padding: 20px 0;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;

}

.lead-text h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

.lead--accent {
  color: #007bff;
}

.img-small {

  max-width: 500px;
  margin: 0 auto;
  display: block;

} */

/* Fondo sección */
.feature-bg {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column; /* Apilar contenido y botón */
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.feature-bg__overlay {
  position: absolute;
  inset: 0;
  background: rgb(240, 240, 255);
}

.feature-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;  /* Imagen y texto a la misma altura */
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1100px; /* Control del ancho */
}

.feature-fixed__img {
  max-width: 800px;
  width: 120%;
  height: auto;
}

/* Google Font llamativa (Poppins Black o Montserrat ExtraBold) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');

.feature-action_text {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1.5px;

  /* Gradiente elegante */
  background: linear-gradient(90deg, #2d3276, #6161ff, #2d3276);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Efecto suave de presencia */
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px;
}


.feature-btn {
  margin-top: 30px;
  z-index: 3;
}

.feature-btn .btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 20px;
}
/* ------- RESPONSIVO (pantallas menores a 768px) ------- */
@media (max-width: 768px) {

  .feature-content {
    flex-direction: column;     /* Imagen arriba, texto abajo */
    text-align: center;
    gap: 20px;
  }

  .feature-fixed__img {
    max-width: 80%;             /* Imagen más pequeña pero visible */
  }

  .feature-action_text {
    font-size: 1.8rem;          /* Texto más acorde al móvil */
    text-align: center;
    padding: 0 15px;
  }

  .feature-btn {
    text-align: center;
    margin-top: 20px;
  }
}



.center-cta {
  padding: 80px 0;
}

.center-cta__inner {
  display: flex;
  flex-direction: column; /* Apila contenido + botón */
  align-items: center;
  text-align: center;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Alinea texto e imagen en la misma altura */
  gap: 40px;
  width: 100%;
  max-width: 1100px;
}

.lead-text {
  flex: 1;
  text-align: left; /* Texto alineado a la izquierda */
  font-size: 1.4rem;


}


.lead--accent {
  color: #6161ff;
}

.lead-sub p {
  font-size: 1.0rem;
}

.lead-media2 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.lead-media2 img {
  max-width: 550px;
  width: 120%;
  height: auto;

}

.cta-btn {
  margin-top: 30px;
}

.cta-btn .btn {
  padding: 12px 30px;
  font-size: 1.1rem;
}

/* Versión responsiva */
@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .lead-text {
    text-align: center;
  }
}



/* ::::: Ventajas:::: */
.advantages {
   background: #eaeafa;
  padding: 120px 0; 
  min-height: 700px; 
  position: relative;

}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');

.marquee-internal {
  position: relative;
  z-index: 1;

  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 25px;

  /* Efecto degradado elegante */
  background: linear-gradient(90deg, #2d3276, #6161ff, #2d3276);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-transform: uppercase;
}



.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-items: center;
}

/* Tarjeta animada */
.card {
  width: 220px;
  height: 260px;
  background: #10254052;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
}

.card::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 130%;
  background-image: linear-gradient(180deg, #6161ff, rgb(255, 48, 48));
  animation: rotBGimg 6s linear infinite;
  transition: all 0.2s linear;
}

.card::after {
  content: '';
  position: absolute;
  inset: 5px;
  background: #07182E;
  border-radius: 15px;
  z-index: 1;
}

@keyframes rotBGimg {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Contenido interno */
.card-content {
  position: relative;
  z-index: 2;
  padding: 15px;
  color: white;
}

.card-content h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #00b7ff;
}

.card-content p {
  font-size: 0.95rem;
  line-height: 1.4;
}





/* Demo */
.demo-section {
  padding: 20px 0;
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.demo-text h3 {

  font-size: 2.3rem;
  margin-bottom: 0px;
}
.demo-text p {
  font-size: 2.3rem;
  color: #6161ff;
  margin-bottom: 15px;
}

.demo-media  {

  width: 76%;

 
  

}
.btn-primary {
  position: relative;
  top: 20px;
  left: 25px;
  z-index: 3;
}

/*        RESPONSIVO         */
/* ------------------------- */

@media (max-width: 768px) {
  .demo-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .demo-media {
    width: 90%;
  }

  .btn-primary {
    left: 0;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
  }

  .demo-text h3,
  .demo-text p {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .demo-text h3,
  .demo-text p {
    font-size: 1.6rem;
  }

  .demo-media {
    width: 120%;
    
  }
}

/* Beneficios */

.benefits {
  position: relative;
  padding: 120px 0; /* Aumenta la altura de la sección */
  min-height: 700px; /* Altura mínima opcional */
  overflow: hidden;
}

/* Video de fondo con degradado arriba y abajo */
.benefits-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  /* Degradado arriba y abajo */
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}


.benefits_overlay {
  position: absolute;
  inset: 0;
  background: rgba(216, 234, 255, 0.5);
  z-index: 1;
}

.benefits-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 800px;
}

.benefits h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
}

.benefits-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: grid;
  gap: 15px;
}

.benefits-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #000000;
}

.benefits-list li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #007bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Botón centrado */
.benefits-btn {
  margin-top: 20px;
  text-align: center;
}



/* Tech */
.tech {
  padding: 80px 0;
  background: #ffffff;
}
.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.tech video {
  width: 90%;
  border-radius: 290px;
}
.tech-text h3 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #000000;
}

/* Aleph */
.aleph {
  text-align: center;
  padding: 80px 0;
  background: #e3ebf7;
}

.about-title h1 {
  font-size: 3.8rem;
  font-weight: 800;
  margin-bottom: 4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #2d3276, #6161ff, #2d3276);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.muted {
  color: #000000;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.small-strong {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #525252;
}

/* Video scroll */
.scroll-video video {
  width: 100%;
  display: block;
}

/* Cards invas */
.cards-invas__inner {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.card-invas {
  background: #007bff;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  min-width: 220px;
  flex: 1;
  transition: transform .3s;
}

.card-invas h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.card-invas:hover {
  transform: scale(1.05);
}

/* Formulario */
.form-section {
  padding: 80px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.lead-form {
  background: #eeeeff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.lead-form h3 {
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

label {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

input, textarea {
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #8cb3e7;
  border-radius: 6px;
  font-family: inherit;
}

.form-actions {
  margin-top: 15px;
}

.form-response {
  margin-top: 10px;
  font-size: 14px;
  color: green;
}

.form-aside {
  text-align: center;
}

.aside-img {
  max-width: 180px;
  margin: 0 auto 20px;
}

.aside-text {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.aside-list {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
  line-height: 1.4;
}

.aside-list li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  

  .aside-list {
    padding: 0;
  }
}


/* Botones */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s;
}

.btn-primary {
  background: #da5252;
  color: #fff;
  border: 2px solid #da5252;
}

.btn-primary:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
} 

.btn-outline {
  border: 2px solid #da5252;
  color: #ffffff;
  background: #da5252;
}

.btn-outline:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Footer */
.site-footer {
  background: #0a2f4f;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.site-footer small {
  font-size: 13px;
}

/* Responsive */
@media (max-width: 900px) {
  .lead-grid, .demo-grid, .tech-grid, .form-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .contact-info {
    display: none;
  }

 /* Menú hamburguesa - solo en pantallas pequeñas */
@media (max-width: 768px) {
  nav ul.Menu {
    display: none; /* oculto por defecto */
    flex-direction: column;
    gap: 0;
    background: #fff;
    position: absolute;
    top: 60px; /* justo debajo del header */
    right: 0;
    width: 220px; /* ancho del menú desplegable */
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    z-index: 1500;
  }

  nav ul.Menu.active {
    display: flex; /* se muestra al activar */
  }

  nav ul.Menu li a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    color: #0a2f4f;
    font-weight: 500;
    text-decoration: none;
  }

  nav ul.Menu li a:hover {
    color: #6161ff;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 28px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1600;
  }

  /* Estilo cuando se activa */
  .menu-toggle.active {
    color: #6161ff;
  }
}

/* Ocultar botón hamburguesa en pantallas grandes */
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  nav ul.Menu {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    position: static;
    border: none;
    width: auto;
  }
}
}