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

	Theme name: Forte Apache
	Theme URI: 
	Description: Este tema foi desenvolvido de forma exclusiva.

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

	Version: MK.10.2024

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

@charset "UTF-8";

/* ######
   Inclusões
############ */

@import "includes/css/_bootstrap.css";
@import "includes/css/_flickity.css";
@import "includes/css/_fancybox.css";

/* ######
   Fontes
############ */

@font-face {
	font-family: 'Aston Script';
	src: url('includes/fonts/AstonScriptBold-Bold.eot');
	src: url('includes/fonts/AstonScriptBold-Bold.eot?#iefix') format('embedded-opentype'),
			 url('includes/fonts/AstonScriptBold-Bold.woff2') format('woff2'),
			 url('includes/fonts/AstonScriptBold-Bold.woff') format('woff'),
			 url('includes/fonts/AstonScriptBold-Bold.ttf') format('truetype'),
			 url('includes/fonts/AstonScriptBold-Bold.svg#AstonScriptBold-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Power Grotesk';
	src: url('includes/fonts/PowerGrotesk-Medium.eot');
	src: url('includes/fonts/PowerGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
			 url('includes/fonts/PowerGrotesk-Medium.woff2') format('woff2'),
			 url('includes/fonts/PowerGrotesk-Medium.woff') format('woff'),
			 url('includes/fonts/PowerGrotesk-Medium.ttf') format('truetype'),
			 url('includes/fonts/PowerGrotesk-Medium.svg#PowerGrotesk-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Power Grotesk';
	src: url('includes/fonts/PowerGrotesk-UltraLight.eot');
	src: url('includes/fonts/PowerGrotesk-UltraLight.eot?#iefix') format('embedded-opentype'),
			 url('includes/fonts/PowerGrotesk-UltraLight.woff2') format('woff2'),
			 url('includes/fonts/PowerGrotesk-UltraLight.woff') format('woff'),
			 url('includes/fonts/PowerGrotesk-UltraLight.ttf') format('truetype'),
			 url('includes/fonts/PowerGrotesk-UltraLight.svg#PowerGrotesk-UltraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Power Grotesk';
	src: url('includes/fonts/PowerGrotesk-UltraLightItalic.eot');
	src: url('includes/fonts/PowerGrotesk-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
			 url('includes/fonts/PowerGrotesk-UltraLightItalic.woff2') format('woff2'),
			 url('includes/fonts/PowerGrotesk-UltraLightItalic.woff') format('woff'),
			 url('includes/fonts/PowerGrotesk-UltraLightItalic.ttf') format('truetype'),
			 url('includes/fonts/PowerGrotesk-UltraLightItalic.svg#PowerGrotesk-UltraLightItalic') format('svg');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Power Grotesk';
	src: url('includes/fonts/PowerGrotesk-UltraBold.eot');
	src: url('includes/fonts/PowerGrotesk-UltraBold.eot?#iefix') format('embedded-opentype'),
			 url('includes/fonts/PowerGrotesk-UltraBold.woff2') format('woff2'),
			 url('includes/fonts/PowerGrotesk-UltraBold.woff') format('woff'),
			 url('includes/fonts/PowerGrotesk-UltraBold.ttf') format('truetype'),
			 url('includes/fonts/PowerGrotesk-UltraBold.svg#PowerGrotesk-UltraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

* { outline: none; }

html { scroll-behavior: smooth; }

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

body {
	color: var(--cinza-04);
	font-size: 14px;
	font-family: var(--power-grotesk);
	padding: 80px 0 0;
}

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

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 */
	--space-mono: "Space Mono", monospace;
	--aston-script: "Aston Script";
	--power-grotesk: "Power Grotesk";

	/* Cores */
	--azul-01: #215FAE;
	--vermelho-01: #ED2210;
	--vermelho-02: #C72F00;
	--cinza-01: #F8F6F1;
	--cinza-02: #E7E7DC;
	--cinza-03: #C7C7BB;
	--cinza-04: #7B7C6B;
	--cinza-05: #425233;
	--cinza-06: #2A2E26;
	--cinza-07: #212121;
}

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

/* site */

.site {
	overflow: hidden;
}

/* 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-04);
	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-04);
}

/* box-return */

.box-return {
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.box-return.active {
	z-index: 5;
	opacity: 1;
}
.box-return a {
	font-size: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--cinza-06) url('assets/images/icons/arrow-return.svg') no-repeat center 11px;
	background-size: 15px auto;
}

/* cookieyes */

.cky-revisit-bottom-left {
	display: none !important;
}

/* LGPD */

#flgpdmodal-open {
	bottom: 20px !important;
	left: auto !important;
	right: 70px;
}

/* ######
   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
############ */

#mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -140vh;
	left: 0;
	z-index: 9;
	transition: all .6s ease;
	background: #000;
}
#mobile.active {
	top: 0;
}

#mobile .box-contain {
	text-align: right;
	width: 300px;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}
#mobile .box-contain button {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	background: url('assets/images/icons/close-mobile.svg') no-repeat center center;
}
#mobile .box-contain img {
	display: block;
	width: 250px;
	margin: 10px auto 80px;
}

