@charset "UTF-8";
/* =============================================================
   REDISEÑO — V Congreso Internacional de Genética Forense
   -------------------------------------------------------------
   Se carga DESPUÉS de todas las hojas del tema.
   Trabaja junto al HTML reestructurado de index.php.

   Ganchos preservados (NO tocar):
     #tg-upcomingeventcountervtwo, #tg-eventspeakerslider,
     #tg-accordion / .tg-panelcontent, .my-gallery,
     .tg-navigation, .tg-btnscrolltop, form-contact
   ============================================================= */

/* ---------- 1. TOKENS ---------- */
:root {
	--vc-ink: #0A1628;
	--vc-marino: #0F2A4D;
	--vc-marino-2: #1A3D6B;
	--vc-plata: #B0B7C1;
	--vc-plata-2: #D5D9DE;
	--vc-plata-3: #E8EAED;
	--vc-paper: #F7F8FA;
	--vc-card: #FFFFFF;
	--vc-muted: #6B7280;
	--vc-body: #374151;

	--vc-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
	--vc-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	--vc-mono: 'JetBrains Mono', 'SF Mono', Consolas, Menlo, monospace;
}

/* ---------- 2. BASE ---------- */
body {
	font-family: var(--vc-sans);
	color: var(--vc-body);
	background: var(--vc-paper);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: 1.65;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--vc-serif);
	color: var(--vc-ink);
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.15;
}
p { color: var(--vc-body); }
a { color: var(--vc-marino); }
a:hover, a:focus { color: var(--vc-marino-2); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--vc-marino);
	outline-offset: 2px;
}

/* ---------- 3. ENCABEZADO / NAV ---------- */
.tg-header {
	background: rgba(247, 248, 250, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--vc-plata-2);
	box-shadow: none;
	padding: 6px 0;
}
body.tg-fixedme .tg-header { box-shadow: 0 1px 16px -6px rgba(10, 22, 40, 0.18); }

.tg-nav ul li a {
	font-family: var(--vc-sans);
	font-size: 14px;
	font-weight: 500;
	color: var(--vc-ink);
	letter-spacing: 0;
	text-transform: none;
	background: none;
	box-shadow: none;
	position: relative;
	padding: 10px 14px;
}
.tg-nav ul li a:after {
	content: '';
	position: absolute;
	left: 14px; right: 14px; bottom: 2px;
	height: 1px;
	background: var(--vc-marino);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .28s ease;
}
.tg-nav ul li:hover > a,
.tg-nav ul li a.current,
.tg-navigation ul li:hover > a {
	color: var(--vc-marino);
	background: none;
	box-shadow: none;
}
.tg-nav ul li:hover > a:after,
.tg-nav ul li a.current:after { transform: scaleX(1); }

.tg-btnbecommember {
	background: var(--vc-marino);
	color: #fff;
	border-radius: 2px;
	font-family: var(--vc-sans);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	padding: 11px 22px;
	border: none;
	transition: background .2s ease;
}
.tg-btnbecommember:before { display: none; }
.tg-btnbecommember:hover { background: var(--vc-marino-2); color: #fff; }

/* ---------- 3b. MENÚ MÓVIL ---------- */
/* Botón hamburguesa: oculto en escritorio, visible en <=991px */
.vc-navtoggle {
	display: none;
	background: none;
	border: 1px solid var(--vc-plata-2);
	border-radius: 2px;
	padding: 10px;
	cursor: pointer;
	line-height: 0;
	transition: border-color .2s ease, background .2s ease;
}
.vc-navtoggle:hover { border-color: var(--vc-marino); }
.vc-navtoggle-box {
	display: inline-block;
	width: 20px;
	height: 14px;
	position: relative;
}
.vc-navtoggle-bar {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: var(--vc-marino);
	border-radius: 2px;
	transition: transform .3s ease, opacity .2s ease, top .3s ease;
}
.vc-navtoggle-bar:nth-child(1) { top: 0; }
.vc-navtoggle-bar:nth-child(2) { top: 6px; }
.vc-navtoggle-bar:nth-child(3) { top: 12px; }
/* Hamburguesa -> X */
.vc-navtoggle.vc-active .vc-navtoggle-bar:nth-child(1) { top: 6px; transform: rotate(45deg); }
.vc-navtoggle.vc-active .vc-navtoggle-bar:nth-child(2) { opacity: 0; }
.vc-navtoggle.vc-active .vc-navtoggle-bar:nth-child(3) { top: 6px; transform: rotate(-45deg); }

/* "Contacto" solo aparece en el menú móvil (en escritorio ya está el botón del header) */
.vc-nav-contact { display: none; }

@media (max-width: 991px) {
	.vc-navtoggle { display: inline-block; }
	.navbar-header { float: right; padding: 8px 0; }

	/* El botón Contacto del header estorba en móvil; su lugar está en el menú */
	.tg-btnbecommember { display: none; }

	/* .tg-navigationarea es position:relative y solo mide el ancho del botón:
	   sin esto el panel se ancla a él y sale de 42px. Lo anclamos al header. */
	.tg-navigationarea { position: static; }
	.tg-nav { position: static; float: none; }

	/* Panel desplegable */
	#tg-navigation.tg-navigation {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--vc-card);
		border-top: 1px solid var(--vc-plata-2);
		border-bottom: 1px solid var(--vc-plata-2);
		box-shadow: 0 18px 40px -20px rgba(10, 22, 40, 0.35);
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition: max-height .32s ease, opacity .25s ease, visibility .25s;
		padding: 0;
		float: none;
		width: 100%;
	}
	#tg-navigation.tg-navigation.vc-open {
		max-height: 70vh;
		overflow-y: auto;
		opacity: 1;
		visibility: visible;
	}
	#tg-navigation.tg-navigation ul {
		display: block;
		width: 100%;
		margin: 0;
		padding: 8px 0;
		float: none;
	}
	#tg-navigation.tg-navigation ul li {
		display: block;
		width: 100%;
		float: none;
		margin: 0;
		border-bottom: 1px solid var(--vc-plata-3);
	}
	#tg-navigation.tg-navigation ul li:last-child { border-bottom: none; }
	#tg-navigation.tg-navigation ul li a {
		display: block;
		padding: 15px 24px;
		font-size: 15px;
		width: 100%;
	}
	/* El subrayado animado no aplica en la lista vertical */
	#tg-navigation.tg-navigation ul li a:after { display: none; }
	#tg-navigation.tg-navigation ul li a:hover,
	#tg-navigation.tg-navigation ul li a:focus {
		background: var(--vc-paper);
		color: var(--vc-marino);
	}
	.vc-nav-contact { display: block; }
	.vc-nav-contact a { color: var(--vc-marino) !important; font-weight: 600 !important; }

	/* El tema ya da position absolute/fixed a .tg-header, así que sirve de ancla.
	   NO forzar position aquí: rompería el header fijo al hacer scroll. */
	.tg-header .container { position: relative; }
	body.vc-menu-open { overflow: hidden; }
}

