.comunidad-hero-section {
	position: relative;
	width: 100%;
	min-height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 80px;
}

.comunidad-hero-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.comunidad-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
}

.comunidad-hero-title {
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.comunidad-hero-subtitle {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.comunidad-hero-title {
		font-size: 3rem;
	}
	.comunidad-hero-subtitle {
		font-size: 1.125rem;
	}
}

@media (min-width: 1024px) {
	.comunidad-hero-title {
		font-size: 3.75rem;
	}
}

body.single-comunidad_aef .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

body.single-comunidad_aef .header-nav .nav-link,
body.single-comunidad_aef .header-nav .nav-link svg,
body.single-comunidad_aef .action-button-secondary,
body.single-comunidad_aef .action-button-primary,
body.single-comunidad_aef .mobile-menu-icon,
body.single-comunidad_aef .mobile-menu-icon svg,
body.single-comunidad_aef .mobile-menu-icon svg path {
	color: #FFFFFF !important;
	fill: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

body.single-comunidad_aef .action-button-primary {
	background-color: #2563eb !important;
	border-color: #2563eb !important;
}

body.single-comunidad_aef .action-button-secondary {
	border-color: #FFFFFF !important;
	background-color: transparent !important;
}

body.single-comunidad_aef .search-button svg path {
	stroke: #FFFFFF !important;
}

body.single-comunidad_aef .header-logo img {
	filter: brightness(0) invert(1);
}

body.single-comunidad_aef.has-hero .site-header {
	background-color: transparent !important;
}

@media (max-width: 768px) {
	.comunidad-hero-section {
		min-height: 50vh;
		padding-top: 100px;
		padding-bottom: 60px;
	}
	
	.comunidad-hero-title {
		font-size: 1.875rem;
	}
}

