
/* Gradientes distintos 
.grad1 { background: linear-gradient(135deg, #ff9a9e, #fad0c4); }
.grad2 { background: linear-gradient(135deg, #a18cd1, #fbc2eb); }
.grad3 { background: linear-gradient(135deg, #f6d365, #fda085); }
.grad4 { background: linear-gradient(135deg, #84fab0, #8fd3f4); }
.grad5 { background: linear-gradient(135deg, #cfd9df, #e2ebf0); color:#000; }
.grad6 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.grad7 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.grad8 { background: linear-gradient(135deg, #43e97b, #38f9d7); }  */



* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      background: radial-gradient(circle at center, #080808 20%, hsla(221, 37%, 40%, 0.6) 90%);       
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           
           
    }

   
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.5rem 1rem;
      background-color: black;
      position: sticky;
      top: 0;
      z-index: 1000;            
      
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 0rem;
    }

    .logo video {
      width: 100px;
      height: 50px;
    }

    .logo-text {
      font-size: 2rem;
      font-weight: bold;
      color: #fffefa;
      text-shadow:
        0 0 6px #2c2917,
        0 0 12px #0a121a,
        0 0 18px #1d3030;
      text-transform: uppercase;
      margin-left: -38px;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 2rem;
    }

    nav li {
      position: relative;
    }

    nav a {
      text-decoration: none;
      color: #fcfbfb;
      font-weight: bold;
      transition: color 0.3s;
      text-shadow:
        0 0 6px #2c2917,
        0 0 12px #0a121a,
        0 0 18px #1d3030;
    }

    nav a:hover {
      color: rgb(250, 202, 8);
    }

    nav ul ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: rgba(0, 0, 0, 0.85);
      padding: 1.5rem 0;
      border-radius: 5px;
      min-width: 240px;
      flex-direction: column;
      
    }

    nav ul li:hover > ul {
      display: flex;
      flex-direction: column;
      padding-bottom: 1rem;
      
    }

    nav ul ul li {
      padding:0rem 1rem;
      
    }

#contenedor_inicio {
  margin: 0px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  max-width: 1100px;
  width: 100%;
   background-color: transparent;    
  border-left: 2px solid hsla(240, 5%, 78%, 0.664);
  border-right: 2px solid hsla(240, 5%, 78%, 0.664); 
  border-radius: 0;  
  box-shadow: 0 0 15px  hsla(240, 5%, 78%, 0.664), 
              0 0 30px rgba(177, 174, 174, 0.986),
              0 0 45px rgba(155, 154, 154, 0.863);  
  
}


    /* Sección INICIO */
    section#inicio {     
     margin: -150px auto 20px auto;     
     display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
       flex-direction: column;    
       
      background: radial-gradient(circle at center, #080808 20%, hsla(221, 37%, 40%, 0.6) 90%);     
      
    }

      .inicio-texto {
        
      width: 100%;
      max-width: 800px;
      font-size: 17px;
      color: #fffffd;
      font-weight: 600;
      margin: 0 auto; 
      text-align: center; 
      padding: 0 20px; 
      margin-top: -50px;
          
    }


    .inicio-texto p {
      margin-bottom: 1rem;
    }

    .inicio-visual {    
      width: 55%;
      position: relative;
      text-align: center;
    }


.logo-pedilink {
  position: absolute;
  bottom: -45%;
  left: 50%;
  transform: translateX(-50%);
  width:180%; 
  max-width: 1000px;
  z-index: 10;
  
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.877))
          drop-shadow(0 0 6px #e4e2d98a)
          drop-shadow(0 0 8px hsla(40, 6%, 70%, 0.842)); 
}

    .video-container {
      position: relative;
      width: 100%;
      padding-top: 100%; 
      background: transparent;
  }

    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
      background: transparent;
      border: none;
    }

    .video-container::before,
    .video-container::after {
      content: "";
      position: absolute;
      top: 0;
      width: 40px;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }

    


#inicio {
  background:transparent;
  position: relative;
  height: 100%;
  width: 100%;  
  
}

