/* Avenir auto-hospedada en WOFF2 con font-display:swap (el kit de Elementor sirve .ttf con auto = peso extra + FOIT en mobile). */
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Roman.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Light.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Book.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Book.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Heavy.ttf") format("truetype"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: "Avenir"; src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("https://fomentourbano.co.cr/wp-content/uploads/2024/08/Avenir-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
	--page-title-display: none;
}
.text-center {
	text-align: center;
}
.fu-video-cta {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 590px;
	overflow: hidden;
	padding: 50px 10px;
	position: relative;
}

.fu-video-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--e-global-color-secondary);
	opacity: 0.59;
	z-index: 1;
}

.fu-video-cta__media {
	background: rgba(14, 32, 39, 0.28);
	position: absolute;
	inset: 0;
	z-index: 0;
}

/* En mobile no cargamos el video (2.4 MB): mostramos un poster estático de 20 KB. */
@media (max-width: 767px) {
	.fu-video-cta__media {
		background-image: url("../img/video-cta-poster.webp") !important;
		background-position: center !important;
		background-size: cover !important;
	}
}

.fu-video-cta .fu-section-shell {
	position: relative;
	z-index: 1;
}

.fu-video-cta__inner {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}

.fu-video-cta__text {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: 1.5;
	margin: 0 0 18px;
}

.fu-video-cta__button {
	align-items: center;
	background-color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	border-radius: 16px;
	color: #fff;
	display: inline-flex;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: 600;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	text-decoration: none;
	transition: transform 180ms ease, filter 180ms ease, background-color 180ms ease;
}

.fu-video-cta__button:hover,
.fu-video-cta__button:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	
}
.fu-video-cta .fu-video-cta__copy {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-align: center;
}
.fu-video-cta .fu-video-cta__action .elementor-button {
	border-radius: 16px;
	color: var(--e-global-color-05cdd63);
	fill: var(--e-global-color-05cdd63);
}
.fu-video-cta .fu-video-cta__action .elementor-button:hover,
.fu-video-cta .fu-video-cta__action .elementor-button:focus {
	color: var(--e-global-color-05cdd63);
}
.fu-video-cta .fu-video-cta__action .elementor-button:hover svg,
.fu-video-cta .fu-video-cta__action .elementor-button:focus svg {
	fill: var(--e-global-color-05cdd63);
}
.fu-video-cta .fu-video-cta__media {
	background: rgba(14, 32, 39, 0.28);
	border-radius: inherit;
	overflow: hidden;
	position: absolute;
	inset: 0;
}
.fu-section-shell {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 16px;
	position: relative;
	width: 100%;
	z-index: 1;
 align-content: end;
}

.fu-section-header {
	margin: 0 auto 40px;
	max-width: 720px;
	text-align: center;
}

.fu-section-kicker {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 1px 0 10px;
}

.fu-section-kicker--light {
	color: rgba(255, 255, 255, 0.72);
}

.fu-section-title,
.fu-contact__title {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.8rem, 4vw, 1.8rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.08;
	margin: 0;
}

.fu-hero {
	background: #000;
	position: relative;
}

.fu-hero-rotator {
	--fu-hero-transition: 650ms;
	--fu-hero-autoplay: 5000ms;
	height: clamp(520px, 82vh, 980px);
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.fu-hero-slides {
	inset: 0;
	position: absolute;
}

.fu-hero-slide {
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity var(--fu-hero-transition) ease;
}

.fu-hero-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.fu-hero-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	will-change: transform;
}

.fu-hero-slide.is-active {
	animation: fu-hero-kenburns var(--fu-hero-autoplay) ease-out both;
}

.fu-hero-rotator.is-reduced-motion .fu-hero-slide {
	animation: none !important;
}

@keyframes fu-hero-kenburns {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.12);
	}
}

.fu-hero-overlay {
	background: rgba(14, 32, 39, 0.55);
	inset: 0;
	position: absolute;
	z-index: 2;
}

.fu-hero-shell {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 3;
}

.fu-hero-content {
	flex-direction: column;
	gap: 16px;
	justify-content: flex-end;
	padding: clamp(40px, 7vh, 88px) 0;
}

