/* #####################################
########################################

	Theme name: C20
	Theme URI: Não informado
	Description: Este tema foi desenvolvido de forma exclusiva.

	Code: Gabriel Amarante | https://gabrielfreelancer.com.br
	Author: Cadmo Studio
	Author URI: https://cadmo.studio

	Version: MK.02.2026

########################################
##################################### */

@charset "UTF-8";

/* ######
   Básicos
############ */

* { outline: none; }

html { scroll-behavior: smooth; }

html , body {
	margin: 0;
	padding: 0;
}

body {
	color: var(--cinza);
	font-size: 14px;
	font-family: var(--open-sans);
}

a , a:hover , a:focus {
	color: var(--cinza);
	text-decoration: none;
	transition: .3s;
}
a:hover ,
a:focus {
	color: var(--cinza);
}

button , button:hover , button:focus {
	outline: none;
	cursor: pointer;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

select {
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center right;
}

/* ######
   Variáveis
############ */

:root {
	/* Fontes */
	--area-normal: 'area-normal', sans-serif;
	--area-extended: 'area-extended', sans-serif;
	/* Cores */
	--cinza: #888;
	--verde-escuro: #283432;
	--bege: #AF9B8C;
	--bege-3: #CEA587;
	--creme: #F8F7F5;
	--creme-escuro: #EAE7E1;
	--branco-quente: #FBFAF8;
	--texto-escuro: #3B3B3B;
	--texto-cinza: #7D7D7D;
	--texto-preto: #252525;
	--dourado: #7F7239;
}

/* ######
   Classes gerais
############ */

/* site */

.site {
	overflow: hidden;
}

/* container-fluid */

.container-fluid {
	padding: 0 36px;
}

@media (max-width: 580px) {
	.container-fluid {
		padding: 0 12px;
	}
}

/* box-slide */

.box-slide {
	position: relative;
}
.box-slide .slide-item {
	cursor: initial;
}

/* d-table */

.d-table {
	list-style: none;
	display: table;
	margin: 0;
	padding: 0;
}
.d-table li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* d-center */

.d-center {
	align-items: center;
	display: flex;
	width: 100%;
	min-height: 100%;
}

/* wp-pagenavi */

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a ,
.wp-pagenavi span {
	color: var(--cinza);
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	transition: .3s;
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: #FFF;
}
.wp-pagenavi .current {
	color: #FFF;
	background: var(--cinza);
}

/* box-return */

.box-return {
	position: fixed;
	bottom: 100px;
	right: 28px;
	z-index: 5;
	transition: .3s;
}
@media (max-width:580px) {
	.box-return {
		bottom: 85px;
		right: 14px;
	}
}
.box-return button {
	font-size: 0;
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	background: var(--cinza) url('assets/images/icons/arrow-return.svg') no-repeat center 16px;
	background-size: 25px auto;
}

/* ######
   Textos
############ */

/* titulo-principal */

.titulo-principal {
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
}

/* titulo-secundario */

.titulo-secundario {
	font-size: 14px;
	line-height: 120%;
	margin: 0 0 15px;
}

/* ######
   Botões
############ */

/* botao-vermelho */

.botao-vermelho {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	transition: .3s;
	border-radius: 5px;
	background: #f00;
}
.botao-vermelho:hover {
	opacity: .5;
}

/* ######
   Padrão (Conteúdo)
############ */

.page-template-default #conteudo {
	padding: 60px 0;
	background: #EEE;
}

.page-template-default #conteudo .box-header {
	margin: 0 0 50px;
}

/* ######
   Mobile
############ */

/* ######
   Hamburger Button
############ */

.btn-hamburger {
	width: 44px;
	height: 44px;
	border: none;
	background: var(--bege);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0;
	transition: .3s;
}
.btn-hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
.btn-hamburger:hover {
	opacity: .85;
}

/* ######
   Mobile Menu
############ */

#mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity .35s ease;
	background: #fff;
	display: flex;
	flex-direction: column;
}
#mobile.active {
	z-index: 200;
	opacity: 1;
}

#mobile .text-end {
	display: flex;
	justify-content: flex-end;
}