/* ---------- 4. HERO (reestructurado) ---------- */
.vc-hero {
	background: var(--vc-paper);
	padding: 150px 0 90px;
	position: relative;
	overflow: hidden;
}
.vc-hero-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.15fr;
	gap: 72px;
	align-items: center;
}
/* Los items de grid no se encogen por debajo de su contenido sin esto */
.vc-hero-grid > * { min-width: 0; }

/* Cartel del congreso */
.vc-hero-mark {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}
.vc-hero-mark:before {
	content: '';
	position: absolute;
	top: 28px; left: 28px; right: -14px; bottom: 42px;
	border: 1px solid var(--vc-plata);
	border-radius: 2px;
	z-index: 0;
}
.vc-hero-mark img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
	border-radius: 2px;
	box-shadow: 0 24px 60px -18px rgba(10, 22, 40, 0.45);
}
.vc-hero-mark figcaption {
	position: relative;
	z-index: 1;
	font-family: var(--vc-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--vc-plata);
	margin-top: 24px;
	text-align: center;
}

.vc-hero-content {
	max-width: 620px;
	float: none;
	/* Centra verticalmente el bloque de texto respecto al cartel */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.vc-hero .tg-datetime {
	font-family: var(--vc-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--vc-marino);
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 26px;
	background: none;
	padding: 0;
	border: none;
	justify-content: center;
}
.vc-hero .tg-datetime:before,
.vc-hero .tg-datetime:after {
	content: '';
	width: 32px; height: 1px;
	background: var(--vc-marino);
	display: inline-block;
}

.vc-hero h1 {
	font-family: var(--vc-serif);
	font-size: clamp(36px, 4.8vw, 62px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.025em;
	color: var(--vc-ink);
	margin: 0 0 26px;
	text-transform: none;
	text-align: center;
}
.vc-hero h1 span {
	display: block;
	font-style: italic;
	font-weight: 400;
	color: var(--vc-marino);
	font-size: 1em;
	letter-spacing: -0.02em;
	text-transform: none;
}

.vc-hero h2 {
	font-family: var(--vc-serif);
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.45;
	color: var(--vc-muted);
	max-width: 560px;
	margin: 0 0 40px;
	padding-left: 18px;
	border-left: 2px solid var(--vc-plata);
	text-transform: none;
}

.vc-hero-meta {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 38px;
}
.vc-meta-item { display: flex; flex-direction: column; gap: 6px; }
.vc-meta-label {
	font-family: var(--vc-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--vc-plata);
}
.vc-meta-value {
	font-family: var(--vc-mono);
	font-size: 15px;
	font-weight: 500;
	color: var(--vc-ink);
}

.vc-hero-btnarea { margin-bottom: 12px; }
.vc-hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 30px;
	font-size: 15px;
}
.vc-hero-cta .vc-arrow { transition: transform .25s ease; display: inline-block; }
.vc-hero-cta:hover .vc-arrow { transform: translateX(4px); }

/* Contador */
.vc-hero .tg-upcomingeventcounter {
	border-top: 1px solid var(--vc-plata-2);
	padding-top: 34px;
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	background: none;
	max-width: 620px;
}
.tg-eventcounterholder {
	background: none; border: none; padding: 0; width: auto; float: none;
}
.tg-eventcounter {
	background: none; border: none; padding: 0;
	text-align: left; width: auto; float: none;
	display: flex; flex-direction: column;
}
.tg-eventcounter span:first-child {
	font-family: var(--vc-mono);
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	color: var(--vc-marino);
	font-feature-settings: "tnum";
	margin-bottom: 6px;
}
.tg-eventcounter span:last-child {
	font-family: var(--vc-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--vc-muted);
}

/* Logos institucionales */
.vc-hero .tg-btnwhite {
	margin-top: 44px;
	padding-top: 30px;
	border-top: 1px solid var(--vc-plata-2);
	display: flex;
	align-items: center;
	gap: 34px;
	flex-wrap: wrap;
}
.vc-hero .tg-btnwhite img {
	max-height: 44px;
	width: auto;
	opacity: 0.75;
	filter: grayscale(100%);
	transition: opacity .3s ease, filter .3s ease;
}
.vc-hero .tg-btnwhite img:hover { opacity: 1; filter: grayscale(0%); }

/* ---------- 5. SECCIONES ---------- */
.tg-sectionspace { padding: 88px 0; }
.tg-sectionhead { margin-bottom: 52px; }

.tg-sectionheading span {
	font-family: var(--vc-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--vc-marino);
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.tg-sectionheading span:before {
	content: '§';
	font-family: var(--vc-serif);
	font-size: 15px;
	color: var(--vc-plata);
}
.tg-sectionheading h2 {
	font-family: var(--vc-serif);
	font-size: clamp(29px, 3.6vw, 44px);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--vc-ink);
	text-transform: none;
	margin: 0;
	max-width: 760px;
}
.tg-sectionheading:before {
	background: var(--vc-marino);
	height: 2px;
	width: 46px;
	margin-top: 20px;
}
.tg-sectionhead .tg-description p {
	font-family: var(--vc-serif);
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.55;
	color: var(--vc-muted);
}
.tg-bglight { background: var(--vc-card); }

/* ---------- 6. BOTONES ---------- */
.tg-btn,
.btn-primary {
	background: var(--vc-marino);
	border: 1px solid var(--vc-marino);
	color: #fff;
	font-family: var(--vc-sans);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	border-radius: 2px;
	padding: 12px 26px;
	box-shadow: none;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.tg-btn:before, .btn-primary:before { display: none; }
.tg-btn:hover, .tg-btn:focus,
.btn-primary:hover, .btn-primary:focus {
	background: var(--vc-marino-2);
	border-color: var(--vc-marino-2);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px -8px rgba(15, 42, 77, 0.45);
}

/* ---------- 7. DESCRIPCIÓN (reestructurada) ---------- */
/* El tema aplica float:left a .tg-aboutus; sin esto la rejilla hija colapsa a 0 */
.vc-desc {
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
}
.vc-desc-head { margin-bottom: 44px; }
.vc-desc-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 72px;
	align-items: start;
	width: 100%;
	float: none;
}
.vc-desc-grid > * { min-width: 0; }
.vc-desc-lead {
	font-family: var(--vc-serif);
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	color: var(--vc-muted);
	margin: 0 0 32px;
}
.vc-desc-figure figure { margin: 0; }
.vc-desc-figure img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 22px 50px -20px rgba(10, 22, 40, 0.4);
}
.vc-desc-body .tg-description p {
	font-size: 15.5px;
	line-height: 1.78;
	color: var(--vc-body);
	margin-bottom: 18px;
}
.vc-desc-body .tg-description p:first-of-type:first-letter {
	font-family: var(--vc-serif);
	font-size: 56px;
	font-weight: 500;
	line-height: 0.9;
	float: left;
	color: var(--vc-marino);
	padding-right: 10px;
	padding-top: 6px;
}
.vc-topics {
	list-style: none;
	margin: 32px 0 34px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
}
.vc-topics li {
	font-family: var(--vc-sans);
	font-size: 13px;
	color: var(--vc-ink);
	padding-left: 18px;
	position: relative;
	line-height: 1.5;
}
.vc-topics li:before {
	content: '';
	position: absolute;
	left: 0; top: 9px;
	width: 8px; height: 1px;
	background: var(--vc-marino);
}

