body {
	color: #444;
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	background: #fff;
	overflow-x: hidden;
}

html,
body {
	height: 100%;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	margin-top: 0px;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
}

a {
	font-family: 'poppins', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a:hover {
	color: #7DBFA7;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.activeMenu {
	display: block !important;
}


/* MAIN MENU - MENU MOBILE */
#main-menu {
	height: 50px;
	display: block;
}

#main-menu ul {
	list-style: none;
	display: flex;
	gap: 30px;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#main-menu ul li a {
	position: relative !important;
	color: #fff;
}

#main-menu ul li a:hover {
	color: #7CBEA6 !important;
}

#main-menu ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 0;
	background-color: #7CBEA6;
	-webkit-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}

#main-menu ul li a:hover::before {
	width: 22px;
}

#toggle-menu-mobile {
	display: none;
}

#mobile_menu {
	display: none;
}

.single_process {
	border-radius: 10px;
	background-color: #fff;
	padding: 30px 0;
	transition: all .5s;
	cursor: pointer;
	margin-bottom: 10px;

}

.process_title {
	font-size: 1rem;
	padding: .5rem;
	color: #fff;
	position: absolute;
	top: -35px;
	left: 0;
	background: #80C4AB;
	width: 30%;
	border-radius: 5px;
}

.process_wrapper {
	position: relative;
	background: #fff;
	padding: 20px 5px;
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 3px;
	color: #19233F;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.process_wrapper:hover {
	background-color: #141F3B;
	color: #FFF;
}

@media only screen and (max-width:1000px) {
	#toggle-menu-mobile {
		display: block;
		width: 50px;
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
	}

	#toggle-menu-mobile img {
		max-width: 100%;
	}

	#main-menu {
		display: none;
		transition: all;
	}

	#mobile_menu {
		display: none;
		position: fixed;
		background-color: #fff;
		height: 100vh;
		width: 100%;
		left: 0;
		top: 0;
		overflow: hidden;
		padding: 40px;
	}

	#mobile_menu ul {
		padding: 40px 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		list-style: none;
		text-align: center;
	}

	#mobile_menu ul li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #eee;
		transition: all 0.3;
	}

	#mobile_menu ul li a {
		display: block;
		color: #141F3B;
		padding: 20px 0;
	}

	#mobile_menu ul li a:hover {
		background-color: #141F3B;
		color: #fff;
	}

	#close-menu-mobile {
		border: none;
		border-radius: 50%;
		padding: 20px;
		font-size: 1.5rem;
		color: #141F3B;
	}

	.single_process:first-child {
		margin-top: 20px;
	}

	.process_wrapper {
		margin-top: 70px;
		position: block;
	}
}

/* HOME HERO */
#home {
	display: flex;
	align-items: end;
	justify-content: center;

	position: relative;
	background-image: url(../img/bg/banner-vitrine-consultoriar_v3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	padding-bottom: 10%;
}

/* SOLUÇÕES - NOVO DESIGN MODERNO */
#solucoes {
	background-color: #f8f9fa;
}

.category-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	box-shadow: 0 10px 30px rgba(128, 196, 171, 0.3);
}

.category-icon.pro-icon {
	background: linear-gradient(135deg, #141F3B 0%, #2A3A5C 100%);
	box-shadow: 0 10px 30px rgba(20, 31, 59, 0.3);
}

.category-icon.consultoria-icon {
	background: linear-gradient(135deg, #054A49 0%, #0A6B6A 100%);
	box-shadow: 0 10px 30px rgba(5, 74, 73, 0.3);
}

.solution-card {
	background: #fff;
	border-radius: 20px;
	padding: 2rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	overflow: hidden;
}

.solution-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #80C4AB, #5BA38A);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.solution-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.solution-card:hover::before {
	transform: scaleX(1);
}

.solution-card.pro-card::before {
	background: linear-gradient(90deg, #141F3B, #2A3A5C);
}

.solution-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 2rem;
	transition: all 0.3s ease;
}

.solution-card:hover .solution-icon {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 15px 35px rgba(128, 196, 171, 0.4);
}

.solution-icon.pro-icon-bg {
	background: linear-gradient(135deg, #141F3B 0%, #2A3A5C 100%);
}

.solution-card:hover .solution-icon.pro-icon-bg {
	box-shadow: 0 15px 35px rgba(20, 31, 59, 0.4);
}

.solution-card h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1d293e;
	margin-bottom: 0.75rem;
}

.solution-card p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.solution-link {
	color: #80C4AB;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.solution-card.pro-card .solution-link {
	color: #141F3B;
}

.solution-card:hover .solution-link {
	gap: 0.75rem;
}

.consulting-step {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
	height: 100%;
}

.consulting-step:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.step-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #054A49 0%, #0A6B6A 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0 auto 1rem;
	box-shadow: 0 8px 20px rgba(5, 74, 73, 0.3);
}

