/*
 Theme Name:   14M Banco
 Theme URI:    https://www.14demarzo.fin.ec/
 Description:  Child theme de Astra para Cooperativa 14 de Marzo. Paleta institucional azul y oro.
 Author:       Cooperativa 14 de Marzo
 Template:     astra
 Version:      1.8.2
 Requires at least: 6.0
 Requires PHP: 8.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  14m-banco
*/

:root {
	--14m-navy: #2c3e54;
	--14m-navy-dark: #1c2a3a;
	--14m-gold: #ffb100;
	--14m-gold-hover: #f59c08;
	--14m-text: #4f4e4e;
	--14m-muted: #6b7280;
	--14m-surface: #f6f3ec;
	--14m-line: #e5e1d6;
	--14m-white: #ffffff;
	--14m-max: 1120px;
	--14m-page: 1280px;
	--14m-gutter: 32px;
}

html {
	background: #d8d3c8;
	scroll-behavior: smooth;
}

body {
	color: var(--14m-text);
	font-family: Raleway, sans-serif;
	background: #d8d3c8;
}

.site,
#page {
	max-width: var(--14m-page);
	margin: 0 auto;
	background: var(--14m-white);
	box-shadow: 0 0 0 1px rgba(44, 62, 84, 0.06), 0 16px 40px rgba(28, 42, 58, 0.08);
}

a {
	color: var(--14m-navy);
}

a:hover,
a:focus {
	color: var(--14m-gold-hover);
}

.c14m-wrap {
	width: min(var(--14m-max), calc(100% - (var(--14m-gutter) * 2)));
	margin: 0 auto;
}

.c14m-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--14m-gold);
}

.c14m-kicker--dark {
	color: var(--14m-gold-hover);
}

.c14m-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.c14m-btn--gold {
	background: var(--14m-gold);
	color: var(--14m-navy);
}

.c14m-btn--gold:hover {
	background: var(--14m-gold-hover);
	color: var(--14m-navy);
}

.c14m-btn--ghost {
	background: #f4f7fa;
	border: 1px solid #f4f7fa;
	color: var(--14m-navy);
}

.c14m-btn--ghost:hover {
	background: var(--14m-gold);
	border-color: var(--14m-gold);
	color: var(--14m-navy);
}

.c14m-btn--navy {
	background: var(--14m-navy);
	color: var(--14m-white);
}

.c14m-btn--navy:hover {
	background: var(--14m-navy-dark);
	color: var(--14m-white);
}

.c14m-link {
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--14m-gold);
}

/* Top bar */
.c14m-topbar {
	background: var(--14m-navy-dark);
	color: #d7dde5;
	font-size: 13px;
}

.c14m-topbar .c14m-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 32px;
}

.c14m-topbar p {
	margin: 0;
}

.c14m-topbar__links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.c14m-topbar a {
	color: #d7dde5;
	text-decoration: none;
}

.c14m-topbar a:hover {
	color: var(--14m-gold);
}

.c14m-topbar__cta {
	padding: 6px 12px;
	background: var(--14m-gold);
	color: var(--14m-navy) !important;
	font-weight: 700;
}

/* Astra header */
.site,
#page {
	overflow: visible;
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--14m-navy);
}

.main-header-bar,
.ast-primary-header-bar,
#masthead {
	background: var(--14m-navy) !important;
	box-shadow: 0 8px 20px rgba(16, 28, 40, 0.22);
}

.ast-primary-header-bar,
.main-header-bar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ast-primary-header-bar .site-primary-header-wrap,
.main-header-bar .ast-container {
	min-height: 56px;
	max-width: 100%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: var(--14m-gutter) !important;
	padding-right: var(--14m-gutter) !important;
}

.site-title,
.site-title a,
.site-description,
.ast-site-title-wrap,
.site-title-wrap {
	display: none !important;
}

.site-header-primary-section-left,
.ast-site-identity,
.site-branding {
	max-width: 150px;
}

.custom-logo-link img,
.site-logo-img img {
	max-height: 40px;
	width: auto;
}

