:root {
	--nav-height: 100px;
	--screen-padding: 24px;
	--screen-side-padding: 6vw;
	--footer-height: 40px;

	--card-padding: 2rem;
	--card-border-radius: 8px;
	--card-border: 2.5px solid;
	--box-shadow: 0px 2px 4px rgba(0, 10, 20, 0.1);
}

#wpadminbar {
	display: none;
}

html {
	margin-top: 0 !important;
	font-size: 100%;
}

body.menu-open {
	overflow: hidden;
}

header {
	height: var(--nav-height);
	z-index: 100;
	position: fixed;
	left: 0;
	right: 0;
	background-color: rgb(252 249 237 / 0.8);
	backdrop-filter: blur(16px);
	box-shadow:
		0 0 #0000,
		0 0 #0000,
		0px 20px 40px #1c1c150f;
}

header > div {
	height: 100%;
}

strong {
	font-weight: 600;
}

footer {
	margin-top: 0 !important;
}

:root :where(.wp-block-spacer) {
	margin-block-start: 0;
}

.entry-content {
	margin-top: 0;
}

.entry-content > .wp-block-columns,
.entry-content > .wp-block-group {
	padding: var(--screen-padding) var(--screen-side-padding);
	gap: 0;
	margin-top: 0;
}

.entry-content > .wp-block-cover > .wp-block-cover__inner-container {
	padding: var(--screen-padding) var(--screen-side-padding);
}

.entry-content > .wp-block-group:first-child {
	padding: 0 var(--screen-side-padding);
}

figure.is-style-image-border,
figure.is-style-image-rotated {
	border-radius: 0.125rem;
	background-color: #f7f4e8;
	background-color: var(--wp--preset--color--or-beige-100);
	padding: 0.5rem;
	border-radius: 0.25rem;
	/* box-shadow: 0 0 0 #0000, 0 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1); */
}

figure.is-style-image-rotated {
	transform: rotate(2deg);
}

figure.is-style-image-zoom {
	/* box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25); */
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	max-height: 80vh;
}

figure.is-style-image-zoom img {
	transition-duration: 700ms;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	object-fit: cover;
	height: 100%;
}

figure.is-style-image-zoom img:hover {
	transform: scale(105%);
}

figure.is-style-image-zoom::after {
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	box-shadow:
		inset 0 0 0 0px #fff,
		inset 0 0 0 calc(1px + 0px) rgb(255 255 255 / 0.1),
		0 0 #0000,
		0 0 #0000;
	border-radius: 0.5rem;
	inset: 0px;
	position: absolute;
	pointer-events: none;
}

figure.is-style-image-rotated img {
	border-radius: 0.125rem;

	height: 100%;
	object-fit: cover;
}

.wp-block-group.is-style-container {
	border-radius: 0.5rem;
	padding: 2rem;
	background: var(--wp--preset--color--or-beige);
}

.no-padding {
	padding: 0 !important;
}

.intro-box {
	transform: translate(70px, -104px);
	margin-bottom: -104px;
}

.wp-block-columns {
	margin-block-start: 0;
}

.has-gigantic-font-size {
	margin: 0;
	line-height: 1.1;
}

