@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Regular.otf) format('opentype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Bold.otf) format('opentype');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Light.otf) format('opentype');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Black.otf) format('opentype');
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Semibold.otf) format('opentype');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-Thin.otf) format('opentype');
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-LightItalic.otf) format('opentype');
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-RegularItalic.otf) format('opentype');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-SemiboldItalic.otf) format('opentype');
	font-weight: 600;
	font-style: italic
}

@font-face {
	font-family: Titillium;
	src: url(/assets/fonts/Titillium/Titillium-ThinItalic.otf) format('opentype');
	font-weight: 100;
	font-style: italic
}

:root {
	--bg-card-gray: #F7F7F7;
	--white: #fff;
	--orange: #f47821;
	--gray: #a4a4a4;
	--border-gray: #ccc;
	--font-color: #7f7f7f;
	--color: #246744;
	--td-color: #FCFCFC;
	--td-foot-color: #ccc;
	--badge: #5BE787;
	--badge-color: #3B9659;
	--bg-black: #141414;
	--bg-main: #141414;
	--bg-footer: #333;
	--bg-diagnostic: #333;
	--bg-light-gray: #eee;
	--bg-smart-gray: #dcdcdc;
	--bg-green: #4ACE89;
	--green-light: #52EE9D;
	--green: #25d366;
	--btn-gray: #666;
	--bg-orange: #FD9C4D;
	--gradient: radial-gradient(ellipse at bottom right,
			rgba(255, 255, 255, 0.25) 0%,
			rgba(255, 255, 255, 0.05) 40%,
			transparent 80%);
	--bg-gradient: linear-gradient(to top,
			rgba(0, 0, 0, 0.8) 30%,
			rgba(0, 0, 0, 0) 100%);
	--active-gradient: linear-gradient(to top,
			rgba(244, 120, 33, 1) 0%,
			rgba(244, 120, 33, 1) 20%,
			rgba(244, 120, 33, 0) 80%,
			rgba(244, 120, 33, 0) 100%);
	--timeline-gradient: linear-gradient(to top,
			rgba(0, 0, 0, 0.8) 30%,
			rgba(0, 0, 0, 0) 100%);
	--timeline-active-gradient: linear-gradient(to top,
			rgba(244, 120, 33, 1) 0%,
			rgba(244, 120, 33, 1) 20%,
			rgba(244, 120, 33, 0) 80%,
			rgba(244, 120, 33, 0) 100%)
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Titillium, sans-serif
}

body {
	background-color: var(--bg-main)
}

section {
	padding: 28px 8%
}

#about_asset_transformation {
	display: flex;
	background: var(--white);
	height: auto
}

#about_asset_transformation .btn-default-gray {
	position: absolute;
	top: -10%
}

.is-mobile {
	display: none;
}

.asset-transformation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
	gap: calc(2rem * .8)
}

.asset-transformation-text {
	width: 50%
}

.asset-transformation-text h1 {
	font-size: calc(3rem * .8);
	font-weight: 300;
	line-height: 1.1
}

.asset-transformation-text h2 {
	font-size: calc(1.5rem * .8);
	color: var(--gray);
	margin: 25px 0 60px 0
}

.asset-transformation-text p {
	opacity: 0.6;
	margin-top: -20px;
}

.asset-transformation-img img {
	width: calc(440px * .8);
	height: calc(480px * .8);
	border-radius: 16px
}

.transformation-solution .asset-transformation-img {
	width: 500px;
	height: 320px;
	border-radius: 16px;
	background: var(--bg-card-gray);
	display: flex;
	align-items: center;
	justify-content: center;
}
.transformation-solution .asset-transformation-img  img {
	width: 300px;
	height: 220px;
}

.transformation-solution {
	border-bottom: 1px solid var(--gray);
}

#about_data {
	background: var(--bg-light-gray);
	height: auto
}


.data-header {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.data-header img {
	width: 100px
}

.data-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
	gap: calc(5rem * .8)
}

.text-carousel {
	width: 100%;             /* ocupa 100% do container */
  	max-width:1200px;
	overflow: hidden;
	position: relative;
	cursor: grab
}

.text-carousel-wrapper {
	display: flex;
    transition: none; /* JS controla a transição */
    will-change: transform;
}

.text-item {
	flex: 0 0 100%;          /* cada slide ocupa 100% da largura do carousel */
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; /* centraliza conteúdo interno */
  text-align: center;
  user-select: none;
  gap: 3rem;
}

.about-text-carousel-content {
	text-align: center;
	line-height: 1
}

.about-text-carousel-content h1 {
	font-size: 4rem;
	font-weight: 300
}

.about-text-carousel-content h1 strong {
	font-size: calc(12rem * .8)
}

.about-text-carousel-content {
	font-size: calc(1.3rem * .8);
	font-weight: 500
}

.about-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	gap: 8px
}

.about-dot {
	width: calc(12px * .8);
	height: calc(12px * .8);
	border-radius: 50%;
	background-color: var(--orange);
	cursor: pointer;
	position: relative;
	transition: all .3s
}

.about-dot.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(20px * .8);
	height: calc(20px * .8);
	border: 2px solid var(--orange);
	border-radius: 50%;
	transform: translate(-50%, -50%)
}

#about_information {
	height: calc(150px * .8);
	background: var(--white);
	font-weight: 700;
	margin-top: -70px
}

.container-information {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.information-content {
	display: flex;
	align-items: center;
}

#about_investors {
	background-color: var(--white)
}

.investors-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
	/* height: 600px; */
}

.investors-header {
	margin-bottom: 70px;
	align-items: start;
}

.investors-header h1 {
	font-weight: 300;
	line-height: 1.1;
	font-size: 2rem
}

.investors-logos {
	display: flex;
	flex-direction: row;
	gap: 8rem;
	align-items: center;
	justify-content: center
}

.investors-logo img {
	width: calc(120px * .8)
}

.logo-money img {
	width: calc(280px * .8);
	height: calc(280px * .8);
	border: 2px solid var(--border-gray);
	border-radius: 20px
}

#about_marketplace {
	display: flex;
	flex-direction: column;
	background: var(--white);
	height: auto;
	border-top: 1px solid #ccc
}

.marketplace-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 0 0;
	gap: 2rem
}

.marketplace-text {
	width: 50%;
	text-align: justify;
}

.marketplace-text h1 {
	font-size: calc(3rem * .8);
	font-weight: 300;
	line-height: 1.1
}

.marketplace-text h2 {
	font-size: 1.5rem;
	color: var(--gray);
	margin: 25px 0 60px 0
}

.marketplace-text p {
	margin-top: -30px;
	opacity: .7;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
	font-size: .9rem;
}

.marketplace-img img {
	width: 575px;
	height: calc(480px * .8);
	border-radius: 16px;
	object-fit: cover; 
}
.marketplace-img-mobile {
	display: none;
}

.about-mission {
	display: flex;
	flex-direction: row;
	margin-top: 45px;
	gap: 2rem;
}

.vision-mission {
	width: 300px;
	height: 560px;
	min-height: 560px;
	margin-bottom: -35px;
}
.mission {
	background: var(--white);
	border-top: 2px solid #000;     
	border-left: 2px solid #000;    
	border-right: 2px solid #000;   
	border-bottom: none;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 1.5rem;
}
.mission p {
	opacity: .7;
	margin-bottom: 20px;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
.mission-header {
	display: flex;
	justify-content: space-between;
    align-items: end;
	margin-bottom: 20px;
}
.mission-header img {
	width: 100px;
}
.vision {
	height: 190px;
	background: var(--orange);
	color: var(--white);
	border-bottom: 2px solid var(--orange);     
	border-left: 2px solid var(--orange);    
	border-right: 2px solid var(--orange);   
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 1.5rem;
}
.vision h2 {
	margin: 10px 0 15px 0;
}
.vision p {
	margin-bottom: 40px;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
.about-values {
	width: 520px;
	max-width: 520px;
	border-radius: 20px;
	background: var(--bg-footer);
	color: var(--white);
	padding: 1.5rem;
	height: 520px;
	max-height: 540px;
}
.values-header {
	display: flex;
	justify-content: space-between;
    align-items: end;
	margin: 30px 0 40px 0;
}
.values-header img {
	width: 100px;
}
.about-values p {
	margin-bottom: 15px;
	font-weight: 600;
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
.value-subtitle {
	opacity: .5;
}


.about-diagnostic {
	width: 450px;
	border-radius: 20px;
	background: var(--white);
	border: 2px solid var(--td-foot-color);
	padding: 3rem;
	height: 520px;
	max-height: 520px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.about-diagnostic p {
	color: var(--font-color);
	font-weight: 600;
	font-size: 1.3rem;
}

.pulse-button {
  width: 50px;
  height: 50px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 15px;
}

.pulse-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 126, 37, 0.4); /* mesma cor com transparência */
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pulse-button:hover::before {
  animation: pulse-ring 1.5s ease-out infinite;
  opacity: 1;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}


#about_sustainability {
	height: auto;
	background: var(--bg-green);
	color: var(--color)
}

.sustainability-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 50px 0;
}

.sustainability-content h1 {
	font-size: 5rem;
	font-weight: 300;
	line-height: 1
}

.sustainability-content h2 {
	margin: 0 0 50px 0;
	font-weight: 500;
}

.sustainability-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 5rem;
}