/* ---------- 8. PONENTES ---------- */
.tg-speaker {
	background: var(--vc-card);
	border: 1px solid var(--vc-plata-2);
	border-radius: 2px;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.tg-speaker:hover {
	transform: translateY(-4px);
	border-color: var(--vc-plata);
	box-shadow: 0 18px 40px -18px rgba(10, 22, 40, 0.28);
}
.tg-speakerimg { margin: 0; position: relative; overflow: hidden; background: var(--vc-plata-3); }
.tg-speakerimg img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform .5s ease;
}
.tg-speaker:hover .tg-speakerimg img { transform: scale(1.04); }
.tg-speaker .tg-contentbox { padding: 22px 20px 24px; }
.tg-speaker .tg-title h2 {
	font-family: var(--vc-serif);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
	text-transform: none;
}
.tg-speaker .tg-title h2 a { color: var(--vc-ink); text-decoration: none; }
.tg-speaker:hover .tg-title h2 a { color: var(--vc-marino); }
.tg-speaker .tg-description p {
	font-family: var(--vc-sans);
	font-size: 13px;
	line-height: 1.6;
	color: var(--vc-muted);
}
.tg-speaker .tg-description em { color: var(--vc-plata); font-size: 12px; }
.tg-speaker .btn-primary {
	font-size: 12px;
	padding: 8px 16px;
	background: transparent;
	color: var(--vc-marino);
	border: 1px solid var(--vc-plata);
	margin-top: 6px;
}
.tg-speaker .btn-primary:hover {
	background: var(--vc-marino);
	border-color: var(--vc-marino);
	color: #fff;
}
.owl-carousel .tg-btnprev,
.owl-carousel .tg-btnnext {
	background: var(--vc-card);
	border: 1px solid var(--vc-plata-2);
	color: var(--vc-marino);
	border-radius: 2px;
}
.owl-carousel .tg-btnprev:hover,
.owl-carousel .tg-btnnext:hover {
	background: var(--vc-marino);
	border-color: var(--vc-marino);
	color: #fff;
}

