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

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

	Code: Gabriel Amarante | https://gabrielfreelancer.com.br
	Author: Visuality
	Author URI: https://visuality.com.br

	Version: MK.08.2024

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

@charset "UTF-8";

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

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

/* ######
   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(--montserrat);
}

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 */
	--montserrat: "Montserrat", sans-serif;
	--dharma-gothic: "dharma-gothic-e";

	/* Cores */
	--preto-01: #000000;
	--cinza-01: #F8F8FB;
	--cinza-06: #F4F4F4;
	--cinza-02: #E1E2E4;
	--cinza-03: #9F9F9F;
	--cinza-04: #6B6B6B;
	--cinza-05: #171717;
	--branco-01: #FFFFFF;
	--amarelo-01: #FFF700;
	--vermelho-01: #f7484f;
	--vermelho-02: #ED1C24;
}

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

.site {
	overflow: hidden;
}

/* box-slide */

.box-slide {
	position: relative;
}

/* 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: 28px;
	right: 28px;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
@media (max-width:580px) {
	.box-return {
		bottom: 14px;
		right: 14px;
	}
}
.box-return.active {
	z-index: 5;
	opacity: 1;
}
.box-return a {
	font-size: 0;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--vermelho-02) url('assets/images/icons/arrow-return.svg') no-repeat center 16px;
	background-size: 25px auto;
}

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

/* titulo */

.titulo {
	font-size: 100px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:580px) {
	.titulo {
		font-size: 78px;
	}
}
.titulo.vermelho {
	color: var(--vermelho-02);
}
.titulo.amarelo {
	color: var(--amarelo-01);
}
.titulo.branco {
	color: var(--branco-01);
}
.titulo.preto {
	color: var(--preto-01);
}

/* box-header */

.box-header {
	text-align: center;
	min-height: 225px;
	margin: 0 0 60px;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
@media (max-width:580px) {
	.box-header {
		min-height: 200px;
	}
}
.box-header span {
	color: var(--cinza-01);
	font-size: 200px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	text-wrap: nowrap;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
@media (max-width:580px) {
	.box-header span {
		font-size: 140px;
	}
}
.box-header p {
	color: var(--preto-01);
	font-size: 30px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
}
.box-header h1 ,
.box-header h2 ,
.box-header h3 ,
.box-header h4 {
	font-size: 160px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 2;
}
@media (max-width:580px) {
	.box-header h1 ,
	.box-header h2 ,
	.box-header h3 ,
	.box-header h4 {
		font-size: 78px;
	}
}
.box-header.vermelho h1 ,
.box-header.vermelho h2 ,
.box-header.vermelho h3 ,
.box-header.vermelho h1 {
	color: var(--vermelho-02);
}
.box-header.preto h1 ,
.box-header.preto h2 ,
.box-header.preto h3 ,
.box-header.preto h1 {
	color: var(--preto-01);
}

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

/* botao */

.botao {
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	transition: .3s;
	transform: skewX(-15deg);
	border: none;
}
.botao::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 10px;
	transform: skewX(15deg);
	filter: brightness(0) invert(1);
	background: url('assets/images/icons/seta-link.svg') no-repeat center center;
	background-size: contain;
}
.botao.vermelho {
	background: var(--vermelho-02);
}
.botao.preto {
	background: var(--preto-01);
}
.botao.cinza {
	color: var(--preto-01);
	background: var(--cinza-03);
}
.botao.cinza::after {
	filter: brightness(0);
}
.botao.vermelho:hover ,
.botao.vermelho:focus {
	color: #fff;
	outline: none;
	background: var(--vermelho-01);
}
.botao.preto:hover ,
.botao.preto:focus {
	color: #fff;
	outline: none;
	background: #444;
}
.botao.cinza:hover ,
.botao.cinza:focus {
	color: var(--preto-01);
	outline: none;
	background: var(--cinza-02);
}
.botao span {	
	font-family: var(--dharma-gothic);
	font-weight: bold;
	display: inline-block;
	transform: skewX(15deg);
}

/* link */

.link {
	color: var(--vermelho-02);
	font-size: 25px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 21px 0 0;
	position: relative;
	transition: .3s;
}
.link.preto {
	color: var(--preto-01);
}
.link:hover ,
.link:focus {
	color: var(--vermelho-02);
	padding: 0 0 0 28px;
}
.link.preto:hover ,
.link.preto:focus {
	color: var(--preto-01);
}
.link::after {
	content: '';
	display: block;
	width: 16px;
	height: 10px;
	position: absolute;
	top: calc(50% - 2px);
	right: -5px;
	transform: translateY(-50%);
	transition: .3s;
	background: url('assets/images/icons/seta-link.svg') no-repeat center center;
}
.link.preto::after {
	filter: brightness(0);
}
.link:hover::after {
	right: calc(100% - 16px);
}

/* ######
   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%;
	padding: 120px 0 30px;
	position: fixed;
	top: -150vh;
	left: 0;
	z-index: 8;
	transition: .8s;
	overflow-y: auto;
	background: #fff;
}
#mobile.active {
	top: 0;
}

#mobile .navbar {
	display: block;
	width: 100%;
	padding: 0;
}
#mobile .navbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#mobile .navbar li {
	text-align: center;
	display: block;
	margin: 0 0 35px;
}
#mobile .navbar li:last-child {
	margin: 0 0 47px;
}
#mobile .navbar a {
	color: var(--preto-01);
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}

#mobile .box-button {
	text-align: center;
	margin: 0 0 50px;
}

#mobile .box-social {
	text-align: center;
}
#mobile .box-social .box-link-item {
	display: inline-block;
	padding: 0 12px;
}
#mobile .box-social .box-link-item a {
	display: inline-block;
}
#mobile .box-social .box-link-item img {
	filter: brightness(0);
}

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

#header {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
}
#header.active {
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.05);
}

#header .box-logo {
	margin: 0;
}

#header .box-grid {
	width: 100%;
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 214px;
}
@media (max-width:1400px) {
	#header .box-grid {
		gap: 20px;
	}
}

#header .box-button {
	text-align: right;
}
#header .box-button a::after {
	display: none;
}

#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 25px;
}
@media (max-width:1400px) {
	#header .navbar li {
		margin: 0 0 0 10px;
	}
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	color: var(--preto-01);
	font-size: 15px;
	display: inline-block;
	transition: .3s;
}
#header .navbar a:hover {
	color: var(--vermelho-02);
	font-weight: bold;
}

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

/* ######
   Social
############ */

#social {
	padding: 70px 0;
	background: var(--cinza-05);
}

