/*
Theme Name: Penta - Estudio Páchel
Theme URI: https://delegapoder.local/
Author: Estudio Páchel
Author URI: https://delegapoder.local/
Description: Plantilla base para la web de Delegapoder.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 0.5.22
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: penta-estudio-pachel
*/

:root {
	--penta-site-max-width: 1760px;
	--penta-content-max-width: 960px;
	--penta-site-gutter: clamp(1rem, 3vw, 3rem);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

body {
	min-height: 100vh;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	overflow-x: clip;
}

.wp-site-blocks > main {
	flex: 1;
	min-width: 0;
}

.wp-site-blocks .alignwide {
	max-width: min(var(--penta-site-max-width), calc(100vw - (var(--penta-site-gutter) * 2)));
}

.wp-site-blocks .alignfull {
	max-width: 100%;
}

.wp-site-blocks :where(img, video, iframe, canvas, svg) {
	max-width: 100%;
}

.penta-home-hero {
	display: flex;
	min-height: auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 0;
	padding: clamp(2.25rem, 4vw, 4rem) clamp(1.25rem, 5vw, 4rem) clamp(3rem, 5vw, 5rem);
	background: #ffffff;
	text-align: center;
}

.penta-home-hero-title {
	max-width: 920px;
	margin: 0 auto;
	color: #2e3443;
	font-family: var(--wp--preset--font-family--system);
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.penta-home-hero-copy {
	max-width: 920px;
	margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
	color: #6b7280;
	font-family: var(--wp--preset--font-family--system);
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0;
}

.penta-home-hero-search {
	max-width: 1040px;
	margin: clamp(1.75rem, 3vw, 2.6rem) auto 0;
}

.penta-home-hero-search:empty {
	display: none;
}

.penta-home-hero-search .sdp-quick-search-wrap {
	width: 100%;
}

.penta-home-hero-search .sdp-quick-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 72px;
	gap: .85rem;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 92px;
	margin: 0;
	padding: 1rem;
	border: 1px solid #e3ded6;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none;
	overflow: visible;
}

.penta-home-hero-search .sdp-quick-search input,
.penta-home-hero-preview-input,
.penta-home-hero-preview-date {
	width: 100%;
	min-height: 60px;
	border: 0;
	border-radius: 18px;
	background: transparent;
	color: #2e3443;
	font: inherit;
	font-size: 1.2rem;
	line-height: 60px;
	outline: 0;
	text-align: left;
}

.penta-home-hero-search .sdp-quick-search input::placeholder,
.penta-home-hero-preview-input,
.penta-home-hero-preview-date {
	color: #90959f;
	opacity: 1;
}

.penta-home-hero-search .sdp-date-field {
	position: relative;
}

.penta-home-hero-search .sdp-date-field input,
.penta-home-hero-preview-date {
	padding-right: 3.25rem;
	padding-left: 1.25rem;
	background: #f0f0f2;
}

.penta-home-hero-search .sdp-date-trigger {
	justify-self: end;
}

.penta-home-hero-search .sdp-date-trigger span {
	width: 1.2rem;
	height: 1.28rem;
	border: 2px solid #8b9097;
	border-top-width: 5px;
	border-radius: 2px;
}

.penta-home-hero-search .sdp-search-icon {
	position: relative;
	width: 72px;
	height: 72px;
	border: 0;
	border-radius: 999px;
	background: #ffc84a;
	color: #2e3443;
	cursor: pointer;
}

.penta-home-hero-search .sdp-search-icon span::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 21px;
	width: 22px;
	height: 22px;
	border: 3px solid currentColor;
	border-radius: 999px;
}

.penta-home-hero-search .sdp-search-icon span::after {
	content: "";
	position: absolute;
	top: 44px;
	left: 43px;
	width: 19px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
	transform: rotate(135deg);
	transform-origin: left center;
}