.fu-hero-title {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(2rem, 4.4vw, 3.8rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.05;
	margin: 0;
}

.fu-hero-button {
    align-items: center;
    background: var(--e-global-color-primary);
    border: 0;
    border-radius: 999px;
    color: var(--e-global-color-05cdd63);
    display: inline-flex;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    justify-content: center;
    min-height: 46px;
    padding: 8px 26px;
    text-decoration: none;
    transition: filter 180ms ease, transform 180ms ease;
    margin-top: 14px;
}
.fu-hero-button:hover,
.fu-hero-button:focus-visible {
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.fu-hero-button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.38), 0 0 0 7px var(--e-global-color-primary);
}

.fu-projects {
	background: #000;
	overflow: hidden;
	position: relative;
}

.fu-projects-slider {
	height: var(--fu-projects-height, clamp(880px, 92vh, 1180px));
	min-height: 880px;
	position: relative;
	touch-action: pan-y;
}

.fu-projects-slides {
	height: 100%;
	min-height: inherit;
	position: relative;
}

.fu-projects-slide {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity var(--fu-projects-transition, 900ms) ease;
}

.fu-projects-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.fu-projects-bg,
.fu-projects-overlay {
	inset: 0;
	position: absolute;
}

.fu-projects-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	will-change: transform;
}

.fu-projects-slide.is-active .fu-projects-bg {
	animation: fu-projects-kenburns var(--fu-projects-autoplay, 7000ms) ease-out both;
}

.fu-projects-slider.is-reduced-motion .fu-projects-bg {
	animation: none !important;
}

@keyframes fu-projects-kenburns {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.12);
	}
}

.fu-projects-overlay {
	background: rgba(14, 32, 39, 0.45);
}

.fu-projects-shell {
	width: 100%;
}

.fu-projects-content {
	max-width: 520px;
	text-align: left;
}

.fu-projects-slide .fu-projects-subtitle,
.fu-projects-slide .fu-projects-title {
	opacity: 0;
	transform: translateX(28px);
	transition: opacity 520ms ease, transform 520ms ease;
	will-change: transform, opacity;
}

.fu-projects-slide .fu-projects-button {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease;
	will-change: transform, opacity;
}

.fu-projects-slide.is-active .fu-projects-subtitle {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 80ms;
}

.fu-projects-slide.is-active .fu-projects-title {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 130ms;
}

.fu-projects-slide.is-active .fu-projects-button {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 180ms;
}

.fu-projects-slider.is-reduced-motion .fu-projects-slide .fu-projects-subtitle,
.fu-projects-slider.is-reduced-motion .fu-projects-slide .fu-projects-title,
.fu-projects-slider.is-reduced-motion .fu-projects-slide .fu-projects-button {
	opacity: 1;
	transform: none;
	transition: none;
}

.fu-projects-subtitle {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: clamp(14px, 3vw, 32px);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 15px;
}

.fu-projects-title {
	color: var(--e-global-color-05cdd63);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.15rem, 2.1vw, 1.55rem);
	font-weight: 400;
	line-height: 1.35;
	margin: 0 0 14px;
}

.fu-projects-excerpt {
	color: var(--e-global-color-e0f903b);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.7;
	margin: 0 0 18px;
}

.fu-projects-button {
    align-items: center;
    background: var(--e-global-color-primary);
    border: 0;
    border-radius: 14px;
    color: var(--e-global-color-05cdd63);
    display: inline-flex;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    justify-content: center;
    min-height: 44px;
    padding: 7px 30px;
    text-decoration: none;
    transition: filter 180ms ease, transform 180ms ease;
    margin-top: 30px;
}

.fu-projects-button:hover,
.fu-projects-button:focus-visible {
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.fu-projects-button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.38), 0 0 0 7px var(--e-global-color-primary);
}