#social .box-title {
	margin: 0 0 30px;
}
@media (max-width:580px) {
	#social .box-title {
		text-align: center;
	}
}

#social .box-link {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4,200px);
	margin: 0 0 80px;
}
@media (max-width:580px) {
	#social .box-link {
		grid-template-columns: 1fr;
	}
}

#social .box-link-item a {
	color: var(--cinza-02);
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px 1fr;
	transition: .3s;
}
#social .box-link-item a:hover {
	color: var(--vermelho-02);
}
@media (max-width: 580px) {
	#social .box-link-item a {
		text-align: center;
		display: block;
	}
}
#social .box-link-item svg ,
#social .box-link-item img {
	fill: #fff;
	display: inline-block;
	transition: .3s;
}
@media (max-width: 580px) {
	#social .box-link-item img {
		margin: 0 10px 0 0;
	}
}
#social .box-link-item:hover svg ,
#social .box-link-item:hover img {
	fill: var(--vermelho-02);
}

#social .box-feed img {
	width: 100%;
}

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

#contato {
	padding: 70px 0;
	background: var(--preto-01);
}

#contato .box-card a {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 45px 1fr;
}
@media (max-width:580px) {
	#contato .box-card {
		margin: 0 0 10px;
	}
	#contato .box-card a {
		text-align: center;
		display: block;
	}
	#contato .box-card img {
		margin: 0 10px 0 0;
	}
}
#contato .box-card span {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: .3s;
}
#contato .box-card:hover span {
	color: var(--vermelho-02);
}

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

#footer {
	padding: 80px 0 35px;
	background: var(--cinza-05);
}
#footer hr {
	margin: 100px 0 35px;
	opacity: 1;
	border: none;
	border-top: solid 1px --cinza-04;
}

#footer .box-content {
	max-width: 312px;
}
@media (max-width:580px) {
	#footer .box-content {
		text-align: center;
		max-width: initial;
		margin: 0 0 48px;
	}
}
#footer .box-content img {
	filter: brightness(0) invert(1);
}
#footer .box-content p {
	color: #fff;
	font-size: 13px;
	margin: 45px 0 35px;
}

#footer .box-title {
	margin: 0 0 45px;
}
#footer .box-title h4 {
	color: #fff;
	font-size: 24px;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	margin: 0;
}

#footer .box-link {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
}
@media (max-width:580px) {
	#footer .box-link {
		margin: 0 0 50px;
	}
}
#footer .box-link a {
	color: var(--cinza-03);
	display: inline-block;
}
#footer .box-link a:hover {
	color: var(--cinza-02);
}

#footer .navbar {
	display: block;
	width: 100%;
	padding: 0;
}
#footer .navbar ul {
	list-style: none;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
	margin: 0;
	padding: 0;
}
#footer .navbar li {
	display: block;
	margin: 0;
	padding: 0;
}
#footer .navbar a {
	color: var(--cinza-03);
	display: inline-block;
	transition: .3s;
}
#footer .navbar a:hover {
	color: var(--cinza-02);
}

@media (max-width:580px) {
	#footer .box-politicy {
		text-align: center;
		margin: 0 0 10px;
	}
}
#footer .box-politicy a {
	color: var(--cinza-03);
	display: inline-block;
	transition: .3s;
}
#footer .box-politicy a:hover {
	color: var(--cinza-02);
}

#footer .box-developer {
	text-align: right;
}
@media (max-width:580px) {
	#footer .box-developer {
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}
}
#footer .box-developer p {
	color: var(--cinza-03);
	margin: 0;
}
#footer .box-developer a {
	color: var(--cinza-03);
	transition: .3s;
}
#footer .box-developer a:hover {
	color: var(--cinza-02);
}

/* ######
   [ Home ] Banner
############ */

.home #banner {
	padding: 95vh 0 50px;
	position: relative;
}
.home #banner::before {
	content: '';
	display: block;
	width: 100%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}

.home #banner .box-slide {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.home #banner .slide-item {
	width: 100vw;
	height: 100vh;
}
.home #banner .slide-item img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.home #banner .box-content {
	position: relative;
	z-index: 3;
}
.home #banner .box-content h1 {
	font-size: 160px;
	margin: 0 0 10px;
}
@media (max-width:580px) {
	.home #banner .box-content h1 {
		font-size: 55px;
	}
}
.home #banner .box-content p {
	color: #fff;
	font-size: 18px;
	max-width: 840px;
	margin: 0 0 30px;
}
@media (max-width:580px) {
	.home #banner .box-content p {
		font-size: 14px;
	}
}

.home #banner .social-case {
	text-align: center;
	width: 30px;
	position: absolute;
	top: 50vh;
	left: 50px;
	transform: translateY(-50%);
	z-index: 3;
}
.home #banner .social-case a {
	display: block;
	margin: 0 0 15px;
}
.home #banner .social-case a:last-child {
	margin: 0;
}

/* ######
   [ Home ] Capa
############ */

.home #capa {
	padding: 100vh 0 100px;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
@media (max-width: 580px) {
	.home #capa {
		padding: 340px 0 70px;
	}
}
.home #capa::before {
	content: '';
	display: block;
	width: 100%;
	height: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
}