.ast-primary-header-bar .ast-builder-grid-row,
.main-header-bar .ast-container,
.ast-main-header-nav-open .main-header-bar {
	align-items: center;
}

@media (min-width: 922px) {
	.main-header-menu,
	.ast-builder-menu .main-header-menu {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
	}
}

.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu .main-header-menu > .menu-item > .menu-link {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: #f4f7fa !important;
	padding: 8px 10px !important;
	white-space: nowrap;
}

.main-header-menu .menu-item:hover > .menu-link,
.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu .menu-item:hover > .menu-link,
.ast-builder-menu .current-menu-item > .menu-link {
	color: var(--14m-gold) !important;
}

.main-header-menu .sub-menu,
.ast-builder-menu .sub-menu {
	background: var(--14m-navy-dark) !important;
	border: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.main-header-menu .sub-menu .menu-link,
.ast-builder-menu .sub-menu .menu-link {
	color: #e8edf2 !important;
}

.main-header-menu .sub-menu .menu-link:hover,
.ast-builder-menu .sub-menu .menu-link:hover {
	color: var(--14m-gold) !important;
	background: transparent !important;
}

.ast-mobile-menu-trigger-minimal,
.ast-button-wrap .menu-toggle,
.ast-menu-toggle {
	color: var(--14m-white) !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
}

.c14m-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 44px;
	min-height: 44px;
	padding: 0 12px;
	border: 0;
	background: var(--14m-gold);
	color: var(--14m-navy);
	font: 700 13px/1 Raleway, sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.c14m-nav-toggle__bars {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 18px;
	height: 14px;
}

.c14m-nav-toggle__bars span {
	display: block;
	height: 2px;
	background: var(--14m-navy);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.c14m-nav-open .c14m-nav-toggle__bars span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

body.c14m-nav-open .c14m-nav-toggle__bars span:nth-child(2) {
	opacity: 0;
}

body.c14m-nav-open .c14m-nav-toggle__bars span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.c14m-mobile-nav {
	display: none;
	background: var(--14m-navy-dark);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.c14m-mobile-nav__list {
	margin: 0;
	padding: 8px 0 16px;
	list-style: none;
}

.c14m-mobile-nav__list .menu-item {
	margin: 0;
	list-style: none;
}

.c14m-mobile-nav__list .menu-item > a {
	display: block;
	padding: 12px var(--14m-gutter);
	color: #f4f7fa;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.c14m-mobile-nav__list .menu-item > a:hover,
.c14m-mobile-nav__list .current-menu-item > a {
	color: var(--14m-gold);
}

.c14m-mobile-nav__list .sub-menu {
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: transparent;
	box-shadow: none;
}

.c14m-mobile-nav__list .sub-menu .menu-item > a {
	font-size: 14px;
	font-weight: 500;
	color: #d5d8de;
	padding-left: calc(var(--14m-gutter) + 8px);
}

@media (max-width: 921px) {
	.ast-mobile-header-wrap .ast-button-wrap,
	.ast-mobile-header-wrap .main-header-menu-toggle {
		display: none !important;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right,
	.ast-header-break-point .site-header-primary-section-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 44px;
		max-width: none;
	}

	.c14m-nav-toggle {
		display: inline-flex;
		position: absolute;
		top: 6px;
		right: var(--14m-gutter);
		z-index: 6;
	}

	.ast-mobile-header-wrap .site-header-primary-section-right {
		min-height: 44px;
		min-width: 88px;
	}

	body.c14m-nav-open .c14m-mobile-nav,
	.c14m-mobile-nav:not([hidden]) {
		display: block;
	}

	body.c14m-nav-open {
		overflow: hidden;
	}
}

@media (min-width: 922px) {
	.ast-primary-header-bar .site-primary-header-wrap,
	.main-header-bar .ast-container {
		min-height: 56px;
	}

	.c14m-nav-toggle,
	.c14m-mobile-nav {
		display: none !important;
	}
}

/* Home */
.home .site-content,
.home #content,
.home .ast-container,
.c14m-branded .site-content,
.c14m-branded #content,
.c14m-branded .ast-container,
.c14m-branded .site-content > .ast-container,
.site-content:has(.c14m-inner) > .ast-container {
	display: block;
	padding: 0;
	max-width: none;
	width: 100%;
}

.home #primary,
.c14m-branded #primary,
.c14m-branded .content-area {
	display: block;
	margin: 0;
	width: 100%;
	max-width: none;
	float: none;
}

.c14m-branded #secondary {
	display: none;
}

.c14m-inner,
.c14m-inner-hero,
.c14m-inner-body,
.c14m-inner .c14m-cta {
	display: block;
	width: 100%;
	max-width: none;
	flex: 1 1 100%;
	min-width: 0;
	box-sizing: border-box;
}

.c14m-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: flex-end;
	background: var(--14m-navy) center / cover no-repeat;
	color: var(--14m-white);
}

.c14m-hero--slider {
	min-height: 560px;
	display: block;
	overflow: hidden;
}

.c14m-slider,
.c14m-slide {
	position: absolute;
	inset: 0;
}

.c14m-slide {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	background: var(--14m-navy) center / cover no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.c14m-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.c14m-slider__btn,
.c14m-slider__dot {
	border: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.c14m-slider__btn {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 1;
	transform: translateY(-50%);
}

.c14m-slider__btn--prev {
	left: 16px;
}

.c14m-slider__btn--next {
	right: 16px;
}

.c14m-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 52px;
	z-index: 4;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.c14m-slider__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
}

.c14m-slider__dot.is-active,
.c14m-slider__btn:hover {
	background: var(--14m-gold);
	color: var(--14m-navy);
}

.c14m-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(28, 42, 58, 0.88) 0%, rgba(28, 42, 58, 0.42) 70%, rgba(28, 42, 58, 0.2) 100%);
}

.c14m-hero__content {
	position: relative;
	z-index: 1;
	width: min(560px, calc(100% - 96px));
	margin: 0;
	margin-left: var(--14m-gutter);
	padding: 0 0 88px;
}

.c14m-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(40px, 6vw, 68px);
	line-height: 1.05;
	color: var(--14m-white);
}

