@charset "utf-8";
/* CSS Document */
 /* 	Start CSS stylesheet version SW 0.1

	font-family: 'Nunito Sans', sans-serif; 
	font-family: 'Rubik', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Fredoka', sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-family: 'Saira', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Inter', sans-serif;

	Color wall
	green theme: #b3d143
    LIVE greenYELLOW theme : #B1FF00
	LIVE green theme: #B3E10A
	green: #5cb85c
	flash green: #00BB55;
	//////////////////////
	Blue theme:  #005CAA;
	dark blue: #00315C

*/ 
 
    @import url('https://fonts.googleapis.com/css?family=Montserrat:400');
    @import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Montserrat:300');
	@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Kulim+Park:wght@600&display=swap'); 
	@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

		:root {
			--YG: #B3D143; 
		}
 
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
		font-family: "Inter", sans-serif;
    }
    body {
        background: white;
        overflow-x: hidden;
		font-family: "Inter", sans-serif;
		transition: all ease 1s;  
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #111;
    }
.seo{
	display: none;
}
.content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	padding: 0;
}
/* animation intro */
	
.swIntro{
  pointer-events: none;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 9999999;
	transition: all ease 1s;
	animation: swFadeOut 5s forwards; 
	
	background-color: white;
	 
	}
.imgFdw {
  width: 233px;
  height: 233px;
  display:block;
	transition: all ease 1s;
	animation: swFadeIn 2s forwards; 
}

/* ===== KEYFRAMES ===== */
@keyframes swFadeOut {
  0%{ opacity: 1;  } 
  80%{ opacity: 1; } 
  90%{ opacity: 0; } 
  100%{ opacity: 0;;
	}
	
}
@keyframes swFadeIn {
  0%{ transform: scale(0);}  
	 
  100%{ transform: scale(1);}  
	 
}
@keyframes swZoomOut {
  0%{ transform: scale(1);}  
  80%{ transform: scale(1);}  
	 
  100%{ transform: scale(0);}  
	 
}
.image-split-container {
  height: 100vh;
  width: 100vw;
  position: relative; 
	margin:  auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/* CONTENEDOR BASE */
.image-split-color {
  mix-blend-mode: darken;
  position: absolute;
  inset: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.image-split-color > div {
  position: relative;
  background: #fff;
}
.image-split-color > div::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: lighten;
}
/* MAGENTA */
.image-split-magenta {
  animation: splitMagenta 2s ease-in-out infinite;
}
.image-split-magenta::after {
  background: #ff00ff;
}
/* CYAN */
.image-split-cyan {
  animation: splitCyan 2s ease-in-out infinite;
}
.image-split-cyan::after {
  background: #00ffff;
}
/* YELLOW */
.image-split-yellow {
  animation: splitYellow 2s ease-in-out infinite;
}
.image-split-yellow::after {
  background: #ffff00;
}
/* ===== KEYFRAMES ===== */
@keyframes splitMagenta {
  0%, 20%, 100% { transform: translateX(0); }
  40%, 60% { transform: translateX(-100px); }
}
@keyframes splitCyan {
  0%, 100% { transform: translateY(0); }
}
@keyframes splitYellow {
  0%, 20%, 100% { transform: translateX(0); }
  40%, 60% { transform: translateX(100px); }
}
/* TEXTO */
.instruction {
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  color:#aaa;
  margin-bottom: 30px;
}

/* animation next */
#next{
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
  z-index: 9999999999;
	justify-content: space-around;
	display: flex;
	align-items: center;
}	
#next.activeNext {
  opacity: 1;
}	
#next img{
		width: 233px;
		height: 233px;
	}	 



    /* HEADER */
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        display: grid;
        align-items: center;
        padding: 0 0px; 
        transition: all 1s ease;
        color: white;
    z-index: 99999;
    pointer-events: auto;
    }
	.topHeader{
		position: absolute;
		top: 0;
		width: 100%;
		display: flex;   	
		justify-content: center;   /* 👈 centra horizontalmente */
		align-items: center;
		margin: 0 ;
		height: auto;
		padding: 13px 10%;
		border-bottom: 1px solid #aaa;
	}
	.phone{
		color: white;
		text-decoration: none;
		font-weight: 700;
		margin: 0px auto 0px  0px; 
	}
	.quate{ 
		color: white;
		text-decoration: none;
		font-weight: 700;
		margin: 0px  0px 0px  auto;
	}
	
    header img {
        height: 40px;
		width: 300px;

        margin: 30px 10% 13px 10%;
        transition: all 1s ease;
    }
    header.scrolled {
        background: white;
        color: black;
		height:100px;
    }
	#btnOpenNav{
			display:none;
		} 
	#sideNav{
		display: none;
	}
	@keyframes sideNavAnimation{
	0%{ 
		opacity: 0;
		width: 0%;
		height: 0%;
		border-radius: 100%;
		margin-left: 50%;
		margin-top: 50%;
	}
	50%{ 
	opacity: 0;
		width: 0%;
		height: 0%;
		border-radius: 100%;
		margin-left: 50%;
		margin-top: 50%;
	}
	100%{ 
		  opacity: 1; 
		 width: 100%;
		height: 100%;
		border-radius: 0%;
		margin-left: 0%;
		margin-top: 0%;
	}
}
	@keyframes sideNavContentAnimation{
	0%{ 
		opacity: 0; 
	}
	70%{ 
		  opacity: 0;  
	} 
	100%{ 
		  opacity: 1;  
	}
}
    	
	.more{
		position: relative;
		margin: auto auto;
		text-decoration: none;
		font-size: 21px;
		padding: 14px 38px;
    border: none;
    border-radius: 14px; 
		font-size: 33px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, gold, darkgoldenrod);
    box-shadow:
        0px 6px 15px rgba(0,0,0,0.4),
        inset 0px -2px 4px rgba(255,255,255,0.1),
        inset 0px 3px 6px rgba(0,0,0,0.4);

    backdrop-filter: blur(6px);
    letter-spacing: 0.5px;
    transition: all 1s ease;
	}
	.more:hover{ 
    color: green;
    background: linear-gradient(135deg, #eee, #fff); 
	}
    /* DEBUG SCROLL */
    #scrollConsole {
		display: none;
        position: fixed;
        bottom: 10px;
        left: 10px;
        padding: 8px 14px;
        background: rgba(255,255,255,0.1);
        color: #0f0;
        font-family: monospace;
        font-size: 14px;
        border: 1px solid rgba(0,255,0,0.4);
        border-radius: 6px;
        z-index: 999999;
        backdrop-filter: blur(5px); 
    }
	
	
	
