:root {
	--akc-titular: #0e3262;
	--akc-texto: #000000;
	--akc-celeste: #d2efff;
	--akc-borde: #41c0f0;
	--akc-container: 1304px;
	--akc-gutter: 24px;
	--akc-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Envoltorios de Uncode dentro del pie ---------- */

body.akc-site [class*="akc-row-"] .uncell,
body.akc-site [class*="akc-row-"] .uncont,
body.akc-site [class*="akc-row-"] .uncol,
body.akc-site [class*="akc-row-"] .uncoltable {
	padding: 0 !important;
	background: none !important;
}

body.akc-site [class*="akc-row-"] .row-parent {
	max-width: none !important;
	padding: 0 !important;
}

body.akc-site [class*="akc-row-"] .wpb_content_element,
body.akc-site [class*="akc-row-"] .vc_custom_heading_wrap,
body.akc-site [class*="akc-row-"] .uncode_text_column,
body.akc-site [class*="akc-row-"] .uncode-single-media {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

body.akc-site [class*="akc-row-"] .vc_custom_heading_wrap .clear {
	display: none;
}

body.akc-site [class*="akc-row-"] .uncoltable {
	width: 100% !important;
	table-layout: fixed;
}

body.akc-site .akc-footer__top > .row-child > .row-inner,
body.akc-site .akc-footer__logos > .row-child > .row-inner,
body.akc-site .akc-newsletter__grid > .row-child > .row-inner {
	display: grid !important;
	width: 100% !important;
	margin: 0 !important;
}

body.akc-site [class*="akc-"] > .row-child > .row-inner > .column_child {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column;
}

body.akc-site [class*="akc-"] > .row-child > .row-inner > .column_child > .uncol {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	flex: 1 1 auto;
}

/* Media: deja la <img> limpia */

body.akc-site [class*="akc-row-"] .uncode-single-media .single-wrapper {
	max-width: none !important;
	width: 100%;
	display: block !important;
}

body.akc-site [class*="akc-row-"] .uncode-single-media .tmb,
body.akc-site [class*="akc-row-"] .uncode-single-media .t-inside,
body.akc-site [class*="akc-row-"] .uncode-single-media .t-entry-visual,
body.akc-site [class*="akc-row-"] .uncode-single-media .t-entry-visual-tc,
body.akc-site [class*="akc-row-"] .uncode-single-media-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	width: 100%;
	position: static;
}

body.akc-site [class*="akc-row-"] .uncode-single-media img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
}