.c14m-hero__lead {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.55;
	color: #e8edf2;
}

.c14m-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.c14m-quick {
	margin-top: -28px;
	position: relative;
	z-index: 2;
	padding-bottom: 24px;
}

.c14m-quick__grid,
.c14m-products__grid,
.c14m-news__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.c14m-card,
.c14m-products article,
.c14m-news__item {
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
	padding: 24px;
	text-decoration: none;
	color: inherit;
}

.c14m-card {
	box-shadow: 0 10px 30px rgba(28, 42, 58, 0.08);
}

.c14m-card:hover {
	border-color: var(--14m-gold);
	color: inherit;
}

.c14m-card__label {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-card strong,
.c14m-products h3,
.c14m-news h3 {
	display: block;
	margin: 0 0 8px;
	color: var(--14m-navy);
	font-size: 18px;
}

.c14m-card span:last-child,
.c14m-products p,
.c14m-news p {
	color: var(--14m-muted);
	font-size: 14px;
	line-height: 1.5;
}

.c14m-about,
.c14m-news {
	padding: 72px 0;
	background: var(--14m-surface);
}

.c14m-about__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 48px;
	align-items: start;
}

.c14m-about h2,
.c14m-products h2,
.c14m-news h2,
.c14m-cta h2 {
	margin: 0 0 16px;
	color: var(--14m-navy);
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.2;
}

.c14m-about p {
	margin: 0 0 20px;
	line-height: 1.7;
}

.c14m-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c14m-stats li {
	background: var(--14m-white);
	border-top: 3px solid var(--14m-gold);
	padding: 20px;
}

.c14m-stats strong {
	display: block;
	color: var(--14m-navy);
	font-size: 28px;
}

.c14m-stats span {
	color: var(--14m-muted);
	font-size: 13px;
}

.c14m-products {
	padding: 72px 0;
	background: var(--14m-white);
}

.c14m-products__grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 32px;
}