#mobile .navbar {
	display: block;
	width: 100%;
	padding: 0;
}
#mobile .navbar ul {
	list-style: none;
	display: grid;
	gap: 60px;
	margin: 0;
	padding: 0;
}
#mobile .navbar li {
	text-align: center;
	display: block;
	margin: 0;
}
#mobile .navbar a {
	color: #fff;
	font-size: 15px;
	font-family: var(--space-mono);
	text-transform: uppercase;
	display: inline-block;
}

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

#header {
	width: 100%;
	max-height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 1s ease;
	background: #000;
}
.logged-in #header {
	top: 32px;
}
@media (max-width:992px) {
	#header {
		padding: 20px 0;
	}
}

#header .box-logo {
	width: 100%;
	margin: 0;
}
#header .box-logo a {
	display: inline-block;
}
#header .box-logo img {
	max-height: 55px;
	transition: .3s;
}
#header.scroll .box-logo img {
	max-height: 40px;
}

#header .navbar {
	width: 100%;
	padding: 0;
}
#header .navbar ul {
	list-style: none;
	text-align: right;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .navbar li {
	display: inline-block;
	margin: 0 0 0 5px;
}
@media (max-width:1400px) {
	#header .navbar li {
		margin: 0;
	}
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	color: #fff;
	font-size: 15px;
	font-family: var(--space-mono);
	line-height: 85px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	z-index: 1;
	transition: .3s;
}
#header.scroll .navbar a {
	line-height: 65px;
}
#header .navbar a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .3s;
	opacity: 0;
	background: url('assets/images/bg/nav-item.svg') no-repeat center center;
}
#header .navbar .nav-sobre a:after {
	background-size: contain;
	background-image: url('assets/images/bg/nav-sobre.png');
}
#header .navbar a:hover:after {
	opacity: 1;
}

#header .box-mobile {
	text-align: right;
	width: 100%;
}
#header .box-mobile button {
	display: inline-block;
	width: 40px;
	height: 25px;
	border: none;
	background: url('assets/images/icons/menu.svg') no-repeat center center;
}

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

#footer {
	padding: 130px 0 30px;
	background: var(--cinza-05);
}
@media (max-width:992px) {
	#footer {
		padding: 140px 0 80px;
	}
}
@media (max-width:580px) {
	#footer {
		padding: 100px 0 80px;
	}
}