.home #capa .box-content {
	position: relative;
	z-index: 2;
}
.home #capa .box-content h1 {
	font-size: 160px;
	margin: 0 0 10px;
}
@media (max-width:580px) {
	.home #capa .box-content h1 {
		font-size: 55px;
	}
}
.home #capa .box-content p {
	color: #fff;
	font-size: 18px;
	max-width: 840px;
	margin: 0 0 30px;
}
@media (max-width:580px) {
	.home #capa .box-content p {
		font-size: 14px;
	}
}

/* ######
   Produtos
############ */

#produtos {
	padding: 120px 0;
	background: #fff;
}
@media (max-width:580px) {
	#produtos {
		padding: 80px 0;
	}
}

#produtos .slide-item {
	width: 480px;
	padding: 0 10px;
}
@media (max-width:580px) {
	#produtos .slide-item {
		width: 320px;
	}
}

#produtos .box-preview {
	width: 460px;
	position: relative;
}
@media (max-width:580px) {
	#produtos .box-preview {
		width: 300px;
	}
}
#produtos .box-preview::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 80px);
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1;
	transform: skew(-15deg);
	background: var(--cinza-06);
}

#produtos .box-preview-head {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2,1fr);
	padding: 25px 0 0;
	position: relative;
	z-index: 2;
}
#produtos .box-preview-head p {
	color: var(--preto-01);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 140px;
}
@media (max-width:580px) {
	#produtos .box-preview-head p {
		padding: 0 0 0 90px;
	}
}
#produtos .box-preview-head p:nth-child(2) {
	text-align: right;
	padding: 0;
}

#produtos .box-preview-image {
	text-align: center;
	width: 100%;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}
#produtos .box-preview-image img {
	width: 80%;
	min-height: 480px;
	transition: .6s;
	object-fit: contain;
}
#produtos .box-preview:hover img {
	transform: scale(1.05);
}
@media (max-width:580px) {
	#produtos .box-preview-image img {
		min-height: initial;
		height: 200px;
	}
}

#produtos .box-preview-info {
	width: calc(100% - 100px);
	position: relative;
	z-index: 2;
}
#produtos .box-preview-info h3 {
	color: var(--preto-01);
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#produtos .box-preview-info p {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis; /* adiciona ... */
	display: -webkit-box;
	-webkit-line-clamp: 1; /* Quantidade de linhas */
	-webkit-box-orient: vertical;
	overflow: hidden;
}


#produtos .flickity-button {
	width: 55px;
	height: 55px;
	transform: translateY(-50%);
	border-radius: 0;
	background: url('assets/images/icons/seta-proximo.svg') no-repeat center center;
	background-size: contain;
}
#produtos .flickity-button.previous {
	background-image: url('assets/images/icons/seta-anterior.svg');
}
#produtos .flickity-button svg {
	display: none;
}

/* ######
   [ Home ] Linha
############ */

.home #linha {
	padding: 500px 0 60px;
	background-size: cover;
	background-position: center center;
}
@media (max-width:580px) {
	.home #linha {
		padding: 320px 0 60px;
	}
}

.home #linha .box-content p {
	color: #fff;
	font-size: 120px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:580px) {
	.home #linha .box-content p {
		font-size: 60px;
	}
}
.home #linha .box-content p:last-child {
	text-align: left;
}

.home #linha .box-link {
	text-align: right;
}
@media (max-width:580px) {
	.home #linha .box-link {
		text-align: center;
		margin: 40px 0 0;
	}
}

/* ######
   [ Home ] Revenda
############ */

.home #revenda {
	padding: 100px 0;
	background: #fff;
}

.home #revenda .box-content {
	width: 100%;
}
@media (max-width:580px) {
	.home #revenda .box-content {
		margin: 50px 0 0;
	}
	.home #revenda .box-content a {
		margin: 30px 0 0;
	}
}

/* ######
   [ Home ] Vídeo
############ */

.home #video video {
	width: 100%;
	margin: 0 0 -6px;
}

/* ######
   [ Home ] Blog
############ */

.home #blog {
	padding: 100px 0;
	background: #fff;
}

.home #blog .box-header {
	margin: 0 0 50px;
}

.home #blog .box-post-home.one {
	padding: 150px 0 0;
}
@media (max-width:580px) {
	.home #blog .box-post-home.one {
		margin: 0 0 50px;
		padding: 0;
	}
}
.home #blog .box-post-home.two {
	padding: 75px 0 0;
}
@media (max-width:580px) {
	.home #blog .box-post-home.two {
		margin: 0 0 50px;
		padding: 0;
	}
}
.home #blog .box-post-home span {
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.home #blog .box-post-home img {
	width: 100%;
	height: 100%;
	transition: .7s;
	object-fit: cover;
}
.home #blog .box-post-home:hover img {
	transform: scale(1.1);
}
.home #blog .box-post-home h3 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-overflow: ellipsis;
	min-height: 72px;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .3s;
	overflow: hidden;
}
.home #blog .box-post-home:hover h3 {
	color: var(--vermelho-02);
}
.home #blog .box-post-home p {
	line-height: 1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 63px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home #blog .box-link {
	text-align: center;
	margin: 50px 0 0;
}

/* ######
   [ Sobre ] Capa
############ */

.page-template-sobre #capa {
	position: relative;
}

.page-template-sobre #capa video {
	width: 100%;
	height: 820px;
	object-fit: cover;
	filter: brightness(.2);
}
@media (max-width:580px) {
	.page-template-sobre #capa video {
		height: 560px;
	}
}

.page-template-sobre #capa .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
}
@media (max-width:580px) {
	.page-template-sobre #capa .box-contain {
		top: initial;
		bottom: 60px;
		transform: initial;
	}
}

.page-template-sobre #capa .box-content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-template-sobre #capa .box-content h1 {
	color: #fff;
	font-size: 140px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