.c14m-products a,
.c14m-news h3 a {
	font-weight: 700;
	text-decoration: none;
}

.c14m-news__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.c14m-news__grid {
	grid-template-columns: repeat(3, 1fr);
}

.c14m-news time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-news__item .c14m-link {
	display: inline-block;
	margin-top: 12px;
	color: var(--14m-navy);
}

.c14m-notices {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 0 12px;
}

.c14m-notices__item {
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
	padding: 24px 28px;
}

.c14m-notices__item time {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-notices__item h3 {
	margin: 0 0 8px;
	color: var(--14m-navy);
	font-size: 20px;
	line-height: 1.3;
}

.c14m-notices__item p {
	margin: 0 0 16px;
	color: var(--14m-muted);
	font-size: 15px;
	line-height: 1.6;
}

.c14m-notices__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}

.c14m-notices__file {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--14m-navy);
	font-weight: 700;
	text-decoration: none;
}

.c14m-notices__file:hover,
.c14m-notices__file:focus {
	color: var(--14m-gold-hover);
}

.c14m-cta {
	padding: 0 0 72px;
	background: var(--14m-surface);
}

.c14m-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 40px;
	background: var(--14m-white);
	border-left: 4px solid var(--14m-gold);
}

.c14m-cta p {
	margin: 0;
	color: var(--14m-muted);
}

.c14m-promo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 8px 0 40px;
	padding: 32px 36px;
	background: var(--14m-navy);
	color: var(--14m-white);
	border-left: 6px solid var(--14m-gold);
	box-shadow: 0 12px 28px rgba(28, 42, 58, 0.18);
}

.c14m-promo .c14m-kicker {
	color: var(--14m-gold);
}

.c14m-promo h2 {
	margin: 0 0 8px;
	color: var(--14m-white);
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.2;
}

.c14m-promo p {
	margin: 0;
	max-width: 520px;
	color: #d7dde5;
	line-height: 1.55;
}

.c14m-promo__btn {
	flex: 0 0 auto;
	min-height: 54px;
	padding: 0 28px;
	font-size: 16px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.c14m-promo__btn:hover,
.c14m-promo__btn:focus {
	transform: translateY(-1px);
	background: var(--14m-gold-hover);
	color: var(--14m-navy);
}

.site-footer,
.ast-footer-copyright,
.site-below-footer-wrap,
.site-primary-footer-wrap {
	display: none;
}

.c14m-footer {
	background: var(--14m-navy);
	color: #d5dbe3;
	margin-top: 0;
}

.c14m-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
	gap: 36px;
	padding: 48px 0 40px;
}

.c14m-footer__logo {
	display: inline-block;
	margin-bottom: 14px;
}

.c14m-footer__logo img {
	display: block;
	max-height: 48px;
	width: auto;
}

.c14m-footer__brand p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.6;
	color: #c5ced8;
}

.c14m-footer__place {
	color: var(--14m-gold) !important;
	font-weight: 700;
	font-size: 13px;
}

.c14m-footer h2 {
	margin: 0 0 14px;
	color: var(--14m-white);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.c14m-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c14m-footer li {
	margin: 0 0 8px;
}

.c14m-footer a {
	color: #c5ced8;
	text-decoration: none;
	font-size: 14px;
}

.c14m-footer a:hover,
.c14m-footer a:focus {
	color: var(--14m-gold);
}

.c14m-cosede {
	padding: 8px 0 56px;
	background: var(--14m-surface);
}

.c14m-cosede__banner {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
}

.c14m-cosede__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.c14m-cosede__btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 16px 0 0;
}

