@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/ubuntu-400.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("fonts/ubuntu-500.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/ubuntu-700.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("fonts/inter-400-700.woff2") format("woff2");
}

:root {
	--sf-az: #3a2e94;
	--sf-az-os: #261d6b;
	--sf-mo: #76299b;
	--sf-mg: #98317c;
	--sf-li: #f4f2fb;
	--sf-li2: #e7e3f6;
	--sf-rs: #f7eef4;
	--sf-tx: #221e3d;
	--sf-gr: #5f5b75;
	--sf-bd: #e4e1ef;
	--sf-grad: linear-gradient(100deg, var(--sf-az) 0%, var(--sf-mo) 55%, var(--sf-mg) 100%);
	--sf-sombra: 0 14px 40px rgba(38, 29, 107, .10);
	--sf-t: "Ubuntu", "Segoe UI", sans-serif;
	--sf-f: "Inter", "Segoe UI", Roboto, sans-serif;
}

body.sf-site {
	font-family: var(--sf-f);
	font-size: 17px;
	line-height: 1.65;
	color: var(--sf-tx);
	background: #fff;
}

body.sf-site h1,
body.sf-site h2,
body.sf-site h3,
body.sf-site h4 {
	font-family: var(--sf-t);
	color: var(--sf-az);
	font-weight: 500;
	letter-spacing: -.01em;
	line-height: 1.18;
}

body.sf-site h1 {
	font-size: clamp(34px, 4.6vw, 56px);
}

body.sf-site h2 {
	font-size: clamp(28px, 3.2vw, 40px);
}

body.sf-site h3 {
	font-size: clamp(20px, 1.8vw, 24px);
}

body.sf-site p,
body.sf-site li {
	font-size: 17px;
	line-height: 1.65;
	color: inherit;
}

body.sf-site a {
	color: var(--sf-mo);
}

body.sf-site strong {
	font-weight: 600;
}

body.sf-site #Header_wrapper,
body.sf-site #Side_slide,
body.sf-site #body_overlay,
body.sf-site #Subheader,
body.sf-site #Footer,
body.sf-site .mfn-main-slider {
	display: none;
}

body.sf-site #Wrapper,
body.sf-site #Content {
	background: #fff;
	padding: 0;
}

body.sf-site .the_content_wrapper,
body.sf-site .section.the_content .section_wrapper,
body.sf-site #Content .content_wrapper {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.sf-site .section.the_content {
	padding: 0;
}

body.sf-site .sf-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
	box-sizing: border-box;
}

body.sf-site .sf-wrap--texto {
	max-width: 860px;
}

body.sf-site .sf-centro {
	text-align: center;
}

body.sf-site .sf-btn,
body.sf-site .wp-block-button.sf-btn .wp-block-button__link,
body.sf-site .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 50px;
	padding: 12px 28px;
	border: 2px solid var(--sf-az);
	border-radius: 999px;
	background: var(--sf-az);
	color: #fff;
	font-family: var(--sf-t);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
	box-sizing: border-box;
}

body.sf-site .sf-btn:hover,
body.sf-site .wp-block-button__link:hover {
	background: var(--sf-mg);
	border-color: var(--sf-mg);
	color: #fff;
	transform: translateY(-1px);
}

body.sf-site .sf-btn--linea,
body.sf-site .is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--sf-az);
}

body.sf-site .sf-btn--blanco,
body.sf-site .sf-btns-claros .wp-block-button__link {
	background: #fff;
	border-color: #fff;
	color: var(--sf-az);
}

body.sf-site .sf-btn--linea-blanco,
body.sf-site .sf-btns-claros .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, .85);
	color: #fff;
}

body.sf-site .sf-btn--blanco:hover,
body.sf-site .sf-btn--linea-blanco:hover,
body.sf-site .sf-btns-claros .wp-block-button__link:hover {
	background: #fff;
	border-color: #fff;
	color: var(--sf-mg);
}

body.sf-site .sf-aviso {
	position: relative;
	z-index: 60;
	padding: 9px 16px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

body.sf-site .sf-aviso a {
	color: inherit;
	text-decoration: underline;
}

body.sf-site .sf-aviso--ticker {
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

body.sf-site .sf-aviso__pista {
	display: inline-flex;
	animation: sf-ticker var(--sf-vel, 25s) linear infinite;
}

body.sf-site .sf-aviso__item {
	padding-right: 80px;
}

@keyframes sf-ticker {
	to {
		transform: translateX(-50%);
	}
}

body.sf-site .sf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	transition: box-shadow .25s ease;
}

body.sf-site .sf-header.is-scroll {
	box-shadow: 0 6px 30px rgba(38, 29, 107, .12);
}

body.sf-site .sf-top {
	background: var(--sf-az-os);
	color: rgba(255, 255, 255, .85);
	font-size: 14px;
}

body.sf-site .sf-top__in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 38px;
}

body.sf-site .sf-top__datos {
	display: flex;
	gap: 22px;
}

body.sf-site .sf-top a {
	color: #fff;
	text-decoration: none;
}

body.sf-site .sf-top a:hover {
	color: #e6c7dc;
}

body.sf-site .sf-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 88px;
}

body.sf-site .sf-nav__logo img {
	display: block;
	width: 190px;
	height: auto;
}

body.sf-site .sf-nav__menu {
	margin-left: auto;
}

body.sf-site .sf-nav__cta {
	white-space: nowrap;
	flex: none;
}

body.sf-site .sf-menu {
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.sf-site .sf-menu > li {
	position: relative;
	margin: 0;
}

body.sf-site .sf-menu a {
	display: block;
	padding: 10px 14px;
	font-family: var(--sf-t);
	font-size: 16px;
	font-weight: 500;
	color: var(--sf-tx);
	text-decoration: none;
	border-radius: 999px;
	white-space: nowrap;
	transition: background .2s ease, color .2s ease;
}

body.sf-site .sf-menu a:hover,
body.sf-site .sf-menu .current-menu-item > a,
body.sf-site .sf-menu .current-menu-ancestor > a,
body.sf-site .sf-menu .current-menu-parent > a {
	color: var(--sf-az);
	background: var(--sf-li);
}

body.sf-site .sf-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #fff;
	box-shadow: var(--sf-sombra);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

body.sf-site .sf-menu li:hover > .sub-menu,
body.sf-site .sf-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

body.sf-site .sf-menu .sub-menu a {
	border-radius: 0;
	font-size: 15px;
}

body.sf-site .sf-nav__movil {
	display: none;
}

body.sf-site .sf-burger {
	display: none;
	width: 48px;
	height: 48px;
	border: 0;
	background: var(--sf-li);
	border-radius: 999px;
	padding: 0 13px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

body.sf-site .sf-burger span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--sf-az);
	border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease;
}

body.sf-site.sf-menu-on .sf-burger span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.sf-site.sf-menu-on .sf-burger span:nth-child(2) {
	opacity: 0;
}

body.sf-site.sf-menu-on .sf-burger span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

body.sf-site .sf-pie {
	position: relative;
	background: var(--sf-az-os);
	color: rgba(255, 255, 255, .8);
	padding-top: 90px;
	overflow: hidden;
}

body.sf-site .sf-pie__lineas {
	position: absolute;
	top: 34px;
	right: -40px;
	display: grid;
	gap: 10px;
	justify-items: end;
	opacity: .5;
}

body.sf-site .sf-pie__lineas i {
	display: block;
	height: 12px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-pie__lineas i:nth-child(1) {
	width: 320px;
}

body.sf-site .sf-pie__lineas i:nth-child(2) {
	width: 220px;
}

body.sf-site .sf-pie__lineas i:nth-child(3) {
	width: 400px;
}

body.sf-site .sf-pie__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr;
	gap: 48px;
	padding-bottom: 56px;
}

body.sf-site .sf-pie h3 {
	color: #fff;
	font-size: 19px;
	margin: 6px 0 18px;
}

body.sf-site .sf-pie p,
body.sf-site .sf-pie li {
	font-size: 15px;
	color: rgba(255, 255, 255, .8);
}

body.sf-site .sf-pie a {
	color: #fff;
	text-decoration: none;
}

body.sf-site .sf-pie a:hover {
	color: #e6c7dc;
}

body.sf-site .sf-pie__logo img {
	width: 210px;
	height: auto;
	display: block;
	margin-bottom: 18px;
}

body.sf-site .sf-pie__menu,
body.sf-site .sf-pie__datos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

body.sf-site .sf-pie__datos li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
}

body.sf-site .sf-pie__datos .sf-ico {
	color: #d7a6c8;
	margin-top: 2px;
}

body.sf-site .sf-pie__redes {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

body.sf-site .sf-pie__redes a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
}

body.sf-site .sf-pie__redes a:hover {
	background: #fff;
	color: var(--sf-az);
}

body.sf-site .sf-pie__bajo {
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 14px;
}

body.sf-site .sf-pie__bajo-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	min-height: 64px;
	padding-top: 12px;
	padding-bottom: 12px;
}

body.sf-site .sf-pie__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.sf-site .sf-pie__legal li {
	margin: 0;
	font-size: 14px;
}

body.sf-site .sf-barra {
	display: none;
}

body.sf-site .sf-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(20, 15, 55, .6);
}

body.sf-site .sf-modal[hidden] {
	display: none;
}

body.sf-site .sf-modal__caja {
	position: relative;
	width: 100%;
	max-width: 420px;
	background: #fff;
	padding: 36px 30px 30px;
	text-align: center;
}

body.sf-site .sf-modal__caja h3 {
	margin: 8px 0;
}

body.sf-site .sf-modal__caja p {
	font-size: 15px;
	color: var(--sf-gr);
}

body.sf-site .sf-modal__ico {
	width: 54px;
	height: 54px;
	color: #25a45b;
}

body.sf-site .sf-modal__x {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	font-size: 28px;
	line-height: 1;
	color: var(--sf-gr);
	cursor: pointer;
}

body.sf-site .sf-modal .sf-btn {
	width: 100%;
	margin-top: 16px;
}

body.sf-site .sf-modal .sf-btn[disabled] {
	opacity: .45;
	cursor: not-allowed;
	transform: none;
}

body.sf-site .sf-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	text-align: left;
	font-size: 15px;
	line-height: 1.45;
	cursor: pointer;
}

body.sf-site .sf-check input {
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	flex: none;
	accent-color: var(--sf-az);
}

body.sf-site .sf-migas {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	color: var(--sf-gr);
	margin-bottom: 18px;
}

body.sf-site .sf-migas a {
	color: var(--sf-gr);
	text-decoration: none;
}

body.sf-site .sf-migas a:hover {
	color: var(--sf-mo);
}

body.sf-site .sf-migas em {
	font-style: normal;
	color: var(--sf-tx);
}

body.sf-site .sf-tit-sec {
	text-align: center;
	margin: 0 0 36px;
}

body.sf-site .sf-cab {
	background: var(--sf-li);
	padding: 56px 0 60px;
	position: relative;
	overflow: hidden;
}

body.sf-site .sf-cab__grid {
	display: grid;
	gap: 48px;
	align-items: center;
}

body.sf-site .sf-cab__grid.has-img {
	grid-template-columns: 1.5fr 1fr;
}

body.sf-site .sf-cab h1 {
	margin: 0 0 16px;
}

body.sf-site .sf-cab__desc {
	max-width: 760px;
	color: var(--sf-gr);
}

body.sf-site .sf-cab__desc p {
	margin: 0 0 12px;
}

body.sf-site .sf-cab__img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	box-shadow: var(--sf-sombra);
}

body.sf-site .sf-listado {
	padding: 40px 0 90px;
}

body.sf-site .sf-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 36px;
}

body.sf-site .sf-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 20px;
	border: 1px solid var(--sf-bd);
	border-radius: 999px;
	color: var(--sf-tx);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	background: #fff;
	transition: all .2s ease;
}

body.sf-site .sf-chips a:hover {
	border-color: var(--sf-mo);
	color: var(--sf-mo);
}

body.sf-site .sf-chips a.is-on {
	background: var(--sf-az);
	border-color: var(--sf-az);
	color: #fff;
}

body.sf-site .sf-grid-amb {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

body.sf-site .sf-card-amb {
	display: flex;
	flex-direction: column;
	background: #fff;
	text-decoration: none;
	color: var(--sf-tx);
	box-shadow: 0 0 0 1px var(--sf-bd);
	transition: box-shadow .25s ease, transform .25s ease;
}

body.sf-site .sf-card-amb:hover {
	box-shadow: var(--sf-sombra);
	transform: translateY(-4px);
}

body.sf-site .sf-card-amb__img {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--sf-li);
}

body.sf-site .sf-card-amb__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

body.sf-site .sf-card-amb:hover .sf-card-amb__img img {
	transform: scale(1.04);
}

body.sf-site .sf-card-amb__txt {
	position: relative;
	display: grid;
	gap: 2px;
	padding: 18px 20px 20px;
}

body.sf-site .sf-card-amb__txt::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	width: 64px;
	height: 12px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-card-amb small {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--sf-gr);
}

body.sf-site .sf-card-amb strong {
	font-family: var(--sf-t);
	font-size: 22px;
	font-weight: 500;
	color: var(--sf-az);
	line-height: 1.2;
}

body.sf-site .sf-card-amb__fam {
	font-size: 14px;
	color: var(--sf-mo);
}

body.sf-site .sf-int {
	display: inline-flex;
	gap: 4px;
	margin-top: 8px;
}

body.sf-site .sf-int i {
	display: block;
	width: 22px;
	height: 6px;
	border-radius: 999px;
	background: var(--sf-li2);
}

body.sf-site .sf-int i.on {
	background: var(--sf-mg);
}

body.sf-site .sf-grid-fam {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

body.sf-site .sf-card-fam {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	aspect-ratio: 4 / 5;
	background: var(--sf-az);
}

body.sf-site .sf-card-fam__img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

body.sf-site .sf-card-fam:hover img {
	transform: scale(1.05);
}

body.sf-site .sf-card-fam__txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	padding: 60px 20px 20px;
	background: linear-gradient(transparent, rgba(38, 29, 107, .92));
}

body.sf-site .sf-card-fam strong {
	font-family: var(--sf-t);
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

body.sf-site .sf-card-fam small {
	font-size: 14px;
	color: rgba(255, 255, 255, .85);
}

body.sf-site .sf-ficha {
	padding: 36px 0 70px;
}

body.sf-site .sf-ficha__grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	align-items: start;
}

