@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
	--color-primario: #00326E;
	--color-secundario: #2db4e5;
	--color-terciario: #1191d0;
	--color-bg-pagina: #f1f1f1;
	--color-bg-1: #dddddd;
	--color-bg-2: #f1f1f1;
	--color-borde: #f1f1f1;
	--color-body: #333;
	--font-titulos: 'Gotham Book', sans-serif;
	--font-carrousel: 'Tahoma regular', sans-serif;
	--font-titulo-servicios: 'Tahoma bold', sans-serif;
	--font-texto: 'Tahoma regular', sans-serif;
	--font-personas: 'Gotham Medium', sans-serif;
	--font-personas-descripcion: 'Gotham Book', sans-serif;
	--font-serif: 'PT Serif', serif;
}

* {
	box-sizing: border-box; /* Padding y borde no incrementan el ancho */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	/*height:100%;*/
}

body {
	color: var(--color-body);
	font-family: var(--font-texto);
	background-color: #fff;
}

h1 {
	
}

h2 {
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	
}

h4 {
	
}

p {
	
}

a {
	
}

a:link {
	color: var(--color-secundario);
	
}

a:visited {
	color: var(--color-secundario);
	
}

a:hover {
	
}

img {
	width: 100%;
}

img.block {
	width: initial;
}


/*HEADER*/

header {
	background-color: rgb(255, 255, 255);
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0px;
}

header.interna {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0px;
}

header .container-fluid.cont-header {
	position: relative;
	height: 66px;
}

header .logo a {
	margin-top: 13px;
	display: inline-block;
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

/* change header */

/* header.hdr-small {
	background-color: rgba(40, 40, 40, 0.8);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50,500,50,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.35);
	box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.35);
}

header.hdr-small .cta {
	margin-top: 14px;
} */

/* end change header */

/*NAV*/

nav.nav-main {
	display: none;
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
}

nav.nav-main ul {
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

nav.nav-main ul li {
	font-family: var(--font-titulos);
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 0.9rem;
	font-weight: 500;
	position: relative;
}

nav.nav-main ul li a {
	color: var(--color-primario);
	display: inline-block;
	padding: 18px;
	text-decoration: none;
}

nav.nav-main ul li img {
	width: 24px;
}

.logo img {
	max-width: 167px;
	width: 100%;
}

.no-padding-sm {
    padding-right:0;
    padding-left:0;
}

/* END NAV */

/*FOOTER*/

footer {
	background-color: #333;
	padding-top: 60px;
	padding-bottom: 60px;
}

footer p {
	color: #999;
}

footer .logo {
	max-width: 222px;
	width: 100%;
}

footer ul li {
	display: inline-block;
	padding-left: 20px;
}

footer ul li .ico {
	width: 24px;
}

footer ul li .ico:hover {
	filter: invert(62%) sepia(89%) saturate(1271%) hue-rotate(162deg) brightness(93%) contrast(92%);
}


/* TOGGLE BUTTON */

.toggle-button {
	position: absolute;
	display: block;
	width: 40px;
	margin: 0 auto 30px;
	top: 18px;
	right: 15px;
	z-index: 999;
}

.toggle-button span {
	display: block;
	height: 30px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: relative;
}

.toggle-button span:hover {
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
 	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

.toggle-button span:after {
	content:"";
	width: 100%;
	height: 2px;
	background:#fff;
	display: block;
	top: 50%;
	position: absolute;
	margin-top: -1px;
}

/* -- CONTENIDO -- */

/* Slider */

section.cont-slider .container-fluid, section.cont-slider .container-fluid .row {
	height: 100%;
}

.owl-carousel {
	z-index: auto !important;
	overflow: hidden;
}

#slider a {
	text-decoration: none;
}

#slider .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 100vh;
}

#slider .item .txt {
	color: #fff;
	padding: 20px 40px;
	text-align: center;
}

#slider .btn-primary {
	color: var(--color-body);
	background-color: var(--color-bg-1);
}

#slider .btn-primary:hover {
	color: #fff;
	background-color: var(--color-secundario);

}

#slider .item-01 {
	background-image: url(../img/slide-01-m.jpg);
}