.mobile-header {
	padding: 20px 0;
	flex-shrink: 0;
}
.mobile-header .box-logo {
	margin: 0;
}
.mobile-header .box-logo img {
	max-height: 30px;
}

.btn-mobile-fechar {
	width: 44px;
	height: 44px;
	border: none;
	background: var(--bege);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: .3s;
}
.btn-mobile-fechar:hover {
	opacity: .85;
}

.mobile-conteudo {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 30px 80px;
}

#mobile .navbar {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
}
#mobile .navbar ul {
	list-style: none !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
}
#mobile .navbar li {
	list-style-type: none;
	display: block;
	margin: 0 0 10px;
}
#mobile .navbar li:last-child {
	margin: 30px 0 0;
}
#mobile .navbar a {
	color: var(--texto-escuro);
	font-size: 14px;
	font-family: var(--area-extended);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 40px;
	display: inline-block;
	transition: .3s;
}
#mobile .navbar a:hover {
	color: var(--bege);
}
/* Último link como botão CONTATO */
#mobile .navbar li:last-child a {
	background: var(--bege);
	color: #fff;
	padding: 10px 35px;
	font-size: 12px;
	letter-spacing: 2.5px;
	line-height: 20px;
}
#mobile .navbar li:last-child a:hover {
	opacity: .85;
	color: #fff;
}

/* ######
   Cabeçalho
############ */

#header {
	padding: 20px 0;
	background: #283432;
}

#header .text-end {
	display: flex;
	justify-content: flex-end;
}

#header .box-logo {
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: center;
}
@media (max-width: 992px) {
	#header .box-logo {
		justify-content: flex-start;
	}
}

#header .navbar {
	width: 100%;
	padding: 0;
}
#header .navbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .navbar ul#menu-cabecalho-da-direita {
	gap: 55px;
	justify-content: flex-end;
}
#header .navbar li {
	display: inline-block;
	margin: 0;
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	color: #FBFAF8;
	font-size: 10px;
	font-weight: 900;
	font-family: var(--area-extended);
	text-transform: uppercase;
	display: inline-block;
	transition: .3s;
}
#header .navbar a:hover {
	color: var(--bege);
}
#header .navbar .botao-menu a {
	padding: 17px 27px;
	transition: .3s;
	background: var(--bege);
}
#header .navbar .botao-menu a:hover {
	color: #fff;
	background: var(--bege-3);
}

/* ######
   Cabeçalho fixo
############ */

#header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 20px 0;
	background: #fff;
	transform: translateY(-100%);
	transition: transform .4s ease;
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
#header-fixed.ativo {
	transform: translateY(0);
}

#header-fixed .text-end {
	display: flex;
	justify-content: flex-end;
}

#header-fixed .box-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
@media (max-width: 992px) {
	#header-fixed .box-logo {
		justify-content: flex-start;
	}
}

#header-fixed .navbar {
	width: 100%;
	padding: 0;
}
#header-fixed .navbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header-fixed .navbar ul#menu-cabecalho-da-direita-1 {
	gap: 55px;
	justify-content: flex-end;
}
#header-fixed .navbar li {
	display: inline-block;
	margin: 0;
}
#header-fixed .navbar li:first-child {
	margin: 0;
}
#header-fixed .navbar a {
	color: var(--texto-preto);
	font-size: 10px;
	font-weight: 900;
	font-family: var(--area-extended);
	text-transform: uppercase;
	display: inline-block;
	transition: .3s;
}
#header-fixed .navbar a:hover {
	color: var(--bege);
}
#header-fixed .navbar .botao-menu a {
	color: #FBFAF8;
	padding: 17px 27px;
	transition: .3s;
	background: var(--bege);
}
#header-fixed .navbar .botao-menu a:hover {
	color: #fff;
	background: var(--bege-3);
}

/* ######
   Componentes reutilizáveis
############ */

/* label-secao */

.label-secao {
	color: var(--bege);
	font-size: 10px;
	font-family: var(--area-extended);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .95px;
	line-height: 16px;
	display: block;
	margin: 0 0 30px;
}

/* titulo-secao */