#footer .box-frase {
	max-width: 310px;
	margin: 0 auto;
	position: relative;
}
@media (max-width:992px) {
	#footer .box-frase {
		max-width: 320px;
		margin: 0 auto 150px;
	}
}
@media (max-width:580px) {
	#footer .box-frase {
		text-align: center;
		margin: 0 auto 110px;
	}
}
#footer .box-frase p {
	color: #fff;
	font-size: 15px;
	font-family: var(--space-mono);
	text-transform: uppercase;
	min-width: 310px;
	min-height: 45px;
	margin: 0;
	position: relative;
	z-index: 2;
}
#footer .box-frase span {
	color: var(--vermelho-02);
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 50%;
	left: -70px;
	z-index: 1;
	transform: translateY(-50%);
}
@media (max-width:992px) {
	#footer .box-frase span {
		font-size: 45px;
		left: 0;
	}
}
@media (max-width:580px) {
	#footer .box-frase span {
		width: 280px;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
#footer .box-frase span i {
	font-family: var(--aston-script);
}
@media (max-width:992px) {
	#footer .box-frase span i {
		font-size: 40px;
	}
}

#footer .box-contato {
	max-width: 270px;
	margin: 0 auto;
	position: relative;
}
@media (max-width:992px) {
	#footer .box-contato {
		max-width: 320px;
		padding: 0 0 0 50px;
	}
}
#footer .box-contato img {
	position: absolute;
	top: calc(50% + 150px);
	left: -80px;
	z-index: 1;
	transform: translateY(-50%);
	transition: 1s;
	opacity: 0;
}
#footer .box-contato.mostrar img {
	top: 50%;
	opacity: 1;
}
@media (max-width:992px) {
	#footer .box-contato img {
		top: 50% !important;
		left: 0;
		transform: translateY(-50%);
	}
}
#footer .box-contato p {
	color: #fff;
	font-size: 14px;
	font-family: var(--space-mono);
	text-transform: uppercase;
	margin: 0 0 25px;
	position: relative;
	z-index: 2;
	transform: translateX(150px);
	opacity: 0;
	transition: 2s;
}
#footer .box-contato.mostrar p {
	transform: initial;
	opacity: 1;
}
#footer .box-contato p:last-child {
	margin: 0;
}
#footer .box-contato a {
	color: #fff;
}

#footer .box-links {
	text-align: center;
	margin: 60px 0 0;
}
#footer .box-links p {
	display: inline-block;
	margin: 0 40px 0 0;
}
@media (max-width:580px) {
	#footer .box-links p {
		display: block;
		margin: 0 0 5px;
	}
}
#footer .box-links p:last-child {
	margin: 0;
}
#footer .box-links a {
	color: #7b8a6b;
	font-size: 16px;
	font-family: var(--space-mono);
	transition: .3s;
}
#footer .box-links a:hover {
	color: #fff;
}

/* ######
   Vídeo
############ */

.home #video video {
  width: 100%;
  height: 80vh;
	margin: 0 0 -5px;
  object-fit: cover;
  transform-origin: center;
}
@media (max-width:992px) {
	.home #video video {
		height: auto;
	}
}

/* ######
   Agência
############ */

.home #agencia {
	padding: 120px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.home #agencia::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,.4);
}

.home #agencia .box-container {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
@media (max-width:1200px) {
	.home #agencia .box-container {
		max-width: 750px;
	}
}

.home #agencia .box-content {
	text-align: right;
}
.home #agencia .box-content p {
	color: #fff;
	font-size: 57px;
	font-family: var(--power-grotesk);
	font-weight: 200;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:992px) {
	.home #agencia .box-content p {
		font-size: 50px;
		line-height: 1.1;
		text-align: left !important;
		transform: initial !important;
	}
}
.home #agencia .box-content p span {
	display: inline-block;
	width: 400px;
	height: 27px;
	margin: 0 30px 0 0;
	transform: translateY(-8px);
	background: var(--vermelho-01);
}
@media (max-width:1200px) {
	.home #agencia .box-content p span {
		width: 300px;
	}
}
@media (max-width:992px) {
	.home #agencia .box-content p span {
		width: 100%;
		margin: 0;
	}
}
.home #agencia .box-content span.legenda {
	color: #fff;
	font-size: 15px;
	font-family: var(--space-mono);
	line-height: 27px;
	text-align: center;
	display: inline-block;
	width: 400px;
	height: 27px;
	margin: 40px 0 0;
	transform: translateY(-8px);
	background: var(--vermelho-01);
}
@media (max-width:992px) {
	.home #agencia .box-content span.legenda {
		width: 100%;
		margin: 30px 0 0;
	}
}
.home #agencia .box-content span.titulo {
	color: #fff;
	font-size: 16px;
	font-family: var(--space-mono);
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 10px;
	left: -170px;
}
@media (max-width:992px) {
	.home #agencia .box-content span.titulo {
		top: -30px;
		left: 30px;
	}
}

