/*
Theme Name: Casa Taller Delfín
Author: Brainstorm Force
Author URI: https://wpastra.com/
Description: Child theme de Astra para Casa Taller Delfín.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: casa-taller-delfin
Template: astra
*/


/* =========================================================
   VARIABLES GLOBALES
   ========================================================= */

:root {
	--ctd-body-size: 16px;
	--ctd-body-line-height: 1.55;

	--ctd-small-size: 14px;
	--ctd-small-line-height: 1.5;

	--ctd-caption-size: 13px;
	--ctd-caption-line-height: 1.45;

	--ctd-text-color: #111;
	--ctd-background: #fff;

	--ctd-border-color: #d8d8d8;
	--ctd-border-light: #eee;

	--ctd-content-width: 1200px;
	--ctd-reading-width: 860px;
}


/* =========================================================
   TIPOGRAFÍA GLOBAL
   ========================================================= */

body {
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
	color: var(--ctd-text-color);
}


/* =========================================================
   FICHA INDIVIDUAL DE OBRA
   ========================================================= */

.obra-container {
	max-width: var(--ctd-content-width);
	margin: 0 auto;
	padding: 70px 30px 100px;
}

.obra-back {
	margin-bottom: 40px;
	font-size: var(--ctd-small-size);
	line-height: var(--ctd-small-line-height);
}

.obra-back a {
	color: inherit;
	text-decoration: none;
}

.obra-back a:hover {
	text-decoration: underline;
}

.obra-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
	gap: 70px;
	align-items: start;
}

.obra-image img {
	display: block;
	width: 100%;
	height: auto;
}

.obra-image-credit {
	margin: 10px 0 0;
	font-size: var(--ctd-caption-size);
	line-height: var(--ctd-caption-line-height);
}

.obra-info {
	padding-top: 2px;
}

.obra-title {
	margin: 0 0 14px;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 400;
	line-height: 1.05;
}

.obra-author {
	margin: -4px 0 14px;
	font-size: var(--ctd-body-size);
	font-weight: 400;
	line-height: var(--ctd-body-line-height);
}

.obra-primary-data p {
	margin: 0 0 8px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}

.obra-year {
	margin-bottom: 12px !important;
}

.obra-collection {
	margin-top: 30px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}

.obra-collection-label {
	margin: 0 0 4px;
	font-weight: 400;
}

.obra-collection-name {
	margin: 0;
	font-weight: 400;
}

.obra-description {
	max-width: 760px;
	margin-top: 55px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}

.obra-description p {
	margin-top: 0;
	margin-bottom: 1em;
}


/* =========================================================
   FICHA TÉCNICA
   ========================================================= */

.obra-technical {
	max-width: 760px;
	margin-top: 70px;
	padding-top: 30px;
	border-top: 1px solid var(--ctd-border-color);
}

.obra-technical-title {
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.obra-technical-list {
	width: 100%;
}

.obra-technical-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.4fr);
	gap: 30px;
	padding: 10px 0;
	border-bottom: 1px solid var(--ctd-border-light);
	font-size: var(--ctd-small-size);
	line-height: var(--ctd-small-line-height);
}

.obra-technical-label {
	font-weight: 400;
}

.obra-technical-value {
	min-width: 0;
}


/* =========================================================
   COLECCIÓN
   ========================================================= */

.coleccion-page {
	width: 100%;
}

.coleccion-container {
	width: min(
		var(--ctd-content-width),
		calc(100% - 48px)
	);
	margin: 0 auto;
}

.coleccion-intro {
	margin-bottom: 50px;
}

.coleccion-obras {
	width: 100%;
	margin-top: 0;
	margin-bottom: 100px;
}

.coleccion-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 72px;
	align-items: start;
}

.coleccion-card {
	margin: 0;
	padding: 0;
	min-width: 0;
}

.coleccion-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.coleccion-card-link:hover {
	color: inherit;
	text-decoration: none;
}

.coleccion-card-image {
	width: 100%;
}

.coleccion-card-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.2s ease;
}

.coleccion-card-link:hover .coleccion-card-image img {
	opacity: 0.88;
}

.coleccion-card-info {
	padding-top: 14px;
}

.coleccion-card-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.coleccion-card-author {
	margin: 0 0 1px;
	font-size: var(--ctd-small-size);
	font-weight: 400;
	line-height: var(--ctd-small-line-height);
}

.coleccion-card-year,
.coleccion-card-type {
	font-size: var(--ctd-small-size);
	line-height: var(--ctd-small-line-height);
}

.coleccion-card-type {
	margin-top: 1px;
}