#slider .item-02 {
	background-image: url(../img/slide-02-m.jpg);
}

#slider .item-03 {
	background-image: url(../img/slide-03-m.jpg);
}

#slider .owl-controls, #slider-2 .owl-controls {
	margin-top: 0;
}

#slider .owl-controls .owl-nav div, #slider-2 .owl-controls .owl-nav div {
	background: none;
}

#slider .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 0;
	height: 4px;
	width: 30px;	
}

#slider .owl-prev, #slider-2 .owl-prev {
    width: 50px;
    position: absolute;
    top: 45%;
    left: 0;
 }

#slider .owl-next, #slider-2 .owl-next {
    width: 50px;
    position: absolute;
    top: 45%;
    right: 0;
}

#slider .owl-dots {
	position: absolute;
    bottom: 20px;
	width: 100%;
	z-index: 999;
}

.banner-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
	max-width: 1400px;
	margin-top: -200px;
}

/* Zona de triángulos */
.arrow-shape {
  position: relative;
  min-width: 50px; 
  margin-right: 20px; 
  z-index: 5;
}

.triangle-shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0; height: 0; 
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 120px solid #5B8EC7; /* Azul claro */
  z-index: 1;
}

.triangle-main {
  position: absolute;
  top: 0;
  left: 15px;
  width: 0; height: 0; 
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 120px solid #00326E; /* Usamos tu variable de color */
  z-index: 2;
}

/* Caja de texto */
.text-box {
  background-color: rgba(91, 142, 199, 0.80);
  color: #fff;
  flex-grow: 1;
  padding: 30px 90px;
  display: flex;
  align-items: center;
	justify-content: center;
  min-height: 90px;
}

/* Estilos específicos para el H1 dentro del banner nuevo */
.text-box h1 {
  margin: 0;
  font-family: var(--font-carrousel); 
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: white;
  text-align: center; 
  background-color: transparent; /* Aseguramos que no tenga fondo */
}

/* Ajuste Mobile (Integrado aquí para mantener orden del componente) */
@media (max-width: 768px) {
  .banner-wrapper { flex-direction: column; }
  .arrow-shape { display: none; } /* Ocultamos triángulo en móvil */
  .text-box { 
      border-radius: 4px; 
      padding: 20px; 
      text-align: center; 
  }
  .text-box h1 { text-align: center; font-size: 1.2rem; }
}

#slider-2 .txt1 {
	background-color: var(--color-bg-1);
	font-family: var(--font-serif);
}

#slider-2 .txt1 p {
	position: relative;
}

#slider-2 .txt2 {
	background-color: var(--color-bg-2);
	padding-top: 30px;
	padding-bottom: 30px;
}

.txt .quota {
	font-family: var(--font-serif);
	font-size: 140px;
	padding-bottom: 0;
	margin-bottom: -120px;
}

section.interna {
	margin-top: 60px;
}

/* ========================================= */
/* === NUEVA SECCIÓN SOBRE EMPIRIA === */
/* ========================================= */

section.sobre-empiria {
	/* Asegúrate de que la ruta de la imagen sea correcta */
	background-image: url('../img/bg-sobre-nosotros.jpg'); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Título Principal */
section.sobre-empiria h2 {
	color: var(--color-primario);
	font-size: 2.5rem;
	margin-bottom: 30px;
	font-weight: 800; /* Más grueso según diseño */
	text-transform: uppercase;
}

/* Texto de introducción */
section.sobre-empiria .intro-text p {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #000; /* Texto negro fuerte */
	margin-bottom: 40px;
}

/* Subtítulo de valores */
section.sobre-empiria .values-intro h3 {
	font-size: 1.3rem;
	font-weight: 800;
	color: #000;
	line-height: 1.4;
}

/* --- Tarjetas de Valores --- */

.value-card {
	background-color: #fff; /* Fondo blanco */
	/* Sombra suave alrededor (Glow) */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); 
	padding: 40px 40px;
	text-align: center;
	height: 100%; /* Para que todas tengan la misma altura */
	border-right: 4px solid #4a5f85; /* Borde derecho azul grisaceo */
	border-bottom: 4px solid #4a5f85; /* Borde inferior azul grisaceo */
	transition: transform 0.3s ease;
}

