body {
	font: 300 86% helvetica, arial, sans-serif;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	font-size: 1.3em;
	line-height: 50px;
	color: #FFF;
	margin: 0 auto;
	z-index: 1000;
	transition: top 0.3s ease, background-color 0.3s ease;
  }
  
  header.scrolled {
	background-color: #2b2b2be1 !important;
  }
#wrapper {
	width: 100%;
	margin: 0 auto;
}

.article-text h1,
h2,
p {
	color: white;
}

nav {
	position: relative;
	height: 50px;
	margin: 0 auto;
}

header,
nav {
	display: block;
}

nav ul#menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: 0;
}

nav ul#menu li {
	position: relative;
	display: inline-block;
}

nav ul#menu li a {
	display: block;
	height: 50px;
	font-size: 1em;
	line-height: 50px;
	color: white;
	text-decoration: none;
	padding: 0 15px;
}

nav ul#menu li a:hover,
nav ul#menu li:hover> a {
	color: #3636c2;
}

nav ul#menu li:hover> #mega {
	display: block;
}

#mega {
	position: absolute;
	top: 100%;
	left: 0;
	width: 920px;
	height: auto;
	padding: 20px 30px;
	background: #333;
	display: none;
}

nav ul#menu li:hover> #mega_small {
	display: block;
}

#mega_small {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	height: auto;
	padding: 20px 30px;
	background: #333;
	display: none;
}

ul#menu ul {
	float: left;
	width: 23%;
	margin: 0 2% 15px 0;
	padding: 0;
	list-style: none;
}

ul#menu ul li {
	display: block;
}

ul#menu ul li a {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.3em;
	color: #fff;
	text-decoration: none;
	padding: 6px 0;
}

ul#menu ul li:first-child a {
	font-size: 1.2em;
	color: #4cb1f2;
}

ul#menu ul li a:hover {
	color: #fff;
	background: none;
}

ul#menu ul li:first-child a:hover {
	color: #fff;
}


/* clearfix */

nav ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

nav ul {
	display: inline-block;
}

html[xmlns] nav ul {
	display: block;
}

* html nav ul {
	height: 1%;
}

#content {
	padding: 30px 0;
}


/* Asegurarse que el video ocupe todo el ancho de la pantalla */

#sect1 video {
	width: 100%;
	height: 50vh;
	/* Establece la altura del video al 50% de la vista */
	object-fit: cover;
	/* Ajustar la escala del video para que se vea bien */
}


/* Posicionar la etiqueta centrada sobre el video */

.video-overlay {
	padding: 20px;
	top: 30%;
	left: 20%;
}

.subtitulo {
	text-align: left;
	margin-top: 10px;
	/* Espacio entre el tÃ­tulo y el subtÃ­tulo */
}

.promo-label {
	font-size: 1.2em;
	font-weight: bold;
	color: #707377;
}

