/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*====== Portaolio Demo Css =====*/
:root {
	--cnvs-themecolor: #ffc800;
	--cnvs-themecolor-rgb: 255, 200, 0;
	--cnvs-primary-font: halyard-text, sans-serif;
	--cnvs-secondary-font: quiche-sans, sans-serif;
	--bs-bg-opacity: 1;
}

body.dark {
	--cnvs-themecolor: #ffc800;
	--cnvs-themecolor-rgb: 255, 200, 0;
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


body,
#wrapper,
#content,
.page-transition-wrap {
	background-color: #ece3da;
}


body.dark,
.dark #wrapper,
.dark #content,
.dark .page-transition-wrap {
	background-color: #0e0e0e !important;
}

.dark #header,
#header.dark,
.dark #header-wrap {
	background-color: #121212;
	box-shadow: 7px 0 14px 3px #000000;
}

.is-expanded-menu.side-header .menu-item:not(:first-child) {
	margin-top: 1rem;
}

.is-expanded-menu .menu-item .menu-link {
	font-weight: normal;
	font-size: 1.125rem;
}

.grid-filter li:nth-child(1).activeFilter {
	display: none;
	visibility: hidden;
}

.canvas-cursor {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	z-index: 999999;
	transition: transform .05s ease;
}

.canvas-cursor-follower,
.canvas-cursor-dot {
	width: 1.25rem;
	height: 1.25rem;
	background: rgba(var(--cnvs-themecolor-rgb), 0.2);
	border-radius: 50%;
	transition: 0.25s ease;
	transition-property: width, height, border, background;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

.canvas-cursor-dot {
	width: 0.25rem;
	height: 0.25rem;
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.2);
	border: 0;
}

.canvas-cursor-action .canvas-cursor-follower {
	width: 3rem;
	height: 3rem;
	border-color: transparent;
	background: rgba(var(--cnvs-themecolor-rgb), 0.3);
}

#demo-portfolio-filter a {
	display: block;
	position: relative;
	overflow: hidden;
}

#demo-portfolio-filter a img {
	transition: transform .5s ease-out;
	will-change: transform;
	transform-origin: center center;
}

#demo-portfolio-filter a:hover img {
	transform: scale(1.1);
}

.text-stretch {
	position: relative;
	width: calc(100% + 360px);
	z-index: 1;
}

#theme-scheme-btn {
	top: auto;
	left: auto;
	bottom: 30px;
	right: 80px;
	position: fixed;
	width: 40px;
	height: 40px;
	font-size: .875rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	z-index: 9;
	transition: background-color .2s linear;
}

/*====== END Portaolio Demo Css =====*/



/*<!-- ======= SECCIÓN · REGISTRO HISTÓRICO COLECCIÓN galeria.html======= -->*/
:root {
	--va-accent: #ffc800;
	--va-fg: rgba(255, 255, 255, .92);
	--va-sf: rgba(255, 255, 255, .08);
}

.va-collection2 {
	max-width: 1200px;
	margin: 0 auto;
}

.va-col-head {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.va-col-head h3 {
	font-family: "Playfair Display", serif;
	font-weight: 800;
	letter-spacing: .02em;
	font-size: clamp(1.6rem, 1.1rem + 2vw, 2.4rem);
	margin: 0;
}

.va-col-head .rule {
	flex: 1;
	height: 4px;
	background: linear-gradient(90deg, var(--va-accent), transparent);
	border-radius: 2px;
	opacity: .9;
}

.va-badge {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .8rem;
	padding: .25rem .55rem;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: var(--va-fg);
	opacity: .9;
}

/* Manifiesto (tarjeta grande) */
.va-card-hero {
	background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 1rem;
	padding: 1.4rem 1.4rem;
}

.va-card-hero p {
	font-family: "Lato", "Poppins", sans-serif;
	color: var(--va-fg);
	line-height: 1.9;
	margin: 0;
}

.va-dropcap:first-letter {
	float: left;
	font-family: "Playfair Display", serif;
	font-size: 3.25rem;
	line-height: 1;
	margin: .18rem .6rem 0 0;
}

/* Tarjetas curatoriales */
.va-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.va-card {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 1rem;
	padding: 1rem 1rem 1.1rem;
	position: relative;
	overflow: hidden;
}

/* Íconos sin degradado */
.va-card .ico {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .18);
	margin-bottom: .6rem;
}

.va-card .ico i {
	color: var(--va-accent);
	font-size: 1.1rem;
}

.va-card h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: .02em;
	margin: .2rem 0 .25rem;
}

.va-card p {
	margin: 0;
	color: rgba(255, 255, 255, .9);
	line-height: 1.75;
}

.va-chip {
	display: inline-block;
	font-size: .8rem;
	padding: .25rem .55rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .18);
	margin: .3rem .35rem 0 0;
	opacity: .9;
}

/* Cita */
.va-quote {
	font-family: "Playfair Display", serif;
	font-size: 1.1rem;
	line-height: 1.75;
	padding: 1rem 1.2rem 1rem 3.2rem;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .05);
	border-radius: 12px;
	position: relative;
}

.va-quote:before {
	content: "“";
	position: absolute;
	left: .6rem;
	top: -.5rem;
	font-size: 3.2rem;
	opacity: .3;
}

.va-quote small {
	display: block;
	opacity: .7;
	margin-top: .45rem;
}

/* CTA contacto */
.va-cta {
	display: flex;
	gap: .9rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(180deg, rgba(255, 200, 0, .12), rgba(255, 255, 255, .02));
	border: 1px dashed rgba(255, 200, 0, .44);
	border-radius: 1rem;
	padding: 1rem 1.2rem;
}

.va-cta strong {
	font-family: "Poppins", sans-serif;
}

.va-cta a {
	color: #fff;
	text-decoration: none;
	background: var(--va-accent);
	padding: .55rem .9rem;
	border-radius: .6rem;
	font-weight: 600;
}

.va-cta a:hover {
	filter: brightness(.92);
}

.va-muted {
	color: rgba(255, 255, 255, .75);
}

/* Contacto ocupa dos columnas solo en pantallas grandes */
.va-card.span-xl-2 {
	grid-column: auto;
}

@media(min-width:1200px) {
	.va-card.span-xl-2 {
		grid-column: span 2;
	}
}

/*<!-- ======= END SECCIÓN · REGISTRO HISTÓRICO COLECCIÓN galeria.html======= -->*/