/* Home em blocos — página 22992 */

.ft1-home-blocos .ft1-home-hero,
.ft1-home-blocos .ft1-hero-slider {
	border-radius: 0;
}

.ft1-home-blocos.template-slider #Header_wrapper,
.ft1-home-blocos.template-slider .mfn-header-tmpl.mfn-header-main {
	background: transparent !important;
	box-shadow: none !important;
}

.ft1-home-blocos.template-slider #Header_wrapper .mfn-header-tmpl-builder,
.ft1-home-blocos.template-slider .mfn-header-tmpl-builder {
	background: transparent !important;
}

.ft1-home-blocos .ft1-home-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 20px;
}

.ft1-home-blocos .ft1-home-section--cta {
	padding-top: 32px;
	padding-bottom: 32px;
}

.ft1-home-blocos .ft1-home-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 32px 36px;
	border-radius: 16px;
	background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
	color: #fff;
}

.ft1-home-blocos .ft1-home-cta__texto h2 {
	margin: 0 0 8px;
	font-size: clamp(22px, 3vw, 28px);
	color: #fff;
}

.ft1-home-blocos .ft1-home-cta__texto p {
	margin: 0;
	opacity: 0.9;
	max-width: 560px;
}

.ft1-home-blocos .ft1-home-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: 999px;
	background: #a8cf45;
	color: #111827;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.ft1-home-blocos .ft1-home-cta__btn:hover {
	opacity: 0.92;
	color: #111827;
}

.ft1-home-blocos .ft1-home-section .wp-block-heading {
	margin-bottom: 0.5rem;
}

.ft1-home-blocos .ft1-home-section .wp-block-woocommerce-product-collection {
	margin-top: 0;
}

/* Depoimentos */
.ft1-depoimentos {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px 48px;
}

.ft1-depoimentos__titulo {
	text-align: center;
	margin: 0 0 28px;
	font-size: clamp(22px, 3vw, 30px);
}

.ft1-depoimentos__swiper {
	position: relative;
	padding: 0 48px 40px;
}

.ft1-depoimentos__card {
	margin: 0;
	padding: 28px 32px;
	border-radius: 16px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	text-align: center;
}

.ft1-depoimentos__estrelas {
	color: #f59e0b;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.ft1-depoimentos__texto {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.6;
	color: #374151;
}

.ft1-depoimentos__nome {
	display: block;
	font-size: 15px;
}

.ft1-depoimentos__cargo {
	display: block;
	font-size: 13px;
	color: #6b7280;
	margin-top: 4px;
}

.ft1-depoimentos__pagination {
	bottom: 0 !important;
}

.ft1-depoimentos__prev,
.ft1-depoimentos__next {
	color: #111827;
}

@media (max-width: 640px) {
	.ft1-home-blocos .ft1-home-cta {
		padding: 24px;
	}

	.ft1-depoimentos__swiper {
		padding: 0 36px 40px;
	}
}