/* -------------------- NAVBAR -------------------- */
.navbar{
    width: 100%;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0; 
	padding: 0; 
	font-family: 'Nunito Sans', sans-serif;  
}
.nav-left{
    display: flex;
    align-items: center;
    gap: 21px;	
	height: 50px;
    margin: 50px 10% 0 0%; 
	bottom: 0;
}
.logo{
    font-size: 32px;
    font-weight: bold;
    color: #b0ff00;
}
.nav-item{
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    font-size: 17px;
}
.itemIconNav{
	text-decoration: none;
	display: flex; 
	margin: 13px;
	border-radius: 13px;
	}
.itemIconNav:hover{
		background-color: #fff; 
	}
.itemIconNav img{
		height: 55px;
	    width: 55px;
		margin: auto 5px;
	}	
.itemIconNav p{ 
	    width: 121px; 
		margin: auto 5px;
	}	
 
/* Línea verde animada */
.nav-item::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #b0ff00;
    transition: 0.3s;
}
.nav-item:hover::after{
    width: 100%;
}
/* -------------------- MEGA MENU -------------------- */
.mega-menu{
    position: absolute;
    top: 120%;
    right: 0;
    width: auto;
    background: #ddd;
	color: #333; 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.15);

    /* 🔥 Oculto por defecto */
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px); /* aparece desde abajo */
    transition: 
        opacity .35s ease, 
        transform .35s ease,
        visibility .35s ease;
}
/*  Mostrar menús con animación suave */
.nav-item:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/* Columnas del mega menu */
.menu-col > a{
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}
/* Flecha */
.arrow{
    font-size: 12px;
    margin-left: 5px;
}

a.contact{
	width: 133px;
	display: flex;
	align-items: center; 
	background-color: #B3E10A;
	font-family: 'Nunito Sans', sans-serif; 
	letter-spacing: 1px;
	transition: linear 0.6s;
	font-size: 17px;
	font-weight: 500;
	padding: 5px 10px;
	color: #fff;
	height:40px;
	margin:  25px 25px;
	text-decoration: none;
	}
a.contact:hover{  
	background-color: #fff; 
	}

/* Horizontal ininite*/
.marquee-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 33px;
  width: 100px; 
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
}
.marquee {
  position: absolute;
  display: block;
  width: 300%;
  padding: 0;
  margin: 0;
  background: transparent;
  animation: marquee-scrolling 13s linear infinite;
  -webkit-animation: marquee-scrolling 13s linear infinite;
}
.marquee ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
	display: inline-flex;
}
.marquee ul li {
	z-index: 1;
  float: left;
  width: 100%;
  color: black;
  background: transparent;
  overflow: hidden;
	font-family: 'Roboto', sans-serif; 
} 
@keyframes marquee-scrolling {
  0% {
    left: 100%;
  }

  100% {
    left: -200%;
  }
}	
	
	
/******************************************************/
 /* DEBUG SCROLL */
 #console { 
        position: fixed;
        bottom: 10px;
        left: 10px;
        padding: 8px 14px;
        background: rgba(255,255,255,0.1);
        color: #0f0;
        font-family: monospace;
        font-size: 14px;
        border: 1px solid rgba(0,255,0,0.4);
        border-radius: 6px;
        z-index: 999999;
        backdrop-filter: blur(5px); 
		display: none;
    }