/* ---------- 8b. NAVEGACIÓN DEL CARRUSEL DE PONENTES ---------- */
/* Contenedor: da espacio a las flechas y sostiene la pista de degradado */
#tg-speakers .tg-eventspeakerslider { position: relative; }

/* Flechas */
.tg-eventspeakerslider .owl-nav { margin: 0; }
.tg-eventspeakerslider .owl-nav .tg-btnprev,
.tg-eventspeakerslider .owl-nav .tg-btnnext {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	z-index: 12;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--vc-card);
	border: 1px solid var(--vc-plata-2);
	border-radius: 50%;
	color: var(--vc-marino);
	font-size: 15px;
	box-shadow: 0 6px 18px -6px rgba(10, 22, 40, 0.3);
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.tg-eventspeakerslider .owl-nav .tg-btnprev { left: -18px; }
.tg-eventspeakerslider .owl-nav .tg-btnnext { right: -18px; }
.tg-eventspeakerslider .owl-nav .tg-btnprev:hover,
.tg-eventspeakerslider .owl-nav .tg-btnnext:hover {
	background: var(--vc-marino);
	border-color: var(--vc-marino);
	color: #fff;
	transform: translateY(-50%) scale(1.06);
}
.tg-eventspeakerslider .owl-nav .disabled { opacity: .35; cursor: default; }
/* Texto solo para lectores de pantalla */
.tg-eventspeakerslider .owl-nav .sr-only {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Pista de puntos */
.tg-eventspeakerslider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 32px;
}
.tg-eventspeakerslider .owl-dot {
	display: block;
	width: 7px;
	height: 7px;
	min-width: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--vc-plata-2);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background .25s ease, width .25s ease, min-width .25s ease, border-radius .25s ease;
}
.tg-eventspeakerslider .owl-dot span { display: none; }
.tg-eventspeakerslider .owl-dot.active {
	background: var(--vc-marino);
	width: 22px;
	min-width: 22px;
	border-radius: 4px;
}
.tg-eventspeakerslider .owl-dot:hover { background: var(--vc-plata); }

/* Pista con leyenda: refuerza que hay más contenido lateral */
.vc-swipe-hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
	font-family: var(--vc-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--vc-plata);
	user-select: none;
}
.vc-swipe-hint .vc-swipe-arrow {
	display: inline-block;
	animation: vc-nudge 1.8s ease-in-out infinite;
}
.vc-swipe-hint .vc-swipe-arrow.is-left { animation-direction: reverse; }
@keyframes vc-nudge {
	0%, 100% { transform: translateX(0); opacity: .45; }
	50%      { transform: translateX(4px); opacity: 1; }
}

/* Degradado lateral: insinúa que la fila continúa */
#tg-speakers .tg-eventspeakerslider:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 100%;
	pointer-events: none;
	z-index: 10;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, var(--vc-card) 92%);
}

/* ---------- 9. PROGRAMA ---------- */
.tg-eventschedulenav {
	border: none;
	border-bottom: 1px solid var(--vc-plata-2);
	background: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin-bottom: 0;
}
.tg-eventschedulenav li { border: none; background: none; }
.tg-eventschedulenav li a {
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: var(--vc-muted);
	font-family: var(--vc-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 16px 22px;
	margin-bottom: -1px;
	transition: color .2s ease, border-color .2s ease;
}
.tg-eventschedulenav li a span {
	display: block;
	font-family: var(--vc-mono);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--vc-plata);
	margin-top: 5px;
}
.tg-eventschedulenav li.active a,
.tg-eventschedulenav li:hover a {
	background: none;
	border-color: transparent;
	border-bottom-color: var(--vc-marino);
	color: var(--vc-marino);
}
.tg-eventschedulenav li.active a span,
.tg-eventschedulenav li:hover a span { color: var(--vc-marino); }