.consulting-step h5 {
	font-size: 1rem;
	font-weight: 600;
	color: #1d293e;
	margin-bottom: 0.5rem;
}

.consultoria-results {
	background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
	border-radius: 20px;
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
}

.consultoria-results li {
	display: flex;
	align-items: center;
	font-size: 0.95rem;
}

.consultoria-results .btn-primary {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border: none;
	box-shadow: 0 10px 30px rgba(128, 196, 171, 0.4);
	transition: all 0.3s ease;
}

.consultoria-results .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 40px rgba(128, 196, 171, 0.5);
	background: linear-gradient(135deg, #5BA38A 0%, #4A9279 100%);
}

@media only screen and (max-width: 991px) {
	.solution-card {
		padding: 1.5rem;
	}

	.solution-icon {
		width: 70px;
		height: 70px;
		font-size: 1.75rem;
	}

	.consultoria-results {
		padding: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.category-icon {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}

	.solution-card {
		margin-bottom: 1rem;
	}

	.consultoria-results {
		text-align: center;
	}

	.consultoria-results .text-lg-end {
		text-align: center !important;
		margin-top: 1.5rem;
	}
}

/* CONSULTORIA EMPRESARIAL - NOVO DESIGN */
#metodo {
	background-color: #0a0e1a;
	color: #fff;
	position: relative;
}

#metodo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/bg-pattern.png');
	opacity: 0.03;
	pointer-events: none;
}

.metodo-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 30px 25px;
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.metodo-card:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: #80C4AB;
	transform: translateY(-5px);
}

.metodo-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #80C4AB, transparent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.metodo-card:hover::before {
	transform: scaleX(1);
}

.metodo-number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #80C4AB 0%, #5BA88F 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(128, 196, 171, 0.3);
}

.metodo-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.4;
}

.metodo-desc {
	font-size: 0.9rem;
	line-height: 1.7;
	margin-bottom: 20px;
	opacity: 0.8;
}

.metodo-entregas {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metodo-subtitle {
	font-size: 0.85rem;
	font-weight: 600;
	color: #80C4AB;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.metodo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.metodo-list li {
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
}

.metodo-list li i {
	color: #80C4AB;
	font-size: 1rem;
}

/* SOBRE A EMPRESA - DESIGN MODERNO */
#sobre {
	background-color: #DAE6E2;
	position: relative;
	overflow: hidden;
}

#sobre::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: linear-gradient(135deg, rgba(128, 196, 171, 0.1) 0%, transparent 70%);
	border-radius: 50%;
}

.about-content-wrapper {
	padding-right: 30px;
}

.about-text h4 {
	font-size: 1.5rem;
	position: relative;
	padding-bottom: 15px;
}

.about-text h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #80C4AB, transparent);
	border-radius: 2px;
}

.about-text p {
	font-size: 1.05rem;
	line-height: 1.8;
}

/* Estatísticas */
.about-stats {
	margin-top: 30px;
	margin-bottom: 30px;
}

.stat-item {
	text-align: center;
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.stat-item:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-number {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #141F3B;
	line-height: 1;
	margin-bottom: 8px;
}

.stat-label {
	display: block;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.4;
}

/* Ações */
.about-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.about-actions .btn-primary {
	background: linear-gradient(135deg, #141F3B 0%, #2A3A5C 100%);
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(20, 31, 59, 0.3);
}

.about-actions .btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(20, 31, 59, 0.4);
}

.video-btn-modern {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #141F3B;
	font-weight: 600;
	transition: all 0.3s ease;
}

.video-btn-modern:hover {
	color: #80C4AB;
}

.play-icon {
	width: 55px;
	height: 55px;
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	box-shadow: 0 10px 30px rgba(128, 196, 171, 0.4);
	transition: all 0.3s ease;
}

.video-btn-modern:hover .play-icon {
	transform: scale(1.1);
	box-shadow: 0 15px 40px rgba(128, 196, 171, 0.5);
}

.video-text {
	font-size: 0.95rem;
}

/* Imagem */
.about-image-wrapper {
	position: relative;
	display: inline-block;
}

.about-image-bg {
	position: absolute;
	top: 30px;
	left: -30px;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(128, 196, 171, 0.3) 0%, rgba(128, 196, 171, 0.1) 100%);
	border-radius: 30px;
	z-index: 0;
}