body.sf-site .sf-ficha__main {
	display: block;
	background: var(--sf-li);
	cursor: zoom-in;
}

body.sf-site .sf-ficha__main img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

body.sf-site .sf-ficha__thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 10px;
}

body.sf-site .sf-ficha__thumbs a {
	display: block;
	opacity: .6;
	transition: opacity .2s ease;
	box-shadow: 0 0 0 2px transparent;
}

body.sf-site .sf-ficha__thumbs a.is-on,
body.sf-site .sf-ficha__thumbs a:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px var(--sf-mo);
}

body.sf-site .sf-ficha__thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

body.sf-site .sf-ficha__info {
	position: sticky;
	top: 150px;
}

body.sf-site .sf-ficha__fam {
	display: inline-block;
	padding: 5px 16px;
	border-radius: 999px;
	background: var(--sf-rs);
	color: var(--sf-mg);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

body.sf-site .sf-ficha__tit {
	margin: 16px 0 18px;
}

body.sf-site .sf-ficha__tit small {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--sf-gr);
	margin-bottom: 6px;
}

body.sf-site .sf-ficha__intro p {
	font-size: 19px;
	color: var(--sf-gr);
	margin: 0 0 24px;
}

body.sf-site .sf-ficha__specs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

body.sf-site .sf-ficha__specs li {
	position: relative;
	display: grid;
	align-content: start;
	margin: 0;
	padding: 30px 16px 16px;
	background: var(--sf-li);
}

body.sf-site .sf-ficha__specs .sf-ico {
	position: absolute;
	top: -18px;
	left: 16px;
	width: 38px;
	height: 38px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 999px;
	background-color: transparent;
	-webkit-mask: none;
	mask: none;
	background-image: var(--sf-grad);
}

body.sf-site .sf-ficha__specs .sf-ico::after {
	content: "";
	position: absolute;
	inset: 8px;
	background: #fff;
	-webkit-mask: var(--sf-i) center / contain no-repeat;
	mask: var(--sf-i) center / contain no-repeat;
}

body.sf-site .sf-ficha__specs small {
	font-size: 13px;
	color: var(--sf-gr);
}

body.sf-site .sf-ficha__specs strong {
	font-family: var(--sf-t);
	font-size: 19px;
	font-weight: 500;
	color: var(--sf-az);
}

body.sf-site .sf-ficha__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.sf-site .sf-ficha__nota {
	margin: 18px 0 0;
	font-size: 15px;
	color: var(--sf-gr);
}

body.sf-site .sf-ficha__ref {
	margin: 6px 0 0;
	font-size: 13px;
	color: #9894ad;
}

body.sf-site .sf-ficha-desc {
	padding: 70px 0;
	background: var(--sf-li);
}

body.sf-site .sf-ficha-desc h2 {
	margin: 0 0 20px;
}

body.sf-site .sf-ficha-desc h3 {
	margin: 34px 0 12px;
	color: var(--sf-mo);
}

body.sf-site .sf-ficha-desc ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

body.sf-site .sf-ficha-desc ul li {
	position: relative;
	padding-left: 34px;
	margin: 0 0 10px;
}

body.sf-site .sf-ficha-desc ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 20px;
	height: 7px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-rel {
	padding: 80px 0 90px;
}

body.sf-site .sf-rel .sf-centro {
	margin-top: 36px;
}

body.sf-site .sf-banda {
	background: var(--sf-grad);
	color: #fff;
	padding: 60px 0;
}

body.sf-site .sf-banda__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

body.sf-site .sf-banda h2 {
	color: #fff;
	margin: 0 0 8px;
}

body.sf-site .sf-banda p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
}

body.sf-site .sf-banda__btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	flex: none;
}

body.sf-site .sf-nebu__buscar {
	margin-bottom: 16px;
	max-width: 360px;
}

body.sf-site .sf-nebu__buscar input,
body.sf-site .sf-form input:not([type=checkbox]),
body.sf-site .sf-form select,
body.sf-site .sf-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--sf-bd);
	border-radius: 0;
	background: #fff;
	font-family: var(--sf-f);
	font-size: 16px;
	color: var(--sf-tx);
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
}

body.sf-site .sf-nebu__buscar input:focus,
body.sf-site .sf-form input:focus,
body.sf-site .sf-form select:focus,
body.sf-site .sf-form textarea:focus {
	outline: 2px solid var(--sf-mo);
	outline-offset: -1px;
	border-color: var(--sf-mo);
}

body.sf-site .sf-nebu__tabla {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin: 0;
}

body.sf-site .sf-nebu__tabla th {
	background: var(--sf-az);
	color: #fff;
	font-family: var(--sf-t);
	font-weight: 500;
	text-align: left;
	padding: 14px 18px;
	font-size: 16px;
	border: 0;
}

body.sf-site .sf-nebu__tabla td {
	padding: 13px 18px;
	border: 0;
	border-bottom: 1px solid var(--sf-bd);
	font-size: 16px;
	text-align: left;
	color: var(--sf-tx);
}

body.sf-site .sf-nebu__tabla tr:nth-child(even) td {
	background: var(--sf-li);
}

body.sf-site .sf-nebu__tabla td:nth-child(2) {
	color: var(--sf-mo);
}

body.sf-site .sf-nebu__total {
	font-size: 14px;
	color: var(--sf-gr);
	margin-top: 12px;
}

body.sf-site .sf-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}

body.sf-site .sf-form__grid p {
	margin: 0 0 18px;
}

body.sf-site .sf-form__full {
	grid-column: 1 / -1;
}

body.sf-site .sf-form label {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--sf-tx);
}

body.sf-site .sf-form .sf-check {
	display: flex;
	font-weight: 400;
	margin: 4px 0 10px;
}

body.sf-site .sf-form__hp {
	position: absolute;
	left: -9999px;
}

body.sf-site .sf-form__legal {
	font-size: 13px;
	line-height: 1.5;
	color: var(--sf-gr);
	margin: 0 0 20px;
}

body.sf-site .sf-form__res {
	margin-top: 16px;
	font-weight: 600;
}

body.sf-site .sf-form__res.is-ok {
	color: #1f8a5b;
}

body.sf-site .sf-form__res.is-ko {
	color: #c0392b;
}

body.sf-site .sf-lb[hidden] {
	display: none;
}

body.sf-site .sf-lb {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 11, 40, .94);
	padding: 60px 70px;
}

body.sf-site .sf-lb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

body.sf-site .sf-lb button {
	position: absolute;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	box-shadow: none;
	color: #fff;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: background .2s ease;
}

body.sf-site .sf-lb button svg {
	display: block;
	width: 24px;
	height: 24px;
	pointer-events: none;
}

body.sf-site .sf-lb button[hidden] {
	display: none;
}

body.sf-site .sf-lb button:hover {
	background: var(--sf-mg);
}

body.sf-site .sf-lb__x {
	top: 16px;
	right: 16px;
}