.circle-left {
  position: absolute;
  bottom: 0;
  left: -20%;
  right: 0;
  top: -10%;
  height: 500px;
  width: 500px;
  border-radius: 9999px;
  background-image: radial-gradient(circle farthest-side, rgba(243, 238, 238, 0.4), rgba(255, 255, 255, 0));
}

.circle-right {
  position: absolute;
  bottom: 0;
  right: -10%;
  top: -10%;
  height: 500px;
  width: 500px;
  border-radius: 9999px;
  background-image: radial-gradient(circle farthest-side, rgba(240, 232, 232, 0.4), rgba(255, 255, 255, 0));
}

.circulo-abajo {

    position: absolute;
  bottom: 0;
  right: -10%;
  top: 80%;
  height: 300px;
  width: 300px;
  border-radius: 9999px;
  background-image: radial-gradient(circle farthest-side, rgba(221, 217, 217, 0.452), rgba(255, 255, 255, 0));
}


.cohete {
  position: absolute;
  top: 200px;
  right: 100px;
  width: 2px;
  height: 10%;
  z-index: 999; /* más alto */
  animation: despegar 25s ease-in infinite;
}


/* Animación del despegue */
@keyframes despegar {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  70% {
    transform: translateY(-250px) scale(1.1); /* sube y crece un poquito */
    opacity: 1;
  }
  100% {
    transform: translateY(-400px) scale(0.9); /* más arriba y más chico */
    opacity: 0; /* se desvanece */
  }
}



.inicio-ventajas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  margin: 20px auto;
  padding: 1rem;
  max-width: 900px;
  text-align: center;
}

.ventaja {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2rem 1rem;
  color: #fff;
  text-shadow: 
    0 0 6px #2c2917,
    0 0 12px #0a121a,
    0 0 18px #1d3030;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.ventaja:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.ventaja h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(250, 202, 8);
  margin-bottom: 0.5rem;
}

.ventaja p {
  font-size: 1rem;
  font-weight: 600;
  color: #fefefe;
}

strong {
  color: rgb(250, 202, 8);
}


/*-------------------------------------------------------- segunda seccion---------------------------------------- */

#planes {
    position: relative;
  margin: 60px auto;
  max-width: 1100px;
  text-align: center;
  padding: 2rem;
}

.titulo-planes {
  font-size: 2rem;
  font-weight: 800;
  color: rgb(250, 202, 8);
  margin-bottom: 2rem;
  text-shadow: 0 0 1px #fff;
  margin-bottom: 70px;
}

.planes-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 2rem;
  max-width: 1200px; 
  margin: 0 auto;  
}


.plan-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 0 12px rgba(255,255,255,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(250,202,8,0.7);
}

.plan-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(250, 202, 8);
}

.precio-original {
  text-decoration: line-through;
  color: #aaa;
}

.descuento {
  color: rgb(250, 202, 8);
  font-weight: bold;
  margin: 0.5rem 0;
}

.precio-final {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin: 1rem 0;
  text-shadow: 0 0 10px rgb(250, 202, 8);
}

.btn-elegir {
  background: rgb(250, 202, 8);
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  margin: 1rem 0;
  transition: background 0.3s;
}

.btn-elegir:hover {
  background: #fff;
  color: #000;
}

.caracteristicas {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
  
}

.caracteristicas li {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

/* Estilo especial para el plan más elegido */
.plan-card.destacado {
  border: 2px solid rgb(250, 202, 8);
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(250,202,8,0.8);
}

/* Premium más llamativo */
.plan-card.premium {
  background: linear-gradient(145deg, rgba(250,202,8,0.2), rgba(255,255,255,0.05));
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(255,255,255,0.6);
}



@media (max-width: 992px) {
  .planes-container {
    grid-template-columns: repeat(2, 1fr); /* en tablets → 2 por fila */
  }
}

@media (max-width: 600px) {
  .planes-container {
    grid-template-columns: 1fr; /* en móviles → 1 por fila */
  }
}



.circulo-paginas-web {

    position: absolute;
  bottom: 50%;
  right: 80%;  
  height: 400px;
  width: 400px; 
  border-radius: 9999px;
  background-image: radial-gradient(circle farthest-side, rgba(221, 217, 217, 0.352), rgba(255, 255, 255, 0));
}



/*-----------------------------------tercera seccion----------------------------------------*/

#razones-web {
  margin: 80px auto;
  max-width: 900px;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.titulo-razones {
  font-size: 2rem;
  font-weight: 800;
  color: rgb(250, 202, 8);
  margin-bottom: 3rem;
  text-shadow: 0 0 1px #fff;
}
/* Lista en grid */
.razones-lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
  gap: 2rem;
}