.titulo-secao {
	color: var(--verde-escuro);
	font-size: 45px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 57px;
	margin: 0 0 40px;
}
.titulo-secao-left {
	text-align: left;
}
.titulo-secao-claro {
	color: var(--branco-quente);
}
@media (max-width:768px) {
	.titulo-secao {
		font-size: 32px;
		line-height: 42px;
		margin: 0 0 25px;
	}
}
@media (max-width:576px) {
	.titulo-secao {
		font-size: 26px;
		line-height: 36px;
	}
}

/* detalhe-dourado */

.detalhe-dourado {
	width: 114px;
	height: 12px;
	border: 1px solid var(--dourado);
	margin: 0 auto;
}

/* botao-escuro */

.botao-escuro {
	color: var(--branco-quente);
	font-size: 9px;
	font-family: var(--raleway);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .95px;
	display: inline-block;
	padding: 17px 27px;
	background: var(--texto-escuro);
	transition: .3s;
}
.botao-escuro:hover {
	color: var(--branco-quente);
	opacity: .8;
}

/* botao-bege */

.botao-bege {
	color: var(--branco-quente);
	font-size: 10px;
	font-family: var(--area-extended);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .95px;
	display: inline-block;
	padding: 17px 27px;
	background: var(--bege);
	transition: .3s;
}
.botao-bege:hover {
	color: var(--branco-quente);
	opacity: .8;
}

/* botao-outline-verde */

.botao-outline-verde {
	color: var(--verde-escuro);
	font-size: 15px;
	font-family: var(--raleway);
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 25px;
	border: 1px solid var(--verde-escuro);
	border-radius: 30px;
	transition: .3s;
}
.botao-outline-verde:hover {
	color: var(--branco-quente);
	background: var(--verde-escuro);
}

/* ######
   Hero
############ */

#hero {
	padding: 80px 0 0;
	background: var(--verde-escuro);
}
#hero .container {
	padding-bottom: 40px;
}
.hero-titulo {
	color: var(--branco-quente);
	font-size: 50px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 60px;
	margin: 0 0 30px;
}
.hero-detalhe {
	width: 114px;
	height: 12px;
	border: 1px solid var(--bege);
	margin: 0 auto;
}
.hero-imagem {
	margin-top: 80px 0 0;
	position: relative;
	overflow: hidden;
}
.hero-imagem img {
	width: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 1920 / 768;
}
@media (max-width: 768px) {
	.hero-imagem img {
		aspect-ratio: 680 / 800;
	}
}
.flickity-page-dots {
	width: auto;
	max-width: calc(100% - 80px);
	position: absolute;
	bottom: initial;
	top: 30px;
	right: 40px;
	display: flex;
	gap: 12px;
}
.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid var(--bege);
	opacity: .5;
	background: transparent;
}
.flickity-page-dots .dot.is-selected {
	background: var(--bege);
	opacity: 1;
}
@media (max-width:768px) {
	.hero-titulo {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width:576px) {
	#hero {
		padding-top: 60px;
	}
	.hero-titulo {
		font-size: 26px;
		line-height: 36px;
	}
}

/* ######
   Parceiros
############ */

#parceiros {
	padding: 25px 0;
	overflow: hidden;
	background: #F8F7F5;
}
.parceiros-scroll {
	overflow: hidden;
}
#parceiros .flickity-viewport {
	height: 80px !important;
	overflow: hidden;
}
.parceiros-cell {
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 30px;
	white-space: nowrap;
}
.parceiros-cell img {
	max-height: 60px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	filter: grayscale(1);
	opacity: .6;
}
#parceiros .flickity-page-dots,
#parceiros .flickity-button {
	display: none;
}
@media (max-width:768px) {
	.parceiros-cell {
		padding: 0 20px;
	}
}

/* ######
   Sobre
############ */