/* ######
   Clientes
############ */

.home #clientes {
	padding: 120px 0;
	background: var(--cinza-03);
}
@media (max-width: 580px) {
	.home #clientes {
		padding: 80px 0 60px;
	}
}

.home #clientes .box-title {
	text-align: center;
	max-width: 650px;
	margin: 0 auto 60px;
}
@media (max-width:992px) {
	.home #clientes .box-title {
		text-align: left;
	}
}
@media (max-width:580px) {
	.home #clientes .box-title {
		margin: 0 auto 40px;
	}
}
.home #clientes .box-title h2 {
	color: #fff;
	font-size: 54px;
	font-weight: 200;
	font-family: var(--power-grotesk);
	line-height: 54px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}
@media (max-width:992px) {
	.home #clientes .box-title h2 {
		font-size: 50px;
	}
}
.home #clientes .box-title h2 span {
	position: relative;
	transition: .3s;
}
.home #clientes .box-title h2:hover span {
	color: transparent;
}
.home #clientes .box-title h2 strong {
	color: transparent;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:992px) {
	.home #clientes .box-title h2 strong {
		left: 0;
		transform: translateY(-50%)
	}
}
.home #clientes .box-title h2:hover strong {
	color: var(--vermelho-02);
}
@media (max-width:992px) {
	.home #clientes .box-title h2 strong {
		font-size: 30px;
		transform: translate(0,-8px);
	}
}
.home #clientes .box-title h2 i {
	font-size: 25px;
	font-family: var(--aston-script);
}

.home #clientes .slide-item {
	align-items: center;
	justify-content: center;
	display: grid;
	width: 250px;
	height: 200px;
	padding: 0 25px;
}

/* ######
   Trabalhos
############ */

#trabalhos {
	padding: 100px 0 160px;
}
@media (max-width:992px) {
	#trabalhos {
		padding: 80px 0 120px;
	}
}
.single-trabalho #trabalhos {
	margin: 120px 0 0;
	padding: 5px 0 100px;
	background: var(--cinza-02);
}

#trabalhos .box-title {
	margin: 0 0 50px;
	padding: 0 0 0 80px;
}
@media (max-width:992px) {
	#trabalhos .box-title {
		padding: 0;
	}
}
.single-trabalho #trabalhos .box-title {
	margin: -45px 0 40px;
}
@media (max-width:992px) {
	.single-trabalho #trabalhos .box-title {
		margin: -40px 0 60px;
	}
}
#trabalhos .box-title h2 {
	color: var(--cinza-04);
	font-size: 54px;
	font-weight: 500;
	margin: 0;
}
.single-trabalho #trabalhos .box-title h2 {
	margin: 0 0 45px;
}
@media (max-width:992px) {
	.single-trabalho #trabalhos .box-title h2 {
		margin: 0 0 20px;
	}
}
@media (max-width:580px) {
	.single-trabalho #trabalhos .box-title h2 {
		text-align: center;
	}
}
#trabalhos .box-title h2 i {
	font-size: 48px;
	font-family: var(--aston-script);
}
#trabalhos .box-title p {
	color: var(--cinza-04);
	font-size: 30px;
	font-weight: 200;
	font-style: italic;
	line-height: .9;
	text-align: center;
	max-width: 320px;
	margin: 0 0 0 57px;
}
@media (max-width:992px) {
	#trabalhos .box-title p {
		margin: 0 0 0 20px;
	}
}

#trabalhos .box-grid-1 ,
#trabalhos .box-grid-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin: 0 0 24px;
	transition: .3s;
}
@media (max-width:992px) {
	#trabalhos .box-grid {
		display: block;
	}
}
@media (max-width:580px) {
	#trabalhos .box-grid {
		margin: 0 0 10px;
	}
}