.tg-eventschedulecontent { border: none; background: none; padding: 40px 0 0; }
.tg-eventschaduletime h3 {
	font-family: var(--vc-mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vc-marino);
	background: var(--vc-plata-3);
	border-radius: 2px;
	padding: 12px 18px;
	margin-bottom: 28px;
	display: inline-block;
}
.tg-event {
	background: var(--vc-card);
	border: 1px solid var(--vc-plata-2);
	border-radius: 2px;
	padding: 20px 24px;
	margin-bottom: 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.tg-event:hover {
	border-color: var(--vc-plata);
	box-shadow: 0 8px 22px -14px rgba(10, 22, 40, 0.25);
}
.tg-eventhead { border: none; background: none; }
.tg-event .tg-title h3,
.tg-event .tg-title h4 {
	font-family: var(--vc-serif);
	font-size: 17px;
	font-weight: 500;
	color: var(--vc-ink);
	letter-spacing: -0.01em;
	text-transform: none;
	line-height: 1.3;
}
.tg-event .tg-description p { font-size: 13.5px; color: var(--vc-muted); line-height: 1.6; }
.tg-event time, .tg-event .tg-eventtime {
	font-family: var(--vc-mono);
	font-size: 13px;
	font-weight: 500;
	color: var(--vc-marino);
	letter-spacing: 0.02em;
}
.tg-eventbreak {
	background: var(--vc-plata-3);
	border: 1px dashed var(--vc-plata);
	border-radius: 2px;
}
.tg-eventbreak .tg-title h3, .tg-eventbreak .tg-title h4 { color: var(--vc-marino); }

/* ---------- 10. PRECIOS (reestructurado) ---------- */
.vc-price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid var(--vc-plata-2);
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
	float: none;
	background: var(--vc-card);
}
.vc-price-cell {
	border-right: 1px solid var(--vc-plata-2);
	border-bottom: 1px solid var(--vc-plata-2);
	display: flex;
	min-width: 0;
}
.vc-price-cell:nth-child(3n) { border-right: none; }

.vc-price-card {
	background: var(--vc-card);
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 42px 32px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	transition: background .25s ease;
}
.vc-price-card:hover { background: var(--vc-paper); transform: none; box-shadow: none; }

.vc-price-head { background: none; padding: 0; }
.vc-price-name {
	font-family: var(--vc-serif);
	font-size: 21px;
	font-weight: 500;
	color: var(--vc-ink);
	letter-spacing: -0.01em;
	text-transform: none;
	margin: 0 0 28px;
	line-height: 1.25;
}
.vc-price-tag {
	font-family: var(--vc-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--vc-plata);
	display: block;
	margin-bottom: 6px;
}
.vc-price-amount {
	font-family: var(--vc-serif);
	font-size: 50px;
	font-weight: 400;
	color: var(--vc-marino);
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0 0 6px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.vc-price-amount sub {
	font-family: var(--vc-mono);
	font-size: 14px;
	font-weight: 500;
	color: var(--vc-muted);
	bottom: 0;
	top: 8px;
	position: relative;
}
.vc-price-amount span[name="precio"] {
	font-family: var(--vc-serif);
	font-size: 50px;
	font-weight: 400;
	color: var(--vc-marino);
	letter-spacing: -0.02em;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	text-transform: none;
	line-height: 1;
}
.vc-price-currency {
	font-family: var(--vc-mono);
	font-size: 11px;
	color: var(--vc-muted);
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 30px;
}
.vc-price-foot {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.vc-price-foot li { border: none; padding: 0; }
.vc-price-foot .btn-primary {
	display: block;
	width: 100%;
	text-align: center;
	background: transparent;
	color: var(--vc-marino);
	border: 1px solid var(--vc-marino);
	padding: 13px;
	font-size: 13px;
	font-weight: 500;
}
.vc-price-foot .btn-primary:hover {
	background: var(--vc-marino);
	color: #fff;
	transform: none;
	box-shadow: none;
}

/* ---------- 11. FAQ / ACORDEÓN ---------- */
.tg-accordion h4 {
	font-family: var(--vc-serif);
	font-size: 17px;
	font-weight: 500;
	color: var(--vc-ink);
	letter-spacing: -0.01em;
	background: none;
	border: none;
	border-bottom: 1px solid var(--vc-plata-2);
	border-radius: 0;
	padding: 20px 40px 20px 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	line-height: 1.35;
	transition: color .2s ease;
}
.tg-accordion h4:hover, .tg-accordion h4.active { color: var(--vc-marino); }
.tg-accordion h4 span {
	font-family: var(--vc-mono);
	font-size: 12px;
	font-weight: 500;
	color: var(--vc-plata);
	background: none;
	margin-right: 12px;
	width: auto; height: auto;
	line-height: inherit;
	border-radius: 0;
}
.tg-accordion h4:after {
	content: '+';
	position: absolute;
	right: 4px; top: 50%;
	transform: translateY(-50%);
	font-family: var(--vc-serif);
	font-size: 22px;
	font-weight: 300;
	color: var(--vc-marino);
	transition: transform .3s ease;
}
.tg-accordion h4.active:after { transform: translateY(-50%) rotate(45deg); }
.tg-panelcontent {
	background: none;
	border: none;
	border-bottom: 1px solid var(--vc-plata-2);
	padding: 0 40px 22px 0;
}
.tg-panelcontent p { font-size: 14.5px; line-height: 1.7; color: var(--vc-muted); margin: 0; }

/* ---------- 12. CONTACTO ---------- */
.tg-askquestions:after {
	background: linear-gradient(135deg,
		rgba(15, 42, 77, 0.9) 0%,
		rgba(10, 22, 40, 0.82) 100%);
}
.tg-formaskquestions .form-control,
.tg-formaskquestions input[type="text"],
.tg-formaskquestions input[type="email"],
.tg-formaskquestions textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--vc-plata-2);
	border-radius: 0;
	box-shadow: none;
	padding: 12px 2px;
	font-family: var(--vc-sans);
	font-size: 15px;
	color: #fff;
	height: auto;
	transition: border-color .2s ease;
}
.tg-formaskquestions .form-control:focus,
.tg-formaskquestions textarea:focus {
	border-bottom-color: #fff;
	box-shadow: none;
	outline: none;
}
.tg-formaskquestions ::placeholder { color: rgba(255, 255, 255, 0.75); opacity: 1; }
.tg-formaskquestions input:-webkit-autofill,
.tg-formaskquestions input:-webkit-autofill:hover,
.tg-formaskquestions input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	transition: background-color 9999s ease-in-out 0s;
}
.tg-formaskquestions textarea { min-height: 110px; resize: vertical; }
.tg-formaskquestions .tg-btn { margin-top: 10px; }

