@font-face {
	font-family: 'Heading Pro Ultracompressed Black';
	src: url('../fonts/Heading-Pro-Ultracompressed-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Maison Neue Medium';
	src: url('../fonts/Maison_Neue_Medium.otf') format('truetype');
}


.portfolio-href{
	color: inherit !important;
	text-decoration: underline;
}

body{
	max-width: 1600px;
	margin: auto;
	background: white !important;

}


.fixed-top {
  position: inherit !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
  
.menu-container{
	padding-top: 20px !important;
	padding-right: 40px !important;
	padding-left:  40px !important;
	
}

.navbar-logo{
	width: 150px !important;
}

.navbar-background{
	padding-top: 0px !important;
	padding-bottom: 20px !important;
	background: white !important;
}

#navbarNav{
	position: absolute;
	right: 0;
}

.nav-link-contact{
	border: 1px solid black; 
	border-radius: 20px;
	margin-top: 5px;
	padding: 3px 0px 0px 0px;	
}

.navbar-nav{
	color: black !important;
	font-family: 'Maison Neue Medium' !important;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 100 !important;
}

.navbar-light .navbar-nav .nav-link{
	color: black;
}

.web-nav-link{
	position: relative !important;
}

.footer-div{
	background: black !important;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-div-info-row{
	font-family: 'Maison Neue Medium' !important;
	font-size: 28px !important;
	text-transform: uppercase;
	font-weight: 100 !important;
	color: white; 
	line-height: 28px;
}

.footer-mail{
	text-decoration: underline;
}

.footer-div-info-row a{
	color: white !important;	
}

#navbarNav .nav-item{
	padding-right: 60px !important;
}


.navbar-brand{
}



.navBarMobileLogo{
	width: 100px !important;
}

.navMobileExitImg{
	text-decoration: none !important;
	color: white !important;
	font-family: 'Kanit Light' !important;
	font-size: 25px !important;
}



.navbar-nav-mobile li{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	font-size: 20vw !important;
	text-transform: uppercase;
	line-height: 16vw !important;
	font-weight: inherit !important;
	letter-spacing: 3px;
}

.navbarNavMobileDiv{
	padding: 32px 0px !important;
}

.nav-mobile-social-media{
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: white !important;
	font-family: 'Maison Neue Medium' !important;
	font-size: 16px !important;
	text-transform: uppercase;
}

.nav-mobile-social-media a{
	color: white !important;
}




.hamburger_web {
	width: 35px;
	height: 18px;
	position: relative;
	cursor: pointer;
	margin: 10px;
}

.line_web {
	width: 100%;
	height: 2px;
	background-color: black;
	position: absolute;
	transition: all 0.3s ease;
}

.line_web:first-child {
	top: 0;
	width: 100%;
}

.line_web.middle {
	width: 100%; /* Esta es la línea más corta */
	top: 50%;
	transform: translateY(-50%);

}


.line_web:last-child {
	bottom: 0;
	width: 70%; /* Esta es la línea más corta */


}

.navbar-toggler{
	border: none !important;
}

.navbar-toggler::focus{
	border: none !important;
	background: none !important;
}

.menu-active{
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.color_red{
	color: #AF2623 !important;
}



.navMobileFooterSocialMedia{
	margin-top: 25px;
	margin-bottom: 40px;
	
}

.navMobileFooterSocialMedia a{
	text-decoration: none !important;
	
}

.navMobileFooterSocialMediaIcon{
	height: 16px !important;
	margin-right: 10px !important;
}

.navMobileFooterSocialMediaIcon2{
	height: 20px !important;
	margin-right: 10px !important;
}

.footer-div-menu-row{
	margin-top: 220px;
	margin-bottom: 20px;
}

.footer-div-menu-first{
	font-family: 'Maison Neue Medium' !important;
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 100 !important;
	color: white; 
}

.footer-div-menu-ul{
	
	list-style: none; /* Quita los puntos */
	padding: 0; /* Quita espacio alrededor */
	margin: 0;  /* Quita espacio afuera */
}

.footer-div-menu-ul li {
	/* Opcional: si quieres personalizar el texto */
	font-family: 'Maison Neue Medium' !important;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 100 !important;
	color: white; 
	cursor: pointer;
}

.footer-div-menu-ul a{
	color: white !important;
}

.footer-title{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: white; 
	margin: 0px;
	padding: 0px;
	text-align: left !important;
	font-size: 20.5vw; /* El tamaño se adapta al ancho de la ventana */
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	width: 100%; /* Hace que el contenedor ocupe el ancho total */
	overflow: hidden; /* Evita desbordes si el texto es muy grande */
}

.home-principal-div{
	margin-top: 50px;
	padding-left: 40px;	
	padding-right: 40px;	
}

.home-principal-title{
	width: 100%; /* Hace que el contenedor ocupe el ancho total */
	max-width: 1400px !important;
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin: 0px;
	padding: 0px;
	text-align: left !important;
	font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 15.5vw;
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	position: relative;
}

.home-principal-subtitle-web{
	font-family: 'Maison Neue Medium' !important;
	font-size: 14px !important;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 100 !important;
	color: black; 
	position: absolute;
	bottom: 20px;
	right: 0;
	max-width: 240px !important;
	text-align: justify;
	overflow-wrap: break-word;  /* Rompe las palabras largas si es necesario */
	word-wrap: break-word;      /* Compatibilidad extra */
	white-space: normal;        /* Permite saltos de línea */
	overflow: hidden; 
}

.home-principal-subtitle-mobile{
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 100 !important;
	color: black; 
	bottom: 20px;
	right: 0;
	text-align: justify;
	overflow-wrap: break-word;  /* Rompe las palabras largas si es necesario */
	word-wrap: break-word;      /* Compatibilidad extra */
	white-space: normal;        /* Permite saltos de línea */
	overflow: hidden; 
	width: 100%; 
}


.home-principal-title-web{
	display: block;
}

.home-principal-title-mobile{
	display:  none;
}

.home-principal-banners{
	padding-left: 40px;
	padding-right: 40px;	
}

.home-principal-banner-container{
	background-size: cover;
	background-position: bottom left;
	/*background-image: url('../images/home-banner-1.png');*/
	width: 100% !important;
	height: 700px !important;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: background-image 1s ease-in-out;
}

.home-principal-numbers{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 100px;
	padding-bottom: 50px;
	background: #D9D9D9 !important;
	width: 100% !important; 
}

.home-principal-numbers-title{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 15.5vw;
	max-width: 75%;
}

.home-principal-numbers-middle{
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 50px;
	color: black;
}

.hombe-principal-numbers-footer{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	font-size: 9vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 9vw;
	max-width: 70%;
}



.home-principal-categories {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px; /* espacio entre las líneas */
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-track span {
  white-space: nowrap;
  padding-right: 50px; /* espacio entre textos duplicados */
  font-family: 'Heading Pro Ultracompressed Black', sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 9vw;
  line-height: 1;
}

.marquee-track.left span {
  color: rgba(0, 0, 0, 0.5); /* Negro al 50% de opacidad */
}

/* Animaciones en direcciones contrarias */
.marquee-track.left {
  animation: scroll-left 40s linear infinite;
}

.marquee-track.right {
  animation: scroll-right 40s linear infinite;
}


.accordion {
  max-width: 100%;
  margin: 0 auto;
}

.accordion-item {
  font-family: 'Maison Neue Medium' !important;
  font-size: 17px !important;
  line-height: 17px;
  text-transform: uppercase;
  color: black;
  border-radius: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  font-family: 'Maison Neue Medium' !important;
  font-size: 17px !important;
  line-height: 17px;
  text-transform: uppercase;
  color: black;
}


.accordion-item1{
  background-color: transparent;
}

.accordion-item2{
  background-color: #C9C9C9;
}

.accordion-item3{
  background-color: #B4B4B4;
}



.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.accordion-content p {
  margin: 15px 0;
}

.accordion-item.active .home-principal-process-text-undeline{
	border-bottom: 1px solid black;
	padding-bottom: 7px;
}

.accordion-item.active .accordion-content {
  padding: 15px 20px;
  max-height: fit-content; /* Ajusta según tu contenido */
  
}

.accordion-item:first-of-type{
	border-radius: 0px;
}

.accordion-item:last-of-type {
	border-radius: 0px;
}


.contact-container{
	padding-right: 40px;
	padding-left: 40px;
}



.portfolio-banner-container{
	background-size: cover;
	background-position: center;
	/*background-image: url('../images/home-banner-1.png');*/
	width: 100% !important;
	height: 550px;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: background-image 1s ease-in-out;
}


.aboutus-banner-container{
	background-size: cover;
	background-position: center;
	/*background-image: url('../images/home-banner-1.png');*/
	width: 100% !important;
	height: 650px;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: background-image 1s ease-in-out;
}



/* Animación izquierda (derecha a izquierda) */
@keyframes scroll-left {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-50%);
  }
}

/* Animación derecha (izquierda a derecha) */
@keyframes scroll-right {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(0);
  }
}