.coleccion-empty {
	margin-top: 40px;
	margin-bottom: 100px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}


/* =========================================================
   FILTROS DE COLECCIÓN
   ========================================================= */

.coleccion-filters {
	display: grid;
	grid-template-columns:
		minmax(240px, 1.5fr)
		repeat(3, minmax(150px, 0.8fr));
	gap: 16px;
	align-items: center;

	margin-top: 85px;
	margin-bottom: 0;
	padding: 0 0 22px;

	border-bottom: 1px solid var(--ctd-border-color);
}

.coleccion-filter {
	min-width: 0;
}

.coleccion-filter label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.coleccion-search-input,
.coleccion-filter-select {
	display: block;
	width: 100%;
	height: 48px;

	margin: 0;

	border: 1px solid #bdbdbd;
	border-radius: 0;

	background: transparent;
	box-shadow: none;

	font-family: inherit;
	font-size: var(--ctd-small-size);
	font-weight: 400;
	line-height: var(--ctd-small-line-height);
	color: inherit;
}

.coleccion-search-input {
	padding: 0 14px;
}

.coleccion-filter-select {
	padding: 0 38px 0 14px;
	cursor: pointer;
}

.coleccion-search-input::placeholder {
	color: #555;
	opacity: 1;
}

.coleccion-search-input:focus,
.coleccion-filter-select:focus {
	outline: none;
	border-color: #222;
	box-shadow: none;
}

.coleccion-filter-actions {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	margin: -4px 0 0;
}

.coleccion-clear {
	margin: 0;
	padding: 0;

	border: 0;
	background: transparent;
	box-shadow: none;

	font-family: inherit;
	font-size: var(--ctd-small-size);
	font-weight: 400;
	line-height: var(--ctd-small-line-height);
	color: inherit;

	text-decoration: underline;
	text-underline-offset: 3px;

	cursor: pointer;
}

.coleccion-clear:hover {
	opacity: 0.6;
}

.coleccion-clear:focus {
	outline: 1px dotted currentColor;
	outline-offset: 4px;
}

.coleccion-clear[hidden],
.coleccion-card[hidden],
.coleccion-no-results[hidden] {
	display: none !important;
}

.coleccion-results-meta {
	margin: 22px 0 42px;
	font-size: var(--ctd-small-size);
	line-height: var(--ctd-small-line-height);
}

.coleccion-no-results {
	padding: 45px 0 80px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}


/* =========================================================
   HOME — BASE
   ========================================================= */

.home-feature,
.home-work {
	box-sizing: border-box;
}

.home-feature {
	padding:
		70px
		max(24px, calc((100vw - var(--ctd-content-width)) / 2))
		80px !important;
}

.home-work {
	background: var(--ctd-background) !important;
	color: var(--ctd-text-color) !important;

	padding:
		65px
		max(24px, calc((100vw - var(--ctd-content-width)) / 2))
		70px !important;
}

.home-feature h1,
.home-feature h2,
.home-feature h3,
.home-feature h4,
.home-feature p,
.home-feature strong,
.home-work h1,
.home-work h2,
.home-work h3,
.home-work h4,
.home-work p,
.home-work strong {
	color: var(--ctd-text-color) !important;
}

.home-feature h2,
.home-feature h3,
.home-work > h1,
.home-work > h2,
.home-work > h3 {
	margin-top: 0;
	margin-bottom: 26px;

	font-size: clamp(30px, 2.5vw, 38px);
	font-weight: 400;
	line-height: 1.1;

	letter-spacing: -0.015em;
}


/* =========================================================
   HOME — FEATURES
   ========================================================= */

.home-feature.wp-block-columns,
.home-feature .wp-block-columns {
	width: 100%;
	margin: 0;
	gap: 70px;
	align-items: start;
}

.home-feature .wp-block-column {
	min-width: 0;
}

.home-feature figure {
	margin: 0;
}

.home-feature figure img {
	display: block;
	width: 100%;
	height: auto;
}

.home-feature figcaption {
	margin-top: 8px;
	font-size: var(--ctd-caption-size);
	line-height: var(--ctd-caption-line-height);
	color: #555;
}

.home-feature p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}


/* =========================================================
   BOTONES
   ========================================================= */

.home-feature .wp-block-button,
.home-work .wp-block-button {
	margin-top: 30px;
}

