@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); 
/* CSS Document */
 /* 	Start CSS stylesheet version SW 0.1  

font-family: "Source Sans 3", sans-serif; 


*/
 		 
/* UX/UI Desktop FULL HD #########################################################*/
@media(max-width:2560px )  {
	.labelTitle{
font-family: "Source Sans 3", sans-serif; 
		font-weight: 700;   
  		font-style: normal;
		font-size: 65px; 
	}
	.labelSubtitle{
font-family: "Source Sans 3", sans-serif; 
		font-size: 33px; 
		font-weight: 700;   
  		font-style: normal; 
	}
	.labelText{ 
font-family: "Source Sans 3", sans-serif; 
		line-height: 1.5; font-size: 17px; 
  		font-weight: 100; -webkit-text-stroke:0.5px transparent;	 
	}
	.whiteLabelText{ 
	font-weight: 400;  
	}
}	     
 


		:root {
			--BLACK: #231F20;
			--GRAY: #6D6E71;
			--DARKBLUE: #1F3864;
			--BLUE: #2F5697;
			--DODGERBLUE: #0072BC;
			--LIGHTBLUE: #9EC3E6;
			--B: #0b1535;
			  
		}
 
    * { 
font-family: "Source Sans 3", sans-serif; 
        margin: 0;
        padding: 0;
        box-sizing: border-box; 
    }
   body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto; 
}


    
.seo{
	display: none;
}
.content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
	padding: 0; 
} 
/* animation intro */ 
  h4 {
  color: #1F3864;
  background: none;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: initial;
}

	
    /* DEBUG SCROLL */ 
    #scrollConsole {   
		display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        padding: 8px 14px;
        background: rgba(25,25,25,1);
        color: greenyellow;
        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); 
    }

	/*##########################################################
		   0.0 siluette logo
	##########################################################*/ 	 
	 /* HEADER */
		header {
			position: fixed; /* o absolute si lo necesitas */
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0);
  z-index: 251;

		}
.header-inner{
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


		#logo {
			width: 200px;
			height: 80px;
			margin: 25px 0;
		}

		/*  btns lanhuyage */
		nav {
			display: flex; 
			overflow: hidden;
		}
		nav a {
			text-decoration: none;
			color:white; 
			transition: 0.3s;
			margin: auto 1px;
			font-weight: 300;
			font-size: 12px;
		}	
		nav span{
			text-decoration: none;
			color: var(--DODGERBLUE);
			font-weight: 300;
			transition: 0.3s;
			margin: auto 3px;
		}
		.lan{
			width: 14px;
			height: 14px;
			gap: 25px;
			margin: auto;
		}
		/*  btns menu */
		#line0{
			width: auto; 
			height: auto;
			padding: 0 0;
			display: flex;
			margin: auto 15px auto auto;
		}
		.nav { 
			display: flex; 
			overflow: hidden;
}
		.nav a { 
			text-decoration: none;
			color: white; 
			transition: 0.3s;
			margin: auto 21px;
			font-weight: 300;
}
		.nav a:hover {
			color: var(--azul-claro);
		}
		.nav img{
			width: 33px;
			height: 33px;
			gap: 25px;
			margin: auto;
		} 
#sidebar {
	display: none;
}