.home-principal-process{
	background: #D9D9D9;
	padding-top: 100px;
	padding-right: 40px;
	padding-left: 40px;
}

.home-principal-process-part2{
	background: #D9D9D9;
	padding: 0px;
	
}

.home-principal-process-title{
	white-space: nowrap;
  	padding-right: 50px; /* espacio entre textos duplicados */
  	font-family: 'Heading Pro Ultracompressed Black', sans-serif;
  	text-transform: uppercase;
  	color: black;
  	font-size: 20vw;
  	line-height: 1;
}

.home-principal-process-subtitle{
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 150px;
	color: black;
}

.home-principal-process-normaltext{
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	padding-bottom: 20px;
	padding-top: 20px !important;

}

.home-principal-process-bold{
    font-family: 'Heading Pro Ultracompressed Black', sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 11vw;
	line-height: 9vw;
	text-align: left !important;
}



.home-principal-process-text-down{
	padding-top: 30px;
	padding-bottom: 50px;
}

.justify-content {
	text-align: justify !important;
}

.home-principal-process-step1{
	background: #C9C9C9;
	color: black;
}

.home-principal-flagship{
	padding-top: 150px;
	padding-bottom: 100px;
	padding-right: 40px;
	padding-left: 40px;
}

.home-principal-flagship-title{
	font-family: 'Heading Pro Ultracompressed Black', sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 20vw;
	line-height: 16vw;
	width: 100%;
}