.featured-promo .article-text {
	width: 100%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.featured-promo .article-image {
	text-align: center;
	width: 100%;
	float: none;
	/* height: 100px; */
	padding: 0px;
	border-bottom: 2px solid #f4f4f4;
}

.featured-promo.insight-black,
.topic-promo-featured.insight-black {
	background-color: #333;
	margin-bottom: -1px;
}

.featured-promo,
.topic-promo-featured {
	vertical-align: top;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.table-frame .featuredpromo {
	background: #ffffff;
}

.featured [class^="table-frame-col"] {
	border-spacing: 10px;
	vertical-align: top;
}

.table-frame .featuredpromo {
	background: #ffffff;
}

.table-frame .table-frame-col-50 {
	width: 50%;
}

.table-frame [class^="table-frame-col"] {
	display: table-cell;
	vertical-align: top;
	border-spacing: 10px 1px;
}

.featured-promo .article-text h2,
.topic-promo-featured .article-text h2 {
	margin: 0 0.2em 0 0;
	padding-bottom: 0px;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.1em;
}

.featured-promo.insight-black .article-text a,
.topic-promo-featured.insight-black .article-text a,
.featured-promo.insight-black .article-text .promo-label,
.topic-promo-featured.insight-black .article-text .promo-label,
.featured-promo.insight-black .article-text h3,
.topic-promo-featured.insight-black .article-text h3 {
	color: #97999b;
}

.featured-promo.insight-black .article-text h2,
.topic-promo-featured.insight-black .article-text h2,
.featured-promo.insight-black .article-text .call-to-action-label,
.topic-promo-featured.insight-black .article-text .call-to-action-label,
.featured-promo.insight-black .article-text .description,
.topic-promo-featured.insight-black .article-text .description,
.featured-promo.insight-black .article-text .description-short,
.topic-promo-featured.insight-black .article-text .description-short {
	color: #ffffff;
}

.featured-promo .call-to-action-label,
.topic-promo-featured .call-to-action-label {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0.7em;
	position: relative;
}

.module-industriesgrid.component {
	width: 100%;
	margin-bottom: 0;
	border-top: 10px #ffffff solid;
	background: #f0f0f0 !important;
}

footer {
	background-color: #f4f4f4;
	padding: 20px 0;
}

.footer-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-column {
	flex: 1;
	margin: 10px;
	min-width: 200px;
}

.footer-column h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 5px;
}

.footer-column ul li a {
	text-decoration: none;
	color: #000;
}

.footer-column ul li a:hover {
	text-decoration: underline;
}

.footer-social {
	text-align: center;
	margin-top: 20px;
}

.footer-social a {
	margin: 0 10px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.footer-social a:hover {
	color: #0073b1;
}

.quick-links {
	background-color: #2b2b2b;
	padding: 10px 0;
}

.quick-links-gray {
	background-color: #97999b;
	padding: 10px 0;
}

.quick-links-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.quick-link {
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
	font-size: 16px;
}

.quick-link-black {
	color: #000;
	text-decoration: none;
	padding: 0 15px;
	font-size: 16px;
}

.quick-link:hover {
	text-decoration: underline;
}

.divider {
	display: inline-block;
	height: 15px;
	width: 1px;
	background-color: #ffffff;
	margin: 0 10px;
}

.solutions {
	margin: 0 auto;
	padding: 20px;
}

.solutions-header h1 {
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}

.categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.category {
	padding: 10px 20px;
	border: 2px solid #ccc;
	border-radius: 25px;
	background-color: #fff;
	color: #1c1c1c;
	cursor: pointer;
	font-size: 14px;
}

.category.active {
	border-color: #0056b3;
	color: #0056b3;
}

.category:hover {
	border-color: #0056b3;
	color: #0056b3;
}

.solutions-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.description {
	flex: 1;
	min-width: 300px;
}

.description h2 {
	font-size: 28px;
	font-weight: bold;
	color: #1c1c1c;
}

.description p {
	font-size: 16px;
	line-height: 1.6;
	color: #4f4f4f;
	margin: 20px 0;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #97999b;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
}

.btn:hover {
	background-color: #707377;
}

.video {
	flex: 1;
	min-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.timeline-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
  }

.timeline-track-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: white;
	z-index: 1; /* Cambiar de 10 a 1 */
	pointer-events: none; /* evita que bloquee clics y scrolls si no se necesita */
	opacity: 0; /* invisible por defecto */
	transition: opacity 0.3s ease;
}

  .timeline-scroll-container {
	display: flex;
	height: 100%;
	transition: transform 0.3s ease-out;
	will-change: transform;
  }

  .timeline-item {
	min-width: 100vw;
	height: 100vh;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: white;
	padding: 2rem;
	white-space: normal; /* ðŸ‘ˆ Asegura quiebre normal de lÃ­nea */
	overflow: hidden;    /* ðŸ‘ˆ Evita scroll interno */
  }
  
  .timeline-text {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
  }
  .item-1 { background: #000000; }
  .item-2 { background: #222222; }
  .item-3 { background: #000000; }
  .item-4 { background: #222222; }
  .item-5 { background: #000000; }
  .item-6 { background:#222222; }
  .item-7 { background:#000000; }

.arrow {
	flex: 0 0 20px;
	align-self: center;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #cccccc;
}

.timeline-container a {
	color: #fff;
	text-decoration: underline;
}

.timeline-container::-webkit-scrollbar {
	height: 8px;
}

.timeline-container::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	border-radius: 4px;
}

.content-section {
	min-height: 100vh; /* Altura de toda la pantalla */
	display: flex;
	justify-content: center; /* Centra horizontalmente */
	align-items: center;     /* Centra verticalmente */
	padding: 40px 20px;      /* Espaciado interno opcional */
	box-sizing: border-box;
  }
  
  .content-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	gap: 40px;
	align-items: center; /* Centra verticalmente dentro del container */
	justify-content: center; /* Centra horizontalmente */
  }
  
.text-content {
	flex: 1;
	min-width: 300px;
}

.text-content h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.text-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #4f4f4f;
	margin-bottom: 15px;
}

.image-content {
	flex: 1;
	min-width: 300px;
	text-align: center;
}

.image-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section {
	min-height: 100vh;
	padding: 20px;
	background-color: #2b2b2b;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-form,
.contact-info {
	flex: 1;
	min-width: 300px;
}

.contact-form h2 {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #FFF;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.submit-button {
	background-color: #97999b;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

.submit-button:hover {
	background-color: #707377;
}

.map-container iframe {
	border-radius: 8px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.info-container h3 {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 10px;
}

.info-container p {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 5px;
}

.centered-image-section {
  display: flex;
  justify-content: center;
}

.centered-image-section img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

.legal-tech-section {
	display: flex;
	height: 100vh; 
	align-items: center; 
	background: black; 
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.title h2 {
  font-size: 24px;
  font-weight: normal;
  color: #555555;
  margin-bottom: 30px;
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.image-container img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.description {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.description ul {
  list-style-type: square;
  padding-left: 20px;
  color: #333333;
}

.description li {
  font-size: 20px; /* Aumenta el tamaÃ±o del texto */
  line-height: 2.0; /* Mejora la legibilidad con mayor espacio entre lÃ­neas */
  color: #333333;
}

.corporate-law-section {
	padding: 40px;
	text-align: center;
    background-color: #000000;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center;
  }

.corporate-law-section h2 {
  padding: 20px 0 40px 0;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
	gap: 30px;
	width: 100%;
	max-width: 1200px;
  }
  
  .grid-item {
	padding: 30px 25px;
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

.preventive-law-section {
  padding: 40px 20px;
  background-color: #000000;
}

.preventive-law-section h2 {
  padding: 20px 0 40px 0;
  font-size: 40px;
  font-weight: bold;
  color: whitesmoke;
  margin-bottom: 20px;
  text-align: center;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.info-item {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.icon {
  width: 200px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.preventive-support-section {
  padding: 40px 20px;
  background-color: #000000;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.info-item {
  text-align: center;
}

.icon2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.info-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.preventive-law-info {
  padding: 40px 20px;
  background-color: #000000;
}

.info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box3 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.icon3 {
  font-size: 50px;
  color: #ffffff;
}

.info-box3 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.info-box strong {
  font-weight: bold;
}

.labor-law-section {
  min-height: 100vh;
  padding: 40px 20px;
  background-color: #000000;
}

.labor-law-section h2 {
  padding: 20px 0 40px 0;
  font-size: 40px;
  font-weight: bold;
  color: whitesmoke;
  margin-bottom: 20px;
  text-align: center;
}

.content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.text-content {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.text-content ul {
  list-style-type: square;
  padding-left: 20px;
  color: #333333;
}

.text-content li {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: whitesmoke;
}

.text-content a {
  color: #007bff;
  text-decoration: underline;
}

.text-content-image {
  max-width: 40%;
}

.tax-law-section {
  min-height: 100vh;
  padding: 40px 20px;
  background-color: #000000;
  text-align: center;
}

.tax-law-section h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: whitesmoke;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.service-item i {
  font-size: 24px;
}

.clients-section {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.text-and-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.text-content {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.text-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.image-content {
  flex: 1;
  max-width: 400px;
}

.image-content img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.logos-marcas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.logos-marcas img {
  max-height: 80px;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.logos-marcas img:hover {
  filter: grayscale(0%);
}

#pagina-index .eslogan {
	font-weight: 900;
	font-size: 8vw;
	text-align: start;
}

#pagina-index .subtituloEslogan {
	font-weight: 900;
	font-size: 4vw;
	text-align: start;
}
.video-dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
	pointer-events: none; /* para que no bloquee clics */
  }

  .hero-section {
	position: relative; /* Necesario para el pseudo-elemento */
	background-size: cover;
	background-position: center;
	min-height: 533px;
	display: flex;
	align-items: center;
	justify-content: center; /* Centra el contenido horizontalmente */
	color: #fff;
	text-align: center;
  }
  
  .hero-section p {
	font-size: 30px;
  }

  .hero-section h1 {
	font-size: 100px;
	font-weight: bold;
  }

  /* Pseudo-elemento para agregar el filtro o gradiente encima de la imagen */
  .hero-section::before {
	content: ''; /* Requiere un contenido vacÃ­o */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1)); /* Gradiente oscuro */
	z-index: 1; /* Asegura que estÃ© encima de la imagen, pero debajo del contenido */
  }
  
  /* Para asegurarte de que el contenido estÃ© encima del pseudo-elemento */
  .hero-section > * {
	position: relative;
	z-index: 2;
  }
  
  .contact-circle {
	width: 400px;
	height: 400px;
	border: 2px solid white;
	border-radius: 50%;
	background-color: transparent; /* Fondo transparente */
  }
  
  @keyframes fadeUp {
	0% {
	  opacity: 0;
	  transform: translateY(30px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .animacion1, .animacion2 {
	opacity: 0;
  }
  
  .animacion1.show {
	animation: fadeUp 1s ease-out forwards;
	animation-delay: 0.2s;
  }
  
  .animacion2.show {
	animation: fadeUp 1s ease-out forwards;
	animation-delay: 0.8s;
  }
  
  @keyframes fadeLeft {
	0% {
	  opacity: 0;
	  transform: translateX(-30px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  @keyframes fadeRight {
	0% {
	  opacity: 0;
	  transform: translateX(30px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  /* Clases base para animación por scroll */
  .fade-left, .fade-right {
	opacity: 0;
  }
  
  /* Activadas con .show cuando entran en vista */
  .fade-left.show {
	animation: fadeLeft 1s ease-out forwards;
  }
  
  .fade-right.show {
	animation: fadeRight 1s ease-out forwards;
  }