.sustainability-card h2{
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 5px;
	margin-top: -20px;
}
.sustainability-card p {
	font-size: .8rem;
}

.sustainability-card {
	width: 300px;
	height: 120px;
	padding: 25px;
	border: 2px solid var(--green-light);
	border-radius: 20px;
	margin: 50px 0 50px 0;
	text-align: center;
}

#about_sustainability span {
	color: var(--white)
}

.btn-default-orange a {
	text-decoration: none;
	color: var(--white);
}

#about_sustainability .btn-default-orange {
	background: var(--green-light);
	color: #246744
}
#about_sustainability .btn-default-orange:hover {
	box-shadow: 0 0 12px 5px rgba(7, 88, 37, 0.5);
}

/* Timeline - inicio */

#about_timeline {
	background: var(--white);
	padding: 28px 8%;
	display: none;
}

.timeline-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.timeline-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
}

.timeline-header h1 {
	font-weight: 300;
	line-height: 1.1;
	font-size: 2rem;
}

.timeline-wrapper {
	position: relative;
	padding-bottom: 60px;
	width: 100%;
	height: 600px;
}

.timeline-cards.owl-carousel {
	display: block;
}

.timeline-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.timeline-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	border-radius: 20px;
	width: 100%;
	max-width: 320px;
	height: 360px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.3s ease;
	margin: 0 auto;
}

.timeline-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timeline-card .card-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 20px;
	z-index: 2;
}

.timeline-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--timeline-gradient);
	z-index: 1;
	transition: background 0.3s ease, transform 0.3s ease;
}

.timeline-card.active::before {
	background: var(--timeline-active-gradient);
	transform: scale(1.1);
}

.timeline-card.active {
	transform: scale(1.05);
}

.timeline-card:hover {
	transform: scale(1.05);
}

.timeline-card:hover::before {
	background: var(--timeline-active-gradient);
	transform: scale(1.1);
}

.timeline-card h2 {
	margin: 10px 0;
	color: var(--white);
}

.timeline-card p {
	margin-bottom: 50px;
	color: var(--white);
}

.timeline-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 26.6rem;
	height: 2px;
	background: var(--bg-smart-gray);
	z-index: 99;
}

.timeline-connector {
	width: 2px;
	height: 70px;
	background: var(--bg-smart-gray);
	margin-top: -4px;
	align-self: center;
	transition: background 0.3s ease;
}

/* === AQUI ESTÁ O SEGREDO: pega o próximo .timeline-connector do card ativo === */
.timeline-card.active + .timeline-connector {
	background: var(--orange);
}

/* Hover momentâneo apenas visual */
.timeline-card:hover + .timeline-connector {
	background: var(--orange);
}

/* Timeline - fim */

#about_top_banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--bg-black);
	min-height: calc(100vh - 82px);
	margin-top: 60px;
	gap: calc(2rem * .8);
	color: var(--white);
	padding: calc(2rem * .8);
	overflow: visible
}

#about_top_banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--gradient);
	z-index: 0;
	pointer-events: none
}

.about-content {
	text-align: center
}

.about-content h1 {
	font-size: calc(4rem * .8);
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: calc(2rem * .8);
	text-align: center;
}

.about-content p {
	font-size: calc(1.2rem * .8);
	text-align: center;
}

#about_top_banner .btn-default-orange {
	position: fixed;
	top: 50%;
	right: -80px;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
	margin: 0;
	border-radius: 20px 20px 0 0; 
	z-index: 99;
}

#depoiments {
	background: var(--white);
	height: auto;
	display: none;
}

.depoiments-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
}

.depoiments-header {
	width: 100%;
	padding: 20px
}

.depoiments-header h1 {
	font-size: calc(2.5rem * .8);
	font-weight: 300;
	line-height: 1.1
}

.testimonial-card {
	max-width: calc(400px * .8);
	background: #fff;
	border-radius: 12px;
	padding: 20px
}

#depoiments .depoiments-text-carousel {
  overflow: hidden;
}
#depoiments .depoiments-text-carousel-wrapper {
  display: flex;
  transition: scroll-left 0.3s, transform 0.3s;
}
#depoiments .depoiments-text-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box;
}

/* Cada cartão dentro do slide */
#depoiments .testimonial-card {
  flex: 0 0 48%;          /* duplica dois cards lado a lado no desktop */
  max-width: 48%;
  border: 1px solid var(--border-color,#ddd);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}


.testimonial-photo {
	position: relative;
	display: flex;
	align-items: flex-end;
	border: 5px solid #f47821;
	overflow: hidden;
	width: calc(150px * .8);
	height: calc(150px * .8);
	border-radius: 20px;
	background-color: #f47821
}

.testimonial-photo img {
	width: 90%;
	height: 90%;
	object-fit: cover;
	display: block;
	border-radius: 20px
}

.testimonial-content {
	margin-top: 10px
}

.testimonial-content h3 {
	margin: 10px 0 4px;
	font-size: calc(1.4rem * .8);
	color: #333
}

.testimonial-position {
	margin: 0;
	font-size: calc(.85rem * .8);
	color: #777
}

.testimonial-text {
	margin-top: 15px;
	font-size: calc(.95rem * .8);
	color: #333;
	line-height: 1.4
}

.depoiments-text-carousel {
	width: calc(1200px * .8);
	overflow: hidden;
	position: relative;
	cursor: grab
}

.depoiments-text-carousel-wrapper {
	display: flex;
	transition: transform .3s ease
}

.depoiments-text-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: calc(1200px * .8);
	padding: 20px;
	box-sizing: border-box;
	user-select: none;
	gap: calc(3rem * .8)
}

.depoiments-about-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	gap: 8px
}

.depoiments-about-dot {
	width: calc(12px * .8);
	height: calc(12px * .8);
	border-radius: 50%;
	background-color: var(--orange);
	cursor: pointer;
	position: relative;
	transition: all .3s
}

.depoiments-about-dot.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(20px * .8);
	height: calc(20px * .8);
	border: 2px solid var(--orange);
	border-radius: 50%;
	transform: translate(-50%, -50%)
}


#graph {
	display: none;
  background: var(--white);
  border-top: 2px solid #ccc;
  height: auto;
} :contentReference[oaicite:0]{index=0}
.graph-mobile  { display: none; }

#graph.graph-case {
    border-top: none !important;
    border-bottom: 2px solid #ccc !important;
}

.graph-container {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px 0;
}
.graph-container .text-item {
	gap: 8rem;
}

.graph-card {
	background: var(--bg-orange);
	width: calc(560px * .8);
	height: calc(450px * .8);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.graph-content img {
	width: calc(460px * .8);
	height: calc(350px * .8)
}

#plans_table {
	background: var(--white)
}

.plans-header {
	display: flex;
	align-items: center;
	gap: calc(20rem * .8)
}

.plans-header img {
	height: calc(40px * .8)
}

.plans-header h1 {
	font-size: calc(2rem * .8);
	color: var(--font-color)
}

.plans-table {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px 0 70px 0
}

.plans-table table {
	background: #fff;
	width: 100%;
	border-spacing: 20px 15px
}

.plans-table table th {
	background: var(--orange);
	width: calc(800px /3);
	padding: 20px;
	border-radius: 20px;
	color: var(--white);
	font-size: calc(1.5rem * .8);
	font-weight: 400;
	border-spacing: 40px 0
}

.plans-table table td {
	background: var(--td-color);
	font-size: calc(1.2rem * .8);
	padding: 30px;
	border-radius: 20px;
	font-weight: 600;
	color: var(--font-color)
}

.plans-table table td.td-head {
	font-size: calc(.9rem * .8);
	font-weight: 300;
	color: #000
}

.plans-table table td.img-cell {
	text-align: center
}

.plans-table table td.td-footer {
	text-align: center;
	border: 2px solid var(--td-foot-color);
	padding: 0
}

.plans-table table td.td-footer:hover {
    border: 2px solid var(--orange);
}
.plans-table table td.td-footer:hover .table-btn {
    background: var(--orange);
    color: var(--white);
    transition: background 0.2s;
}

.td-footer {
	overflow: hidden
}

.td-footer span {
	color: var(--font-color);
	font-size: calc(2rem * .8)
}

.table-price {
	padding: 25px;
	color: var(--font-color);
}

.table-btn a {
	color: var(--white);
	text-decoration: none
}

.table-btn:hover {
	background: var(--orange)
}

