/* =====================================================
   CSS para página de inicio
   ===================================================== */

/* Hero Section */
.heroSection {
	background-color: transparent; /* Fondo transparente para mostrar el body */
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 40px 60px;
	text-align: center;
}

.heroSection::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: none;
	background-size: 40px 40px, 60px 60px;
	background-position: 0 0, 20px 20px;
	opacity: 0.4;
	pointer-events: none;
}

.treeContainer {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* Aspect ratio 16:9 */
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.youtubeVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 12px;
}

.heroTitle { color: #ffffff; font-size: 48px; font-weight: 700; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; line-height: 1.2; margin: 0 0 30px; position: relative; z-index: 1; max-width: 900px; }
.heroDescription { color: #ffffff; font-size: 18px; font-weight: 400; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; line-height: 1.6; margin: 0 0 50px; position: relative; z-index: 1; max-width: 800px; }
.starButton { background-color: #FFC229; color: #000000; border: none; border-radius: 8px; padding: 16px 48px; font-size: 18px; font-weight: 700; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; text-transform: uppercase; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; position: relative; z-index: 1; }
.starButton:hover { background-color: #FFC229; transform: translateY(-2px); }
.starButton:active { transform: translateY(0); }

@media (max-width: 1024px) {
	.heroSection { padding: 72px 28px 52px; }
	.treeContainer { max-width: 700px; }
	.heroTitle { font-size: 40px; max-width: 760px; }
	.heroDescription { font-size: 18px; max-width: 680px; }
	.starButton { padding: 14px 42px; font-size: 17px; }
}
@media (max-width: 768px) {
	.heroSection { padding: 60px 20px 40px; min-height: auto; }
	.treeContainer { max-width: 100%; margin-bottom: 30px; }
	.videoWrapper { border-radius: 8px; }
	.heroTitle { font-size: 32px; margin-bottom: 20px; }
	.heroDescription { font-size: 16px; margin-bottom: 40px; }
	.starButton { padding: 14px 36px; font-size: 16px; }
}
@media (max-width: 480px) {
	.heroTitle { font-size: 28px; }
	.heroDescription { font-size: 14px; }
	.starButton { padding: 12px 28px; font-size: 14px; }
}

/* Social Media Section */
.socialMediaSection { background-color: transparent; position: relative; width: 100%; padding: 80px 40px; overflow: hidden; }
.socialMediaContainer { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; }
.socialSection { text-align: center; margin-bottom: 80px; }
.socialTitle { color: #ffffff; font-size: 48px; font-weight: 700; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 0 0 20px; }
.socialSubtitle { color: #ffffff; font-size: 20px; font-weight: 400; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 0 0 40px; line-height: 1.5; }
.socialIcons { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.socialIconLink { display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.socialIconLink:hover { transform: translateY(-4px); }
.socialIcon { width: 56px; height: 56px; transition: opacity 0.3s ease; }
.socialIconLink:hover .socialIcon { opacity: 0.8; }
.contactSection { max-width: 820px; margin: 0 auto; padding: 56px 48px; border-radius: 20px; background: linear-gradient(180deg, rgba(18, 32, 63, 0.92) 0%, rgba(10, 19, 38, 0.94) 100%); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 28px 60px rgba(7, 15, 35, 0.5); backdrop-filter: blur(18px); position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.contactTitle { color: #ffffff; font-size: 32px; font-weight: 700; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 0 0 24px; position: relative; z-index: 1; }
.contactInfo { color: #ffffff; font-size: 20px; font-weight: 400; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 0 0 20px; line-height: 1.7; position: relative; z-index: 1; }
.contactLink { color: #FFC229; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.contactLink:hover { color: #FFC229; }
.transparencyText { color: #ffffff; font-size: 19px; font-weight: 400; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 0 0 36px; line-height: 1.7; position: relative; z-index: 1; max-width: 640px; }
.campaignReportLink { color: #ffffff; font-size: 18px; font-weight: 500; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; text-decoration: none; position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 14px; padding-top: 8px; transition: color 0.3s ease; }
.campaignReportLink:hover { color: #FFC229; }
.campaignReportLine { width: 60px; height: auto; flex-shrink: 0; }
@media (max-width: 1024px) {
	.socialMediaSection { padding: 72px 28px; }
	.socialTitle { font-size: 40px; }
	.socialSubtitle { font-size: 18px; }
	.contactSection { max-width: 760px; padding: 48px 36px; }
}
@media (max-width: 768px) {
	.socialMediaSection { padding: 60px 20px; }
	.socialSection { margin-bottom: 60px; }
	.socialTitle { font-size: 32px; }
	.socialSubtitle { font-size: 18px; }
	.socialIcons { gap: 20px; }
	.socialIcon { width: 48px; height: 48px; }
	.contactSection { padding: 44px 28px; border-radius: 18px; }
	.contactTitle { font-size: 36px; margin-bottom: 18px; }
	.contactInfo { font-size: 18px; }
	.transparencyText { font-size: 17px; max-width: 560px; }
	.campaignReportLink { font-size: 17px; gap: 12px; }
	.campaignReportLine { width: 48px; }
}
@media (max-width: 480px) {
	.socialTitle { font-size: 28px; }
	.socialSubtitle { font-size: 16px; }
	.socialIcon { width: 44px; height: 44px; }
	.contactSection { padding: 32px 22px; border-radius: 16px; }
	.contactTitle { font-size: 28px; }
	.contactInfo { font-size: 16px; }
	.transparencyText { font-size: 15px; max-width: 380px; }
	.campaignReportLink { font-size: 15px; gap: 10px; }
	.campaignReportLine { width: 40px; }
}


/* Testimonials Section */
.testimonialsSection { background-color: transparent; position: relative; width: 100%; padding: 80px 40px; }
.testimonialsContainer { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; }
.testimonialsRow { display: grid; gap: 40px; margin-bottom: 60px; place-items: center; }
.testimonialsRow--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.testimonialsRow--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.testimonialsRow:last-child { margin-bottom: 0; }
.testimonialCard { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.photoPlaceholder { width: 180px; height: 180px; border-radius: 50%; background-color: #D6E0E5; margin-bottom: 30px; flex-shrink: 0; position: relative; overflow: visible; }
.testimonialPhoto { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.quotationMarks { position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 30px; height: auto; z-index: 2; }
.testimonialName { color: #ffffff; font-size: 40px; font-weight: 700; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; margin: 26px 0 10px; }
.testimonialText { color: #ffffff; font-size: 18px; font-weight: 400; font-style: italic; font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif; line-height: 1.6; margin: 0; max-width: 420px; margin-left: auto; margin-right: auto; }
@media (max-width: 1400px) {
	.testimonialsRow--five { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1200px) {
	.testimonialsRow--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.testimonialsRow--four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
	.testimonialsSection { padding: 72px 28px; }
	.testimonialsRow { gap: 36px; }
	.testimonialsRow--five,
	.testimonialsRow--four { grid-template-columns: repeat(2, 1fr); }
	.testimonialName { font-size: 32px; }
	.testimonialText { font-size: 17px; }
}
@media (max-width: 768px) {
	.testimonialsSection { padding: 60px 20px; }
	.testimonialsRow { grid-template-columns: 1fr; gap: 40px; margin-bottom: 50px; }
	.testimonialsRow--five,
	.testimonialsRow--four { grid-template-columns: 1fr; }
	.photoPlaceholder { width: 150px; height: 150px; }
	.quotationMarks { width: 26px; bottom: -10px; }
	.testimonialName { font-size: 28px; }
	.testimonialText { font-size: 16px; }
}

/* =====================================================
   CSS para página de Política de Privacidad
   ===================================================== */

.privacyPolicySection {
	background-color: transparent;
	position: relative;
	width: 100%;
	padding: 80px 40px;
}

.privacyPolicyContainer {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.privacyPolicyHeader {
	text-align: center;
	margin-bottom: 60px;
}

.privacyPolicyTitle {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	margin: 0 0 20px;
	line-height: 1.2;
}

.privacyPolicyVersion {
	color: #D6E0E5;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	margin: 0;
}

.privacyPolicyContent {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	line-height: 1.7;
}

.privacyPolicyContent p {
	margin: 0 0 24px;
}

.privacyPolicyContent h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	margin: 48px 0 24px;
	line-height: 1.3;
}

.privacyPolicyContent h3 {
	color: #FFC229;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	margin: 36px 0 16px;
	line-height: 1.4;
}

.privacyPolicyContent ul,
.privacyPolicyContent ol {
	margin: 0 0 24px;
	padding-left: 32px;
}

.privacyPolicyContent li {
	margin: 0 0 12px;
}

.privacyPolicyContent a {
	color: #FFC229;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.privacyPolicyContent a:hover {
	color: #FFD966;
	text-decoration: underline;
}

.privacyPolicyTable {
	width: 100%;
	margin: 32px 0;
	border-collapse: collapse;
	background: linear-gradient(180deg, rgba(18, 32, 63, 0.92) 0%, rgba(10, 19, 38, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	overflow: hidden;
}

.privacyPolicyTable th {
	background: rgba(255, 194, 41, 0.15);
	color: #FFC229;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	padding: 20px;
	text-align: left;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.privacyPolicyTable td {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Atkinson Hyperlegible Next', 'Atkinson Hyperlegible', sans-serif;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 1.6;
}

.privacyPolicyTable tr:last-child td {
	border-bottom: none;
}

.privacyPolicyTable tr:hover {
	background: rgba(255, 255, 255, 0.03);
}

.privacyPolicyHighlight {
	background: linear-gradient(180deg, rgba(18, 32, 63, 0.92) 0%, rgba(10, 19, 38, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 32px;
	margin: 32px 0;
}

.privacyPolicyHighlight p {
	margin: 0 0 16px;
}

.privacyPolicyHighlight p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.privacyPolicySection {
		padding: 72px 28px;
	}

	.privacyPolicyContainer {
		max-width: 900px;
	}

	.privacyPolicyTitle {
		font-size: 40px;
	}

	.privacyPolicyContent h2 {
		font-size: 28px;
	}

	.privacyPolicyContent h3 {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.privacyPolicySection {
		padding: 60px 20px;
	}

	.privacyPolicyHeader {
		margin-bottom: 48px;
	}

	.privacyPolicyTitle {
		font-size: 32px;
	}

	.privacyPolicyVersion {
		font-size: 16px;
	}

	.privacyPolicyContent {
		font-size: 16px;
	}

	.privacyPolicyContent h2 {
		font-size: 24px;
		margin: 36px 0 20px;
	}

	.privacyPolicyContent h3 {
		font-size: 20px;
		margin: 28px 0 14px;
	}

	.privacyPolicyContent ul,
	.privacyPolicyContent ol {
		padding-left: 24px;
	}

	.privacyPolicyTable {
		font-size: 14px;
	}

	.privacyPolicyTable th,
	.privacyPolicyTable td {
		padding: 12px 16px;
		font-size: 14px;
	}

	.privacyPolicyHighlight {
		padding: 24px;
	}
}

@media (max-width: 480px) {
	.privacyPolicySection {
		padding: 48px 16px;
	}

	.privacyPolicyTitle {
		font-size: 28px;
	}

	.privacyPolicyContent {
		font-size: 15px;
	}

	.privacyPolicyContent h2 {
		font-size: 22px;
	}

	.privacyPolicyContent h3 {
		font-size: 18px;
	}

	.privacyPolicyTable {
		display: block;
		overflow-x: auto;
	}

	.privacyPolicyTable th,
	.privacyPolicyTable td {
		padding: 10px 12px;
		font-size: 13px;
	}
}

