/*
Theme Name: IAA 50 Aniversario
Theme URI:
Author: Baética Proyectos Digitales
Author URI:
Description: Diseñado por Colectivo Verbena y desarrollado por Baética
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iaa-50-aniversario
Tags:
*/


.max-width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1023.9px) {
	.u-flex-nowrap-tablet {
		flex-wrap: wrap !important;
	}

	.u-gap-small-tablet {
		gap: 40px !important;
	}
}

@media (max-width: 781.9px) {
	.u-flex-column-mobile {
		flex-direction: column !important;
	}

	.u-flex-centered-mobile .wp-block-group {
		justify-content: center !important;
		align-items: center !important;
	}

	.u-flex-centered-mobile p {
		text-align: center;
	}

	.u-gap-small-mobile {
		gap: 40px !important;
	}

}

/* Logo de cabecera */
.c-header__logo {
	max-width: 269px;
	width: 100%;
	height: auto;
}

@media (max-width: 781.9px) {
	.c-header__logo {
		max-width: 176px;
	}

	.c-header__wrapper {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		justify-content: center !important;

		border-bottom: 2px solid var(--wp--preset--color--custom-crema) !important;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;

	z-index: 999;
}

header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: background 1s ease-in-out, opacity 1s ease-in-out;
	will-change: background, opacity;
	z-index: -1;
	pointer-events: none;
}

header.is-scrolled::before {
	background: var(--wp--preset--color--custom-azul-oscuro);
	background: linear-gradient(180deg, rgba(25, 26, 41, 1) 79%, rgba(25, 26, 41, 0) 100%);
	opacity: 0.75;
}

:where(.wp-site-blocks)>* {
	margin-block-start: 0 !important;
}


.u-text-balance {
	text-wrap: balance;
}

.u-text-pretty {
	text-wrap: balance;
	text-wrap: pretty;
}

.u-margin-header-top {
	margin-top: var(--header-height, 113.5px) !important;
}

.u-margin-header-bottom {
	margin-bottom: var(--header-height, 113.5px) !important;
}

.u-padding-header-top {
	padding-top: var(--header-height, 113.5px) !important;
}

.u-padding-header-bottom {
	padding-bottom: var(--header-height, 113.5px) !important;
}

@media (max-width: 781.9px) {
	.u-margin-header-top {
		margin-top: var(--header-height, 61px) !important;
	}

	.u-margin-header-bottom {
		margin-bottom: var(--header-height, 61px) !important;
	}

	.u-padding-header-top {
		padding-top: var(--header-height, 61px) !important;
	}

	.u-padding-header-bottom {
		padding-bottom: var(--header-height, 61px) !important;
	}
}

.u-text-center {
	text-align: center;
}

.u-paragraph-content> :first-child {
	margin-top: 0;
}

.u-paragraph-content> :last-child {
	margin-bottom: 0;
}

.c-single-perspective-intro {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.single-perspectiva .entry-content>*+* {
	margin-block-start: 60px !important;
}