.table-btn {
	background: var(--td-foot-color);
	padding: 15px
}

.plans-table table td.transparent,
.plans-table table th.transparent {
	background: 0 0
}

.plans-table table th.highlight {
	position: relative;
	/* padding-top: 30px */
}

.badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	background: var(--badge);
	color: var(--badge-color);
	padding: 8px 16px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: calc(.9rem * .8);
	font-weight: 600
}

.table-mobile {
	display: none;
}

#blog {
	background: var(--bg-diagnostic);
  	height: 800px;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	color: var(--white);
  margin: 2rem 0 5rem 0;
}

.blog-header h1 {
	font-weight: 400;
	font-size: calc(2.5rem * .8);
	line-height: 1.1
}

.blog-header span {
	color: var(--orange)
}

.blog-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: calc(3rem * .8);
	align-items: center;
	justify-content: center
}


.blog-card {
  position: relative;
  width: 550px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #111;
  flex: 1 1 300px;
  transition: border-bottom 0.3s ease; 
}

.blog-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Aplica o border no hover do card */
.blog-card:hover {
  border-bottom: 3px solid var(--bg-orange);
}


.blog-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(0, 0, 0, .8) 30%, rgba(0, 0, 0, 0));
	padding: calc(2rem * .8) calc(1.5rem * .8);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 2rem 1rem 2rem;
}

.blog-meta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: 100%;
    height: 20px;
    background-image: url(/img/lp-pro/icon-switch-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 0;
}
/* .blog-meta:hover::before {
    background-image: url(/img/lp-pro/ativo_8.png);
} */

.blog-category {
   background: var(--orange);
   color: var(--white);
   padding: 10px;
   border-radius: 30px;
   font-size: 12px;
}

.blog-title {
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: calc(.8rem * .8);
  	padding: 0 2rem 1rem 2rem;
}

.blog-description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 1rem;
  padding: 0 2rem 0 2rem;
  color: var(--font-color);
  line-height: 1.1;
  transition: none; 
}

/* Hover aplica transições suaves apenas na entrada */
.blog-card:hover .blog-description .blog-meta::before{
  max-height: 200px;
  opacity: 1;
  padding-bottom: 2rem;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
.blog-card:hover .blog-meta::before {
  background-image: url(/img/lp-pro/ativo_8.png);
}




/* Container dos dots do blog */
.owl-dots-blog {
    text-align: center;
    margin-top: 20px;
}

/* Dot base: laranja sólido */
.owl-dots-blog .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: var(--bg-orange);
    position: relative;
    transition: all 0.3s ease;
}

/* Dot ativo: anel laranja com centro branco */
.owl-dots-blog .owl-dot.active {
    background-color: var(--bg-orange);
    box-shadow: 0 0 0 2px var(--bg-orange);
}


#case_content {
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white)
}

.case-container {
	width: calc(1300px * .8);
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(2rem * .8);
	margin-top: 70px;
}
.case-container a{
	text-decoration: none;
}
.container-cards {
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	width: calc(300px * .8);
	height: calc(450px * .8);
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	transition: all .3s ease;
	overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: var(--active-gradient);
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
	z-index: 0
}

.case-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    z-index: 1;
    background: linear-gradient(to top, rgba(20,20,20,0.86) 30%, rgba(20,20,20,0.16) 90%);
    pointer-events: none;
}

.case-card:hover::after {
	opacity: 1
}
.case-card:hover::before {
    opacity: 0;
}

.case-card > * {
    position: relative;
    z-index: 2;
}


.case-card h1 {
	font-size: calc(1.4rem * .8);
	font-weight: 500;
	margin: 15px 0;
	z-index: 1;
	color: var(--white)
}

.case-card p {
	font-size: calc(.8rem * .8);
	margin-bottom: 15px;
	z-index: 1;
	color: var(--white)
}

.card-img {
	border: 5px solid var(--orange);
	border-radius: 50%;
	width: calc(150px * .8);
	height: calc(150px * .8);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	z-index: 1
}

.card-img img {
	width: calc(120px * .8);
	object-fit: contain
}

.btn-case {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transition: opacity .3s ease, height .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-black);
	border-radius: 50%;
	width: calc(60px * .8);
	margin-top: 15px;
	z-index: 1
}

.btn-case a {
	text-decoration: none;
	color: var(--white);
	font-size: calc(1.5rem * .8)
}

.case-card:hover .btn-case {
	opacity: 1;
	visibility: visible;
	height: calc(60px * .8)
}

.case-card:hover {
	transform: scale(1.1)
}

.case-card>img {
	display: none
}

#case_content {
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white)
}

.case-container {
	width: calc(1300px * .8);
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(2rem * .8);
	margin-top: 70px
}

#cases-movestock {
	background-color: var(--white);
	/* padding: calc(4rem * .8) calc(2rem * .8) */
}

.cases-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(3rem * .8);
	/* max-width: calc(1440px * .8); */
	margin: 50px auto
}

.cases-info {
	flex: 1;
	min-width: calc(300px * .8)
}

.cases-info h2 {
	font-size: calc(2.5rem * .8);
	font-weight: 500;
	color: #000
}

.cases-highlight {
	color: var(--orange)
}

.cases-description {
	color: #a4a4a4;
	font-size: calc(1.1rem * .8);
	margin-top: calc(1.5rem * .8);
	line-height: 1.6
}

#logos-carousel {
	margin-top: calc(2rem * .8)
}

.partners.new-carousel-item {
	display: flex;
	width: auto !important;
	justify-content: center;
	align-items: center;
	padding: 1rem ;
	max-height: 100px;
	height: 100px;
	text-align: center
}

.partners.new-carousel-item img {
	max-height: calc(80px * .8);
	max-width: 80px;
	object-fit: contain;
	transition: transform .3s ease
}

.partners.new-carousel-item img:hover {
	transform: scale(1.05)
}

.cases-image-box {
	width: 540px; 
	height: 288px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	background-image: url(/img/lp-pro/BG-Cases-Pro.jpg);
	background-size: cover;      /* Preenche toda a área */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat;
}

.cases-image-overlay {
	background: rgba(0, 0, 0, .5);
	color: var(--white);
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.cases-image-overlay h3 {
	font-size: calc(2.5rem * .8);
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 10px
}

.cases-image-overlay h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(3px * .8);
	width: 100%;
	background-color: var(--orange)
}

.cases-image-overlay h3 span {
	font-weight: 300
}

.cases-image-overlay strong {
	color: var(--orange);
	margin-left: calc(.5rem * .8);
	border: none
}

.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: calc(1.5rem * .8);
	gap: calc(.75rem * .8)
}

#logos-carousel .owl-dot {
	width: calc(10px * .8);
	height: calc(10px * .8);
	border-radius: 50%;
	background-color: var(--orange) !important;
	cursor: pointer;
	margin: 0 5px;
	border: none;
	transition: background .3s ease
}

#logos-carousel .owl-dot.active {
	background-color: var(--orange) !important;
	outline: 2px solid var(--orange);
	outline-offset: 3px
}

.owl-carousel .owl-item {
	flex: 0 0 auto !important
}

#contact {
	background: var(--white)
}

.contatct-container {
	margin: 50px
}

.contact-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px
}

.contact-header h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 20px
}

.header-mid-line {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: var(--gray);
	font-weight: 600;
	height: calc(80px * .8)
}

.contatct-phone {
	margin-top: 10px
}

.email-phone p a {
	text-decoration: none;
	color: var(--gray);
	border-bottom: 1px solid var(--gray)
}

.email-phone p a:hover {
	color: var(--orange);
	border-bottom: 1px solid var(--orange)
}

.header-mid-line img {
	height: calc(15px * .8)
}

.city {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 3px
}

.input-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: calc(2rem * .8)
}

.form-group {
	position: relative;
	width: calc(50% - calc(2rem * .8))
}

.form-group input {
	width: 100%;
	border: 2px solid var(--border-gray);
	border-radius: 999px;
	padding: calc(1.25rem * .8) calc(1rem * .8) calc(.5rem * .8) calc(1rem * .8);
	font-size: calc(1rem * .8);
	outline: 0;
	transition: border-color .3s
}

.form-group input:focus {
	border-color: var(--orange)
}

.form-group label {
	position: absolute;
	left: calc(1rem * .8);
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 0 calc(.25rem * .8);
	color: var(--gray);
	font-size: calc(1rem * .8);
	pointer-events: none;
	transition: all .2s ease
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
	top: 0;
	transform: translateY(-50%) scale(.85);
	color: var(--orange)
}

.form-group-textarea {
	position: relative;
	width: 100%;
	margin: calc(1.5rem * .8) 0
}