.c14m-cosede__btn {
	justify-self: center;
	min-width: min(100%, 280px);
	min-height: 42px;
	padding: 0 18px;
	border-radius: 4px;
	font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 700px) {
	.c14m-cosede__btns {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.c14m-cosede__btn {
		width: 100%;
		min-width: 0;
		white-space: normal;
		text-align: center;
	}
}

.c14m-legal {
	background: #162231;
	color: #b7c0cb;
	font-size: 12px;
	padding: 16px 0 20px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c14m-legal p {
	margin: 0 0 4px;
}

/* Inner pages: keep content readable after leaving the old theme */
.ast-separate-container .ast-article-single,
.ast-plain-container .entry-content {
	background: var(--14m-white);
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	color: var(--14m-navy);
}

@media (max-width: 900px) {
	:root {
		--14m-gutter: 20px;
	}

	.c14m-topbar .c14m-wrap,
	.c14m-about__grid,
	.c14m-cta__box,
	.c14m-news__head {
		flex-direction: column;
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.c14m-topbar__note {
		display: none;
	}

	.c14m-quick__grid,
	.c14m-products__grid,
	.c14m-news__grid {
		grid-template-columns: 1fr 1fr;
	}

	.c14m-hero {
		min-height: 460px;
	}

	.c14m-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
		padding-top: 36px;
	}
}

@media (max-width: 640px) {
	:root {
		--14m-gutter: 16px;
	}

	.c14m-quick__grid,
	.c14m-products__grid,
	.c14m-news__grid,
	.c14m-stats,
	.c14m-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* Aviso Popup Maker — cambio de horario */
.pum-popup-id-4421 .pum-container {
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.pum-popup-id-4421 .pum-title {
	display: none;
}

.pum-popup-id-4421 .pum-content {
	padding: 0 !important;
}

.c14m-aviso {
	overflow: hidden;
	background: #f7f4ec;
	border: 1px solid #e5e1d6;
	color: #4f4e4e;
	font-family: Raleway, sans-serif;
	text-align: center;
}

.c14m-aviso__head {
	padding: 20px 24px 4px;
	border-top: 6px solid #ffb100;
}

.c14m-aviso__logo {
	display: block;
	width: 140px;
	height: 56px;
	margin: 0 auto 10px;
	background: url(assets/logo-14m.png) center / contain no-repeat;
}

.c14m-aviso__brand {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2c3e54;
}

.c14m-aviso__slogan {
	margin: 6px 0 0;
	font-size: 13px;
	font-style: italic;
	color: #6b7280;
}

.c14m-aviso__body {
	padding: 22px 24px 8px;
}

.c14m-aviso h2 {
	margin: 0 0 6px;
	color: #2c3e54;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.c14m-aviso__agencies {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 12px 0 18px;
	padding: 0;
	list-style: none;
}

.c14m-aviso__agencies li {
	padding: 5px 10px;
	background: #ffb100;
	color: #2c3e54;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.c14m-aviso p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.55;
}

.c14m-aviso__hours {
	margin: 18px 0;
	padding: 14px 16px;
	background: #fff;
	border: 2px solid #ffb100;
}

.c14m-aviso__hours strong {
	display: block;
	margin-bottom: 8px;
	color: #2c3e54;
	font-size: 14px;
}

.c14m-aviso__hours span {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	color: #2c3e54;
}

.c14m-aviso__cta {
	display: inline-flex;
	margin: 6px 0 16px;
	padding: 10px 18px;
	background: #ffb100;
	color: #2c3e54 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.c14m-aviso__foot {
	padding: 12px 16px;
	background: #ffb100;
	color: #2c3e54;
	font-size: 12px;
	font-weight: 700;
}

.c14m-aviso__foot a {
	color: #2c3e54 !important;
	text-decoration: none !important;
}

@media (max-width: 520px) {
	.c14m-aviso h2 {
		font-size: 18px;
	}
}

/* Páginas internas */
.c14m-inner-hero {
	padding: 56px 0 48px;
	background: var(--14m-navy);
	color: var(--14m-white);
	width: 100%;
}

.c14m-inner-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.15;
	color: var(--14m-white);
}

.c14m-inner-hero__lead {
	max-width: 680px;
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #d7dde5;
}

.c14m-inner-body {
	padding: 48px 0 24px;
}

.c14m-block {
	margin: 0 0 36px;
}

.c14m-block h2,
.c14m-inner-body h2 {
	margin: 0 0 14px;
	color: var(--14m-navy);
	font-size: 22px;
}

.c14m-block p {
	margin: 0;
	max-width: 760px;
	line-height: 1.7;
}

.c14m-inner-cards,
.c14m-split,
.c14m-agencies,
.c14m-videos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 0 0 36px;
}

.c14m-inner-cards--2,
.c14m-videos {
	grid-template-columns: repeat(2, 1fr);
}

.c14m-split {
	grid-template-columns: 1fr 1fr;
}

.c14m-agencies {
	grid-template-columns: repeat(2, 1fr);
}

.c14m-inner-cards article,
.c14m-agencies article,
.c14m-split .c14m-block {
	margin: 0;
	padding: 24px;
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
}

.c14m-inner-cards h3,
.c14m-agencies h3 {
	margin: 0 0 8px;
	color: var(--14m-navy);
	font-size: 18px;
}

.c14m-inner-cards p,
.c14m-agencies p {
	margin: 0 0 8px;
	color: var(--14m-muted);
	font-size: 14px;
	line-height: 1.5;
}

.c14m-inner-cards article:has(.c14m-card-link) {
	padding: 0;
}

.c14m-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px;
	color: inherit;
	text-decoration: none;
}

.c14m-card-link:hover,
.c14m-card-link:focus {
	color: inherit;
}

.c14m-inner-cards article:has(.c14m-card-link):hover {
	border-color: var(--14m-gold);
}

.c14m-card-link__more {
	margin-top: auto;
	padding-top: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--14m-gold-hover);
}