.home-principal-featured-title{
	font-family: 'Heading Pro Ultracompressed Black', sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 20vw;
	line-height: 16vw;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}

.blog-principal-title{
	font-family: 'Heading Pro Ultracompressed Black', sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 20vw;
	line-height: 16vw;
	width: 100%;
}

.blog-subtitle{
	font-family: 'Maison Neue Medium' !important;
	font-size: 24px !important;
	line-height: 24px;
	text-transform: uppercase;
	color: black;
	padding-bottom: 100px;
	padding-top: 80px !important;	
	max-width: 480px;
	
}

.home-principal-flagship-subtitle{
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	padding-bottom: 50px;
	padding-top: 50px !important;
}

.home-principal-flagship-container{
	border-top: 1px solid black;
	padding-bottom: 50px;
	padding-top: 10px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
}

.home-principal-flagship-item{
	width: 90%;
	background: black;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-principal-flagship-item img{
	max-width: 80%;
}

.contact-title{
	width: 100%; /* Hace que el contenedor ocupe el ancho total */
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin-top: 80px;
	padding: 0px;
	text-align: left !important;
	font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 15.5vw;
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	position: relative;
}

.contact-subtitle{
	padding-bottom: 50px;
	padding-top: 50px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
}

.contact-form{
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
}

.contact-form-recaptcha{
	border-bottom: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-form-col{
	padding-top: 20px;
	height: 50px;
}

.contact-form-col-first{
	padding-top: 20px;
	height: 50px;
}

.contact-form-row{
	border-bottom: 1px solid black;
}

.custom-input{
	border: 0px;	
	width: 100%;
}

.contact-button-container{
	text-align: center;
	width: fit-content;
	margin: auto;	
}


.contact-form-required-web{
	display: block;
}

.contact-form-required-mobile{
	display: none;	
}

.invariantes-button{
	background: white;
	border: 1px solid black;
	border-radius: 17px;
	padding: 3px 8px;	
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 150px;
}

.invariantes-button-contact{
	background: white;
	border: 1px solid black;
	border-radius: 17px;
	padding: 3px 8px;	
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	margin-bottom: 150px;
}

.invariantes-button-meet{
	background: transparent;
	border: 1px solid black;
	border-radius: 17px;
	padding: 3px 8px;	
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	margin-top: 50px !important;
	width: fit-content;
}

.invariantes-button-portfolio{
	background: transparent;
	border: 1px solid black;
	border-radius: 17px;
	padding: 3px 8px;	
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	width: fit-content;
}


.portfolio-title{
	width: fit-content; /* Hace que el contenedor ocupe el ancho total */
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin-top: 60px;
	padding: 0px;
	text-align: right !important;
	font-size: 19vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 15vw;
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	position: relative;
}

.portfolio-title-left{
	width: fit-content; /* Hace que el contenedor ocupe el ancho total */
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin-top: 5px;
	padding: 0px;
	text-align: left !important;
	font-size: 19vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 15vw;
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	position: relative;
}

.portfolio-subtitle{
	max-width: 90%;
	font-family: 'Maison Neue Medium' !important;
	font-size: 1.75vw !important;
	line-height: 1.75vw;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	margin-bottom: 10px;
}

.portfolio-title-container{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	background: white !important;
}

.portfolio-gray-container{
	margin-top: 150px;
	padding-top: 150px;
	padding-bottom: 150px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	background: #D9D9D9 !important;
}

.portfolio-bck{
	background-position: center;
	background-size: cover;
	background-image: url('../images/portfolio-bck2.png');
	width: 100%;
	height: 550px;
	margin-top: 100px;
	margin-bottom: 150px;
}

.portfolio-venture-title{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin-top: 5px;
	text-align: left !important;
	font-size: 13vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 11vw;
	white-space: nowrap; /* Impide que el texto haga un salto de línea */
	position: relative;
	border-bottom: 1px solid black;
	padding: 0px 0px 20px 0px;
}

.portfolio-venture-subtitle{
	max-width: 315px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 10px;
}

.portfolio-venture-item{
	max-width: 600px;
	width: 100%;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.boder-bottom{
	border-bottom: 1px solid black;
}

.boder-bottom-web{
	border-bottom: 1px solid black;
}

.portfolio-gray-title{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	margin-top: 5px;
	text-align: left !important;
	font-size: 13vw; /* El tamaño se adapta al ancho de la ventana */
	overflow: visible; /* Evita desbordes si el texto es muy grande */
	line-height: 11vw;
	position: relative;
	padding: 0px 0px 20px 0px;
}

.portfolio-gray-subtitle{
	max-width: 265px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-bottom: 80px;
	padding-top: 10px;
}

.portfolio-gray-subtitle2{
	max-width: 314px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-bottom: 80px;
	padding-top: 10px;
}

.portfolio-startups-container{
	margin-top: 150px !important;	
}

.portfolio-venture-item-description{
	display: none !important;
}

.us-title-container{
	margin-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
}

.us-title{
	width: fit-content; /* Hace que el contenedor ocupe el ancho total */
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	padding: 0px;
	text-align: left !important;
	font-size: 19vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 15vw;
}

.us-subtitle{
	max-width: 90%;
	font-family: 'Maison Neue Medium' !important;
	font-size: 1.75vw !important;
	line-height: 1.75vw;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	margin-bottom: 10px;
}

.us-bck{
	background-position: center;
	background-size: cover;
	background-image: url('../images/us_bck2.png');
	width: 100%;
	height: 650px;
	margin-top: 80px;
	margin-bottom: 150px;
}

.us-accelerate-text-contianer{
	width: 100%;
	display: flex;
	justify-content: left;	
}

.us-accelerate-text{
	width: 100%;
	max-width: 300px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	margin-bottom: 10px;
}

.us-manifesto-title{
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	padding: 0px;
	font-size: 19vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 15vw;
}

.us-manifesto-container{
	width: 100% !important;
}

.us-manifesto{
	margin-top: 50px;
	width: 100%;
	max-width: 500px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 15px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	margin-bottom: 10px;
}

.us-committed-title{
	margin-top: 150px;
	width: 120% !important;
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	padding: 0px;
	font-size: 12vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 10vw;
	display: block;
	
}

.us-committed-title-mobile{
	display: none;
}

.us-committed-subtitle{
	max-width: 320px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 14px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	margin-bottom: 10px;
}

.us-employee-container{
	width: 95%;
	margin: auto;
}

.us-employee-img{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 350px;
	margin-bottom: 10px;
}

.us-employee-info-container{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	font-family: 'Maison Neue Medium' !important;
	font-size: 17px !important;
	line-height: 17px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	text-align: justify;
}

.us-employee-info-title{
	text-align: left;
	color: black !important;
}

.us-employee-row-container{
	padding-top: 60px;
}

.us_we_work_with_title{
	width: fit-content;
	margin: auto;
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	padding: 0px;
	font-size: 12vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 10vw;
	margin-top: 100px;
	margin-bottom: 50px;
}

.partners-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 120px;
}

.partner-card {
	background: black;
	padding: 20px;
	width: 250px;
	height: 180px;
	display: flex;
	margin: 30px;
	justify-content: center;
	align-items: center;
}

.partner-card img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.home-principal-featured-item {
	font-family: 'Maison Neue Medium' !important;
	font-size: 15px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-top: 1px solid black;
}

.blog-item {
	font-family: 'Maison Neue Medium' !important;
	font-size: 15px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-top: 1px solid black;
}

.blog-container{
	padding-top: 100px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.blog-list-container{
	margin-bottom: 120px;
}


#pdf-container {
	width: 100%; /* Ocupa todo el ancho */
	display: flex;
	flex-direction: column;
	align-items: center; /* Centra las páginas */
	padding-bottom: 20px;
}

canvas {
	max-width: 100%; /* Se ajusta automáticamente */
	height: auto;
	margin-bottom: 10px;
}

.portfolio-view-container{
	
	padding-top: 100px;
	padding-right: 40px;
	padding-left: 40px;
}

.portfolio-logo-item{
	max-width: 250px;
	width: 90%;
	background: black;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-view-title{
	width: fit-content;
	font-family: 'Heading Pro Ultracompressed Black' !important;
	text-transform: uppercase;
	color: black; 
	padding: 0px;
	font-size: 14vw; /* El tamaño se adapta al ancho de la ventana */
	line-height: 13vw;
	max-width: 600px;
}

.portfolio-view-description{
	font-family: 'Maison Neue Medium' !important;
	font-size: 36px !important;
	text-transform: uppercase;
	color: black;
	text-align: justify;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}


@media (min-width: 1000px) {
	
	.home-principal-title{
		width: 100%; /* Hace que el contenedor ocupe el ancho total */
		max-width: 1400px !important;
		font-family: 'Heading Pro Ultracompressed Black' !important;
		text-transform: uppercase;
		color: black; 
		margin: 0px;
		padding: 0px;
		text-align: left !important;
		font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
		overflow: visible; /* Evita desbordes si el texto es muy grande */
		line-height: 15.5vw;
		white-space: nowrap; /* Impide que el texto haga un salto de línea */
		letter-spacing: 5px; /* Aumenta el espacio en 2 píxeles */
		position: relative;
	}
}
@media (min-width: 1200px) {

	.home-principal-subtitle-web{
		font-family: 'Maison Neue Medium' !important;
		font-size: 18px !important;
		line-height: 18px;
		text-transform: uppercase;
		font-weight: 100 !important;
		color: black; 
		position: absolute;
		bottom: 20px;
		right: 0;
		max-width: 300px !important;
		width: 300px !important;
		text-align: justify;
		overflow-wrap: break-word;  /* Rompe las palabras largas si es necesario */
		word-wrap: break-word;      /* Compatibilidad extra */
		white-space: normal;        /* Permite saltos de línea */
		overflow: hidden; 
		letter-spacing: 1px !important;
	}
}


@media (min-width: 1400px) {
	
	.home-principal-title{
		width: 100%;
		letter-spacing: 5px;
		max-width: 1300px !important;
		font-size: 280px !important; /* El tamaño se adapta al ancho de la ventana */
		line-height: 220px;
		font-family: 'Heading Pro Ultracompressed Black' !important;
		text-transform: uppercase;
		color: black; 
		margin: 0px;
		padding: 0px;
		text-align: left !important;
		overflow: visible; /* Evita desbordes si el texto es muy grande */
	}
}

@media (min-width: 1600px) {
	.footer-title{
		font-size: 340px; /* El tamaño se adapta al ancho de la ventana */
		width: 100%; /* Hace que el contenedor ocupe el ancho total */
	}
	
	.us-committed-title{
		font-size: 200px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 160px;		
	}
	
	.us-manifesto-title{
		font-size: 300px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 300px;
	}
	
	.us-title{
		font-size: 300px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 240px;
	}
	
	
	.portfolio-title{
		font-size: 300px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 240px;
	}
	
	.portfolio-title-left{
		font-size: 300px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 240px;
	}
	
	.portfolio-subtitle{
		font-size: 28px !important;
		line-height: 28px;
	}
	
	.portfolio-venture-title{
		font-size: 210px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 180px;
	}
	
	
	.portfolio-gray-title{
		font-size: 208px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 180px;
	}
	
	.home-principal-title{
		font-size: 300px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 220px;
	}
	
	.home-principal-numbers-title{
		font-size: 316px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 245px;
	}
	
	
	.hombe-principal-numbers-footer{
		font-size: 145px; /* El tamaño se adapta al ancho de la ventana */
		line-height: 140px;
	}
	
	.marquee-track span {
	  font-size: 140px;
	  line-height: 1;
	}
	
	.home-principal-process-title{
		font-size: 320px;
		line-height: 1;
	}
	
	.home-principal-process-bold{
		font-size: 180px;
		line-height: 150px;
	}
	
	.home-principal-flagship-title{
		font-size: 320px;
		line-height: 255px;
	}
	
	.home-principal-featured-title{
		font-size: 320px !important;
		line-height: 255px !important;
	}
	
	.blog-principal-title{
		
		font-size: 320px !important;
		line-height: 255px !important;
	}
	
	
}

@media (max-width: 990px) {
	.footer-title{
		font-family: 'Heading Pro Ultracompressed Black' !important;
		text-transform: uppercase;
		color: white; 
		margin: 0px;
		padding: 0px;
		text-align: left !important;
		font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
		white-space: nowrap; /* Impide que el texto haga un salto de línea */
		width: 100%; /* Hace que el contenedor ocupe el ancho total */
		overflow: hidden; /* Evita desbordes si el texto es muy grande */
	}
	
	.home-principal-subtitle-web{
		font-family: 'Maison Neue Medium' !important;
		font-size: 13px !important;
		line-height: 13px;
		text-transform: uppercase;
		font-weight: 100 !important;
		color: black; 
		position: absolute;
		bottom: 20px;
		right: 0;
		max-width: 200px !important;
		text-align: justify;
		overflow-wrap: break-word;  /* Rompe las palabras largas si es necesario */
		word-wrap: break-word;      /* Compatibilidad extra */
		white-space: normal;        /* Permite saltos de línea */
		overflow: hidden; 
	}

}

@media (max-width: 767.98px) {
	
	 .nav-item-contact-mobile{
		margin-top: 50px;	 
	 }
	 
	 .home-principal-subtitle-web{
		 display: none;
	 }
	 
	 #navbarNavMobile{
		position: fixed; 
		background: black !important;
		width: 100% !important;
		color: #6D6E70 !important;
		font-size: 15px !important;
		top: 0px;
		left: 0;
		z-index: 2 !important;
		height: 100vh !important;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	 }
	 
	 .navbar-brand{
		  margin-left: 0px !important;
	  }
	  
	  #navbarNav{
		  position: inherit !important;
	  }
	  
	  .navbar-light .navbar-nav .nav-link{
		  color: white ;
	  }
	  
	  
	  .menu-active{
		  text-decoration: underline !important;
		  text-underline-offset: 3px;
		  text-decoration-thickness: 1px !important;
	  }
	  
	  .footer-div-info2-col{
		  padding-bottom: 50px;
	  }
	 
	  .menu-container{
		  padding-top: 20px !important;
		  padding-right: 20px !important;
		  padding-left:  20px !important;
		  
	  }
	  
	  .footer-div{
		  background: black !important;
		  padding-top: 40px;
		  padding-bottom: 0px;
		  padding-left: 20px;
		  padding-right: 20px;
	  }
	
	  .footer-div-info-row{
			font-family: 'Maison Neue Medium' !important;
			font-size: 20px !important;
			text-transform: uppercase;
			font-weight: 100 !important;
			color: white; 
			line-height: 28px;
	  }
	  
	  
	  .footer-div-menu-row{
		  margin-top: 120px;
		  margin-bottom: 0px;
	  }
	  
	  .footer-div-menu-first{
		  padding-top: 50px;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 12px !important;
		  text-transform: uppercase;
		  font-weight: 100 !important;
		  color: white; 
	  }
	  
	  .home-principal-div{
		  margin-top: 50px;
		  padding-left: 20px;	
		  padding-right: 20px;	
	  }
	  
	  
	  .home-principal-title{
		  width: 100%; /* Hace que el contenedor ocupe el ancho total */
		  max-width: 100% !important;
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  margin: 0px;
		  padding: 0px;
		  text-align: left !important;
		  font-size: 23vw; /* El tamaño se adapta al ancho de la ventana */
		  overflow: visible; /* Evita desbordes si el texto es muy grande */
		  line-height: 20vw;
		  white-space: nowrap; /* Impide que el texto haga un salto de línea */
		  letter-spacing: 5px; /* Aumenta el espacio en 2 píxeles */
		  position: relative;
	  }
	  
	  .home-principal-title-web{
		  display: none;
	  }
	  
	  .home-principal-title-mobile{
		  display:  block;
	  }
	  
	  .home-principal-banners{
		  padding-left: 20px;
		  padding-right: 20px;	
	  }
	  
	  .home-principal-banner-container{
		  
		  height: 400px !important;
	  }
	  
	  .home-principal-numbers{
		  padding-left: 20px;
		  padding-right: 20px;
		  padding-top: 60px;
		  padding-bottom: 50px;
		  background: #D9D9D9 !important;
		  width: 100% !important; 
	  }
	  
	  
	  
	  
	  .home-principal-numbers-title{
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  font-size: 90px; /* El tamaño se adapta al ancho de la ventana */
		  line-height: 80px;
		  max-width: 100%;
	  }
	  
	  .home-principal-numbers-middle{
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 17px !important;
		  line-height: 17px;
		  text-transform: uppercase;
		  margin-top: 30px;
		  margin-bottom: 50px;
		  color: black;
	  }
	  
	  .hombe-principal-numbers-footer{
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  font-size: 60px; /* El tamaño se adapta al ancho de la ventana */
		  line-height: 60px;
		  max-width: 300px;
		  width: 100%;
	  }
	  
	  .marquee-track span {
		white-space: nowrap;
		padding-right: 50px; /* espacio entre textos duplicados */
		font-family: 'Heading Pro Ultracompressed Black', sans-serif;
		text-transform: uppercase;
		color: black;
		font-size: 70px;
		line-height: 1;
	  }
	  
	  .home-principal-process{
		  background: #D9D9D9;
		  padding-top: 50px;
		  padding-right: 20px;
		  padding-left: 20px;
	  }
	  
	  .home-principal-process-bold{
		  font-family: 'Heading Pro Ultracompressed Black', sans-serif;
		  text-transform: uppercase;
		  color: black;
		  font-size: 70px;
		  line-height: 70px;
		  text-align: left !important;
	  }

	  .home-principal-process-text-down{
		  padding-top: 10px;
		  padding-bottom: 30px;
	  }
	  
	  .home-principal-process-title{
		  white-space: nowrap;
			padding-right: 50px; /* espacio entre textos duplicados */
			font-family: 'Heading Pro Ultracompressed Black', sans-serif;
			text-transform: uppercase;
			color: black;
			font-size: 70px;
			line-height: 1;
	  }
	  
	  .home-principal-process-subtitle{
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 17px !important;
		  line-height: 17px;
		  text-transform: uppercase;
		  padding-top: 30px;
		  padding-bottom: 100px;
		  color: black;
	  }
	  
	  .home-principal-flagship{
		  padding-top: 100px;
		  padding-right: 20px;
		  padding-left: 20px;
	  }
	  
	  .home-principal-flagship-item{
		  width: 100%;
		  background: black;
		  height: 150px;
		  display: flex;
		  justify-content: center;
		  align-items: center;
	  }
	  
	  .home-principal-flagship-row-items{
		  margin-top: 30px;
	  }
	  
	  .contact-container{
		  padding-right: 20px;
		  padding-left: 20px;
	  }
	  
	  .portfolio-title-container{
		  width: 100%;
		  padding-left: 20px;
		  padding-right: 20px;
	  }
	  
	  .portfolio-gray-container{
		  width: 100%;
		  padding-left: 20px;
		  padding-right: 20px;
		  margin-top: 50px;
		  padding-top: 50px;
		  padding-bottom: 50px;
	  }
	  
	  .portfolio-title{
		  width: fit-content; /* Hace que el contenedor ocupe el ancho total */
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  margin-top: 60px;
		  padding: 0px;
		  text-align: left !important;
		  font-size: 30vw; /* El tamaño se adapta al ancho de la ventana */
		  overflow: visible; /* Evita desbordes si el texto es muy grande */
		  line-height: 27vw;
		  white-space: nowrap; /* Impide que el texto haga un salto de línea */
		  position: relative;
	  }
	  
	  .portfolio-title-left{
		  width: fit-content; /* Hace que el contenedor ocupe el ancho total */
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  margin-top: 5px;
		  padding: 0px;
		  text-align: left !important;
		  font-size: 30vw; /* El tamaño se adapta al ancho de la ventana */
		  overflow: visible; /* Evita desbordes si el texto es muy grande */
		  line-height: 27vw;
		  white-space: nowrap; /* Impide que el texto haga un salto de línea */
		  position: relative;
	  }
	  
	  .portfolio-subtitle{
		  margin-top: 20px;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 4vw !important;
		  line-height: 4vw;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  max-width: 100%;

	  }
	  
	  .portfolio-bck{
		  background-position: center;
		  background-size: cover;
		  background-image: url('../images/portfolio-bck.png');
		  width: 100%;
		  height: 450px;
		  margin-top: 50px;
		  margin-bottom: 50px;
	  }
	  
	  .portfolio-venture-title{
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  margin-top: 5px;
		  text-align: left !important;
		  font-size: 13vw; /* El tamaño se adapta al ancho de la ventana */
		  overflow: visible; /* Evita desbordes si el texto es muy grande */
		  line-height: 11vw;
		  white-space: nowrap; /* Impide que el texto haga un salto de línea */
		  position: relative;
		  border-bottom: none;
		  padding: 0px 0px 20px 0px;
	  }
	  
	  .portfolio-venture-subtitle{
		  max-width: 315px;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 17px !important;
		  line-height: 17px;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  padding-bottom: 40px;
		  padding-top: 10px;
	  }
	  
	  .portfolio-gray-title{
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  margin-top: 5px;
		  text-align: left !important;
		  font-size: 21vw; /* El tamaño se adapta al ancho de la ventana */
		  overflow: visible; /* Evita desbordes si el texto es muy grande */
		  line-height: 19vw;
		  position: relative;
		  padding: 0px 0px 20px 0px;
	  }
	  
	  .portfolio-gray-subtitle{
		  max-width: 265px;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 17px !important;
		  line-height: 17px;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  padding-bottom: 80px;
		  padding-top: 10px;
	  }
	  
	  .boder-bottom-web{
		  border-bottom: none;
	  }
	  
	  .portfolio-venture-item-description{
		  display: block !important;
	  }
	  
	  .us-title-container{
		  margin-top: 50px;
		  padding-left: 20px;
		  padding-right: 20px;
	  }
	  
	  .us-bck{
		  background-position: center;
		  background-size: cover;
		  background-image: url('../images/us_bck.png');
		  width: 100%;
		  height: 450px;
		  margin-top: 50px;
		  margin-bottom: 50px;
	  }
	  
	  .us-accelerate-text-contianer{
		  width: 100%;
		  display: flex;
		  justify-content: right;	
	  }
	  
	  .us-accelerate-text{
		  width: 100%;
		  max-width: 210px;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 15px !important;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  margin-bottom: 10px;
	  }
	  
	  .us-subtitle{
		  max-width: 100%;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 5vw !important;
		  line-height: 5vw;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  margin-bottom: 0px;
		  margin-top: 20px;
	  }
	  
	  .us-title{
		  width: fit-content; /* Hace que el contenedor ocupe el ancho total */
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  padding: 0px;
		  text-align: left !important;
		  font-size: 25vw; /* El tamaño se adapta al ancho de la ventana */
		  line-height: 22vw;
	  }
	  
	  
	  .us-manifesto-title{
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  padding: 0px;
		  font-size: 29vw; /* El tamaño se adapta al ancho de la ventana */
		  line-height: 25vw;
	  }
	  
	  .us-manifesto{
		  margin-top: 50px;
		  width: 100%;
		  max-width: 60%;
		  font-family: 'Maison Neue Medium' !important;
		  font-size: 14px !important;
		  text-transform: uppercase;
		  color: black;
		  text-align: justify;
		  margin-bottom: 10px;
	  }
	  
	  
	  .us-committed-title{
			display: none;	  
	  }
	  
	  .us-committed-title-mobile{
		  margin-top: 150px;
		  width: 100% !important;
		  display: block;
		  font-family: 'Heading Pro Ultracompressed Black' !important;
		  text-transform: uppercase;
		  color: black; 
		  padding: 0px;
		  font-size: 17vw; /* El tamaño se adapta al ancho de la ventana */
		  line-height: 15vw;
		  margin-bottom: 20px;
	  }
	  
	  
	  .us-employee-container{
		  width: 95%;
		  margin: auto;
	  }
	  
	  .us-employee-img{
		  background-position: center;
		  background-size: cover;
		  width: 100%;
		  height: 250px;
		  margin-bottom: 10px;
	  }
	  
	  .partner-card {
		  background: black;
		  padding: 20px;
		  width: 170px;
		  height: 140px;
		  display: flex;
		  margin: 3px !important;
		  justify-content: center;
		  align-items: center;
	  }
	  
	  .us_we_work_with_title{
		  font-size: 22vw; /* El tamaño se adapta al ancho de la ventana */
	  	  line-height: 1;
		  margin-top: 50px;
		  margin-bottom: 50px;
	  }
	  
	  
	  .partners-grid {
		  padding-bottom: 80px;
	  }
	  
	  .blog-container{
		  padding-top: 50px !important;

		  padding-left: 20px !important;
		  padding-right: 20px !important;
	  }
	  
	  .blog-subtitle{
		  font-size: 18px !important;
		  line-height: 18px;
		  text-transform: uppercase;
		  color: black;
		  padding-bottom: 80px;
		  padding-top: 50px !important;	
		  max-width: 480px;
	  }
	  

	  .home-principal-featured-title{
			font-size: 24vw;
			line-height: 23vw;
			width: 100%;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.blog-principal-title{
			font-size: 22vw;
			line-height: 18vw;
			width: 100%;
		}
		
		.portfolio-view-container{
			padding-top: 50px;
			padding-right: 20px;
			padding-left: 20px;
		}
		
		.portfolio-view-title{
			padding-bottom: 20px;
			font-size: 20vw; /* El tamaño se adapta al ancho de la ventana */
			line-height: 18vw;
			max-width: 450px;
		}
	  
	  	.portfolio-view-description{
			  font-family: 'Maison Neue Medium' !important;
			  font-size: 20px !important;
			  text-transform: uppercase;
			  color: black;
			  text-align: justify;
			  padding-top: 50px !important;
			  padding-bottom: 50px !important;
		  }
		  
		  .contact-form-required-web{
			  display: none;
		  }
		  
		  .contact-form-required-mobile{
			  display: block;	
		  }
		  
		  .contact-form-col{
			  padding-top: 0px;
			  height: 25px;
		  }
		  
		  .contact-form-col-first{
			  padding-top: 20px;
			  height: 40px;
		  }
		  
		  .contact-button-container{
			  text-align: left;
			  width: 100%;
		  }
		  
		  .invariantes-button-contact{
			 
			  margin-bottom: 100px;
		  }
		  
		  .portfolio-banner-container{
				
				height: 450px !important;
		  }
		  
		  .aboutus-banner-container{
		  		height: 450px !important;
		  }
}


@media (min-width: 767.98px) {
 	#navbarNavMobile{
	 	display: none !important;
 	} 
	 
	
	
	
}