/**********************************************************
  /* HERO
/***************************************************************/

		
		.hero {
			width: 100%;
			height:100vh;max-height: 1500px;
			position: relative;
			overflow: hidden; 
			display: block;
			padding: 0 0 10vh; 
		}   
		.heroBg{
			position: absolute;
			inset:0;
			z-index: 0;
		}
		.heroBg video{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.hero-content { 
			position: absolute; 
		    background-image: linear-gradient(rgba(31,56,100,1),rgba(31,56,100,0.9),rgba(31,56,100,0.8),rgba(31,56,100,0.7),rgba(31,56,100,0.6),rgba(255,255,255,0.51),rgba(255,255,255,1),rgba(255,255,255,1));
			width: 100vw;
			height: 100vh;  
			top: 0; 
			left: 0;  
			padding: 0px; 
			z-index: 5;
			border-radius: inherit;
			
		}  	
		.heroBox{  
	width: 100vw;
			height: 100vh;   
	display: flex;
	justify-content: center;
	align-items: center;
}
		.heroContainer{   
			margin: 35vh auto auto auto;
			width: 100%; 
	max-width: 2000px;
			padding-left: 5%; 
		}

		.heroContainer h2 { 
			color: white;
			font-size: 65px;
			font-weight: 500; 
		} 
		.text0{ 
			color: #bbb;
			font-size: 21px;
			font-weight: 300;   
		} 

 .button-group{
	 margin-top: 55px;
  display:inline-flex;
  border-radius:4px;
  overflow:hidden ;
} 
.btn{  
	margin: 0 21px 0 0;
  display:flex;
  align-items:center; height:40px;
  text-decoration:none;
  transition:background 0.3s ease, transform 0.2s ease;
  position:relative;
}
.btn-left p{ 
  width:150px;
  height:40px;
	padding: 9px 0px;
	margin: auto 2px;
  font-size:16px;
  font-weight:600;
  color:#fff;
	text-align: center; 
	align-self: center;
	justify-content: space-around;
  background:var(--BLUE);
}
.btn-right p{ 
  width:150px;
  height:40px;
	padding: 9px 0px;
	margin: auto 2px;
  font-size:16px;
  font-weight:600;
  color:#fff;
	text-align: center; 
	align-self: center;
	justify-content: space-around;
  background:var(--DODGERBLUE);
} 
.arrow0{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:0%; 
  font-size:14px;
  font-weight:bold;
	margin: auto 0 auto auto;
  background:var(--BLUE);
}
.arrow0 img{ 
  width:32px;
  height:32px; 
	margin: 4px;
}
.arrow1{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:0%; 
  font-size:14px;
  font-weight:bold;
	margin: auto 0 auto auto;
  background:var(--DODGERBLUE);
}
.arrow1 img{ 
  width:32px;
  height:32px; 
	margin: 4px;
}
.btn:hover{ 
  transform:translateY(-1px);
} 

 

/**********************************************************
  Arrox logo banner
/***************************************************************/
.arrow{ 
	position: absolute; 
	left: 0px;
		bottom: 5vh;
		width: 100%;
		height: auto; 
		border: 0; 
		display: flex; 
	}
	.lineC{
		width: 100%;
		height: 2px;  
		background-image: linear-gradient(45rad,rgba(0,0,102,0.00),rgba(0,0,102,0.00),#006,#006,#006);
		display: flex;
		padding: 0;
		margin: 27px 0;
	}
	.lineC2{
		width: 100%;
		height: 2px;  
		background-image: linear-gradient(45rad,#006,#006,#006,rgba(0,0,102,0.00),rgba(0,0,102,0.00));
		display: flex;
		padding: 0;
		margin: 27px 0;
	}
	.line{
		width: 90%;
		height: 55px;
		border: 0; 
		padding: 0;
		margin: 0;
	}
	.arrowLine{
		width: 5%;
		height: 55px;
		border: 0; 
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
    	flex-direction: column;
    	align-items: center; /* centra horizontal */
    	justify-content: center; /* opcional, centra vertical */
	}
	.arrowLine img{
		width: 55px;
		height: 55px; 
		margin: auto;
	}

 
/*##########################################################
		   0.0 containe + stats
##########################################################*/ 
.containerFdt {
	margin-top: -1px;
	background-color: white;
  width: 100%;
  height: 50vh;
  border-radius: 20px;
  position: relative;
  overflow: hidden; 
  backdrop-filter: blur(14px); 
	 
}
/*  Canvas como fondo */
#canvasFdt {
	background-color: white;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*  Contenido encima */
.contentFdt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  color: blue;
  text-align: center;
}  
.iconsFdt{
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;   
  align-items: center;
  justify-content:space-around;
}	 
/* DIV PADRE */
.contenedor { 
  display: flex; 
  align-items: center;
  width: auto;
  gap:0px 55px;
} 
 
/*2*/
.item2 {
  background:linear-gradient(45deg, var(--DODGERBLUE),var(--DODGERBLUE));
  display: grid; 
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); 
}
.itemOne2 { 
	margin-top: -5px; 
  width: 150px;
  height: 121px; 
  border-radius: 20px; 
	border: 5px solid white;
	display: flex;
			justify-content: space-between;
			align-items: center;
	 
  background:linear-gradient(45deg, var(--DARKBLUE), var(--BLUE) ,var(--DARKBLUE), var(--DARKBLUE));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); 
} 	
.itemOne2 p{
	margin: auto;
	font-size: 33px;
	color: #FFF;
	font-weight: 800;
} 	
.itemTwo2{  
	display: flex;
			justify-content: space-between;
			align-items: center; 
} 
.itemTwo2 p{
	text-align: center;
	margin: auto;
	font-size: 13px;
	color: #FFF;
	font-weight: 300;
	padding-top: 8px;
	padding-bottom: 8px;
}
 /*####################################################
		   0.0 sphere crecimiento + impulso
##########################################################*/ 
#sphereSticky{position:sticky;top:0;height:100vh;
max-height: 1000px;}
#debug{
	display: none;
  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;
}
#sphereSection{ 
  height: auto;
	width: 100%;
	background-image: url("../mein-logistics-mexico.jpg");
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	z-index: 0;
}