/* Cada item del grid */
.razon-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  box-shadow: 0 0 12px rgba(255,255,255,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover */
.razon-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(250,202,8,0.7);
}

/* Responsive: tablets */
@media (max-width: 992px) {
  .razones-lista {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  }
}

/* Responsive: móviles */
@media (max-width: 600px) {
  .razones-lista {
    grid-template-columns: 1fr; /* 1 sola columna */
  }
}
/* Cada item del grid como tarjeta vertical */
.razon-item {
  display: flex;
  flex-direction: column; /* número arriba, texto abajo */
  align-items: center;
  text-align: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  color: #fff;
  box-shadow: 0 0 12px rgba(255,255,255,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover */
.razon-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(250,202,8,0.7);
}

/* Número decorativo */
.numero {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  background: rgb(250, 202, 8);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(250,202,8,0.6);
  margin-bottom: 0.5rem;
}

/* Contenido */
.contenido h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.contenido p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ddd;
}


.circulo2    {
  position: absolute;
  bottom: -10%;
  right: -20%;  
  height: 300px;
  width: 300px; 
  border-radius: 9999px;
  background-image: radial-gradient(circle farthest-side, rgba(221, 217, 217, 0.2), rgba(255, 255, 255, 0));
}


/*---------------------------------------seccion 4- software a la medida--------------------*/

#software {
  background: radial-gradient(circle at center, #080808 20%, rgba(255, 255, 255, 0.1) 90%);
  color: #fff;
  padding: 80px 5%;
  margin-top: 60px;
}

.software-contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: auto;
}

.software-texto h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: rgb(250, 202, 8);
  margin-bottom: 1.5rem;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.software-texto p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.btn-software {
  display: inline-block;
  padding: 12px 26px;
  background: rgb(250, 202, 8);
  color: #000;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.btn-software:hover {
  background: #ffb300;
  transform: scale(1.05);
}

.software-imagen img {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: auto;
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(228, 227, 225, 0.35);
}

@media (max-width: 900px) {
  .software-contenedor {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .software-texto {
    order: 2;
  }

  .software-imagen {
    order: 1;
  }
}


/*-------------------------------pasos-------------------------------*/

.software-pasos {
  margin-top: 60px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.software-pasos h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(250, 202, 8);
  margin-bottom: 2.5rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* Pasos en una sola columna */
.pasos-grid-2col {
  display: grid;
  grid-template-columns: 1fr; /* una sola columna */
  gap: 2rem;
  max-width: 900px;  /* ancho máximo para que no se vea tan estirado */
  margin: auto;      /* centra la columna */
}

.paso-card {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 1.8rem 1.5rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.paso-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(250,202,8,0.6);
}

.numero {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  background: rgb(250, 202, 8);
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 1rem;
  box-shadow: 0 0 8px rgba(250,202,8,0.5);
}

.paso-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #fff;
}

.paso-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #e6e6e6;
}



/*------------------------------------------seccion5-chat bots---------------------*/


#chatbots {
  background: linear-gradient(135deg, #24221e, hsla(221, 37%, 40%, 0.6));
  color: #fff;
  padding: 80px 5%;
  margin-top: 60px;
  
}

.chatbots-contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  
}

.chatbots-texto h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: rgb(250, 202, 8);
  margin-bottom: 1.5rem;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.chatbots-texto p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.chatbots-slogan {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffd84a;
  margin-top: 10px;
}

.btn-chatbot {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(250, 202, 8);
  color: #000;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.btn-chatbot:hover {
  background: #ffb300;
  transform: scale(1.05);
}

.chatbots-imagen img {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
  filter: drop-shadow(0 0 15px rgba(250, 202, 8, 0.5));
}

@media (max-width: 900px) {
  .chatbots-contenedor {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .chatbots-texto {
    order: 2;
  }

  .chatbots-imagen {
    order: 1;
  }
}