#sobre {
	padding: 0 0 90px;
	position: relative;
	background: var(--creme);
}
#sobre::before {
	content: '';
	width: 100%;
	height: 560px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #1F1F1F;
}
#sobre .container-fluid {
	position: relative;
	z-index: 2;
}
.sobre-texto {
	padding: 80px 0 40px;
}
.sobre-titulo {
	color: var(--texto-preto);
	font-size: 45px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 57px;
	margin: 0;
}
.sobre-descricao {
	align-items: flex-end;
	justify-content: flex-end;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 80px 24px 40px;
}
.sobre-descricao p {
	color: var(--texto-cinza);
	font-size: 18px;
	font-family: var(--area-normal);
	line-height: 30px;
	max-width: 410px;
	margin: 0;
}
.sobre-imagem {
	margin: 0;
	overflow: hidden;
}
.sobre-imagem img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	display: block;
}
.sobre-conteudo {
	padding: 80px 60px;
	background: var(--creme-escuro);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sobre-conteudo-info {
	max-width: 450px;
	margin: 0 auto;
}
.sobre-conteudo-titulo {
	color: var(--texto-escuro);
	font-size: 34px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 46px;
	margin: 0 0 40px;
}
.sobre-conteudo p {
	color: var(--texto-cinza);
	font-size: 15px;
	font-family: var(--area-normal);
	line-height: 27px;
}
.sobre-conteudo a {
	font-size: 10px;
	font-family: var(--area-extended);
	font-weight: 900;
	margin: 60px 0 0;
}
@media (max-width:768px) {
	.sobre-texto ,
	.sobre-descricao {
		padding: 40px 20px 20px;
	}
	.sobre-titulo {
		font-size: 28px;
		line-height: 38px;
	}
	.sobre-descricao {
		justify-content: flex-start;
	}
	.sobre-imagem img {
		height: 400px;
	}
	.sobre-conteudo {
		padding: 40px 20px;
	}
	.sobre-conteudo-titulo {
		font-size: 24px;
		line-height: 34px;
	}
	#sobre::before {
		height: 400px;
	}
	#sobre {
		padding: 0 0 50px;
	}
}
@media (max-width:576px) {
	.sobre-imagem img {
		height: 300px;
	}
	#sobre::before {
		height: 350px;
	}
	.sobre-conteudo p {
		margin: 0 0 30px;
	}
}

/* ######
   Metodologia
############ */

#metodologia {
	padding: 80px 0;
	background: var(--creme);
}
.metodologia-galeria {
	padding: 50px 0 0;
	position: relative;
}

/* Slider */
.metodologia-slider {
	overflow-x: hidden;
	overflow-y: visible;
}
#metodologia .flickity-viewport {
	overflow: visible;
	transition: height .4s ease;
}

/* Cada slide */
.metodologia-slide {
	width: 50vw;
	opacity: .4;
	transition: opacity .4s ease, transform .4s ease;
	transform: scale(.85);
}
.metodologia-slide.is-selected {
	opacity: 1;
	transform: scale(1);
}

/* Imagem do slide */
.metodologia-slide-img {
	overflow: hidden;
}
.metodologia-slide-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 684 / 456;
	object-fit: cover;
	display: block;
}

/* Info do slide (só aparece no selecionado) */
.metodologia-slide-info {
	text-align: center;
	padding: 30px 40px 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	transition: opacity .4s ease;
	width: 560px;
	max-width: 95%;
}
.metodologia-slide.is-selected .metodologia-slide-info {
	opacity: 1;
	visibility: visible;
	position: relative;
	left: auto;
	right: auto;
}
.metodologia-slide-info h3 {
	color: var(--texto-escuro);
	font-size: 24px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 37px;
	margin: 0 0 15px;
}
.metodologia-slide-info p {
	color: var(--texto-cinza);
	font-size: 15px;
	font-weight: 400;
	font-family: var(--area-normal);
	line-height: 27px;
	margin: 0;
}

/* Setas de navegação */
.nav-seta {
	width: 42px;
	height: 42px;
	border: none;
	background: rgba(175,155,140,.18);
	cursor: pointer;
	transition: .3s;
	position: relative;
}
.nav-seta:hover {
	background: rgba(175,155,140,.35);
}
.nav-seta::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--texto-escuro);
	border-bottom: 2px solid var(--texto-escuro);
	position: absolute;
	top: 50%;
	left: 50%;
}
.nav-seta-esq::after {
	transform: translate(-30%, -50%) rotate(135deg);
}
.nav-seta-dir::after {
	transform: translate(-70%, -50%) rotate(-45deg);
}
.metodologia-galeria {
	position: relative;
	overflow: hidden;
}
.metodologia-prev,
.metodologia-next {
	position: absolute;
	top: initial;
	z-index: 10;
	bottom: 90px;
}
.metodologia-prev {
	left: calc(25vw - 8px);
}
.metodologia-next {
	right: calc(25vw - 8px);
}