.form-group-textarea textarea {
	width: 100%;
	border: 2px solid var(--border-gray);
	border-radius: calc(1rem * .8);
	padding: calc(2rem * .8) calc(1rem * .8) calc(.5rem * .8) calc(1rem * .8);
	font-size: calc(1rem * .8);
	outline: 0;
	resize: vertical;
	min-height: calc(300px * .8);
	transition: border-color .3s
}

.form-group-textarea textarea:focus {
	border-color: var(--orange)
}

.form-group-textarea label {
	position: absolute;
	left: calc(1rem * .8);
	top: calc(1.5rem * .8);
	transform: translateY(-50%);
	background-color: var(--white);
	padding: 0 calc(.25rem * .8);
	color: var(--gray);
	font-size: calc(1rem * .8);
	pointer-events: none;
	transition: all .2s ease
}

.form-group-textarea textarea:focus+label,
.form-group-textarea textarea:not(:placeholder-shown)+label {
	top: 0;
	transform: translateY(-50%) scale(.85);
	color: var(--orange)
}

.contact-foot {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.contact-foot img {
	height: calc(40px * .8)
}

.submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row
}

.submit button {
	padding: 10px 35px;
	border-radius: 20px;
	background: var(--orange);
	color: var(--white);
	border: none;
	cursor: pointer;
	transition: all .3s ease
}

.submit button:hover {
	transform: scale(1.1)
}

.submit p {
	color: var(--gray);
	margin: 0 15px 0 5px;
	font-weight: 600
}

.submit a {
	text-decoration: none;
	color: var(--gray);
	border-bottom: 1px solid var(--gray)
}

.submit a:hover {
	color: var(--orange);
	border-bottom: 1px solid var(--orange)
}

.map-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px
}

.map-container p {
	font-size: calc(1rem * .8);
	color: var(--gray);
	font-weight: 600;
	margin-bottom: calc(.5rem * .8);
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.map-container p i {
	margin-right: calc(.5rem * .8)
}

#case_details {
	background: var(--white);
	display: flex
}

.details-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.details-header {
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	text-align: justify;
}

.details-header h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 20px
}

.details-header h2 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--gray)
}

.details-h2 {
	margin: 40px 0 10px 0
}

.details-header p {
	opacity: .6;
	font-size: .95rem;
	hyphens: auto;            /* browser tenta inserir hífens corretos */
	overflow-wrap: break-word; /* permite quebrar palavras antes de estourar o container */
	word-break: break-word;
}

.img-details {
	width: 520px;
	height: 380px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -20rem;
}

.img-details>img {
	display: none
}

.img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(160px * .8);
	height: calc(160px * .8);
	border-radius: 50%;
	border: 5px solid var(--orange);
	background-color: var(--white)
}

.img-container img {
	width: calc(130px * .8)
}

.details-results {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 0 10px 0;
	gap: .5rem;
}

.details-results img {
	width: 20px;
	height: 20px
}

.img-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.details-card {
	margin-top: 150px;
	display: flex;
	align-items: center;
	justify-content: center
}


.details-header-text>img {
	margin-top: 100px;
	width: calc(80px * .8)
}

.footer-wrapper.espaco-extra {
    margin-top: 500px;
}


#diagnostic {
	width: 100%;
	height: auto;
	background-color: var(--bg-diagnostic);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
  	border-bottom: 0.6px solid var(--font-color);
}

#diagnostic::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
	background: url(/img/lp-pro/banner-empilhadeira.png) no-repeat left center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none
}
#diagnostic + .footer-wrapper {
    margin-top: 600px; /* ou padding-top */
}


#diagnostic_content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 40px 0;
	margin-right: 150px;
	max-width: calc(600px * .8)
}

#diagnostic_content img {
	width: 60px;
}

#diagnostic_content h1 {
	font-size:calc(3rem * .8);
	font-weight: 300;
	line-height: 1.2;
	margin: 35px 0 20px 0;
	color: var(--white)
}

#diagnostic_content span {
	color: var(--orange)
}

#diagnostic_content p {
	color: var(--white);
	margin-bottom: 30px
}

#footer {
	width: 100%;
	height: calc(400px * .8);
	background: var(--bg-footer);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 8%;
	color: var(--white)
}

.footer-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.footer-logo {
	height: calc(40px * .8);
	margin-bottom: 200px
}

.footer-links {
	display: flex;
	flex-direction: row;
	gap: 4rem;
}
.td-footer a {
	text-decoration: none;   /* opcional: remove sublinhado */
	color: inherit;          /* mantém cor do texto */
	cursor: pointer;
	color: var(--white)
}

.footer-links a {
	font-size: 15px;
	text-decoration: none;
	color: var(--white)
}

.footer-center {
	margin-left: -200px;
  
}

.footer-center a {
	text-decoration: none;
	color: var(--white);
}

.footer-center p {
   font-size: .85rem;
   margin-bottom: 15px;
}

#footer .social-item a{
  color: var(--bg-diagnostic);
  background: var(--font-color);
}

#highlights {
	background: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* min-height: calc(100vh - 91px) */
	height: auto;
}

.highlights-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px 0;
  max-width: 1250px;
}

.highlights-text {
  flex: 1 1 35%;
  max-width: 35%;
}

.highlights-text h1 {
	font-size: calc(3rem * .8);
	line-height: 1.3;
  	font-weight: 300;
	margin-bottom: calc(1rem * .8)
}

.highlights-text h1 span {
	color: var(--orange)
}

.highlights-text h2 {
	font-size: calc(1.4rem * .8);
	margin-bottom: calc(1rem * .8);
	color: var(--gray)
}

.highlights-text p {
	font-size: calc(1rem * .8);
	line-height: 1.6;
	color: #444
}

/*cards */
.highlights-cards {
  flex: 1 1 65%;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible; /* <- garante que o scale apareça */
  position: relative;
}

.highlights-carousel.owl-carousel {
  width: 100%;
  overflow: visible;
}

.highlights-carousel .owl-stage {
  display: flex;
}


.highlights-carousel .owl-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  transition: transform 0.3s ease;
}

.highlights-carousel {
	display: flex;
	gap: calc(2rem * .8);
	flex-wrap: nowrap;
	justify-content: center;
	width: 600px
}

.highlight-card {
	position: relative;
	flex: 0 0 calc(300px * .8);
	height: calc(520px * .8);
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: var(--bg-gradient);
	color: var(--white);
	padding: calc(1rem * .8);
	cursor: pointer;
	text-align: center;
	transition: transform .3s ease;
	transform-origin: center bottom;
	margin-top: 8px; /* espaço reservado */
	transition: transform  0.3s ease;
}

.highlight-card img {
	position: absolute;
	inset: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: inherit
}

.highlight-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--bg-gradient);
	z-index: 1;
	border-radius: inherit;
	transition: transform .3s ease, background .3s ease;
	transform-origin: bottom center;
	transform: scale(1)
}

.highlight-content {
	position: relative;
	z-index: 2;
	padding: calc(1rem * .8);
	margin-bottom: 50px
}

.highlight-card h3 {
	font-size: calc(1.2rem * .8);
	margin-bottom: calc(.5rem * .8)
}

.highlight-card p {
	font-size: calc(.9rem * .8);
	opacity: .9
}

.highlight-card.active {
  margin-top: 0; /* card ativo sobe pro topo do espaço reservado */
  z-index: 10;
}

.highlight-card.active::after {
	transform: scale(1.2);
	background: var(--active-gradient)
}

.highlight-card:hover::after {
    background: var(--active-gradient);
}


#shape_ativo {
  width: 200px;
  position: absolute;
  top: 1220px;
  z-index: 10;
  left: 30px;
}

header {
	width: 100%;
	padding: 28px 8%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: var(--bg-main)
}

#navbar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#nav_logo {
	height: calc(40px * .8)
}

#nav_list {
	display: flex;
	list-style: none;
	gap: 48px
}

.nav-item a {
	display: inline-block;
	text-decoration: none;
	color: var(--white);
	font-weight: 600;
	transition: transform .3s, color .3s
}

.nav-item a:hover,
.nav-item.active a {
	color: var(--orange);
	transform: scale(1.2)
}

.nav-item.active a::before {
	content: "";
	display: block;
	width: calc(24px * .8);
	height: calc(24px * .8);
	background: url(/img/lp-pro/icon-switch-grey.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%)
}

#mobile_btn,
#mobile_menu {
	display: none
}

#others_cases {
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.others-container {
	width: 100%;
	margin: 50px 0;
}

.case-container {
	display: flex;
	align-items: center
}

.others-head h1 {
	font-size: calc(3rem * .8);
	font-weight: 400;
	line-height: 1.1
}

#smart_strategy {
	background-color: var(--bg-smart-gray);
	background-image: url(/img/lp-pro/banner-lp-pro.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	position: relative;
	overflow: hidden
}

.smart-mobile-img {
	display: none;
	width: 100%;
	height: auto;
	margin-top: 2rem;
}

.smart-container {
	/* min-height: calc(600px * .8); */
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
}

