/* ==========================================================================
   SOLINMEWEB - Consolidated Stylesheet
   Merged from: Estilos.css, Textos.css, Complementos.css, index.html <style>
   ========================================================================== */

/* ==========================================================================
   1. VARIABLES
   ========================================================================== */
:root {
	/* Colors - Primary */
	--color-primary: #3498db;
	--color-primary-dark: #2980b9;
	--color-primary-light: #5dade2;

	/* Colors - Dark */
	--color-dark: #2c3e50;
	--color-dark-mid: #34495e;

	/* Colors - Accent */
	--color-green: #2ecc71;
	--color-green-dark: #27ae60;
	--color-purple: #9b59b6;
	--color-orange: #f39c12;
	--color-orange-dark: #e67e22;
	--color-red: #e74c3c;
	--color-red-dark: #c0392b;
	--color-pink: #e91e63;
	--color-pink-light: #f8bbd9;

	/* Colors - WhatsApp */
	--color-whatsapp: #25D366;
	--color-whatsapp-dark: #128C7E;

	/* Colors - Neutral */
	--color-white: #ffffff;
	--color-bg-light: #f8f9fa;
	--color-bg-gray: #e9ecef;
	--color-text-dark: #2c3e50;
	--color-text-body: #34495e;
	--color-text-muted: #7f8c8d;
	--color-border: #d6e1ec;
	--color-border-light: #e9ecef;

	/* Gradients */
	--gradient-body: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--gradient-header: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	--gradient-nav: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	--gradient-nav-active: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	--gradient-content: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
	--gradient-social: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--gradient-shimmer: linear-gradient(90deg, #3498db, #9b59b6, #e74c3c, #f39c12, #2ecc71);

	/* Radii */
	--radius-sm: 8px;
	--radius-md: 10px;
	--radius-lg: 12px;
	--radius-xl: 16px;
	--radius-pill: 50px;

	/* Shadows */
	--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 15px rgba(0, 0, 0, 0.08);
	--shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);
	--shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.3);
	--shadow-card: 0 15px 35px rgba(0, 0, 0, 0.25);
	--shadow-card-hover: 0 20px 40px rgba(0, 0, 0, 0.3);
	--shadow-primary: 0 4px 15px rgba(52, 152, 219, 0.4);
	--shadow-whatsapp: 0 10px 25px rgba(37, 211, 102, 0.45);
	--shadow-dark: 0 8px 25px rgba(44, 62, 80, 0.3);

	/* Transitions */
	--transition-fast: 0.3s ease;
	--transition-medium: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--transition-slow: 0.5s ease;

	/* Fonts */
	--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ==========================================================================
   2. RESET
   ========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-family);
	background: var(--gradient-body);
	margin: 0;
	padding: 20px 0;
	min-height: 100vh;
	overflow-x: hidden;
}

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

/* ==========================================================================
   3. LAYOUT
   ========================================================================== */
#Principal {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	background: var(--color-white);
	box-shadow: var(--shadow-xl);
	border-radius: var(--radius-lg);
	overflow: hidden;
}

#Principal #Contenido {
	padding: 60px 50px;
	display: flex;
	gap: 50px;
	align-items: flex-start;
	flex-wrap: wrap;
	background: var(--gradient-content);
	position: relative;
}

#Principal #Contenido::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--gradient-shimmer);
	background-size: 400% 100%;
	animation: shimmer 3s linear infinite;
}

#Principal #Contenido #Textos {
	flex: 1;
	min-width: 0;
	animation: fadeInLeft 0.8s ease-out;
}

#Principal #Contenido #Imagenes {
	flex: 0 0 350px;
	text-align: center;
	animation: fadeInRight 0.8s ease-out 0.3s both;
}

#Principal #Contenido #Imagenes img {
	border-radius: var(--radius-lg);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: transform var(--transition-fast);
	max-width: 100%;
	height: auto;
	transition: all var(--transition-medium);
	border: 4px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #3498db, #9b59b6) border-box;
}

#Principal #Contenido #Imagenes img:hover {
	transform: scale(1.08) rotate(2deg);
	box-shadow: var(--shadow-card-hover);
}

/* ==========================================================================
   4. HEADER
   ========================================================================== */
#Principal #Encabezado {
	background: var(--gradient-header);
	padding: 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#Principal #Encabezado::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	opacity: 0.3;
	pointer-events: none;
}

#Principal #Encabezado::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
	animation: float 6s ease-in-out infinite;
	pointer-events: none;
}