.sphereTarget{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 5% 13%; 
	max-width: 2000px; 
	display: flex;
	flex-direction: column;
}
.sphereTitles{
	margin: auto 0 auto 0; 
}
.sphereConteiner{
	width: 100%;
	height: 100%; 
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.sphereContent{ 
	display: flex;
	margin: 0; 
}
 .sphereContent img{
	width: 380px;
	height: 380px;
	 border-radius: 21px;
	 margin: auto  auto  auto  0;
}
 .sphereContent h4{
	 width:100%;
	 padding: 0% 0% 2% 10% ;
	 text-align: justify;
}
 
.sphereH4 span{
  display:inline-block;
	color: white;
}
.sphereH5 span{
	color: white;
	font-weight: 200;
}
.sphereP span{
  color: white;
}
/*btn*/
 .divBtn{  
	width: 100%;
	height: 10%; 
	position: relative;
	display: flex;
  justify-content: flex-end; /* 👈 lo manda a la derecha */
  align-items: center;       /* opcional: centra vertical */
}
 .button-g{  
	 bottom: 0;
	 margin-top: 0px;
  display:inline-flex;
  border-radius:0px;
  overflow:hidden ; 
}
/* BOTONES */
.bt{  
	margin: 0 0px 0 0;
  display:flex;
  align-items:center; height:40px;
  text-decoration:none;
  transition:background 0.3s ease, transform 0.2s ease;
  position:relative;
}
/* BOTON DERECHO (más claro como en la imagen) */
.bt-left p{ opacity: 1;
  width:150px;
  height:40px;
	padding: 9px 0px;
	margin: auto 2px;
  font-size:16px;
  font-weight:600;
  color:#fff;
	text-align: center; 
	align-self: center;
	justify-content: space-around;
  background:var(--DODGERBLUE);
} 
/* FLECHA */
.arro0{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:0%; 
  font-size:14px;
  font-weight:bold;
	margin: auto 0 auto auto;
  background:var(--DODGERBLUE);
}
.arro0 img{ 
  width:32px;
  height:32px; 
	margin: 4px;
}
 


/*##########################################################
0.0 VERTICALES
##########################################################*/ 


/* ===== VERTICALES (BACKGROUND IMAGE DINÁMICO) ===== */
.verticales{ 
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition:background-image .8s ease; 
}
/* ===== OVERLAY ===== */
.verticalesBox{ 
	height: 100vh;
	max-height: 1200px;
  display:flex;
	flex-direction: column;
  justify-content:center;
  align-items:center;
  background: rgba(31,56,100,0.50);
  backdrop-filter:blur(21px);
  overflow:hidden;
}
.verticalesContent{
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 2% 13% 2% 14%;
	display: flex;
	flex-direction: column;
	max-width: 2000px; 
}
.verticalesTitleFlexBox{
	width: 100%;
	display: flex;
	flex-direction: column;
} 
.verticalesH4{ 
	width: 100%;
	margin: 1% 2% 0 0% ;
  background: linear-gradient(
    0grad, 
    var(--DODGERBLUE),
    var(--DARKBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.verticalesH5{ 
	margin: 1% 2% 0 3% ;
  background: linear-gradient(
    45grad, 
    #FFF,  
    var(--DODGERBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.verticalesText{   
	color:white;  
	width: 90%;
	text-align: justify;
	margin: 2%  0 ;
	padding: 0 0 0 5rem;
}
.verticalesP span{
  color: white; 
}


.flexCarrusel{
	width: 94%;
	margin: 0 3% ;
	display: flex; 
}
/* ===== SLIDER ===== */
.sliderFDUV{
  position:relative;
  width:50%;
  z-index:2;
	margin: auto;
}
/* ===== VIEWPORT ===== */
.viewportFDUV{
  overflow:hidden;
	border-radius: 33px;
  width:101%;
}
/* ===== TRACK ===== */
.trackFDUV{ 
  width:101%;
  display:flex;
  transition:transform .6s ease; 
	gap:0px;
}
/* ===== CARD ===== */
.cardFDUV{
  min-width:101%;
  height:360px;
	
  border-radius:26px; 
  background-size:cover;
  background-position:center;
}
/* ===== INFO ===== */
.infoFDUV{
  width:70%;
  padding: 10% 5% 10vh 5%;
  color:#fff;
  transition:opacity .4s ease; 
}
.infoFDUV.fade{opacity:0}
.infoFDUV h3{
  font-size:26px;
  margin-bottom:10px;
}
.infoFDUV p{
  font-size:14px;
  opacity:.7;
}
/* ===== ARROWS ===== */
.arrowFDUV{
  position:absolute;
  top:45%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  z-index:5;
}
.prevFDUV{left:-22px}
.nextFDUV{right:-22px}
/* ===== DOTS ===== */
.dotsFDUV{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.dotFDUV{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#555;
  transition:.3s;
}
.dotFDUV.active{
  width:18px;
  border-radius:6px;
  background:#fff;
}




/*##########################################################
		   0.0 mercancia
##########################################################*/  
/* big container*/
.mercanciaFather{
	transition: all ease 1s;
	background-image: url("../mein.jpg");
	background-size: 150% 150%; 
  background-repeat: no-repeat;
  background-position: center -0px;
	z-index: 0;
	height: 100vh;
	display: flex;
}
.mercanciaBig{
  background:rgba(11,29,51,.51);
  backdrop-filter:blur(5px);
	background-image: linear-gradient(rgba(31,56,100,1.00),rgba(31,56,100,0.20)); 
	border-radius: 21px;
	z-index: 0;
	height: 80vh;
	margin: 10vh 13%;
} 
/* ===== SECTION ===== */
.sectionFDUV{
	width: 100%;
	height: 100%; 
	max-width: 2000px;
	margin: auto;
  display:grid;  
}
/* ===== LEFT CONTENT ===== */
.contentFDUV{ 
  width: 100%;
	height: 100%;
	margin: 0 0; 
} 
.mercanciaTitle{
	display: flex;
	flex-direction: column; 
	padding: 5%;
}
.mercanciaH4{  
	width: auto;
}
.mercanciaH4 span{
  display:inline-block;

	color: white;
} 
.lineBanner{
	margin:0  0 13px 0;
	width: 50%;
	height: 3px;
	background-image:linear-gradient(45grad,var(--BLUE),var(--DODGERBLUE),transparent);
}
.mercanciaH5 span{  
	color: white;
	font-weight: 200;
}
.mercanciaP span{
  color: white; 
	width: 40%;
	text-align: justify;
} 
/* ===== FLOAT BASE ===== */
.circleFDUV{
  position:absolute;
  border-radius:50%;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,55,0.0);
  animation: floatFDUV 8s ease-in-out infinite;
	transition: 1s ease all;
}
.circleFDUV:hover{ 
  box-shadow:0 20px 60px var(--DODGERBLUE); 
}
.circleFDUV img{
  width:100%;
  height:100%;
  object-fit:cover;
	transition: 1s ease all;
}
.circleFDUV:hover img{
	transform: scale(1.1); 
}

/* ===== FLOAT ANIMATION ===== */
@keyframes floatFDUV{
  0%{transform:translate(0,0);}
  50%{transform:translate(6px,-12px);}
  100%{transform:translate(0,0);}
}
/* ===== TITLES INSIDE ===== */

/* ===== POSITIONS ===== */
/*carga general*/
.mainFDUV{
  width:340px;
  height:340px;
  bottom: 15%;
  right:20%;
  z-index:3;
  animation-duration:9s;
}
.labelMain{
  position:fixed;  
	color: white;  
  bottom: 10%;
  right:28%;
  z-index:3;
}
 
/*granel*/
.topFDUV{
  width:200px;
  height:200px;
  top:13%;
  right:13%;
  animation-duration:7s;
}
.labelTop{
  position:fixed;  
	color: white;  
  top: 13%;
  right:10%;
  z-index:3;
}
 
/*sobredimensiconada*/
.rightFDUV{
  width:200px;
  height:200px;
  bottom:30%;
  right:5%;
  animation-duration:8s;
}
.labelRight{
  position:fixed;  
	color: white;  
  bottom: 25%;
  right:7%;
  z-index:3;
}
 
/*refrigerada*/
.bottomFDUV{
  width:200px;
  height:200px;
  bottom:15%;
  right:45%;
  animation-duration:6.5s;
}
.labelBottom{
  position:fixed;  
	color: white;  
  bottom: 10%;
  right:49.50%;
  z-index:3;
}
 
/*hazmat*/
.leftFDUV{
  width:150px;
  height:150px;
  top:35%;
  right:43%;
  animation-duration:7.5s;
} 
.labelLeft{
  position:fixed;  
	color: white;  
  top: 29%;
  right:46%;
  z-index:3;
}
 

/*##########################################################
		   0.0 .trazabilidad
##########################################################*/ 
  /* ===== HERO ===== */
.heroT{
  position:relative;
  height:100vh;
	max-height: 1000px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center; 
  background:
    radial-gradient(circle at 20% 30%, rgba(230,244,255,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(247,211,255,0.15), transparent 40%),
    linear-gradient(180deg, #fff,#fff );
}

/* GRID */
.hero-gridT{   
  width:100%; 
	max-height: 1000px;
			height:100vh; 
			position: relative;
			overflow: hidden; 
			display: flex; 
}
/* ===== CONTENT ===== */
.hero-textT{ 
	margin:  auto;
	max-width: 2000PX;
	
		position: relative;   
	display: flex;
	flex-direction: column;
			width: 100%;
			height: 100%;    
			padding: 5%  13%; 
			z-index: 5;
			border-radius: inherit;
}  

/* ===== RIGHT VISUAL ===== */
.hero-visualT{ 
	position: absolute;
			inset:0;
			z-index: 0; 
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
	pointer-events: auto; 
}

/* GLASS CARD background */
.glass-cardT{
  width:100%;
  height:100%; 
  border:1px solid rgba(255,255,255,0.12);
  border-radius:28px; 
  position:relative;
  overflow:hidden;
}
/* GRID CUBES */
.cube-gridT{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  grid-template-rows:repeat(4,1fr);
}
.cubeT{
  border:1px solid #f6f6f6;
  background:rgba(255,255,255,0.02);
  transition:0.6s;
}
.cubeT:hover{
  background:rgba(255,244,255,0.08);
}
/* FLOAT ELEMENT */
.float-orbT{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(244,244,244,0.60), rgba(255,255,255,0.10), transparent 70%);
  
  top:20%;
  right:10%;
  animation:floatT 6s ease-in-out infinite;
}
@keyframes floatT{
  0%{transform:translateY(0)}
  50%{transform:translateY(-25px)}
  100%{transform:translateY(0)}
}

/* ===== ANIMATIONS ===== */
.fade-upT{
  opacity:0;
  transform:translateY(30px);
  animation:fadeUpT 1s ease forwards;
}

.delay1T{animation-delay:.2s}
.delay2T{animation-delay:.4s}
.delay3T{animation-delay:.6s}
.delay4T{animation-delay:.8s}

@keyframes fadeUpT{
  to{
    opacity:1;
    transform:translateY(0);
  }
}
  
.tracking{  
	position: relative;
  border-radius: 13px;
  overflow: hidden;

  display: flex;
  width: 100%;
  max-width: 2000px;   /* controla el ancho real */ 
  max-height: 1000px;   /* controla el ancho real */ 
}
/* CONTENEDOR */ 
.trackingTool{
	border-radius: 21px;
	width: 100%;
	height: 100vh; 
	position: relative; 
	display: flex;
	flex-direction: column;
}
.trackingTool h5{
	margin: auto 0 0 0 ;
	width: 100%; 
	color: var(--BLUE);
}
.trackingTool h6{  
	  
	color: var(--BLUE);
	width: 100%;
	margin: 1% 2% 0 2% ;
} 
.trackingText{   
	color: var(--DARKBLUE);
	width: 90%;
	text-align: justify;
	margin: 2%  0 ;
	padding: 0 0 0 5rem;
}
.trackingIcons{
	margin: 0 0 auto 0 ;
	width: 100%;
	height: auto;  
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	padding: 0 20%;
	 
}
.itemIcons{
	margin-top: 21px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.itemIcons img{
	width: 55px;
	height: 55px;
	padding: 8px;
	background-color: #eee;
	border-radius: 3px;
}
.itemIcons p{ 
	width: 70%;
	margin: 3px 15%; 
	color: white;;
	text-align: center;
}
/***/	
.divBtnf{
	width: 100%;
	height: auto;  
	display: flex; 
  justify-content: flex-end; /* 👈 lo manda a la derecha */
  align-items: center;       /* opcional: centra vertical */
		position: absolute;
	 bottom: 5rem;
	right: 5rem;
}
 .button-gf{  
	 bottom: 0; 
  display:inline-flex;
  border-radius:4px;
  overflow:hidden ; 
}
/* BOTONES */
.btf{  
	margin: 0 0px 0 0;
  display:flex;
  align-items:center; height:40px;
  text-decoration:none;
  transition:background 0.3s ease, transform 0.2s ease;
  position:relative;
}
/* BOTON DERECHO (más claro como en la imagen) */
.bt-leftf p{ opacity: 1;
  width:150px;
  height:40px;
	padding: 9px 0px;
	margin: auto 2px;
  font-size:16px;
  font-weight:600;
  color:#fff;
	text-align: center; 
	align-self: center;
	justify-content: space-around;
  background:var(--BLUE);
} 
/* FLECHA */
.arro0f{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:0%; 
  font-size:14px;
  font-weight:bold;
	margin: auto 0 auto auto;
  background:var(--BLUE);
}
.arro0f img{ 
  width:32px;
  height:32px; 
	margin: 4px;
} 

.trazabilidadH4 span{
  display:inline-block;
padding-top: 13vh;
  background: linear-gradient(
    45grad,
    var(--LIGHTBLUE),  
    var(--DODGERBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.trazabilidadH5 span{  background: linear-gradient(
    45grad,
    var(--BLUE),  
    var(--DODGERBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}  
.trazabilidadP span{  
	padding: 21px; 
	color: var(--DARKBLUE)
}


/*#########################################################
		   0.0 .seguridad
##########################################################*/  
/** seguridad  ********************/	
.seguridad{
	width: 100%;
	height: auto;
	/*background-image: url("../bg3.jpg");*/
	background-color: #fff;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}
.seguridadBox{  
 background-color:var(--DARKBLUE); 
	position: relative;
  border-radius: 13px;
  overflow: hidden;
padding: 0 0rem;
  display: flex;
  width: 100%;
  max-width: 2000px;   /* controla el ancho real */
  height: 75vh;
  max-height: 1000px;   /* controla el ancho real */
  margin: 2rem 13% 0 13%;   /* centra horizontalmente */
}
.seguridadH4 span{
	margin-top: 5%;
  display:inline-block; 
  background: linear-gradient(
    45grad,
    var(--DARKBLUE),  
    var(--BLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.seguridadH5 span{  background: linear-gradient(
    45grad,
    var(--BLUE),  
    var(--DODGERBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}  
.seguridadP span{  
	padding: 0px; 
	color:#fff;
}
.boxSliderP{ 
  padding:0% 0; /* aire interno */
	width: 45%;
	height: 80%; 
  margin: 3% 0 0% 2.25%;   /* centra horizontalmente */ 
  max-height: 800px;   /* controla el ancho real */  
}
.servicesTextP{   
  padding:0% 0; /* aire interno */
	width: 45%;
	height: 100%; 
  margin: 0% 0 0% 5%;   /* centra horizontalmente */ 
     /* controla el ancho real */    
}
.img-frameP{
	width: 100%; 
	height: 100%; 
  margin: 0%;   /* centra horizontalmente */
  position: relative;
  display: inline-block;  
}
.img-frameImgP{
  display: block; 
	transition: all ease 1s;
	height:100%;
	width: 0%;
	margin: 0%;
  border-radius: 6px;
	background-image: url("../slide1.jpg");
	background-size: cover;
}
/* ESQUINA SUPERIOR IZQUIERDA */
.img-frameP::before{
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;

  border-top: 1px solid #2f5fa8;
  border-left: 1px solid #2f5fa8;
}
/* ESQUINA INFERIOR DERECHA */
.img-frameP::after{
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 60px;
  height: 60px;

  border-bottom: 1px solid #2f5fa8;
  border-right: 1px solid #2f5fa8;
} 
.slider {
    position: relative;
    width: 100%;    /* puedes quitar esto si quieres full width */
    height: 100%;      /* altura del div */
    overflow: hidden;
}
/* IMÁGENES */
.slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* cubre todo el div */
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
/* IMAGEN ACTIVA */
.slider img.active {
    opacity: 1;
}
/***/
 .buttonK{ 
	 position: absolute;
  display:inline-flex;
  border-radius:4px;
  overflow:hidden ;  
	 margin-top: 13px; 
	 bottom: 10%;
	 left: 0rem;
}
/* BOTONES */
.btK{  
	margin: 0 auto 0 0rem;
  display:flex;
  align-items:center; height:40px;
  text-decoration:none;
  transition:background 0.3s ease, transform 0.2s ease;
  position:relative;
}
/* BOTON DERECHO (más claro como en la imagen) */
.bt-leftK{
opacity: 1;
  width:150px;
  height:40px;
	padding: 9px 0px;
	margin: auto 2px;
  font-size:16px;
  font-weight:600;
  color:#fff;
	text-align: center; 
	align-self: center;
	justify-content: space-around;
  background-color: var(--DODGERBLUE);
} 
/* FLECHA */
.arro0K{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:40px;
  height:40px;
  border-radius:0%; 
  font-size:14px;
  font-weight:bold;
	margin: auto 0 auto auto;
  background-color: var(--DODGERBLUE);
}
.arro0K img{ 
  width:32px;
  height:32px; 
	margin: 4px;
}


/*#########################################################
		   0.0 .seguridad
##########################################################*/ 
.performanceSOLID{
	transition: all ease 1s;
	background-image: url("../seguridad-logistica-kpis.jpg");
	  background-size:100%;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed; /* EFECTO PARALLAX */ 
}
.performance{ 
	height: 100vh;
	max-height: 1000px;
	margin: auto;
	background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.60),rgba(255,255,255,0.51),rgba(255,255,255,0.5)); 
}
.perfromanceBox{
	padding: 5% 13% 0 13%;
	transition: all ease 1s;
	 
	margin: 0 auto;
	max-width: 2000px;
	height: 100%;
}
.performanceH4 span{
  display:inline-block; 
  background: linear-gradient(
    45grad,
    var(--DARKBLUE),  
    var(--BLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.performanceH5 span{
  display:inline-block;

  background: linear-gradient(
    45grad,
    var(--DODGERBLUE),  
    var(--DARKBLUE)
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.performanceContent{
	display: flex; 
	flex-direction: column;
	width: 100%;  
}
.performanceP { 
	width: 100%; 
}
.performanceP span{ 
  color:var(--DARKBLUE); 
	padding: 21px 10%; 
	
}

.performanceIcons{
	width: 100%;
	height: auto;  
    display: grid;
	gap: 13px 21px;
    grid-template-columns: repeat(5, 1fr);
	padding: 0rem 10%;
	margin: 1rem auto auto auto; 
} 
.performanceitemIcons img{ 
	padding: 8px;
	background-color: #eee;
	border-radius: 3px;
}
.performanceitemIcons p{ 
	width: 70%;
	margin: 3px 15%;
	color: var(--DARKBLUE);
	text-align: center;
} 
  


.aro,.aro1,.aro2{      width:180px;
	height:180px;   
	display: flex;
	justify-content: center;
	align-content: center; 
}
.element{
	background-color: rgba(255,255,255,0.50);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px); padding: 5px;
	border-radius: 13px;
	width: 100%;
	display: flex;
	flex-direction: column;
	} 
.element img{
	background-color: #fff;
	border-radius: 13px;
	width: 55px;
	height: 55px;
	margin: auto auto 3px auto;
	padding: 8px;  
}
.element p{ 
	width: 70%;
	margin: 3px auto auto auto;
	text-align: center;
}

/*#########################################################
		   0.0 footer
##########################################################*/ 
/*  CONTENEDOR PRINCIPAL */
.heroFdg{
  position:relative;
  width:100vw;
  height:100vh;
	max-height: 1000px;
  overflow:hidden;
 background-color:var(--DARKBLUE); 
}
/*  FONDO THREE */
.bgCanvasFdg{
  position:absolute;
  inset:0;
  z-index:0;
	pointer-events: none;
}
/*  overlay gradient premium */
.bgCanvasFdg::after{
  content:"";
  position:absolute;
  inset:0; 
  z-index:0;
  pointer-events:auto;
}
/*  CONTENIDO */
.overlayFdg{ 
  position:relative;
  z-index:0;
  width:100%;
  height:100%;
  display:flex;
	flex-direction: column;
  align-items:center;
  justify-content:center;
}
/*  CONTENEDOR INTERNO */
.contentBoxFdg{
	margin: 0 auto;
	max-width: 2000px;
  width:100%; 
  padding:0 13%;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:3rem;
  color:white;
}
/*  TEXTOS */
.heroTitleFdg {
	position: relative;
	left: 0vw;
	top: 25vh;
width: 100%;
	height: 100vh;
  line-height:1;  
	transition: all ease 1s;
}
.heroTitleFdg h6{   
width: 100%;
	height: 100%; 
	transition: all ease 1s;
}
.heroTitleFdg span{
	color: var(--LIGHTBLUE);
}
/*  ZONA VISUAL */
.heroVisualFdg{
  display:flex;
	flex-direction: column;
  align-items:center;
  justify-content:center;
	position: absolute;
	bottom: 0;
}
.cardFdg{
  width:100vw;
  height:35vh;
 border-top-left-radius: 121px;
 border-top-right-radius: 121px;
  background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 0 60px rgba(0,150,255,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  color:rgba(255,255,255,.8);
}
   
		 
		.logoFooter{
			margin: 13px auto;
			width: 100px;
			height: 50px;
		
		}
		.links{
			display: flex;
			margin: 0 auto;
		}
		.links a{
			display: flex;
			text-decoration: none;
			transition: ease 1s all;
			font-weight: 100;
		}
		.links a:hover p{
			color: var(--LIGHTBLUE);
		}
		.links img{
			width: 17px;
			height: 17px;
			margin: auto 0px auto 0px;
		}
		.links p{
			transition: ease 1s all;
			color: white;
			font-size: 12px;
			margin:  auto 21px auto 5px;
			font-weight: 100;
		}
		.p{
			transition: ease 1s all;
			color: white;
			font-size: 12px;
			margin:  5px auto ;
			text-decoration: none;
			font-weight: 200;
		}
		.p:hover{
			color: var(--LIGHTBLUE);
		}
		.lk{
			width: 33px;
			height: 33px;
		}







/* ================= clip path ================= */
/* ================= entry Aanimations ================= */
/* ================= clip path ================= */
.section { 
  position: relative;
  overflow: hidden;
	
}
.title {   
  position: relative;
  overflow: hidden;
  z-index: 4;
}
/* TEXTO */
.title span {
  display: inline-block;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.4s 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;
 

  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;
	}
}





 



 /* UX/UI Desktop Medims and horizontal tablets  ##########################################################*/
@media(max-width:1366px )  {
	
/***************************************/
/* LABLES */
 
	.labelTitle{
	font-size: 36px; 
		font-weight: 700;
	}
	.labelSubtitle{
	font-size: 17px; 
		font-weight: 600;
	}
	.labelText{
	font-size: 12px;
		font-weight: 100;line-height: 1.3; 
	}
	.white{  
	} 
	
	

/* ===== POSITIONS ===== */
/*carga general*/	
.mainFDUV{
  width:240px;
  height:240px;  
}
/*granel*/	
.topFDUV{
  width:130px;
  height:130px; 
}
/*sobredimensionada*/	
.rightFDUV{
  width:140px;
  height:140px; 
}
	/*refrigerada*/
.bottomFDUV{
  width:170px;
  height:170px; 
}
/*hazamat*/	
.leftFDUV{
  width:110px;
  height:110px; 
} 	
	
}	 



 /* UX/UI Mobile  ##########################################################*/
@media(max-width:1024px ) {
 
	.labelTitle{ 
		font-weight: 700;    
		font-size: 29px; 
	}
	.labelSubtitle{ 
		font-size: 21px; 
		font-weight: 700;   
	}
	.labelText{  	 
		font-size: 13px; 
  		font-weight: 100;
		-webkit-text-stroke:0.5px transparent;	 
	}
	.whiteLabelText{ 
	font-weight: 400;  
	
}	 
/* ================= clip path ================= */
/* ================= entry Aanimations ================= */
/* ================= clip path ================= */
.section { 
  position: relative;
  overflow: hidden;
	
}
.title {   
  position: relative;
  overflow: hidden;
  z-index: 4;
}
/* TEXTO */
.title span {
  display: inline-block;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s 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;
} 


	/*##########################################################
		   0.0 /* HEADER mobile
	##########################################################*/ 	 
	
		header {   
			padding: 0px 2%; 
z-index: 1;
		}
		#logo {
			width: 200px;
			height: 80px;
			margin: 25px 0;
		}
nav { display: none; } 
#line0{display: none;}
.nav {
			display:none;  
		}
	.hamburger {  display: flex;
			flex-direction: column;
			gap: 6px;
			cursor: pointer;
			z-index: 99999999999;
			padding: 13px;
			border-radius: 5px; 
			position: fixed;
		right: 2%; 
		} 
		.hamburger span {
			width: 30px;
			height: 3px;
			background: #fff;
			transition: 0.3s;
		}
		.hamburger.active span:nth-child(1) {
			transform: rotate(45deg) translateY(8px);
		}
		.hamburger.active span:nth-child(2) {
			opacity: 0;
		}
		.hamburger.active span:nth-child(3) {
			transform: rotate(-45deg) translateY(-8px);
		}
	/* ================= SIDENAV ================= */
#sidebar {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
	display: block;
}
/* ================= BLINDS ================= */
.blinds {
  position: absolute;
  inset: 0;/* ✨ BLUR REAL SIN BORRAR CONTENIDO */
}
.blinds span {
  position: absolute;
  left: 0;
  width: 100%;
	height: calc(100% / 8 + 1px);
background-color:var(--DARKBLUE);
    
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s cubic-bezier(.77,0,.18,1);
  transition-delay: 0.3s;
}
/* POSICIÓN Y DELAY */
.blinds span:nth-child(1) { top: 0%;    transition-delay: 0s; }
.blinds span:nth-child(2) { top: 12.5%; transition-delay: .05s; }
.blinds span:nth-child(3) { top: 25%;   transition-delay: .1s; }
.blinds span:nth-child(4) { top: 37.5%; transition-delay: .15s; }
.blinds span:nth-child(5) { top: 50%;   transition-delay: .2s; }
.blinds span:nth-child(6) { top: 62.5%; transition-delay: .25s; }
.blinds span:nth-child(7) { top: 75%;   transition-delay: .3s; }
.blinds span:nth-child(8) { top: 87.5%; transition-delay: .35s; }
#sidebar .blinds span {
  transition-delay: .4s;
}
#sidebar.active .blinds span {
  transition-delay: 0s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
}

#sidebar.active {
  pointer-events: auto;
}
#sidebar.active .blinds span {
  transform: scaleY(1);
  transition-delay: 0s;
}
/* ================= CONTENIDO ================= */
.sidebar-content {
  position: relative;
  z-index: 2;
	width: 80vw;
	margin: 40% 10vw 0% 10vw;
	height: auto; 
  padding: 0px 0px;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity .6s ease,
    transform .6s ease; 
	display: grid; 
  perspective: 800px; 
}
#sidebar.active .sidebar-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .8s;
}
/* LINKS DEL SIDENAV */
.sidebar-content a { 
  font-size: 33px;
  font-weight: 300; 
  display: inline-block; 
  text-decoration: none ;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(40px) rotateX(-90deg);
  transform-origin: top;
  transition:
    transform 0.8s cubic-bezier(.77,0,.18,1),
    opacity 0.6s ease;
	  background: linear-gradient(45deg,#fff,var(--LIGHTBLUE),#fff);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Para Firefox */
  background-clip: text;
  color: transparent;
}
/* ACTIVACIÓN DEL FLIP */
#sidebar.active .sidebar-content a {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
#sidebar.active a.btnsLan p{
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
#sidebar.active a.btnsLan img{
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
/* STAGGER (UNO POR UNO) */
#sidebar.active .sidebar-content a:nth-child(1) { transition-delay: 0.9s; }
#sidebar.active .sidebar-content a:nth-child(2) { transition-delay: 1.1s; }
#sidebar.active .sidebar-content a:nth-child(3) { transition-delay: 1.3s; }
#sidebar.active .sidebar-content a:nth-child(4) { transition-delay: 1.5s; }
#sidebar.active .sidebar-content a:nth-child(5) { transition-delay: 1.7s; }
#sidebar.active .sidebar-content a:nth-child(6) { transition-delay: 1.9s; }
#sidebar.active .sidebar-content a:nth-child(7) { transition-delay: 2.1s; }
	 
#sidebar.active .btnsLan img:nth-child(1) { transition-delay: 1.9s; }  
/* sidebarSocial */
.sidebarSocial{
	width: 80vw;
	margin: 0% 10vw 0% 10vw;
	height: 10%; 
	display: flex;
  opacity: 0;
  transform: translateX(-1140px);
  transition:
    opacity 1s ease,
    transform 4s ease; 
  perspective: 800px;
}	
#sidebar.active .sidebarSocial {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .8s;
}	
	.sidebarSocial a{
		margin: 13px 0;
		text-decoration: none;
	}	
	.sidebarSocial a> img{
		width: 33px;
		height: 33px;
	}
	a.btnsLan{
		width: 100%;
		height: auto; 
		display: flex;
		align-content: center;
		padding: 13px 13px 13px 0; 
	}
	.btnsLan p{
		margin: auto 8px;
		font-size: 13px;
  text-decoration: none ; 
  opacity: 0;
  transform: translateY(40px) rotateX(-90deg);
  transform-origin: top;
  transition:
    transform 0.8s cubic-bezier(.77,0,.18,1),
    opacity 0.6s ease;
	  background: linear-gradient(45deg,#fff,var(--LIGHTBLUE),#fff);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Para Firefox */
  background-clip: text;
  color: transparent;
	}
	.btnsLan img{
		
		margin: auto 0;
		height: 13px;
		width: 13px;  
  text-decoration: none ; 
  opacity: 0;
  transform: translateY(40px) rotateX(-90deg);
  transform-origin: top;
  transition:
    transform 0.8s cubic-bezier(.77,0,.18,1),
    opacity 0.6s ease;
	  background: linear-gradient(45deg,#fff,var(--LIGHTBLUE),#fff);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Para Firefox */
  background-clip: text;
  color: transparent;
	}
	.space{	
		margin: auto 0;
		height: 13px;
		width: 13px;   
	}
	.footerSidebar{
		width: 100%;
		height:auto;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
  transform: translateY(1140px);
  transition:
    opacity 6s ease,
    transform 6s ease; 
		display: flex;
		justify-content: space-around;
		align-content: center;
		flex-direction: column;
	}	
	.footerSidebar img{
		margin: 5px auto;
		height: 33px;
		width: 33px;
	}
	.footerSidebar p{
		color: white;
		margin: 5px auto;
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.sp span{
		color: white;
		margin: 5px auto;
	}
	#sidebar.active .footerSidebar{
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
	
 
	
	
	
	
	
	
}