body.sf-site .sf-lb__ant {
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

body.sf-site .sf-lb__sig {
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

body.sf-site .sf-lb__n {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}

@media (max-width: 1240px) {
	body.sf-site .sf-nav {
		gap: 16px;
	}

	body.sf-site .sf-nav__logo img {
		width: 160px;
	}

	body.sf-site .sf-menu a {
		padding: 10px 10px;
		font-size: 15px;
	}
}

@media (max-width: 1100px) {
	body.sf-site .sf-top__in > span:first-child {
		display: none;
	}

	body.sf-site .sf-top__in {
		justify-content: flex-end;
	}

	body.sf-site .sf-nav__cta {
		display: none;
	}

	body.sf-site .sf-menu a {
		padding: 10px 10px;
		font-size: 15px;
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-top {
		display: none;
	}

	body.sf-site .sf-nav {
		min-height: 72px;
		gap: 12px;
	}

	body.sf-site .sf-nav__logo img {
		width: 150px;
	}

	body.sf-site .sf-nav__cta {
		display: none;
	}

	body.sf-site .sf-burger {
		display: flex;
		margin-left: auto;
	}

	body.sf-site .sf-nav__menu {
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 16px 24px 120px;
		background: #fff;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .25s ease, transform .25s ease, visibility .25s;
	}

	body.sf-site.sf-menu-on .sf-nav__menu {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.sf-site.sf-menu-on {
		overflow: hidden;
	}

	body.sf-site .sf-menu {
		flex-direction: column;
		gap: 0;
	}

	body.sf-site .sf-menu > li {
		border-bottom: 1px solid var(--sf-bd);
	}

	body.sf-site .sf-menu a {
		padding: 16px 4px;
		font-size: 19px;
		border-radius: 0;
	}

	body.sf-site .sf-menu a:hover,
	body.sf-site .sf-menu .current-menu-item > a {
		background: none;
	}

	body.sf-site .sf-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0 0 12px 16px;
		min-width: 0;
	}

	body.sf-site .sf-menu .sub-menu a {
		padding: 8px 4px;
		font-size: 16px;
		color: var(--sf-gr);
	}

	body.sf-site .sf-nav__movil {
		display: grid;
		gap: 14px;
		justify-items: center;
		margin-top: 28px;
	}

	body.sf-site .sf-nav__movil .sf-btn {
		width: 100%;
	}

	body.sf-site .sf-nav__tel {
		font-family: var(--sf-t);
		font-size: 22px;
		color: var(--sf-az);
		text-decoration: none;
	}

	body.sf-site .sf-pie__grid {
		grid-template-columns: 1fr 1fr;
	}

	body.sf-site .sf-pie__marca {
		grid-column: 1 / -1;
	}

	body.sf-site .sf-grid-amb,
	body.sf-site .sf-grid-fam {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	body.sf-site .sf-ficha__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	body.sf-site .sf-ficha__info {
		position: static;
	}

	body.sf-site .sf-cab__grid.has-img {
		grid-template-columns: 1fr;
	}

	body.sf-site .sf-cab__img {
		max-width: 420px;
	}

	body.sf-site .sf-banda__grid {
		flex-direction: column;
		text-align: center;
	}

	body.sf-site .sf-banda__btns {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	body.sf-site {
		padding-bottom: 64px;
	}

	body.sf-site h1 {
		font-size: 34px;
	}

	body.sf-site h2 {
		font-size: 28px;
	}

	body.sf-site .sf-wrap {
		padding: 0 16px;
	}

	body.sf-site .sf-barra {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		background: var(--sf-az);
		padding-bottom: env(safe-area-inset-bottom);
		box-shadow: 0 -6px 20px rgba(38, 29, 107, .2);
	}

	body.sf-site .sf-barra a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		min-height: 64px;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		text-decoration: none;
	}

	body.sf-site .sf-barra a + a {
		border-left: 1px solid rgba(255, 255, 255, .15);
	}

	body.sf-site .sf-barra .sf-ico {
		width: 24px;
		height: 24px;
	}

	body.sf-site .sf-pie {
		padding-top: 70px;
		text-align: center;
	}

	body.sf-site .sf-pie__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	body.sf-site .sf-pie__logo img {
		margin: 0 auto 18px;
	}

	body.sf-site .sf-pie__redes,
	body.sf-site .sf-pie__datos li,
	body.sf-site .sf-pie__legal,
	body.sf-site .sf-pie__bajo-in {
		justify-content: center;
	}

	body.sf-site .sf-pie__bajo-in {
		flex-direction: column;
		gap: 8px;
	}

	body.sf-site .sf-grid-amb,
	body.sf-site .sf-grid-fam {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	body.sf-site .sf-card-amb__txt {
		padding: 14px 12px 14px;
		text-align: center;
		justify-items: center;
	}

	body.sf-site .sf-card-amb__txt::before {
		left: 50%;
		margin-left: -24px;
		width: 48px;
		height: 10px;
		top: -5px;
	}

	body.sf-site .sf-card-amb strong {
		font-size: 18px;
	}

	body.sf-site .sf-card-amb small {
		font-size: 11px;
	}

	body.sf-site .sf-card-amb__fam {
		font-size: 13px;
	}

	body.sf-site .sf-int i {
		width: 16px;
	}

	body.sf-site .sf-card-fam strong {
		font-size: 17px;
	}

	body.sf-site .sf-card-fam__txt {
		padding: 40px 12px 14px;
		text-align: center;
	}

	body.sf-site .sf-chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin: 0 -16px 28px;
		padding: 0 16px 6px;
		scrollbar-width: none;
	}

	body.sf-site .sf-chips a {
		flex: none;
	}

	body.sf-site .sf-ficha {
		padding: 20px 0 50px;
	}

	body.sf-site .sf-ficha__specs {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 8px;
	}

	body.sf-site .sf-ficha__specs li {
		padding: 28px 8px 12px;
		text-align: center;
		justify-items: center;
	}

	body.sf-site .sf-ficha__specs .sf-ico {
		left: 50%;
		margin-left: -19px;
	}

	body.sf-site .sf-ficha__specs strong {
		font-size: 16px;
	}

	body.sf-site .sf-ficha__cta .sf-btn {
		width: 100%;
	}

	body.sf-site .sf-ficha__info {
		text-align: center;
	}

	body.sf-site .sf-ficha__thumbs {
		grid-template-columns: repeat(4, 1fr);
	}

	body.sf-site .sf-ficha-desc {
		padding: 50px 0;
	}

	body.sf-site .sf-cab {
		padding: 34px 0 40px;
	}

	body.sf-site .sf-form__grid {
		grid-template-columns: 1fr;
	}

	body.sf-site .sf-nebu__tabla th:nth-child(3),
	body.sf-site .sf-nebu__tabla td:nth-child(3) {
		display: none;
	}

	body.sf-site .sf-lb {
		padding: 60px 12px;
	}

	body.sf-site .sf-lb__ant,
	body.sf-site .sf-lb__sig {
		top: auto;
		bottom: 10px;
		transform: none;
	}
}
body .sf-ico {
	display:inline-block;
	width:1.4em;
	height:1.4em;
	flex:none;
	background-color:currentColor;
	-webkit-mask:var(--sf-i) center / contain no-repeat;
	mask:var(--sf-i) center / contain no-repeat;
	vertical-align:middle;
}

body .sf-ico--tel, body .sf-i-tel {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a2 2 0 0 1-2 2A16 16 0 0 1 3 6a2 2 0 0 1 2-2'/%3E%3C/svg%3E");
}

body .sf-ico--mail, body .sf-i-mail {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E");
}

body .sf-ico--pin, body .sf-i-pin {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-6.2-7-11a7 7 0 0 1 14 0c0 4.8-7 11-7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

body .sf-ico--reloj, body .sf-i-reloj {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
}

body .sf-ico--wa, body .sf-i-wa {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21l1.65-3.8a9 9 0 1 1 3.4 2.9L3 21'/%3E%3Cpath d='M9 10a.5.5 0 0 0 1 0V9a.5.5 0 0 0-1 0v1a5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1'/%3E%3C/svg%3E");
}

body .sf-ico--fb, body .sf-i-fb {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v4h3v7h4v-7h3l1-4h-4V8a1 1 0 0 1 1-1h3V3h-3a5 5 0 0 0-5 5v2H7'/%3E%3C/svg%3E");
}

body .sf-ico--ig, body .sf-i-ig {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='4'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M16.5 7.5v.01'/%3E%3C/svg%3E");
}

body .sf-ico--gota, body .sf-i-gota {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5s6 6.3 6 10.5a6 6 0 0 1-12 0c0-4.2 6-10.5 6-10.5z'/%3E%3C/svg%3E");
}

body .sf-ico--ondas, body .sf-i-ondas {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8c2.7-2 5.3 2 8 0s5.3-2 8 0M4 12c2.7-2 5.3 2 8 0s5.3-2 8 0M4 16c2.7-2 5.3 2 8 0s5.3-2 8 0'/%3E%3C/svg%3E");
}

body .sf-ico--bote, body .sf-i-bote {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3h4v3h-4zM8 6h8v14a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zM8 11h8'/%3E%3C/svg%3E");
}

body .sf-ico--instalar, body .sf-i-instalar {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10h3V7L6.5 3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1-3 3l-6-6a6 6 0 0 1-8-8L7 10'/%3E%3C/svg%3E");
}

body .sf-ico--recarga, body .sf-i-recarga {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4'/%3E%3C/svg%3E");
}

body .sf-ico--calendario, body .sf-i-calendario {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='16' rx='1'/%3E%3Cpath d='M16 3v4M8 3v4M4 11h16M8 15h2v2H8z'/%3E%3C/svg%3E");
}

body .sf-ico--hoja, body .sf-i-hoja {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21c.5-4.5 2.5-8 7-10M9 18c6.2 0 10.5-3.3 11-12V4h-4.1C6.9 4 4 7 4 13c0 1 0 3 1.8 5H9'/%3E%3C/svg%3E");
}

body .sf-ico--escudo, body .sf-i-escudo {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a12 12 0 0 0 8.5 3A12 12 0 0 1 12 21 12 12 0 0 1 3.5 6 12 12 0 0 0 12 3'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

body .sf-ico--tienda, body .sf-i-tienda {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M4 7l2-4h12l2 4M4 7v2a3 3 0 0 0 5.3 1.9A3 3 0 0 0 12 12a3 3 0 0 0 2.7-1.1A3 3 0 0 0 20 9V7zM5 12v9M19 12v9M10 21v-5h4v5'/%3E%3C/svg%3E");
}

body .sf-ico--check, body .sf-i-check, body .sf-hero__checks li {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.5 12l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
}

body .sf-ico--chispa, body .sf-i-chispa {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l1.9 5.1L19 10l-5.1 1.9L12 17l-1.9-5.1L5 10l5.1-1.9zM19 16l.8 2.2L22 19l-2.2.8L19 22l-.8-2.2L16 19l2.2-.8z'/%3E%3C/svg%3E");
}

body .sf-ico--chat, body .sf-i-chat {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 20l1.3-3.9A8 7.5 0 1 1 7.7 19L3 20'/%3E%3Cpath d='M8 11h.01M12 11h.01M16 11h.01'/%3E%3C/svg%3E");
}

body .sf-ico--flecha, body .sf-i-flecha {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 18l6-6M13 6l6 6'/%3E%3C/svg%3E");
}

body .sf-ico--restaurante, body .sf-i-restaurante {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3v18M4 3v5a3 3 0 0 0 6 0V3M17 21V3c-2.2 1.1-3.5 3.6-3.5 7.5V13H17'/%3E%3C/svg%3E");
}

body .sf-ico--hotel, body .sf-i-hotel {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7v11M3 14h18M21 18v-6a2 2 0 0 0-2-2h-8v4'/%3E%3Ccircle cx='7' cy='11' r='2'/%3E%3C/svg%3E");
}

body .sf-ico--clinica, body .sf-i-clinica {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 3h6v6h6v6h-6v6H9v-6H3V9h6z'/%3E%3C/svg%3E");
}

body .sf-ico--gimnasio, body .sf-i-gimnasio {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12h2M20 12h2M7 7v10M4 9v6M17 7v10M20 9v6M7 12h10'/%3E%3C/svg%3E");
}

body .sf-ico--oficina, body .sf-i-oficina {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='1'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 13a20 20 0 0 0 18 0M12 12v.01'/%3E%3C/svg%3E");
}

body .sf-ico--peluqueria, body .sf-i-peluqueria {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='3'/%3E%3Ccircle cx='6' cy='17' r='3'/%3E%3Cpath d='M8.6 8.6L19 19M8.6 15.4L19 5'/%3E%3C/svg%3E");
}

body .sf-ico--colegio, body .sf-i-colegio {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 9L12 5 2 9l10 4 10-4v6M6 10.6V16c0 1.7 2.7 3 6 3s6-1.3 6-3v-5.4'/%3E%3C/svg%3E");
}

body .sf-ico--bano, body .sf-i-bano {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16a1 1 0 0 1 1 1v1a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6v-1a1 1 0 0 1 1-1zM6 12V5a2 2 0 0 1 2-2h3v2.3M8 20l-1 2M16 20l1 2'/%3E%3C/svg%3E");
}

body .sf-ico--aparato, body .sf-i-aparato {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='3' width='12' height='18' rx='2'/%3E%3Cpath d='M10 7h4M12 13v.01M9 17h6'/%3E%3C/svg%3E");
}

body .sf-ico--nebulizador, body .sf-i-nebulizador {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='14' height='13' rx='2'/%3E%3Cpath d='M12 8V5M9 3c1-1 2 1 3 0s2 1 3 0M9 13h6'/%3E%3C/svg%3E");
}

body .sf-ico--mas, body .sf-i-mas {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

body .sf-ico--persona, body .sf-i-persona {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");
}

body .sf-ico--cerebro, body .sf-i-cerebro {
	--sf-i:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5a3 3 0 0 0-5.9.9A3 3 0 0 0 4 11a3 3 0 0 0 2 5.7A3 3 0 0 0 12 18zM12 5a3 3 0 0 1 5.9.9A3 3 0 0 1 20 11a3 3 0 0 1-2 5.7A3 3 0 0 1 12 18'/%3E%3C/svg%3E");
}
body.sf-site .sf-sec {
	padding: 100px 0;
	margin: 0;
	position: relative;
}

body.sf-site .sf-sec > div {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

body.sf-site .sf-sec--tight {
	padding: 0;
}

body.sf-site .sf-sec--lila {
	background: var(--sf-li);
}

body.sf-site .sf-sec--color {
	background: var(--sf-az);
	color: #fff;
	overflow: hidden;
}

body.sf-site .sf-sec--color h2,
body.sf-site .sf-sec--color h3 {
	color: #fff;
}

body.sf-site .sf-sec--color p {
	color: rgba(255, 255, 255, .86);
}

body.sf-site .sf-sec--color::before,
body.sf-site .sf-cta::before {
	content: "";
	position: absolute;
	top: 56px;
	right: -60px;
	width: 380px;
	height: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sf-mo), var(--sf-mg));
	box-shadow: -90px 26px 0 -1px var(--sf-mo), 30px 52px 0 0 rgba(255, 255, 255, .12);
	opacity: .7;
}

body.sf-site .sf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--sf-t);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--sf-mg);
	margin: 0 0 14px;
}

body.sf-site .sf-eyebrow::before {
	content: "";
	width: 34px;
	height: 8px;
	border-radius: 999px;
	background: var(--sf-grad);
	flex: none;
}

body.sf-site .sf-sec--color .sf-eyebrow,
body.sf-site .sf-cta .sf-eyebrow {
	color: #e8c3dc;
}

body.sf-site .sf-sec--color .sf-eyebrow::before {
	background: #fff;
}

body.sf-site .sf-centrado,
body.sf-site p.sf-centrado,
body.sf-site h2.sf-centrado {
	text-align: center;
	justify-content: center;
}

body.sf-site p.sf-eyebrow.sf-centrado {
	display: flex;
}

body.sf-site .wp-block-buttons.sf-centrado {
	justify-content: center;
	margin-top: 40px;
}

body.sf-site .sf-intro {
	font-size: 19px;
	color: var(--sf-gr);
	max-width: 760px;
}

body.sf-site .sf-intro.sf-centrado {
	margin: 0 auto 44px;
}

body.sf-site .sf-sec h2 {
	margin: 0 0 22px;
}

body.sf-site .wp-block-buttons {
	gap: 12px;
	margin: 28px 0 0;
}

body.sf-site .sf-hero {
	padding: 70px 0 150px;
	background: linear-gradient(180deg, #fff 0%, var(--sf-li) 100%);
	overflow: hidden;
}

body.sf-site .sf-hero__cols {
	align-items: center !important;
	gap: 56px !important;
	margin: 0;
}

body.sf-site .sf-hero h1 {
	font-size: clamp(38px, 5vw, 64px);
	margin: 0 0 22px;
	font-weight: 500;
}

body.sf-site .sf-hero h1 em {
	font-style: normal;
	background: var(--sf-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.sf-site .sf-hero__txt {
	font-size: 20px;
	color: var(--sf-gr);
	max-width: 600px;
}

body.sf-site .sf-hero__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

body.sf-site .sf-hero__checks li {
	position: relative;
	padding-left: 28px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--sf-az);
}

body.sf-site .sf-hero__checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
	height: 19px;
	background: var(--sf-mg);
	-webkit-mask: var(--sf-i) center / contain no-repeat;
	mask: var(--sf-i) center / contain no-repeat;
}

body.sf-site .sf-hero .wp-block-column:last-child {
	position: relative;
}

body.sf-site .sf-hero .wp-block-column:last-child::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: -60px;
	top: 16%;
	width: 150%;
	height: 38px;
	border-radius: 999px;
	background: var(--sf-grad);
	box-shadow: 120px 70px 0 -6px var(--sf-mo), 40px 140px 0 -10px var(--sf-li2);
	opacity: .9;
}

body.sf-site .sf-hero__foto {
	position: relative;
	z-index: 1;
	margin: 0;
}

body.sf-site .sf-hero__foto img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: var(--sf-sombra);
}

body.sf-site .sf-hero__sello {
	position: absolute;
	z-index: 2;
	left: -40px;
	bottom: 40px;
	margin: 0;
	padding: 18px 26px;
	background: #fff;
	box-shadow: var(--sf-sombra);
	font-size: 16px;
	color: var(--sf-gr);
	max-width: 220px;
	line-height: 1.35;
}

body.sf-site .sf-hero__sello strong {
	display: block;
	font-family: var(--sf-t);
	font-size: 30px;
	font-weight: 500;
	color: var(--sf-mg);
}

body.sf-site .sf-ventajas {
	margin-top: -80px;
	z-index: 2;
}

body.sf-site .sf-cards {
	display: grid;
	gap: 28px;
}

body.sf-site .sf-cards > div {
	display: contents;
}

body.sf-site .sf-cards--4 > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

body.sf-site .sf-cards--3 > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 24px;
	margin-top: 60px;
}

body.sf-site .sf-card {
	position: relative;
	background: #fff;
	padding: 52px 28px 30px;
	box-shadow: var(--sf-sombra);
	margin: 0;
}

body.sf-site .sf-card::before {
	content: "";
	position: absolute;
	top: -26px;
	left: 28px;
	width: 76px;
	height: 52px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-card::after {
	content: "";
	position: absolute;
	top: -14px;
	left: 52px;
	width: 28px;
	height: 28px;
	background: #fff;
	-webkit-mask: var(--sf-i) center / contain no-repeat;
	mask: var(--sf-i) center / contain no-repeat;
}

body.sf-site .sf-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

body.sf-site .sf-card p {
	margin: 0;
	font-size: 16px;
	color: var(--sf-gr);
}

body.sf-site .sf-como h2 {
	max-width: 720px;
}

body.sf-site .sf-pasos {
	counter-reset: paso;
	margin-top: 50px;
}

body.sf-site .sf-pasos > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

body.sf-site .sf-pasos--3 > div {
	grid-template-columns: repeat(3, 1fr);
	gap: 44px;
}

body.sf-site .sf-pasos__lema {
	margin: 44px 0 0;
	font-family: var(--sf-t);
	font-size: 22px;
	color: #fff;
}

body.sf-site .sf-paso {
	counter-increment: paso;
	position: relative;
	padding-top: 76px;
	margin: 0;
}

body.sf-site .sf-paso::before {
	content: counter(paso, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--sf-t);
	font-size: 54px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, .55);
}

body.sf-site .sf-paso::after {
	content: "";
	position: absolute;
	top: 22px;
	left: 92px;
	right: -16px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sf-mg), transparent);
	opacity: .8;
}

body.sf-site .sf-paso:last-child::after {
	display: none;
}

body.sf-site .sf-paso--img {
	padding-top: 0;
}

body.sf-site .sf-paso--img .wp-block-image {
	margin: 0 0 22px;
	background: #fff;
	overflow: hidden;
}

body.sf-site .sf-paso--img .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

body.sf-site .sf-paso--img::before {
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 8px 18px;
	border-radius: 999px;
	background: var(--sf-grad);
	color: #fff;
	-webkit-text-stroke: 0;
	font-size: 26px;
}

body.sf-site .sf-paso--img::after {
	display: none;
}

body.sf-site .sf-paso h3 {
	margin: 0 0 10px;
}

body.sf-site .sf-paso p {
	margin: 0;
	font-size: 16px;
}

body.sf-site .sf-dos {
	gap: 36px !important;
	margin-top: 44px;
}

body.sf-site .sf-dos .wp-block-column {
	background: #fff;
	box-shadow: 0 0 0 1px var(--sf-bd);
	display: flex;
	flex-direction: column;
}

body.sf-site .sf-dos__foto {
	margin: 0;
	overflow: hidden;
}