.value-card:hover {
	transform: translateY(-5px); /* Pequeño efecto al pasar el mouse */
}

.value-card h4 {
	color: #000;
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-weight: 600;
}

.value-card p {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #333;
	margin: 0;
	font-family: var(--font-texto);
}

/* Responsive */
@media (max-width: 768px) {
	section.sobre-empiria h2 {
			font-size: 2rem;
	}
	section.sobre-empiria .intro-text p {
			font-size: 1rem;
			text-align: justify; /* A veces se lee mejor en móvil */
	}
	/* Ajuste para que los bordes de las cards no se vean raros en móvil */
	.value-card {
			margin-bottom: 20px;
			border-right: none;
			border-bottom: 4px solid #4a5f85;
	}
}

/* ========================================= */
/* === SECCIÓN EQUIPO DIRECTIVO (OVERLAY) === */
/* ========================================= */

section.equipo-directivo {
	/* Reemplaza con la foto de los 3 directores */
	background-image: url('../img/foto-equipo-directivo.jpg'); 
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	
	/* IMPORTANTE: Definimos una altura mínima alta para que se vean las cabezas 
		 antes de que empiecen las cajas de texto */
	min-height: 100vh; /* Ocupa toda la altura de la pantalla */
	position: relative;
	padding-top: 60vh; /* Espacio seguro arriba para las caras */
	padding-bottom: 50px;
}

/* --- La Tarjeta Azul Transparente --- */
.member-card {
	/* Azul oscuro institucional con transparencia */
	background-color: rgba(0, 50, 110, 0.86); 
	color: #fff;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;  /* Ajusta este valor a gusto (ej. 20px) */
	margin-right: 20px; /* Ajusta este valor a gusto */
	backdrop-filter: blur(2px); /* Opcional: difumina levemente el fondo tras la caja */
}

/* Encabezado de la tarjeta (Nombre y Puesto) */
.card-header-name h3 {
	font-family: var(--font-titulos);
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
	text-transform: none; /* Resetea mayúsculas si tu H3 global las tiene */
}

.card-header-name .role {
	font-size: 0.85rem;
	font-weight: 400;
	color: #ddd; /* Un blanco un poco más apagado */
	margin-bottom: 15px;
	font-style: italic;
	line-height: 1.2;
}

/* Cuerpo (Lista de logros) */
.card-body-bio ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.card-body-bio ul li {
	font-size: 0.75rem; /* Texto pequeño como en la imagen */
	line-height: 1.4;
	margin-bottom: 8px;
	font-family: var(--font-texto);
	font-weight: 300;
	display: block;
}

/* Iconos Sociales - SECCIÓN DIRECTIVOS */
.card-footer-social {
	display: flex;
	gap: 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 15px;
}