/* espacio antes */
.spacer {
  height: 0vh;
	background-color: #000;
  border: 0px solid #2b2b2b;
}
/* zona animada */
.stage {
  height: 250vh;
  position: relative; 
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(#000,#111);
  border: 0px solid #2b2b2b;
}
/* PC */
.pc {
	transition: 1s ease all; 
  position: fixed;
  top: 50%;
  transform: translateY(-50%) ;
  margin: auto;
  width: 360px;
  aspect-ratio: 16 / 10; 
  border-radius: 22px; 
  overflow: hidden; 
	z-index: 99998;
  border: 13px solid #111;	
	background:linear-gradient(45rad,#0000aa,#0000ff,#0000aa);
    pointer-events: none;
}
/* pantalla */
.screen {
  position: absolute; 
	width: 100%;
  overflow: hidden; /* 🔑 NO SCROLL AQUÍ */
}
/* contenido */
.screen-content {
  height: 100vh; 
  color: #111;
	display:block;
	justify-content: space-around; 
}
#textPc{
	margin-top: 15%;
	color: lawngreen;
	font-weight: 800;
	transition: 0.5s ease all; 
	padding: 0 21px;
	
}
#viewPort{
    /*  BLUR REAL SIN BORRAR CONTENIDO */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);  
	 
	color: white; 
	font-weight: 400;
	transition: 0.5s ease all; 
	padding:  21px;
	margin: 5px 0 0 0;
}
#viewPort2{
    /*  BLUR REAL SIN BORRAR CONTENIDO */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);  
	margin: 0 auto;
	color: black; 
	font-weight: 400;
	transition: 0.5s ease all; 
	padding:  21px;
}
/* base */
.pc::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  width: 160px;
  height: 20px;
  background: linear-gradient(#2c2c2c, #111);
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
}
/*we*/	
.we{
  height: 100vh;
	width: 100vw;
	background-color: #000;
}
/*dev*/	
.dev{
  height: auto;
	width: 100%;
	background-color: #000;
	padding: 0vh 10%;
	 
}
.dev h3{
	font-size: 33px;
	font-family: "Inter", sans-serif;
	background: linear-gradient(45grad,yellow,#B1FF00,#00BB55,darkgreen);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;  
}
.dev p{
	font-size: 27px;
	font-family: "Inter", sans-serif;
	color: #ddd;
	width: 50%;
}
.dev img{
	width: 233px;
	height: 233px;
}

/*needs*/	
.need{
  height: auto;
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	 
}
.need h4{
	position: absolute;
	font-size: 33px;
	font-family: "Inter", sans-serif;
	background: linear-gradient(45grad,yellow,#B1FF00,#00BB55,darkgreen);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;  
	z-index: 9;
	top: 20%;
}
.need p{
	font-size: 27px;
	font-family: "Inter", sans-serif;
	color: #ddd;
	width: 50%;
	position: absolute;
	z-index: 9; 
	text-align: center;
}
.need img{
	width: 233px;
	height: 233px;
}
#sphereSection{
	height: auto;
}
#sphereSticky{position:sticky;top:0;height:100vh}
#debug{
  position:fixed;
  bottom:12px;
  left:12px;
  background:rgba(0,0,0,.7);
  color:#0f0;
  font-family:monospace;
  font-size:13px;
  padding:8px 10px;
  border-radius:6px;
}