@media (max-width:580px) {
	.page-template-sobre #capa .box-content h1 {
		font-size: 50px;
	}
}
.page-template-sobre #capa .box-content p {
	color: #fff;
	font-size: 18px;
	max-width: 900px;
	margin: 0;
}
@media (max-width:580px) {
	.page-template-sobre #capa .box-content p {
		font-size: 16px;
	}
}

/* ######
   [ Sobre ] Sobre
############ */

.page-template-sobre #sobre {
	padding: 80px 0;
}

@media (max-width:580px) {
	.page-template-sobre #sobre .box-header {
		margin: 0;
	}
}

.page-template-sobre #sobre .box-image {
	margin: 0;
}
@media (max-width:580px) {
	.page-template-sobre #sobre .box-image {
		margin: 0 0 30px;
	}
}

.page-template-sobre #sobre .box-content {
	width: 100%;
}
.page-template-sobre #sobre .box-content p {
	font-size: 16px;
	margin: 0 0 20px;
}
.page-template-sobre #sobre .box-content p:last-child {
	margin: 0;
}

/* ######
   [ Sobre ] Continuação
############ */

.page-template-sobre #continuacao {
	padding: 300px 0;
	background-size: cover;
	background-position: center center;
}
@media (max-width:580px) {
	.page-template-sobre #continuacao {
		padding: 300px 0 60px;
	}
}

.page-template-sobre #continuacao .box-content {
	max-width: 450px;
}
.page-template-sobre #continuacao .box-content p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 20px;
}
.page-template-sobre #continuacao .box-content p:last-child {
	margin: 0;
}

/* ######
   [ Time ] Capa
############ */

.page-template-time #capa {
	position: relative;
}

.page-template-time #capa .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
}
@media (max-width:580px) {
	.page-template-time #capa .box-contain {
		top: initial;
		bottom: 60px;
		transform: initial;
	}
}

.page-template-time #capa .box-content {
	text-align: right;
}
@media (max-width:580px) {
	.page-template-time #capa .box-content {
		text-align: left;
	}
}
.page-template-time #capa .box-content p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-template-time #capa .box-content h1 {
	color: #fff;
	font-size: 140px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:580px) {
	.page-template-time #capa .box-content h1 {
		font-size: 78px;
	}
}

.page-template-time #capa .box-image {
	margin: 0;
}
.page-template-time #capa .box-image img {
	width: 100%;
	height: 510px;
	object-fit: cover;
}

/* ######
   [ Time ] Conteúdo
############ */

.page-template-time #conteudo {
	padding: 90px 0;
}

.page-template-time #conteudo .box-card {
	margin: 0 0 45px;
}
.page-template-time #conteudo .box-card span {
	display: block;
	width: 100%;
	height: 530px;
	overflow: hidden;
}
.page-template-time #conteudo .box-card span img {
	width: 100%;
	height: 100%;
	transition: .6s;
	object-fit: cover;
}
.page-template-time #conteudo .box-card:hover span img {
	transform: scale(1.05);
}
.page-template-time #conteudo .box-card h2 {
	color: var(--vermelho-02);
	font-size: 52px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: -30px 0 10px 10px;
	position: relative;
	z-index: 1;
	transition: .6s;
}
.page-template-time #conteudo .box-card:hover h2 {
	transform: scale(.9) translateY(12px);
}

.page-template-time #conteudo .box-card-social {
	padding: 0 0 0 10px;
}
.page-template-time #conteudo .box-card-social a {
	display: inline-block;
	margin: 0 15px 0 0;
	transition: .3s;
}
.page-template-time #conteudo .box-card-social a:hover {
	opacity: .5;
}

/* ######
   [ Onde encontrar ] Conteúdo
############ */

.page-template-onde-encontrar #conteudo {
	padding: 80px 0;
	position: relative;
}
@media (max-width:580px) {
	.page-template-onde-encontrar #conteudo {
		padding: 0 0 80px;
	}
}

.page-template-onde-encontrar #conteudo .box-maps {
	width: calc(50vw - 50px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
@media (max-width:580px) {
	.page-template-onde-encontrar #conteudo .box-maps {
		width: calc(100% + 30px);
		height: 480px;
		margin: 0 -15px 80px;
		position: initial;
		top: initial;
		left: initial;
	}
}
.page-template-onde-encontrar #conteudo .box-maps iframe {
	width: 100%;
	height: 100%;
	opacity: .6;
	filter: grayscale(1);
}

.page-template-onde-encontrar #conteudo .box-title {
	margin: 0 0 40px;
}
@media (max-width:580px) {
	.page-template-onde-encontrar #conteudo .box-title {
		text-align: center;
	}
}
.page-template-onde-encontrar #conteudo .box-title h1 {
	color: #000;
	font-size: 60px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	text-transform: uppercase;
	margin: 0;
}

.page-template-onde-encontrar #conteudo .box-loja {
	min-height: 200px;
	height: 700px;
	max-height: 90vh;
	padding: 20px;
	overflow-y: auto;
	background: linear-gradient(180deg, #fff 0%, rgba(0,0,0,.06) 100%);
}