.about-main-image {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-floating-card {
	position: absolute;
	bottom: 30px;
	left: -20px;
	background: #fff;
	padding: 20px 25px;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 2;
	animation: float 3s ease-in-out infinite;
}

.about-floating-card i {
	font-size: 2rem;
	color: #80C4AB;
}

.about-floating-card span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #141F3B;
	line-height: 1.3;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

/* Cards de Valores */
.value-card {
	background: #fff;
	padding: 35px 30px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.03);
	position: relative;
	overflow: hidden;
}

.value-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #80C4AB, #5BA38A);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.value-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.value-card:hover::before {
	transform: scaleX(1);
}

.value-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, rgba(128, 196, 171, 0.15) 0%, rgba(128, 196, 171, 0.05) 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #80C4AB;
	font-size: 2rem;
	transition: all 0.3s ease;
}

.value-card:hover .value-icon {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	color: #fff;
	transform: scale(1.1) rotate(5deg);
}

.value-card h4 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #141F3B;
	margin-bottom: 15px;
}

.value-card p {
	font-size: 0.95rem;
	line-height: 1.7;
	margin-bottom: 0;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.about-content-wrapper {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.about-stats {
		margin-top: 25px;
	}

	.stat-number {
		font-size: 1.8rem;
	}

	.about-image-wrapper {
		margin-top: 20px;
	}

	.about-floating-card {
		left: 10px;
		bottom: 20px;
		padding: 15px 20px;
	}

	.about-floating-card i {
		font-size: 1.5rem;
	}

	.about-floating-card span {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.about-content-wrapper {
		text-align: center;
	}

	.about-text h4::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.about-actions {
		justify-content: center;
	}

	.stat-item {
		padding: 15px 8px;
	}

	.stat-number {
		font-size: 1.5rem;
	}

	.stat-label {
		font-size: 0.75rem;
	}

	.value-card {
		padding: 30px 20px;
	}
}

/* NOSSOS PARCEIROS - DESIGN MODERNO */
#parceiros {
	background-color: #F8F9FA;
	position: relative;
	overflow: hidden;
}

#parceiros::before {
	content: '';
	position: absolute;
	bottom: -100px;
	left: -100px;
	width: 400px;
	height: 400px;
	background: linear-gradient(135deg, rgba(128, 196, 171, 0.08) 0%, transparent 70%);
	border-radius: 50%;
}

.partner-card-modern {
	background: #fff;
	border-radius: 20px;
	padding: 35px 25px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.partner-card-modern:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.partner-card-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #80C4AB, #5BA38A);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.partner-card-modern:hover::before {
	transform: scaleX(1);
}

.partner-logo-container {
	width: 130px;
	height: 130px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.partner-card-modern:hover .partner-logo-container {
	transform: scale(1.05);
	box-shadow: 0 10px 35px rgba(128, 196, 171, 0.2);
}

.partner-logo-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.4s ease;
}

.partner-card-modern:hover .partner-logo-img {
	filter: grayscale(0%);
}

.partner-info {
	text-align: center;
}

.partner-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #141F3B;
	margin-bottom: 12px;
	line-height: 1.4;
}

.partner-desc {
	font-size: 0.9rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Carousel de Parceiros */
.partners-carousel {
	position: relative;
	padding: 20px 0;
}

.partners-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.partners-carousel .owl-item {
	transition: all 0.3s ease;
}

.partner-slide {
	padding: 15px;
}

.partner-card-carousel {
	background: #fff;
	border-radius: 20px;
	padding: 35px 25px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
	height: 100%;
}

.partner-card-carousel:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.partner-card-carousel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #80C4AB, #5BA38A);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.partner-card-carousel:hover::before {
	transform: scaleX(1);
}

.partner-logo-box {
	width: 130px;
	height: 130px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.partner-card-carousel:hover .partner-logo-box {
	transform: scale(1.05);
	box-shadow: 0 10px 35px rgba(128, 196, 171, 0.2);
}

.partner-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.4s ease;
}

.partner-card-carousel:hover .partner-img {
	filter: grayscale(0%);
}

.partner-content-box {
	text-align: center;
}

.partner-name-carousel {
	font-size: 1.1rem;
	font-weight: 600;
	color: #141F3B;
	margin-bottom: 12px;
	line-height: 1.4;
}