/*needs*/	
.needs{
  height: auto;
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column; 
	justify-content: space-around;
	 padding: 1% 15%;
}
.needs h4{
	font-size: 33px;
	font-family: "Inter", sans-serif;
	background: linear-gradient(45grad,yellow,#B1FF00,#00BB55,darkgreen);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent; 
 
}
.needs p{
	font-size: 27px;
	font-family: "Inter", sans-serif;
	color: #ddd;
	width: 50%;  
}
.needs img{
	width: 233px;
	height: 233px;
}




/* ================= clip path ================= */
/* ================= Aanimaton ================= */
.section { 
  position: relative;
  overflow: hidden;
	
}
.title {  
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
/* TEXTO */
.title span {
  display: inline-block;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
  padding-bottom: 0.2em;
}
/* visible */
.title.show span {
  clip-path: inset(0 0 0 0);
}
/* glow sutil */
.title::after {
  content: "";
  position: absolute;
  inset: -40px; 
  filter: blur(60px);
  z-index: -1;
} 
/******************************************/
.title1{
  position: relative;
  overflow: hidden;
}

/* TEXTO GRADIENTE */
.title1 span{
  display:inline-block;

  background: linear-gradient(
    45grad,
    yellow,
    #B1FF00,
    #00BB55,
    darkgreen
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  transform: translateY(120%);
  transition: transform 1.5s cubic-bezier(.22,.61,.36,1);
}

/* ENTRADA */
.title1.show span{
  transform: translateY(0);
}

/* for imgs */
.imgEntry{
	opacity: 0; 
}
.imgEntry.show{ 
	
	animation: 1s forwards imgFadeIn;
} 
@keyframes imgFadeIn{
	0%{
		opacity: 0;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}



/* ===== SCENE ===== */
	.Fdx{
		
  height:auto; 
 color: white;
  overflow-x:hidden;
	}	
.sceneFdx{
  width:100vw;
  padding:10%;
  display:flex; 
  align-items:center;
  gap:80px;
	
  background:
    radial-gradient(1200px 600px at 90% 10%, #21533D 0%, transparent 60%),
    radial-gradient(900px 500px at 20% 90%, #0E3D3E 0%, transparent 55%),
    #05060a; 
}
.titleFdx{ 
  z-index:2;
  font-size:33px;
	width: 50%;
}
/* ===== FLOAT ===== */
@keyframes float3D{
  0%{transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(-1deg)}
  50%{transform:translate3d(18px,-22px,40px) rotateX(2deg) rotateY(3deg) rotateZ(8deg)}
  100%{transform:translate3d(0,0,0) rotateX(0deg) rotateY(0deg) rotateZ(-1deg)}
}
/* ===== PHONE ===== */
.phoneFdx{
  width:320px;
  aspect-ratio:9/19.5;
  border-radius:42px;
  position:relative;
  background:linear-gradient(160deg,rgba(255,255,255,.14),rgba(255,255,255,.03));
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 40px 80px rgba(0,0,0,.6);
  transform-style:preserve-3d;
  animation:float3D 6s ease-in-out infinite;
}
/* ===== SCREEN ===== */
.screenFdx{
  position:absolute;
  inset:8px;
	border: 0px solid #fff;
  border-radius:34px; 
  background:#000;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
}
/* ===== NOTCH / CAMERA ===== */
.notchFdx{
  width:120px;
  height:26px;
  background:#222;
  border-radius:0 0 16px 16px;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:5;
}
.cameraFdx{
  position:absolute;
  top:20px;
  right:20px;
  width:12px;
  height:12px;
  background:#222;
  border-radius:50%;
}
/* ===== MINI WEB ===== */
.mini-webFdx{
  padding-top:38px;
  height:100%;
  display:flex;
  flex-direction:column;
}
/* HEADER WEB */
.mini-headerFdx{
  padding:14px 18px;
  font-size:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.08);
}
/* CONTENT */
.mini-mainFdx{
  flex:1; 
  display:grid 
}
/* CARDS */
.heroFdx{
	background-image: url("../diseno-ux-ui.jpg");
	background-size: cover;
	height: 75%;
}
.heroBoxFdx{
		height: 100%;
  padding:8px;
		background-color: rgba(0,0,0,0.50);
		color: white;
		display: flex;
		flex-direction: column;
	} 
.avatarFdx{
  width:55px;
  height:55px;
	padding: 3px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #b1ff00, #00bb55);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  font-weight:700;
}
.cardFdx{ 
  padding:8px;
		background-color: rgba(0,0,0,1);
	 
	} 	
.cardFdx h4{ 
	margin-top: 13px;
		color: #b3d143; 
	font-size: 21px;
	} 
.cardFdx h5{ 
	margin-top: 13px;
	font-size: 21px;
		color: white; 
	} 
.cardFdx p{ 
	font-size: 17px;
		color: #aaa; 
	} 
@keyframes grow{
  0%,100%{transform:scaleY(.85)}
  50%{transform:scaleY(1)}
}
/* FOOTER WEB */
.mini-footerFdx{
  padding:12px;
  font-size:11px;
  text-align:center;
  opacity:.5;
  border-top:1px solid rgba(255,255,255,.08);
}
/* ===== BUTTONS ===== */
.btnFdx{position:absolute;width:4px;background:#222;border-radius:4px}
.vol-upFdx{height:38px;left:-6px;top:110px}
.vol-downFdx{height:38px;left:-6px;top:155px}
.powerFdx{height:54px;right:-6px;top:130px}

/**********************************************************************************************
	0.x icons
**********************************************************************************************/	
.icons{
	background-color: #000;
	width: 100%;
	height: auto;
	display: flex;
	padding: 2% 15%;
}
.iconsItem{
	width: 30%;
	margin: 1.5%;
}
.iconsItem img{
	height: 233px;
	width: 233px;
}
.iconsItem h5{
	font-size: 27px;
}
.iconsItem p{
	color: white;
}

/* ===== SCENE devices ===== */
.sceneFdj{
  width:440px;
  height:220px; 
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== STACK ===== */
.stackFdj{
  width:100%;
  height:100%;
  position:relative;  
}
/* ===== WINDOW BASE ===== */
.windowFdj{   

  border-radius:18px;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.02)
  );
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 30px 80px rgba(0,0,0,.6),
    inset 0 0 0 1px rgba(255,255,255,.06);

  overflow:hidden;
}
/* ===== HEADER ===== */
.headerFdj{
  height:46px;
  display:flex;
  align-items:center;
  padding:0 16px;
  gap:8px;
}
.dotFdj{width:10px;height:10px;border-radius:50%;background:#555}
/* ===== CONTENT ===== */
.contentFdj{
  padding:20px;
  font-size:12px;
  line-height:1.6;
}
/* ===== CODE ===== */
.codeFdj{
  font-family:ui-monospace,monospace;
  color:#9ae6b4;
}
.codeFdj span{color:#93c5fd}
/* ===== OPTIONS ===== */
.optionFdj{
  height:46px;
  border-radius:12px;
  margin-bottom:12px;
  padding:0 16px;
  display:flex;
  align-items:center;
  background:linear-gradient(
    135deg,
    rgba(255,255,255,.12),
    rgba(255,255,255,.04)
  );
  border:1px solid rgba(255,255,255,.14);
}
.windowFdj.frontFdj{
  width:30%;
  height:90%;
  transform:
    translate(-50%,-50%)
    rotateX(0deg)
    rotateY(0deg)
    translateZ(0px);
  animation:winSWz 9s ease-in-out infinite;
}
/* ===== TITLES ===== */
.titleFdj{
  font-size:13px;
  font-weight:600;
  margin-bottom:12px;
}
	
@keyframes winSWx{
  0%{box-shadow: 0 0 121px 1px dodgerblue;}
  50%{box-shadow: 0 0 1px 1px blue;}
  100%{box-shadow: 0 0 121px 1px dodgerblue;}
}
@keyframes winSWy{
  0%{box-shadow: 0 0 121px 1px purple;}
  50%{box-shadow: 0 0 1px 1px pink;}
  100%{box-shadow: 0 0 121px 1px purple;}
}
@keyframes winSWz{
  0%{box-shadow: 0 0 121px 1px #b3d143;}
  50%{box-shadow: 0 0 1px 1px green;}
  100%{box-shadow: 0 0 121px 1px #b3d143;}
}
/* ===== WINDOW code an make img===== */
.windowSW{ 
 width:100%;
  height:233px;
  border-radius:18px;
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 30px 80px rgba(0,0,0,.65),
    inset 0 0 0 1px rgba(255,255,255,.06);
  transform:rotateX(0deg) rotateY(0deg);
  animation:floatSW 6s ease-in-out infinite;
  overflow:hidden;
}

.windowM{
	color: white;
 width:50%;
  height:233px;
  border-radius:18px;
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 30px 80px rgba(0,0,0,.65),
    inset 0 0 0 1px rgba(255,255,255,.06);
  transform:rotateX(0deg) rotateY(0deg);
  animation:floatSW 6s ease-in-out infinite;
  overflow:hidden;
}

/* ===== HEADER ===== */
.headerSW{
  height:46px;
  display:flex;
  align-items:center;
  padding:0 16px;
  gap:8px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.dotSW{width:10px;height:10px;border-radius:50%;background:#555}
.dotSWSoftware{width:10px;height:10px;border-radius:50%;background:#b3d143;}

/* ===== EDITOR ===== */
.editorSW{
  position:absolute;
  inset:46px 0 0 0;
  padding:22px;
  font-family:monospace;
  font-size:8px;
  line-height:1.6;
  color:#b3d143;
  white-space:pre-wrap;
}

/* Syntax colors */
.keywordSW{color:purple;}
.stringSW{color:dodgerblue}
.functionSW{color:orangered;}
.commentSW{color:red;}

.cursorSW{
  display:inline-block;
  width:8px;
  height:1.2em;
  background:#b1ff00;
  margin-left:2px;
  animation:blinkSW 3s infinite;
}

/* ===== IMAGE ===== */
.previewSW{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,6,10,.65);
  backdrop-filter:blur(8px);
  opacity:0;
  pointer-events:none;
  transition:opacity .8s ease;
}
.previewSW.showSW{opacity:1}
.previewSW img{
  width:100%;
  border-radius:14px;
}

/* ===== ANIMATIONS ===== */
@keyframes blinkSW{50%{opacity:0}}
@keyframes floatSW{
  0%,100%{transform:rotateX(0deg) rotateY(0deg)}
  50%{transform:rotateX(0deg) rotateY(0deg) translateY(0px)}
}
/*electric window */
/* ===== SCENE ===== */
.sceneFdE{ 
	background-color: black;
  width:100%;
  height:233px;
}
/* ===== WINDOW ===== */
.windowFdE{
  border-radius:18px;
  position:relative;

  width:100%;
  height:100%;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.02)
  );

  backdrop-filter: blur(20px);
  border:1px solid rgba(255,255,255,.18);

  box-shadow:
    0 30px 80px rgba(0,0,0,.65),
    inset 0 0 0 1px rgba(255,255,255,.06);

  transform-style:preserve-3d;
  transform:
    rotateX(0deg)
    rotateY(0deg);

  animation: float 6s ease-in-out infinite;
  overflow:hidden;
}
/* ===== HEADER ===== */
.headerFdE{
  height:46px;
  display:flex;
  align-items:center;
  padding:0 16px;
  gap:8px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.dotFdE{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#555;
}
/* ===== ELECTRIC ZONE ===== */
.electric-zoneFdE{
  position:absolute;
  inset:46px 0 0 0;
  transform:translateZ(40px);
}
/* ===== SVG LIGHTNING ===== */
.svgFdE{
  width:100%;
  height:100%;
}
.lightning-pathFdE{
  fill:none;
  stroke:#b1ff00;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;

  filter:
    drop-shadow(0 0 8px rgba(177,255,0,.9))
    drop-shadow(0 0 18px rgba(177,255,0,.5));

  stroke-dasharray:400;
  stroke-dashoffset:400;
  animation: lightning 3s infinite;
}
/* glow layer */
.glowFdE{
  stroke:#b1ff00;
  stroke-width:8;
  opacity:.25;
  filter:blur(6px);
}
/* ===== ANIMATIONS ===== */
@keyframes lightning{
  0%{
    stroke-dashoffset:400;
    opacity:0;
  }
  15%{
    opacity:1;
  }
  40%{
    stroke-dashoffset:0;
    opacity:1;
  }
  70%{
    opacity:1;
  }
  100%{
    stroke-dashoffset:-400;
    opacity:0;
  }
}
@keyframes float{
  0%,100%{
    transform:
      rotateX(0deg)
      rotateY(0deg)
      translateY(0);
  }
  50%{
    transform:
      rotateX(0deg)
      rotateY(-0deg)
      translateY(0px);
  }
}
/**********************************************************************************************
	0.x footer
**********************************************************************************************/	
footer{
		width: 100%;
		height:auto; 
		background-image: url("../paginas-web-en-guadalajara-jalisco.jpg");
	background-size: cover;
	}
.footerBox{ 
		width: 100%;
		height:100%; 
	display: flex; 
	padding: 20% 0 10% 0;
	}
.footerBoxItem{
	width: 20%; 
	margin: 0 2.5%; 
	display: flex;
  flex-direction: column;
  gap: 8px; /* separación elegante */

}
.footerTitle{
	color: #fff;
	font-size: 33px;
	font-family: 'Nunito Sans', sans-serif; 
	width: 100%;
}
.footerNumber{
	color: #bbb;
	font-size: 27px;
	font-family: 'Nunito Sans', sans-serif;  
	width: 100%;
	
}
.footerAddress{
	color: #eee;
	font-size: 17px;   
	font-weight: 100;
	font-family: "Segoe UI";
	width: 100%;
	text-decoration: none;
	transition: all ease 1s;
}
.footerAddress:hover{
	color: var(--YG);
}
.footerEmail{
	color: var(--YG);
	font-size: 17px; 
	font-weight: 300; 
	width: 100%;
}
.footerLine{ 
	width: 100%;
	height: 1px;
	background-color: white; 
}
.social{
	display: flex; 
}
.social a{
	text-decoration: none;
	margin-right: 13px;
}
.social img{
	width: 33px;
	height: 33px;
}
.bottom{
			display: flex; 
	flex-direction: column;
	align-items: center;
			margin: 0 auto;
	background-color: #111;
	z-index: 9999;
	bottom: 0; 
	width: 100%;
	position: relative;
	padding: 21px 0;
		}
		.bottom a{
			display: flex;
			text-decoration: none;
			transition: ease 1s all;
			font-weight: 100; 
		}
		.bottom a:hover p{
			color: var(--LIGHTBLUE);
		}
		.bottom img{
			width: 17px;
			height: 17px;
			margin: auto 0px auto 0px;
		}
		.bottom p{
			color: white;
			transition: ease 1s all;
			font-size: 17px;
			margin:  auto 21px auto 5px;
			font-weight: 100;
		}
		.p{
			transition: ease 1s all;
			color: var(--YG);
			font-size: 17px;
			margin:  5px auto ;
			text-decoration: none;
			font-weight: 200;
		}
		.p:hover{
			color:#aaa;
		} 

/*███   On screens that are Tablet 1024px and  767px for Mobile Version  █████████████████████████████████████████████-*/ 
/*███   On screens that are Tablet 1024px and  767px for Mobile Version  █████████████████████████████████████████████-*/ 
/*███   On screens that are Tablet 1024px and  767px for Mobile Version  █████████████████████████████████████████████-*/ 
	@media(max-width: 1024px) {
	/*header*/		
		header {
	    z-index: 1000;
		}
	.topHeader{
		width: 100%;
		display: flex; 
		justify-content: center;   /* 👈 centra horizontalmente */
		align-items: center;
		margin: 0 ;
		padding: 5px 1%;
		border-bottom: 1px solid #aaa;
	}
    header img {
        height: 35px;
		width: 250px;
        margin: 0px 1% 13px 1%;
        transition: all 1s ease;
    }	
	.nav-left{
			display: none;
		}	
		
/************************************************************************************
0.x sideNav and navbar
*************************************************************************************/
	#btnOpenNav{
			display: block;
			height: 50px;
			width: 50px;
			position: fixed;
		 	margin: auto 2.5% auto 0;
		right: 1%;
		top: 75px;
			padding:0;
			text-decoration: none;
			background-color: rgba(235,235,235,0.50);
		border-radius: 8px;
		overflow: hidden;
		transition: 1s ease all;
    z-index: 10000000;
    pointer-events: auto;
		} 
	#btnOpenNav img{ 
		text-align: center; 
		   	width: 30px;
		  	height: 30px ;
			font-size: 30px;  
			color: #b3d143;
			transform: scale(1.1,0.5);
		overflow: hidden;
		 display: flex; 
        margin: 10px auto; 
        align-items:center;
        justify-content:center;
		}	
		#sideNav{
		width: 100%;
		height: 100%; 
		display: none;
		position: fixed;
		z-index: -9;
		top: 0;
	    animation: sideNavAnimation 1s ease;
		background-image: -o-linear-gradient(37rad,rgba(185,255,215,0.8),rgba(255,255,255,0.5), rgba(214,255,112,0.61)); /*Opera*/
		background-image: -moz-linear-gradient(37rad,rgba(185,255,215,0.8),rgba(255,255,255,0.5), rgba(214,255,112,0.61)); /*Firefox*/
		background-image: -webkit-linear-gradient(37rad,rgba(185,255,215,0.8),rgba(255,255,255,0.5), rgba(214,255,112,0.61));; /*Safari & Chrome*/
		background-image: -ms-linear-gradient(37rad,rgba(185,255,215,0.8),rgba(255,255,255,0.5), rgba(214,255,112,0.61)); /*IE/*/
	    
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}	
		#sideNav,
#sideNav * {
    pointer-events: auto;
}
#sideNav {
    z-index: 10000001 !important;
}
#sideNav {
    z-index: 10000001 !important;
}
	#sideNavContent{
		width: 100%;
		height: 100%;  
	    animation: sideNavContentAnimation 2.5s ease;
		background-color: transparent; 
	}
	.sideNavInside{
		width: 100%;
		height: 100%;
		margin: 0; 
		overflow: hidden;
		box-shadow: 0px 0px 13px 3px #ddd;
		background-color: transparent;
	}
	.sideNavTop{
		width: 100%;
		height: 10%;
		background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
		backdrop-filter: blur(2px);
		overflow-y: hidden;
	}
	.sideNavTop img{
		width: 133px;
		height: 21px;
		overflow-y: hidden;
		position: fixed;
		top: 21px;
		left: 21px;
	}
	#logo{
		height: 21px;
  		width: 133px;
  		margin: auto auto auto 2.5%;
	} 
	.sideNavTopBar{
		width: auto;
		height: auto; 
		margin: 8px;
		float: right;
		overflow-y: hidden;
		display: inline-flex;
	}
	.sideNavTopBarBall{
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(0rad,#ccc,#eee);
		border-radius: 50%;
		margin: 5px;
	}
	.sideNavTopBarCloseBall{
		margin: 5px;
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(45rad,#c90000,#d90000);
		border-radius: 50%;
		text-decoration: none;
	}
	.sideNavBody{ 
	width: 200%;
		height: 80%;
		background-color: transparent;
		display:inline-flex;
		border-top: 1px solid #ddd;
		overflow-y: hidden; 
	}
	#sideNaveFirstMenu{
		width: 100%;
		height:100%;
		background-color: transparent; 
		position: relative;
		overflow: hidden;
	}
	.sideNavItem{ 
		height: 60px;
		display: flex;
		text-decoration: none; 
		overflow-y: hidden;
		background-color: transparent;	padding: 5px;
	}
	.sideNavItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: auto 5px;
	}
	.sideNavItem p{
		margin-top: 5px;
		margin-left: 13px;
		overflow-y: hidden;
		color: #000;
		padding: auto 13px ;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
	.sideNavActualItem{
		width: 99%; 
		height: 60px;
		display: inline-flex;
		margin: 3px 0px;
		padding: 5px;
		background-color: white;
		text-decoration: none; 
		overflow-y: hidden;
		border-radius: 8px;
	}
	.sideNavActualItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: auto 5px;
	}
	.sideNavActualItem p{
		margin-top: 5px;
		margin-left: 13px;
		overflow-y: hidden;
		color: #333;
		padding: -1px 5px 0px 5px;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
	.sideNavActualItem p:hover{
		color: green;
		transition: ease 1s; 
	}
	.sideNavItem p:hover{
		color: #999; 
		transition: ease 1s;
	}
	/*   Sub Menu */
	#sideNavSecondMenu{ 
		width: 100%;
		height:100%;
		background-color: #fff; 
		position: relative;
		left: 0%;
		transition: 0.15s ease;
		overflow: hidden;
	}
	#sideNavSecondMenuInsideOne{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden;  
	} 
	#sideNavSecondMenuInsideTwo{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
	#sideNavSecondMenuInsideThree{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
	/* ##### */
	.sideNavSecondMenuItem{
		margin: 0;
		background-color: #eee;
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
	.icon{
		width: auto; 
		height: auto; 
		padding: 0;
	}
	.icon img{  
		width: 33px;
		height: 33px;
		display: block;
		margin: auto auto auto auto;
		
	}
	.sideNavSecondMenuItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
	.sideNavSecondMenuItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
	.option{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
	.sideNavSecondMenuActualItem{
		margin: 0;
		background-color: #fff;
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
	.sideNavSecondMenuActualItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
	.sideNavSecondMenuActualItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
	.sideNavBottom{
		width: 100%;
		height: 10%;
		background-color: #ddd;
		margin: auto;
		text-align: center;
		overflow-y: hidden;
	}
	.sideNavBottomInside{
		width: auto;
		height: auto;
		margin: 8px;
		display: inline-flex;
	}
	.sideNavBottomInside a{
		text-decoration: none;
	}
	.sideNavBottomInside a:hover{
		text-decoration: none;
	}
	.sideNavBottomInside img{
		width: 33px;
		height: 33px;
		margin: 5px;
	}	
		
	 
.dev p{ 
	width: 100%;
} 

.need p{ 
	width: 100%; 
}		

/* ===== SCENE ===== */ 
.titleFdx{ 
  z-index:2;
  font-size:17px;
	width: 100%;
	padding-right: 2vw;
} 
.titleFdx span{ 
  display: inline-block;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0.5em; 
		}		
/* ===== PHONE ===== */
.phoneFdx{
  width:320px;
  aspect-ratio:9/19.5;
  border-radius:21px;
  position:relative;
  background:linear-gradient(160deg,rgba(255,255,255,.14),rgba(255,255,255,.03));
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 40px 80px rgba(0,0,0,.6);
  transform-style:preserve-3d;
  animation:float3D 6s ease-in-out infinite;
}
/* ===== SCREEN ===== */
.screenFdx{
  position:absolute;
  inset:8px;
	border: 0px solid #fff;
  border-radius:21px; 
  background:#000;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
}
/* ===== NOTCH / CAMERA ===== */
.notchFdx{
  width:80px;
  height:8px;
  background:#222;
  border-radius:0 0 16px 16px;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:5;
}
.cameraFdx{
  position:absolute;
  top:20px;
  right:20px;
  width:12px;
  height:12px;
  background:#222;
  border-radius:50%;
}
/* ===== MINI WEB ===== */
.mini-webFdx{
  padding-top:38px;
  height:100%;
  display:flex;
  flex-direction:column;
}
/* HEADER WEB */
.mini-headerFdx{
  padding:5px 8px;
  font-size:8px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.08);
}
/* CONTENT */
.mini-mainFdx{
  flex:1; 
  display:grid 
}
/* CARDS */
.heroFdx{
	background-image: url("../diseno-ux-ui.jpg");
	background-size: cover;
	height: 75%;
}
.heroBoxFdx{
		height: 100%;
  padding:8px;
		background-color: rgba(0,0,0,0.50);
		color: white;
		display: flex;
	font-size: 11px;
		flex-direction: column;
	} 
.avatarFdx{
  width:55px;
  height:55px;
	padding: 3px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #b1ff00, #00bb55);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#000;
  font-weight:700;
}
.cardFdx{ 
  padding:8px;
		background-color: rgba(0,0,0,1);
	 
	} 	
.cardFdx h4{ 
	margin-top: 13px;
		color: #b3d143; 
	font-size: 8px;
	} 
.cardFdx h5{ 
	margin-top: 8px;
	font-size: 21px;
		color: white; 
	} 
.cardFdx p{ 
	font-size: 8px;
		color: #aaa; 
	}  
/* FOOTER WEB */
.mini-footerFdx{
  padding:12px;
  font-size:11px;
  text-align:center;
  opacity:.5;
  border-top:1px solid rgba(255,255,255,.08);
}
/* ===== BUTTONS ===== */
.btnFdx{position:absolute;width:4px;background:#222;border-radius:4px}
.vol-upFdx{height:38px;left:-6px;top:110px}
.vol-downFdx{height:38px;left:-6px;top:155px}
.powerFdx{height:54px;right:-6px;top:130px}
		
	 
	
.icons{ 
	display: flex;
	flex-direction: column;
	padding: 2% 1%;
}	

.iconsItem{
	width: 80%;
	margin: 10%;
}
.iconsItem img{
	height: 233px;
	width: 233px;
}
.iconsItem h5{
	font-size: 27px;
}
.iconsItem p{
	color: white;
}
		
		
		
/**********************************************************************************************
	0.x footer
**********************************************************************************************/			
footer{
				background-size: 200% 100%;
		}
.footerBox{
			flex-direction: column;
		}
.footerBoxItem{
			width: 95%;
		}
		
	 
	}
	 