.penta-footer {
	background: var(--penta-footer-bg, #f3eeee);
	color: var(--penta-footer-text, #5f6470);
}

.penta-footer-inner {
	width: auto;
	max-width: none;
	margin-right: 64px;
	margin-left: 64px;
	padding: clamp(4rem, 8vw, 6.25rem) 0 2.25rem;
}

.penta-footer-top {
	display: grid;
	grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(180px, 1fr));
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.penta-footer-brand {
	max-width: 18rem;
}

.penta-footer-logo {
	display: inline-flex;
	align-items: center;
	max-width: min(100%, 280px);
	overflow: visible;
	color: inherit;
	text-decoration: none;
}

.penta-footer-logo img,
.penta-footer-logo .custom-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 58px !important;
	object-fit: contain;
}

.penta-footer-logo-text {
	color: #2d3340;
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1;
}

.penta-footer-intro {
	max-width: 17rem;
	margin: 0.65rem 0 0;
	color: inherit;
	font-size: clamp(1rem, 1.4vw, 1.14rem);
	line-height: 1.75;
}

.penta-footer-column h2 {
	margin: 0 0 1.35rem;
	color: #2d3340;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.15;
}

.penta-footer-menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.penta-footer-menu li {
	margin: 0;
	padding: 0;
}

.penta-footer-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: inherit;
	font-size: 1rem;
	line-height: 1.35;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.penta-footer-menu a::before {
	content: "";
	width: 0.46rem;
	height: 0.46rem;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	opacity: 0.55;
	transform: rotate(45deg);
}

.penta-footer-menu a:hover {
	color: #2d3340;
	transform: translateX(2px);
}

.penta-footer-rule {
	height: 4px;
	margin: clamp(3rem, 7vw, 4.6rem) 0 1.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
}

.penta-footer-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
}

.penta-footer-copyright {
	margin: 0;
	color: #8c929d;
	font-size: 0.98rem;
	line-height: 1.5;
}

.penta-footer-copyright a,
.penta-footer-credit a {
	color: #0099e5;
	font-weight: 800;
	text-decoration: none;
}

.penta-footer-legal .penta-footer-menu {
	flex-direction: row;
	gap: clamp(1.75rem, 4vw, 3rem);
}

.penta-footer-legal .penta-footer-menu a {
	color: #8c929d;
}

.penta-footer-legal .penta-footer-menu a::before {
	display: none;
}

.penta-footer-credit {
	margin: 1.1rem 0 0;
	color: #8c929d;
	font-size: 0.82rem;
	text-align: right;
}

.penta-account-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 1.5rem;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.penta-account-modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.penta-account-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.penta-account-modal__dialog {
	position: relative;
	width: min(100%, 480px);
	box-sizing: border-box;
	padding: clamp(2.1rem, 5vw, 3.1rem) clamp(1.6rem, 5vw, 3.15rem) clamp(2rem, 5vw, 2.85rem);
	border-radius: 16px;
	background: #fff;
	color: #2e3443;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	transform: translateY(10px) scale(0.98);
	transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.penta-account-modal.is-open .penta-account-modal__dialog {
	transform: translateY(0) scale(1);
}

.penta-account-modal__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #80858d;
	cursor: pointer;
}

.penta-account-modal__close span,
.penta-account-modal__close span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.penta-account-modal__close span {
	transform: translate(-50%, -50%) rotate(45deg);
}

