/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
	/**/

	html {
		scroll-behavior: smooth!important;
	  }
:root{
	--bs-primary: #0078e2;
	--backg-primary:#08192f;
	
}

.text-balance{
	text-wrap: balance;
}
.bg-gray-cards{
	background: #F5F6F9;
}

.b-radius{
	border-radius: 40px;
	overflow: hidden;
}
.bg-scale-two{
	background: #edf3fc;
}
.shades-backg{
	background: linear-gradient(-126.6deg,rgba(124,130,177,.12) 
	28.69%,rgba(17,18,27,0) 100%);

}
	.circle-backg{
	   position: absolute;
       width: 470px;
	   height: 470px;
	   border-radius: 100%;
	   filter: blur(180px);
	   background: var(--bs-primary);
	   opacity: .6;
	}

.circle-center{
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
	animation: circleEnterOne 1.2s ease;
}

.circle-left{
	top: -300px;
	left: 25%;
	transform: translateX(-50%);
   animation: circleSideEnter 3s ease;
}

.circle-right{
	top: -300px;
	left: 75%;
	transform: translateX(-50%);
	animation: circleSideEnter 3s ease;
}

@keyframes circleEnterOne {
	0%{
        top: -1500px;
	}

	100%{
		top: -200px;
	}
}

@keyframes circleSideEnter {
	0%{
        top: -1500px;
	}

	100%{
		top: -300px;
	}
}

@keyframes leftlight {
	0%{
		left: 25%;
	}
	50%{left: 20%;}
	100%{
		left: 25%;
	}
}


@keyframes rightlight {
	0%{left: 75%;}
	50%{left: 80%;}
	100%{left: 75%;}
}

	.bg-glass{
		backdrop-filter: blur(10px);
		background: #ffffff34;
		border-radius: 40px;

	}
	.bg-grey{
		background: #F7F7F7;
	}

	.bg-black-custom{
		background-color: #191919;
	}

	#whatsapp-btn{
		position: fixed;
		display: grid;
		place-items: center;
		bottom: 50px;
		right: 30px;
	
		background:rgba(0, 0, 0);
		backdrop-filter: blur(10px);
		border-radius: 201px;
		width: 3.5rem;
		height: 3.5rem;
		transition: all .3s ease;
		z-index: 999;
		opacity: .5;
		color: white;
	}
	#whatsapp-btn:hover{
		background: #0078e2;
		opacity: 1;
	}
	#whatsapp-btn i{
		font-size: 24px;
	}

	@media (max-width:601px){
		#whatsapp-btn{
			width: 3.8rem;
			height: 3.8rem;
		}
	}

	.cube-about-us{
		width: 72%;
		animation: floatingCube 10s ease-in-out infinite, change_backg 10s cubic-bezier(.54, .28, .24, .99) infinite;
	}
	@media (max-width:992px){
		.cube-about-us{
			width: 100%;
		}
	}
	@media (max-width:768px){
		.about-backg{
		background-image: url('../images/others/shape-block-backg.png');
		background-position: 200px 50px;
		background-size: auto;
		background-repeat: no-repeat;
		}
	}
/*Header*/
#header{
	
}
.sticky-header .menu-link{
	transition: all .3s ease;
	color: #000;
	
}
.is-expanded-menu .sticky-header #header-wrap{
	background: #F5F6F9;
}


.logo-desktop{
display: none;
}
@media(min-width:425px){
	.logo-desktop{
		display: block;
		}
}

/**/	
#slider{
	border-radius: 0 0 40px 40px;
	background: var(--backg-primary);
}
.slider-inner{
min-height: 800px;
}
@media (max-width:576px){
.slider-inner{
	min-height: 500px;
}
}
.slider-inner .main-title{
text-wrap: balance;
}

.contact-wrapper{
	border-radius: 40px 40px 0 0;
	background: var(--backg-primary);
}

