/* ============================================================
   Micrositio Campus 2600
   Estilos aplicados solo a los nodos 44242–44245
   ============================================================ */

/* Variables personalizadas (puedes sobrescribir las de Bootstrap) */
:root {
	--campus-color-primary: #0056b3;
	--campus-color-secondary: #00b4d8;
	--campus-color-accent: #ffcb05;
	--campus-bg-light: #f8f9fa;
	--campus-text-dark: #373636;
	--campus-text: #606060;
	--campus-radius: 0.5rem;
	--campus-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	--campus-a: #783CFF;
	--campus-b: #BD6EC4;
	--campus-c: #FF6F61;
	--campus-d: #FF1B62;
  --campus-title: #5e2c8e;
}

.highlighted-text {
	color: var(--campus-d) !important;
}
a {
	color: var(--campus-d);
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--campus-a);
}

/* =======================
   Layout general
   ======================= */
body.campus-2600-page,
.modal-content,
.lowerfluidcontainer {
	background: linear-gradient(180deg, #FCFCFC 0%, #D6D6D6 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: var(--campus-text-dark);
}

body.page-node-44244 {
	background: #292929;
}

.campus-2600-page .breadcrumb {
	color: rgba(255, 255, 255, 0.6);
	padding: 1rem;
}

.campus-2600-page .breadcrumb-item a,
.campus-2600-page .breadcrumb-item a:hover,
.campus-2600-page .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.6);
}

.campus-2600-page .breadcrumb-item a {
	color: rgb(255, 255, 255);
}

/* =======================
   Menú header
   ======================= */
.region-nav-main {
	display: flex;
}

/* =======================
   Encabezados
   ======================= */