.c14m-agencies__phone {
	font-weight: 700;
	color: var(--14m-navy) !important;
}

.c14m-agencies__note {
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--14m-gold-hover) !important;
}

.c14m-checklist,
.c14m-files {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c14m-checklist li,
.c14m-files li {
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid var(--14m-line);
	position: relative;
	line-height: 1.5;
}

.c14m-files li {
	padding: 0;
}

.c14m-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	background: var(--14m-gold);
}

.c14m-files a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 4px;
	font-weight: 700;
	text-decoration: none;
}

.c14m-files a:hover,
.c14m-files a:focus {
	color: var(--14m-gold-hover);
}

.c14m-jumpnav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
}

.c14m-jumpnav a {
	padding: 8px 14px;
	border: 1px solid var(--14m-line);
	background: var(--14m-white);
	color: var(--14m-navy);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.c14m-jumpnav a:hover,
.c14m-jumpnav a:focus {
	border-color: var(--14m-gold);
	color: var(--14m-navy);
}

.c14m-doc-section {
	scroll-margin-top: 96px;
	margin: 0 0 20px;
	padding: 24px 28px 12px;
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
}

.c14m-doc-section h2 {
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 3px solid var(--14m-gold);
	color: var(--14m-navy);
	font-size: 22px;
	line-height: 1.3;
}

.c14m-doc-section > p {
	margin: 0 0 12px;
	color: var(--14m-muted);
	font-size: 15px;
	line-height: 1.6;
}

.c14m-files__icon {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	color: #c0392b;
}

.c14m-files__icon--excel {
	color: #1d6f42;
}

.c14m-files__icon span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}

.c14m-files__label {
	flex: 1;
}

.c14m-files__type {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-form {
	max-width: 860px;
	margin: 0 auto 24px;
	padding: 24px;
	background: var(--14m-surface);
	border: 1px solid var(--14m-line);
}

.c14m-form input,
.c14m-form select,
.c14m-form textarea {
	max-width: 100%;
}

.c14m-inner .c14m-cta {
	padding: 0 0 72px;
	background: var(--14m-white);
}

.c14m-inner .c14m-news__grid {
	margin-bottom: 12px;
}

.c14m-sitemap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2rem;
}

.c14m-sitemap a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ffb100;
}

.c14m-sitemap a:hover {
	color: #2c3e54;
}

.c14m-article {
	max-width: 760px;
}

.c14m-article p,
.c14m-article li {
	line-height: 1.7;
}

.c14m-article img {
	max-width: 100%;
	height: auto;
}

.c14m-people {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 40px;
}