#trabalhos .box-card {
	position: relative;
	overflow: hidden;
	width: calc(25% - 16px);
	transition: .3s;
}
@media (max-width:992px) {
	#trabalhos .box-card {
		width: 100%;
		width: 100%;
		margin: 0 0 34px;
	}
}
@media (max-width:580px) {
	#trabalhos .box-card {
		margin: 0 0 10px;
	}
}

#trabalhos .box-grid-1 .box-card.expanded ,
#trabalhos .box-grid-2 .box-card.expanded {
	width: calc(50% - 16px);
	transition: all 0.3s ease;
}
@media (max-width:992px) {
	#trabalhos .box-grid-1 .box-card.expanded ,
	#trabalhos .box-grid-2 .box-card.expanded {
		width: 100%;
		width: 100%;
		margin: 0 0 34px;
	}
}
@media (max-width:580px) {
	#trabalhos .box-grid-1 .box-card.expanded ,
	#trabalhos .box-grid-2 .box-card.expanded {
		margin: 0 0 10px;
	}
}

#trabalhos .box-card-image img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}
@media (max-width:1200px) {
	#trabalhos .box-card-image img {
		height: 220px;
	}
}
@media (max-width:992px) {
	#trabalhos .box-card-image img {
		height: 310px;
	}
}

#trabalhos .box-card-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 2;
	transition: all .3s ease;
	background: var(--vermelho-02);
}
#trabalhos .box-card:hover .box-card-info {
	right: 0;
}
#trabalhos .box-card-info a {
	align-items: center;
	align-content: center;
	display: grid;
	width: 100%;
	height: 100%;
	padding: 0 50px 0 30px;
}
#trabalhos .box-card-info p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	max-width: 220px;
	margin: 0;
}
#trabalhos .box-card-info hr {
	width: 35px;
	margin: 25px 0;
	opacity: 1;
	border: none;
	border-bottom: solid 3px #fff;
}
#trabalhos .box-card-info span {
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
}

#trabalhos .box-link {
	text-align: right;
	margin: 55px 0 0;
}
#trabalhos .box-link a {
	display: inline-block;
	width: 420px;
	max-width: 100%;
	height: 37px;
	padding: 0 20px;
	position: relative;
	background: var(--cinza-06);
}
#trabalhos .box-link a:hover {
	text-align: right;
	background: var(--vermelho-02);
}
#trabalhos .box-link a::before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all .3s ease;
	background: url('assets/images/icons/seta-link.svg') no-repeat center center;
}
#trabalhos .box-link a:hover::before {
	right: calc(100% - 37px);
}
#trabalhos .box-link a span {
	color: #fff;
	font-size: 15px;
	font-family: var(--space-mono);
	text-transform: uppercase;
	width: 205px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
#trabalhos .box-link a:hover span {
	left: calc(100% - 225px);
}

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

.home #sobre {
	padding: 160px 0 5px;
	background: var(--cinza-03);
}
@media (max-width:992px) {
	.home #sobre {
		padding: 100px 0 5px;
	}
}

.home #sobre .box-title {
	width: 100%;
	position: relative;
}
@media (max-width:992px) {
	.home #sobre .box-title {
		margin: 65px 0 0;
	}
}
@media (max-width:580px) {
	.home #sobre .box-title {
		margin: 0 0 -30px;
		overflow: hidden;
	}
}
.home #sobre .box-title h2 {
	color: #fff;
	font-size: 82px;
	font-weight: 500;
	margin: 0;
	position: absolute;
	top: calc(50% + 25px);
	left: -150px;
	transform: translateY(-50%);
	transition: all .3s ease;
	text-shadow: 2px 2px 2px rgba(0,0,0,.25);
}
@media (max-width:580px) {
	.home #sobre .box-title h2 {
		display: none;
	}
}
.home #sobre .box-title:hover h2 {
	left: 50px;
}
.home #sobre .box-title h2 i {
	font-size: 100px;
	font-family: var(--aston-script);
}
.home #sobre .box-title img {
	display: block;
	width: 100%;
	height: 600px;
	/* mix-blend-mode: color-dodge; */
	object-fit: contain;
	/* transform: translateX(-25%); */
}
@media (max-width:580px) {
	.home #sobre .box-title img {
		height: auto;
		transform: scale(1.5);
	}
}