.page-template-onde-encontrar #conteudo .box-loja-item {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 160px;
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: solid 1px var(--cinza-03);
}
@media (max-width:580px) {
	.page-template-onde-encontrar #conteudo .box-loja-item {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.page-template-onde-encontrar #conteudo .box-loja-item span {
	display: block;
}
.page-template-onde-encontrar #conteudo .box-loja-item span:last-child {
	text-align: right;
}
.page-template-onde-encontrar #conteudo .box-loja-item h2 {
	color: var(--preto-01);
	font-size: 25px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	text-transform: uppercase;
	margin: 0 0 15px;
}
.page-template-onde-encontrar #conteudo .box-loja-item p {
	margin: 0 0 5px;
}
.page-template-onde-encontrar #conteudo .box-loja-item p:last-child {
	margin: 15px 0 0;
}
.page-template-onde-encontrar #conteudo .box-loja-item b ,
.page-template-onde-encontrar #conteudo .box-loja-item strong {
	color: var(--preto-01);
}
.page-template-onde-encontrar #conteudo .box-loja-item a {
	width: 100%;
	margin: 10px 0 0;
}
.page-template-onde-encontrar #conteudo .box-loja-item a:last-child {
	background: var(--cinza-02);
}
.page-template-onde-encontrar #conteudo .box-loja-item a:hover ,
.page-template-onde-encontrar #conteudo .box-loja-item a:last-child:hover {
	color: #fff;
	background: var(--vermelho-02);
}
.page-template-onde-encontrar #conteudo .box-loja-item a::after {
	display: none;
}
.page-template-onde-encontrar #conteudo .box-loja-item a span {
	text-align: center !important;
	width: 100%;
}

/* ######
   [ Contato ] Capa
############ */

.page-template-contato #capa {
	position: relative;
}

.page-template-contato #capa .box-image {
	margin: 0;
}
.page-template-contato #capa .box-image img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
@media (max-width:580px) {
	.page-template-contato #capa .box-image img {
		height: 490px;
	}
}

.page-template-contato #capa .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
}
@media (max-width:580px) {
	.page-template-contato #capa .box-contain {
		top: initial;
		bottom: 60px;
		transform: initial;
	}
}

.page-template-contato #capa .box-content {
	text-align: center;
}
.page-template-contato #capa .box-content p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-template-contato #capa .box-content h1 {
	color: #fff;
	font-size: 140px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
@media (max-width:580px) {
	.page-template-contato #capa .box-content h1 {
		font-size: 78px;
	}
}
.page-template-contato #capa .box-content a {
	margin: 0 10px;
	background: #E1E2E4;
}
@media (max-width:580px) {
	.page-template-contato #capa .box-content a {
		display: block;
		width: 230px;
		max-width: 100%;
		margin: 10px auto 0;
	}
}
.page-template-contato #capa .box-content a:hover {
	color: #fff;
	background: var(--vermelho-02);
}
.page-template-contato #capa .box-content a:hover::after {
	filter: brightness(0) invert(1);
}

/* ######
   [ Contato ] Conteúdo
############ */

.page-template-contato #conteudo {
	padding: 190px 0;
	position: relative;
}
@media (max-width:580px) {
	.page-template-contato #conteudo {
		padding: 80px 0;
	}
}

.page-template-contato #conteudo::before {
	content: '';
	display: block;
	width: calc(50% + 100px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: var(--cinza-01);
}
@media (max-width:580px) {
	.page-template-contato #conteudo::before {
		display: none;
	}
}

.page-template-contato #conteudo .box-content {
	max-width: 300px;
}
@media (max-width:580px) {
	.page-template-contato #conteudo .box-content {
		margin: 0 0 50px;
	}
}
.page-template-contato #conteudo .box-content p {
	margin: 20px 0 0;
}

.page-template-contato #conteudo .box-form {
	position: relative;
	z-index: 2;
}
.page-template-contato #conteudo .box-form input ,
.page-template-contato #conteudo .box-form textarea {
	width: 100%;
	height: 45px;
	margin: 0 0 20px;
	padding: 0 20px;
	border: solid 1px var(--cinza-03);
	background: #fff;
}
.page-template-contato #conteudo .box-form textarea {
	height: 120px;
	padding: 12px 20px;
}
.page-template-contato #conteudo .box-form button {
	padding: 10px 60px;
}
.page-template-contato #conteudo .box-form button:hover {
	background: var(--vermelho-02);
}

/* ######
   [ Blog ] Destaque
############ */

.blog #destaque .box-featured-image a {
	display: block;
}
.blog #destaque .box-featured-image img {
	width: 100%;
}

.blog #destaque .box-featured-content {
	padding: 55px 0;
	background: var(--cinza-01);
}

.blog #destaque .box-featured-title {
	max-width: 730px;
}
@media (max-width:580px) {
	.blog #destaque .box-featured-title {
		margin: 0 0 25px;
	}
}
.blog #destaque .box-featured-title h1 {
	color: var(--preto-01);
	font-size: 65px;
	font-weight: 600;
	font-family: var(--dharma-gothic);
	line-height: .9;
	margin: 0;
}
@media (max-width:580px) {
	.blog #destaque .box-featured-title h1 {
		font-size: 40px;
		font-weight: normal;
	}
}

.blog #destaque .box-featured-info {
	max-width: 275px;
	margin: 0 auto;
}
@media (max-width:580px) {
	.blog #destaque .box-featured-info {
		margin: 0;
	}
}
.blog #destaque .box-featured-info a[rel="tag"] {
	color: var(--preto-01);
	font-size: 16px;
	display: inline-block;
}
.blog #destaque .box-featured-info p {
	color: var(--preto-01);
	font-size: 16px;
	margin: 8px 0 28px;
}

/* ######
   [ Blog ] Listagem
############ */

.blog #listagem ,
.category #listagem {
	padding: 86px 0;
}
@media (max-width:580px) {
	.blog #listagem ,
	.category #listagem {
		padding: 80px 0 0;
	}
}

.blog #listagem .box-post ,
.category #listagem .box-post {
	margin: 0 0 30px;
}

.blog #listagem .box-post-image a ,
.category #listagem .box-post-image a {
	display: block;
	overflow: hidden;
}
.blog #listagem .box-post-image img ,
.category #listagem .box-post-image img {
	width: 100%;
	height: 245px;
	transition: .3s;
	object-fit: cover;
}
.blog #listagem .box-post:hover img ,
.category #listagem .box-post:hover img {
	transform: scale(1.05);
}