body.akc-site [class*="akc-row-"] .fluid-svg,
body.akc-site [class*="akc-row-"] .icon-media {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.akc-site [class*="akc-row-"] .icon-media img {
	width: 100% !important;
	height: auto !important;
}

/* ---------- Banda de newsletter ---------- */

body.akc-site .akc-row-newsletter {
	background: var(--akc-celeste);
	height: 300px;
	display: flex;
	align-items: center;
}

body.akc-site .akc-row-newsletter > .row-parent {
	width: 100%;
}

body.akc-site .akc-newsletter__grid > .row-child {
	width: 1288px !important;
	max-width: calc(100% - (var(--akc-gutter) * 2)) !important;
	margin: 0 auto !important;
}

body.akc-site .akc-newsletter__grid > .row-child > .row-inner {
	grid-template-columns: minmax(0, 654px) minmax(0, 634px);
	align-items: center;
}

body.akc-site .akc-newsletter__title h2 {
	font-size: 45px !important;
	line-height: 48px !important;
	font-weight: 800 !important;
	color: var(--akc-titular) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin: 0 !important;
	max-width: 603px;
}

/* Formulario de Contact Form 7 con el aspecto del diseño */

body.akc-site .akc-newsletter__form .wpcf7 {
	margin: 0;
}

body.akc-site .akc-newsletter__form form {
	position: relative;
	margin: 0;
}

body.akc-site .akc-newsletter__form .wpcf7-form-control-wrap {
	display: block;
}

body.akc-site .akc-newsletter__input,
body.akc-site .akc-newsletter__form input[type="email"] {
	width: 100% !important;
	height: 58px !important;
	border-radius: 30px !important;
	border: 2px solid var(--akc-celeste) !important;
	background: #fff !important;
	padding: 0 62px 0 44px !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	color: var(--akc-texto) !important;
	outline: none;
	box-shadow: none !important;
}

body.akc-site .akc-newsletter__form input[type="email"]::placeholder {
	color: var(--akc-texto);
	opacity: 1;
}

body.akc-site .akc-newsletter__form input[type="email"]:focus {
	border-color: var(--akc-borde) !important;
}

body.akc-site .akc-newsletter__submit,
body.akc-site .akc-newsletter__form input[type="submit"] {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 41px !important;
	height: 41px !important;
	min-height: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	text-indent: -9999px;
	background: url(/wp-content/uploads/2026/07/icon-send-arrow.svg) center / contain no-repeat !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: transform .25s ease;
}

body.akc-site .akc-newsletter__form input[type="submit"]:hover {
	transform: scale(1.08);
}

body.akc-site .akc-newsletter__form .wpcf7-spinner {
	position: absolute;
	right: 60px;
	top: 18px;
}

body.akc-site .akc-newsletter__form .wpcf7-response-output {
	color: #000;
	font-weight: 600;
	margin: 12px 0 0 !important;
	padding: 8px 14px !important;
	border-radius: 10px;
	font-size: 15px;
	line-height: 21px;
}

body.akc-site .akc-newsletter__form .wpcf7-not-valid-tip {
	font-size: 14px;
	margin: 6px 0 0 20px;
}

/* ---------- Cuerpo del pie ---------- */

body.akc-site .akc-row-footer {
	background: #fff;
	padding: 68px 0 0;
}

body.akc-site .akc-footer__col > .uncol > .uncoltable > .uncell > .uncont {
	width: var(--akc-container);
	max-width: calc(100% - (var(--akc-gutter) * 2));
	margin: 0 auto !important;
}

body.akc-site .akc-footer__top > .row-child > .row-inner {
	grid-template-columns: minmax(0, 652px) minmax(0, 329px) minmax(0, 304px);
	align-items: start;
}

body.akc-site .akc-footer__logo {
	width: 398px;
	max-width: 100%;
}

body.akc-site .akc-footer__nav {
	padding-top: 55px;
}

body.akc-site .akc-footer__navtitle h3 {
	font-size: 20px !important;
	line-height: 23px !important;
	font-weight: 700 !important;
	color: var(--akc-texto) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin: 0 0 20px !important;
}

body.akc-site .akc-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.akc-site .akc-footer__links li {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

body.akc-site .akc-footer__links li:last-child {
	margin-bottom: 0;
}

body.akc-site .akc-footer__links a {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: var(--akc-texto) !important;
	text-decoration: none;
	border: 0;
	transition: color .2s ease;
}

body.akc-site .akc-footer__links a:hover {
	color: var(--akc-borde) !important;
}

/* ---------- Logos institucionales ---------- */

body.akc-site .akc-footer__logos {
	margin-top: 105px !important;
	padding-bottom: 64px;
}

body.akc-site .akc-footer__logos > .row-child > .row-inner {
	grid-template-columns: minmax(0, 499px) minmax(0, 176px) minmax(0, 492px);
	align-items: center;
	gap: 42px;
}

body.akc-site .akc-footer__inst--gob {
	width: 499px;
	max-width: 100%;
}

body.akc-site .akc-footer__inst--agenda {
	width: 135px;
	max-width: 100%;
}

body.akc-site .akc-footer__inst--adra {
	width: 492px;
	max-width: 100%;
}

/* ---------- Franja de cierre ---------- */

body.akc-site .akc-row-footerbar {
	background: var(--akc-celeste);
	height: 20px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1400px) {
	:root {
		--akc-container: 1140px;
	}

	body.akc-site .akc-footer__top > .row-child > .row-inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 260px) minmax(0, 280px);
	}

	body.akc-site .akc-footer__logos > .row-child > .row-inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 140px) minmax(0, 1fr);
		gap: 30px;
	}
}