.partner-desc-carousel {
	font-size: 0.9rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Controles do Carousel */
.carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.carousel-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e9ecef;
	background: #fff;
	color: #6c757d;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.carousel-btn:hover {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-color: #80C4AB;
	color: #fff;
	box-shadow: 0 8px 25px rgba(128, 196, 171, 0.4);
	transform: scale(1.1);
}

/* Dots do Owl Carousel */
.partners-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.partners-carousel .owl-dot {
	width: 12px;
	height: 12px;
	background: #dee2e6;
	border-radius: 50%;
	margin: 0;
	display: inline-block;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	padding: 0;
}

.partners-carousel .owl-dot.active {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	transform: scale(1.2);
}

.partners-carousel .owl-dot:hover {
	background: #80C4AB;
}

.partners-carousel .owl-dot span {
	display: none;
}

/* Responsivo */
@media only screen and (max-width: 991px) {
	.partner-card-carousel {
		padding: 30px 20px;
	}

	.partner-logo-box {
		width: 110px;
		height: 110px;
	}

	.partner-name-carousel {
		font-size: 1rem;
	}

	.carousel-controls {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.partner-slide {
		padding: 10px;
	}

	.partner-card-carousel {
		padding: 25px 20px;
	}

	.partner-logo-box {
		width: 100px;
		height: 100px;
		padding: 15px;
	}

	.carousel-controls {
		gap: 20px;
		margin-top: 25px;
	}

	.carousel-btn {
		width: 45px;
		height: 45px;
		font-size: 1rem;
	}
}

/* CONTATO */
#contato {
	background-color: #FFF;
	padding-bottom: 0 !important;
}

.contact {
	background: #DAE6E2;
	padding: 60px 20px;
	box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
}

.contact h4 {
	font-weight: 700;
}

.contact p {
	margin-bottom: 40px;
}

.contact input {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	height: 52px;
	padding: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 30px;
	padding-left: 15px;
}

.contact textarea {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-top: 15px;
}

.contact input:focus {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #eee;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	box-shadow: none;
	outline: 0 none;
}

.contact textarea:focus {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #eee;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	box-shadow: none;
	outline: 0 none;
}

/*START PRELOADER DESIGN*/
.preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #054A49;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.no-padding {
	padding: 0
}

/*END PRELOADER DESIGN*/
.section-padding {
	padding: 80px 0;
}

/*START SECTION TITLE DESIGN*/
.title_spectial {
	color: #1d293e;
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-size: 24px;
}

.title_spectial:after {
	content: "";
	display: block;
	background: #054A49;
	width: 60px;
	height: 2px;
	margin: auto;
	margin-top: 15px;
}

.no-padding {
	padding: 0;
}

/*END SECTION TITLE DESIGN*/
.section-title p {
	padding: 0 10px;
	width: 60%;
	margin: auto;
}

@media only screen and (max-width:480px) {
	.mt-60 {
		margin-top: 60px;
	}

	.mt-30 {
		margin-top: 30px;
	}

	.section-title p {
		padding: 0 10px;
		width: 90%;
		margin: auto;
	}
}


/*START BTN*/
.btn_one {
	background: #141F3B;
	border-radius: 10px;
	border: 2px solid #141F3B;
	color: #fff;
	font-weight: 700;
	padding: 12px 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 14px;
}

.btn_one i {
	margin-right: 5px;
}

.btn_one:hover {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

.btn_three {
	background: #141F3B;
	border-radius: 30px;
	border: 2px solid #141F3B;
	color: #fff;
	font-weight: 700;
	padding: 12px 40px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 14px;
}

.btn_three i {
	margin-right: 5px;
}

.btn_three:hover {
	background: #293861;
	border: 2px solid #293861;
	color: #fff;
}

/*END BTN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}

.navbar-fixed {
	z-index: 999;
	position: fixed;
	opacity: .98;
	width: 100%;
	padding: 10px 0;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: #141F3B;
	box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
}




@media only screen and (max-width:767px) {
	.navbar-brand {
		padding-top: 20px;
	}
}

.arrow-btn::after {
	font-family: FontAwesome;
	content: '\f0d7';
	position: absolute;
	top: 60%;
	right: -1px;
	margin-top: -14px;
}

@media only screen and (max-width:844px) {
	.arrow-btn::after {
		right: -3px;
	}
}

@media only screen and (max-width:767px) {
	.arrow-btn::after {
		display: none;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

.hero-text {
	position: relative;
	text-align: center;
}

.hero-text h2 {
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 66px;
	/* padding-top: 200px; */
	text-transform: capitalize;
	margin-bottom: 15px;
}