#Principal #Encabezado #Logo {
	margin-bottom: 20px;
	animation: fadeInUp 0.8s ease-out;
}

#Principal #Encabezado #Logo .company-name {
	font-size: 48px;
	font-weight: 700;
	color: var(--color-white);
	margin: 0;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#Principal #Encabezado #Logo .tagline {
	font-size: 32px;
	color: #e0e7ff;
	margin-top: 5px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

#Principal #Encabezado #Logo .tagline::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, transparent, #3498db, transparent);
	animation: shimmer 2s infinite;
}

#Principal #Encabezado #Cuerpo {
	font-size: 20px;
	color: var(--color-white);
	font-weight: 500;
	line-height: 1.6;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-sm);
	backdrop-filter: blur(10px);
	animation: fadeInUp 1s ease-out 0.2s both;
	position: relative;
	z-index: 1;
}

/* ==========================================================================
   5. NAVIGATION
   ========================================================================== */
#Principal #Menu {
	display: flex;
	justify-content: center;
	gap: 0;
	background: var(--gradient-nav);
	flex-wrap: wrap;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 3px solid #3498db;
}

#Principal #Menu .nav-link {
	flex: 1;
	min-width: 150px;
	padding: 18px 30px;
	text-decoration: none;
	color: #ecf0f1;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
}

#Principal #Menu .nav-link:last-child {
	border-right: none;
}

#Principal #Menu .nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: #3498db;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

#Principal #Menu .nav-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

#Principal #Menu .nav-link:hover {
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

#Principal #Menu .nav-link:hover::before {
	width: 80%;
}

#Principal #Menu .nav-link:hover::after {
	left: 100%;
}

#Principal #Menu .nav-link.active {
	background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	color: var(--color-white);
	box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}

/* ==========================================================================
   6. CONTENT - Text Styles
   ========================================================================== */
#Principal #Contenido #Textos h1 {
	font-family: 'Inter', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--color-text-dark);
	margin-bottom: 1.5rem;
	padding-bottom: 15px;
	border-bottom: 3px solid #3498db;
	position: relative;
	display: inline-block;
}

#Principal #Contenido #Textos h1::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #9b59b6);
	border-radius: 2px;
}

#Principal #Contenido #Textos p {
	font-family: 'Inter', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: var(--color-text-body);
	text-align: justify;
	font-weight: 400;
	padding: 10px 15px;
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 100%);
	border-radius: var(--radius-sm);
	margin-bottom: 12px;
	border-left: 4px solid #3498db;
	transition: all var(--transition-fast);
}

#Principal #Contenido #Textos p:hover {
	transform: translateX(5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#Principal #Contenido #Textos p strong {
	color: var(--color-text-dark);
	font-weight: 600;
	display: inline-block;
	min-width: 120px;
}

#Principal #Contenido #Textos p a {
	color: #3498db;
	text-decoration: none;
	transition: all var(--transition-fast);
	position: relative;
}

#Principal #Contenido #Textos p a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #3498db;
	transition: width var(--transition-fast);
}

#Principal #Contenido #Textos p a:hover {
	color: #2980b9;
}

#Principal #Contenido #Textos p a:hover::after {
	width: 100%;
}

#Principal #Contenido #Textos ul {
	list-style: none;
	padding: 0;
	counter-reset: list-counter;
}

#Principal #Contenido #Textos ul li {
	position: relative;
	padding: 12px 0 12px 30px;
	margin-bottom: 8px;
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 100%);
	border-left: 4px solid #3498db;
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	transition: all var(--transition-fast);
	box-shadow: var(--shadow-sm);
	counter-increment: list-counter;
	animation: fadeInUp 0.5s ease-out calc(var(--i, 0) * 0.1s) both;
}

#Principal #Contenido #Textos ul li::before {
	content: '\2713';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #2ecc71;
	font-weight: bold;
	font-size: 1.1rem;
}

#Principal #Contenido #Textos ul li:hover {
	transform: translateX(10px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border-left-color: #9b59b6;
}

/* Tool links in content */
#Principal #Contenido #Textos a[href$=".html"] {
	display: block;
	padding: 25px;
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 100%);
	border: 2px solid var(--color-border-light);
	border-radius: var(--radius-lg);
	text-decoration: none;
	color: inherit;
	transition: all var(--transition-medium);
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#Principal #Contenido #Textos a[href$=".html"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
	transition: left 0.5s ease;
}