@media (max-width: 1200px) {
	:root {
		--akc-container: 100%;
		--akc-gutter: 32px;
	}

	body.akc-site .akc-newsletter__title h2 {
		font-size: 38px !important;
		line-height: 42px !important;
	}

	body.akc-site .akc-row-newsletter {
		height: auto;
		padding: 60px 0;
	}

	body.akc-site .akc-newsletter__grid > .row-child > .row-inner {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	body.akc-site .akc-newsletter__grid > .row-child {
		width: 100% !important;
	}

		body.akc-site .akc-footer__logos {
		margin-top: 72px !important;
	}
}

@media (max-width: 900px) {
	body.akc-site .akc-row-footer {
		padding-top: 48px;
	}

	body.akc-site .akc-footer__top > .row-child > .row-inner {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	body.akc-site .akc-footer__brand {
		grid-column: 1 / -1;
	}

	body.akc-site .akc-footer__nav {
		padding-top: 0;
	}

	body.akc-site .akc-newsletter__grid > .row-child > .row-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.akc-site .akc-footer__logos > .row-child > .row-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		justify-items: center;
	}

	body.akc-site .akc-footer__inst--gob,
	body.akc-site .akc-footer__inst--adra {
		width: 100%;
		max-width: 420px;
	}
}

@media (max-width: 680px) {
	:root {
		--akc-gutter: 20px;
	}

	body.akc-site .akc-row-newsletter {
		padding: 48px 0;
	}

	body.akc-site .akc-newsletter__title h2 {
		font-size: 30px !important;
		line-height: 36px !important;
	}

	body.akc-site .akc-newsletter__form input[type="email"] {
		padding: 0 56px 0 24px !important;
		font-size: 16px !important;
	}

	body.akc-site .akc-footer__top > .row-child > .row-inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	body.akc-site .akc-footer__logo {
		width: 280px;
	}

		body.akc-site .akc-footer__logos {
		margin-top: 48px !important;
		padding-bottom: 48px;
	}
}

/* Menus de WordPress en el pie: separacion segun el diseño (20px) */

body.akc-site .akc-footer__links .widget,
body.akc-site .akc-footer__links .widget_nav_menu,
body.akc-site .akc-footer__links [class*="menu-"][class$="-container"] {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: 0 !important;
}

body.akc-site .akc-footer__links ul.menu,
body.akc-site .akc-footer__links ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.akc-site .akc-footer__links li.menu-item,
body.akc-site .akc-footer__links li {
	margin: 0 0 20px !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
	display: block !important;
}

body.akc-site .akc-footer__links li:last-child {
	margin-bottom: 0 !important;
}

body.akc-site .akc-footer__links li > a {
	display: inline-block;
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: var(--akc-texto) !important;
	text-decoration: none !important;
	border: 0 !important;
	padding: 0 !important;
	background: none !important;
}

body.akc-site .akc-footer__links li > a:hover {
	color: var(--akc-borde) !important;
}

/* ---------- Redes sociales (iconos de Uncode: .icon-box > a.fa-stack) ---------- */

body.akc-site .akc-footer__social {
	display: inline-block !important;
	margin: 91px 14px 0 0 !important;
	vertical-align: top;
}

body.akc-site .akc-footer__social .icon-box-icon {
	margin: 0 !important;
}

body.akc-site .akc-footer__social .fa-stack {
	width: 48px !important;
	height: 48px !important;
	line-height: 44px !important;
	font-size: 20px !important;
	border: 2px solid var(--akc-texto) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--akc-texto) !important;
	transition: background-color .25s ease, border-color .25s ease;
}