.home #sobre .box-intro {
	text-align: center;
	margin: 0 0 50px;
	position: relative;
}
.home #sobre .box-intro img.logo {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home #sobre .box-intro img.ilustracao {
	position: absolute;
	top: -230px;
	left: -40px;
	z-index: 1;
}
@media (max-width:992px) {
	.home #sobre .box-intro img.ilustracao {
		width: 230px;
		top: -150px;
		left: calc(50% - 100px);
		transform: translate(-50%,0) rotate(10deg);
	}
}

.home #sobre .box-content {
	max-width: 690px;
	margin: 0 auto;
}
@media (max-width:992px) {
	.home #sobre .box-content {
		margin: 0 auto 60px;
	}
}
.home #sobre .box-content p {
	color: #000;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	margin: 0 0 30px;
}
.home #sobre .box-content p:last-child {
	margin: 0;
}

/* ######
   Markers
############ */

.home #markers {
	padding: 100px 0 40px;
	background: var(--cinza-03);
}

.home #markers .box-title {
	max-width: 480px;
	margin: 0 auto 60px;
}
.home #markers .box-title h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
.home #markers .box-title h2 i {
	font-size: 50px;
	font-family: var(--aston-script);
	margin: 0 0 0 50px;
}
.home #markers .box-title p {
	color: var(--cinza-05);
	font-size: 30px;
	font-weight: 200;
	font-style: italic;
	line-height: 1;
	margin: 0 0 0 30px;
}
@media (max-width:992px) {
	.home #markers .box-title p {
		max-width: 240px;
		margin: 0;
	}
}

.home #markers .box-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, 1fr);
}
@media (max-width:992px) {
	.home #markers .box-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:580px) {
	.home #markers .box-grid {
		grid-template-columns: 1fr;
	}
}

.home #markers .box-card {
	position: relative;
	overflow: hidden;
}
.home #markers .box-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
@media (max-width:1400px) {
	.home #markers .box-card img {
		height: 200px;
	}
}
@media (max-width:1200px) {
	.home #markers .box-card img {
		height: 180px;
	}
}
@media (max-width:992px) {
	.home #markers .box-card img {
		height: 320px;
	}
}

.home #markers .box-card button {
	text-align: left;
	width: 100%;
	height: 100%;
	align-items: end;
	align-content: end;
	justify-content: start;
	display: grid;
	padding: 26px 20px;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 2;
	transition: all .3s ease;
	border: none;
	background: var(--cinza-07) url('assets/images/icons/seta-marker.svg') no-repeat top 20px right 20px;
}
.home #markers .box-card:hover button {
	right: 0;
}
.home #markers .box-card button h3 {
	color: var(--cinza-03);
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.home #markers .box-card button h4 {
	color: var(--cinza-03);
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.home #markers .box-card button p {
	color: var(--cinza-03);
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

/* ######
   Marker modal
############ */

.home #marker_modal .box-marker-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	overflow-y: auto;
	background: rgba(0,0,0,.8);
}

.home #marker_modal .box-marker-content {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	width: 95vw;
	max-width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media (max-height: 680px) {
	.home #marker_modal .box-marker-content {
		margin: 50px auto;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
	}
}
@media (max-width: 992px) {
	.home #marker_modal .box-marker-content {
		grid-template-columns: 1fr;
	}
}
.home #marker_modal .box-marker-content button {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2;
	filter: brightness(0) invert(1);
	border: none;
	background: url('assets/images/icons/close.svg') no-repeat center center;
	background-size: cover;
}

.home #marker_modal .box-marker-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
@media (max-width:992px) {
	.home #marker_modal .box-marker-image img {
		height: 300px;
	}
}