.blog #listagem .box-post-info ,
.category #listagem .box-post-info {
	padding: 40px;
	background: var(--cinza-01);
}
.blog #listagem .box-post-info h3 ,
.category #listagem .box-post-info h3 {
	color: var(--preto-01);
	font-size: 26px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	display: -webkit-box;
	min-height: 52px;
	margin: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .3s;
}
.blog #listagem .box-post:hover h3 ,
.category #listagem .box-post:hover h3 {
	color: var(--vermelho-02);
}
.blog #listagem .box-post-info hr ,
.category #listagem .box-post-info hr {
	width: 30px;
	margin: 20px 0;
	opacity: 1;
	border: none;
	border-bottom: solid 1px var(--cinza-03);
}
.blog #listagem .box-post-info p ,
.category #listagem .box-post-info p {
	margin: 0 0 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 63px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ######
   [ Blog ] Capa
############ */

.single-post #capa .box-featured-image img {
	width: 100%;
}

.single-post #capa .box-featured-content {
	padding: 55px 0;
	background: var(--cinza-01);
}

.single-post #capa .box-featured-title {
	max-width: 730px;
}
@media (max-width:580px) {
	.single-post #capa .box-featured-title {
		margin: 0 0 25px;
	}
}
.single-post #capa .box-featured-title h1 {
	color: var(--preto-01);
	font-size: 65px;
	font-weight: 600;
	font-family: var(--dharma-gothic);
	line-height: .9;
	margin: 0;
}
@media (max-width:580px) {
	.single-post #capa .box-featured-title h1 {
		font-size: 40px;
		font-weight: normal;
	}
}

.single-post #capa .box-featured-info {
	max-width: 275px;
	margin: 0 auto;
}
@media (max-width:580px) {
	.single-post #capa .box-featured-info {
		margin: 0;
	}
}
.single-post #capa .box-featured-info a[rel="tag"] {
	color: var(--preto-01);
	font-size: 16px;
	display: inline-block;
}
.single-post #capa .box-featured-info p {
	color: var(--preto-01);
	font-size: 16px;
	margin: 8px 0 28px;
}

/* ######
   [ Blog ] Conteúdo
############ */

.single-post #conteudo .box-content {
	max-width: 870px;
	margin: 0 auto;
	padding: 100px 0;
}
.single-post #conteudo .box-content p {
	color: var(--roxo-escuro);
	font-size: 16px;
	font-family: var(--aileron);
	line-height: 1.6;
	margin: 0 0 20px;
}
.single-post #conteudo .box-content p:last-child {
	margin: 0;
}

.single-post #conteudo .box-image {
	margin: 0;
}
.single-post #conteudo .box-image img {
	width: 100%;
	max-height: 90vh;
	object-fit: cover;
}

/* ######
   [ Blog ] Compartilhe
############ */

.single-post #compartilhe {
	padding: 67px 0;
	background: var(--cinza-fundo);
}

.single-post #compartilhe .box-title {
	text-align: center;
	margin: 0 0 27px;
}
.single-post #compartilhe .box-title h5 {
	font-size: 60px;
}

.single-post #compartilhe .box-shared {
	text-align: center;
}
.single-post #compartilhe .box-shared a {
	line-height: 55px;
	text-align: center;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 15px 0 0;
}
.single-post #compartilhe .box-shared a:last-child {
	margin: 0;
}
.single-post #compartilhe .box-shared svg {
	font-size: 24px;
	fill: var(--preto-01);
	transition: .3s;
}
.single-post #compartilhe .box-shared a:hover svg {
	fill: var(--vermelho-02);
}

/* ######
   [ Blog ] Outros
############ */

.single-post #outros {
	padding: 80px 0;
	background: var(--cinza-01);
}

.single-post #outros .box-title {
	text-align: center;
	margin: 0 0 87px;
}

.single-post #outros .box-post-image a {
	display: block;
	overflow: hidden;
}
.single-post #outros .box-post-image img {
	width: 100%;
	height: 245px;
	transition: .3s;
	object-fit: cover;
}
.single-post #outros .box-post:hover img {
	transform: scale(1.05);
}

.single-post #outros .box-post-info {
	padding: 40px;
}
.single-post #outros .box-post-info h3 {
	color: var(--preto-01);
	font-size: 26px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	min-height: 62px;
	margin: 0;
	transition: .3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.single-post #outros .box-post:hover h3 {
	color: var(--vermelho-02);
}
.single-post #outros .box-post-info hr {
	width: 30px;
	margin: 20px 0;
	opacity: 1;
	border: none;
	border-bottom: solid 1px var(--cinza-03);
}
.single-post #outros .box-post-info p {
	margin: 0 0 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 63px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ######
   [ Lista de produtos ] Conteúdo
############ */

.page-template-produto #conteudo {
	padding: 50px 0;
}

.page-template-produto #conteudo .box-item {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2,1fr);
	margin: 0 0 50px;
}
@media (max-width:580px) {
	.page-template-produto #conteudo .box-item {
		grid-template-columns: 1fr;
	}
}

.page-template-produto #conteudo .box-item-image {
	width: 100%;
	margin: 0;
}
@media (max-width:580px) {
	.page-template-produto #conteudo .box-item-image {
		order: -1;
	}
}
.page-template-produto #conteudo .box-item-image a {
	display: block;
	position: relative;
	transition: .4s;
}
.page-template-produto #conteudo .box-item:hover .box-item-image a {
	transform: scale(1.05);
}
.page-template-produto #conteudo .box-item-image a::before {
	content: '';
	display: block;
	width: 220px;
	height: calc(100% + 10px);
	position: absolute;
	top: -5px;
	right: -110px;
	z-index: 1;
	transform: skewX(-15deg);
	background: #fff;
}
@media (max-width:580px) {
	.page-template-produto #conteudo .box-item-image a::before {
		width: 220px;
		transform: skewX(-40deg);
	}
}
.page-template-produto #conteudo .box-item:nth-child(2n) .box-item-image a::before {
	right: initial;
	left: -110px;
}
.page-template-produto #conteudo .box-item-image img {
	display: block;
	width: 100%;
}