body.akc-site .akc-footer__social .fa-stack i {
	font-size: 20px !important;
	line-height: 44px !important;
	color: var(--akc-texto) !important;
}

body.akc-site .akc-footer__social .fa-stack:hover {
	background: var(--akc-celeste) !important;
	border-color: var(--akc-borde) !important;
}

@media (max-width: 1200px) {
	body.akc-site .akc-footer__social {
		margin-top: 48px !important;
	}
}

@media (max-width: 680px) {
	body.akc-site .akc-footer__social {
		margin-top: 32px !important;
	}
}

/* El margen inferior del titulo lo anula la regla general del wrapper:
   se aplica al propio wrapper para separar el primer enlace 20px. */

body.akc-site [class*="akc-row-"] .akc-footer__navtitle {
	margin-bottom: 20px !important;
}

/* El .icon-box de Uncode añade ancho propio: se ajusta al gap de 14px del diseño */

body.akc-site .akc-footer__social {
	width: 48px !important;
	padding: 0 !important;
	margin-right: 14px !important;
}

body.akc-site .akc-footer__social:last-of-type {
	margin-right: 0 !important;
}

/* La separacion titulo->menu se aplica sobre el propio bloque de menu:
   el reset general anula margin-bottom y padding del wrapper del titulo. */

body.akc-site [class*="akc-row-"] .akc-footer__links {
	margin-top: 20px !important;
}

/* Uncode pinta el hover de los iconos con el color del tema (negro).
   Se fuerza el hover del diseño. */

body.akc-site .akc-footer__social a.fa-stack,
body.akc-site .akc-footer__social a.fa-stack:link,
body.akc-site .akc-footer__social a.fa-stack:visited {
	background-color: transparent !important;
	color: var(--akc-texto) !important;
}

body.akc-site .akc-footer__social a.fa-stack:hover,
body.akc-site .akc-footer__social a.fa-stack:focus,
body.akc-site .akc-footer__social a.fa-stack:active {
	background-color: var(--akc-celeste) !important;
	border-color: var(--akc-borde) !important;
	color: var(--akc-titular) !important;
}

body.akc-site .akc-footer__social a.fa-stack:hover i,
body.akc-site .akc-footer__social a.fa-stack:focus i {
	color: var(--akc-titular) !important;
}

/* Uncode pinta el hover en negro con .style-light .btn-default.btn-outline:not()...:hover,
   que acumula mucha especificidad. Se replican sus clases para superarla. */

body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline,
body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:link,
body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:visited {
	background-color: transparent !important;
	border-color: var(--akc-texto) !important;
	color: var(--akc-texto) !important;
}

body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:hover,
body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:focus,
body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:active {
	background-color: var(--akc-celeste) !important;
	border-color: var(--akc-borde) !important;
	color: var(--akc-titular) !important;
}

body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:hover i,
body.akc-site .akc-footer__social a.fa-stack.btn-default.btn-outline:focus i {
	color: var(--akc-titular) !important;
}

/* En tablet/movil el max-width porcentual no llega a aplicarse dentro de la
   cadena display:table de Uncode: el margen lateral se da con padding. */

@media (max-width: 1200px) {
	body.akc-site .akc-footer__col > .uncol > .uncoltable > .uncell > .uncont {
		width: 100% !important;
		max-width: none !important;
		padding-left: var(--akc-gutter) !important;
		padding-right: var(--akc-gutter) !important;
	}

	body.akc-site .akc-newsletter__grid > .row-child {
		width: 100% !important;
		max-width: none !important;
		padding-left: var(--akc-gutter) !important;
		padding-right: var(--akc-gutter) !important;
	}
}

@media (max-width: 1200px) {
	body.akc-site .akc-newsletter__col > .uncol > .uncoltable > .uncell > .uncont {
		width: 100% !important;
		max-width: none !important;
		padding-left: var(--akc-gutter) !important;
		padding-right: var(--akc-gutter) !important;
	}
}
