/*
Theme Name: UDD FSE
Theme URI: https://www.udd.cl
Author: bloom.lat
Author URI: https://www.bloom.lat
Description: Un tema flexible, con funcionalidades de edición de sitio completo (Full site editing).
Requires at least: 6.0
Tested up to: 6.3
Requires PHP: 5.7
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Text Domain: uddfse
Tags: education, wide-blocks, block-patterns, block-styles, editor-style, full-site-editing, udd, fse, blocks, full-site-editor
*/
:root {
	scroll-behavior: smooth;
}
body {
	line-height: 1.5;
	overflow-x: hidden;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
	margin-block-start: 0;
	margin-top: 0;
}
.wp-block-navigation__responsive-container-content > ul > .wp-block-navigation-item > .wp-block-navigation-item__content {
	padding: 1em 0;
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
	border: 0;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(.5em);
}
.wp-block-navigation > .current-menu-item > .wp-block-navigation-item__content > .wp-block-navigation-item__label {
	text-decoration: underline;
	text-underline-offset: .5em;
	text-decoration-thickness: .2em;
}
.wp-block-navigation__responsive-container-close {
	right: 1rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-inline: 1rem;
}
.wp-block-cover.site-hero {
	text-shadow: 0 0 .25em rgba(0, 0, 0, 0.75);
	align-items: stretch;
}
.site-header .site-hero.wp-block-cover .wp-block-cover__inner-container {
	width: var(--wp--style--global--content-size);
	margin: 0 auto;
	display: flex;
}
.site-header .site-hero.wp-block-cover .wp-block-cover__inner-container > div {
	flex-grow: 1;
}
.site-hero a:not(:hover) {
	text-decoration: none;
}
.wp-site-blocks > * {
	margin: 0;
}
.alignfull {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	position: relative;
}
.alignwide[class*="alignwide"] {
	max-width: 100%;
}
@media ( min-width: 968px ) {
	.alignwide[class*="alignwide"] {
		width: var(--wp--style--global--wide-size);
	}
}
@media ( min-width: 1200px ) {
	.alignwide[class*="alignwide"] {
		position: relative;
		left: 50%;
		right: 50%;
		max-width: min( 100vw, var(--wp--style--global--wide-size));
		margin-left: calc( min( 100vw, var(--wp--style--global--wide-size)) / -2 ) !important;
		margin-right: calc( min( 100vw, var(--wp--style--global--wide-size)) / -2 ) !important;
	}
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.015em;
}
h1[style*="uppercase"],
h2[style*="uppercase"],
h3[style*="uppercase"],
h4[style*="uppercase"],
h5[style*="uppercase"],
h6[style*="uppercase"] {
	letter-spacing: 0.015em;
}
.has-medium-font-size,
.has-large-font-size {
	line-height: 1.33333;
}
h3:not([class*="font-size"]),
.has-x-large-font-size,
.has-xx-large-font-size {
	line-height: 1.25;
}
h2:not([class*="font-size"]),
.has-xxx-large-font-size {
	line-height: 1.125;
}
h1:not([class*="font-size"]),
.has-huge-font-size {
	line-height: 1;
}
img, video {
	height: auto;
	width: auto;
}
.is-layout-flex > figure.is-resized {
	flex-shrink: 0;
}
#footer-contact img {
	width: 20px;
}
.udd-founders-home-header {
	height: 100vh;
	display: flex;
	flex-flow: column;
}
.founders-home-video {
	flex-grow: 1;
	display: flex;
	align-items: stretch;
}
.founders-home-video video {
	object-fit: cover;
}