.home-feature .wp-block-button__link,
.home-work .wp-block-button__link {
	display: inline-block;

	margin: 0;
	padding: 11px 17px !important;

	background: #111 !important;
	color: #fff !important;

	border: 1px solid #111 !important;
	border-radius: 0 !important;
	box-shadow: none !important;

	font-family: inherit;
	font-size: var(--ctd-small-size);
	font-weight: 400;
	line-height: 1.25;

	text-decoration: none !important;

	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.home-feature .wp-block-button__link:hover,
.home-work .wp-block-button__link:hover {
	background: #fff !important;
	color: #111 !important;
	opacity: 1;
}


/* =========================================================
   HOME — ASOCIACIÓN
   ========================================================= */

.home-feature-association {
	padding-bottom: 65px !important;
}

.home-feature-association .wp-block-column:first-child {
	flex-basis: 38% !important;
}

.home-feature-association .wp-block-column:last-child {
	flex-basis: 62% !important;
}

.home-feature-association .wp-block-column:last-child > * {
	max-width: 720px;
}


/* =========================================================
   HOME — NUESTRO TRABAJO
   ========================================================= */

.home-work > p {
	max-width: 720px;
}

.home-work .wp-block-columns {
	width: 100%;
	margin-top: 42px;
	margin-bottom: 0;
	gap: 44px;
	align-items: start;
}

.home-work .wp-block-column p {
	margin-top: 0;
	margin-bottom: 26px;
	padding-top: 17px;

	border-top: 1px solid var(--ctd-border-color);

	font-size: var(--ctd-body-size);
	line-height: var(--ctd-body-line-height);
}

.home-work .wp-block-column p strong {
	font-size: var(--ctd-small-size);
	font-weight: 600;
	line-height: var(--ctd-small-line-height);
}


/* =========================================================
   HOME — CASA TALLER
   ========================================================= */

.home-feature-casataller {
	padding-top: 65px !important;
	padding-bottom: 80px !important;
	border-top: 1px solid var(--ctd-border-light);
}

.home-feature-casataller .wp-block-column:first-child {
	flex-basis: 42% !important;
}

.home-feature-casataller .wp-block-column:last-child {
	flex-basis: 58% !important;
}

.home-feature-casataller .wp-block-column:last-child > * {
	max-width: 680px;
}


/* =========================================================
   HOME — ARCHIVO
   ========================================================= */

.home-feature-archivo {
	padding-top: 65px !important;
	padding-bottom: 80px !important;
	border-top: 1px solid var(--ctd-border-light);
}

.home-feature-archivo.wp-block-columns {
	flex-direction: row-reverse;
	gap: 70px;
}

.home-feature-archivo .wp-block-column:first-child {
	flex-basis: 42% !important;
}

.home-feature-archivo .wp-block-column:last-child {
	flex-basis: 58% !important;
}

.home-feature-archivo .wp-block-column:last-child > * {
	max-width: 680px;
}


/* =========================================================
   HOME — LEGAR
   ========================================================= */

.home-feature-legar {
	padding-top: 70px !important;
	padding-bottom: 95px !important;
	border-top: 1px solid var(--ctd-border-light);
}

.home-feature-legar.wp-block-columns {
	gap: 70px;
	align-items: start;
}

.home-feature-legar .wp-block-column:first-child {
	flex-basis: 42% !important;
}

.home-feature-legar .wp-block-column:last-child {
	flex-basis: 58% !important;
}

.home-feature-legar .wp-block-column:last-child > * {
	max-width: 680px;
}

.home-feature-legar .wp-block-column:last-child > p:first-of-type {
	margin-bottom: 26px;
	font-size: var(--ctd-caption-size);
	line-height: var(--ctd-caption-line-height);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


/* =========================================================
   PÁGINA — VÍCTOR DELFÍN
   ========================================================= */

.victor-page {
	box-sizing: border-box;
	max-width: var(--ctd-content-width);
	margin: 0 auto;
	padding: 70px 30px 100px;
}

.victor-page > p,
.victor-page > h2,
.victor-page > h3,
.victor-page > h4,
.victor-page > ul,
.victor-page > ol,
.victor-page > .wp-block-buttons {
	max-width: var(--ctd-reading-width);
}

.victor-page > h1 {
	max-width: var(--ctd-reading-width);
	margin-top: 0;
	margin-bottom: 30px;

	font-size: clamp(48px, 6vw, 72px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.02em;
}

.victor-page > h1 + p {
	font-size: 18px;
	line-height: 1.55;
	margin-bottom: 24px;
}

.victor-page p,
.victor-page li {
	font-size: var(--ctd-body-size);
	line-height: 1.65;
}

.victor-page p {
	margin-top: 0;
	margin-bottom: 24px;
}

.victor-page h2 {
	margin-top: 80px;
	margin-bottom: 26px;
	padding-top: 26px;

	border-top: 1px solid var(--ctd-border-light);

	font-size: clamp(30px, 3vw, 40px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.015em;
}

.victor-page h2:first-of-type {
	margin-top: 50px;
	padding-top: 0;
	border-top: 0;
}

.victor-page h3 {
	margin-top: 38px;
	margin-bottom: 16px;

	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.victor-page h4 {
	margin-top: 30px;
	margin-bottom: 14px;

	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}

.victor-page ul,
.victor-page ol {
	margin-top: 10px;
	margin-bottom: 34px;
	padding-left: 24px;
}

.victor-page li {
	margin-bottom: 4px;
}

.victor-page strong {
	font-weight: 600;
}

.victor-page .wp-block-button__link {
	display: inline-block;
	margin: 0;
	padding: 11px 17px !important;

	background: #111 !important;
	color: #fff !important;

	border: 1px solid #111 !important;
	border-radius: 0 !important;

	font-size: var(--ctd-small-size);
	text-decoration: none !important;
}

.victor-page figcaption {
	margin-top: 8px;
	font-size: var(--ctd-caption-size);
	line-height: var(--ctd-caption-line-height);
	color: #555;
}


/* =========================================================
   VÍCTOR DELFÍN — TIMELINE
   ========================================================= */

.victor-page .victor-timeline {
	max-width: var(--ctd-reading-width);
}

.victor-page .victor-timeline p {
	display: grid;
	grid-template-columns: 95px minmax(0, 1fr);
	gap: 18px;

	margin: 0;
	padding: 9px 0;

	border-bottom: 1px solid var(--ctd-border-light);
}

.victor-page .victor-timeline p:first-child {
	border-top: 1px solid var(--ctd-border-light);
}


/* =========================================================
   VÍCTOR DELFÍN — EXPLORAR
   ========================================================= */

.victor-page .victor-explore {
	width: 100%;
	max-width: var(--ctd-reading-width);

	margin-top: 60px;
	padding-top: 36px;

	border-top: 1px solid var(--ctd-border-color);
}

.victor-page .victor-explore h2 {
	margin: 0 0 34px;
	padding: 0;
	border: 0;
}

.victor-page .victor-explore .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
}

.victor-page .victor-explore .wp-block-column {
	min-width: 0;
	padding-top: 16px;
	border-top: 1px solid var(--ctd-border-color);
}

.victor-page .victor-explore .wp-block-column p {
	margin: 0;
}

.victor-page .victor-explore .wp-block-column a,
.victor-page .victor-explore .wp-block-column strong {
	font-size: var(--ctd-small-size);
	font-weight: 600;
	color: inherit;
}


/* =========================================================
   PÁGINA — LA ASOCIACIÓN
   ========================================================= */

.association-page {
	box-sizing: border-box;

	max-width: var(--ctd-content-width);
	margin: 0 auto;

	padding: 55px 30px 100px;
}


/* Título principal */

.association-page > h1,
.association-page > h2:first-child {
	margin-top: 0;
	margin-bottom: 38px;

	font-size: clamp(38px, 4vw, 52px);
	font-weight: 400;
	line-height: 1.05;

	letter-spacing: -0.02em;
}


/* =========================================================
   ASOCIACIÓN — PRIMER BLOQUE
   Imagen + historia institucional
   ========================================================= */

.association-page > .wp-block-columns:first-of-type {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);

	gap: 64px;
	align-items: start;

	margin: 0;
}


/* Imagen */

.association-page > .wp-block-columns:first-of-type
.wp-block-column:first-child {
	min-width: 0;
}

.association-page > .wp-block-columns:first-of-type
.wp-block-column:first-child figure {
	margin: 0;
}

.association-page > .wp-block-columns:first-of-type
.wp-block-column:first-child img {
	display: block;
	width: 100%;
	height: auto;
}


/* Texto institucional */

.association-page > .wp-block-columns:first-of-type
.wp-block-column:last-child {
	min-width: 0;
	max-width: 620px;
}

.association-page > .wp-block-columns:first-of-type
.wp-block-column:last-child p {
	margin-top: 0;
	margin-bottom: 24px;

	font-size: var(--ctd-body-size);
	line-height: 1.65;
}


/* Caption */

.association-page figcaption {
	margin-top: 8px;

	font-size: var(--ctd-caption-size);
	line-height: var(--ctd-caption-line-height);

	color: #555;
}


/* =========================================================
   ASOCIACIÓN — ORGANIZACIÓN
   ========================================================= */

.association-page .association-organization {
	width: 100%;

	margin-top: 80px;
	padding-top: 34px;

	border-top: 1px solid var(--ctd-border-color);
}


/* Si el bloque Organización es Columns */

.association-page .association-organization.wp-block-columns,
.association-page .association-organization .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));

	gap: 70px;
	align-items: start;

	margin: 0;
}