/* ---------- 13. HOSPEDAJE ---------- */
.tg-accomodationbg:before {
	background: linear-gradient(135deg,
		rgba(10, 22, 40, 0.9) 0%,
		rgba(15, 42, 77, 0.8) 100%);
}
.tg-accomodationbg .tg-sectionheading h2,
.tg-accomodationbg .tg-sectionheading span,
.tg-accomodationbg h2,
.tg-accomodationbg h3 { color: #fff; }
.tg-accomodationbg .tg-description p { color: rgba(255, 255, 255, 0.8); }
.tg-accomodationbg .tg-sectionheading:before { background: var(--vc-plata); }

/* ---------- 14. PATROCINADORES ---------- */
#tg-sponsers { background: var(--vc-card); border-top: 1px solid var(--vc-plata-2); }
#tg-sponsers img {
	filter: grayscale(100%);
	opacity: 0.62;
	transition: filter .3s ease, opacity .3s ease;
	max-width: 100%;
	height: auto;
}
#tg-sponsers img:hover { filter: grayscale(0%); opacity: 1; }

/* ---------- 15b. GALERÍA NUEVA (grid CSS) ---------- */
.vc-gallery-section { background: var(--vc-card); border-top: 1px solid var(--vc-plata-2); }

.vc-gal-head { margin-bottom: 52px; }
.vc-gal-lead {
	font-family: var(--vc-serif);
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	color: var(--vc-muted);
	line-height: 1.5;
	max-width: 580px;
	margin-top: 16px;
}

/* Grid masonry-like: 3 columnas, primera imagen más grande */
.vc-gal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 8px;
	width: 100%;
	min-width: 0;
}
/* Imagen 1: ocupa 2 columnas y 2 filas → imagen hero */
.vc-gal-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
/* Imagen 6: panorámica, ocupa 2 columnas */
.vc-gal-item:nth-child(6) { grid-column: span 2; }

.vc-gal-item {
	position: relative;
	overflow: hidden;
	background: var(--vc-ink);
}
.vc-gal-item figure { margin: 0; height: 100%; }
.vc-gal-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .45s ease, filter .35s ease;
}
.vc-gal-item:hover img {
	transform: scale(1.06);
	filter: brightness(0.78);
}

/* Overlay con lupa */
.vc-gal-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}
.vc-gal-overlay i {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(247, 248, 250, 0.92);
	color: var(--vc-marino);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.82);
	transition: transform .3s ease;
	box-shadow: 0 8px 24px -6px rgba(10, 22, 40, 0.45);
}
.vc-gal-item:hover .vc-gal-overlay { opacity: 1; }
.vc-gal-item:hover .vc-gal-overlay i { transform: scale(1); }

.vc-gal-link {
	display: block;
	height: 100%;
	position: relative;
}
/* Altura mínima de celdas pequeñas */
.vc-gal-item:not(:nth-child(1)):not(:nth-child(6)) {
	min-height: 220px;
}
.vc-gal-item:nth-child(1) { min-height: 460px; }
.vc-gal-item:nth-child(6) { min-height: 230px; }

/* Responsive galería */
@media (max-width: 767px) {
	.vc-gal-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
	.vc-gal-item:nth-child(1) { grid-column: span 2; grid-row: span 1; min-height: 220px; }
	.vc-gal-item:nth-child(6) { grid-column: span 2; }
	.vc-gal-item:not(:nth-child(1)):not(:nth-child(6)) { min-height: 160px; }
}
@media (max-width: 480px) {
	.vc-gal-grid { grid-template-columns: 1fr; gap: 4px; }
	.vc-gal-item:nth-child(1),
	.vc-gal-item:nth-child(6) { grid-column: span 1; }
	.vc-gal-item { min-height: 200px !important; }
}

/* ---------- 15d. LIGHTBOX (PhotoSwipe) — botón de cierre prominente ---------- */

/* Fondo oscuro */
.pswp__bg { background: rgba(10, 22, 40, 0.96); }

/* Barra superior */
.pswp__top-bar {
	background: rgba(10, 22, 40, 0.72) !important;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 0 8px;
}