body.sf-site .sf-dos__foto img {
	display: block;
	width: 100%;
	height: 380px;
	object-fit: cover;
	transition: transform .6s ease;
}

body.sf-site .sf-dos .wp-block-column:hover .sf-dos__foto img {
	transform: scale(1.04);
}

body.sf-site .sf-dos__txt {
	position: relative;
	padding: 36px 34px 38px;
	flex: 1;
}

body.sf-site .sf-dos__txt::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 34px;
	width: 90px;
	height: 14px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-dos__txt h3 {
	margin: 0 0 12px;
	font-size: 28px;
}

body.sf-site .sf-dos__txt p {
	color: var(--sf-gr);
	margin: 0;
}

body.sf-site .sf-split__cols {
	gap: 70px !important;
	align-items: center !important;
	margin: 0;
}

body.sf-site .sf-foto-v {
	margin: 0;
	overflow: hidden;
	position: relative;
}

body.sf-site .sf-foto-v img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

body.sf-site .sf-split .wp-block-column:first-child .sf-foto-v::after {
	content: "";
	position: absolute;
	left: 24px;
	bottom: 24px;
	width: 110px;
	height: 14px;
	border-radius: 999px;
	background: var(--sf-grad);
	box-shadow: 30px 24px 0 -2px #fff;
}

body.sf-site .sf-split ul,
body.sf-site .sf-sec ul.wp-block-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

body.sf-site .sf-split ul li,
body.sf-site .sf-sec ul.wp-block-list li {
	position: relative;
	padding-left: 34px;
	margin: 0 0 10px;
}

body.sf-site .sf-split ul li::before,
body.sf-site .sf-sec ul.wp-block-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 20px;
	height: 7px;
	border-radius: 999px;
	background: var(--sf-grad);
}

body.sf-site .sf-hero ul.sf-hero__checks {
	margin: 34px 0 0;
}

body.sf-site .sf-hero ul.sf-hero__checks li {
	padding-left: 28px;
	margin: 0;
}

body.sf-site .sf-hero ul.sf-hero__checks li::before {
	top: 3px;
	width: 19px;
	height: 19px;
	border-radius: 0;
	background: var(--sf-mg);
}

body.sf-site .sf-sectores {
	margin-top: 44px;
}

body.sf-site .sf-sectores > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

body.sf-site .sf-sector {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 18px 22px;
	background: #fff;
	font-family: var(--sf-t);
	font-size: 18px;
	font-weight: 500;
	color: var(--sf-az);
	line-height: 1.25;
}

body.sf-site .sf-sector::before {
	content: "";
	flex: none;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	background: var(--sf-rs);
	-webkit-mask: none;
	mask: none;
	box-shadow: inset 0 0 0 1px #edd6e6;
}

body.sf-site .sf-sector::after {
	content: "";
	position: absolute;
}

body.sf-site .sf-sector {
	position: relative;
}

body.sf-site .sf-sector::after {
	left: 35px;
	top: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: var(--sf-mg);
	-webkit-mask: var(--sf-i) center / contain no-repeat;
	mask: var(--sf-i) center / contain no-repeat;
}

body.sf-site .sf-destacados .sf-grid-amb {
	margin-top: 44px;
}

body.sf-site .sf-faq__cols {
	gap: 70px !important;
	margin: 0;
}

body.sf-site .wp-block-details {
	background: #fff;
	margin: 0 0 12px;
	padding: 0;
	box-shadow: 0 0 0 1px var(--sf-bd);
}

body.sf-site .wp-block-details summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 22px 70px 22px 26px;
	font-family: var(--sf-t);
	font-size: 19px;
	font-weight: 500;
	color: var(--sf-az);
	line-height: 1.3;
}

body.sf-site .wp-block-details summary::-webkit-details-marker {
	display: none;
}

body.sf-site .wp-block-details summary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border-radius: 999px;
	background: var(--sf-li) no-repeat center / 14px 14px;
	background-image: linear-gradient(var(--sf-mg), var(--sf-mg)), linear-gradient(var(--sf-mg), var(--sf-mg));
	background-size: 14px 2px, 2px 14px;
	transition: transform .3s ease;
}

body.sf-site .wp-block-details[open] summary::after {
	transform: rotate(45deg);
}

body.sf-site .wp-block-details > p {
	margin: 0;
	padding: 0 26px 24px;
	color: var(--sf-gr);
}

body.sf-site .sf-cta {
	background: var(--sf-grad);
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 90px 0;
}

body.sf-site .sf-cta h2 {
	color: #fff;
	max-width: 760px;
	margin: 0 auto 14px;
}

body.sf-site .sf-cta p {
	color: rgba(255, 255, 255, .88);
	font-size: 19px;
	max-width: 640px;
	margin: 0 auto;
}

body.sf-site .sf-cta .wp-block-buttons {
	justify-content: center;
}

body.sf-site .sf-cta::before {
	top: auto;
	bottom: 40px;
	right: auto;
	left: -80px;
}

body.sf-site .sf-cta .wp-block-button__link,
body.sf-site .sf-btns-claros .wp-block-button__link {
	background: #fff;
	border-color: #fff;
	color: var(--sf-az);
}

body.sf-site .sf-cta .is-style-outline .wp-block-button__link,
body.sf-site .sf-btns-claros .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, .85);
	color: #fff;
}

body.sf-site .sf-cta .wp-block-button__link:hover,
body.sf-site .sf-btns-claros .wp-block-button__link:hover {
	background: #fff;
	border-color: #fff;
	color: var(--sf-mg);
}

body.sf-site .sf-cab-pag {
	padding: 80px 0 70px;
	background: var(--sf-li);
	overflow: hidden;
}

body.sf-site .sf-cab-pag::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: 36px;
	width: 420px;
	height: 18px;
	border-radius: 999px;
	background: var(--sf-grad);
	box-shadow: 80px -34px 0 -3px var(--sf-li2), -60px 34px 0 -5px var(--sf-mo);
	opacity: .85;
}

body.sf-site .sf-cab-pag h1 {
	margin: 0 0 18px;
	max-width: 860px;
}

body.sf-site .sf-cab-pag .sf-intro {
	margin: 0;
}

body.sf-site .sf-cab-pag--mini {
	padding: 60px 0 50px;
}

body.sf-site .sf-cab-pag--mini h1 {
	margin: 0;
}

body.sf-site .sf-equipos {
	margin-top: 44px;
}

body.sf-site .sf-equipos > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

body.sf-site .sf-equipo {
	background: #fff;
	margin: 0;
}

body.sf-site .sf-equipo > div > .wp-block-image,
body.sf-site .sf-equipo .wp-block-image {
	margin: 0;
}

body.sf-site .sf-equipo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
}

body.sf-site .sf-equipo h3 {
	margin: 26px 26px 10px;
}

body.sf-site .sf-equipo p {
	margin: 0 26px 28px;
	font-size: 16px;
	color: var(--sf-gr);
}

body.sf-site .sf-nebu-cols {
	gap: 70px !important;
	margin: 0;
}

body.sf-site .sf-nebu-cols .sf-foto-v {
	position: sticky;
	top: 150px;
}

body.sf-site .sf-galeria > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 40px;
}

body.sf-site .sf-galeria .wp-block-image {
	margin: 0;
	overflow: hidden;
}

body.sf-site .sf-galeria .wp-block-image a {
	display: block;
	cursor: zoom-in;
}

body.sf-site .sf-galeria img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform .5s ease;
}

body.sf-site .sf-galeria a:hover img {
	transform: scale(1.05);
}

body.sf-site .sf-historia__cols {
	gap: 48px !important;
	margin: 30px 0 0;
}

body.sf-site .sf-contacto__cols {
	gap: 60px !important;
	margin: 0;
}

body.sf-site .sf-contacto__datos {
	background: var(--sf-az);
	color: #fff;
	padding: 44px 36px;
}

body.sf-site .sf-contacto__datos h3 {
	color: #e8c3dc;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 0 0 6px;
	font-weight: 500;
}

body.sf-site .sf-dato {
	position: relative;
	padding-left: 40px;
	margin: 0 0 28px;
	font-size: 18px;
	color: #fff;
}

body.sf-site .sf-dato:last-child {
	margin-bottom: 0;
}

body.sf-site .sf-dato a {
	color: #fff;
	text-decoration: none;
}

body.sf-site .sf-dato a:hover {
	color: #e8c3dc;
}

body.sf-site .sf-dato::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	background: #fff;
	-webkit-mask: var(--sf-i) center / contain no-repeat;
	mask: var(--sf-i) center / contain no-repeat;
}

body.sf-site .sf-contacto h2 {
	font-size: 30px;
}

body.sf-site .sf-legal {
	padding: 70px 0 100px;
}

body.sf-site .sf-legal__cols {
	gap: 60px !important;
	margin: 0;
}

body.sf-site .sf-legal__menu {
	position: sticky;
	top: 140px;
	background: var(--sf-li);
	padding: 14px;
}

body.sf-site .sf-legal__menu p {
	margin: 0;
}

body.sf-site .sf-legal__menu a {
	display: block;
	padding: 12px 18px;
	color: var(--sf-tx);
	text-decoration: none;
	font-weight: 500;
	border-radius: 999px;
}

body.sf-site .sf-legal__menu a:hover {
	color: var(--sf-mo);
}

body.sf-site .sf-legal__menu .is-on a {
	background: var(--sf-az);
	color: #fff;
}

body.sf-site .sf-legal h2 {
	font-size: 24px;
	margin: 34px 0 10px;
}

body.sf-site .sf-legal .wp-block-column:last-child > h2:first-child {
	margin-top: 0;
}

body.sf-site .sf-anim {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease;
}

body.sf-site .sf-anim.is-visto {
	opacity: 1;
	transform: none;
}