/* Títulos */

.association-page .association-organization h2,
.association-page .association-organization h3 {
	margin-top: 0;
	margin-bottom: 24px;

	font-size: 28px;
	font-weight: 400;
	line-height: 1.15;

	letter-spacing: -0.01em;
}


/* Texto introductorio */

.association-page .association-organization p {
	max-width: 520px;

	margin-top: 0;
	margin-bottom: 22px;

	font-size: var(--ctd-body-size);
	line-height: 1.6;
}


/* Separación entre personas */

.association-page .association-organization p + p {
	margin-top: 18px;
}


/* Nombres */

.association-page .association-organization strong {
	display: inline;

	font-weight: 600;
}


/* Cargos */

.association-page .association-organization em {
	font-weight: 400;
	color: #444;
}


/* =========================================================
   RESPONSIVE — TABLET GRANDE
   ========================================================= */

@media (max-width: 1000px) {

	.coleccion-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-top: 65px;
	}

	.coleccion-filter-actions {
		grid-column: 1 / -1;
	}

}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

	.coleccion-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 56px;
	}

	.home-feature,
	.home-work {
		padding:
			55px
			24px
			65px !important;
	}

	.home-feature.wp-block-columns,
	.home-feature .wp-block-columns {
		gap: 40px;
	}

	.home-feature-association .wp-block-column:first-child,
	.home-feature-association .wp-block-column:last-child {
		flex-basis: 50% !important;
	}

	.victor-page {
		padding: 55px 24px 80px;
	}

	.victor-page > p,
	.victor-page > h2,
	.victor-page > h3,
	.victor-page > h4,
	.victor-page > ul,
	.victor-page > ol,
	.victor-page .victor-explore,
	.victor-page .victor-timeline {
		max-width: 760px;
	}


	/* Asociación */

	.association-page {
		padding: 45px 24px 80px;
	}

	.association-page > .wp-block-columns:first-of-type {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		gap: 40px;
	}

	.association-page .association-organization.wp-block-columns,
	.association-page .association-organization .wp-block-columns {
		gap: 40px;
	}

}