/* Esconde dots e botões padrão do Flickity */
#metodologia .flickity-page-dots,
#metodologia .flickity-button {
	display: none;
}

@media (max-width:768px) {
	.metodologia-slide {
		width: 70%;
	}
	.metodologia-prev {
		left: 10px;
	}
	.metodologia-next {
		right: 10px;
	}
	.metodologia-slide-info {
		padding: 20px 10px 0;
	}
}
@media (max-width:576px) {
	.metodologia-slide {
		width: 85%;
	}
	.metodologia-prev,
	.metodologia-next {
		top: 140px;
		bottom: auto;
	}
	.metodologia-prev {
		left: 5px;
	}
	.metodologia-next {
		right: 5px;
	}
	.metodologia-slide-info h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

/* ######
   Atuação
############ */

#atuacao {
	padding: 80px 0;
	background: var(--creme);
}
.atuacao-titulo {
	margin-bottom: 70px;
	border-bottom: solid 1px #D7D6D3;
}
.atuacao-descricao {
	color: var(--texto-cinza);
	font-size: 18px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 100px;
	max-width: 385px;
}
.atuacao-imagem {
	margin: 0;
}
.atuacao-imagem img {
	width: 100%;
	height: auto;
	display: block;
}
.atuacao-lista {
	margin: 0 0 40px;
}
.atuacao-item {
	padding: 22px 0;
	border-bottom: 1px solid rgba(13,12,9,.14);
	cursor: pointer;
	transition: .3s;
}
.atuacao-item:first-child {
	border-top: none;
}
.atuacao-item span {
	color: #0D0C09;
	font-size: 28px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 46px;
	transition: color .3s;
}
.atuacao-item:hover span,
.atuacao-item.ativo span {
	color: var(--bege);
}
.atuacao-painel {
	display: none;
}
.atuacao-painel.ativo {
	display: block;
	animation: atuacaoFadeIn .4s ease;
}
@keyframes atuacaoFadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to   { opacity: 1; transform: translateY(0); }
}
@media (max-width:768px) {
	.atuacao-titulo {
		margin-bottom: 40px;
	}
	.atuacao-descricao {
		margin: 0 0 40px;
	}
	.atuacao-item span {
		font-size: 20px;
		line-height: 32px;
	}
	.atuacao-info {
		margin-bottom: 40px;
	}
}

/* ######
   Números
############ */

#numeros {
	padding: 80px 0 40px;
	background: var(--creme);
}
.numero-item {
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 40px;
}
.numero-valor {
	color: var(--texto-escuro);
	font-size: 9vw;
	font-family: var(--area-normal);
	font-weight: 160;
	line-height: 1;
	display: flex;
	align-items: baseline;
	margin: 0 0 15px;
	transform: translateX(-30px);
	overflow: hidden;
}
[data-delay="3"] .numero-valor {
	transform: initial;
}
.num-char {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 1em;
}
.num-digit {
	display: block;
	transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.num-digit.saindo {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-120%);
	opacity: 0;
	transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .3s ease;
}
.num-digit.entrando {
	transform: translateY(120%);
	opacity: 0;
}
.num-digit.atual {
	transform: translateY(0);
	opacity: 1;
}
.numero-descricao {
	color: var(--texto-cinza);
	font-size: 18px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 30px;
	max-width: 300px;
}
.numeros-obs {
	color: var(--texto-cinza);
	font-size: 12px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	margin: 20px 0 0;
}
@media (max-width:768px) {
	.numero-valor {
		font-size: 80px;
	}
}
@media (max-width:576px) {
	.numero-valor {
		font-size: 60px;
	}
}

/* ######
   Portfólio
############ */

#portfolio {
	height: 80vh;
	padding: 55px 0 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

/* ######
   Parcerias
############ */