.backg-gradient{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:radial-gradient(122.3% 110.668% at 50% -8.5%, 
	rgb(26, 7, 72) 43.2292%, 
	rgb(26, 18, 105) 70.4112%, 
	rgb(26, 18, 106) 75.3324%, 
	rgb(29, 22, 160) 82.2725%,
    rgb(48, 34, 241) 88.708%,
	#0088ff 100%);

	z-index: 0;
}
.about-wrapper{
}

.gradient-bar{
	height: 90px;
	background: linear-gradient(to right, #061222 0%,#061222 100%);
}
/**/
@media(max-width:768px){
	.tech-wrapper{
		background-image: url('../images/others/img-3Copy.png');
		background-position: 350px 120px;
		background-repeat: no-repeat;
		background-size: auto;
	    
	}
}

/**/
.slider-element .image_fade .bi-play {
			position: absolute;
			display: block;
			left: 50%;
			top: 50%;
			z-index: 99;
			color: #000;
			font-size: 20px;
			width: 40px;
			height: 40px;
			line-height: 40px;
			background-color: #FFF;
			border-radius: 50%;
			text-align: center;
			padding-left: 4px;
			margin-top: -20px;
			margin-left: -20px;
		}

		.rotate-text {
			position: absolute;
			right: 40px;
			top: 50%;
			letter-spacing: 3px;
			color: #919191 !important;
			font-weight: 400;
			font-size: 11px;
			writing-mode: vertical-rl;
			-webkit-transform: translateY(-50%) rotate(-180deg);
			-moz-transform: translateY(-50%) rotate(-180deg);
			white-space: nowrap;
			cursor: pointer;
			z-index: 5;
			text-transform: uppercase;
		}

		.rotate-text:before {
			padding-bottom: 7px;
			content: '\2190';
			display: inline-block;
		}

		@media(max-width:607px){
			.rotate-text{
				display: none;
			  }
		}
		
/*Hero Section*/
.slider-txt-wrapper{

}

.img-wrapper{
	background: linear-gradient( to bottom left, #ebebeb3e, rgba(216, 220, 232, .5) 70% );
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.img-wrapper img{
	border-radius: 10px;
}

/**/

.map-backg{
	position: absolute;
	right: 0;
	top: 0;
	opacity: .1;
	width: auto;
	height: 120%;
}


/*Sticky Crds*/
.block-sticky-cards-wrap{
	
}
.block-sticky-cards .content-wrap,
		.block-sticky-cards .section { overflow: visible; }

		.block-sticky-cards .sticky-section + .sticky-section {
				margin-top: 5vh;
			}

		@media (min-width: 992px) {
			.block-sticky-cards .sticky-section {
				--sticky-top-gap: 30px;
				position: -webkit-sticky;
				position: sticky;
				z-index: 2;
				top: calc(80px + var(--sticky-top-gap));
			}

			.block-sticky-cards .sticky-section + .sticky-section {
				margin-top: 20vh;
			}
		}

/**/
.shape-adv-tech-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;	
	border-radius: 40px;
	aspect-ratio: 1/1;
}
.shape-advance-tech{
	width: 100%;
	animation: floating 10s ease-in-out infinite, change_backg 10s cubic-bezier(.54, .28, .24, .99) infinite;
}

@keyframes floating {
	
		0% {
		  transform: translateZ(0);
		}
	  
		25% {
		  transform: translate3d(0, 15px, 0) rotate(-2deg);
		}
	  
		50% {
		  transform: translate3d(0, -5px, 0);
		}
	  
		75% {
		  transform: translate3d(0, 15px, 0) rotate(2deg);
		}
	  
		100% {
		  transform: translateZ(0);
		}
	  
}

@keyframes floatingCube {
	
	0% {
	  transform: translateZ(0);
	}
  
	25% {
	  transform: translate3d(0px, 5px, 0) ;
	}
  
	50% {
	  transform: translate3d(0px, -5px, 0);
	}
  
	75% {
	  transform: translate3d(0px, 5px, 0);
	}
  
	100% {
	  transform: translateZ(0);
	}
  
}

@keyframes change_backg {

	0%,
	10% {
	  filter: hue-rotate(0deg);
  
	}
  
	20%,
	30% {
		filter: hue-rotate(20deg);
	}
  
	40%,
	50% {
  
		filter: hue-rotate(40deg);
	}
  
	60%,
	70% {
		filter: hue-rotate(60deg);
	}
  
	80%,
	90% {
		filter: hue-rotate(20deg);
	}
  
	100% {
		filter: hue-rotate(0deg);
  
	}
  }

.shape-circles{
	position: absolute;
	right: 0;
	top: 50px;
	width: 60%;
	opacity: .8;
}
@media(max-width:768px){
	.shape-circles{
		right: -20%;
		top: 300px;
		width: 100%;
		opacity: .8;
	}
}
@media(max-width:375px){
	.shape-circles{
		top: 380px;
	}
}
.shape-cube{
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: -1;
	width: 180px;
}
@media(max-width:600px){
	.shape-cube{
		right: 30px;
		top: 20px;
		width: 120px;
	}
}
.shape-card{
	height: 250px;
	width: auto;
}

.shape-elipse{
	position: absolute;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
}
.shape-inmunity{
	width: 60%;
}

.shape-blue-elips-one{
position: absolute;
right: 20%;
top: 50%;
transform: translateY(-50%) ;	
width: 15%;

}

.shape-blue-elips-two{
position: absolute;
right: 15%;
top: 50%;
transform: translateY(-50%);	
width: 40%;
opacity: .5;
}
/**/

:root {
	--marquee-width: 100%;
	--marquee-height: 50px;
	/* --marquee-elements: 12; */ /* defined with JavaScript */
	--marquee-elements-displayed: 4;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 7s);
  }
  
  .marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	background-color: transparent;
	color: #eee;
	overflow: hidden;
	position: relative;
	opacity: .5;
  }
  .marquee:before, .marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
  }
  .marquee:before {
	left: 0;
	background: linear-gradient(to right, var(--backg-primary) 0%, transparent 100%);
  }
  .marquee:after {
	right: 0;
	background: linear-gradient(to left, var(--backg-primary) 0%, transparent 100%);
  }
  .marquee-content {
	list-style: none;
	height: 100%;
	display: flex;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  /* .marquee-content:hover {
	animation-play-state: paused;
  } */
  @keyframes scrolling {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
	white-space: nowrap;
  }
  
  .marquee-content li img {
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	flex-shrink: 0;
	width: 75%;
	max-height: 100%;
	white-space: nowrap;
  }
  
  @media (max-width: 600px) {
	html { font-size: 14px; }
	:root {

		--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));

	  --marquee-elements-displayed: 4;
	}
	.marquee-content{
		animation: none;

	}
	.marquee:before, .marquee:after { width: 7rem; }
  }




 /**/




  #footer{
	background: rgb(4, 12, 24);
	border-top: 0;
  }
 
  .primary-menu-active ul li .menu-link{
	color: #000!important;
  }

  .primary-menu-active ul li .menu-link:hover{
	color: var(--bs-primary)!important;
  }

  #register-form-mensaje{
	max-height: 250px;
  }
  .error{
	font-size: .9rem;
	color: red;
  }


  .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0; /* Ajusta esto según sea necesario para alinear el widget */
    margin-left: auto; /* Centrar horizontalmente si es necesario */
    margin-right: auto; /* Centrar horizontalmente si es necesario */
}

@media (max-width:425px){
	.g-recaptcha {
		transform: scale(.7);
		transform-origin: 0 0; /* Ajusta esto según sea necesario para alinear el widget */
		margin-left: auto; /* Centrar horizontalmente si es necesario */
		margin-right: auto; /* Centrar horizontalmente si es necesario */
	}
}


#msgSubmit{
	color: var(--bs-primary);
}

#msgError{
	color: red;
}