#Principal #Contenido #Textos a[href$=".html"]:hover::before {
	left: 100%;
}

#Principal #Contenido #Textos a[href$=".html"]:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border-color: #3498db;
}

#Principal #Contenido #Textos a[href$=".html"] h3 {
	color: var(--color-text-dark);
	margin-bottom: 10px;
	transition: color var(--transition-fast);
}

#Principal #Contenido #Textos a[href$=".html"]:hover h3 {
	color: #3498db;
}

/* Images sidebar iframe */
#Principal #Contenido #Imagenes iframe {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	transition: all 0.4s ease;
	border: 4px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, #3498db, #9b59b6) border-box;
}

#Principal #Contenido #Imagenes iframe:hover {
	transform: scale(1.02);
	box-shadow: var(--shadow-card-hover);
}

/* Textos standalone selectors (for dynamically rendered #Textos outside #Contenido) */
#Textos h1 {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: var(--color-text-dark);
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #3498db;
	display: inline-block;
}

#Textos p {
	font-family: 'Inter', sans-serif;
	color: var(--color-text-body);
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 18px;
	font-weight: 400;
}

#Textos p strong {
	color: var(--color-text-dark);
	font-weight: 600;
}

#Textos p a {
	color: #3498db;
	text-decoration: none;
	transition: color var(--transition-fast);
}

#Textos p a:hover {
	color: #2980b9;
	text-decoration: underline;
}

#Textos ul {
	margin: 20px 0;
	padding-left: 0;
}

#Textos ul li {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: var(--color-text-body);
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}

#Textos ul li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #3498db;
	font-weight: 700;
	font-size: 18px;
}

/* Textos2 selectors */
#Textos2 h1 {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: var(--color-text-dark);
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #3498db;
	display: inline-block;
}

#Textos2 p {
	font-family: 'Inter', sans-serif;
	color: var(--color-text-body);
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 18px;
	font-weight: 400;
}

#Textos2 ul {
	margin: 20px 0;
	padding-left: 0;
}

#Textos2 ul li {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: var(--color-text-body);
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}

#Textos2 ul li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #3498db;
	font-weight: 700;
	font-size: 18px;
}

/* Complementos - standalone #Imagenes */
#Imagenes {
	flex: 0 0 350px;
	text-align: center;
}

#Imagenes iframe {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	max-width: 100%;
}

#Imagenes small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: var(--color-text-muted);
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
}

#Imagenes small a {
	color: #3498db;
	text-decoration: none;
	transition: color var(--transition-fast);
}

#Imagenes small a:hover {
	color: #2980b9;
	text-decoration: underline;
}

/* ==========================================================================
   7. COMPONENTS (new class-based selectors for JS templates)
   ========================================================================== */

/* --- Info Boxes --- */
.info-box {
	padding: 20px 25px;
	border-radius: var(--radius-lg);
	margin-bottom: 25px;
}

.info-box p {
	margin: 0;
	font-size: 1.1rem;
	color: var(--color-text-dark);
}

.info-box--blue {
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg-gray) 100%);
	border-left: 5px solid #3498db;
	box-shadow: var(--shadow-md);
}

.info-box--orange {
	background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
	border-left: 5px solid #f39c12;
}

.info-box--green {
	background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
	border-left: 5px solid #2ecc71;
}

.info-box--blue-light {
	background: linear-gradient(135deg, #e8f4fc 0%, #d1ecf9 100%);
	border-left: 5px solid #3498db;
}

.info-box--pink {
	background: linear-gradient(135deg, #fce4ec 0%, #f8bbd9 100%);
	border-left: 5px solid #e91e63;
}

/* --- Quote Box --- */
.quote-box {
	background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-mid) 100%);
	padding: 20px 25px;
	border-radius: var(--radius-lg);
	margin-top: 25px;
	color: var(--color-white);
	text-align: center;
	box-shadow: var(--shadow-dark);
}

.quote-box p {
	margin: 0;
	font-size: 1.1rem;
	font-style: italic;
	line-height: 1.7;
	color: var(--color-white);
	background: none;
	border-left: none;
	padding: 0;
}

/* --- Image Wrapper --- */
.image-wrapper {
	position: relative;
	display: inline-block;
}

.image-wrapper__bg {
	position: absolute;
	top: -10px;
	left: -10px;
	right: 10px;
	bottom: 10px;
	background: linear-gradient(135deg, #3498db, #9b59b6);
	border-radius: var(--radius-xl);
	z-index: 0;
	opacity: 0.3;
}

.image-wrapper__img {
	position: relative;
	z-index: 1;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-card);
}