/* =========================================================
   RESPONSIVE — 768
   ========================================================= */

@media (max-width: 768px) {

	.obra-container {
		padding: 40px 20px 70px;
	}

	.obra-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.obra-title {
		font-size: 42px;
	}

	.obra-technical-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.victor-page .victor-explore .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 28px;
	}


	/* Asociación */

	.association-page > .wp-block-columns:first-of-type {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.association-page > .wp-block-columns:first-of-type
	.wp-block-column:last-child {
		max-width: var(--ctd-reading-width);
	}

	.association-page .association-organization.wp-block-columns,
	.association-page .association-organization .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 48px;
	}

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 600px) {

	.coleccion-container {
		width: calc(100% - 32px);
	}

	.coleccion-filters {
		grid-template-columns: 1fr;
	}

	.coleccion-grid {
		grid-template-columns: 1fr;
		row-gap: 52px;
	}


	/* Home */

	.home-feature,
	.home-work {
		padding:
			45px
			16px
			55px !important;
	}

	.home-feature.wp-block-columns,
	.home-feature .wp-block-columns {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.home-feature .wp-block-column {
		width: 100% !important;
		flex-basis: auto !important;
	}

	.home-feature-archivo.wp-block-columns,
	.home-feature-legar.wp-block-columns {
		flex-direction: column;
	}

	.home-work .wp-block-columns {
		display: block;
	}


	/* Víctor */

	.victor-page {
		padding: 45px 16px 65px;
	}

	.victor-page > h1 {
		font-size: 44px;
	}

	.victor-page h2 {
		font-size: 30px;
	}

	.victor-page h3 {
		font-size: 19px;
	}

	.victor-page .victor-timeline p {
		grid-template-columns: 1fr;
		gap: 3px;
	}


	/* Asociación */

	.association-page {
		padding: 40px 16px 65px;
	}

	.association-page > h1,
	.association-page > h2:first-child {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.association-page > .wp-block-columns:first-of-type {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.association-page .association-organization {
		margin-top: 60px;
		padding-top: 28px;
	}

	.association-page .association-organization.wp-block-columns,
	.association-page .association-organization .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.association-page .association-organization h2,
	.association-page .association-organization h3 {
		font-size: 25px;
	}

}