.home #marker_modal .box-marker-info {
	padding: 50px 100px;
	position: relative;
	background: var(--cinza-07);
}
@media (max-width:992px) {
	.home #marker_modal .box-marker-info {
		padding: 25px;
	}
}
.home #marker_modal .box-marker-info h3 {
	color: var(--cinza-03);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.home #marker_modal .box-marker-info hr {
	width: 60px;
	margin: 10px 0;
	opacity: 1;
	border: none;
	border-bottom: solid 2px var(--cinza-03);
}
.home #marker_modal .box-marker-info h2 {
	color: var(--cinza-02);
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.home #marker_modal .box-marker-info p {
	color: var(--cinza-03);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

/* ######
   Expertise
############ */

.home #expertise {
	padding: 5px 0 150px;
	border-top: 150px solid var(--cinza-03);
	background: var(--cinza-07);
}
@media (max-width:580px) {
	.home #expertise {
		padding: 5px 0 80px;
		border-top: 100px solid var(--cinza-03);
	}
}

.home #expertise .box-title {
	text-align: center;
	margin: -95px 0 80px;
}
@media (max-width:992px) {
	.home #expertise .box-title {
		margin: -100px 0 100px;
	}
}
@media (max-width:580px) {
	.home #expertise .box-title {
		margin: -40px 0 60px;
	}
}
.home #expertise .box-title h2 {
	color: var(--cinza-04);
	font-size: 125px;
	font-weight: 500;
	margin: 0;
}
@media (max-width:580px) {
	.home #expertise .box-title h2 {
		font-size: 50px;
	}
}
.home #expertise .box-title h2 i {
	font-size: 110px;
	font-family: var(--aston-script);
}
@media (max-width:580px) {
	.home #expertise .box-title h2 i {
		font-size: 50px;
	}
}

.home #expertise .box-info {
	margin: 0 0 85px;
}
.home #expertise .box-info p {
	color: var(--cinza-03);
	font-size: 50px;
	font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:1200px) {
	.home #expertise .box-info p {
		font-size: 40px;
	}
}
@media (max-width:992px) {
	.home #expertise .box-info p {
		font-size: 22px;
		line-height: 1.15;
	}
}

@media (max-width:580px) {
	.home #expertise .box-list {
		margin: -40px 0 0;
	}
}

.home #expertise .box-expertise-item {
	max-width: 1000px;
	margin: 0 auto;
}
.home #expertise .box-expertise-item a {
	display: block;
	position: relative;
}
.home #expertise .box-expertise-item img {
	width: 100%;
}
@media (max-width:580px) {
	.home #expertise .box-expertise-item img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
}

.home #expertise .box-expertise-item .box-expertise-info {
	width: calc(100% - 100px);
	max-width: 185px;
	position: absolute;
	top: 50%;
	left: 75px;
	z-index: 2;
	transform: translateY(-50%);
}
@media (max-width:992px) {
	.home #expertise .box-expertise-item .box-expertise-info {
		left: 30px;
	}
}
.home #expertise .box-expertise-item .box-expertise-info h3 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.home #expertise .box-expertise-item .box-expertise-info p {
	color: #000;
	font-size: 11px;
	font-weight: 200;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:580px) {
	.home #expertise .box-expertise-item .box-expertise-info p {
		font-size: 13px;
	}
}

/* ######
   Página expertise [ Introdução ]
############ */

.page-expertise #introducao {
	padding: 100px 0;
	position: relative;
	background: var(--cinza-01);
}
@media (max-width:992px) {
	.page-expertise #introducao {
		padding: 65px 0 1px;
	}
}
.page-expertise #introducao::after {
	content: '';
	display: block;
	width: 586px;
	height: 586px;
	position: fixed;
	top: 250px;
	right: 7vw;
	z-index: 1;
	background: url('assets/images/bg/seta-expertise.svg') no-repeat center center;
}
@media (max-width:992px) {
	.page-expertise #introducao::after {
		width: 248px;
		height: 248px;
		top: 200px;
		right: -60px;
		background-size: contain;
	}
}
@media (max-width:580px) {
	.page-expertise #introducao::after {
		top: 350px;
	}
}