@media (max-width: 959px) {
	body.sf-site .sf-sec {
		padding: 76px 0;
	}

	body.sf-site .sf-hero {
		padding: 44px 0 130px;
	}

	body.sf-site .sf-hero__cols {
		flex-wrap: wrap !important;
	}

	body.sf-site .sf-hero__cols > .wp-block-column {
		flex-basis: 100% !important;
	}

	body.sf-site .sf-hero .wp-block-column:last-child {
		max-width: 520px;
		margin: 0 auto;
	}

	body.sf-site .sf-cards--4 > div {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}

	body.sf-site .sf-cards--3 > div {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}

	body.sf-site .sf-pasos > div {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 32px;
	}

	body.sf-site .sf-paso:nth-child(2)::after {
		display: none;
	}

	body.sf-site .sf-pasos--3 > div {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	body.sf-site .sf-pasos--3 .sf-paso::after {
		display: none;
	}

	body.sf-site .sf-sectores > div {
		grid-template-columns: repeat(2, 1fr);
	}

	body.sf-site .sf-split__cols,
	body.sf-site .sf-faq__cols,
	body.sf-site .sf-nebu-cols,
	body.sf-site .sf-contacto__cols,
	body.sf-site .sf-legal__cols {
		gap: 40px !important;
	}

	body.sf-site .sf-equipos > div {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	body.sf-site .sf-galeria > div {
		grid-template-columns: repeat(3, 1fr);
	}

	body.sf-site .sf-dos__foto img {
		height: 300px;
	}
}

@media (max-width: 781px) {
	body.sf-site .wp-block-columns {
		flex-wrap: wrap !important;
	}

	body.sf-site .wp-block-columns > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-sec {
		padding: 60px 0;
	}

	body.sf-site .sf-sec > div {
		padding: 0 16px;
	}

	body.sf-site .sf-sec--tight {
		padding: 0;
	}

	body.sf-site .sf-hero {
		text-align: center;
		padding: 34px 0 120px;
	}

	body.sf-site .sf-hero h1 {
		font-size: 38px;
	}

	body.sf-site .sf-hero__txt {
		font-size: 18px;
	}

	body.sf-site .sf-hero .wp-block-buttons {
		justify-content: center;
	}

	body.sf-site .sf-hero .wp-block-button {
		width: 100%;
	}

	body.sf-site .sf-hero .wp-block-button__link {
		width: 100%;
	}

	body.sf-site .sf-hero__checks {
		justify-content: center;
	}

	body.sf-site .sf-hero__sello {
		left: 50%;
		transform: translateX(-50%);
		bottom: -30px;
		text-align: center;
		max-width: none;
		width: max-content;
	}

	body.sf-site .sf-eyebrow {
		font-size: 13px;
	}

	body.sf-site .sf-sec p.sf-eyebrow {
		display: flex;
		justify-content: center;
	}

	body.sf-site .sf-sec h2,
	body.sf-site .sf-sec h3,
	body.sf-site .sf-sec > div > p,
	body.sf-site .sf-cab-pag .sf-intro {
		text-align: center;
	}

	body.sf-site .sf-cab-pag h1 {
		text-align: center;
	}

	body.sf-site .sf-cab-pag {
		padding: 50px 0 60px;
	}

	body.sf-site .sf-cab-pag::after {
		width: 220px;
		bottom: 20px;
	}

	body.sf-site .sf-cards--4 > div,
	body.sf-site .sf-cards--3 > div {
		grid-template-columns: 1fr;
		row-gap: 46px;
	}

	body.sf-site .sf-card {
		text-align: center;
		padding: 50px 22px 26px;
	}

	body.sf-site .sf-card::before {
		left: 50%;
		margin-left: -38px;
	}

	body.sf-site .sf-card::after {
		left: 50%;
		margin-left: -14px;
	}

	body.sf-site .sf-pasos > div {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.sf-site .sf-paso {
		text-align: center;
		padding-top: 66px;
	}

	body.sf-site .sf-paso::before {
		left: 50%;
		transform: translateX(-50%);
	}

	body.sf-site .sf-paso--img::before {
		top: 14px;
		transform: translateX(-50%);
	}

	body.sf-site .sf-paso--img .wp-block-image {
		max-width: 340px;
		margin: 0 auto 18px;
	}

	body.sf-site .sf-paso::after {
		display: none;
	}

	body.sf-site .sf-sec--color::before,
	body.sf-site .sf-cta::before {
		width: 220px;
		top: 20px;
	}

	body.sf-site .sf-dos {
		gap: 24px !important;
	}

	body.sf-site .sf-dos__txt {
		text-align: center;
		padding: 30px 20px 32px;
	}

	body.sf-site .sf-dos__txt::before {
		left: 50%;
		margin-left: -45px;
	}

	body.sf-site .sf-dos__txt .wp-block-buttons {
		justify-content: center;
	}

	body.sf-site .sf-dos__foto img {
		height: 240px;
	}

	body.sf-site .sf-split .wp-block-column {
		text-align: center;
	}

	body.sf-site .sf-split ul,
	body.sf-site .sf-sec ul.wp-block-list {
		text-align: left;
		display: inline-block;
	}

	body.sf-site .sf-split .wp-block-buttons {
		justify-content: center;
	}

	body.sf-site .sf-split--inv .sf-split__cols {
		flex-direction: column-reverse;
	}

	body.sf-site .sf-parallax {
		height: 300px;
		margin: 0 -16px;
	}

	body.sf-site .sf-parallax img {
		height: 100%;
		aspect-ratio: auto;
		will-change: transform;
	}

	body.sf-site .sf-sectores > div {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	body.sf-site .sf-sector {
		flex-direction: column;
		text-align: center;
		font-size: 15px;
		padding: 18px 10px;
		gap: 10px;
	}

	body.sf-site .sf-sector::after {
		left: 50%;
		top: 43px;
		margin-left: -13px;
	}

	body.sf-site .wp-block-details summary {
		font-size: 17px;
		padding: 18px 60px 18px 18px;
	}

	body.sf-site .wp-block-details > p {
		padding: 0 18px 20px;
	}

	body.sf-site .sf-faq .wp-block-column:first-child {
		text-align: center;
	}

	body.sf-site .sf-cta {
		padding: 64px 0;
	}

	body.sf-site .sf-cta .wp-block-button,
	body.sf-site .sf-cta .wp-block-button__link {
		width: 100%;
	}

	body.sf-site .sf-equipos > div {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	body.sf-site .sf-equipo {
		text-align: center;
	}

	body.sf-site .sf-equipo h3 {
		margin: 16px 10px 6px;
		font-size: 18px;
	}

	body.sf-site .sf-equipo p {
		margin: 0 10px 18px;
		font-size: 14px;
	}

	body.sf-site .sf-galeria > div {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	body.sf-site .sf-nebu-cols .sf-foto-v {
		position: static;
		max-width: 320px;
		margin: 0 auto;
	}

	body.sf-site .sf-contacto__datos {
		padding: 34px 24px;
		text-align: left;
	}

	body.sf-site .sf-contacto__datos h3 {
		text-align: left;
	}

	body.sf-site .sf-legal__menu {
		position: static;
	}

	body.sf-site .sf-legal .wp-block-column:last-child h2,
	body.sf-site .sf-legal .wp-block-column:last-child p {
		text-align: left;
	}
}

body.sf-site .sf-cab--fondo,
body.sf-site .sf-cab-pag--img {
	display: flex;
	align-items: center;
	min-height: 330px;
	padding: 44px 0;
	background-color: var(--sf-li);
	background-image: linear-gradient(90deg, rgba(246, 244, 252, .98) 0%, rgba(246, 244, 252, .95) 40%, rgba(246, 244, 252, .75) 52%, rgba(246, 244, 252, 0) 74%), var(--sf-fondo);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}

body.sf-site .sf-cab--fondo > .sf-wrap,
body.sf-site .sf-cab-pag--img > div {
	width: 100%;
}

body.sf-site .sf-cab--fondo .sf-cab__txt,
body.sf-site .sf-cab-pag--img > div > * {
	max-width: 560px;
}

body.sf-site .sf-cab--fondo .sf-cab__desc {
	color: var(--sf-tx);
}

body.sf-site .sf-cab-pag--img::after {
	display: none;
}

body.sf-site .sf-cab-pag--servicio {
	--sf-fondo: url("/imagenes/web/cabecera-servicio.webp");
}

body.sf-site .sf-cab-pag--nebulizadores {
	--sf-fondo: url("/imagenes/web/cabecera-nebulizadores.webp");
}

body.sf-site .sf-cab-pag--equipos {
	--sf-fondo: url("/imagenes/web/cabecera-equipos.webp");
}

body.sf-site .sf-cab-pag--otros {
	--sf-fondo: url("/imagenes/web/cabecera-otros-productos.webp");
}

body.sf-site .sf-cab-pag--empresa {
	--sf-fondo: url("/imagenes/web/cabecera-empresa.webp");
}

body.sf-site .sf-cab-pag--contacto {
	--sf-fondo: url("/imagenes/web/cabecera-contacto.webp");
}

@media (max-width: 959px) {
	body.sf-site .sf-cab--fondo,
	body.sf-site .sf-cab-pag--img {
		min-height: 300px;
		background-image: linear-gradient(90deg, rgba(246, 244, 252, .98) 0%, rgba(246, 244, 252, .94) 55%, rgba(246, 244, 252, .45) 85%), var(--sf-fondo);
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-cab--fondo,
	body.sf-site .sf-cab-pag--img {
		display: block;
		min-height: 0;
		padding-top: 0;
		background-image: none;
	}

	body.sf-site .sf-cab--fondo::before,
	body.sf-site .sf-cab-pag--img::before {
		content: "";
		display: block;
		height: 230px;
		margin-bottom: 30px;
		background: var(--sf-fondo) 80% center / cover no-repeat;
	}
}

body.sf-site .sf-card-fam--ancha .sf-card-fam__img img {
	object-position: 78% center;
}

body.sf-site .sf-fam-texto {
	padding: 80px 0 90px;
	background: var(--sf-li);
}

body.sf-site .sf-fam-texto h2 {
	font-size: clamp(24px, 2.4vw, 32px);
	margin: 36px 0 14px;
}

body.sf-site .sf-fam-texto h2:first-child {
	margin-top: 0;
}

body.sf-site .sf-fam-texto p {
	margin: 0 0 16px;
}

@media (max-width: 767px) {
	body.sf-site .sf-fam-texto {
		padding: 50px 0 60px;
	}
}

body.sf-site .sf-listado__grid {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

body.sf-site .sf-filtro {
	position: sticky;
	top: 100px;
}

body.sf-site .sf-filtro__cab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
}

body.sf-site .sf-filtro__tit {
	margin: 0;
	font-family: var(--sf-t);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--sf-mg);
}

body.sf-site .sf-filtro__x {
	display: none;
}

body.sf-site .sf-filtro__lista {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--sf-bd);
}

body.sf-site .sf-filtro__lista a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 10px 12px 10px 8px;
	border-bottom: 1px solid var(--sf-bd);
	color: var(--sf-tx);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	transition: background .25s ease, color .25s ease;
}

body.sf-site .sf-filtro__lista a::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	bottom: -1px;
	width: 3px;
	background: var(--sf-grad);
	transform: scaleY(0);
	transition: transform .25s ease;
}

body.sf-site .sf-filtro__ico {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--sf-li);
	color: var(--sf-mo);
	transition: background .25s ease, color .25s ease, transform .3s ease;
}

body.sf-site .sf-filtro__ico svg {
	width: 24px;
	height: 24px;
}

body.sf-site .sf-filtro__n {
	min-width: 28px;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--sf-li);
	color: var(--sf-gr);
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

body.sf-site .sf-filtro__lista a:hover {
	background: var(--sf-li);
	color: var(--sf-az);
}

body.sf-site .sf-filtro__lista a:hover .sf-filtro__ico {
	background: #fff;
	transform: rotate(-8deg) scale(1.06);
}

body.sf-site .sf-filtro__lista a.is-on {
	background: var(--sf-li);
	color: var(--sf-az);
	font-weight: 700;
}

body.sf-site .sf-filtro__lista a.is-on::before {
	transform: scaleY(1);
}

body.sf-site .sf-filtro__lista a.is-on .sf-filtro__ico {
	background: var(--sf-grad);
	color: #fff;
}

body.sf-site .sf-filtro__lista a.is-on .sf-filtro__n {
	background: var(--sf-az);
	color: #fff;
}

body.sf-site .sf-filtro__velo {
	display: none;
}

body.sf-site .sf-listado__main .sf-grid-amb {
	grid-template-columns: repeat(3, 1fr);
}

body.sf-site [data-sf-listado],
body.sf-site [data-sf-cab] .sf-cab__txt {
	transition: opacity .25s ease, transform .25s ease;
}

body.sf-site [data-sf-listado].is-cargando {
	opacity: .25;
	transform: translateY(6px);
	pointer-events: none;
}

body.sf-site [data-sf-cab].is-cargando .sf-cab__txt {
	opacity: .3;
}

body.sf-site .sf-card-amb.is-entra {
	animation: sf-entra .5s ease both;
}

body.sf-site [data-sf-cab].is-entra .sf-cab__txt {
	animation: sf-entra .45s ease both;
}

@keyframes sf-entra {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

body.sf-site .sf-herr {
	display: flex;
	gap: 12px;
	margin: 0 0 28px;
}

body.sf-site .sf-herr__filtrar {
	display: none;
}

body.sf-site .sf-buscar {
	position: relative;
	flex: 1;
}

body.sf-site .sf-buscar__ico {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--sf-mo);
	pointer-events: none;
}

body.sf-site .sf-buscar input {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 20px 0 52px;
	border: 1px solid var(--sf-bd);
	border-radius: 999px;
	background: #fff;
	color: var(--sf-tx);
	font-family: var(--sf-f);
	font-size: 16px;
	box-shadow: none;
	box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease;
}

body.sf-site .sf-buscar input:focus {
	outline: none;
	border-color: var(--sf-mo);
	box-shadow: 0 0 0 4px rgba(118, 41, 155, .12);
}

body.sf-site .sf-buscar input::placeholder {
	color: #9a96ad;
}

body.sf-site .sf-buscar__res {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 8px);
	z-index: 40;
	max-height: min(70vh, 560px);
	overflow-y: auto;
	padding: 8px;
	background: #fff;
	box-shadow: 0 0 0 1px var(--sf-bd), 0 24px 50px rgba(38, 29, 107, .18);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

body.sf-site .sf-buscar__res[hidden] {
	display: none;
}

body.sf-site .sf-buscar__res a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 8px;
	color: var(--sf-tx);
	text-decoration: none;
	animation: sf-entra .3s ease both;
	transition: background .2s ease;
}

body.sf-site .sf-buscar__res a:hover,
body.sf-site .sf-buscar__res a.is-sel {
	background: var(--sf-li);
}

body.sf-site .sf-buscar__res img {
	flex: none;
	width: 64px;
	height: 64px;
	object-fit: cover;
	box-shadow: 0 0 0 1px var(--sf-bd);
}

body.sf-site .sf-buscar__res strong {
	display: block;
	font-family: var(--sf-t);
	font-size: 17px;
	color: var(--sf-az);
}

body.sf-site .sf-buscar__res small {
	display: block;
	font-size: 13px;
	color: var(--sf-mo);
}

body.sf-site .sf-buscar__nada {
	grid-column: 1 / -1;
	margin: 0;
	padding: 14px 12px;
	color: var(--sf-gr);
}

@media (max-width: 1100px) {
	body.sf-site .sf-listado__grid {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 30px;
	}

	body.sf-site .sf-listado__main .sf-grid-amb {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-listado__grid {
		display: block;
	}

	body.sf-site .sf-listado__main .sf-grid-amb {
		grid-template-columns: repeat(3, 1fr);
	}

	body.sf-site .sf-herr__filtrar {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		flex: none;
		height: 50px;
		padding: 0 20px;
		border: 0;
		border-radius: 999px;
		background: var(--sf-az);
		color: #fff;
		font-family: var(--sf-t);
		font-size: 15px;
		font-weight: 500;
		cursor: pointer;
	}

	body.sf-site .sf-buscar input {
		height: 50px;
	}

	body.sf-site .sf-filtro {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 410;
		width: min(86vw, 340px);
		padding: 22px 18px 30px;
		overflow-y: auto;
		background: #fff;
		box-shadow: 20px 0 50px rgba(38, 29, 107, .2);
		transform: translateX(-104%);
		transition: transform .35s cubic-bezier(.2, .8, .2, 1);
		box-sizing: border-box;
	}

	body.sf-site.sf-filtro-on .sf-filtro {
		transform: none;
	}

	body.sf-site .sf-filtro__x {
		display: grid;
		place-items: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		background: var(--sf-li);
		color: var(--sf-az);
		font-size: 26px;
		line-height: 1;
		cursor: pointer;
	}

	body.sf-site .sf-filtro__velo {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 400;
		background: rgba(38, 29, 107, .45);
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease, visibility .3s ease;
	}

	body.sf-site.sf-filtro-on .sf-filtro__velo {
		opacity: 1;
		visibility: visible;
	}

	body.sf-site.sf-filtro-on {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-listado__main .sf-grid-amb {
		grid-template-columns: repeat(2, 1fr);
	}

	body.sf-site .sf-herr {
		gap: 8px;
		margin-bottom: 20px;
	}

	body.sf-site .sf-herr__filtrar {
		padding: 0 16px;
	}

	body.sf-site .sf-buscar input {
		padding-left: 42px;
		font-size: 16px;
	}

	body.sf-site .sf-herr {
		position: relative;
	}

	body.sf-site .sf-buscar {
		position: static;
	}

	body.sf-site .sf-buscar__ico {
		left: auto;
		margin-left: 14px;
	}

	body.sf-site .sf-buscar__res {
		grid-template-columns: 1fr;
		max-height: 60vh;
	}
}

body.sf-site .sf-carru {
	--sf-vis: 4;
	--sf-gap: 28px;
}

body.sf-site .sf-carru__pista {
	position: relative;
	display: flex;
	gap: var(--sf-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 2px 2px 8px;
	margin: -2px -2px 0;
}

body.sf-site .sf-carru__pista::-webkit-scrollbar {
	display: none;
}

body.sf-site .sf-carru .sf-card-amb {
	flex: 0 0 calc((100% - (var(--sf-vis) - 1) * var(--sf-gap)) / var(--sf-vis));
	scroll-snap-align: start;
}

body.sf-site .sf-carru.is-fijo .sf-carru__pista {
	justify-content: center;
}

body.sf-site .sf-carru__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 26px 0 0;
}

body.sf-site .sf-carru__dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--sf-li2);
	cursor: pointer;
	transition: width .3s ease, background .3s ease;
}

body.sf-site .sf-carru__dots button.is-on {
	width: 30px;
	background: var(--sf-grad);
}

@media (max-width: 1100px) {
	body.sf-site .sf-carru {
		--sf-vis: 3;
		--sf-gap: 20px;
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-carru {
		--sf-vis: 2;
		--sf-gap: 12px;
	}
}

body.sf-site .sf-ico-l {
	display: block;
	flex: none;
}

body.sf-site .sf-top,
body.sf-site .sf-marca {
	overflow: hidden;
	transition: max-height .35s ease, opacity .25s ease;
}

body.sf-site .sf-top {
	max-height: 60px;
}

body.sf-site .sf-marca {
	max-height: 200px;
	border-bottom: 1px solid var(--sf-bd);
}

body.sf-site .sf-marca__in {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-top: 18px;
	padding-bottom: 14px;
}

body.sf-site .sf-marca__logo img {
	display: block;
	width: 270px;
	height: auto;
}

body.sf-site .sf-marca__lema {
	margin: 0;
	padding-left: 28px;
	border-left: 1px solid var(--sf-bd);
	font-family: var(--sf-t);
	font-size: 17px;
	line-height: 1.35;
	color: var(--sf-gr);
}

body.sf-site .sf-marca__lema strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--sf-az);
}