/* Botón cierre — grande y visible */
.pswp__button--close {
	position: relative;
	width: 56px !important;
	height: 56px !important;
	background: none !important;
	opacity: 1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	order: 99;
	margin-left: auto;
	flex-shrink: 0;
}
/* Reemplazar el ícono de sprite por una X dibujada en CSS */
.pswp__button--close:before,
.pswp__button--close:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	left: 50%;
	top: 50%;
	transform-origin: center;
}
.pswp__button--close:before { transform: translate(-50%, -50%) rotate(45deg); }
.pswp__button--close:after  { transform: translate(-50%, -50%) rotate(-45deg); }
.pswp__button--close:hover:before,
.pswp__button--close:hover:after { background: var(--vc-plata); }

/* Etiqueta textual junto a la X */
.pswp__button--close:focus-visible { outline: 2px solid var(--vc-plata); outline-offset: 2px; }

/* Contador (1 de 9) */
.pswp__counter {
	font-family: var(--vc-mono) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	color: var(--vc-plata) !important;
	line-height: 56px !important;
	padding: 0 16px !important;
}

/* Flechas de navegación */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: rgba(247, 248, 250, 0.12) !important;
	border-radius: 50% !important;
	width: 48px !important;
	height: 48px !important;
	top: 50% !important;
	margin-top: -24px !important;
	transition: background .2s ease !important;
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	background: rgba(247, 248, 250, 0.25) !important;
}
.pswp__button--arrow--left { left: 20px !important; }
.pswp__button--arrow--right { right: 20px !important; }

/* Caption (alt de la imagen) */
.pswp__caption {
	background: rgba(10, 22, 40, 0.72) !important;
	min-height: 48px;
}
.pswp__caption__center {
	font-family: var(--vc-sans) !important;
	font-size: 13px !important;
	color: var(--vc-plata) !important;
	text-align: center !important;
	max-width: 680px;
	margin: 0 auto;
	padding: 14px 24px !important;
	line-height: 1.5 !important;
}

/* Ocultar botones de share y fs que no usamos */
.pswp__button--share,
.pswp__button--fs { display: none !important; }

/* Botón de zoom más discreto */
.pswp__button--zoom {
	opacity: 0.72 !important;
}
.pswp__button--zoom:hover { opacity: 1 !important; }
.tg-galleryslider, .tg-gallerthumbslider { display: none; }

/* ---------- 16. GALERÍA legacy ---------- */

/* ---------- 16. MODALES ---------- */
.modal-content {
	border: none;
	border-radius: 2px;
	box-shadow: 0 30px 70px -25px rgba(10, 22, 40, 0.5);
}
.modal-header { border-bottom: 1px solid var(--vc-plata-2); padding: 22px 26px; }
.modal-title {
	font-family: var(--vc-serif);
	font-size: 21px;
	font-weight: 500;
	color: var(--vc-ink);
	letter-spacing: -0.01em;
}
.modal-body { padding: 26px; font-size: 14.5px; line-height: 1.72; color: var(--vc-body); }
.modal-footer { border-top: 1px solid var(--vc-plata-2); padding: 16px 26px; }

