html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111111;
  z-index: 0;
}

.about-container {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 100px auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 10px;
  text-align: center;
}

.section_trail {
  width: 25px;
  height: 5px;
  background-color: #aa73ff;
  margin: 0 auto 10px auto;
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.icon {
  width: 32px;
  height: 32px;
}

.about-text {
  margin-top: 15px;
  line-height: 1.6;
}





body	{
		margin:	0;
		background:	#0d0d0d;
		color:	#00ffcc;
		font-family:	'Roboto	Mono',	monospace;
		line-height:	1.6;
}

header	{
		background-color:	#1a1a1a;
		padding:	2rem;
		text-align:	center;
		border-bottom:	2px	solid	#00ffcc;
}

header	h1	{
		font-family:	'Orbitron',	sans-serif;
		font-size:	2.5rem;
		margin:	0;
		color:	#00ffff;
}

section	{
		padding:	2rem;
		max-width:	1000px;
		margin:	auto;
}

h2	{
		color:	#00ffcc;
		border-left:	5px	solid	#00ffff;
		padding-left:	10px;
		font-family:	'Orbitron',	sans-serif;
}

p	{
		color:	#cccccc;
}

footer	{
		text-align:	center;
		padding:	1rem;
		background:	#111;
		color:	#666;
		font-size:	0.9rem;
		border-top:	1px	solid	#222;
}

.team	{
		text-align:	center;
}

.team-grid	{
		display:	grid;
		grid-template-columns:	repeat(auto-fit,	minmax(180px,	1fr));
		gap:	1.5rem;
		margin-top:	1.5rem;
}

.member	{
		background:	#111;
		border:	2px	solid	#00ffcc;
		border-radius:	10px;
		padding:	1rem;
		transition:	transform	0.3s	ease;
}

.member:hover	{
		transform:	scale(1.05);
		background:	#1a1a1a;
}

.member	img	{
		width:	100%;
		border-radius:	50%;
		max-width:	120px;
		margin-bottom:	1rem;
		border:	3px	solid	#00ffff;
}

.member	h3	{
		margin:	0.5rem	0	0.2rem;
		color:	#00ffff;
}


.mission-vision {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.card {
  background-color: #0a0a0a;
  border: 2px solid #00ffff;
  box-shadow: 0 0 10px #00ffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  max-width: 320px;
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00ffff;
}

.card .icon {
  font-size: 3rem;
  color: #00ffff;
  margin-bottom: 1rem;
}

.card h3 {
  color: #00ffff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.card p {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.5;
}



.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#00ffff11 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}

.video-overlay {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.video-overlay h2 {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 1.5rem;
  font-family: 'Orbitron', sans-serif;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border: 3px solid #00ffff;
  box-shadow: 0 0 20px #00ffff;
  border-radius: 12px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-float i {
  z-index: 2;
}

.whatsapp-text {
  position: absolute;
  bottom: 70px; /* espacio sobre el ícono */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid white;
  width: 0;
  animation: typing 3s steps(22) 1s forwards, blink 0.7s infinite;
  pointer-events: none; /* para que no interfiera al hacer clic */
}

@keyframes typing {
  from { width: 0 }
  to { width: 160px }
}

@keyframes blink {
  50% { border-color: transparent }
}



.productos-section {
  padding: 50px 20px;

  text-align: center;
}

.productos-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.producto {
  max-width: 600px;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.producto h3 {
  font-size: 1.5rem;
  color: #00ffff;
  margin-bottom: 10px;
}

.producto p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
}



/* Botón base */
.btn-descargar {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  background: #292929; /* color base del botón */
  border-radius: 8px;
  transition: background-color 0.3s;
}

/* Elemento animado reutilizando el efecto linesPro */
.lines-btn .lines-effect {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #000;
  overflow: hidden;
  border-radius: 8px;
}

.lines-btn .lines-effect::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 60px;
  transform: translate(-50%, -50%);
  background: linear-gradient(transparent, #45f3ff, #45f3ff, transparent);
  animation: animateBorder 4s linear infinite;
}

.lines-btn .lines-effect::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #292929;
  border-radius: 6px;
}

@keyframes animateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Hover effect (opcional) */
.btn-descargar:hover {
  background-color: #1b1b1b;
}