.smart-content {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: calc(15rem * .8)
}

#smart_btn {
	display: flex;
	flex-direction: row;
	gap: calc(2rem * .8)
}

.smart-text h1 {
	font-size: calc(3rem * .8);
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 20px
}

.smart-text h2 {
	font-size: calc(1.4rem * .8);
	color: var(--gray)
}

.smart-text p {
	width: calc(600px * .8);
	font-size: calc(1rem * .8);
	overflow-wrap: break-word;
	margin: 40px 0 40px 0
}

#whatsapp_btn {
	position: fixed;
	bottom: calc(2rem * .8);
	right: calc(2rem * .8);
	color: var(--white);
	width: calc(50px * .8);
	height: calc(50px * .8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(1.5rem * .8);
	z-index: 1000;
	background: var(--green);
	text-decoration: none;
	transition: transform .3s, color .3s
}

#whatsapp_btn:hover {
	transform: scale(1.2)
}

.btn-default-orange {
	background-color: var(--orange);
	color: var(--white);
	padding: 10px 30px;
	border: none;
	border-radius: 999px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: transform .3s, color .3s
}

.btn-default-gray {
	background-color: var(--btn-gray);
	color: var(--white);
	padding: 10px 30px;
	border: none;
	border-radius: 999px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: transform .3s, color .3s
}

.btn-default-gray a {
	text-decoration: none;
	color: var(--white);
}

.btn-default-black a {
	background-color: var(--bg-main);
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: var(--white);
	text-decoration: none;
	border-radius: 999px;
	cursor: pointer;
	transition: transform .3s, color .3s
}

.btn-default-black a:hover,
.btn-default-gray:hover,
.btn-default-orange:hover {
	transform: scale(1.1)
}

.social-media {
	display: flex;
	list-style: none;
	gap: calc(.6rem * .8)
}

.social-item a {
	width: calc(30px * .8);
	height: calc(30px * .8);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform .3s, color .3s;
	border-radius: 50%;
	background: var(--white);
	color: var(--orange)
}

.social-item a:hover {
	background: var(--orange);
	color: var(--white);
	transform: scale(1.2)
}

span {
	color: var(--orange)
}

.section-divider {
	position: relative;
	width: 100%;
	height: 0
}

.section-divider .btn-default-gray {
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform .3s ease
}

.section-divider .btn-default-gray:hover {
	transform: translate(-50%, -50%) scale(1.1)
}

#top_banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--bg-black);
	min-height: calc(100vh - 82px);
	margin-top: 60px;
	gap: calc(2rem * .8);
	color: var(--white)
}

#top_banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--gradient);
	z-index: 0;
	pointer-events: none
}

#top_carousel {
	display: flex;
	overflow-x: hidden; /* impede scroll manual direto */
	width: 100%;
	cursor: grab;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#top_carousel::-webkit-scrollbar {
	display: nones
}

#top_carousel.dragging {
	cursor: grabbing;
	user-select: none
}

#top_carousel {
	cursor: grab
}

.top-content {
	flex: 0 0 100%;
	scroll-snap-align: center;
	padding: calc(2rem * .8);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
	text-align: center
}

.title {
	font-weight: 300;
	font-size: calc(3rem * .8);
	line-height: 1.2;
	margin-bottom: 20px
}

.title span {
	color: var(--orange)
}

#mouse {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	z-index: 2;
	margin-top: 50px
}

.carousel-dots {
	position: absolute;
	bottom: 40px;
	left: 130px;
	display: flex;
	gap: 8px;
	z-index: 2
}

.carousel-dots .dot {
	width: calc(10px * .8);
	height: calc(10px * .8);
	border-radius: 50%;
	background-color: #fff;
	opacity: .4;
	position: relative;
	transition: all .3s ease
}

.carousel-dots .dot.active {
	opacity: 1
}

.carousel-dots .dot.active::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(18px * .8);
	height: calc(18px * .8);
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box
}

.btn-default-orange:hover,
.btn-default-gray:hover,
.btn-default-black a:hover,
.submit button:hover,
#whatsapp_btn:hover {
	box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.3);
}

.btn-default-orange:hover {
	box-shadow: 0 0 12px 5px rgba(244, 120, 33, 0.5);
}

.btn-default-gray:hover {
	box-shadow: 0 0 12px 5px rgba(102, 102, 102, 0.5);
}

.btn-default-black a:hover {
	box-shadow: 0 0 12px 5px rgba(102, 102, 102, 0.5);
}

.submit button:hover {
	box-shadow: 0 0 12px 5px rgba(244, 120, 33, 0.5);
}

#whatsapp_btn:hover {
	box-shadow: 0 0 12px 5px rgba(37, 211, 102, 0.5);
	/* verde base com leve glow */
}

#shape_ativo_smart {
  display: none;
}

.br-mobile-hide {
  display: inline;
}

.footer-links-mobile {
	display: none;
}

.plans-table .desktop-thead   { display: table-header-group; }
.plans-table .mobile-thead    { display: none; }

/* ====== CSS ORIGINAL (sem alterações) ====== */
/* mantém exatamente o estilo que você já tinha */
#graph {
  background: var(--white);
  border-top: 2px solid #ccc;
  height: calc(700px * .8);
} :contentReference[oaicite:0]{index=0}

.graph-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} :contentReference[oaicite:1]{index=1}

.graph-card {
  background: var(--bg-orange);
   width: 100%;
  max-width: calc(560px * .8);  
  height: calc(450px * .8);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
} :contentReference[oaicite:2]{index=2}

.graph-content img {
  width: calc(460px * .8);
  height: calc(350px * .8);
} :contentReference[oaicite:3]{index=3}


/* ====== NOVAS REGRAS PARA O CARROSSEL ====== */
/* Contêiner do carrossel */
.graph-text-carousel {
  width: 100%;
  max-width: calc(560px * .8 * 2); /* até 2 cards lado a lado */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: grab;
}

/* Wrapper flexível dos slides */
.graph-text-carousel-wrapper {
  display: flex;
  transition: transform .3s ease;
}

/* Cada “slide” agora ocupa 50% no desktop e 100% no mobile */
.graph-text-item {
  flex: 0 0 50%;
}

/* Dots de navegação */
.graph-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.graph-dot {
  width: calc(12px * .8);
  height: calc(12px * .8);
  border-radius: 50%;
  background: #ccc;
  margin: 0 .5rem;
  cursor: pointer;
  position: relative;
  transition: background .3s ease;
}
.graph-dot.active {
  background: var(--orange);
}
 .case-carousel {
    display: none;
  }

.case-fixed {
	display: flex;
	gap: 1rem;
}

.graph-mobile          { display: none; }
.graph-mobile-card     { background: var(--bg-orange); border-radius: 20px; }
.graph-mobile-content  { display: flex; align-items: center; justify-content: center; }
.graph-mobile-content img {
    width: calc(460px * .8);
    height: calc(350px * .8);
}

.others-head h1{
	color: #000;
}
@media (min-width: 1171px) {
    .highlight-dots { display: none !important; }
}
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    h1, h2, h3 {
        font-size: 90%;
    }

    .container, .section, section {
        padding: 1rem;
    }

    .highlight-card {
        min-width: 100%;
        height: auto;
    }

    .blog-card {
        width: 100%;
        height: auto;
    }

    .form-group, .form-group-textarea {
        width: 100%;
    }
}

@media screen and (max-width:1170px) {

  #nav_list,
	#navbar .social-media {
		display: none
	}