.social-icon {
	background-color: #fff;
	color: #233f62; /* Color del icono (azul oscuro) */
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

/* Iconos de X (Twitter) - CÍRCULOS */
.social-icon[href*="x.com"],
.social-icon[href*="twitter.com"] {
	background-color: transparent;
	border-radius: 50%; /* Círculos perfectos */
}

/* Iconos de LinkedIn - CUADRADOS */
.social-icon[href*="linkedin.com"] {
	background-color: transparent;
	border-radius: 4px; /* Cuadrados sin bordes redondeados */
}

.social-icon[href*="@"] {
	background-color: transparent;
	border-radius: 4px; /* Bordes redondeados tipo rounded-md */
}

.social-icon svg {
	width: 24px;
	height: 24px;
}

.social-icon:hover {
	opacity: 0.8; /* Mismo efecto que la sección de analistas */
}

/* --- Responsive --- */

@media (max-width: 991px) {
	/* En tablets y móviles, quitamos la altura forzada para que no quede gigante */
	section.equipo-directivo {
		background-image: none; /* Remove background from section */
		background-position: center top;
		min-height: auto; /* Remove fixed height */
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}
	
	/* Create the image area using a pseudo-element */
	section.equipo-directivo::before {
		content: '';
		display: block;
		width: 100%;
		height: 400px; /* Fixed height for image area */
		background-image: url('../img/foto-equipo-directivo.jpg');
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
	
	/* Keep container in normal flow, add spacing after image */
	section.equipo-directivo .container {
		position: relative; /* Remove absolute positioning */
		top: auto;
		left: auto;
		right: auto;
		height: auto !important;
		padding-top: 0; /* Spacing after image */
		padding-bottom: 0;
	}
	
	section.equipo-directivo .row {
		align-items: flex-start !important;
		height: auto !important;
	}

	section.equipo-directivo .col-12.mb-4 {
		margin-bottom: 0 !important;
	}
	
	.member-card {
		margin-left: 0;
		margin-right: 0;
	}
	
	.card-header-name h3 {
		font-size: 1.4rem;
	}
}

@media (max-width: 576px) {
	section.equipo-directivo::before {
		height: 300px; /* Smaller image height on very small screens */
	}
	
	.card-header-name h3 {
		font-size: 1.4rem;
	}
}

/* ========================================= */
/* === SECCIÓN DIVIDIDA (Analistas / Admin) === */
/* ========================================= */
section.equipo-split {
	margin-top: 15px; 
	width: 100%;
}

/* El envoltorio de la columna */
.team-wrapper {
	display: flex;
	flex-direction: column; /* Apila Foto arriba, Bloque sólido abajo */
}

/* Línea blanca divisoria entre las dos columnas principales */
.border-separator {
	border-left: 2px solid #fff; 
}

/* 1. EL BLOQUE DE LA IMAGEN */
.team-image-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* Ajusta esta altura para que la imagen se vea bien */
	height: 70vh; 
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end; /* Alinea el overlay al fondo de la foto */
}

.team-bg-left {
	background-image: url('../img/foto-equipo-analistas.jpg'); 
}

.team-bg-right {
	background-image: url('../img/foto-equipo-admin.jpg');
}

/* El overlay sobre la foto (transparente) */
.overlay-info {
	width: 100%;
	background-color: rgba(35, 63, 98, 0.85); /* Azul Transparente */
	color: #fff;
	padding: 20px 15px;
	backdrop-filter: blur(2px);
}

/* 2. EL BLOQUE SÓLIDO DEBAJO */
.solid-blue-block {
	width: 100%;
	background-color: #233f62; /* Azul SÓLIDO (mismo tono base) */
	color: #fff;
	padding: 20px 15px;
	
	/* Flex para alinear contenido si lo hay */
	display: flex;
	align-items: flex-start; 
}

/* Para el bloque vacío de la derecha, forzamos altura */
/* Usamos height: 100% para que llene el espacio si usamos flex grow, 
 o un min-height manual para igualar visualmente a la izquierda */
.empty-block {
	flex-grow: 1; /* Ocupa todo el espacio sobrante si el wrapper es alto */
	/* Opcional: si flex-grow no basta, ponle la misma altura aprox que el bloque izquierdo */
	min-height: 140px; 
}


/* --- Estilos Generales de Texto (igual que antes) --- */
.analyst-item {
	margin-bottom: 15px; /* Menos margen vertical */
	padding-right: 15px;
}
.analyst-item h5 {
	font-family: var(--font-titulos);
	font-size: 0.95rem;
	font-weight: 700;
	margin-bottom: 4px;
	color: #fff;
}
.analyst-item p {
	font-size: 0.75rem;
	line-height: 1.3;
	margin-bottom: 8px;
	color: #ddd;
	min-height: 35px;
}
.social-links {
	display: flex;
	gap: 8px;
}
.social-links a {
	color: #233f62;
	background-color: transparent;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}

/* Iconos de X (Twitter) - CÍRCULOS */
.social-links a[href*="x.com"],
.social-links a[href*="twitter.com"] {
	background-color: transparent;
	border-radius: 50%; /* Círculos perfectos */
}

/* Iconos de LinkedIn - CUADRADOS */
.social-links a[href*="linkedin.com"] {
	background-color: transparent;
	border-radius: 4px; /* Cuadrados sin bordes redondeados */
}

.social-links a svg {
	width: 24px; height: 24px;
}
.social-links a:hover { opacity: 0.8; }

/* Responsive */
@media (max-width: 1199px) { /* Aplica a Móviles y Tablets */
    
	/* Remove background from team-image-block and use pseudo-element instead */
	.team-image-block {
		background-image: none !important; /* Remove background from element */
		width: 100%;
		display: block;
		height: auto; /* Remove fixed height */
		padding-top: 0; /* Remove padding that was creating space */
		padding-bottom: 0;
		position: relative;
		align-items: flex-start; /* Change alignment */
	}
	
	/* Create image area using pseudo-element for analistas */
	.team-image-block.team-bg-left::before {
		content: '';
		display: block;
		width: 100%;
		height: 300px; /* Adjust height to show full image without cropping */
		background-image: url('../img/foto-equipo-analistas.jpg');
		background-size: contain; /* Show full image without cropping */
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #f0f0f0; /* Optional: background color if image doesn't fill */
	}
	
	/* Create image area using pseudo-element for admin */
	.team-image-block.team-bg-right::before {
		content: '';
		display: block;
		width: 100%;
		height: 300px; /* Adjust height to show full image without cropping */
		background-image: url('../img/foto-equipo-admin.jpg');
		background-size: contain; /* Show full image without cropping */
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #f0f0f0; /* Optional: background color if image doesn't fill */
	}

	.overlay-info {
		/* Convertimos el overlay en un bloque sólido */
		background-color: #233f62 !important; /* AZUL SÓLIDO */
		backdrop-filter: none;
		
		/* Ajustes de espaciado */
		padding-top: 20px;
		padding-bottom: 0;
		margin-top: 0; /* Remove negative margin */
		position: relative; /* Ensure it flows after the image */
	}

	/* --- Estilos Generales de Texto (igual que antes) --- */
	.analyst-item {
		margin-bottom: 15px; /* Menos margen vertical */
		padding-right: 15px;
		display: flex;
		padding-top: 15px;
		padding-bottom: 15px;
		justify-content: space-between;
	}
	.analyst-item h5 {
		font-family: var(--font-titulos);
		font-size: 0.95rem;
		font-weight: 700;
		margin-bottom: 4px;
		color: #fff;
	}
	.analyst-item p {
		font-size: 0.75rem;
		line-height: 1.3;
		margin-bottom: 8px;
		color: #ddd;
		min-height: 35px;
	}
	
	.empty-block {
		flex-grow: 1; /* Ocupa todo el espacio sobrante si el wrapper es alto */
		/* Opcional: si flex-grow no basta, ponle la misma altura aprox que el bloque izquierdo */
		min-height: 200px; 
	}
}

/* ========================================= */
/* === SECCIÓN SERVICIOS === */
/* ========================================= */

section.servicios-area {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Título de la sección */
section.servicios-area h2 {
	color: var(--color-primario); /* Tu azul oscuro */
	font-size: 2.2rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 60px;
	line-height: 1.2;
}

/* Fila de servicios (para la línea divisoria) */
.service-row {
	border-bottom: 1px solid #e0e0e0; /* Línea gris sutil */
	margin-bottom: 40px; /* Espacio debajo de la línea */
	padding-bottom: 10px; /* Espacio entre el texto y la línea */
}

/* Quitamos la línea en la última fila */
.service-row.last-row {
	border-bottom: none;
	margin-bottom: 0;
}

/* El contenedor del item individual */
.service-item {
	padding-right: 20px; /* Un poco de aire a la derecha para que no se peguen las columnas */
}

/* Imagen */
.service-item .img-container {
	width: 100%;
	height: 250px; /* Altura fija para uniformidad */
	margin-bottom: 25px;
	overflow: hidden;
	background-color: #f0f0f0; /* Fondo gris mientras carga */
}

.service-item .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Recorta la imagen para llenar el espacio sin deformar */
	transition: transform 0.4s ease;
}

/* Efecto zoom suave al pasar el mouse (opcional, se ve moderno) */
.service-item:hover .img-container img {
	transform: scale(1.05);
}

/* Título de cada servicio */
.service-item h3 {
	font-family: var(--font-titulo-servicios);
	font-size: 1.1rem;
	font-weight: 800; /* Negrita fuerte */
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}

/* Texto descriptivo */
.service-text p {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444; /* Gris oscuro para lectura cómoda */
	margin-bottom: 0;
	text-align: justify; /* Alineación justificada como se suele usar en informes */
	font-family: var(--font-texto);
}

/* --- Responsive Mobile --- */
@media (max-width: 768px) {
	/* Ajustamos altura de imagen en móvil para que no ocupe tanto */
	.service-item .img-container {
			height: 200px;
	}
	
	.service-item {
			padding-right: 0; /* Quitamos padding lateral extra */
			margin-bottom: 20px;
	}

	/* En móvil, quizás quieras quitar las líneas divisorias de fila porque se verá raro si apilas */
	.service-row {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
	}
	
	/* Agregamos una línea divisoria INDIVIDUAL por item en móvil si quieres separar */
	.col-12.col-md-6.mb-5 {
			border-bottom: 1px solid #eee;
			padding-bottom: 30px;
			margin-bottom: 30px !important; /* Forzamos margen */
	}
	
	/* Quitamos el borde del último elemento absoluto */
	.last-row .col-12.col-md-6:last-child {
			border-bottom: none;
	}
}

/* ========================================= */
/* === SECCIÓN INFORMES === */
/* ========================================= */

section.informes {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

section.informes h2 {
	color: var(--color-primario); /* Tu azul oscuro */
	font-size: 2.2rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 60px;
	line-height: 1.2;
}


.cont-informes, .cont-servicios2 {
	margin-top: 0px;
}

.cont-informes .box {
	border-bottom: 1px solid var(--color-bg-1);
	padding-bottom: 40px;
	padding-top: 40px;
}

.cont-informes img {
	width: 250px;
}

.cont-informes h4, .cont-servicios2 h4 {
	font-size: 1.4em;
	margin-top: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.cont-servicios2 .box {
	padding-bottom: 10px;
	padding-top: 40px;
}

.cont-informes .cont-iconos span.icono {
	cursor: pointer;
	display: inline-block;
}

.cont-informes .cont-iconos span.icono img {
	width: 24px;
}

.cont-informes .cont-iconos span.icono:hover img {
filter: invert(62%) sepia(89%) saturate(1271%) hue-rotate(162deg) brightness(93%) contrast(92%);
}

.cont-informes .cont-iconos .ver-mas {
	margin-right: 20px;
}

.cont-informes p.fecha {
	margin-top: 0;
	padding-top: 0;
	line-height: 1;
}

.cont-informes p span.destacado {
	font-size: 80%;
	border: 1px solid gray;
	font-style: italic;
	padding: 5px 10px;
}

/* ========================================= */
/* === SECCIÓN PRENSA === */
/* ========================================= */

section.prensa {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

section.prensa h2 {
	color: var(--color-primario); /* Tu azul oscuro */
	font-size: 2.2rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 60px;
	line-height: 1.2;
}

/* ========================================= */
/* === FOOTER NUEVO (AZUL OSCURO) === */
/* ========================================= */

footer#footer-contacto {
	background-color: #1e2d4e; /* Azul oscuro profundo de la imagen */
	padding: 20px;
	color: #fff;
	font-family: var(--font-texto);
	border-top: none;
}

/* --- Columnas y Divisores --- */

.footer-col {
	padding: 10px;
	position: relative;
}

@media (min-width: 768px) {
	.footer-col-center::before,
	.footer-col-right::before {
			content: '';
			position: absolute;
			left: -20px;
			height: 80%;
			width: 1px;
			background-color: rgba(255, 255, 255, 0.3); /* Línea fina semitransparente */
	}
}


/* Column that holds the divider */
.footer-divider-col {
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3); /* actual vertical line */
}



/* --- Columna 1: Logo --- */
.footer-col-logo {
	display: flex;
	align-items: center;
	justify-content: center; /* centered in its column */
	padding-right: 90px;
}

.footer-logo {
	max-width: 220px;
	height: auto;
}

/* --- Columna 2: Lista de Contacto --- */
.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-list li {
	margin-bottom: 15px;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
}

.contact-list a, 
.contact-list .no-link {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: opacity 0.3s;
}

.contact-list a:hover {
	opacity: 0.8;
}

/* Updated .icon-box: Removes the white square container */
.icon-box {
	background-color: transparent; /* No more white bg */
	width: auto; /* Let SVG define size */
	height: auto;
	border-radius: 0;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Ensure SVGs inside are sized correctly */
.icon-box svg {
	width: 24px;
	height: 24px;
	display: block;
}

/* --- Columna 3: Botones (Triángulos CSS) --- */

.footer-col-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center; /* was flex-start → center within the column */
}

/* 1. Botón Grande (Descargar Brochure) */
.download-brochure-card {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 0; /* remove offset toward the divider */
	padding-top: 20px;
	padding-left: 40px;
}

.arrow-shape-footer {
	position: relative;
	z-index: 5;

}

/* Triángulo Sombra (Azul intermedio) */
.triangle-shadow-footer {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 0; height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 60px solid #00326E; /* Usamos tu variable de color */
  z-index: 1;
}

/* Triángulo Principal (Azul oscuro sobre el botón) */
.triangle-main-footer {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 0; height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
	border-left: 60px solid #5B8EC7; /* Azul claro */
  z-index: 2;
}


.btn-download {
	background-color: #fff;
	color: #1e2d4e !important;
	padding: 10px 10px 10px 30px;
	margin-left: 30px;
	font-weight: 600;
	font-size: 1rem;
	position: relative;
	z-index: 3;
	display: inline-block;
	min-width: 250px;
	text-align: center;
	font-family: "Gotham Medium";
}

.btn-download:hover {
	background-color: #f0f0f0;
}

/* 2. Link Chico (Dejanos tu consulta) */
.cta-contact-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 0;     /* remove offset toward the divider */
	padding-bottom: 20px;
}

/* Triángulo pequeño */
.cta-triangle-small-bg {
	position: absolute;
	left: -5px;
	top: 3px;
	width: 0; height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 30px solid #ffffff; /* Azul claro */
}

.cta-triangle-small-main {
	position: absolute;
	left: -8px;
	width: 0; height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 30px solid #fff; /* Blanco */
	/* En este caso parece una flechita simple */
	border-left-color: #5c8ab5;
}

.link-contact {
	color: #fff !important;
	font-family: "Gotham Book";
	text-decoration: underline;
	font-size: 0.95rem;
	margin-left: 10px;
	padding-left: 30px;
}

.link-contact:hover {
	color: #ddd;
}

/* Responsive Mobile */
@media (max-width: 768px) {
	.footer-col {
			margin-bottom: 30px;
			text-align: start;
			
	}

	.footer-col-logo {
		display: flex;
		padding-left: 80px;
	}
	
	.footer-col-center {
			display: flex;
			justify-content: center;
	}
	
	.contact-list li {
			justify-content: center; /* Centrar items */
			text-align: left;
	}

	.footer-col-right {
			align-items: center;
			padding-right: 40px;
	}
}

/* Placeholders */

section.contacto form .form-control::-webkit-input-placeholder { color: #ffffff; }  /* WebKit, Blink, Edge */
section.contacto form .form-control:-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 4 to 18 */
section.contacto form .form-control::-moz-placeholder { color: #ffffff; }  /* Mozilla Firefox 19+ */
section.contacto form .form-control:-ms-input-placeholder { color: #ffffff; }  /* Internet Explorer 10-11 */
section.contacto form .form-control::-ms-input-placeholder { color: #ffffff; }  /* Microsoft Edge */

/* Reset botones */

.btn {
	font-family: var(--font-titulos);
	font-weight: 400;
    border: none !important;
    border-radius: 0;
    padding: .65rem 1rem;
}

.btn-primary, a.btn-primary {
	color: #fff;
	background-color: var(--color-primario);
}

.btn-primary:hover {
	background-color: var(--color-secundario);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #797878;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	background-color: #333 !important; /* Reset Press Azul */
	box-shadow: none;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Reset Glow Azul*/

.form-control:focus {
  border-color: #ced4da !important;
  -webkit-box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
          box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
}


.transition {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}


/****************************/
/* MEDIA QUERIES */
/****************************/

/* 992 */
@media screen and (min-width: 992px) {

#slider .item-01 {
	background-image: url(../img/slide-01.jpg);
}

#slider .item-02 {
	background-image: url(../img/slide-02.jpg);
}

#slider .item-03 {
	background-image: url(../img/slide-03.jpg);
}

#slider-2 .col-lg-4.img	 {
	padding-right: 0;
	padding-left: 0;
}

#slider-2 .txt1 {
	padding-left: 40px;
	padding-right: 40px;
}

#slider-2 .txt1 p {
	font-size: 1rem;
	font-style: italic;
}

.cont-servicios2 .box {
	padding-bottom: 10px;
}


.cont-informes .box {
	padding-bottom: 40px;
}

.cont-informes img {
	margin-right: 20px;
}

.cont-informes h4 {
	font-size: 1.4em;
	margin-top: 0px;
}

.cont-servicios2 h4 {
	font-size: 1.4em;
}

}