/* ---------- 17. PIE ---------- */
.tg-footer { background: var(--vc-ink); border-top: none; color: var(--vc-plata); }
.tg-footer h2, .tg-footer h3, .tg-footer h4, .tg-footer h5 { color: #fff; }
.tg-footer p, .tg-footer span, .tg-footer li { color: var(--vc-plata); }
.tg-footer a { color: #fff; }
.tg-footer a:hover { color: var(--vc-plata); }
.tg-btnscrolltop {
	background: var(--vc-marino);
	color: #fff;
	border-radius: 2px;
	border: none;
}
.tg-btnscrolltop:hover { background: var(--vc-marino-2); color: #fff; }

/* ---------- 18. TOASTR ---------- */
#toast-container > .toast-success { background-color: var(--vc-marino); }
#toast-container > .toast-info { background-color: var(--vc-marino-2); }

/* ---------- 19. RESPONSIVE ---------- */
@media (max-width: 1199px) {
	.vc-hero-grid { gap: 48px; }
	.vc-desc-grid { gap: 48px; }
}
@media (max-width: 991px) {
	.tg-sectionspace { padding: 64px 0; }
	.vc-hero { padding: 120px 0 64px; }
	.vc-hero-grid { grid-template-columns: 1fr; gap: 44px; }
	/* Texto primero, cartel debajo en tablet/móvil */
	.vc-hero-content { order: 1; max-width: 100%; }
	.vc-hero-mark { order: 2; align-items: center; }
	.vc-hero-mark img { max-width: 340px; }
	.vc-hero-mark:before { left: 20px; right: auto; width: 340px; top: 20px; bottom: 50px; }
	.vc-hero-mark figcaption { text-align: center; align-self: center; }
	.vc-desc-grid { grid-template-columns: 1fr; gap: 40px; }
	.vc-price-grid { grid-template-columns: repeat(2, 1fr); }
	.vc-price-cell:nth-child(3n) { border-right: 1px solid var(--vc-plata-2); }
	.vc-price-cell:nth-child(2n) { border-right: none; }
	.vc-hero .tg-upcomingeventcounter { gap: 30px; }
	.tg-eventcounter span:first-child { font-size: 32px; }
}
@media (max-width: 767px) {
	.tg-sectionspace { padding: 48px 0; }
	.vc-hero { padding: 100px 0 48px; }
	.vc-hero-mark img { max-width: 280px; }
	.vc-hero-mark:before { display: none; }
	.vc-hero h2 { font-size: 16px; }
	.vc-hero-meta { gap: 24px; }
	.vc-hero .tg-upcomingeventcounter { gap: 20px 30px; padding-top: 26px; margin-top: 34px; }
	.tg-eventcounter span:first-child { font-size: 26px; }
	.vc-topics { grid-template-columns: 1fr; }
	.vc-price-grid { grid-template-columns: 1fr; }
	.vc-price-cell,
	.vc-price-cell:nth-child(2n),
	.vc-price-cell:nth-child(3n) { border-right: none; }
	.vc-price-cell:last-child { border-bottom: none; }
	.vc-price-card { padding: 32px 24px 26px; }
	.vc-price-amount,
	.vc-price-amount span[name="precio"] { font-size: 40px; }
	.tg-eventschedulenav li a { padding: 12px 14px; font-size: 12px; }
	.vc-hero .tg-btnwhite { gap: 20px; margin-top: 34px; }
	.vc-hero .tg-btnwhite img { max-height: 34px; }
}

/* ---------- 20. MOVIMIENTO REDUCIDO ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
	.tg-speaker:hover, .tg-btn:hover { transform: none; }
}

/* =============================================================
   AJUSTES SOLICITADOS — JULIO 2026
   ============================================================= */

/* Evita franjas laterales y desbordamiento horizontal provocado por rows,
   carruseles, imágenes o elementos posicionados fuera del viewport. */
html,
body,
#tg-wrapper,
.tg-main,
.tg-haslayout {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

@supports not (overflow: clip) {
	html, body, #tg-wrapper, .tg-main, .tg-haslayout { overflow-x: hidden; }
}

img,
svg,
video,
iframe { max-width: 100%; }

/* Contador: elimina manchas/fondos heredados y mejora la lectura de todos
   los bloques, especialmente minutos y segundos. */
#tg-upcomingeventcountervtwo,
#tg-upcomingeventcountervtwo .tg-eventcounterholder,
#tg-upcomingeventcountervtwo .tg-eventcounter,
#tg-upcomingeventcountervtwo .tg-eventcounter:before,
#tg-upcomingeventcountervtwo .tg-eventcounter:after {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
}

#tg-upcomingeventcountervtwo .tg-eventcounterholder {
	min-width: 88px;
	position: relative;
	z-index: 2;
}

#tg-upcomingeventcountervtwo .tg-eventcounter span {
	opacity: 1 !important;
	visibility: visible !important;
	text-shadow: none !important;
}

#tg-upcomingeventcountervtwo .tg-eventcounter span:first-child {
	color: var(--vc-marino) !important;
}

#tg-upcomingeventcountervtwo .tg-eventcounter span:last-child {
	color: var(--vc-body) !important;
}

/* Paquetes completos */
.vc-price-card-package { background: var(--vc-paper); }
.vc-package-prices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 22px 0 24px;
}
.vc-package-prices > div {
	border: 1px solid var(--vc-plata-2);
	background: var(--vc-card);
	padding: 14px;
	border-radius: 2px;
}
.vc-package-prices small {
	display: block;
	font-family: var(--vc-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vc-muted);
	margin-bottom: 7px;
}
.vc-package-prices strong {
	display: block;
	font-family: var(--vc-serif);
	font-size: 25px;
	font-weight: 500;
	color: var(--vc-marino);
}

/* Formas de pago */
.vc-payment-method {
	margin-top: 24px;
	padding: 28px;
	min-height: 280px;
	border: 1px solid var(--vc-plata-2);
	background: var(--vc-card);
}
.vc-payment-method h3 { margin-top: 0; }
.vc-payment-method figure { margin-top: 20px; }
.vc-payment-method figure img { max-height: 70px; width: auto; }
.vc-payment-data {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}
.vc-payment-data li {
	padding: 7px 0;
	border-bottom: 1px solid var(--vc-plata-3);
	word-break: break-word;
}

/* Patrocinadores: enlaces clicables, alturas uniformes y sin espacios vacíos. */
.vc-sponsor-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}
.vc-sponsor-grid > a,
.vc-sponsor-grid > span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	padding: 22px;
	border: 1px solid var(--vc-plata-3);
	background: var(--vc-card);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.vc-sponsor-grid > a:hover {
	border-color: var(--vc-plata);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px -18px rgba(10, 22, 40, .35);
}
.vc-sponsor-grid img {
	max-width: 100%;
	max-height: 92px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.vc-sponsor-no-link { cursor: default; }

/* Redes sociales del Congreso */
.tg-socialicons a[aria-label] { display: inline-flex; align-items: center; justify-content: center; }

@media (max-width: 991px) {
	.vc-sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vc-payment-method { min-height: 0; }
}

@media (max-width: 600px) {
	.vc-sponsor-grid { grid-template-columns: 1fr; }
	.vc-package-prices { grid-template-columns: 1fr; }
	#tg-upcomingeventcountervtwo .tg-eventcounterholder { min-width: 64px; }
}
/* ---------- PROGRAMA ACADÉMICO EN MAYÚSCULAS ---------- */
#tg-schedule,
#tg-schedule .tg-eventschedulenav,
#tg-schedule .tg-eventschedulecontent,
#tg-schedule .tg-event,
#tg-schedule .tg-event * {
	text-transform: uppercase !important;
}