#shape_ativo {
    display: none;
  }

  #top_banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

   #logos-carousel .owl-item {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .partners-carousel .partners,
  .partners-carousel .new-carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  .partners-carousel img {
    max-width: 100px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  	.title {
		font-size: 2rem;
		line-height: 1.3
	}

  .description {
    font-size: 1.2rem;
    margin-bottom: 100px;
  }

	.top-content {
		padding: 1.5rem ;
		min-height: 50vh
	}

  #top_carousel {
    margin-top: 120px;
    margin-bottom: 40px;
  }

	#top_banner {
		gap: calc(1.5rem * .8);

	}

  #top_banner .btn-default-orange {
      margin-top: -100px;
  }

	.btn-default-orange {
		font-size: 1rem ;
		padding: .8rem 1.5rem 
	}

	.details {
		flex-direction: column;
		gap: calc(1rem * .8);
		margin-top: 80px
	}

	#mouse {
		display: none
	}

  .carousel-dots {
		position: relative; /* ou absolute, se o parent tiver posição relativa */
		bottom: auto;
		left: 22px;
		transform: translateX(-50%);
		justify-content: center;
		margin-top: 4rem;
	}

	#mobile_btn {
		display: block;
		border: none;
		background-color: transparent;
		color: var(--gray);
		font-size: calc(1.5rem * .8);
		cursor: pointer
	}

	#mobile_menu.active {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	#mobile_nav_list {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		margin: 12px 0
	}

	#mobile_nav_list .nav-item {
		list-style: none;
		text-align: center
	}
	.mobile-last-item {
		margin-bottom: 1.5rem;
	}

	.cases-wrapper {
		flex-direction: column;
		align-items: start;
		gap: 2rem;
		text-align: justify;
    	padding: 1rem;
	}

	.cases-info {
		max-width: 100%
	}

  .cases-info h2{
		font-size: 1.7rem;
    padding-right: 2rem;
	}
  .cases-info p{
		font-size: 1.2rem;
	}

  .br-mobile-hide {
    display: none;
  }

	.partners.new-carousel-item {
		padding: 1rem;
		min-width: 100px;
		margin-bottom: 10px;
	}

	#logos-carousel {
		margin-bottom: 40px;
	}

	.cases-image-box {
		width: 100%;
		max-width: 100%;
		height: calc(300px * .8)
	}

	.owl-carousel .owl-dots {
		align-self: center;
		margin-top: calc(1rem * .8)
	}

	/*Trabalhando aqui*/

   #diagnostic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--bg-diagnostic);
    position: relative;
    padding: 0;
    overflow: hidden;
    height: auto;
  }

  #diagnostic::before {
    content: "";
    display: block;
    width: 100%;
    height: 320px; /* altura da imagem no topo */
    background: url('/img/lp-pro/banner-empilhadeira.png') no-repeat center top;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: -60px top;
    position: relative; /* não absoluta! agora faz parte do fluxo */
    z-index: 0;
  }
  

  #diagnostic_content {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    margin-top: -50px; /* sobreposição suave da imagem com o conteúdo */
    background-color: var(--bg-diagnostic);
    text-align: center;
    max-width: 100%;
  }

	#diagnostic_content {
		margin: 0;
		max-width: 100%;
		padding-top: 2rem;
	}

	#diagnostic_content h1 {
		font-size: 2rem 
	}

	#diagnostic_content p {
		font-size: 1.2rem;
		padding: 1rem
	}

	.diagnostic-logo {
		position: absolute;
		top: -13rem;
		right: 4rem;
	}

	#diagnostic_content .btn-default-orange {
		margin-bottom: 60px;
	}

  #footer {
		height: auto;
		flex-direction: column;
		padding: 4rem  2rem;
		text-align: center
	}

	.footer-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 5rem 
	}

	.footer-logo {
		margin-bottom: 0
	}

	.footer-center {
		margin-left: 0;
		margin-top: -40px;
		opacity: 0.8;
	}

	.footer-center a {
		display: inline-block;
		margin-top: .5rem;
	}

	.footer-links {
		display: none;
	}

	.footer-links-mobile a {
		font-size: .8rem;
		text-decoration: none;
		color: var(--white);
	}

	.footer-links-mobile {
		display: flex;
		justify-content: space-between;
		gap: 1.4rem;
	}

	.footer-wrapper .social-media a{
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
	}
	

  .highlights-wrapper {
		flex-direction: column;
		align-items: center;
		gap: calc(2rem * .8)
	}

	.highlights-text {
		text-align: justify;
		max-width: 100%;
		width: 100%;
    	padding: 1rem;
	}

  .highlights-text h1{
    font-size: 2rem;
	hyphens: auto;            /* browser tenta inserir hífens corretos */
	overflow-wrap: break-word; /* permite quebrar palavras antes de estourar o container */
	word-break: break-word;
	text-align: justify;
  }
  .highlights-text h2{
    font-size: .85rem;
	hyphens: auto;            /* browser tenta inserir hífens corretos */
	overflow-wrap: break-word; /* permite quebrar palavras antes de estourar o container */
	word-break: break-word;
  }
  .highlights-text p{
    font-size: .85rem;
	hyphens: auto;            /* browser tenta inserir hífens corretos */
	overflow-wrap: break-word; /* permite quebrar palavras antes de estourar o container */
	word-break: break-word;
  }
  
  .smart-text {
    text-align: justify;
  }

  .smart-text h1 {
		font-size: 2rem
	}

	.smart-text h2 {
		font-size: 1.2rem
	}

	.smart-text p {
		width: 100%;
		margin: 20px 0 50px 0;
		font-size: .95rem;
    	opacity: .8;
	}

  #smart_btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.6rem;
  }


	.highlights-cards {
		width: 100%;
		min-width: 100%;
		margin-left: -10%;
		flex-direction: column;
		align-items: flex-start;
	}

	.highlights-carousel {
		width: 100%;
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-left: calc(1rem * .8);
		-webkit-overflow-scrolling: touch;
		gap: 1.5rem;
		justify-content: flex-start;
	}

	.highlight-card {
		flex: 0 0 auto;
		min-width: calc(280px * .8);
		max-width: calc(320px * .8);
		height: calc(480px * .8);
		scroll-snap-align: start
	}

	.highlight-card:first-child {
		margin-left: 0 !important
	}

	.highlight-card img {
		object-fit: cover;
		width: 100%;
		height: 100%
	}

	.highlight-dots {
		display: flex !important;
        justify-content: center;
        gap: .5rem;
        margin-top: 1.5rem;
		align-self: center;
	}

	.highlight-dots .highlight-dot {
		width: calc(10px * .8);
		height: calc(10px * .8);
		border-radius: 50%;
		background: var(--orange);
		transition: background .3s ease;
		cursor: pointer
	}

	.highlight-dots .highlight-dot.active {
		background-color: var(--orange) !important;
		outline: 2px solid var(--orange);
		outline-offset: 3px
	}

	.highlight-dot.active {
		background: var(--orange)
	}

	.highlight-card,
	.highlight-card.active,
	.highlight-card::after {
		transform: none !important;
		transition: none !important
	}

 #smart_strategy {
    background-image: none;
  }

  .smart-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .smart-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 1rem;
  }

  #smart_btn {
    width: 100vw;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;

    background-image: 
    linear-gradient(to bottom, var(--bg-smart-gray) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, var(--bg-smart-gray) 100%),
    url('/img/lp-pro/banner-lp-pro.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;

    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: -30px;
  }

  #shape_ativo_smart {
    display: block;
    position: absolute;
    top: 2rem;
    right: 20;
    width: 60px; /* ajuste conforme a arte */
    height: auto;
    z-index: 1;
  }

  #blog {
	margin-bottom: -300px;
  }


  .blog-header {
		flex-direction: row;
		align-items: center;
		text-align: start;
		gap: 1rem;
		padding: 1rem;
	}

	.blog-header h1 {
		font-size: 1.6rem;
	}

	.blog-header .btn-default-black a{
		padding: 10px 20px;
		font-size: 15px;
	}

	.blog-content {
		flex-direction: column;
		align-items: center
	}

	.blog-card {
		max-width: 280px;
		min-height: 200px;
	}

	#carousel-blog {
		margin-left: 20px;
		width: 90%;
	}
  

	.blog-image {
		background-size: cover;
		background-position: center
	}

	.blog-title {
		font-size: calc(1rem * .8)
	}

	.blog-description {
		font-size: calc(.85rem * .8)
	}

	/** Sobre Nós */
	#about_top_banner {
		height: auto;
	}
	.about-content h1 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.about-content p {
		font-size: .85rem;
	}
	.asset-transformation-text {
		width: 100%;
		text-align: justify;
		hyphens: auto;            /* browser tenta inserir hífens corretos */
		overflow-wrap: break-word; /* permite quebrar palavras antes de estourar o container */
		word-break: break-word;
	}
	.asset-transformation-text h1{
		font-size: 2rem;
		line-height: 1.3;
		text-align: justify;
	}
	.asset-transformation-text h2 {
		font-size: .85rem;
		text-align: justify;
	}
	.asset-transformation-text p {
		font-size: .85rem;
		text-align: justify;
	}
	.asset-transformation {
		display: flex;
		flex-direction: column;
		align-items: start;
		margin-top: 50px;
	}
	#about_asset_transformation {
		height: auto;
	}
	.asset-transformation-img {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.asset-transformation-img img{
		width: 100%;
		height: 250px;
	}

	#about_marketplace {
		height: auto;
		display: flex;
		align-items: start;
		flex-direction: column;
	}
	.marketplace-container {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.marketplace-img {
		display: none;
	}
	.marketplace-img-mobile {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.marketplace-img-mobile img {
		width: 100%;
		height: 220px;
		border-radius: 20px;
		margin-bottom: 20px;
		object-fit: cover; 
		object-position: top; 
		object-position: 50% 40%;
	}
	.marketplace-text h1{
		font-size: 2rem;
		line-height: 1.3;
	}
	.marketplace-text h2,
	.marketplace-text p {
		font-size: .85rem;
	}
	.vision-mission {
		width: 100%;
		margin-bottom: -100px;
	}
	.about-mission {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.marketplace-text {
		width: 100%;
		margin-top: 50px;
	}
	.about-values,
	.about-diagnostic {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.values-header h2 {
		font-size: 1.4rem;
	}
	.about-values p {
		font-size: .85rem;
	}

	#about_information {
		height: auto;
	}
	.container-information {
		margin: 80px 0 60px 0;
		flex-direction: column;
		font-size: 1.4rem;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.information-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.about-text-carousel-content h1,
	.about-text-carousel-content span,
	.about-text-carousel-content strong {
		font-size: 2rem;
	}

	.text-carousel {
		width: 400px;
	}

	.text-item {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
		padding: 1rem;
	}

	.about-text-carousel-content {
		text-align: center;
	}

	.about-text-carousel-content h1 {
		font-size: 1.5rem;
		font-weight: 300;
	}

	.about-text-carousel-content h1 strong {
		font-size: 5rem;
		font-weight: 700;
	}

	.about-text-carousel-content p {
		font-size: 0.95rem;
		margin-top: 0.3rem;
	}


  .investors-container {
    display: flex ;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 2rem 1rem;
    gap: 2rem;
	margin: 0;
  }

  /* Header centralizado */
  .investors-header {
    margin-bottom: 1rem;
    text-align: center;
  }

  /* Logos empilhadas */
  .investors-logos {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5rem !important;
    width: 100%;
  }

  .investors-header {
	margin-bottom: 50px;
  }
  .investors-header h1 {
	font-size: 2rem;
  }

  /* Cada logo centralizada e tamanho fixo */
  .investors-logo {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }
  .investors-logo img {
    max-width: 150px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Ícone “money” embaixo, centralizado */
  .logo-money {
    margin-top: 2rem !important;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
  }
  .logo-money img {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  
  	 #about_sustainability {
    height: auto !important;
    padding: 2rem 1rem;
  }

  /* Container principal: mantém column, com gap entre itens */
  .sustainability-container {
    gap: 2rem;
  }

  /* Logo centralizada e redimensionada */
  .sustainability-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  /* Título principal menor e com line-height mais folgado */
  .sustainability-content h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* Cards empilhados em coluna */
  .sustainability-cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  /* Ajuste de cada card */
  .sustainability-card {
    width: 100%;
    max-width: 280px;
    padding: 1rem;
    margin: 1rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  .sustainability-card h2 {
    font-size: 1.5rem;
  }
  .sustainability-card p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  /* Subtítulo/descritivo final */
  .sustainability-content > h2 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }

  /* Botão ganha tamanho e padding adequados */
  #about_sustainability .btn-default-orange {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }

  .timeline-content {
	margin-bottom: -100px;
  }
	

	.transformation-solution .asset-transformation-img {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}

	.transformation-solution .asset-transformation-img img {
		width: 300px;
		height: 200px;
	}

	/* Seção e título */
  .plans-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .plans-header img {
    width: 80px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .plans-header h1 {
    font-size: 1.75rem;
    margin: 0;
    line-height: 1.2;
  }

  /* Transforma a tabela em blocos */
  .plans-table table {
    display: block;
    width: 100%;
  }
  .plans-table thead.desktop-thead { display: none; }
  .plans-table thead.mobile-thead  { display: table-header-group; }
  .plans-table tbody,
  .plans-table tfoot {
    display: block;
  }
  .plans-table tbody tr,
  .plans-table tfoot tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color, #ddd);
    border-radius: 8px;
    overflow: hidden;
  }
  .plans-table td {
    display: block;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
  }
  .plans-table td.transparent { display: none; }

  /* Cabeçalhos mobile como cards empilhados */
  .plans-table .mobile-thead tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  .plans-table .mobile-thead th {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid var(--orange-color, #ff8000);
    border-radius: 8px;
    background: #fff;
    overflow: visible;  /* badge pode extrapolar */
    padding: 0;         /* remove o padding para header-top cobrir toda a largura */
  }
  .plans-table .mobile-thead th.transparent {
    display: none;
  }

  /* Insígnia “Mais vendido!” fora do card */
  .plans-table .mobile-thead th.highlight .badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #4cd964;
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 12px;
    z-index: 5;
  }

  /* Topo laranja full-width, cobrindo a borda superior */
  .plans-table .mobile-thead th .header-top {
    display: block;
    width: 100%;
    background: var(--orange-color, #ff8000);
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    font-weight: 600;
    margin: -1px 0 0;               /* puxa o topo acima da borda de 1px */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  /* Corpo branco */
  .plans-table .mobile-thead th .header-body {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1rem;
    text-align: left;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  /* Remove a primeira linha duplicada de descrição, se existir */
  .plans-table tbody tr:first-of-type {
    display: none;
  }

  /* Footer como cards divididos */
  .plans-table .td-footer {
    border: 1px solid var(--border-color, #ddd);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  .plans-table .td-footer .footer-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .plans-table .td-footer .table-price {
    background: #fff;
    padding: 1rem;
    font-weight: 600;
    text-align: center;
  }
  .plans-table .td-footer .table-btn {
    background: #ccc;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }
  .plans-table .td-footer .table-btn,
  .plans-table .td-footer .table-btn span {
    font-weight: 700;
    color: #fff;
  }
  /* 1) Remove borda superior do card destacado */
.plans-table .mobile-thead th.highlight {
  border-top: 0;
}

/* 2) Faz o header-top cobrir completamente a parte de cima do card */
.plans-table .mobile-thead th .header-top {
  position: relative;
  margin-top: -1px;    /* puxa 1px para cima e oculta a borda do <th> */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* 3) Posiciona a badge dentro do header-top, sem bordas por trás */
.plans-table .mobile-thead th .header-top .badge {
  position: absolute;
  top: -0.75rem;       /* ajusta até “grudar” na parte laranja */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  /* já não há border no <th>, então ficará livre */
}
/* Garante que o TH permita overflow para a badge */
  .plans-table .mobile-thead th {
    position: relative;
    overflow: visible;
    padding: 0; /* remove padding interno para o header-top colar nas bordas */
  }

  /* Faz o topo laranja cobrir inteiramente o limite superior do card */
  .plans-table .mobile-thead th .header-top {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background: var(--orange-color, #ff8000);
    color: #fff;
    padding: 1rem 0;
    text-align: center;
    font-weight: 600;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 2;
  }

  /* Posiciona a badge “Mais vendido!” presa ao topo, sem bordas atrás */
  .plans-table .mobile-thead th.highlight .badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #4cd964;
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 12px;
    z-index: 3;
  }

  /* Empurra o conteúdo do corpo para baixo do header-top */
  .plans-table .mobile-thead th .header-body {
    margin-top: 3rem; /* ajuste conforme a altura real do seu .header-top */
    padding: 1rem;
    background: #fff;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
  }
	
   /* garante que cada slide ocupe 100% e esconda overflow */
  #graph .text-item {
    display: flex;
    justify-content: center;
    overflow: hidden !important;
  }

  /* faz o primeiro cartão ocupar toda a largura */
  #graph .text-item .graph-card:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* esconde o segundo cartão */
  #graph .text-item .graph-card:nth-child(2) {
    display: none !important;
  }
  .plans-header {
  display: flex;
  flex-direction: column;   /* empilha ícone e título */
  align-items: start;      /* centraliza horizontalmente */
  justify-content: center;  /* centraliza verticalmente */
  text-align: center;       /* garante que o texto fique centralizado */
  margin-bottom: 1.5rem;    /* espaço antes da tabela */
}

.plans-header img {
  width: 80px;              /* ajusta tamanho do ícone */
  max-width: 100%;          /* nunca excede o container */
  height: auto;
  margin-bottom: -12rem;    /* separação entre ícone e título */
}

.plans-header h1 {
  font-size: 1.75rem;       /* escala o título para mobile */
  line-height: 1.2;
  margin: 0;                /* remove espaçamentos implícitos */
}
.depoiments-text-carousel {
    width: 100%;
    overflow: hidden;
  }

  /* 2) Wrapper flex sem wrap, sem margin nem padding extras */
  .depoiments-text-carousel-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  /* 3) Cada card é O slide, com largura = 100% do container */
  .depoiments-text-carousel-wrapper .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box !important;
    margin: 0 !important;  /* elimina qualquer espaçamento externo */
    width: 200px !important;/* remove widths fixas anteriores */
	height: auto;
  }

  /* 4) Se precisar de gap visual, use padding INTERNO no card */
  .testimonial-card .testimonial-content {
    padding: 1rem;
  }

  .graph-text-carousel {
    max-width: calc(560px * .8);    /* cabe 1 card inteiro */
    margin: 0 auto;                 /* continua centralizado */
  }
  
  	.case-container {
        display: flex;
        flex-direction: column !important;
        align-items: center;
		justify-content: center;
        width: 100%;
    }
    #case_content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border: none;
	}

	/* força o stage a usar flex e centralizar o item ativo */
.case-carousel .owl-stage {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* cada "item" do Owl deve usar o flexbox para centralizar o card */
.case-carousel .owl-item {
  display: flex;
  justify-content: center;
}

/* remove qualquer padding automático do Owl que atrapalhe */
.case-carousel.owl-carousel {
  padding: 0 !important;
  margin: 0 auto;
}
.case-carousel .case-card > img {
  display: none !important;
}

.case-card:hover {
    transform: none !important;
}

	
	/* esconde desktop, exibe mobile */
    .graph-desktop  { display: none; }
	.graph-mobile { display: block; background: var(--white);}
    /* ---------- carrossel ---------- */
	.graph-mobile-carousel { width: 100%; overflow: hidden; cursor: grab; }

	/* wrapper: ocupa toda a largura para evitar “borda” lateral do clone */
	.graph-mobile-wrapper  { display: flex; width: 100%; transition: transform 0.4s ease; }

	/* cada slide agora é um flex-container centrado */
	.graph-mobile-item {
		flex: 0 0 100%;
		display: flex;
		justify-content: center;      /* centraliza horizontal */
		align-items:    center;       /* centraliza vertical   */
	}

	/* cartão com largura máxima, porém adaptável */
	.graph-mobile-card {
		width: 90%;                   /* 90 % da viewport p/ gerar margin automática */
		max-width: 420px;             /* limita a estourar em telas medianas       */
		height: 280px;
		background: var(--bg-orange);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* conteúdo + imagem também centralizados */
	.graph-mobile-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
	.graph-mobile-content img { width: 100%; height: auto; object-fit: cover; }

	/* dots inalterados */
	.graph-mobile-dots       { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; }
	.graph-mobile-dot        { width: 10px; height: 10px; border-radius: 50%; background: #ccc; transition: background .3s; }
	.graph-mobile-dot.active { background: var(--orange); }
}
/* ==========================================================
   #CASE_DETAILS  –  MOBILE  ≤ 1170 px
   ========================================================== */

   .img-details-mobile {
	display: none;
   }
@media screen and (max-width: 1170px) {

    /* --- contêiner geral --- */
    #case_details {
        padding: 2rem 1rem;
        background: var(--white);
    }

    /* --- layout: muda para coluna --- */
    #case_details .details-header {
        display: flex;
        flex-direction: column;      /* empilha */
        align-items: center;         /* centraliza na horizontal */
        gap: 2rem;
    }

    /* --- bloco de texto --- */
    #case_details .details-header-text {
        width: 100%;
        max-width: 600px;
    }
    #case_details h1 {
        font-size: 1.75rem;
        line-height: 1.3;
        font-weight: 300;
        margin-bottom: 1rem;
        text-align: justify;
    }
    #case_details h1 span { color: var(--orange); }
    #case_details h2 {
        font-size: 1.05rem;
        margin: 1.2rem 0 .6rem 0;
        font-weight: 600;
        text-align: justify;
    }
    #case_details p {
        font-size: .95rem;
        line-height: 1.5;
        opacity: .85;
        margin-bottom: 1.2rem;
        text-align: justify;
    }

    /* --- lista de resultados --- */
    #case_details .details-results {
        display: flex;
        align-items: center;
        gap: .6rem;
        margin-bottom: .9rem;
    }
    #case_details .details-results img {
        width: 18px;
        height: 18px;
    }
    #case_details .details-results p {
        margin: 0;
        font-size: .9rem;
        font-weight: 600;
        line-height: 1.3;
    }

    /* --- banner + logo --- */
    #case_details .img-content {
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
		margin-top: 50px;
    }
    .img-details {
		width: 100%;
		height: 350px;
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.img-details-mobile {
		width: 100%;
		height: 350px;
		border-radius: 20px;
		margin-bottom: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.img-details-mobile>img {
		display: none
	}

	.img-details>img {
		display: none
	}

	.img-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 160px;
		border-radius: 50%;
		border: 5px solid var(--orange);
		background-color: var(--white)
	}

	.img-container img {
		width: 130px
	}
    #case_details .img-container img { width: 78px; }

    /* --- depoimento --- */
    #case_details .details-card {
        width: 100%;
		margin-top: -20px;
		flex-direction: column;
    }
	#case_details .details-card h1 {
		font-size: 2.5rem;
		font-weight: 300;
		margin-bottom: 20px
	}
    #case_details .testimonial-card {
        background: #fff;
        border: 2px solid var(--border-gray);
        border-radius: 16px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    #case_details .testimonial-photo {
        width: 90px;
        height: 90px;
        border-radius: 20px;
        border: 4px solid var(--orange);
        overflow: hidden;
    }
    #case_details .testimonial-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #case_details .testimonial-content h3 {
        font-size: 1rem;
        margin: .2rem 0;
        text-align: start;
    }
    #case_details .testimonial-position {
        font-size: .8rem;
        color: var(--gray);
        text-align: start;
    }
    #case_details .testimonial-text {
        font-size: .9rem;
        line-height: 1.4;
        text-align: start;
        opacity: .9;
    }

	.header-mid-line {
		flex-direction: column;
		align-items: start;
		font-size: 1rem;
		gap: .5rem;
		margin-bottom: 100px;
	}
	.email-phone {
		margin-top: 15px;
	}
	.mobile-break {
        display: none;
    }
	.data-header {
		padding: 1rem;
	}
	#about_data {
		height: auto;
	}
	.data-container {
		padding: 2rem 0 2rem 0;
	}
	.timeline-card {
		max-width: 250px;
		width: 250px;
	}
	 .depoiments-text-item {
        min-width: 65vw !important;
        max-width: 65vw !important;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonial-card {
        min-width: 15rem;
		min-height: 500px;
        flex: 1 1 auto;
    }
	.case-carousel {
		width: 100%;
		max-width: 100vw;
	}

	.case-carousel .item {
		padding: 0 6px;
		box-sizing: border-box;
	}

	.case-container {
		height: auto;
	}
	.case-card {
		width: 180px;
		height: 300px;	
	}
	.card-img {
		width: 80px;
		height: 80px;
	}

	.card-img img {
		width: 60px;
		object-fit: contain
	}

	.btn-case {
		width: 30px;
		max-height: 30px;
	}

	.not-mobile {
		display: none;
	}
	.is-mobile {
		display: inline;
	}

	#others_cases {
		border: none;
	}

	.others-head {
		margin-top: 20px;
	}

	.others-head h1{
		font-size: 1.8rem;
		color: #000;
	}

	.mission-header h2,
	.vision h2{
		font-size: 1.4rem;
	}

	.plans-table {
		display: none;
	}
	/* Tabela dos planos mobile */
	.table-mobile {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin: 50px 0;
	}

	.plan-pro {
		width: 380px;
		border: 2px solid var(--gray);
		border-radius: 20px;
	}

	.plan-pro-header {
		margin: 15px 10px;
	}
	.plan-pro-header h1 {
		font-size: 1.8rem;
		text-align: justify;
		color: var(--orange);
		margin-bottom: 10px;
	}
	.plan-pro-header p {
		opacity: 0.6;
		text-align: justify;
		margin-bottom: 25px;
	}
	.plan-pro-header h2 {
		font-size: 1.2rem;
		text-align: justify;
		margin-bottom: 15px;
		color: var(--font-color);
	}
	.plan-pro-header h2 strong {
		font-size: 1.4rem;
	}
	.btn-table-mobile a{
		color: var(--white);
		background: var(--orange);
		padding: 10px 30px;
		text-align: center;
		/* font-weight: 400; */
		font-size: 1rem;
		border-radius: 12px;
		text-decoration: none;
		display: block;      
		width: 100%;         
		box-sizing: border-box;
	}


	.table-separator {
		width: 100%;
		height: 1px;
		background: var(--gray);
		margin: 10px 0 15px 0;
	}

	.plan-pro-body {
		width: 100%;
	}
	.plan-pro-body li {
		display: flex;
		align-items: center;
		text-align: justify;
		list-style: none;
		margin: 0 10px 15px 0;
	}
	.plan-pro-body img {
		width: 40px;
	}

	.badge-mobile {
		display: block;      
		width: 100%;         
		box-sizing: border-box;
		background: var(--badge);
		color: var(--badge-color);
		padding: 8px 16px;
		font-size: .9rem;
		font-weight: 600;
		text-align: center;
		border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
	}

	#about_top_banner .btn-default-orange {
		display: none;
	}

	.case-container a,
	.case-container a:visited,
	.case-container a:hover,
	.case-container a:focus,
	.case-container a:active {
		text-decoration: none !important;
		color: inherit !important;
		outline: none;
	}
	.case-container a * {
		text-decoration: none !important;
		color: inherit !important;
	}

	.contact-foot {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 1rem;
		width: 100%
	}

	.graph-mobile-container {
		margin: 50px 0
	}

	.graph-mobile {
		display: none;
	}
}