.c14m-people article {
	background: var(--14m-surface);
	border: 1px solid var(--14m-line);
	overflow: hidden;
}

.c14m-people img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: fill;
	background: var(--14m-navy);
}

.c14m-people__role {
	margin: 14px 16px 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-people h3 {
	margin: 0 16px 18px;
	color: var(--14m-navy);
	font-size: 18px;
	line-height: 1.35;
}

.c14m-council {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin: 0 0 40px;
}

.c14m-council__photo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: fill;
	border: 1px solid var(--14m-line);
}

.c14m-people-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c14m-people-list li {
	padding: 12px 0;
	border-bottom: 1px solid var(--14m-line);
}

.c14m-people-list span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-people-list strong {
	display: block;
	margin-top: 4px;
	color: var(--14m-navy);
	font-size: 16px;
}

.c14m-contact-main {
	max-width: 560px;
	margin: 0 auto 40px;
	text-align: center;
}

.c14m-contact-main h2 {
	margin-bottom: 10px;
}

.c14m-contact-main__phone {
	font-size: 22px;
	font-weight: 700;
	color: var(--14m-navy);
}

.c14m-contact-main a {
	color: var(--14m-navy);
}

.c14m-section-title {
	margin: 8px 0 20px;
	text-align: center;
}

.c14m-map {
	margin: 36px 0 8px;
}

.c14m-map h2 {
	text-align: center;
	margin-bottom: 16px;
}

.c14m-map iframe {
	display: block;
	width: 100%;
	height: 380px;
	border: 1px solid var(--14m-line);
	background: var(--14m-surface);
}

.c14m-videos article {
	margin: 0;
}

.c14m-videos h3 {
	margin: 0 0 12px;
	color: var(--14m-navy);
	font-size: 18px;
	line-height: 1.4;
}

.c14m-videos__frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 1px solid var(--14m-line);
	background: var(--14m-navy);
}

.c14m-videos__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.c14m-stories {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0 0 36px;
}

.c14m-stories article {
	overflow: hidden;
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
}

.c14m-stories article,
.c14m-stories__link {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 0;
}

.c14m-stories article:has(.c14m-stories__link) {
	display: block;
}

.c14m-stories__link {
	color: inherit;
	text-decoration: none;
}

.c14m-stories__link:hover,
.c14m-stories__link:focus {
	color: inherit;
}

.c14m-stories article:has(.c14m-stories__link):hover {
	border-color: var(--14m-gold);
}

.c14m-stories img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	background: var(--14m-navy);
}

.c14m-stories__body {
	padding: 22px 24px;
}

.c14m-stories time {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-stories h3 {
	margin: 0 0 10px;
	color: var(--14m-navy);
	font-size: 20px;
	line-height: 1.3;
}

.c14m-stories p {
	margin: 0;
	max-width: none;
	color: var(--14m-muted);
	font-size: 15px;
	line-height: 1.6;
}

.c14m-stories__video,
.c14m-stories__more {
	display: inline-block;
	margin-top: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--14m-gold-hover);
}

.c14m-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 36px;
}

.c14m-gallery a,
.c14m-gallery .c14m-thumb,
.c14m-album__thumbs .c14m-thumb {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--14m-line);
	background: var(--14m-surface);
	cursor: pointer;
}

.c14m-gallery img,
.c14m-album__thumbs img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.c14m-albums {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 40px;
}

.c14m-album {
	overflow: hidden;
	background: var(--14m-white);
	border: 1px solid var(--14m-line);
}

.c14m-album.is-open {
	border-color: var(--14m-gold);
}

.c14m-album__toggle {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) 28px;
	gap: 16px;
	align-items: center;
	width: 100%;
	padding: 12px 16px;
	border: 0;
	background: transparent;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.c14m-album__cover {
	width: 88px;
	height: 72px;
	object-fit: cover;
	background: var(--14m-navy);
}

.c14m-album__meta {
	display: block;
	min-width: 0;
}

.c14m-album__meta time,
.c14m-album__count {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--14m-gold-hover);
}