.has-small-font-size strong {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h1 {
	margin-top: 0;
	margin-bottom: 0.2rem;
}

h2 {
	margin: 0 0 1.4rem;
	margin-bottom: 1.4rem !important;
}

h2.no-margin {
	margin-bottom: -20px !important;
}

.is-layout-flex > h3,
h3 {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0 0 1.9rem;
}

p {
	font-size: var(--wp--preset--font-size--medium);
	margin-block-start: 0 !important;
}

p.is-style-big {
	font-size: var(--wp--preset--font-size--p-big);
	max-width: 50rem;
}

p.is-style-tag {
	font-size: var(--wp--preset--font-size--detail);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.25rem 1rem;
	border-radius: 0.75rem;
	display: inline-block;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

p.is-style-simple-tag {
	font-size: var(--wp--preset--font-size--detail);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	font-family: var(--wp--preset--font-family--or-libre-baskerville);
}

.wp-block-group.is-label {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	font-size: var(--wp--preset--font-size--detail);

	background-color: var(--wp--preset--color--or-green-300);
	border-radius: 0.75rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
}

.wp-block-group.is-label p {
	padding: 0;
	font-size: var(--wp--preset--font-size--detail);
}

.wp-block-group.is-label svg {
	width: 20px !important;
	height: 20px !important;
}

p.is-style-absolute-quote,
p.is-style-absolute-quote-rotated {
	padding: 2rem;
	border-radius: 0.25rem;
	max-width: 20rem;
	box-shadow:
		0 0 0 #0000,
		0 0 0 #0000,
		0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1);
	font-family: var(--wp--preset--font-family--or-libre-baskerville);
	font-style: italic;
	position: absolute;
	bottom: -1.5rem;
	right: -1.5rem;
}

p.is-style-absolute-quote-rotated {
	transform: rotate(-2deg);
}

.wp-block-column figure,
.wp-block-column > figure > img {
	width: 100% !important;
}

.wp-block-column figure.width-auto,
.wp-block-column .width-auto img {
	width: inherit !important;
}

figure {
	margin: 0 !important;
}

.wp-block-column.is-domain .wp-block-columns {
	position: sticky;
	width: 10vw;
	left: 5vw;
	top: 30px;
}

.align-child-vertically {
	display: flex;
	align-items: center;
	margin: 0 !important;
	margin-top: 0 !important;
}

.with-box-shadow {
	box-shadow: 0px 2px 4px rgba(0, 10, 20, 0.1);
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: clip;
}

.z-index-1 {
	z-index: 1;
}

.blur {
	filter: blur(8px) opacity(0.1);
	transform: rotate(45deg);
}

.grid-2-1 {
	grid-template-columns: 2fr 1.5fr;
}
.grid-1-2 {
	grid-template-columns: 1.5fr 2fr;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.position-relative {
	position: relative;
}

.with-border-green {
	position: relative;
}

.with-border-green::after {
	content: '';
	position: absolute;
	top: -30px;
	bottom: -30px;
	right: -30px;
	background-color: #2e3d39a1;
	width: 2px;
}

.learning-card {
	background-color: var(--wp--preset--color--or-beige);
	border-right: var(--card-border);
	border-color: var(--wp--preset--color--or-orange);
	border-radius: var(--card-border-radius);
	box-shadow: var(--box-shadow);
	position: relative;
	z-index: 1;
	overflow-x: clip;
}

.learning-card::before {
	content: '';
	background-color: var(--wp--preset--color--or-orange);
	border-radius: 50%;
	position: absolute;
	top: -111px;
	left: 54%;
	transform: translateX(-50%);
	aspect-ratio: 1;
	height: calc(100% + 80px);
	max-height: 65vw;
	max-width: 65vw;
	z-index: -1;
}

.learning-card::after {
	background: var(--wp--preset--color--or-beige);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: -1;
	position: absolute;
	border-radius: var(--card-border-radius);
}

.tribe-block.tec-block__single-event {
	margin-top: 0 !important;
	padding-top: var(--nav-height);
}

.footer-links .has-detail-font-size a {
	font-size: 0.75rem;
}

.footer-links .has-button-font-size a {
	font-size: 0.85rem;
}

.footer-links .has-button-font-size {
	line-height: 1.1;
}

.footer-links .socials {
	transform: translateX(-9px);
}

figure.service-img {
	width: 70% !important;
	margin: 0 auto !important;
}

@media (max-width: 1600px) {
	:root {
		--wp--preset--font-size--gigantic: 4rem;
		--wp--preset--font-size--heading-3: 2.5rem;
		--wp--preset--font-size--p: 1.4rem;
		--wp--preset--font-size--medium: 1.2rem;
		--wp--preset--font-size--p: 1.2rem;
		--wp--preset--font-size--p-big: 1.3rem;
	}

	.apoiar .has-gigantic-font-size {
		font-size: 5rem !important;
	}

	.fw-1600 {
		flex-basis: 100% !important;
	}
}

@media (max-width: 1400px) {
	:root {
		--wp--preset--font-size--gigantic: 3.8rem;
		--wp--preset--font-size--heading-1: 2.5rem;
		--wp--preset--font-size--heading-3: 1.6rem;
	}
}

@media (max-width: 1280px) {
	:root {
		--wp--preset--font-size--gigantic: 3.5rem;
		--wp--preset--font-size--heading-3: 1.4rem;
	}
}

@media (max-width: 1250px) {
	:root {
		--nav-height: 59px;
		--wp--preset--font-size--navigation: 0.8rem;
	}

	.wp-block-mega-menu-menu .menu-wrapper > .menu-list {
		gap: 1rem;
	}
}

@media (max-width: 1000px) {
	:root {
		--wp--preset--font-size--gigantic: 3rem;
		--wp--preset--font-size--gigantic-2: 2.8rem;
		--wp--preset--font-size--heading-1: 2.3rem;
		--wp--preset--font-size--heading-2: 2.25rem;
		--wp--preset--font-size--heading-3: 1.6rem;
		--wp--preset--font-size--large: 1.5rem;
		--wp--preset--font-size--medium: 1rem;
		--wp--preset--font-size--p: 1rem;
		--wp--preset--font-size--p-big: 1.15rem;
		--wp--preset--font-size--button: 0.8rem;
	}

	.entry-content > .wp-block-columns,
	.entry-content > .wp-block-group {
		min-height: fit-content !important;
	}

	.wp-block-buttons {
		gap: 12px;
	}
}

@media (max-width: 900px) {
	:root {
		--wp--preset--font-size--heading-2: 2.15rem;
	}
}

@media (max-width: 783px) {
	:root {
		--wp--preset--font-size--gigantic: 2.4rem;
		--wp--preset--font-size--gigantic-2: 2.3rem;

		--wp--preset--font-size--navigation: 0.8rem;
		--wp--preset--font-size--heading-1: 2.1rem;

		--wp--preset--font-size--heading-2: 2rem;
		--wp--preset--font-size--heading-3: 1.4rem;
		--wp--preset--font-size--heading-4: 1.2rem;
		--wp--preset--font-size--title: 2rem;

		--wp--preset--spacing--60: 1.5rem;
		--wp--preset--spacing--70: 1.5rem;
	}

	h1 {
		line-height: 1.1;
	}

	hr {
		margin-bottom: 3rem !important;
	}

	blockquote p {
		font-size: 1.5rem !important;
	}

	.align-child-vertically {
		display: block;
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.hide-mobile {
		display: none !important;
	}

	.show-mobile {
		display: flex !important;
	}

	.column-reverse-mobile {
		flex-direction: column-reverse;
		flex-wrap: nowrap !important;
	}

	.no-padding-x-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.no-margin-mobile {
		margin: 0 !important;
	}

	.wp-block-columns {
		gap: 2rem;
	}

	.buttons {
		flex-direction: column;
		gap: 1rem;
	}

	.text-stack {
		gap: 1rem;
		margin: 0 !important;
	}

	.text-stack p,
	.text-stack h2 {
		text-align: left;
	}

	.text-stack h2 {
		margin: 0 !important;
	}

	p.is-style-absolute-quote,
	p.is-style-absolute-quote-rotated {
		max-width: 66%;
		right: calc(-0.5 * var(--screen-padding));
		padding: 1.2rem 1.5rem;
		text-align: center;
	}

	.f-w-mobile {
		padding: 0 !important;
	}

	figure.is-style-image-border {
		width: calc(100% - (1 * var(--screen-padding))) !important;
	}

	.wp-block-spacer.is-style-height-2-mobile {
		height: 2rem !important;
	}

	.wp-block-spacer.is-style-height-1-mobile {
		height: 1rem !important;
	}

	.wp-block-spacer.is-style-hide-mobile {
		display: none !important;
	}

	figure.is-learning-icon {
		position: absolute;
		width: 100px !important;
		right: 0;
		bottom: 0;
	}
	.learning-title {
		flex-basis: 80% !important;
	}

	.is-domain-text > .wp-block-group {
		padding-left: 0 !important;
		padding-top: 0 !important;
	}

	.wp-block-column.is-domain .wp-block-columns {
		width: 33%;
		right: 0;
		left: auto;
		float: right;
		top: 98px;
		padding-top: 3rem;
		margin-bottom: -60px;
	}

	.wp-block-group.is-style-one-column-mobile.is-layout-grid {
		grid-template-columns: 1fr;
	}

	.learning-info {
		padding: 1.5rem !important;
	}

	figure.service-img {
		width: auto !important;
	}
}

@media (max-width: 700px) {
	:root {
		--screen-padding: 16px;
	}
}

@media (max-width: 400px) {
	:root {
		--wp--preset--font-size--navigation: 0.7rem;
		--wp--preset--font-size--heading-2: 1.8rem;
		--wp--preset--font-size--heading-1: 1.6rem;
		--wp--preset--font-size--heading-4: 1.1rem;
	}

	.field-title {
		width: 90%;
		font-size: 1.7rem;
	}

	figure.field-image {
		position: absolute;
		width: 90px !important;
		right: -5%;
		bottom: -1.3rem;
		z-index: -5;
	}
}

@media (max-width: 380px) {
	:root {
		--wp--preset--font-size--gigantic: 2.05rem;
	}
}