.penta-account-modal__close span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.penta-account-modal__title {
	margin: 0 0 1.45rem;
	color: #2e3443;
	font-size: clamp(2rem, 4vw, 2.55rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.penta-account-modal__panel {
	display: none;
}

.penta-account-modal__panel.is-active {
	display: block;
}

.penta-account-modal__notice {
	margin: 0 0 1.55rem;
	padding: 1.3rem 1.6rem;
	border-left: 3px solid #35b766;
	border-radius: 0 14px 14px 0;
	background: #f4f6f9;
	color: #6b7280;
	font-size: 1.05rem;
	line-height: 1.65;
}

.penta-account-modal form {
	margin: 0;
}

.penta-account-modal .login-username,
.penta-account-modal .login-password,
.penta-account-modal .register-email,
.penta-account-modal .register-password {
	margin: 0 0 1.55rem;
}

.penta-account-modal label {
	display: block;
	margin: 0 0 0.7rem;
	color: #2e3443;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}

.penta-account-modal input[type="text"],
.penta-account-modal input[type="email"],
.penta-account-modal input[type="password"] {
	width: 100%;
	min-height: 56px;
	box-sizing: border-box;
	padding: 0.85rem 1rem;
	border: 0;
	border-radius: 14px;
	background: #f0f0f2;
	color: #2e3443;
	font: inherit;
	font-size: 1.05rem;
	outline: 0;
}

.penta-account-modal input[type="text"]:focus,
.penta-account-modal input[type="email"]:focus,
.penta-account-modal input[type="password"]:focus {
	box-shadow: 0 0 0 2px rgba(255, 200, 74, 0.75);
}

.penta-account-modal .login-submit {
	margin: 2.1rem 0 1.45rem;
}

.penta-account-modal__text {
	margin: 0;
	color: #6b7280;
	font-size: 1.05rem;
	line-height: 1.55;
}

.penta-account-modal button[type="submit"],
.penta-account-modal input[type="submit"],
.penta-account-modal__button {
	width: 100%;
	min-height: 62px;
	align-items: center;
	border: 0;
	border-radius: 999px;
	background: #ffc84a;
	color: #1d2430;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	font: inherit;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
	transition: filter 180ms ease, transform 180ms ease;
}

.penta-account-modal button[type="submit"]:hover,
.penta-account-modal input[type="submit"]:hover,
.penta-account-modal__button:hover {
	color: #1d2430;
	filter: brightness(0.98);
	transform: translateY(-1px);
}

.penta-account-modal__switch,
.penta-account-modal__lost {
	margin: 0;
	color: #6b7280;
	font-size: 1rem;
	line-height: 1.45;
	text-align: center;
}

.penta-account-modal__lost {
	margin-top: 0.55rem;
}

.penta-account-modal__terms {
	display: flex;
	align-items: center;
	gap: 0.72rem;
	margin: 0.2rem 0 0;
	color: #6b7280;
}

.penta-account-modal__terms input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin: 0;
	border: 2px solid #e7e9ee;
	border-radius: 4px;
	accent-color: #ffc84a;
}

.penta-account-modal__terms span {
	line-height: 1.35;
}

.penta-account-modal a {
	color: #0099e5;
	text-decoration: none;
}

.penta-account-modal-open {
	overflow: hidden;
}

.penta-site-header {
	--penta-header-edge: 64px;
	--penta-header-height: 79px;

	position: relative;
	z-index: 100;
	color: var(--penta-header-menu-color, var(--wp--preset--color--brand));
	background: transparent;
}

.penta-sticky-header .penta-site-header,
.penta-site-header.penta-is-sticky {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.penta-sticky-header .wp-site-blocks,
body:has(.penta-site-header.penta-is-sticky) .wp-site-blocks {
	padding-top: 79px;
}

.admin-bar.penta-sticky-header .penta-site-header,
.admin-bar .penta-site-header.penta-is-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar.penta-sticky-header .penta-site-header,
	.admin-bar .penta-site-header.penta-is-sticky {
		top: 46px;
	}
}

.penta-site-header .penta-header-inner {
	width: auto;
	max-width: none;
	min-height: var(--penta-header-height);
	margin-right: var(--penta-header-edge);
	margin-left: var(--penta-header-edge);
	gap: clamp(0.8rem, 1.6vw, 1.4rem);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.penta-site-header .wc-block-mini-cart,
.penta-site-header .wp-block-woocommerce-mini-cart,
.penta-site-header .wc-block-cart-link,
.penta-site-header .wp-block-woocommerce-cart-link {
	display: none !important;
}

.penta-site-header .wp-block-woocommerce-customer-account,
.penta-site-header .wc-block-customer-account,
.penta-site-header .wp-block-woocommerce-customer-account a,
.penta-site-header .wc-block-customer-account a,
.penta-site-header a[href*="my-account"],
.penta-site-header a[href*="mi-cuenta"],
.penta-site-header a[href*="mi-delegapoder"] {
	border-radius: 12px;
}

.penta-site-header .wp-block-woocommerce-customer-account,
.penta-site-header .wc-block-customer-account,
.penta-site-header .wp-block-woocommerce-customer-account a,
.penta-site-header .wc-block-customer-account a {
	display: none !important;
}

.penta-brand {
	gap: 1rem;
	min-width: max-content;
}

.penta-brand::before {
	content: "";
	width: 0.46rem;
	height: 0.46rem;
	flex: 0 0 auto;
	border-radius: 999px;
	background: currentColor;
}

.penta-brand-title {
	margin: 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
}

.penta-brand-logo {
	margin: 0;
	line-height: 0;
}

.penta-brand-logo img {
	display: block;
	width: auto;
	max-width: min(220px, 34vw);
	max-height: 52px;
	object-fit: contain;
}

.penta-brand:has(.custom-logo) {
	gap: 0;
}

.penta-brand:has(.custom-logo)::before,
.penta-brand:has(.custom-logo) .penta-brand-title {
	display: none;
}

.penta-brand-title a {
	color: inherit;
	text-decoration: none;
}

.penta-primary-nav {
	flex: 1 1 auto;
	justify-content: flex-end;
}

.penta-primary-nav .wp-block-navigation__container {
	gap: 1.8rem !important;
}

.penta-primary-nav .wp-block-navigation-item__content {
	color: inherit;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 180ms ease, transform 180ms ease;
}

.penta-primary-nav .wp-block-navigation-item__content:hover {
	opacity: 0.72;
	transform: translateY(-1px);
}

.penta-header-account-menu {
	position: relative;
	display: flex;
	align-items: center;
	list-style: none;
}

.penta-header-account-menu::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 16.5rem;
	height: 1rem;
	transform: translateX(-50%);
}

.penta-header-account-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	max-width: 13rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--penta-header-menu-color, var(--wp--preset--color--brand));
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

.penta-header-account-icon {
	display: inline-grid;
	width: 1.85rem;
	height: 1.85rem;
	flex: 0 0 auto;
	color: #aeb6c8;
	place-items: center;
}

.penta-header-account-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.penta-header-unread-dot,
.penta-header-menu-unread-dot {
	border-radius: 999px;
	display: inline-block;
	flex: 0 0 auto;
	height: .58rem;
	width: .58rem;
}

.penta-header-unread-dot[hidden],
.penta-header-menu-unread-dot[hidden] {
	display: none;
}

.penta-header-unread-dot {
	margin-left: -.35rem;
	margin-right: -.25rem;
	transform: translateY(-.55rem);
}

.penta-header-menu-unread-dot {
	margin-left: .55rem;
	vertical-align: middle;
}

.penta-account-type-client .penta-header-unread-dot,
.penta-account-type-client .penta-header-menu-unread-dot {
	background: #73c7df;
	box-shadow: 0 0 0 3px rgba(115, 199, 223, .2);
}

.penta-account-type-vendor .penta-header-unread-dot,
.penta-account-type-vendor .penta-header-menu-unread-dot {
	background: #49b889;
	box-shadow: 0 0 0 3px rgba(73, 184, 137, .2);
}

.penta-header-account-name {
	overflow: hidden;
	color: #73c7df;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
	transition: color 180ms ease;
}

.penta-account-type-client .penta-header-account-name {
	color: #73c7df;
}

.penta-account-type-vendor .penta-header-account-name {
	color: #49b889;
}

.penta-account-type-admin .penta-header-account-name {
	color: #d60000;
}

.penta-header-account-chevron {
	width: 0.6rem;
	height: 0.6rem;
	flex: 0 0 auto;
	border-right: 2px solid #8d9ab0;
	border-bottom: 2px solid #8d9ab0;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.penta-header-account-menu:hover .penta-header-account-chevron,
.penta-header-account-menu:focus-within .penta-header-account-chevron,
.penta-header-account-menu.is-open .penta-header-account-chevron {
	transform: translateY(2px) rotate(225deg);
}

.penta-header-account-dropdown {
	position: absolute;
	top: calc(100% + 0.65rem);
	left: 50%;
	z-index: 20;
	display: grid;
	min-width: 14.5rem;
	margin: 0;
	padding: 1.25rem 0;
	border: 1px solid rgba(46, 52, 67, 0.06);
	border-radius: 1.1rem;
	background: #ffffff;
	box-shadow: 0 1rem 2.5rem rgba(46, 52, 67, 0.12);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 0.45rem);
	transition: opacity 160ms ease, transform 160ms ease;
}

.penta-header-account-menu:hover .penta-header-account-dropdown,
.penta-header-account-menu:focus-within .penta-header-account-dropdown,
.penta-header-account-menu.is-open .penta-header-account-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.penta-header-account-role {
	align-items: center;
	border-bottom: 1px solid #eef0f3;
	color: #656c78;
	display: flex;
	font-size: .95rem;
	font-weight: 600;
	gap: .75rem;
	letter-spacing: .04em;
	line-height: 1.2;
	margin: .45rem .75rem .75rem;
	padding: .9rem 1rem 1rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.penta-header-account-role span {
	border-radius: 999px;
	display: inline-block;
	height: .72rem;
	width: .72rem;
}

.penta-account-type-client .penta-header-account-role span {
	background: #73c7df;
}

.penta-account-type-vendor .penta-header-account-role span {
	background: #49b889;
}

.penta-account-type-admin .penta-header-account-role span {
	background: #d60000;
}

.penta-header-account-dropdown a {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.52rem 1.75rem;
	color: #656c78;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.45;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	transition: background-color 160ms ease, color 160ms ease;
}

.penta-header-account-dropdown a:hover,
.penta-header-account-dropdown a:focus {
	background: #f7f7f8;
	color: #2e3443;
	outline: none;
}

.penta-header-cta {
	margin: 0 !important;
	min-width: max-content;
}

.penta-header-cta .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	min-height: 3.15rem;
	padding: 0.95rem 1.55rem 0.9rem;
	border-radius: 999px;
	box-shadow: none;
	background: var(--penta-header-button-background, #000) !important;
	color: var(--penta-header-button-text, #fff) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.penta-header-cta .wp-block-button__link::after {
	content: "";
	width: 0.3rem;
	height: 0.3rem;
	flex: 0 0 auto;
	border-radius: 999px;
	background: currentColor;
}

.penta-header-cta .wp-block-button__link:hover {
	transform: translateY(-1px);
	background: var(--penta-header-button-background, #000) !important;
	filter: brightness(0.96);
}

.penta-hide-header-cta:not(.penta-nav-collapsed) .penta-header-cta {
	display: none !important;
}

.penta-nav-collapsed:not(.penta-menu-open) .penta-header-cta,
.penta-hide-mobile-header-cta.penta-nav-collapsed .penta-header-cta {
	display: none !important;
}

.penta-primary-nav .wp-block-navigation__responsive-container-open,
.penta-primary-nav .wp-block-navigation__responsive-container-close {
	align-items: center;
	justify-content: center;
	gap: 0.72rem;
	width: 116px;
	min-width: 116px;
	height: 39px;
	min-height: 39px;
	padding: 0 17px;
	border: 0;
	border-radius: 999px;
	background: var(--penta-header-button-background, #000);
	color: var(--penta-header-button-text, #fff);
	cursor: pointer;
	font-size: 0;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.penta-primary-nav .wp-block-navigation__responsive-container-open::before {
	content: "Menú";
	font-size: 1rem;
}

.penta-primary-nav .wp-block-navigation__responsive-container-close::before {
	content: "";
	width: 0.68rem;
	height: 0.68rem;
	flex: 0 0 auto;
	background:
		linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
		linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
	transform: rotate(45deg);
	font-size: 0;
}

.penta-primary-nav .wp-block-navigation__responsive-container-close::after {
	content: "Cerrar";
	width: auto;
	height: auto;
	margin-left: 0;
	border-radius: 0;
	background: transparent;
	font-size: 1rem;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.penta-primary-nav .wp-block-navigation__responsive-container-open::after,
.penta-primary-nav .wp-block-navigation__responsive-container-open::after {
	content: "";
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 999px;
	background: currentColor;
}

.penta-primary-nav .wp-block-navigation__responsive-container-open svg,
.penta-primary-nav .wp-block-navigation__responsive-container-close svg {
	display: none;
}

.penta-primary-nav .wp-block-navigation__responsive-container-open:hover,
.penta-primary-nav .wp-block-navigation__responsive-container-close:hover {
	transform: translateY(-1px);
	background: #779f94;
	box-shadow: 0 0.7rem 1.8rem rgba(16, 18, 20, 0.14);
}

.penta-primary-nav .penta-button-tap {
	animation: penta-button-tap 360ms ease;
}

@media (max-width: 1199.98px) {
	.penta-home-hero-title {
		font-size: 3.75rem;
	}

	.penta-home-hero-copy {
		font-size: 1.12rem;
	}

	.penta-home-hero-search .sdp-quick-search {
		grid-template-columns: minmax(0, 1fr) 64px;
		min-height: 84px;
		padding: 1rem;
	}

	.penta-home-hero-search .sdp-search-icon {
		width: 64px;
		height: 64px;
	}

	.penta-footer-inner {
		margin-right: 40px;
		margin-left: 40px;
	}

	.penta-footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 3.25rem 4rem;
	}

	.penta-footer-brand {
		max-width: none;
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 3rem;
		align-items: start;
	}

	.penta-footer-intro {
		max-width: 30rem;
		margin-top: 0;
		font-size: clamp(1.25rem, 2.9vw, 2rem);
		line-height: 1.7;
	}

	.penta-site-header {
		--penta-header-edge: 40px;
		--penta-header-height: 79px;

		color: var(--penta-header-menu-color, #000);
		background: var(--wp--preset--color--base);
		border-bottom: 1px solid rgba(133, 170, 159, 0.45);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-open {
		display: inline-flex;
		position: fixed;
		top: 20px;
		right: var(--penta-header-edge);
		z-index: 1001;
	}

	.penta-menu-open .penta-primary-nav .wp-block-navigation__responsive-container-open {
		display: none !important;
	}

	.penta-brand-title {
		font-size: clamp(2rem, 4vw, 3.15rem);
		letter-spacing: 0.04em;
	}

	.penta-brand-logo img {
		max-width: min(220px, 42vw);
		max-height: 48px;
	}

	.penta-brand::before {
		width: 0.9rem;
		height: 0.9rem;
	}

	.penta-primary-nav {
		flex: 0 0 auto;
	}

	.penta-primary-nav .wp-block-navigation__container {
		display: none;
	}

	.penta-header-cta {
		display: none;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
		display: grid;
		position: fixed;
		inset: 0;
		width: 100%;
		max-width: 100%;
		height: 100vh;
		height: 100dvh;
		z-index: 1000;
		overflow-y: auto;
		place-items: center;
		background: #fff;
		color: var(--wp--preset--color--contrast);
		animation: penta-menu-open 420ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.penta-primary-nav .wp-block-navigation__responsive-dialog {
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 0;
		display: grid;
		place-items: center;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-content {
		width: 100%;
		min-height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: clamp(1.05rem, 3vh, 1.75rem);
		padding: calc(var(--penta-header-height) + 1rem) 1.5rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: clamp(1.05rem, 3vh, 1.75rem);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		opacity: 0;
		transform: translateY(14px);
		animation: penta-menu-item-in 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(2) {
		animation-delay: 55ms;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(3) {
		animation-delay: 110ms;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(4) {
		animation-delay: 165ms;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(5) {
		animation-delay: 220ms;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(6) {
		animation-delay: 275ms;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		color: var(--penta-header-menu-color, var(--wp--preset--color--contrast));
		font-size: clamp(0.82rem, min(2.25vw, 2.55vh), 1.08rem);
		font-weight: 500;
		letter-spacing: 0.16em;
		line-height: 1.1;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-menu {
		width: min(100%, 18rem);
		flex-direction: column;
		gap: 0.85rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-toggle {
		max-width: 100%;
		justify-content: center;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-dropdown {
		position: static;
		width: 100%;
		min-width: 0;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		text-align: center;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: none;
		transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, visibility 180ms ease;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-menu.is-open .penta-header-account-dropdown {
		max-height: 32rem;
		padding: 0.75rem 0;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-dropdown a {
		font-size: 0.95rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .penta-header-account-menu.is-open {
		gap: 0.55rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open:has(.penta-header-account-menu.is-open) .wp-block-navigation__container {
		gap: clamp(0.8rem, 2.15vh, 1.2rem);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-close {
		position: fixed;
		top: 20px;
		right: var(--penta-header-edge);
		z-index: 1002;
		display: inline-flex !important;
	}

	.penta-menu-open .penta-site-header .penta-brand {
		position: fixed;
		top: 21px;
		left: var(--penta-header-edge);
		z-index: 1001;
		color: var(--penta-header-menu-color, #000);
	}

	.penta-menu-open .penta-header-inner > .penta-header-cta {
		display: none !important;
	}

	.penta-menu-open .penta-mobile-menu-cta:not(:empty) {
		position: static;
		z-index: 1001;
		display: flex;
		margin-top: clamp(0.05rem, 0.75vh, 0.35rem);
		transform: none;
		animation: penta-menu-item-in 520ms cubic-bezier(0.22, 1, 0.36, 1) 260ms both;
	}

	.penta-menu-open .penta-mobile-menu-cta .penta-header-cta {
		display: flex !important;
	}

	.penta-menu-open.penta-hide-mobile-header-cta .penta-mobile-menu-cta {
		display: none !important;
	}

	.penta-menu-open .penta-mobile-menu-cta .wp-block-button__link {
		min-height: 3rem;
		padding-right: 1.55rem;
		padding-left: 1.55rem;
		background: var(--penta-header-button-background, #000) !important;
		color: var(--penta-header-button-text, #fff) !important;
		font-size: 0.78rem;
	}
}

@media (max-width: 809.98px) {
	.penta-sticky-header .wp-site-blocks,
	body:has(.penta-site-header.penta-is-sticky) .wp-site-blocks {
		padding-top: 69px;
	}

	.penta-home-hero {
		min-height: auto;
		padding: 2.25rem 1rem 3rem;
		background: #ffffff;
	}

	.penta-home-hero-inner {
		max-width: 100%;
	}

	.penta-home-hero-title {
		font-size: 2.75rem;
		line-height: 1.18;
	}

	.penta-home-hero-copy {
		max-width: 94%;
		font-size: 1.2rem;
		line-height: 1.9;
	}

	.penta-home-hero-search {
		margin-top: 2rem;
	}

	.penta-home-hero-search .sdp-quick-search {
		grid-template-columns: 1fr;
		gap: 1rem;
		min-height: 0;
		padding: 1rem;
		border-radius: 16px;
		box-shadow: none;
	}

	.penta-home-hero-search .sdp-quick-search input,
	.penta-home-hero-preview-input,
	.penta-home-hero-preview-date {
		min-height: 64px;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		background: #f0f0f2;
		font-size: 1.12rem;
		line-height: 64px;
	}

	.penta-home-hero-search .sdp-search-icon {
		display: inline-flex;
		width: 100%;
		height: 64px;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		font-size: 1.16rem;
		font-weight: 500;
	}

	.penta-home-hero-search .sdp-search-icon::after {
		content: "Buscar";
	}

	.penta-home-hero-search .sdp-search-icon span::before,
	.penta-home-hero-search .sdp-search-icon span::after {
		display: none;
	}

	.penta-footer-inner {
		margin-right: 16px;
		margin-left: 16px;
		padding-top: 4.5rem;
		padding-bottom: 2rem;
	}

	.penta-footer-top {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.penta-footer-brand {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.penta-footer-logo img,
	.penta-footer-logo .custom-logo {
		max-width: min(260px, 84vw) !important;
		max-height: 64px !important;
	}

	.penta-footer-intro {
		max-width: 23rem;
		font-size: clamp(1rem, 3.8vw, 1.2rem);
		line-height: 1.55;
	}

	.penta-footer-column h2 {
		margin-bottom: 1.25rem;
		font-size: 1.05rem;
	}

	.penta-footer-menu {
		gap: 0.85rem;
	}

	.penta-footer-menu a {
		font-size: clamp(1rem, 3.9vw, 1.18rem);
	}

	.penta-footer-rule {
		height: 5px;
		margin-top: 3.6rem;
		margin-bottom: 2.25rem;
	}

	.penta-footer-bottom {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.penta-footer-copyright {
		font-size: clamp(0.95rem, 3.6vw, 1.08rem);
		line-height: 1.55;
	}

	.penta-footer-legal .penta-footer-menu {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.4rem 2rem;
	}

	.penta-footer-legal .penta-footer-menu a {
		font-size: clamp(0.95rem, 3.6vw, 1.08rem);
	}

	.penta-footer-credit {
		text-align: center;
	}

	.penta-account-modal {
		padding: 1rem;
	}

	.penta-account-modal__dialog {
		border-radius: 14px;
	}

	.penta-account-modal__title {
		margin-bottom: 1.25rem;
		font-size: 2rem;
	}

	.penta-account-modal label,
	.penta-account-modal__register,
	.penta-account-modal__lost {
		font-size: 0.95rem;
	}

	.penta-account-modal__notice {
		padding: 1rem 1.2rem;
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.penta-account-modal input[type="text"],
	.penta-account-modal input[type="email"],
	.penta-account-modal input[type="password"] {
		min-height: 52px;
	}

	.penta-account-modal button[type="submit"],
	.penta-account-modal input[type="submit"] {
		min-height: 56px;
		font-size: 1.05rem;
	}

	.penta-site-header {
		--penta-header-edge: 16px;
		--penta-header-height: 69px;
	}

	.penta-site-header .penta-header-inner {
		min-height: var(--penta-header-height);
	}

	.penta-brand {
		gap: 0.85rem;
	}

	.penta-brand-title {
		font-size: clamp(1.75rem, 6.5vw, 2.55rem);
	}

	.penta-brand-logo img {
		max-width: min(190px, 48vw);
		max-height: 42px;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-open::before,
	.penta-primary-nav .wp-block-navigation__responsive-container-close::after {
		font-size: 0.78rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-close {
		top: 15px;
		right: var(--penta-header-edge);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-open {
		top: 15px;
		right: var(--penta-header-edge);
	}

	.penta-menu-open .penta-site-header .penta-brand {
		top: 16px;
		left: var(--penta-header-edge);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container-content {
		padding-top: calc(var(--penta-header-height) + 1rem);
		padding-bottom: calc(var(--penta-header-height) + 1rem);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: clamp(0.95rem, 3vh, 1.6rem);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: clamp(0.78rem, min(3.8vw, 2.55vh), 1rem);
	}

	.penta-menu-open .penta-mobile-menu-cta .wp-block-button__link {
		min-height: 2.85rem;
		font-size: 0.72rem;
	}

	.penta-footer-brand {
		max-width: 100%;
	}

	.penta-footer-logo {
		display: flex;
		width: 100%;
		max-width: min(100%, 320px);
	}

	.penta-footer-logo img,
	.penta-footer-logo .custom-logo {
		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: none !important;
		object-fit: contain;
	}
}

@media (max-height: 720px) and (max-width: 1199.98px) {
	.penta-primary-nav .wp-block-navigation__responsive-container-content {
		justify-content: center;
		padding-top: calc(var(--penta-header-height) + 0.75rem);
		padding-bottom: calc(var(--penta-header-height) + 0.75rem);
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: 0.9rem;
	}

	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: clamp(0.74rem, min(3.1vw, 2.35vh), 0.94rem);
	}

	.penta-menu-open .penta-mobile-menu-cta:not(:empty) {
		margin-top: 0.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open,
	.penta-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
	.penta-menu-open .penta-header-cta:not(:empty),
	.penta-menu-open .penta-mobile-menu-cta:not(:empty),
	.penta-primary-nav .penta-button-tap {
		animation: none;
	}

	.penta-primary-nav .wp-block-navigation-item__content,
	.penta-header-cta .wp-block-button__link,
	.penta-primary-nav .wp-block-navigation__responsive-container-open,
	.penta-primary-nav .wp-block-navigation__responsive-container-close {
		transition: none;
	}
}

@keyframes penta-menu-open {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes penta-menu-item-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes penta-button-tap {
	0% {
		transform: scale(1);
	}

	45% {
		transform: scale(0.96);
	}

	100% {
		transform: scale(1);
	}
}