.fu-projects-dots {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
	left: clamp(14px, 4vw, 34px);
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.fu-projects-dot {
	appearance: none;
	background: rgba(255, 255, 255, 0.9) !important;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	display: block;
	height: 6px;
	padding: 0;
	position: relative;
	transition: transform 220ms ease, opacity 220ms ease, background-color 220ms ease;
	opacity: 0.78;
	width: 6px;
}
.fu-projects-dot::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: transparent;
    border-radius: 999px;
    opacity: 0;
    width: 14px;
    height: 14px;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
    border: 1px solid transparent;
}
.fu-projects-dot.is-active::after {
	border-color: rgba(255, 255, 255, 0.92);
	opacity: 1;
}

.fu-projects-dot:focus-visible {
	outline: none;
	box-shadow: none;
}
.fu-deferred-video {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fu-about {
	background: var(--e-global-color-7a9eb55);
	isolation: isolate;
	padding: 70px 0;
	position: relative;
}

.fu-about::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(228, 240, 251, 0.96) 48%, rgba(213, 230, 246, 0.98) 100%), repeating-linear-gradient(96deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 16px, rgba(255, 255, 255, 0.22) 16px, rgba(255, 255, 255, 0.22) 20px);
	opacity: 1;
	pointer-events: none;
	z-index: 0;
}

.fu-about .fu-section-shell {
	z-index: 1;
}

.fu-about__inner {
	margin: 0 auto;
	max-width: 920px;
	text-align: center;
}

.fu-about__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.6rem, 2.7vw, 1.8rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fu-about__text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.85;
	margin: 0 auto 34px;
	max-width: 56rem;
}

.fu-about__stats {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto 34px;
	max-width: 860px;
}

.fu-about__value {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.05;
}

.fu-about__label {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: 1.35;
	margin-top: 8px;
}

.fu-about__prefix {
	margin-right: 3px;
}

.fu-about__button {
	align-items: center;
	background: var(--e-global-color-primary);
	border: 0;
	border-radius: 18px;
	color: var(--e-global-color-05cdd63);
	display: inline-flex;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	justify-content: center;
	min-height: 44px;
	padding: 8px 28px;
	text-decoration: none;
	transition: transform 180ms ease, filter 180ms ease;
}

.fu-about__button:hover,
.fu-about__button:focus-visible {
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.fu-about__button:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.62), 0 0 0 7px var(--e-global-color-primary);
}

.fu-reviews {
	background: var(--e-global-color-05cdd63);
	padding: 90px 0;
}

.fu-reviews__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.4rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.15;
	margin: 0;
}

.fu-review-slider {
	--fu-review-arrow-size: 48px;
	--fu-review-arrow-gutter: 20px;
	--fu-review-gap: 28px;
	--fu-review-visible: 3;
	position: relative;
	padding-left: calc(var(--fu-review-arrow-size) + var(--fu-review-arrow-gutter));
	padding-right: calc(var(--fu-review-arrow-size) + var(--fu-review-arrow-gutter));
}

.fu-review-viewport {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.fu-review-viewport:focus,
.fu-review-viewport:focus-visible {
	border-radius: 18px;
	outline: none;
}

.fu-review-viewport::-webkit-scrollbar {
	display: none;
}

.fu-review-track {
	display: flex;
	gap: var(--fu-review-gap);
	padding: 6px 0 10px;
}

.fu-review-card {
	flex: 0 0 calc((100% - (var(--fu-review-visible) - 1) * var(--fu-review-gap)) / var(--fu-review-visible));
	scroll-snap-align: start;
}

.fu-review-card__inner {
	align-items: center;
	background: #F2F2F294;
	border: 1px solid rgba(9, 22, 28, 0.08);
	border-radius: 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 230px;
	padding: 34px 28px;
	text-align: center;
}

.fu-review-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 18px;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.7;
	margin: 0 0 18px;
	max-width: 36ch;
}

.fu-review-stars {
	color: #f2c311;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 12px;
}

.fu-review-author {
	color: rgba(9, 22, 28, 0.46);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
}

.fu-review-arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(9, 22, 28, 0.1);
	border-radius: 999px;
	box-shadow: 0 10px 18px rgba(9, 22, 28, 0.08);
	color: var(--e-global-color-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: var(--fu-review-arrow-size);
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, opacity 180ms ease;
	width: var(--fu-review-arrow-size);
	z-index: 2;
}