@media only screen and (max-width:768px) {
	.hero-text h2 {
		font-size: 40px;
		line-height: 46px;
	}
}

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

	.hero-text h2 {
		/* padding-top: 200px; */
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (max-width:430px) {
	#home {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		background-image: url(../img/bg/banner-vitrine-consultoriar_v3.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 84vh;
		padding-bottom: 30%;
	}
}

@media only screen and (max-width:375px) {
	#home {
		padding-bottom: 20%;
	}
}

.hero-text p {
	color: #fff;
}

.home_btn {
	margin-top: 40px;
}

.item-bounce {
	-webkit-animation: bounce 8s infinite ease-in-out;
	animation: bounce 8s infinite ease-in-out;
}

.home_btn a {
	margin-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.video_btn {
	color: #141F3B;
}

.video_btn:hover {
	color: #80C4AB;
}

.video_btn i {
	background: #141F3B;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
	margin-right: 15px;
	display: inline-block;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
}




/*
* ----------------------------------------------------------------------------------------
* 04.START METHOD
* ----------------------------------------------------------------------------------------
*/
#method {
	background-color: #fff;
}

.method_area {
	position: relative;
	transition: transform .4s;

	/* Animation */
}

.method_area_zoon {
	z-index: 1;
	/* transform: scale(1.1); */
	filter: saturate(5);
}

.blog_wrapper {
	margin-top: 50px;
}

.blog_wrapper a {
	color: #141f3b;
	font-size: 10px;
}

.blog_wrapper a:hover {
	filter: saturate(2);
}

.blog_wrapper a small {
	font-size: 15px;
	display: block;
	padding: 10px;
	color: #444;
}

.blog_wrapper a h2 {
	font-size: 20px;
	font-weight: bold;
}


/*
* ----------------------------------------------------------------------------------------
* 04.END METHOD
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/



.address_btm {
	margin-top: 50px;
}

.address_bg {
	background: #141F3B;
	padding: 60px;
	color: #fff;
}

.address_title {
	margin-bottom: 40px;
}

.address_title h4 {
	color: #fff;
}

.address_title p {}

.single_address {
	margin-bottom: 15px;
	overflow: hidden;
}

.single_address span {
	float: left;
	margin-right: 15px;
	background: rgba(255, 255, 255, 0.1);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
}

.single_address p {
	padding-top: 6px;
	font-size: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/* FOOTER MODERNO */