.page-template-produto #conteudo .box-item-info {
	max-width: 425px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
@media (max-width:580px) {
	.page-template-produto #conteudo .box-item-info {
		padding: 0 30px;
	}
}
.page-template-produto #conteudo .box-item-info > span {
	color: var(--preto-01);
	font-size: 20px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.page-template-produto #conteudo .box-item-info p {
	margin: 0 0 35px;
}

/* ######
   [ Interna de produtos ] Capa
############ */

.single-produto #capa {
	position: relative;
}

.single-produto #capa .box-image {
	margin: 0;
}
.single-produto #capa .box-image img {
	width: 100%;
	max-height: 700px;
	object-fit: cover;
	object-position: right center;
}
@media (max-width:580px) {
	.single-produto #capa .box-image img {
		height: 700px;
	}
}

.single-produto #capa .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
}
@media (max-width:580px) {
	.single-produto #capa .box-contain {
		top: initial;
		bottom: 60px;
		transform: initial;
	}
}

.single-produto #capa .box-content span {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	text-transform: uppercase;
}
.single-produto #capa .box-content h1 {
	font-size: 150px;
}
@media (max-width:580px) {
	.single-produto #capa .box-content h1 {
		font-size: 70px;
	}
}
.single-produto #capa .box-content p {
	color: #fff;
	font-size: 18px;
	max-width: 470px;
	margin: 0;
}
@media (max-width:580px) {
	.single-produto #capa .box-content p {
		font-size: 14px;
	}
}

/* ######
   [ Interna de produtos ] Breadcrumb
############ */

.single-produto #breadcrumb {
	padding: 30px 0;
}

.single-produto #breadcrumb .box-title {
	text-align: right;
}
.single-produto #breadcrumb .box-info p ,
.single-produto #breadcrumb .box-title p {
	color: var(--preto-01);
	font-size: 20px;
	font-family: var(--dharma-gothic);
	margin: 0;
}

/* ######
   [ Interna de produtos ] Sobre
############ */

.single-produto #sobre {
	padding: 60px 0;
	position: relative;
}
.single-produto #sobre::before {
	content: '';
	display: block;
	width: calc(50vw + 350px);
	height: 100%;
	position: absolute;
	top: 0;
	right: -300px;
	transform: skewX(-15deg);
	background: var(--preto-01);
}
@media (max-width:580px) {
	.single-produto #sobre::before {
		width: 100%;
		height: 50%;
		top: initial;
		bottom: 0;
		right: 0;
		transform: initial;
	}
}

.single-produto #sobre .box-slide {
	transform: skewX(-15deg);
	position: relative;
	z-index: 2;
	background: var(--cinza-01);
}
@media (max-width:580px) {
	.single-produto #sobre .box-slide {
		margin: 0 0 50px;
		padding: 0 0 20px;
	}
}

.single-produto #sobre .slide-item {
	width: 100%;
	transform: skewX(15deg);
}

.single-produto #sobre .box-item {
	text-align: center;
	line-height: 680px;
	width: 100%;
	height: 680px;
}
@media (max-width:580px) {
	.single-produto #sobre .box-item {
		line-height: 350px;
		height: 350px;
	}
}
.single-produto #sobre .box-item img {
	display: inline-block;
}

.single-produto #sobre .flickity-button {
	width: 55px;
	height: 55px;
	top: calc(50% - 30px);
	left: -13px;
	right: initial;
	transform: skewX(15deg) translateY(-50%);
	transition: .3s;
	border-radius: 0;
	background: url('assets/images/icons/seta-proximo.svg') no-repeat center center;
	background-size: contain;
}
.single-produto #sobre .flickity-button:hover {
	left: -8px;
}
.single-produto #sobre .flickity-button:focus {
	outline: none;
}
.single-produto #sobre .flickity-button.previous {
	top: calc(50% + 30px);
	left: -10px;
	background-image: url('assets/images/icons/seta-anterior.svg');
}
.single-produto #sobre .flickity-button.previous:hover {
	left: -15px;
}
.single-produto #sobre .flickity-button svg {
	display: none;
}

.single-produto #sobre .box-content {
	max-width: 390px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.single-produto #sobre .box-content p {
	color: #fff;
	margin: 0 0 20px;
}

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

.single-produto #galeria {
	padding: 100px 0;
}

.single-produto #galeria .slide-item {
	width: 1300px;
	height: 810px;
	padding: 0 10px;
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	overflow: hidden;
	transform: skewX(-15deg);
}
@media (max-width:580px) {
	.single-produto #galeria .slide-item {
		width: 300px;
		height: 300px;
	}
}
.single-produto #galeria .slide-item img {
	width: 100%;
	height: 100%;
	max-height: 80vh;
	object-fit: cover;
	transform: skewX(15deg) scale(1.2);
}

.single-produto #galeria .flickity-button {
	width: 55px;
	height: 55px;
	transform: skewX(15deg) translateY(-50%);
	border-radius: 0;
	background: url('assets/images/icons/seta-proximo.svg') no-repeat center center;
	background-size: contain;
}
.single-produto #galeria .flickity-button.previous {
	background-image: url('assets/images/icons/seta-anterior.svg');
}
.single-produto #galeria .flickity-button svg {
	display: none;
}

/* ######
   [ Interna de produtos ] Diferenciais
############ */

.single-produto #diferenciais {
	padding: 140px 0;
}
@media (max-width:580px) {
	.single-produto #diferenciais {
		padding: 60px 0;
	}
}

@media (max-width:580px) {
	.single-produto #diferenciais .box-title {
		margin: 0 0 50px;
	}
}
.single-produto #diferenciais .box-title > span {
	color: var(--preto-01);
	font-size: 25px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
}
.single-produto #diferenciais .box-title h2 {
	margin: 0 0 20px;
}