.fu-review-arrow span {
	position: relative;
	top: -2px;
}

.fu-review-arrow--prev {
	left: 0;
}

.fu-review-arrow--next {
	right: 0;
}

.fu-review-arrow:hover {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-05cdd63);
}

.fu-review-arrow[disabled] {
	cursor: default;
	opacity: 0.35;
}

.fu-review-dots {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.fu-review-dot {
	background: rgba(9, 22, 28, 0.18);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: transform 180ms ease, background-color 180ms ease;
	width: 10px;
}

.fu-review-dot.is-active {
	background: var(--e-global-color-primary);
	transform: scale(1.1);
}

.fu-review-dot:focus,
.fu-review-dot:focus-visible {
	outline: none;
}

.fu-tips {
	background: var(--e-global-color-7a9eb55);
	padding: 50px 0;
}

.fu-tips__header {
	margin: 0 auto 26px;
	max-width: 920px;
	text-align: center;
}

.fu-tips__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: clamp(1.8rem, 4vw, 1.8rem);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1.08;
	margin: 0;
}

.fu-tips__subtitle {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	margin: 10px 0 0;
}

.fu-tips-slider {
	--fu-tips-gap: 20px;
	--fu-tips-card-width: min(460px, 82vw);
	--fu-tips-arrow-size: 52px;
	--fu-tips-arrow-offset: clamp(12px, 6vw, 15%);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 100vw;
}

.fu-tips-viewport {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-x: auto;
	overflow-y: visible;
	overscroll-behavior-x: none;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 1025px) {
	.fu-tips-viewport {
		/* Keep page scroll fully native on desktop.
		   Horizontal navigation remains available via arrows and programmatic scroll. */
		overflow-x: hidden;
	}
}

.fu-tips-viewport::-webkit-scrollbar {
	display: none;
}

.fu-tips-track {
	display: flex;
	gap: var(--fu-tips-gap);
	padding: 44px calc(50% - (var(--fu-tips-card-width) / 2));
}

.fu-tips-card {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 var(--fu-tips-card-width);
	height: clamp(400px, 50vw, 550px);
	overflow: hidden;
	position: relative;
	scroll-snap-align: center;
	transform: scale(1);
	transition: transform 0.6s ease;
	will-change: transform;
}

.fu-tips-card.is-active {
	z-index: 1;
}