.header-title {
	background: linear-gradient(90deg, #622BD8 0%, #F21F75 100%);
	color: #fff;
}

h1,
h2,
.modal-title,
.campus-tabs .nav-link {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-weight: 600;
	font-style: normal;

}

h2 {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.region-content .field--name-body h2 {
	font-size: calc(1.425rem + 0.9vw);
	margin: 2rem 0;
}
.contenedorfluido {
	background-image:
		url('/sites/default/files/images/Banners-2600-capa-3.png'),
		url('/sites/default/files/images/Banners-2600-capa-2.png'),
		url('/sites/default/files/images/Banners-2600-capa-1.png'),
		linear-gradient(to top right,
			#ff879b 0%,
			#b73f85 20%,
			#4e2473 65%,
			#19194a 100%);
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* Servicios especializados */
.page-node-44244 .contenedorfluido {
	background-image:
		url('/sites/default/files/images/Banners-2600-capa-3.png'),
		url('/sites/default/files/images/Banners-2600-capa-2.png'),
		url('/sites/default/files/images/Banners-2600-capa-1.png'),
		linear-gradient(to right,
			#e73574 0%,
			/* Rosa/Magenta Intenso (lado izquierdo) */
			#2b145f 100%
			/* Azul Oscuro/Violeta Profundo (lado derecho) */
		);
}

/* Servicios transversales */
.page-node-44245 .contenedorfluido {
	background-image:
		url('/sites/default/files/images/Banners-2600-capa-3.png'),
		url('/sites/default/files/images/Banners-2600-capa-2.png'),
		url('/sites/default/files/images/Banners-2600-capa-1.png'),
		linear-gradient(to right,
			#2b145f 0%,
			/* Rosa/Magenta Intenso (lado izquierdo) */
			#e73574 100%
			/* Azul Oscuro/Violeta Profundo (lado derecho) */
		);
}

.texto-titulo {
  text-align: left !important;
}
.texto-titulo h1 {
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 1.1;
}

.lowerfluidcontainer .container h2 {
	font-size: 2.5rem;
}
.campus-title h2{
  color: var(--campus-title);
}
.campus-title img {
    filter: hue-rotate(295deg) saturate(120%) brightness(60%);
    max-width: 150px !important;
}
.text-icon img {
  opacity: 0.8;
  max-width: 100px !important;
}
.encabezado-lab {
	background: linear-gradient(90deg, #6936ff, #3a15b9);
	color: #240909;
	padding: 4rem 0;
	overflow: hidden;
}

/* Alineación del contenido */
.titulo-lab {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	text-align: center;
}

/* Contenedor del ícono con la letra */
.icono-lab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(100px, 20vw, 160px);
	height: clamp(100px, 20vw, 160px);
	position: relative;
}

/* Círculo punteado animado */
.circulo-punteado {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 3px dashed #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
	animation: rotar 8s linear infinite;
	opacity: 0.9;
}

/* Letra dentro del círculo */
.letra-lab {
	font-size: clamp(10rem, 8vw, 6rem);
	position: relative;
	z-index: 2;
	display: inline-block;
	transform: rotate(346deg);
	font-weight: 900;
}

/* Texto derecho */
.texto-lab {
	font-size: clamp(1.4rem, 3vw, 2rem);
}

/* Animación de rotación */
@keyframes rotar {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


/* Texto descriptivo */

.texto-header p {
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.4;
	margin: 0;
}

/* =======================
   NAV MENU TABS
  ======================= */

.campus-tabs {
	flex: auto;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	gap: 1rem;
	scrollbar-width: none;
  justify-content: center;
  padding: 2rem 0;
}

.campus-tabs .campus-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.campus-tabs .nav-link:hover .campus-icon {
	transform: scale(1.1);
}
.campus-tabs::before,
.campus-tabs::after {
	display: none;
}
.campus-tabs .nav-link {
	flex: 0 0 auto;
	border-radius: 0.5rem;
	color: var(--campus-d);
	font-weight: 500;
	background: #ffffff6e;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	padding: 1rem;
	transition: all 0.3s ease;
	font-size: 120%;
}

.campus-tabs .nav-link:hover {
	background: #fff;
}

.campus-tabs .nav-link.active {
	box-shadow: 0 2px 6px rgba(85, 0, 204, 0.108);
}


/* =======================
   Body page
   ======================= */
.maincontent .region-content {
	padding: 0;
}

.maincontent .field--name-body.pe-5 {
	margin: 0 auto 0 !important;
	padding: 0 !important;
}

.maincontent .field--name-body {
	width: 60%;
}

.maincontent .field--name-body img,
.campus-image img  {
	max-width: 100%;
	height: auto;
}
.page-node-44242 main > .container {
  max-width: 100%;
  padding: 0;
}
.page-node-44242 .maincontent .field--name-body {
	width: 100%;
	margin: auto;
}

.page-node-44242 .maincontent #block-hema-2600campusmenutabs .field--name-body {
	width: 100%;
	margin: auto;
}

.maincontent .field--name-body p,
.maincontent .field--name-body li,
.modal-body {
	font-size: 1.5rem;
	line-height: 140%;
	color: var(--campus-text);
}

.maincontent .field--name-body li,
.modal-body li {
	margin-bottom: 1rem;
}

.maincontent .field--name-body li:last-child,
.modal-body li:last-child {
	margin-bottom: 0;
}

.page-node-44244 .maincontent .region-content .field--name-body p {
	color: #fff
}

.maincontent .field--name-body .table {
	--bs-table-bg: transparent;
}

.maincontent .field--name-body .table td {
	width: 50%;
	color: inherit;
}

.maincontent .field--name-body .table img {
	width: auto;
}


/* =======================
  Brochure servicios"
   ======================= */
.brochure-servicios,
#piloto2600 {
	background: #d0d0d0;
}

/* Texto descriptivo centrado y legible */
.texto-descriptivo {
	max-width: 70%;
	font-style: normal;
	font-weight: 500;
}


/* Botones base */
.btn-servicio {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	transition: all 0.25s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	outline: none;
	font-size: 1.6rem;
	max-width: 21rem;
	line-height: normal;
	text-align: center;
}

/* Colores principales */
.btn-ctel {
	background-color: var(--campus-d);
}

.btn-empresarial {
	background-color: var(--campus-a);
}

/* Estado hover */
.btn-servicio:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	opacity: 0.85;
	color: #fff;
}

/* Estado focus (accesibilidad teclado) */
.btn-servicio:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 4px rgba(102, 51, 255, 0.5);
}

/* Estado active (clic sostenido) */
.btn-servicio:active {
	transform: translateY(1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
	opacity: 0.9;
}

/* =======================
  Botones tipo "Píldora"
   ======================= */
.pill-btn {
	position: relative;
	display: inline-block;
	border-radius: 50px;
	padding: 1.2rem 1.5rem 1.2rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-width: 230px;
	overflow: visible;
	cursor: pointer;
}

/* Label centrado arriba */
.pill-label {
	position: absolute;
	top: -2.2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
	font-weight: 700;
	color: inherit;
	background: inherit;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Texto dentro */
.pill-text {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
}

/* Inclinaciones alternadas */
.tilt-left {
	transform: rotate(-5deg);
}

.tilt-right {
	transform: rotate(5deg);
}

.pill-btn:hover {
	transform: rotate(0deg) scale(1.05);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

/* Colores */
.btn-a,
.btn-e {
	background: linear-gradient(135deg, #4a00ff, #7b2cff);
}

.btn-a .pill-label,
.btn-e .pill-label {
	color: var(--campus-a);
}

.btn-b,
.btn-f {
	background: linear-gradient(135deg, #a84ec2, #c06cd0);
}

.btn-f {
	transform: rotate(2deg);
}

.btn-b .pill-label,
.btn-f .pill-label {
	color: var(--campus-b);
}

.btn-c {
	background: linear-gradient(135deg, #ff6c4b, #ff8669);
}

.btn-c .pill-label {
	color: var(--campus-c);
}

.btn-d {
	background: linear-gradient(135deg, #ff2d55, #ff5b74);
}

.btn-d .pill-label {
	color: var(--campus-d);
}


/* =======================
  Modales
   ======================= */
.modal-header {
	align-items: normal;
}

@media (min-width: 992px) {
	.modal-body {
		width: 90%;
		margin: auto;
	}
}


/* =======================
   Responsivo
   ======================= */
@media (min-width: 1992px) {
	.campus-tabs .nav-link {
		font-size: 140%;
	}
}

@media (min-width: 992px) {
	.header-campus {
		text-align: center;
	}
	.texto-header h1 {
		font-size: clamp(2rem, 8vw, 3rem);
	}

	.texto-header h2 {
		font-size: 2.5rem;
	}

	.campus-2600-section {
		padding: 4rem 2rem;
	}

	.page-node-44244 .field--name-body.pe-5,
	.page-node-44245 .field--name-body.pe-5 {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.contenedorfluido {
		margin-bottom: 3rem;
	}

	.field--name-body h2,
	.modal-title {
		font-size: calc(1.625rem + 0.9vw);
		margin-bottom: 1rem;
	}
	.header-campus .field--name-body h2 {
	font-size: 1.6rem;
    padding: 1rem 0;
	margin: 0;
	}
	.header-campus .texto-titulo h1 {
    font-size: 3rem;
    line-height: 1.3;
    padding-right: 5rem;
}

	.circulo-punteado {
		left: -3rem;
	}

	.modal-dialog {
		max-width: 50%;
	}

	.texto-descriptivo {
		font-size: 1.7rem;
	}

	.maincontent .field--name-body ul {
		padding: 2rem 4rem;
	}
  .campus-title  {
	max-width: 70%;
  margin: auto;
  }
    .campus-block {
    padding-left: 10% ;
    padding-right: 10% ;
  }
}

@media (max-width: 767.98px) {
	.campus-tabs.has-scroll-left::before {
		opacity: 1;
	}
	.slick-autoplay-toggle-button,
	.slick-dots {
		bottom: 10%;
	}

	.banner-layer.layer-2,
	.banner-layer.layer-3 {
		display: none;
	}
  .campus-tabs .nav-link {
    font-size: 105%;
    padding: 0.5rem;
  }
	.titulo-lab {
		flex-direction: column;
		text-align: center;
	}

	.icono-lab {
		margin-bottom: 1rem;
	}

	.region-nav-main {
		flex-direction: column;
		align-items: center;
	}

	.pill-btn {
		margin: 0 0 2rem;
		padding: 1.5rem 1rem 1rem;
		min-width: 100%;
	}

	.pill-label {
		font-size: 1.8rem;
		top: -1.9rem;
	}

	.pill-text {
		font-size: 0.9rem;
	}

	.btn-servicio {
		width: 100%;
		font-size: 1.2rem;
	}

	.texto-descriptivo {
		max-width: 100%;
	}
  	.campus-tabs {
		gap: 0.5rem;
	}

	.campus-tabs::before,
	.campus-tabs::after {
		content: "";
		position: sticky;
		top: 0;
		width: 32px;
		height: 100%;
		pointer-events: none;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.5);
		text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
		padding: 0 1rem;
	}

	.campus-tabs::before {
		content: "‹";
		left: 0;
		opacity: 0;
		transition: opacity 0.3s;
		background: linear-gradient(to right, rgba(245, 245, 245, 1) 40%, rgba(245, 245, 245, 0));
	}

	.campus-tabs::after {
		content: "›";
		right: 0;
		background: linear-gradient(to left, rgba(245, 245, 245, 1) 60%, rgba(245, 245, 245, 0));
	}
	.texto-titul,
	.texto-header {
		text-align: center !important;
	}
	.campus-block {
		padding:30px;
	}
	.campus-title  {
		flex-direction: column;
	justify-content: center;
	text-align: center;
	}
	.campus-title img  {
		max-width: 100px !important;
	}
	.text-icon img {
	max-width: 50px !important;
	}
	.page-node-44244 .maincontent .region-content .field--name-body.pe-5,
	.page-node-44245 .maincontent .region-content .field--name-body.pe-5{
	width: 80%;
    padding-top: 3rem !important;
	}
}