.footer-modern {
	background: linear-gradient(135deg, #141F3B 0%, #1a2847 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.footer-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #80C4AB, #5BA38A);
}

.footer-main {
	padding: 80px 0 60px;
	position: relative;
	z-index: 1;
}

/* Logo e Descrição */
.footer-brand {
	max-width: 350px;
}

.footer-logo {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.footer-logo span {
	color: #80C4AB;
}

.footer-description {
	font-size: 0.95rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 25px;
}

/* Redes Sociais */
.footer-social {
	display: flex;
	gap: 12px;
}

.social-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(128, 196, 171, 0.3);
}

/* Links Rápidos e Serviços */
.footer-links {
	padding-left: 20px;
}

.footer-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #80C4AB, transparent);
	border-radius: 2px;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 12px;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-menu a:hover {
	color: #80C4AB;
	transform: translateX(5px);
}

/* Contato */
.footer-contact {
	padding-left: 20px;
}

.contact-info {
	margin-top: 10px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.contact-item i {
	color: #80C4AB;
	font-size: 1.1rem;
	margin-top: 3px;
	flex-shrink: 0;
}

.contact-item a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-item a:hover {
	color: #80C4AB;
}

/* Footer Bottom */
.footer-bottom {
	background: rgba(0, 0, 0, 0.2);
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright-text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
	margin-bottom: 0;
}

.footer-legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.footer-legal a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.footer-legal a:hover {
	color: #80C4AB;
}

.footer-legal .separator {
	color: rgba(255, 255, 255, 0.3);
}

/* Responsivo */
@media only screen and (max-width: 991px) {
	.footer-main {
		padding: 60px 0 40px;
	}

	.footer-links,
	.footer-contact {
		padding-left: 0;
		margin-top: 30px;
	}

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

@media only screen and (max-width: 767px) {
	.footer-main {
		padding: 50px 0 30px;
	}

	.footer-legal {
		justify-content: center;
		margin-top: 15px;
	}

	.copyright-text {
		text-align: center;
	}

	.footer-title {
		margin-bottom: 20px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.owl-stage {
	display: flex !important;
}


.whatsapp {
	display: block;
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 44px;
	height: 44px;
}

.whatsapp img {
	max-width: 100%;
	max-height: 100%;
}

/* CONTATO - DESIGN MODERNO */
#contato {
	background-color: #f8f9fa;
	padding-bottom: 80px !important;
}

.contact-info-card {
	background: linear-gradient(135deg, #141F3B 0%, #1e2d4a 100%);
	border-radius: 24px;
	padding: 50px 40px;
	color: #fff;
	box-shadow: 0 25px 50px rgba(20, 31, 59, 0.25);
	position: relative;
	overflow: hidden;
}

.contact-info-card::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(128, 196, 171, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.contact-info-header {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.contact-info-header h4 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.contact-info-header p {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.contact-info-items {
	position: relative;
	z-index: 1;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
	transition: all 0.3s ease;
}

.contact-info-item:hover {
	transform: translateX(5px);
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: rgba(128, 196, 171, 0.2);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #80C4AB;
	font-size: 1.3rem;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
	background: #80C4AB;
	color: #fff;
	transform: scale(1.1);
}

.contact-details {
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 4px;
}

.contact-value {
	font-size: 1.05rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-value:hover {
	color: #80C4AB;
}

.contact-social {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.social-label {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.social-links {
	display: flex;
	gap: 12px;
}

.social-link {
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link:hover {
	background: #80C4AB;
	color: #fff;
	transform: translateY(-3px);
}

/* Formulário Moderno */
.contact-form-card {
	background: #fff;
	border-radius: 24px;
	padding: 50px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	height: 100%;
}

.contact-form-modern .form-floating {
	position: relative;
}

.contact-form-modern .form-control {
	border: 2px solid #e9ecef;
	border-radius: 14px;
	height: 60px;
	padding: 1rem 1.2rem;
	font-size: 1rem;
	background: #f8f9fa;
	transition: all 0.3s ease;
}

.contact-form-modern .form-control:focus {
	border-color: #80C4AB;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(128, 196, 171, 0.1);
}

.contact-form-modern textarea.form-control {
	height: 150px;
	resize: none;
}

.contact-form-modern .form-floating label {
	padding: 1rem 1.2rem;
	color: #6c757d;
	font-weight: 500;
}

.contact-form-modern .form-floating>.form-control:focus~label,
.contact-form-modern .form-floating>.form-control:not(:placeholder-shown)~label {
	color: #80C4AB;
	font-weight: 600;
}

.contact-form-modern .form-floating>.form-control:focus~label i,
.contact-form-modern .form-floating>.form-control:not(:placeholder-shown)~label i {
	color: #80C4AB;
}

/* Botão Submit Moderno */
.btn-submit-modern {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border: none;
	border-radius: 50px;
	padding: 16px 40px;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(128, 196, 171, 0.4);
	cursor: pointer;
}

.btn-submit-modern:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(128, 196, 171, 0.5);
	background: linear-gradient(135deg, #5BA38A 0%, #4A9279 100%);
}

.btn-submit-modern .btn-icon {
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	transition: all 0.3s ease;
}

.btn-submit-modern:hover .btn-icon {
	transform: translateX(3px);
}

/* Responsivo */
@media only screen and (max-width: 991px) {

	.contact-info-card,
	.contact-form-card {
		padding: 35px 25px;
	}

	.contact-info-header h4 {
		font-size: 1.3rem;
	}
}

@media only screen and (max-width: 767px) {
	.contact-info-card {
		margin-bottom: 20px;
	}

	.contact-info-item {
		margin-bottom: 20px;
	}

	.contact-social {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.contact-form-card {
		padding: 30px 20px;
	}

	.btn-submit-modern {
		width: 100%;
		justify-content: center;
	}
}

/* BLOG CAROUSEL - DESIGN MODERNO */
#blog {
	background-color: #fff;
}

.blog-carousel {
	position: relative;
}

.blog-carousel .owl-stage {
	display: flex;
	padding: 20px 0;
}

.blog-carousel .owl-item {
	opacity: 0.7;
	transform: scale(0.95);
	transition: all 0.4s ease;
}

.blog-carousel .owl-item.active {
	opacity: 1;
	transform: scale(1);
}

.blog-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 10px;
}

.blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.blog-card-image {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.blog-card:hover .blog-card-image img {
	transform: scale(1.1);
}

.blog-card-category {
	position: absolute;
	top: 15px;
	left: 15px;
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(128, 196, 171, 0.3);
}

.blog-card-content {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.blog-card-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 0.85rem;
	color: #888;
}

.blog-card-meta i {
	color: #80C4AB;
	margin-right: 5px;
}

.blog-card-title {
	font-size: 1.15rem;
	font-weight: 600;
	color: #1d293e;
	margin-bottom: 12px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-card-title a:hover {
	color: #80C4AB;
}

.blog-card-excerpt {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-card-footer {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.blog-read-more {
	color: #80C4AB;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.blog-read-more:hover {
	color: #5BA38A;
	gap: 12px;
}

.blog-read-more i {
	font-size: 0.8rem;
}

/* Custom Navigation */
.blog-nav {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
}

.blog-prev,
.blog-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	background: #fff;
	color: #666;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog-prev:hover,
.blog-next:hover {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-color: #80C4AB;
	color: #fff;
	box-shadow: 0 8px 25px rgba(128, 196, 171, 0.4);
	transform: scale(1.1);
}

.blog-prev.disabled,
.blog-next.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Dots Customization */
.blog-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.blog-carousel .owl-dot {
	width: 12px;
	height: 12px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 6px;
	display: inline-block;
	transition: all 0.3s ease;
}

.blog-carousel .owl-dot.active {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	transform: scale(1.3);
}

.blog-carousel .owl-dot:hover {
	background: #80C4AB;
}

/* Button Outline Primary */
.btn-outline-primary {
	color: #80C4AB;
	border: 2px solid #80C4AB;
	background: transparent;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-outline-primary:hover {
	background: linear-gradient(135deg, #80C4AB 0%, #5BA38A 100%);
	border-color: #80C4AB;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(128, 196, 171, 0.3);
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.blog-card-image {
		height: 180px;
	}

	.blog-card-content {
		padding: 20px;
	}

	.blog-card-title {
		font-size: 1.05rem;
	}
}

@media only screen and (max-width: 767px) {
	.blog-card {
		margin: 5px;
	}

	.blog-nav {
		margin-top: 20px;
	}

	.blog-prev,
	.blog-next {
		width: 45px;
		height: 45px;
	}
}

/* MEDIA QUERIES - SEÇÃO METODO */
@media only screen and (max-width: 991px) {
	.metodo-card {
		padding: 25px 20px;
	}

	.metodo-title {
		font-size: 1rem;
	}

	.metodo-list li {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 767px) {
	.metodo-card {
		margin-bottom: 20px;
	}

	.metodo-number {
		width: 45px;
		height: 45px;
		font-size: 1.1rem;
	}
}

/* ============================================
   SEÇÃO SOLUCOES - CONSULTORIA EMPRESARIAL
   ============================================ */

.consultoria-section {
	position: relative;
	padding: 100px 0;
	background-image: url('../img/skyline.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}

.consultoria-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(218, 230, 226, 0.92) 0%, rgba(196, 216, 211, 0.9) 50%, rgba(238, 244, 242, 0.92) 100%);
	z-index: 0;
}

.consultoria-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(218, 230, 226, 0.4) 0%, rgba(196, 216, 211, 0.3) 50%, transparent 100%);
	z-index: 0;
}

.consultoria-section .container {
	position: relative;
	z-index: 1;
}

/* Cabeçalho */
.consultoria-title {
	font-size: 3rem;
	font-weight: 700;
	color: #232D47;
	margin: 0;
	line-height: 1.2;
}

.consultoria-title .text-accent {
	color: #141F3B;
}

.consultoria-intro {
	font-size: 0.95rem;
	color: rgba(35, 45, 71, 0.85);
	line-height: 1.7;
	margin: 0;
}

/* Timeline horizontal */
.timeline-container {
	position: relative;
	padding: 30px 0 20px;
}

.timeline-line {
	position: absolute;
	top: 50%;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(128, 196, 171, 0.4) 10%,
			rgba(128, 196, 171, 0.4) 90%,
			transparent 100%);
	transform: translateY(-50%);
}

.timeline-dot {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #232D47 0%, #141F3B 100%);
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 25px rgba(35, 45, 71, 0.3);
}

.timeline-dot-mobile {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #232D47 0%, #141F3B 100%);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(35, 45, 71, 0.3);
}

/* Cards das etapas */
.etapa-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(35, 45, 71, 0.1);
	border-radius: 16px;
	padding: 30px 25px;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(35, 45, 71, 0.12);
}

.etapa-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #232D47, #80C4AB);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.etapa-card:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, 1);
	border-color: rgba(128, 196, 171, 0.5);
	box-shadow: 0 18px 40px rgba(35, 45, 71, 0.2);
}

.etapa-card:hover::before {
	transform: scaleX(1);
}

.etapa-title {
	font-size: 1.15rem;
	font-weight: 600;
	color: #232D47;
	margin-bottom: 12px;
	line-height: 1.4;
}

.etapa-desc {
	font-size: 0.9rem;
	color: rgba(35, 45, 71, 0.75);
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Entregas */
.etapa-entregas {
	padding-top: 20px;
	border-top: 1px solid rgba(35, 45, 71, 0.1);
}

.etapa-subtitle {
	font-size: 0.75rem;
	font-weight: 600;
	color: #232D47;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

.etapa-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.etapa-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.icon-circle {
	width: 36px;
	height: 36px;
	min-width: 36px;
	background: linear-gradient(135deg, #232D47 0%, #141F3B 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	box-shadow: 0 3px 12px rgba(35, 45, 71, 0.25);
}

.icon-circle i {
	color: #fff;
	font-size: 1rem;
}

.entrega-texto {
	flex: 1;
}

.entrega-texto strong {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #232D47;
	margin-bottom: 2px;
}

.entrega-texto span {
	display: block;
	font-size: 0.8rem;
	color: rgba(35, 45, 71, 0.7);
	line-height: 1.4;
}

/* Responsividade */
@media only screen and (max-width: 1199px) {
	.solucoes-title {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 991px) {
	.solucoes-section {
		padding: 80px 0;
	}

	.solucoes-title {
		font-size: 2.2rem;
		text-align: center;
	}

	.solucoes-intro {
		text-align: center;
		font-size: 0.9rem;
	}

	.etapa-card {
		padding: 25px 20px;
	}

	.etapa-title {
		font-size: 1.05rem;
	}
}

@media only screen and (max-width: 767px) {
	.solucoes-section {
		padding: 60px 0;
	}

	.solucoes-title {
		font-size: 1.8rem;
	}

	.etapa-card {
		margin-bottom: 20px;
		padding: 25px 20px;
	}

	.timeline-dot-mobile {
		width: 45px;
		height: 45px;
		font-size: 1rem;
		margin-bottom: 15px;
	}

	.icon-circle {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}

	.icon-circle i {
		font-size: 0.9rem;
	}

	.entrega-texto strong {
		font-size: 0.8rem;
	}

	.entrega-texto span {
		font-size: 0.75rem;
	}
}

/* ============================================
   CARDS DE SOLUÇÕES - CORES PERSONALIZADAS
   ============================================ */
.solution-card {
	padding: 30px 25px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid transparent;
}

.solution-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.solution-card .solution-icon {
	font-size: 32px;
	margin-bottom: 15px;
}

.solution-card h4 {
	margin-bottom: 12px;
	font-size: 1.15rem;
}

.solution-card p {
	margin-bottom: 15px;
	font-size: 0.9rem;
	line-height: 1.5;
}

.solution-card .solution-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 0.9rem;
	transition: gap 0.3s ease;
}

.solution-card:hover .solution-link {
	gap: 10px;
}

/* Tecnologia - Fundo escuro #232D47, texto branco */
.solution-card--tech {
	background-color: #141F3B;
	color: #fff;
}

.solution-card--tech h4,
.solution-card--tech .solution-icon,
.solution-card--tech .solution-link {
	color: #fff;
}

.solution-card--tech p {
	color: rgba(255, 255, 255, 0.85);
}

.solution-card--tech:hover {
	border-color: #80C4AB;
}

/* Pro - Fundo mais escuro #141F3B, texto branco */
.solution-card--pro {
	background-color: #141F3B;
	color: #fff;
}

.solution-card--pro h4,
.solution-card--pro .solution-icon,
.solution-card--pro .solution-link {
	color: #fff;
}

.solution-card--pro p {
	color: rgba(255, 255, 255, 0.85);
}

.solution-card--pro:hover {
	border-color: #80C4AB;
}

/* Consultoria - Fundo verde #80C4AB, texto escuro */
.solution-card--consult {
	background-color: #D9E5E1;
	color: #141F3B;
}

.solution-card--consult h4,
.solution-card--consult .solution-icon,
.solution-card--consult .solution-link {
	color: #141F3B;
}

.solution-card--consult p {
	color: rgba(20, 31, 59, 0.9);
}

.solution-card--consult:hover {
	border-color: #141F3B;
}

/* Social - Fundo claro #D9E5E1, texto escuro */
.solution-card--social {
	background-color: #D9E5E1;
	color: #232D47;
}

.solution-card--social h4,
.solution-card--social .solution-icon,
.solution-card--social .solution-link {
	color: #232D47;
}

.solution-card--social p {
	color: rgba(35, 45, 71, 0.9);
}

.solution-card--social:hover {
	border-color: #80C4AB;
}