body.sf-site .sf-sello {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-left: auto;
	padding: 8px 8px 8px 20px;
	border: 1px solid var(--sf-bd);
	background: linear-gradient(100deg, #fff 0%, var(--sf-li) 100%);
	flex: none;
}

body.sf-site .sf-sello__claves {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--sf-tx);
	white-space: nowrap;
}

body.sf-site .sf-sello__claves li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

body.sf-site .sf-sello__claves svg {
	width: 16px;
	height: 16px;
	padding: 2px;
	border-radius: 50%;
	background: var(--sf-grad);
	color: #fff;
	stroke-width: 3;
	box-sizing: border-box;
}

body.sf-site .sf-sello .sf-btn {
	white-space: nowrap;
}

@media (min-width: 960px) {
	body.sf-site .sf-nav {
		position: relative;
		justify-content: flex-start;
		min-height: 0;
		gap: 20px;
	}

	body.sf-site .sf-nav__logo {
		display: none;
	}

	body.sf-site .sf-nav__menu {
		margin: 0 0 0 -16px;
	}

	body.sf-site .sf-nav__cta {
		display: none;
	}

	body.sf-site .sf-menu {
		gap: 2px;
	}

	body.sf-site .sf-menu > li > a {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
		padding: 12px 16px 13px;
		border-radius: 0;
		font-size: 15px;
		background: none;
	}

	body.sf-site .sf-menu > li > a::after {
		content: "";
		position: absolute;
		left: 16px;
		right: 16px;
		bottom: 0;
		height: 3px;
		border-radius: 999px;
		background: var(--sf-grad);
		transform: scaleX(0);
		transition: transform .25s ease;
	}

	body.sf-site .sf-menu > li > a:hover,
	body.sf-site .sf-menu > li.current-menu-item > a,
	body.sf-site .sf-menu > li.current-menu-ancestor > a,
	body.sf-site .sf-menu > li.current-menu-parent > a,
	body.sf-site .sf-menu > li.sf-mega-li:hover > a {
		background: none;
		color: var(--sf-az);
	}

	body.sf-site .sf-menu > li > a:hover::after,
	body.sf-site .sf-menu > li.current-menu-item > a::after,
	body.sf-site .sf-menu > li.current-menu-ancestor > a::after,
	body.sf-site .sf-menu > li.sf-mega-li:hover > a::after {
		transform: scaleX(1);
	}

	body.sf-site .sf-menu__ico {
		display: grid;
		place-items: center;
		color: var(--sf-mo);
		transition: transform .25s ease;
	}

	body.sf-site .sf-menu__ico svg {
		width: 26px;
		height: 26px;
	}

	body.sf-site .sf-menu > li > a:hover .sf-menu__ico {
		transform: translateY(-2px);
	}

	body.sf-site .sf-header.is-compacto .sf-top,
	body.sf-site .sf-header.is-compacto .sf-marca {
		max-height: 0;
		opacity: 0;
		border-bottom-width: 0;
	}

	body.sf-site .sf-header.is-compacto .sf-nav__menu {
		margin: 0;
	}

	body.sf-site .sf-header.is-compacto .sf-sello {
		padding: 0;
		border: 0;
		background: none;
	}

	body.sf-site .sf-header.is-compacto .sf-sello__claves {
		display: none;
	}

	body.sf-site .sf-header.is-compacto .sf-nav__logo {
		display: block;
	}

	body.sf-site .sf-header.is-compacto .sf-nav__logo img {
		width: 150px;
	}

	body.sf-site .sf-header.is-compacto .sf-menu > li > a {
		padding: 10px 12px 11px;
		gap: 3px;
	}

	body.sf-site .sf-header.is-compacto .sf-menu__ico svg {
		width: 22px;
		height: 22px;
	}

	body.sf-site .sf-mega-li {
		position: static !important;
	}

	body.sf-site .sf-mega {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 70;
		background: #fff;
		box-shadow: 0 30px 60px rgba(38, 29, 107, .16), 0 0 0 1px var(--sf-bd);
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity .25s ease, transform .25s ease, visibility .25s;
	}

	body.sf-site .sf-mega::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 3px;
		background: var(--sf-grad);
	}

	body.sf-site .sf-mega-li:hover > .sf-mega,
	body.sf-site .sf-mega-li:focus-within > .sf-mega {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.sf-site .sf-mega__in {
		display: grid;
		grid-template-columns: 330px 340px minmax(0, 1fr);
		gap: 36px;
		padding: 32px;
		align-items: center;
	}

	body.sf-site .sf-mega__tit {
		margin: 0 0 10px;
		font-family: var(--sf-t);
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .12em;
		text-transform: uppercase;
		color: var(--sf-mg);
	}

	body.sf-site .sf-menu .sf-mega__lista a {
		display: grid;
		grid-template-columns: 36px minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 6px 10px 6px 6px;
		border-radius: 0;
		font-family: var(--sf-f);
		font-size: 15px;
		font-weight: 500;
		color: var(--sf-tx);
		white-space: normal;
		background: none;
		transition: background .2s ease, color .2s ease;
	}

	body.sf-site .sf-menu .sf-mega__lista a.is-on {
		background: var(--sf-li);
		color: var(--sf-az);
	}

	body.sf-site .sf-mega__ico {
		display: grid;
		place-items: center;
		width: 36px;
		height: 36px;
		background: var(--sf-li);
		color: var(--sf-mo);
		transition: background .2s ease, color .2s ease;
	}

	body.sf-site .sf-mega__ico svg {
		width: 22px;
		height: 22px;
	}

	body.sf-site .sf-mega__lista a.is-on .sf-mega__ico {
		background: var(--sf-grad);
		color: #fff;
	}

	body.sf-site .sf-mega__lista small {
		font-size: 12px;
		font-weight: 600;
		color: var(--sf-gr);
	}

	body.sf-site .sf-mega__foto {
		aspect-ratio: 1;
		overflow: hidden;
		background: var(--sf-li);
		box-shadow: 0 0 0 1px var(--sf-bd);
	}

	body.sf-site .sf-mega__foto img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: opacity .16s ease, transform .5s ease;
	}

	body.sf-site .sf-mega__foto img.is-cambio {
		opacity: 0;
		transform: scale(1.04);
	}

	body.sf-site .sf-mega__txt strong {
		display: block;
		margin: 0 0 12px;
		font-family: var(--sf-t);
		font-size: 28px;
		line-height: 1.15;
		color: var(--sf-az);
	}

	body.sf-site .sf-mega__txt p:not(.sf-mega__tit) {
		margin: 0 0 22px;
		color: var(--sf-gr);
		font-size: 15px;
		line-height: 1.6;
	}

	body.sf-site .sf-menu .sf-mega__txt .sf-btn {
		display: inline-flex;
		padding: 13px 26px;
		border-radius: 999px;
		background: var(--sf-az);
		color: #fff;
		font-size: 15px;
	}

	body.sf-site .sf-menu .sf-mega__txt .sf-btn:hover {
		background: var(--sf-mo);
		color: #fff;
	}
}

@media (min-width: 960px) and (max-width: 1240px) {
	body.sf-site .sf-menu > li > a {
		padding: 12px 11px 13px;
		font-size: 14px;
	}

	body.sf-site .sf-header.is-compacto .sf-menu > li > a {
		padding: 10px 8px 11px;
	}

	body.sf-site .sf-header.is-compacto .sf-nav__logo img {
		width: 120px;
	}

	body.sf-site .sf-mega__in {
		grid-template-columns: 300px 260px minmax(0, 1fr);
		gap: 26px;
		padding: 26px;
	}

	body.sf-site .sf-nav__menu {
		margin-left: -11px;
	}

	body.sf-site .sf-sello {
		padding: 0;
		border: 0;
		background: none;
	}

	body.sf-site .sf-sello__claves {
		display: none;
	}

	body.sf-site .sf-marca__logo img {
		width: 240px;
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-marca,
	body.sf-site .sf-mega,
	body.sf-site .sf-sello {
		display: none;
	}

	body.sf-site .sf-menu > li > a {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	body.sf-site .sf-menu__ico {
		display: grid;
		place-items: center;
		width: 40px;
		height: 40px;
		background: var(--sf-li);
		color: var(--sf-mo);
	}

	body.sf-site .sf-menu__ico svg {
		width: 22px;
		height: 22px;
	}
}

body.sf-site .sf-ficha__lay {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

body.sf-site .sf-ficha__lay .sf-ficha__grid {
	gap: 40px;
}

body.sf-site .sf-herr--ficha {
	display: none;
}

@media (max-width: 1100px) {
	body.sf-site .sf-ficha__lay {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 30px;
	}

	body.sf-site .sf-ficha__lay .sf-ficha__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-ficha__lay {
		display: block;
	}

	body.sf-site .sf-herr--ficha {
		display: flex;
		margin: 0 0 18px;
	}
}

@media (min-width: 783px) {
	body.sf-site.admin-bar .sf-header {
		top: 32px;
	}
}

html:has(body.sf-site) {
	overflow-x: clip;
}

body.sf-site,
body.sf-site.sf-menu-on,
body.sf-site.sf-filtro-on {
	overflow: visible;
	overflow-x: clip;
}

html:has(body.sf-menu-on),
html:has(body.sf-filtro-on) {
	overflow: hidden;
}

body.sf-site .sf-filtro {
	box-shadow: none;
}

body.sf-site.sf-filtro-on .sf-filtro {
	box-shadow: 20px 0 50px rgba(38, 29, 107, .2);
}

@media (min-width: 960px) {
	body.sf-site.sf-filtro-on .sf-filtro {
		box-shadow: none;
	}
}

body.sf-site .sf-barra a[href],
body.sf-site .sf-barra a[href]:visited {
	color: #fff;
}

body.sf-site.sf-filtro-on #Content {
	z-index: 300;
}

body.sf-site .sf-buscar__res .sf-buscar__nada a {
	display: inline;
	padding: 0;
	color: var(--sf-mo);
	font-weight: 600;
	text-decoration: underline;
	animation: none;
	background: none;
}

@media (min-width: 783px) {
	body.sf-site.admin-bar .sf-lb__x {
		top: 48px;
	}
}


body.sf-site.sf-cerrado [data-sf-horario] {
	display: none !important;
}

body.sf-site .sf-top__in {
	justify-content: space-between;
}

body.sf-site .sf-top__hor {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
}

body.sf-site .sf-top__hor::before {
	content: "";
	width: 15px;
	height: 15px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sf-site .sf-pie__tels {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px 14px;
}

body.sf-site .sf-paso--img figure,
body.sf-site figure:has(img[src*="/proceso-"]) {
	border-radius: 28px;
	overflow: hidden;
}

body.sf-site img[src*="/proceso-"] {
	border-radius: 28px;
}

body.sf-site .sf-parallax img[src*="/proceso-"] {
	border-radius: 0;
}

@media (min-width: 1241px) {
	body.sf-site .sf-nav {
		gap: 16px;
	}

	body.sf-site .sf-menu > li > a {
		padding-left: 9px;
		padding-right: 9px;
	}

	body.sf-site .sf-menu > li > a::after {
		left: 9px;
		right: 9px;
	}

	body.sf-site .sf-nav__menu {
		margin-left: -9px;
	}

	body.sf-site .sf-sello {
		gap: 16px;
		margin-top: 8px;
		margin-bottom: 8px;
		padding-left: 16px;
	}

	body.sf-site .sf-sello__claves {
		font-size: 12.5px;
	}

	body.sf-site .sf-sello .sf-btn {
		padding-left: 22px;
		padding-right: 22px;
	}
}


body.sf-site .sf-cab-pag--historia {
	--sf-fondo: url("/imagenes/historia/historia-cabecera.webp");
}

body.sf-site .sf-hist-intro {
	padding: 80px 0 30px;
}

body.sf-site .sf-hist-intro__in {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

body.sf-site .sf-hist-intro__lead {
	margin: 0 0 18px;
	font-family: var(--sf-t);
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.4;
	color: var(--sf-az);
}

body.sf-site .sf-hist-intro__in p:not(.sf-hist-intro__lead) {
	color: var(--sf-gr);
	font-size: 17px;
}

body.sf-site .sf-tl {
	padding: 50px 0 90px;
}

body.sf-site .sf-tl > div {
	position: relative;
}

body.sf-site .sf-tl > div::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	margin-left: -1px;
	background: linear-gradient(180deg, transparent, var(--sf-li2) 4%, var(--sf-li2) 96%, transparent);
}

body.sf-site .sf-tl__item {
	position: relative;
	margin: 0 0 80px;
}

body.sf-site .sf-tl__item > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 90px;
	align-items: center;
}

body.sf-site .sf-tl__item:last-child {
	margin-bottom: 0;
}

body.sf-site .sf-tl__item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--sf-grad);
	box-shadow: 0 0 0 1px var(--sf-li2);
	z-index: 1;
}

body.sf-site .sf-tl__item--inv .sf-tl__img {
	order: 2;
}

body.sf-site .sf-tl__img {
	margin: 0;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: var(--sf-sombra);
}

body.sf-site .sf-tl__img img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform .8s ease;
}

body.sf-site .sf-tl__item:hover .sf-tl__img img {
	transform: scale(1.04);
}