.c14m-album__meta strong {
	display: block;
	margin: 4px 0;
	color: var(--14m-navy);
	font-size: 17px;
	line-height: 1.3;
}

.c14m-album__chevron {
	color: var(--14m-navy);
	font-size: 18px;
	transition: transform 0.2s ease;
}

.c14m-album.is-open .c14m-album__chevron {
	transform: rotate(180deg);
}

.c14m-album__panel {
	display: none;
	padding: 0 16px 18px 16px;
}

.c14m-album.is-open .c14m-album__panel {
	display: block;
}

.c14m-album__panel p {
	margin: 0 0 14px;
	color: var(--14m-muted);
	font-size: 15px;
	line-height: 1.6;
}

.c14m-album__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.c14m-thumb:hover,
.c14m-thumb:focus {
	outline: 2px solid var(--14m-gold);
	outline-offset: 1px;
}

body.c14m-lightbox-open {
	overflow: hidden;
}

.c14m-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
}

.c14m-lightbox[hidden] {
	display: none;
}

.c14m-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(28, 42, 58, 0.92);
}

.c14m-lightbox__stage {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: min(1100px, calc(100vw - 120px));
	max-height: 88vh;
}

.c14m-lightbox__stage img {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	margin: 0 auto;
	object-fit: contain;
}

.c14m-lightbox__stage figcaption {
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.c14m-lightbox__close,
.c14m-lightbox__nav {
	position: absolute;
	z-index: 2;
	border: 0;
	background: var(--14m-gold);
	color: var(--14m-navy);
	cursor: pointer;
}

.c14m-lightbox__close {
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	font-size: 28px;
	line-height: 1;
}

.c14m-lightbox__nav {
	top: 50%;
	width: 48px;
	height: 48px;
	font-size: 32px;
	line-height: 1;
	transform: translateY(-50%);
}

.c14m-lightbox__nav--prev {
	left: 18px;
}

.c14m-lightbox__nav--next {
	right: 18px;
}

@media (max-width: 860px) {
	.c14m-inner-cards,
	.c14m-inner-cards--2,
	.c14m-split,
	.c14m-agencies,
	.c14m-videos,
	.c14m-gallery,
	.c14m-sitemap,
	.c14m-people,
	.c14m-council,
	.c14m-stories article,
	.c14m-stories__link {
		grid-template-columns: 1fr;
	}

	.c14m-stories img {
		min-height: 200px;
		height: 200px;
	}

	.c14m-files__type {
		display: none;
	}

	.c14m-promo {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.c14m-promo__btn {
		width: 100%;
	}

	.c14m-album__toggle {
		grid-template-columns: 72px minmax(0, 1fr) 24px;
		gap: 12px;
		padding: 10px 12px;
	}

	.c14m-album__cover {
		width: 72px;
		height: 60px;
	}

	.c14m-album__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.c14m-lightbox__stage {
		max-width: calc(100vw - 24px);
	}

	.c14m-lightbox__nav {
		top: auto;
		bottom: 16px;
		transform: none;
	}

	.c14m-lightbox__nav--prev {
		left: 16px;
	}

	.c14m-lightbox__nav--next {
		right: 16px;
	}
}

.elementor-page .site-content,
.elementor-page #content,
.elementor-page .ast-container {
	padding-left: 0;
	padding-right: 0;
}

.elementor-page .elementor-widget-heading .elementor-heading-title,
.elementor-page .elementor-widget-text-editor {
	font-family: Raleway, sans-serif;
	color: var(--14m-text);
}

.elementor-page .elementor-widget-heading .elementor-heading-title {
	color: var(--14m-navy);
	font-weight: 700;
}

.elementor-page {
	--e-global-color-primary: var(--14m-navy);
	--e-global-color-secondary: var(--14m-gold);
	--e-global-color-text: var(--14m-text);
	--e-global-color-accent: var(--14m-gold);
}

.elementor-page .elementor-button {
	font-family: Raleway, sans-serif;
	font-weight: 700;
	border-radius: 2px;
}

.elementor-page .c14m-form-plugin {
	margin: 0 auto;
}