.single-produto #diferenciais .box-item {
	padding: 40px 0;
	border-top: solid 1px var(--cinza-03);
}
.single-produto #diferenciais .box-item:last-child {
	border-bottom: solid 1px var(--cinza-03);
}
.single-produto #diferenciais .box-item h3 {
	color: var(--preto-01);
	font-size: 60px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.single-produto #diferenciais .box-item p {
	font-size: 16px;
	margin: 0;
}

/* ######
   [ Interna de produtos ] Ilustracao
############ */

.single-produto #ilustracao img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media (max-width: 580px) {
	.single-produto #ilustracao img {
		height: 600px;
	}
}

/* ######
   [ LGPD ] Introdução
############ */

.page-template-lgpd #introducao {
	position: relative;
}

.page-template-lgpd #introducao img {
	width: 100%;
	height: 500px;
	max-height: 85vh;
	object-fit: cover;
	filter: brightness(.4);
}

.page-template-lgpd #introducao .box-contain {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.page-template-lgpd #introducao .box-content {
	text-align: center;
}
.page-template-lgpd #introducao .box-content h1 {
	color: #fff;
	font-size: 160px;
	font-weight: 700;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 2;
}
@media (max-width:850px) {
	.page-template-lgpd #introducao .box-content h1 {
		font-size: 80px;
	}
}

/* ######
   [ LGPD ] Conteúdo
############ */

.page-template-lgpd #conteudo {
	padding: 30px 0 80px;
}

.page-template-lgpd #conteudo .box-content {
	max-width: 800px;
	margin: 0 auto;
}
.page-template-lgpd #conteudo .box-content h1 ,
.page-template-lgpd #conteudo .box-content h2 ,
.page-template-lgpd #conteudo .box-content h3 ,
.page-template-lgpd #conteudo .box-content h4 ,
.page-template-lgpd #conteudo .box-content h5 ,
.page-template-lgpd #conteudo .box-content h6 {
	color: var(--preto-01);
	font-size: 60px;
	font-family: var(--dharma-gothic);
	margin: 50px 0 0;
}
.page-template-lgpd #conteudo .box-content p {
	margin: 15px 0 0;
}

/* ######
   [ Revendedor ] Conteúdo
############ */

.page-template-revendedores #conteudo {
	padding: 120px 0 80px;
	position: relative;
}
@media (max-width:580px) {
	.page-template-revendedores #conteudo {
		padding: 60px 0 80px;
	}
}

.page-template-revendedores #conteudo .box-title {
	margin: 0 0 40px;
}
@media (max-width:580px) {
	.page-template-revendedores #conteudo .box-title {
		text-align: center;
	}
}
.page-template-revendedores #conteudo .box-title h1 {
	color: #000;
	font-size: 60px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	text-transform: uppercase;
	margin: 0;
}

.page-template-revendedores #conteudo .box-lista-estados details {
	display: block;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #999;
}
.page-template-revendedores #conteudo .box-lista-estados summary {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.page-template-revendedores #conteudo .box-lista-estados summary::marker {
	color: #000;
	font-size: 20px;
}

.page-template-revendedores #conteudo .box-lista-unidades {
	max-width: 1000px;
	display: grid;
	gap: 0 60px;
	grid-template-columns: repeat(2,1fr);
	margin: 30px 0 0;
}

@media (max-width: 580px) {
	.page-template-revendedores #conteudo .box-lista-unidades {
		grid-template-columns: 1fr;
	}
}

.page-template-revendedores #conteudo .box-loja-item {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 160px;
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: solid 1px var(--cinza-03);
}
@media (max-width:580px) {
	.page-template-revendedores #conteudo .box-loja-item {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.page-template-revendedores #conteudo .box-loja-item span {
	display: block;
}
.page-template-revendedores #conteudo .box-loja-item span:last-child {
	text-align: right;
}
.page-template-revendedores #conteudo .box-loja-item h2 {
	color: var(--preto-01);
	font-size: 25px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	text-transform: uppercase;
	margin: 0 0 15px;
}
.page-template-revendedores #conteudo .box-loja-item p {
	margin: 0 0 5px;
}
.page-template-revendedores #conteudo .box-loja-item p:last-child {
	margin: 15px 0 0;
}
.page-template-revendedores #conteudo .box-loja-item b ,
.page-template-revendedores #conteudo .box-loja-item strong {
	color: var(--preto-01);
}
.page-template-revendedores #conteudo .box-loja-item a {
	width: 100%;
	margin: 10px 0 0;
}
.page-template-revendedores #conteudo .box-loja-item a:last-child {
	background: var(--cinza-02);
}
.page-template-revendedores #conteudo .box-loja-item a:hover ,
.page-template-revendedores #conteudo .box-loja-item a:last-child:hover {
	color: #fff;
	background: var(--vermelho-02);
}
.page-template-revendedores #conteudo .box-loja-item a::after {
	display: none;
}
.page-template-revendedores #conteudo .box-loja-item a span {
	text-align: center !important;
	width: 100%;
}

.page-template-revendedores #conteudo .box-info {
	text-align: center;
	margin: 60px 0 0;
}
.page-template-revendedores #conteudo .box-info h2 {
	color: var(--preto-01);
	font-size: 35px;
	font-weight: bold;
	font-family: var(--dharma-gothic);
	text-transform: uppercase;
	margin: 0 0 15px;
}
.page-template-revendedores #conteudo .box-info a {
	margin: 10px 0 0;
}
.page-template-revendedores #conteudo .box-info a:hover ,
.page-template-revendedores #conteudo .box-info a:last-child:hover {
	color: #fff;
	background: var(--vermelho-02);
}
.page-template-revendedores #conteudo .box-info a::after {
	display: none;
}