body.sf-site .sf-tl__fecha {
	display: inline-block;
	margin: 0 0 12px;
	padding: 5px 16px;
	border-radius: 999px;
	background: var(--sf-li);
	color: var(--sf-mg);
	font-family: var(--sf-t);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.sf-site .sf-tl__txt h3 {
	margin: 0 0 14px;
	font-size: clamp(24px, 2.4vw, 32px);
}

body.sf-site .sf-tl__txt p:not(.sf-tl__fecha) {
	margin: 0 0 14px;
	color: var(--sf-gr);
}

body.sf-site .sf-hist-hoy {
	background: var(--sf-li);
}

body.sf-site .sf-hist-hoy__cols {
	align-items: center;
	gap: 70px;
}

@media (max-width: 959px) {
	body.sf-site .sf-tl > div::before {
		left: 16px;
	}

	body.sf-site .sf-tl__item {
		margin-bottom: 56px;
		padding-left: 34px;
	}

	body.sf-site .sf-tl__item > div {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.sf-site .sf-tl__item::before {
		left: 16px;
		top: 12px;
	}

	body.sf-site .sf-tl__item--inv .sf-tl__img {
		order: 0;
	}

	body.sf-site .sf-hist-intro {
		padding: 50px 0 10px;
	}

	body.sf-site .sf-hist-hoy__cols {
		gap: 30px;
	}
}

body.sf-site:not(.sf-cerrado) [data-sf-fuera] {
	display: none !important;
}

body.sf-site .sf-tels__urg {
	opacity: .8;
}

body.sf-site .sf-top__datos {
	align-items: center;
}

body.sf-site .sf-top .sf-top__hist {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-left: 14px;
	padding: 5px 14px 5px 11px;
	border-radius: 999px;
	background: linear-gradient(100deg, var(--sf-mo), var(--sf-mg));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	transition: filter .2s ease, transform .2s ease;
}

body.sf-site .sf-top .sf-top__hist:hover {
	color: #fff;
	filter: brightness(1.12);
	transform: translateY(-1px);
}

body.sf-site .sf-top__hist svg {
	width: 16px;
	height: 16px;
}

body.sf-site .sf-nav__hist {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--sf-li);
	color: var(--sf-mo);
	font-family: var(--sf-t);
	font-weight: 500;
	text-decoration: none;
}

body.sf-site .sf-nav__hist svg {
	width: 20px;
	height: 20px;
}

body.sf-site {
	--mfn-button-bg: var(--sf-az);
	--mfn-button-bg-hover: var(--sf-mo);
	--mfn-button-color: #fff;
	--mfn-button-color-hover: #fff;
	--mfn-button-theme-bg: var(--sf-az);
	--mfn-button-theme-bg-hover: var(--sf-mo);
}

body.sf-site .wp-block-button__link::before,
body.sf-site .wp-block-button__link::after,
body.sf-site .sf-btn::before,
body.sf-site .sf-btn::after,
body.sf-site button::before,
body.sf-site .button::before {
	display: none !important;
}

body.sf-site .sf-prod {
	margin: 0;
	overflow: visible;
}

body.sf-site .sf-prod img,
body.sf-site .sf-foto-v.sf-prod img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: contain;
	background: none;
	border-radius: 0;
	box-shadow: none;
}

body.sf-site .sf-split .sf-prod::after {
	display: none;
}

body.sf-site .sf-equipo .sf-prod img {
	padding: 22px 22px 0;
	box-sizing: border-box;
	background: radial-gradient(ellipse at 50% 60%, var(--sf-li) 0%, #fff 70%);
}

body.sf-site .sf-dos__foto--prod img {
	object-fit: contain;
	padding: 24px 0 0;
	box-sizing: border-box;
	background: radial-gradient(ellipse at 50% 65%, var(--sf-li2) 0%, var(--sf-li) 45%, #fff 80%);
}

body.sf-site .sf-dos .wp-block-column:hover .sf-dos__foto--prod img {
	transform: scale(1.03) translateY(-4px);
}

body.sf-site .sf-prod-slider {
	position: relative;
}

body.sf-site .sf-prod-slider > .wp-block-group__inner-container {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

body.sf-site .sf-prod-slider .sf-prod {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateX(-45%);
	transition: transform .9s cubic-bezier(.3, .7, .2, 1), opacity .9s ease;
}

body.sf-site .sf-prod-slider .sf-prod.is-on {
	opacity: 1;
	transform: none;
}

body.sf-site .sf-prod-slider .sf-prod.is-sale {
	opacity: 0;
	transform: translateX(45%);
}

body.sf-site .sf-prod-slider__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}

body.sf-site .sf-prod-slider__dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--sf-li2);
	cursor: pointer;
	transition: width .3s ease, background .3s ease;
}

body.sf-site .sf-prod-slider__dots button.is-on {
	width: 30px;
	background: var(--sf-grad);
}

body.sf-site .sf-equipos--solo > div {
	align-items: end;
	gap: 40px;
}

body.sf-site .sf-equipos--solo .sf-prod img {
	aspect-ratio: 4 / 5;
	transition: transform .5s ease;
}

body.sf-site .sf-equipos--solo .sf-prod:hover img {
	transform: translateY(-6px) scale(1.03);
}

body.sf-site .sf-split--turbo {
	padding-top: 50px;
	padding-bottom: 50px;
}

body.sf-site .sf-split--turbo .sf-prod-slider > .wp-block-group__inner-container {
	aspect-ratio: auto;
	height: 560px;
}

body.sf-site .sf-split--turbo .sf-prod img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}

body.sf-site .sf-split--turbo .sf-prod-slider__dots {
	margin-top: 6px;
}

@media (max-width: 767px) {
	body.sf-site .sf-equipos--solo > div {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	body.sf-site .sf-split--turbo .sf-prod-slider > .wp-block-group__inner-container {
		height: 440px;
	}
}

body.sf-site .sf-h {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 80px 0 130px;
	color: #fff;
	background: linear-gradient(135deg, #1a1248 0%, #2a2072 45%, #3a2e94 100%);
}

body.sf-site .sf-h::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -2px;
	height: 110px;
	z-index: 1;
	background: var(--sf-li);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 70 C 240 10 480 10 720 55 S 1200 110 1440 40 V110 H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 110' preserveAspectRatio='none'%3E%3Cpath d='M0 70 C 240 10 480 10 720 55 S 1200 110 1440 40 V110 H0Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

body.sf-site .sf-h__fondo {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

body.sf-site .sf-h__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .55;
	animation: sf-blob 18s ease-in-out infinite alternate;
}

body.sf-site .sf-h__blob--1 {
	width: 620px;
	height: 620px;
	right: -120px;
	top: -160px;
	background: #b0246f;
}

body.sf-site .sf-h__blob--2 {
	width: 520px;
	height: 520px;
	left: -180px;
	bottom: -220px;
	background: #7b2380;
	animation-duration: 22s;
}

body.sf-site .sf-h__blob--3 {
	width: 380px;
	height: 380px;
	left: 40%;
	top: 30%;
	background: #5b44d6;
	opacity: .35;
	animation-duration: 26s;
}

@keyframes sf-blob {
	0% {
		transform: translate(0, 0) scale(1);
	}

	50% {
		transform: translate(-60px, 50px) scale(1.12);
	}

	100% {
		transform: translate(40px, -30px) scale(.95);
	}
}

body.sf-site .sf-h__ondas {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(255, 255, 255, .13);
	stroke-width: 1.6;
	stroke-dasharray: 14 10;
	animation: sf-ondas 30s linear infinite;
}

body.sf-site .sf-h__ondas path:nth-child(2) {
	stroke: rgba(240, 150, 210, .16);
}

@keyframes sf-ondas {
	to {
		stroke-dashoffset: -960;
	}
}

body.sf-site .sf-h__p {
	position: absolute;
	bottom: -20px;
	left: calc(var(--i) * 6.2% - 3%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .55);
	box-shadow: 0 0 12px rgba(255, 180, 230, .8);
	opacity: 0;
	animation: sf-sube calc(9s + var(--i) * .7s) linear infinite;
	animation-delay: calc(var(--i) * -1.3s);
}

@keyframes sf-sube {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	10% {
		opacity: .9;
	}

	100% {
		transform: translate(40px, -760px);
		opacity: 0;
	}
}

body.sf-site .sf-h__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: 40px;
}

body.sf-site .sf-h__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	padding: 7px 16px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #f3d6ff;
	backdrop-filter: blur(6px);
	animation: sf-entra .8s ease both;
}

body.sf-site .sf-h__tit {
	margin: 0 0 24px;
	font-family: var(--sf-t);
	font-size: clamp(40px, 5.2vw, 72px);
	font-weight: 500;
	line-height: 1.05;
	color: #fff;
	animation: sf-entra .8s .1s ease both;
}

body.sf-site .sf-h__rot {
	display: inline-grid;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: .08em;
}

body.sf-site .sf-h__rot span {
	grid-area: 1 / 1;
	background: linear-gradient(90deg, #ff9fd6 0%, #d9b8ff 60%, #ffffff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 0;
	transform: translateY(70%);
	transition: transform .6s cubic-bezier(.2, .8, .2, 1), opacity .6s ease;
}

body.sf-site .sf-h__rot span.is-on {
	opacity: 1;
	transform: none;
}

body.sf-site .sf-h__rot span.is-sale {
	opacity: 0;
	transform: translateY(-70%);
}

body.sf-site .sf-h__lead {
	max-width: 560px;
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .82);
	animation: sf-entra .8s .2s ease both;
}

body.sf-site .sf-h__lead strong {
	color: #fff;
}

body.sf-site .sf-h__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 34px 0 0;
	animation: sf-entra .8s .3s ease both;
}

body.sf-site .sf-h__datos {
	display: flex;
	gap: 34px;
	margin: 44px 0 0;
	padding: 26px 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, .15);
	animation: sf-entra .8s .4s ease both;
}

body.sf-site .sf-h__datos li {
	margin: 0;
}

body.sf-site .sf-h__datos strong {
	display: block;
	font-family: var(--sf-t);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(90deg, #ffffff, #ffb3de);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.sf-site .sf-h__datos span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}

body.sf-site .sf-h__escena {
	position: relative;
	height: 600px;
	animation: sf-aparece 1.2s .2s ease both;
}

@keyframes sf-aparece {
	from {
		opacity: 0;
		transform: scale(.92);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

body.sf-site .sf-h__aro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 460px;
	height: 460px;
	margin: -230px 0 0 -230px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .28) 0%, rgba(214, 120, 200, .35) 38%, rgba(120, 60, 200, .1) 62%, transparent 70%);
	animation: sf-late 6s ease-in-out infinite;
}

@keyframes sf-late {
	50% {
		transform: scale(1.08);
		opacity: .8;
	}
}

body.sf-site .sf-h__anillo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 540px;
	height: 540px;
	margin: -270px 0 0 -270px;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, .25);
	animation: sf-gira 60s linear infinite;
}

body.sf-site .sf-h__anillo::before,
body.sf-site .sf-h__anillo::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ff9fd6;
	box-shadow: 0 0 18px #ff9fd6;
	top: 50%;
	left: -7px;
}

body.sf-site .sf-h__anillo::after {
	left: auto;
	right: 60px;
	top: 40px;
	width: 9px;
	height: 9px;
	background: #d9b8ff;
	box-shadow: 0 0 14px #d9b8ff;
}

@keyframes sf-gira {
	to {
		transform: rotate(360deg);
	}
}

body.sf-site .sf-h__prod {
	position: absolute;
	height: auto;
	filter: drop-shadow(0 30px 40px rgba(10, 5, 40, .45));
	animation: sf-flota 7s ease-in-out infinite;
}

body.sf-site .sf-h__prod--1 {
	z-index: 3;
	left: 50%;
	top: 50%;
	width: 380px;
	margin: -250px 0 0 -190px;
}

body.sf-site .sf-h__prod--2 {
	z-index: 2;
	left: -2%;
	top: 8%;
	width: 230px;
	animation-delay: -2s;
	animation-duration: 8s;
}

body.sf-site .sf-h__prod--3 {
	z-index: 4;
	right: 0;
	bottom: 2%;
	width: 220px;
	animation-delay: -4s;
	animation-duration: 9s;
}

@keyframes sf-flota {
	0%,
	100% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-16px) rotate(1.2deg);
	}
}

body.sf-site .sf-h__aroma {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: -4%;
	width: 300px;
	height: 300px;
	margin-left: -150px;
	overflow: visible;
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
}

body.sf-site .sf-h__aroma path {
	stroke: rgba(255, 190, 235, .75);
	stroke-dasharray: 60 320;
	animation: sf-humo 4.5s ease-in-out infinite;
}

body.sf-site .sf-h__aroma path:nth-child(2) {
	stroke: rgba(217, 184, 255, .7);
	animation-delay: -1.5s;
}

body.sf-site .sf-h__aroma path:nth-child(3) {
	stroke: rgba(255, 255, 255, .55);
	animation-delay: -3s;
}

@keyframes sf-humo {
	0% {
		stroke-dashoffset: 380;
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		stroke-dashoffset: 0;
		opacity: 0;
	}
}

body.sf-site .sf-h__bot {
	position: absolute;
	z-index: 5;
	height: auto;
	filter: drop-shadow(0 12px 16px rgba(10, 5, 40, .35));
	animation: sf-deriva 10s ease-in-out infinite;
}

body.sf-site .sf-h__p:nth-of-type(3n) {
	width: 4px;
	height: 4px;
}

body.sf-site .sf-h__p:nth-of-type(4n) {
	width: 9px;
	height: 9px;
}

body.sf-site .sf-h__bot--1 { width: 86px; left: -3%; top: 0; z-index: 1; animation-delay: -1s; }
body.sf-site .sf-h__bot--2 { width: 92px; right: 1%; top: 4%; z-index: 1; animation-delay: -3s; }
body.sf-site .sf-h__bot--3 { width: 46px; left: 40%; top: -3%; z-index: 1; filter: blur(1.5px) drop-shadow(0 12px 16px rgba(10, 5, 40, .35)); animation-delay: -5s; }
body.sf-site .sf-h__bot--4 { width: 76px; right: -2%; top: 40%; z-index: 1; animation-delay: -2s; }
body.sf-site .sf-h__bot--5 { width: 64px; left: 30%; bottom: -1%; z-index: 5; animation-delay: -6s; }
body.sf-site .sf-h__bot--6 { width: 40px; left: 2%; top: 62%; z-index: 1; filter: blur(2px); animation-delay: -4s; }
body.sf-site .sf-h__bot--7 { width: 84px; right: 38%; bottom: -4%; z-index: 1; animation-delay: -7s; }
body.sf-site .sf-h__bot--8 { width: 56px; left: 64%; top: 12%; z-index: 5; animation-delay: -8s; }
body.sf-site .sf-h__bot--9 { width: 92px; left: -1%; bottom: 14%; z-index: 1; animation-delay: -9s; }