#parcerias {
	padding: 100px 0 80px;
	background: var(--verde-escuro);
}
.label-secao-claro {
	color: var(--bege);
}
.parcerias-cards {
	padding: 50px 0;
	overflow: hidden;
}
.parcerias-scroll {
	overflow: hidden;
}
#parcerias .flickity-viewport {
	overflow: visible;
}
.parceria-card {
	width: 397px;
	padding: 0 12px;
}
.parceria-imagem {
	height: 590px;
	margin: 0 0 34px;
	overflow: hidden;
}
.parceria-imagem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .3s;
	background: #D9D9D9;
}
.parceria-card:hover .parceria-imagem img {
	transform: scale(1.08);
}
.parceria-info h3 {
	color: #F2E1E1;
	font-size: 28px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 40px;
	margin: 0 0 36px;
}
.parceria-tags {
	display: flex;
	gap: 16px;
}
.parceria-tags span {
	color: var(--bege);
	font-size: 10px;
	font-family: var(--area-extended);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .95px;
	line-height: 16px;
}
#parcerias .text-right {
	text-align: right;
}
#parcerias .flickity-page-dots,
#parcerias .flickity-button {
	display: none;
}
@media (max-width:768px) {
	.parceria-card {
		width: 280px;
	}
	.parceria-imagem img {
		height: 420px;
	}
	.parceria-info h3 {
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width:576px) {
	.parceria-card {
		width: 240px;
	}
	.parceria-imagem img {
		height: 360px;
	}
	.parceria-info h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 20px;
	}
}

/* ######
   Modal Parcerias
############ */

.parceria-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 100;
	justify-content: center;
	align-items: center;
}
.parceria-modal-overlay.ativo {
	display: flex;
}
.parceria-modal {
	width: 90%;
	max-width: 1156px;
	max-height: 90vh;
	display: flex;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.parceria-modal-fechar {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 36px;
	height: 36px;
	border: none;
	background: none;
	font-size: 28px;
	color: var(--texto-escuro);
	cursor: pointer;
	z-index: 5;
	line-height: 1;
	transition: .3s;
}
.parceria-modal-fechar:hover {
	opacity: .5;
}


.parceria-modal-imagem {
	width: 48.5%;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.parceria-modal-imagem a {
	width: 100%;
	height: 100%;
	display: block;
}
.parceria-modal-imagem img {
	display: block !important;
	height: 100% !important;
}

.parceria-modal-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	z-index: 1;
	transition: opacity .5s ease;
}
.parceria-modal-slide.ativo {
	opacity: 1;
	z-index: 2;
}
.parceria-modal-seta {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: none;
	background: rgba(175,155,140,.69);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	z-index: 3;
}
.parceria-modal-seta:hover {
	background: rgba(175,155,140,.9);
}
.parceria-modal-seta-esq {
	left: 20px;
}
.parceria-modal-seta-dir {
	right: 20px;
}

/* Lado do conteúdo */
.parceria-modal-conteudo {
	width: 51.5%;
	padding: 80px 60px;
}
.parceria-modal-info {
	margin: 0 0 60px;
}
.parceria-modal-titulo {
	color: var(--texto-escuro);
	font-size: 34px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 46px;
	margin: 0 0 32px;
}
.parceria-modal-tags {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 50px;
}
.parceria-modal-tags span {
	color: var(--bege);
	font-size: 10px;
	font-family: var(--area-extended);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .95px;
	line-height: 16px;
}
.parceria-modal-descricao {
	color: var(--texto-cinza);
	font-size: 15px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 27px;
	margin: 0;
}

/* cards com cursor pointer */
.parceria-card {
	cursor: pointer;
}

@media (max-width:768px) {
	.parceria-modal {
		flex-direction: column;
		max-height: 90vh;
		overflow-y: auto;
	}
	.parceria-modal-imagem {
		width: 100%;
		height: 350px;
	}
	.parceria-modal-conteudo {
		width: 100%;
		padding: 40px 30px;
	}
	.parceria-modal-titulo {
		font-size: 26px;
		line-height: 36px;
	}
	.parceria-modal-info {
		margin: 0 0 30px;
	}
	.parceria-modal-tags {
		margin: 0 0 30px;
	}
	.parceria-modal-fechar {
		color: #fff;
	}
}
@media (max-width:576px) {
	.parceria-modal {
		width: 100%;
		height: 100%;
		max-height: 100vh;
	}
	.parceria-modal-imagem {
		height: 280px;
	}
	.parceria-modal-conteudo {
		padding: 30px 20px;
	}
	.parceria-modal-titulo {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 20px;
	}
}

/* ######
   Blog
############ */

#blog {
	padding: 80px 0;
	background: var(--creme);
}
.blog-descricao-box {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.blog-descricao {
	color: var(--texto-cinza);
	font-size: 18px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 40px;
	max-width: 370px;
}
.blog-grid {
	margin-top: 30px;
}
.blog-imagem {
	margin: 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.blog-imagem {
		margin: 30px 0 0;
	}
}
.blog-imagem img {
	width: 100%;
	height: 387px;
	object-fit: cover;
	display: block;
}
.blog-imagem-grande img {
	height: 720px;
}
@media (max-width:768px) {
	.blog-imagem img {
		height: 250px;
		margin-bottom: 15px;
	}
	.blog-imagem-grande img {
		height: 350px;
	}
	.blog-descricao {
		margin: 0 0 20px;
	}
	.depoimento-conteudo {
		max-width: 100%;
	}
}

/* ######
   Depoimento
############ */

#depoimento {
	padding: 80px 0;
	background: var(--branco-quente);
}
.depoimento-conteudo {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.depoimento-conteudo p {
	color: var(--texto-cinza);
	font-size: 15px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 38px;
}
.depoimento-social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 25px;
}