.page-expertise #introducao .box-title {
	max-width: 280px;
	position: relative;
	z-index: 2;
}
.page-expertise #introducao .box-title h1 {
	color: var(--cinza-06);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.page-expertise #introducao .box-title p {
	color: var(--cinza-06);
	font-size: 15px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: .9px;
	margin: 0;
}
@media (max-width:992px) {
	.page-expertise #introducao .box-title p {
		max-width: 270px;
		margin: 0 0 80px;
	}
}

.page-expertise #introducao .box-expertise {
	text-align: right;
	position: relative;
	z-index: 2;
}
@media (max-width:992px) {
	.page-expertise #introducao .box-expertise {
		text-align: left;
	}
}
.page-expertise #introducao .box-expertise p {
	color: var(--cinza-05);
	font-size: 22px;
	font-weight: 500;
	margin: 0;
}
.page-expertise #introducao .box-expertise p i {
	font-family: var(--aston-script);
}

/* ######
   Página expertise [ Lista ]
############ */

.page-expertise #lista {
	padding: 100px 0;
	background: var(--cinza-01);
}
@media (max-width:992px) {
	.page-expertise #lista {
		padding: 20px 0 80px;
	}
}

.page-expertise #lista .box-card {
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
}
@media (max-width:992px) {
	.page-expertise #lista .box-card {
		margin: 0 0 50px;
	}
}
.page-expertise #lista .box-card a {
	display: block;
}
.page-expertise #lista .box-card img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media (max-width:1200px) {
	.page-expertise #lista .box-card img {
		height: 300px;
	}
}
@media (max-width:992px) {
	.page-expertise #lista .box-card img {
		height: 400px;
	}
}
.page-expertise #lista .box-card p {
	color: #7B7C6B;
	font-size: 15px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 12px 0 0;
}
.page-expertise #lista .box-card h3 {
	color: var(--cinza-06);
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}

/* ######
   Interna de trabalho [ Introdução ]
############ */

.single-trabalho #introducao {
	padding: 80px 0 20px;
}

.single-trabalho #introducao .box-content h1 {
	color: var(--cinza-07);
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.single-trabalho #introducao .box-content p {
	font-size: 15px;
	margin: 0;
}

/* ######
   Interna de trabalho [ Imagem ]
############ */

.single-trabalho #imagem .box-image {
	margin: 0;
}
.single-trabalho #imagem .box-image img {
	width: 100%;
	object-fit: cover;
}

/* ######
   Interna de trabalho [ Texto ]
############ */

.single-trabalho #texto {
	padding: 80px 0 40px;
}

.single-trabalho #texto .box-content {
	max-width: 870px;
	margin: 0 auto;
}
.single-trabalho #texto .box-content p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 25px;
}
.single-trabalho #texto .box-content p:last-child {
	margin: 0;
}
.single-trabalho #texto .box-content h1 ,
.single-trabalho #texto .box-content h2 {
	color: var(--cinza-06);
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 30px;
}
.single-trabalho #texto .box-content h3 ,
.single-trabalho #texto .box-content h4 ,
.single-trabalho #texto .box-content h5 ,
.single-trabalho #texto .box-content h6 {
	color: var(--cinza-05);
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 3px;
}

/* ######
   Interna de trabalho [ Galeria ]
############ */

.single-trabalho #galeria {
	padding: 0;
}

.single-trabalho #galeria .col-lg-6 {
	padding: 0;
}

.single-trabalho #galeria .box-image {
	margin: 0;
}
.single-trabalho #galeria .box-image a {
	display: block;
}
.single-trabalho #galeria .box-image img {
	width: 100%;
}

/* ######
   Interna de trabalho [ Vídeo ]
############ */

.single-trabalho #video {
	padding: 0;
}

.single-trabalho #video video {
	display: block;
	width: 100%;
	margin: -1px 0;
	object-fit: cover;
}