@keyframes sf-deriva {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}

	33% {
		transform: translate(10px, -18px) rotate(8deg);
	}

	66% {
		transform: translate(-8px, 10px) rotate(-6deg);
	}
}

body.sf-site .sf-h__sello {
	position: absolute;
	z-index: 6;
	left: 8%;
	bottom: 2%;
	padding: 14px 20px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 16px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 20px 40px rgba(10, 5, 40, .3);
	animation: sf-flota 6s -1s ease-in-out infinite;
}

body.sf-site .sf-h__sello strong {
	display: block;
	font-family: var(--sf-t);
	font-size: 18px;
	color: #fff;
}

body.sf-site .sf-h__sello span {
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
}

body.sf-site .sf-h__bajar {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 70px;
	width: 26px;
	height: 42px;
	margin-left: -13px;
	border: 2px solid rgba(255, 255, 255, .45);
	border-radius: 999px;
}

body.sf-site .sf-h__bajar span {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 4px;
	height: 8px;
	margin-left: -2px;
	border-radius: 2px;
	background: #fff;
	animation: sf-rueda 1.8s ease-in-out infinite;
}

@keyframes sf-rueda {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(14px);
	}
}

body.sf-site .sf-ventajas {
	margin-top: 0;
	padding: 10px 0 90px;
	background: var(--sf-li);
}

@media (max-width: 1100px) {
	body.sf-site .sf-h__escena {
		height: 520px;
		transform-origin: center;
	}

	body.sf-site .sf-h__prod--1 {
		width: 320px;
		margin: -210px 0 0 -160px;
	}

	body.sf-site .sf-h__prod--2 {
		width: 190px;
	}

	body.sf-site .sf-h__prod--3 {
		width: 180px;
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-h {
		padding: 50px 0 110px;
	}

	body.sf-site .sf-h__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	body.sf-site .sf-h__lead {
		margin: 0 auto;
	}

	body.sf-site .sf-h__btns,
	body.sf-site .sf-h__datos {
		justify-content: center;
	}

	body.sf-site .sf-h__escena {
		height: 440px;
		max-width: 520px;
		width: 100%;
		margin: 0 auto;
	}

	body.sf-site .sf-h__bajar {
		display: none;
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-h__eyebrow {
		font-size: 11px;
		padding: 6px 12px;
	}

	body.sf-site .sf-h__lead {
		font-size: 17px;
	}

	body.sf-site .sf-h__btns .sf-btn {
		width: 100%;
		justify-content: center;
	}

	body.sf-site .sf-h__datos {
		gap: 18px;
		margin-top: 32px;
	}

	body.sf-site .sf-h__datos strong {
		font-size: 26px;
	}

	body.sf-site .sf-h__datos span {
		font-size: 12px;
	}

	body.sf-site .sf-h__escena {
		height: 360px;
	}

	body.sf-site .sf-h__aro {
		width: 300px;
		height: 300px;
		margin: -150px 0 0 -150px;
	}

	body.sf-site .sf-h__anillo {
		width: 330px;
		height: 330px;
		margin: -165px 0 0 -165px;
	}

	body.sf-site .sf-h__prod--1 {
		width: 230px;
		margin: -150px 0 0 -115px;
	}

	body.sf-site .sf-h__prod--2 {
		width: 130px;
		left: 0;
	}

	body.sf-site .sf-h__prod--3 {
		width: 130px;
	}

	body.sf-site .sf-h__aroma {
		width: 200px;
		height: 200px;
		margin-left: -100px;
	}

	body.sf-site .sf-h__bot {
		max-width: 62px;
	}

	body.sf-site .sf-h__bot--6,
	body.sf-site .sf-h__bot--8,
	body.sf-site .sf-h__bot--4 {
		display: none;
	}

	body.sf-site .sf-h__sello {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sf-site .sf-h *,
	body.sf-site .sf-h *::before {
		animation: none !important;
	}
}

body.sf-site .sf-h__rot {
	justify-items: start;
	transition: width .6s cubic-bezier(.2, .8, .2, 1);
}

body.sf-site .sf-h__rot span {
	white-space: nowrap;
}

@media (max-width: 767px) {
	body.sf-site .sf-h__eyebrow span {
		display: none;
	}

	body.sf-site .sf-h__rot {
		justify-items: center;
	}
}

body.sf-site .sf-h__rot {
	display: grid;
	width: auto !important;
	justify-items: start;
}

@media (max-width: 767px) {
	body.sf-site .sf-h__rot {
		justify-items: center;
	}
}

body.sf-site .sf-card-fam {
	border-radius: 22px;
	isolation: isolate;
}

body.sf-site .sf-card-fam--hist {
	background: var(--sf-tx);
	box-shadow: 0 0 0 2px var(--sf-mg), 0 18px 40px -18px rgba(118, 41, 155, .6);
}

body.sf-site .sf-card-fam--hist img {
	filter: saturate(.9) brightness(.8);
}

body.sf-site .sf-card-fam--hist .sf-card-fam__txt {
	top: 0;
	align-content: end;
	gap: 6px;
	background: linear-gradient(180deg, rgba(34, 30, 61, .1) 20%, rgba(118, 41, 155, .75) 62%, rgba(58, 46, 148, .96));
}

body.sf-site .sf-card-fam--hist em {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	justify-self: start;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .35);
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
}

body.sf-site .sf-card-fam--hist em svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

body.sf-site .sf-card-fam--hist strong {
	font-size: 24px;
}

body.sf-site .sf-card-fam--hist small b {
	display: inline-block;
	transition: transform .3s ease;
}

body.sf-site .sf-card-fam--hist:hover small b {
	transform: translateX(5px);
}

body.sf-site .sf-dos .wp-block-column {
	border-radius: 0;
}

body.sf-site .sf-dos__txt {
	display: flex;
	flex-direction: column;
	text-align: center;
}

body.sf-site .sf-dos__txt > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	flex: 1;
}

body.sf-site .sf-dos__txt::before {
	left: 50%;
	margin-left: -45px;
}

body.sf-site .sf-dos__txt .wp-block-buttons {
	justify-content: center;
	margin-top: auto;
	padding-top: 26px;
}

@media (max-width: 767px) {
	body.sf-site .sf-card-fam {
		border-radius: 16px;
	}

	body.sf-site .sf-card-fam--hist em {
		justify-self: center;
		font-size: 10px;
		padding: 4px 9px;
	}

	body.sf-site .sf-card-fam--hist strong {
		font-size: 18px;
	}
}

body.sf-site [data-sf-azar]:not(.is-listo) > :nth-child(n+9) {
	display: none;
}

body.sf-site .sf-tels strong {
	font-weight: 700;
}

body.sf-site .sf-tels__sep {
	opacity: .6;
}

body.sf-site .sf-filtro__cab--int {
	margin-top: 30px;
}

body.sf-site .sf-filtro__int {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	border-top: 0;
}

body.sf-site .sf-filtro__int button,
body.sf-site .sf-filtro__int a {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid var(--sf-bd);
	border-radius: 999px;
	background: #fff;
	color: var(--sf-tx);
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: none;
	transition: background .25s ease, border-color .25s ease, color .25s ease;
}

body.sf-site .sf-filtro__int button::before,
body.sf-site .sf-filtro__int button::after,
body.sf-site .sf-filtro__int a::before {
	display: none;
}

body.sf-site .sf-filtro__int > :first-child {
	grid-column: 1 / -1;
}

body.sf-site .sf-filtro__int .sf-filtro__ico--int {
	width: auto;
	height: auto;
	background: none;
}

body.sf-site .sf-filtro__int .sf-int {
	margin: 0;
	gap: 2px;
	align-items: flex-end;
	height: 16px;
}

body.sf-site .sf-filtro__int .sf-int i {
	width: 4px;
	border-radius: 2px;
}

body.sf-site .sf-filtro__int .sf-int i:nth-child(1) {
	height: 5px;
}

body.sf-site .sf-filtro__int .sf-int i:nth-child(2) {
	height: 8px;
}

body.sf-site .sf-filtro__int .sf-int i:nth-child(3) {
	height: 12px;
}

body.sf-site .sf-filtro__int .sf-int i:nth-child(4) {
	height: 16px;
}

body.sf-site .sf-filtro__int .sf-filtro__txt {
	flex: 1;
	min-width: 0;
}

body.sf-site .sf-filtro__int .sf-filtro__n {
	min-width: 24px;
	padding: 1px 6px;
	font-size: 11px;
}

body.sf-site .sf-filtro__int button:hover,
body.sf-site .sf-filtro__int a:hover {
	border-color: var(--sf-mo);
	background: var(--sf-li);
	color: var(--sf-az);
}

body.sf-site .sf-filtro__int button.is-on {
	border-color: transparent;
	background: var(--sf-grad);
	color: #fff;
	font-weight: 700;
}

body.sf-site .sf-filtro__int button.is-on .sf-int i {
	background: rgba(255, 255, 255, .4);
}

body.sf-site .sf-filtro__int button.is-on .sf-int i.on {
	background: #fff;
}

body.sf-site .sf-filtro__int button.is-on .sf-filtro__n {
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

body.sf-site .sf-filtro__int button:disabled {
	opacity: .4;
	cursor: default;
}

body.sf-site .sf-card-amb.is-oculta {
	display: none !important;
}

body.sf-site .sf-int-vacio {
	margin: 10px 0 0;
	padding: 28px 24px;
	background: var(--sf-li);
	color: var(--sf-gr);
	text-align: center;
}

body.sf-site .sf-int-vacio[hidden] {
	display: none;
}

body.sf-site .sf-int-vacio button {
	margin-left: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--sf-az);
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 960px) {
	body.sf-site .sf-filtro {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		scrollbar-width: thin;
		padding-right: 4px;
	}
}

body.sf-site .sf-filtro__int button,
body.sf-site .sf-filtro__int a {
	gap: 6px;
	padding: 9px 8px 9px 10px;
	font-size: 13.5px;
}

body.sf-site .sf-filtro__int .sf-filtro__txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.sf-site .sf-filtro__int {
	grid-template-columns: 1fr;
	gap: 6px;
}

body.sf-site .sf-filtro__int button,
body.sf-site .sf-filtro__int a {
	padding: 8px 10px 8px 14px;
	font-size: 14px;
}

@media (min-width: 960px) {
	body.sf-site .sf-filtro__lista a {
		grid-template-columns: 36px minmax(0, 1fr) auto;
		padding: 7px 10px 7px 6px;
		font-size: 14.5px;
	}

	body.sf-site .sf-filtro__ico {
		width: 36px;
		height: 36px;
	}

	body.sf-site .sf-filtro__ico svg {
		width: 21px;
		height: 21px;
	}

	body.sf-site .sf-filtro__cab--int {
		margin-top: 22px;
	}

	body.sf-site .sf-filtro__int button {
		padding: 7px 10px 7px 14px;
	}
}

.sf-header-hueco {
	display: none;
}

@media (min-width: 960px) {
	body.sf-site .sf-header {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
	}

	body.sf-site .sf-header-hueco {
		display: block;
	}
}

@media (max-width: 959px) {
	body.sf-site .sf-split:has(.sf-split__cols > .wp-block-column:first-child .sf-parallax) {
		padding-top: 0;
	}

	body.sf-site .sf-split .sf-parallax {
		height: auto;
	}

	body.sf-site .sf-split .sf-parallax img {
		height: auto;
		aspect-ratio: auto;
		transform: none !important;
		border-radius: 0;
	}
}

body.sf-site .sf-pie__bajo {
	border-top: 0;
	background: #1a1452;
	color: rgba(255, 255, 255, .7);
}

body.sf-site .sf-pie__bajo a {
	color: rgba(255, 255, 255, .88);
}

body.sf-site .sf-pie__bajo a:hover {
	color: #fff;
}

@media (max-width: 767px) {
	body.sf-site .sf-pie__grid {
		padding-bottom: 48px;
	}

	body.sf-site .sf-pie__bajo-in {
		gap: 12px;
		padding-top: 26px;
		padding-bottom: 28px;
		text-align: center;
	}
}

body.sf-site .sf-cookies {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 160;
	width: min(440px, calc(100% - 48px));
	font-family: var(--sf-f);
	animation: sfCookiesEntra .35s ease both;
}

body.sf-site .sf-cookies[hidden] {
	display: none;
}

body.sf-site .sf-cookies__caja {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(38, 29, 107, .22);
	padding: 22px 22px 20px;
	border-top: 4px solid transparent;
	background-image: linear-gradient(#fff, #fff), var(--sf-grad);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

body.sf-site .sf-cookies__tit {
	margin: 0 0 6px;
	font-family: var(--sf-t);
	font-weight: 700;
	font-size: 18px;
	color: var(--sf-az);
}

body.sf-site .sf-cookies__txt {
	margin: 0 0 16px;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--sf-gr);
}

body.sf-site .sf-cookies__txt a {
	color: var(--sf-az);
	font-weight: 600;
}

body.sf-site .sf-cookies__btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

body.sf-site .sf-cookies__btn {
	min-height: 46px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 2px solid var(--sf-az);
	background: #fff;
	color: var(--sf-az);
	font-family: var(--sf-t);
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

body.sf-site .sf-cookies__btn--si {
	background: var(--sf-az);
	color: #fff;
}

body.sf-site .sf-cookies__btn:hover {
	background: var(--sf-mg);
	border-color: var(--sf-mg);
	color: #fff;
}

body.sf-site .sf-cookies__btn:focus-visible {
	outline: 3px solid var(--sf-mo);
	outline-offset: 2px;
}

@keyframes sfCookiesEntra {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 767px) {
	body.sf-site .sf-cookies {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	body.sf-site .sf-cookies__caja {
		border-radius: 18px 18px 0 0;
		padding: 18px 16px calc(16px + env(safe-area-inset-bottom));
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sf-site .sf-cookies {
		animation: none;
	}
}