/* 1280 */
@media screen and (min-width: 1280px) {

h2 {
	font-size: 3rem;
}

.logo img {
	max-width: 222px;
	width: 100%;
}

.toggle-button {
	display: none;
}

header .container-fluid.cont-header {
	position: relative;
	height: 80px;
}

header .logo a {
	margin-top: 12px;
	position: relative;
	z-index: 9999;
}

nav.nav-main ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0;
	padding: 0;
	margin-bottom: 0;
	text-align: right;
}

nav.nav-main ul li {
	border-bottom: none !important;
	margin: 0;
}

nav.nav-main ul li:before {
	display: none;
}

nav.nav-main ul li a {
	color: var(--color-primario);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

nav.nav-main ul li a.cta {
	margin: 0;
}

nav.nav-main {
	background-color: transparent !important;
	display: block !important;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
}

nav.nav-main ul::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: rgba(0, 32, 82, 0.25);
}

nav.nav-main ul li > a {
	display: block;
	border-bottom: 2px solid transparent;
	padding: 10px 28px 0px;
	min-height: 40px;
}

nav.nav-main ul li + li > a {
	border-left: 1px solid rgba(0, 32, 82, 0.25);
	padding-left: 32px;
}

nav.nav-main ul li a:hover {
	border-bottom: 2px solid var(--color-secundario);
}