.image-wrapper__iframe {
	border: 0;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* --- Tool Card --- */
.tool-card {
	display: block;
	padding: 25px;
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 100%);
	border: 2px solid var(--color-border-light);
	border-radius: var(--radius-lg);
	text-decoration: none;
	color: #172033;
	transition: all var(--transition-medium);
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.tool-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border-color: #3498db;
}

.tool-card__bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #9b59b6);
}

.tool-card__header {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.tool-card__title {
	margin: 0;
	color: var(--color-text-dark);
	font-size: 20px;
	font-weight: 600;
}

.tool-card__desc {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.6;
}

.tool-card__link {
	margin-top: 15px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
}

.tool-card__link--blue {
	color: #3498db;
}

.tool-card__link--purple {
	color: #9b59b6;
}

.tool-card__link--green {
	color: #27ae60;
}

.tool-card__icon {
	margin-right: 12px;
}

/* --- Contact Card --- */
.contact-card {
	background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 100%);
	padding: 18px 20px;
	border-radius: var(--radius-md);
	border-left: 4px solid #3498db;
	transition: all var(--transition-fast);
	box-shadow: var(--shadow-sm);
}

.contact-card__label {
	color: var(--color-text-dark);
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-card__value {
	margin: 8px 0 0 0;
	color: var(--color-text-body);
	font-size: 1.05rem;
}

.contact-card__link {
	color: #9b59b6;
	text-decoration: none;
	font-weight: 500;
}

.contact-grid {
	display: grid;
	gap: 15px;
}

/* --- Button --- */
.button {
	text-align: center;
}

.button--whatsapp {
	display: inline-block;
	padding: 20px 45px;
	background: var(--color-whatsapp);
	color: var(--color-white);
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	border-radius: var(--radius-pill);
	box-shadow: var(--shadow-whatsapp);
	transition: var(--transition-fast);
}

/* --- WhatsApp Box --- */
.whatsapp-box {
	background: linear-gradient(135deg, var(--color-whatsapp), var(--color-whatsapp-dark));
	padding: 30px;
	border-radius: 15px;
	color: var(--color-white);
	margin-bottom: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

.whatsapp-box p {
	margin: 0;
	font-size: 1.1rem;
	color: var(--color-text-dark);
}

.whatsapp-box ul {
	margin-top: 20px;
}

.whatsapp-note {
	margin-top: 35px;
	font-size: 18px;
}

.whatsapp-img {
	max-width: 100%;
	width: 420px;
	border-radius: 20px;
	filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.25));
}

.error-message {
	text-align: center;
	padding: 20px;
}

/* --- Site Header Components --- */
.site-header {
	background: var(--gradient-header);
	padding: 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.site-header__logo {
	margin-bottom: 20px;
}

.site-header__icon {
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.site-header__badge {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	font-size: 16px;
	margin-top: 15px;
	backdrop-filter: blur(5px);
}

/* --- Site Navigation Components --- */
.site-nav {
	display: flex;
	justify-content: center;
	gap: 0;
	background: var(--gradient-nav);
	flex-wrap: wrap;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 3px solid #3498db;
}

.site-nav__link {
	flex: 1;
	min-width: 150px;
	padding: 18px 30px;
	text-decoration: none;
	color: #ecf0f1;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

.site-nav__link:hover {
	background: var(--gradient-nav-active);
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: var(--shadow-primary);
}

.site-nav__link.active {
	background: var(--gradient-nav-active);
	color: var(--color-white);
	box-shadow: var(--shadow-primary);
}

/* --- Site Content Components --- */
.site-content {
	padding: 60px 50px;
	display: flex;
	gap: 50px;
	align-items: flex-start;
	flex-wrap: wrap;
	background: var(--gradient-content);
	position: relative;
}

.site-content__text {
	flex: 1;
	min-width: 0;
}

.site-content__text--full {
	flex: 1 1 100%;
	max-width: 100%;
}

.site-content__image {
	flex: 0 0 350px;
	text-align: center;
}

.site-content__image--center {
	text-align: center;
}

/* --- Site Footer Components --- */
.site-footer {
	background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-mid) 100%);
	padding: 30px 20px;
	text-align: center;
	color: #ecf0f1;
	position: relative;
	overflow: hidden;
}

.site-footer__social {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 10px;
}

.site-footer__title {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.site-footer__info {
	font-size: 14px;
	line-height: 1.6;
	margin: 8px 0;
}

/* ==========================================================================
   8. SOCIAL MEDIA
   ========================================================================== */
#Principal #RedesSociales {
	background: var(--gradient-social);
	padding: 30px;
	text-align: center;
	color: var(--color-white);
	position: relative;
	overflow: hidden;
}

#Principal #RedesSociales::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
	opacity: 0.5;
	pointer-events: none;
}