/* ######
   CTA Contato
############ */

#cta-contato {
	padding: 0;
	background: var(--creme-escuro);
}
.cta-header {
	padding: 80px 0;
	border-bottom: 2px solid var(--texto-escuro);
}
.cta-titulo {
	color: var(--texto-escuro);
	font-size: 90px;
	font-family: var(--area-normal);
	font-weight: 100;
	line-height: 1;
	margin: 10px 0 0;
}
.cta-link {
	display: block;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 2px solid var(--texto-escuro);
	transition: .3s;
}
.cta-link:hover {
	background: rgba(0,0,0,.03);
	color: var(--texto-escuro);
}
.cta-link-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.cta-link-texto {
	color: var(--texto-escuro);
	font-size: 30px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 60px;
	transition: .3s;
}
.cta-link:hover .cta-link-texto {
	color: var(--bege);
	margin: 0 0 0 30px;
}
.cta-link-icone {
	width: 30px;
	height: 30px;
	background: var(--texto-escuro);
	border-radius: 2px;
}
@media (max-width:768px) {
	.cta-titulo {
		font-size: 50px;
	}
	.cta-header {
		padding: 50px 0;
	}
	.cta-link {
		padding: 25px 0;
	}
	.cta-link-texto {
		font-size: 28px;
		line-height: 40px;
	}
}
@media (max-width:576px) {
	.cta-titulo {
		font-size: 36px;
	}
	.cta-link-texto {
		font-size: 22px;
		line-height: 32px;
	}
}

/* ######
   Rodapé Info
############ */

#rodape-info {
	background: var(--creme-escuro);
}
.rodape-info-logo {
	margin: 0 0 60px;
}
.rodape-info-logo img {
	max-height: 50px;
}
.rodape-colunas {
	padding: 80px 0;
}
@media (max-width: 768px) {
	.rodape-colunas {
		text-align: center;
		max-width: 280px;
		margin: 0 auto;
	}
}
.rodape-coluna h4 {
	color: var(--texto-escuro);
	font-size: 19px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 0 22px;
}
.rodape-num {
	color: var(--texto-escuro);
	font-size: 12px;
	font-weight: 400;
	margin: 0 4px 0 -15px;
	display: inline-block;
	transform: translateY(-10px);
}
@media (max-width: 768px) {
	.rodape-coluna {
		margin: 30px 0 0;
	}
}
.rodape-coluna ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rodape-coluna ul li {
	margin: 0 0 8px;
}
.rodape-coluna ul li:last-child {
	margin: 0;
}
.rodape-coluna a ,
.rodape-coluna p ,
.rodape-coluna li {
	color: var(--texto-escuro);
	font-size: 14px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 22px;
}
.rodape-coluna a:hover {
	color: var(--bege-3);
}
.rodape-coluna p {
	line-height: 26px;
	margin: 0;
}
.rodape-bottom {
	padding: 15px 0;
	border-top: 2px solid var(--texto-escuro);
}
.rodape-copy ,
.rodape-privacidade ,
.rodape-credito {
	color: var(--texto-escuro);
	font-size: 13px;
	font-family: var(--area-normal);
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}
.rodape-credito a {
	display: inline-block;
	margin: 0 0 0 5px;
}
@media (max-width:768px) {
	.rodape-colunas {
		flex-wrap: wrap;
	}
	.rodape-colunas > .col,
	.rodape-colunas > .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.rodape-coluna {
		margin-bottom: 30px;
	}
	.rodape-info-logo {
		margin: 0 0 30px;
	}
	.rodape-bottom .row {
		text-align: center;
	}
	.rodape-credito {
		margin-top: 10px;
	}
}
@media (max-width:576px) {
	.rodape-colunas > .col,
	.rodape-colunas > .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.rodape-bottom .col-md-4 {
		margin-bottom: 5px;
	}
}