.fu-tips-link {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.fu-tips-media {
	height: 100%;
	width: 100%;
	background: #e5e5e5;
}

.fu-tips-img {
	display: block;
	height: 105% !important;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 105%;
}

.fu-tips-img--fallback {
	background: rgba(0, 0, 0, 0.18);
	height: 100%;
	width: 100%;
}

.fu-tips-overlay {
	background: linear-gradient(0deg, rgba(12, 26, 34, 0.9) 0, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	left: 0;
	padding: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	transform: translateY(58px);
	opacity: 0;
	transition: transform 0.7s ease, opacity 0.45s ease;
}

.fu-tips-card.is-active .fu-tips-overlay {
	opacity: 1;
	transform: translateY(0);
}

.fu-tips-category {
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.fu-tips-category a {
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.fu-tips-category a:hover {
	color: var(--e-global-color-primary);
}

.fu-tips-name {
	color: rgba(255, 255, 255, 0.96);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}

.fu-tips-arrow {
	align-items: center;
	background: var(--e-global-color-05cdd63);
	border: 0;
	border-radius: 999px;
	color: var(--e-global-color-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 36px;
	height: var(--fu-tips-arrow-size);
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: color 0.3s ease;
	width: var(--fu-tips-arrow-size);
	z-index: 3;
}

.fu-tips-arrow::before {
	content: '';
	position: absolute;
	background-color: var(--e-global-color-primary);
	left: -60%;
	top: 0;
	width: 0;
	height: 100%;
	transform: skewX(45deg);
	transition: all 300ms ease;
	z-index: -1;
}

.fu-tips-arrow span {
	position: relative;
	top: -2px;
}

.fu-tips-arrow:hover {
	color: var(--e-global-color-05cdd63);
}

.fu-tips-arrow:hover::before {
	width: 400%;
}

.fu-tips-arrow--prev {
	left: var(--fu-tips-arrow-offset);
}

.fu-tips-arrow--next {
	right: var(--fu-tips-arrow-offset);
}

@media (min-width: 768px) {
	.fu-tips {
		padding: clamp(62px, 8vw, 84px) 0;
	}

	.fu-tips-slider {
		--fu-tips-card-width: clamp(420px, 34vw, 520px);
	}

	.fu-tips-card.is-active {
		transform: scale(1.14);
	}
}

.fu-resources {
	isolation: isolate;
	padding: 100px 0;
	position: relative;
}

.fu-resources::before {
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(228, 240, 251, 0.96) 48%, rgba(213, 230, 246, 0.98) 100%),
		repeating-linear-gradient(96deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 16px, rgba(255, 255, 255, 0.22) 16px, rgba(255, 255, 255, 0.22) 20px);
	content: '';
	inset: 0;
	opacity: 1;
	position: absolute;
	z-index: 0;
}

.fu-resources .fu-section-title {
	color: var(--e-global-color-primary);
}

.fu-resource-slider {
	--fu-resource-arrow-size: 40px;
	--fu-resource-arrow-gutter: 20px;
	--fu-resource-arrow-top: 40%;
	display: block;
	padding-left: calc(var(--fu-resource-arrow-size) + var(--fu-resource-arrow-gutter));
	padding-right: calc(var(--fu-resource-arrow-size) + var(--fu-resource-arrow-gutter));
	position: relative;
}


.fu-resource-viewport {
	overflow: hidden;
}

.fu-resource-track {
	display: flex;
	transition: transform 360ms ease;
	will-change: transform;
}

.fu-resource-card {
	box-sizing: border-box;
	flex: 0 0 33.3333%;
	min-width: 0;
	padding: 0 18px;
}

.fu-resource-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.fu-resource-media {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
}

.fu-resources .fu-resource-media img {
	filter: drop-shadow(0 16px 14px rgba(34, 53, 91, 0.16));
	height: auto;
	max-height: 190px;
	max-width: clamp(160px, 18vw, 180px);
	object-fit: contain;
	width: 100%;
}

.fu-resource-body {
	padding: 8px 12px 0;
	text-align: center;
}

.fu-resource-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: clamp(1.15rem, 2.1vw, 1.4rem);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 1.3;
    margin: 10px 0 0 0;
}

.fu-resource-arrow {
	align-items: center;
	background: rgba(159, 159, 159, 0.82);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 18px rgba(70, 91, 116, 0.12);
	color: #14283c;
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: var(--fu-resource-arrow-size);
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: var(--fu-resource-arrow-top);
	transform: translateY(-50%);
	transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
	width: var(--fu-resource-arrow-size);
	z-index: 2;
}
.fu-resource-arrow span{
    position: relative;
    top: -3px;
}
.fu-resource-arrow--prev {
	left: 0;
}

.fu-resource-arrow--next {
	right: 0;
}

.fu-resource-arrow:hover {
	background: rgba(28, 65, 141, 1);
}


.fu-resource-arrow[disabled] {
	cursor: default;
	opacity: 0.45;
}

.fu-contact {
	background: var(--e-global-color-7a9eb55);
	padding: 56px 0 72px;
}

.fu-contact__inner {
	background: var(--e-global-color-primary);
	border-radius: 32px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	padding: 36px;
}

.fu-contact__copy {
	color: var(--e-global-color-05cdd63);
}

.fu-contact__text {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.6;
	margin: 16px 0 0;
	max-width: 32rem;
}

.fu-contact__form {
    min-width: 0;
    width: 100%;
    max-width: 560px;
    margin: 10px auto 0 auto;
}

.fu-contact__form #front-page-hubspot-form {
	min-height: 1px;
	width: 100%;
}

.fu-contact__form .hs-form,
.fu-contact__form .hbspt-form {
	width: 100%;
}

.fu-contact__form .hs-form-field {
	margin-bottom: 16px;
}

.fu-contact__form label {
	color: var(--e-global-color-05cdd63);
	display: block;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.fu-contact__form input,
.fu-contact__form select,
.fu-contact__form textarea {
	appearance: none;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(8, 28, 33, 0.12);
	border-radius: 16px;
	box-sizing: border-box;
	color: #173038;
	font: inherit;
	min-height: 52px;
	padding: 14px 16px;
	width: 100%;
}

.fu-contact__form textarea {
	min-height: 132px;
	resize: vertical;
}

.fu-contact__form input:focus,
.fu-contact__form select:focus,
.fu-contact__form textarea:focus {
	border-color: rgba(255, 255, 255, 0.56);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
	outline: none;
}

.fu-contact__form .hs-button,
.fu-contact__form input[type='submit'] {
	background: var(--e-global-color-secondary);
	border: 0;
	border-radius: 999px;
	color: var(--e-global-color-05cdd63);
	cursor: pointer;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: 1rem;
	font-weight: 600;
	min-height: 52px;
	padding: 0 28px;
	transition: filter 180ms ease, transform 180ms ease;
}

.fu-contact__form .hs-button:hover,
.fu-contact__form .hs-button:focus-visible,
.fu-contact__form input[type='submit']:hover,
.fu-contact__form input[type='submit']:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.fu-contact__form .hs-error-msg,
.fu-contact__form .hs-form-required {
	color: #ffe6e6;
}

.fu-contact__form ul,
.fu-contact__form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.fu-about__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 640px;
	}

	.fu-resource-card {
		flex-basis: 50%;
	}

	.fu-contact__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.fu-projects-slider {
		height: var(--fu-projects-height-mobile, clamp(700px, 90svh, 1020px));
		min-height: 700px;
	}
	.fu-projects-overlay {
		background: linear-gradient(
			180deg,
			rgba(14, 32, 39, 0.62) 0%,
			rgba(14, 32, 39, 0.36) 55%,
			rgba(14, 32, 39, 0.12) 100%
		);
	}

	.fu-projects-content {
		margin: 0 auto;
		max-width: 340px;
		text-align: center;
	}

	.fu-projects-title {
		font-size: 18px;
	}
    .fu-projects-dots {
        bottom: 16px;
        flex-direction: row;
        gap: 18px;
        left: auto;
        padding: 8px 10px;
        right: 0;
        top: auto;
        transform: none;
        width: 100%;
        justify-content: center;
        z-index: 5;
    }
	.fu-about {
		padding: 48px 0;
	}

	.fu-about__stats {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fu-reviews {
		padding: 48px 0;
	}

	.fu-review-slider {
		--fu-review-arrow-size: 44px;
		--fu-review-arrow-gutter: 10px;
		--fu-review-gap: 18px;
		padding-left: calc(var(--fu-review-arrow-size) + var(--fu-review-arrow-gutter));
		padding-right: calc(var(--fu-review-arrow-size) + var(--fu-review-arrow-gutter));
	}

	.fu-review-card__inner {
		padding: 26px 20px;
		min-height: 210px;
	}

	.fu-resources,
	.fu-contact {
		padding: 48px 0;
	}

	.fu-section-shell {
		padding: 0 12px;
	}

	.fu-resource-slider {
		--fu-resource-arrow-size: 44px;
		--fu-resource-arrow-gutter: 10px;
		padding-left: calc(var(--fu-resource-arrow-size) + var(--fu-resource-arrow-gutter));
		padding-right: calc(var(--fu-resource-arrow-size) + var(--fu-resource-arrow-gutter));
	}

	.fu-resource-card {
		flex-basis: 100%;
		padding: 0 10px;
	}

	.fu-resource-media {
		padding: 0 8px;
	}

	.fu-resource-name {
		font-size: 1.1rem;
	}

	.fu-resource-arrow {
		height: var(--fu-resource-arrow-size);
		width: var(--fu-resource-arrow-size);
	}

	.fu-resource-media img {
		max-height: 320px;
		max-width: clamp(150px, 60vw, 190px);
	}

	.fu-contact__inner {
		border-radius: 24px;
		padding: 24px 20px;
	}
}

#uc_bold_customer_reviews_elementor_ba5d458-wrapper {
	min-height: 1px;
	height: auto !important;
	min-height: unset !important;
	overflow: visible;
}

#uc_bold_customer_reviews_elementor_ba5d458 {
	display: block;
	height: auto !important;
	min-height: unset !important;
	margin: 0 auto;
	max-width: 1140px;
	padding: 8px 32px 56px;
	position: relative;
	visibility: visible;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-stage-outer {
	display: block;
	min-height: 100%;
	overflow: hidden;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-stage {
	display: flex;
	align-items: stretch;
	min-height: 260px;
	visibility: visible;
	will-change: transform;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-item {
	box-sizing: border-box;
	flex: 0 0 auto;
	min-height: 240px;
	padding: 8px 0;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_item {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 224px;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	text-align: center;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_item * {
	transition: all 300ms;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_item.uc_active,
#uc_bold_customer_reviews_elementor_ba5d458 .uc_active {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
	z-index: 2;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_review {
	align-self: stretch;
	background: #fff;
	background-color: rgb(242 242 242 / 58%);
	border: 1px solid #ececec;
	border-radius: 12px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 224px;
	padding: 28px 24px 20px;
	margin: 10px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_review a {
	display: inline;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_author_link,
#uc_bold_customer_reviews_elementor_ba5d458 .uc_author {
	order: 3;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_author {
	display: block;
	color: #a3a5a8;
	font-size: 16px;
	margin-top: 14px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_star_container {
	order: 2;
	margin-top: 15px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_icon {
	color: #f2c311;
	display: flex;
	flex-direction: row;
	font-size: 22px;
	gap: 0;
	justify-content: center;
}

#uc_bold_customer_reviews_elementor_ba5d458 .uc_content {
	color: #474c51;
	margin-bottom: 0;
	margin-top: 15px;
	order: 1;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-nav {
	pointer-events: none;
	position: absolute;
	inset: calc(50% - 22px) 0 auto 0;
	transform: translateY(-50%);
	z-index: 4;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-nav .owl-prev,
#uc_bold_customer_reviews_elementor_ba5d458 .owl-nav .owl-next {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	color: #111;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	pointer-events: auto;
	position: absolute;
	text-align: center;
	width: 44px;
	z-index: 5;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-nav .owl-prev {
	left: -22px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-nav .owl-next {
	right: -22px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-dots {
	display: block;
	margin-top: 18px;
	text-align: center;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-dot {
	background: transparent;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	opacity: 1;
	outline: none;
	padding: 4px;
	position: relative;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-dot span {
	background: rgba(17, 17, 17, 0.24);
	border-radius: 999px;
	display: block;
	height: 10px;
	width: 10px;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-dot.active span {
	background: #111;
}

#uc_bold_customer_reviews_elementor_ba5d458 .owl-dot.active,
#uc_bold_customer_reviews_elementor_ba5d458 .owl-dot:hover {
	transition: all 0.25s ease-out 0s;
}
@media (max-width: 767px) {
	#uc_bold_customer_reviews_elementor_ba5d458 {
		max-width: 319px;
	}
}
.mt-0{
	margin-top: 0 !important;
}
@media (max-width: 1290px) and (min-width: 768px){
	.fu-projects-content {
    padding-left: 80px;
	}
}
@media (max-width: 767px){
	.fu-projects-subtitle {
    font-size: clamp(14px, 6vw, 32px);
	}
	    .fu-projects-title {
        font-size: 19px;
    }
}
@media (max-width: 575px){
	.fu-about__title {
    font-size: clamp(1.2rem, 2.7vw, 1.8rem);
	}
	.fu-about__value {
    font-size: clamp(1.3rem, 3vw, 2rem);
	}
	.fu-hero-content{
		text-align: center;
	}
	.fu-projects-slider {
		height: var(--fu-projects-height-mobile, clamp(580px, 80svh, 1020px));
		min-height: 580px;
	}
	.fu-section-title, .fu-contact__title {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
	}
	.fu-section-kicker {
    font-size: 1.1rem;
	}
	.fu-resource-arrow {
        height: 30px;
        width: 30px;
		    font-size: 1.7rem;
    }
	.fu-resource-body {
    padding: 8px 0 0;
	}
	.fu-tips__header {
    margin: 0 auto -20px;
	}
    .fu-tips-arrow {
        height: 38px;
        width: 38px;
        font-size: 28px;
    }
	.fu-tips-arrow--prev {
    left: 5px;
	}
	.fu-tips-arrow--next {
    right: 5px;
	}
	.fu-tips-name {
    font-size: clamp(24px, 2vw, 28px);
	}
	.fu-tips__title {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    margin: 0 auto;
    padding: 0 10px;
	}
	.fu-section-header {
    margin: 0 auto 20px;
	}
	.fu-review-arrow {
		font-size: 1.7rem;
		height: 35px;
		width: 35px;
	}
	.fu-review-text {
    font-size: 16px;
	}
	.fu-review-stars {
    font-size: 1rem;
	}
	.fu-review-author {
    	font-size: 0.8rem;
	}
	.fu-review-slider{
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (min-width: 1025px) {
	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children {
		position: relative;
	}

	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children > .sub-menu {
		display: block !important;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		transform: translateY(8px);
		transition: opacity 150ms ease, transform 150ms ease, visibility 0s linear 150ms;
		visibility: hidden;
		z-index: 9999;
	}

	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children:hover > .sub-menu,
	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		transition-delay: 0s;
		visibility: visible;
	}

	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children > a .sub-arrow svg {
		transform: rotate(0deg);
		transition: transform 150ms ease;
	}

	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children:hover > a .sub-arrow svg,
	.elementor-nav-menu--main .elementor-nav-menu > li.menu-item-has-children:focus-within > a .sub-arrow svg {
		transform: rotate(180deg);
	}
}

/* Fixed header (WordPress/Elementor):
   - Stays above hero overlays/dots
   - Respects WP admin bar when logged in
   - Keeps anchor navigation from hiding headings under the header */
:root {
	--fu-header-height: 0px;
	--fu-admin-bar-height: 0px;
}

body.admin-bar {
	--fu-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

html {
	scroll-padding-top: calc(var(--fu-header-height) + var(--fu-admin-bar-height));
}

section[id] {
	scroll-margin-top: calc(var(--fu-header-height) + var(--fu-admin-bar-height) + 12px);
}

header.elementor-location-header {
	left: 0;
	position: fixed;
	right: 0;
	top: var(--fu-admin-bar-height);
	width: 100%;
	z-index: 10000;
}
.fu-hero{
	margin-top: 100px;
}
@media (max-width: 767px){
.fu-hero{
	margin-top: 80px;
}
}
@media (max-width: 500px){
	.elementor-88 .elementor-element.elementor-element-6c1ac14 .elementor-button {
        left: -50px;
		position: relative;
		font-size: 15px;
    }
	#uc_fullscreen_navigation_menu_elementor_2217fd4 .ue_hamburger{
		right: -5px !important;
	}
}
@media (max-width: 400px){
	.elementor-88 .elementor-element.elementor-element-6c1ac14 .elementor-button {
        left: -80px;
    }
}
@media (max-width: 360px){
	.elementor-88 .elementor-element.elementor-element-6c1ac14 .elementor-button {
        left: -90px;
    }
		#uc_fullscreen_navigation_menu_elementor_2217fd4 .ue_hamburger{
		right: -10px !important;
	}
}

/* Botón flotante de WhatsApp propio (reemplaza al plugin whatsapp-for-wordpress: sin CSS/JS extra). */
.fu-wa {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
	display: flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 22px;
	transition: transform 180ms ease, filter 180ms ease;
	width: 56px;
	z-index: 9999;
}

.fu-wa:hover,
.fu-wa:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-2px);
}

.fu-wa__icon {
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;
	background-size: 30px auto;
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.fu-wa {
		bottom: 16px;
		height: 52px;
		right: 16px;
		width: 52px;
	}
}