#Principal #RedesSociales p {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}

#Principal #RedesSociales a {
	display: inline-block;
	margin: 0 10px;
	transition: all var(--transition-medium);
	position: relative;
	z-index: 1;
}

#Principal #RedesSociales a:hover {
	transform: translateY(-8px) scale(1.1);
}

#Principal #RedesSociales img {
	transition: transform var(--transition-fast), opacity var(--transition-fast);
	opacity: 0.9;
}

#Principal #RedesSociales a:hover img {
	opacity: 1;
}

#Principal #RedesSociales svg {
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	transition: all var(--transition-fast);
}

#Principal #RedesSociales a:hover svg {
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */
#Principal #Pie {
	background: var(--color-dark);
	padding: 30px 20px;
	text-align: center;
	color: #ecf0f1;
	position: relative;
	overflow: hidden;
}

#Principal #Pie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--gradient-shimmer);
	background-size: 400% 100%;
	animation: shimmer 3s linear infinite;
}

#Principal #Pie p {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.6;
}

#Principal #Pie a {
	color: #3498db;
	text-decoration: none;
	transition: all var(--transition-fast);
	position: relative;
	display: inline-block;
}

#Principal #Pie a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #3498db;
	transition: width var(--transition-fast);
}

#Principal #Pie a:hover {
	color: #5dade2;
	text-decoration: underline;
}

#Principal #Pie a:hover::after {
	width: 100%;
}

/* ==========================================================================
   10. ANIMATIONS
   ========================================================================== */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* ==========================================================================
   11. EMBEDDED
   ========================================================================== */
.embedded-shell {
	width: 100%;
	min-height: 70vh;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	background: var(--color-white);
	overflow: hidden;
}

/* ==========================================================================
   12. RESPONSIVE
   ========================================================================== */

/* --- 768px breakpoint --- */
@media (max-width: 768px) {
	body {
		padding: 10px 0;
	}

	#Principal {
		width: 100%;
		border-radius: 0;
	}

	#Principal #Encabezado {
		padding: 30px 20px;
	}

	#Principal #Encabezado #Logo .company-name {
		font-size: 36px;
	}

	#Principal #Encabezado #Cuerpo {
		font-size: 16px;
		padding: 15px;
	}

	#Principal #Menu {
		flex-direction: column;
	}

	#Principal #Menu .nav-link {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		min-width: 100%;
	}

	#Principal #Contenido {
		padding: 40px 20px;
		gap: 30px;
	}

	#Principal #Contenido #Textos {
		width: 100%;
		min-width: 0;
	}

	#Principal #Contenido #Imagenes {
		flex: 0 0 100%;
		text-align: center;
	}

	#Principal #RedesSociales svg {
		width: 44px;
		height: 44px;
	}

	#Principal #Pie {
		padding: 20px 15px;
	}

	#Textos h1,
	#Textos2 h1 {
		font-size: 28px;
	}

	#Textos p,
	#Textos2 p {
		font-size: 15px;
		text-align: left;
	}

	#Textos ul li,
	#Textos2 ul li {
		font-size: 14px;
		line-height: 1.7;
	}

	#Textos {
		width: 100%;
	}

	#Imagenes {
		width: 100%;
		flex: 0 0 100%;
	}

	#Imagenes iframe {
		width: 100%;
		height: 300px;
	}

	.embedded-shell {
		min-height: 56vh;
		border-radius: var(--radius-md);
	}
}

/* --- 480px breakpoint --- */
@media (max-width: 480px) {
	#Principal #Encabezado #Logo .company-name {
		font-size: 30px;
	}

	#Principal #Encabezado #Logo .tagline {
		font-size: 22px;
	}

	#Principal #Encabezado #Cuerpo {
		font-size: 15px;
	}

	#Principal #Menu .nav-link {
		padding: 14px 12px;
		font-size: 14px;
	}

	#Principal #Contenido {
		padding: 30px 14px;
	}
}