/* ######
   Correções Responsivas Gerais
############ */

/* Previne scroll horizontal */
html, body {
	overflow-x: hidden;
}

/* Header Fixed – mobile/tablet */
@media (max-width:991px) {
	#header-fixed .col-md-4.d-none {
		display: none !important;
	}
	#header-fixed .box-logo {
		justify-content: flex-start;
		margin: 0;
	}
	#header-fixed .box-logo img {
		max-height: 35px;
	}
	#header-fixed {
		padding: 12px 0;
	}
}

/* Hero – mobile */
@media (max-width:576px) {
	#hero {
		padding-top: 40px;
	}
	.hero-titulo {
		font-size: 22px;
		line-height: 32px;
	}
	#hero .container {
		padding-bottom: 20px;
	}
}

/* Atuação – tablet e mobile */
@media (max-width:991px) {
	#atuacao .atuacao-info {
		margin-bottom: 30px;
	}
	.atuacao-painel .atuacao-imagem img {
		max-height: 350px;
		object-fit: cover;
	}
}
@media (max-width:576px) {
	.atuacao-item span {
		font-size: 18px;
		line-height: 28px;
	}
	.atuacao-descricao {
		font-size: 15px;
		line-height: 26px;
		margin: 0 0 30px;
	}
}

/* Portfolio – iOS fix */
@media (max-width:991px) {
	#portfolio {
		background-attachment: scroll;
		height: 50vh;
	}
}
@media (max-width:576px) {
	#portfolio {
		height: 40vh;
	}
}

/* Parcerias – mobile */
@media (max-width:576px) {
	#parcerias {
		padding: 60px 0 40px;
	}
	.parceria-imagem {
		height: auto;
	}
}

/* Blog – mobile */
@media (max-width:576px) {
	#blog {
		padding: 50px 0;
	}
}

/* Números – mobile */
@media (max-width:576px) {
	#numeros {
		padding: 50px 0 20px;
	}
}

/* Rodapé – mobile */
@media (max-width:576px) {
	#rodape-info {
		padding: 40px 0 0;
	}
	.rodape-info-logo {
		text-align: center;
		margin: 0 0 30px;
	}
	.rodape-colunas {
		text-align: center;
		max-width: 100%;
	}
}

/* ######
   Animações de Entrada no Scroll
############ */

.anim {
	opacity: 0;
	transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
	will-change: opacity, transform;
}
.anim.anim-up {
	transform: translateY(40px);
}
.anim.anim-left {
	transform: translateX(-60px);
}
.anim.anim-right {
	transform: translateX(60px);
}
.anim.visivel {
	opacity: 1;
	transform: translate(0);
}

/* Delays escalonados para grupos */
.anim[data-delay="1"] { transition-delay: .1s; }
.anim[data-delay="2"] { transition-delay: .2s; }
.anim[data-delay="3"] { transition-delay: .3s; }
.anim[data-delay="4"] { transition-delay: .4s; }
.anim[data-delay="5"] { transition-delay: .5s; }

/* Acessibilidade: desativar animações se o usuário preferir */
@media (prefers-reduced-motion: reduce) {
	.anim {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}