nav.nav-main ul li.boton > a {
	color: #fff;
	background-color: var(--color-primario);
}

#slider .item h1 {
	font-size: 1.5rem;
}

#slider .owl-prev, #slider-2 .owl-prev {
    width: 80px;
}

#slider .owl-next, #slider-2 .owl-next {
    width: 80px;
}

#slider .owl-prev img, #slider .owl-next img {
	width: auto;
}

#slider-2 .txt1 p {
	font-size: 1.4rem;
}

section.about, section.servicios, section.informes, section.prensa, section.contacto {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.equipo {
	padding-top: 60px;
	padding-bottom: 20px;
}

section.about p {
	font-size: 1.3rem;
	font-weight: 300;
}

section.parallax .container {
	height: 500px;
}

section.parallax .container p {
	font-size: 24px;
}

}


/* 1360 */
@media screen and (min-width: 1360px) {

#slider .item h1 {
}

section.about, section.servicios, section.informes, section.prensa, section.contacto {
	padding-top: 80px;
	padding-bottom: 80px;
}

section.equipo {
	padding-top: 80px;
	padding-bottom: 40px;
}

section.parallax .container p {
	font-size: 28px;
}

}

/* 1600 */
@media screen and (min-width: 1600px) {

.txt .quota {
	font-size: 160px;
}

#slider-2 .txt1 p {
	font-size: 1.6rem;
}

section.parallax .container {
	height: 600px;
}

}

/* 1920 */
@media screen and (min-width: 1900px) {

#slider-2 .txt1 p {
	font-size: 1.8rem;
}

}