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

	Theme name: LongDelar
	Theme URI: https://longdelar.com
	Description: Este tema foi desenvolvido de forma exclusiva.

	Code: Gabriel Amarante | https://gabrielfreelancer.com.br
	Author: Cléo
	Author URI: 

	Version: MK.06.2025

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

@charset "UTF-8";

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

* { outline: none; }

html { scroll-behavior: smooth; }

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

body {
	color: var(--cinza-texto);
	font-size: 16px;
	font-family: var(--poppins);
}

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

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 */
	--fields-display: "fields-display", sans-serif;
	--poppins: "Poppins", sans-serif;

	/* Cores */
	--cinza-claro: #F3F3F3;
  --cinza-texto: #70707D;
	--cinza-escuro: #282A2E;
}

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

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

/* box-return */

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

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

.titulo {
	font-size: 60px;
	font-weight: normal;
	font-family: var(--fields-display);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width:580px) {
	.titulo {
		font-size: 24px;
	}
}

/* branco */

.titulo.branco {
	color: #fff;
}

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

.botao {
	color: var(--cinza-texto);
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	min-width: 220px;
	max-width: 100%;
	padding: 0 20px;
	transition: .3s;
	border: none;
	border-radius: 5px;
}

/* borda-cinza */

.botao.borda-cinza {
	border: solid 1px var(--cinza-texto);
}
.botao.borda-cinza:hover {
	color: #fff;
	background: var(--cinza-texto);
}

/* cinza */

.botao.cinza {
	color: #fff;
	background: var(--cinza-texto);
}
.botao.cinza:hover {
	color: var(--cinza-texto);
	background: var(--cinza-claro);
}

/* link */

.link {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 0 0 4px;
	transition: .3s;
	border: none;
	border-bottom: solid 1px #fff;
}
.link:hover , .link:focus {
	color: #fff;
}

/* link cinza */

.link.cinza {
	color: var(--cinza-texto);
	border-color: var(--cinza-texto);
}

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

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

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

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

#header {
	padding: 15px 0;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5;
	background: #fff;
}

#header .box-image {
	text-align: center;
	width: 100%;
}
#header .box-image a {
	display: inline-block;
}
#header .box-image img {
	max-height: 30px;
}
@media (max-width: 580px) {
	#header .box-image img {
		max-height: 20px;
	}
}

#header .box-menu {
	width: 100%;
}
#header .box-menu button {
	color: var(--cinza-escuro);
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 0 0 43px;
	border: none;
	background: url('assets/images/icons/icone-menu.svg') no-repeat center left;
	background-size: contain;
}
@media (max-width:580px) {
	#header .box-menu button {
		font-size: 0;
	}
}

#header .box-grid {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 96px;
	width: 350px;
	height: 100%;
	float: right;
}

#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 30px;
}
#header .navbar li:first-child {
	margin: 0;
}
#header .navbar a {
	color: var(--cinza-escuro);
	font-size: 18px;
}

#header .box-traducao .gtranslate_wrapper {
	text-align: right;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2,1fr);
}
#header .box-traducao .gtranslate_wrapper a {
	color: var(--cinza-escuro);
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	transition: .3s;
	border: solid 1px var(--cinza-escuro);
	border-radius: 50%;
}
#header .box-traducao .gtranslate_wrapper a.gt-current-lang ,
#header .box-traducao .gtranslate_wrapper a:hover {
	color: #fff;
	background: var(--cinza-escuro);
}

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

#menu {
	width: 100%;
	max-width: 430px;
	height: 100%;
	padding: 50px 35px;
	position: fixed;
	top: 0;
	left: -500px;
	z-index: 6;
	transition: .8s;
	overflow-y: auto;
	background: #fff;
}
#menu.ativo {
	left: 0;
}
#menu hr {
	width: 100%;
	max-width: 275px;
	margin: 25px 0;
	border: none;
	border-bottom: solid 1px var(--cinza-texto);
}

#menu .box-traducao .gtranslate_wrapper {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2,1fr);
	max-width: 96px;
	margin: 0 0 40px;
}
#menu .box-traducao .gtranslate_wrapper a {
	color: var(--cinza-escuro);
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	transition: .3s;
	border: solid 1px var(--cinza-escuro);
	border-radius: 50%;
}
#menu .box-traducao .gtranslate_wrapper a.gt-current-lang ,
#menu .box-traducao .gtranslate_wrapper a:hover {
	color: #fff;
	background: var(--cinza-escuro);
}

#menu .box-botao {
	margin: 0 0 50px;
}
#menu .box-botao button {
	color: var(--cinza-escuro);
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	padding: 0 0 0 50px;
	border: none;
	background: url('assets/images/icons/icone-fechar-menu.svg') no-repeat left center;
}
@media (max-width:580px) {
	#menu .box-botao button {
		font-size: 0;
	}
}

#menu .navbar {
	width: 100%;
	max-width: 275px;
	padding: 0;
}
#menu .navbar ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu .navbar li {
	display: block;
	margin: 0 0 12px;
}
#menu .navbar li:last-child {
	margin: 0;
}
#menu .navbar a {
	color: var(--cinza-texto);
	font-size: 18px;
	letter-spacing: 5%;
	display: block;
	background: url('assets/images/icons/icone-link-menu.svg') no-repeat center right;
}

#menu .box-selo {
	text-align: center;
	margin: 80px 0 0;
}

/* ######
   Newsletter
############ */

#newsletter {
	padding: 65px 0;
}

#newsletter .box-content {
	max-width: 700px;
}
@media (max-width:580px) {
	#newsletter .box-content {
		text-align: center;
		margin: 0 0 30px;
		padding: 0 20px;
	}
}
#newsletter .box-content p {
	font-weight: 300;
	max-width: 460px;
	margin: 30px 0 0;
}

#newsletter .box-botao {
	text-align: center;
	width: 100%;
}

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

#footer {
	padding: 95px 0;
	background: var(--cinza-claro);
}

#footer .box-titulo {
	margin: 0 0 20px;
}
@media (max-width:580px) {
	#footer .box-titulo {
		text-align: center;
	}
}
#footer .box-titulo h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width:580px) {
	#footer .box-info {
		text-align: center;
		margin: 0 0 50px;
	}
}
#footer .box-info > a {
	margin: 20px 0 0;
}
#footer .box-info p {
	margin: 0 0 10px;
}
#footer .box-info p a {
	font-weight: bold;
	display: inline-block;
}

#footer .navbar {
	width: 100%;
	margin: 0 0 70px;
	padding: 0;
}
@media (max-width:580px) {
	#footer .navbar {
		margin: 0 0 50px;
	}
}
#footer .navbar ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer .navbar ul#menu-produtos {
	display: grid;
	gap: 0 30px;
	grid-template-columns: repeat(2,1fr);
}
@media (max-width:580px) {
	#footer .navbar ul#menu-produtos {
		grid-template-columns: 1fr;
	}
}
#footer .navbar li {
	display: block;
	margin: 0 0 8px;
}
@media (max-width:580px) {
	#footer .navbar li {
		text-align: center;
	}
}
#footer .navbar li:last-child {
	margin: 0;
}
#footer .navbar a {
	color: var(--cinza-texto);
	font-size: 18px;
}

#footer .box-selo {
	text-align: center;
	width: 100%;
}
@media (max-width:580px) {
	#footer .box-selo {
		margin: 0 0 50px;
	}
}

#footer .box-social {
	text-align: center;
	width: 100%;
}
#footer .box-social a {
	display: inline-block;
	margin: 0 20px 0 0;
}
#footer .box-social a:last-child {
	margin: 0;
}
#footer .box-social svg {
	fill: var(--cinza-texto);
	height: 30px;
}

/* ######
   Copyright
############ */

#copyright {
	padding: 30px 0;
	background: var(--cinza-texto);
}
@media (max-width:580px) {
	#copyright {
		padding: 15px 0 100px;
	}
}

@media (max-width:580px) {
	#copyright .box-cidades {
		text-align: center;
		margin: 0 0 5px;
	}
}
#copyright .box-cidades p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

#copyright .box-info {
	text-align: right;
}
@media (max-width:580px) {
	#copyright .box-info {
		text-align: center;
	}
}
#copyright .box-info p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

/* ######
   Texto
############ */

#texto {
	padding: 80px 0;
}
@media (max-width: 580px) {
	#texto {
		padding: 80px 20px;
	}
}

#texto .box-titulo {
	max-width: 340px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	#texto .box-titulo {
		max-width: initial;
		margin: 0 0 30px;
	}
}
.page-template-contato #texto .box-titulo {
	max-width: 400px;
}

#texto .box-info {
	width: 100%;
}
#texto .box-info p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
}
@media (max-width: 580px) {
	#texto .box-info p {
		font-size: 16px;
	}
}

/* ######
   Newsletter
############ */

#modal_newsletter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	backdrop-filter: blur(10px);
	background: rgba(0,0,0,.7);
}

#modal_newsletter .close-newsletter {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: .3s;
}
#modal_newsletter .close-newsletter svg {
	fill: var(--cinza-texto);
	width: 30px;
	height: 30px;
}

#modal_newsletter .box-contain {
	width: 600px;
	max-width: 90vw;
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 6px;
	background: #fff;
}

#modal_newsletter .box-contain form {
	width: 100%;
	margin: 40px 0 0;
}
#modal_newsletter .box-contain span {
	display: block;
	margin: 0 0 15px;
}
#modal_newsletter .box-contain input {
	width: 100%;
	padding: 10px 15px;
	border: solid 1px var(--cinza-texto);
	border-radius: 5px;
}

/* ######
   Destaque
############ */

#destaques .slide-item {
	width: 100%;
	height: 60vh;
}
@media (max-width: 580px) {
	#destaques .slide-item {
		height: 100vw;
	}
}

#destaques .box-item {
	position: relative;
}
#destaques .box-item img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
@media (max-width: 580px) {
	#destaques .box-item img {
		height: 100vw;
	}
}
#destaques .box-item p {
	color: var(--cinza-escuro);
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	width: calc(100% - 40px);
	margin: 0;
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 580px) {
	#destaques .box-item p {
		font-size: 16px;
	}
}

#destaques .flickity-page-dots {
	bottom: 25px;
}

/* ######
   Destaque com imagem
############ */

#destaque-imagem {
	padding: 160px 0;
	position: relative;
}
@media (max-width: 580px) {
	#destaque-imagem {
		padding: 60px 0;
	}
}

#destaque-imagem .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#destaque-imagem .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 580px) {
	#destaque-imagem .box-image img {
		filter: brightness(.7);
	}
}

#destaque-imagem .box-contain {
	position: relative;
	z-index: 2;
}

#destaque-imagem .box-content {
	max-width: 550px;
}
@media (max-width: 580px) {
	#destaque-imagem .box-content {
		padding: 0 20px;
	}
	#destaque-imagem .box-content h2 {
		color: #fff;
	}
}
#destaque-imagem .box-content p {
	color: #fff;
	font-weight: 300;
	max-width: 400px;
	margin: 30px 0 20px;
}

/* ######
   Informação
############ */

#informacao {
	padding: 80px 0;
}
@media (max-width: 580px) {
	.page-template-bodas #informacao {
		padding: 20px 0 80px;
	}
}

@media (max-width: 580px) {
	.page-template-sobre #informacao .box-image {
		margin: 0 0 30px;
	}
}
#informacao .box-image img {
	width: 100%;
}
@media (max-width: 580px) {
	.page-template-sobre #informacao .box-image img {
		height: 400px;
		object-fit: cover;
		object-position: top center;
	}
}

#informacao .box-content {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	#informacao .box-content {
		margin: 0 0 30px;
		padding: 0 20px;
	}
	.page-template-bodas #informacao .box-content {
		margin: 30px 0 0;
		padding: 0 20px;
	}
}
#informacao .box-content p {
	font-weight: 300;
	margin: 30px 0 0;
}
#informacao .box-content a {
	margin: 30px 0 0;
}

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

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

#produtos .box-header {
	max-width: 500px;
	margin: 0 0 60px;
}
@media (max-width:580px) {
	#produtos .box-header {
		margin: 0 0 20px;
		padding: 0 20px;
	}
}

#produtos .box-info {
	width: 100%;
	max-width: 300px;
	margin: 0 0 60px;
}
@media (max-width:580px) {
	#produtos .box-info {
		max-width: initial;
		padding: 0 20px;
	}
}

.preview-produto {
	margin: 0 0 40px;
}

.preview-produto-image a {
	display: block;
}
.preview-produto-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media (max-width: 580px) {
	.preview-produto-image img {
		height: 100vw;
	}
}

.preview-produto-info {
	text-align: center;
	padding: 20px 0 0;
}
@media (max-width:580px) {
	.preview-produto-info {
		padding: 20px 20px 0;
	}
}
.preview-produto-info h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.preview-produto-info p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	max-width: 280px;
	margin: 15px auto 0;
}
@media (max-width: 580px) {
	.preview-produto-info p {
		font-size: 16px;
	}
}

/* ######
   Capa
############ */

#capa .box-image img {
	width: 100%;
	max-height: 70vh;
	object-fit: cover	;
}
@media (max-width: 580px) {
	#capa .box-image img {
		height: 300px;
		object-fit: cover;
	}
}

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

.home #banner {
	padding: 160px 0;
	position: relative;
}

.home #banner .box-fundo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.home #banner .box-fundo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home #banner .box-contain {
	position: relative;
	z-index: 2;
}

.home #banner .box-image {
	text-align: center;
}
.home #banner .box-image img {
	max-height: 400px;
}

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

.home #sobre {
	min-height: 100vh;
	position: relative;
}
@media (max-width:580px) {
	.home #sobre {
		min-height: initial;
		background: #474753;
	}
}

.home #sobre .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width:580px) {
	.home #sobre .box-image {
		position: initial;
		top: initial;
		left: initial;
	}
}
.home #sobre .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home #sobre .box-contain {
	width: 100%;
	padding: 80px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width:580px) {
	.home #sobre .box-contain {
		padding: 40px 0;
		position: initial;
		bottom: initial;
		left: initial;
		background: #474753;
	}
}

.home #sobre .box-info {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.home #sobre .box-info p {
	color: #fff;
}
@media (max-width:580px) {
	.home #sobre .box-info p {
		margin: 15px 0;
	}
}

/* ######
   [ Home ] Informação home
############ */

.home #informacao_home {
	padding: 160px 0;
	position: relative;
}
@media (max-width: 580px) {
	.home #informacao_home {
		padding: 80px 0;
	}
}

.home #informacao_home .box-image {
	width: 50vw;
	height: calc(100% - 160px);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media (max-width: 580px) {
	.home #informacao_home .box-image {
		width: 100%;
		height: initial;
		margin: 20px 0 0;
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
	}
}
.home #informacao_home .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home #informacao_home .box-content {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.home #informacao_home .box-content {
		margin: 0 0 30px;
		padding: 0 20px;
	}
}
.home #informacao_home .box-content p {
	font-weight: 300;
	margin: 30px 0 0;
}
.home #informacao_home .box-content a {
	margin: 30px 0 0;
}

/* ######
   [ Home ] História
############ */

.home #historia {
	padding: 240px 0;
	position: relative;
	background: #474753;
}
@media (max-width:580px) {
	.home #historia {
		padding: 80px 0 0;
	}
}

.home #historia .box-ilustracao {
	margin: 80px 0 0;
}
.home #historia .box-ilustracao img {
	width: 100%;
}

.home #historia .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width:580px) {
	.home #historia .box-image {
		display: none;
	}
}
.home #historia .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home #historia .box-contain {
	position: relative;
	z-index: 2;
}
@media (max-width:580px) {
	.home #historia .box-contain {
		padding: 0 20px;
	}
}

.home #historia .box-content p {
	color: #fff;
	font-weight: 300;
	max-width: 300px;
	margin: 30px 0 15px;
}

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

.page-template-sobre #introducao {
	padding: 320px 0 160px;
	position: relative;
}
@media (max-width:580px) {
	.page-template-sobre #introducao {
		padding: 120px 0;
	}
}

.page-template-sobre #introducao .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-template-sobre #introducao .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-sobre #introducao .box-contain {
	width: 100%;
	position: relative;
	z-index: 2;
}

.page-template-sobre #introducao .box-content {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
@media (max-width:580px) {
	.page-template-sobre #introducao .box-content {
		padding: 0 20px;
	}
}
.page-template-sobre #introducao .box-content p {
	color: #fff;
	font-weight: 300;
	margin: 30px 0 0;
}

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

.page-template-sobre #valores {
	padding: 160px 0;
}
@media (max-width: 580px) {
	.page-template-sobre #valores {
		padding: 80px 0 40px;
	}
}

.page-template-sobre #valores .box-card {
	max-width: 300px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.page-template-sobre #valores .box-card {
		text-align: center;
		max-width: initial;
		margin: 0 0 40px;
		padding: 0 20px;
	}
}
.page-template-sobre #valores .box-card p {
	font-weight: 300;
	margin: 30px 0 0;
}
@media (max-width: 580px) {
	.page-template-sobre #valores .box-card p {
		margin: 10px 0 0;
	}
}

/* ######
   [ Sobre ] História
############ */

.page-template-sobre #historia {
	padding: 0 0 160px;
}
@media (max-width:580px) {
	.page-template-sobre #historia {
		padding: 0 0 80px;
	}
}

.page-template-sobre #historia .box-image {
	margin: 0 0 100px;
}
@media (max-width:580px) {
	.page-template-sobre #historia .box-image {
		margin: 0 0 40px;
	}
}
.page-template-sobre #historia .box-image img {
	width: 100%;
}
@media (max-width:580px) {
	.page-template-sobre #historia .box-image img {
		height: 200px;
		object-fit: cover;
	}
}

.page-template-sobre #historia .box-header {
	text-align: center;
}
@media (max-width:580px) {
	.page-template-sobre #historia .box-header {
		padding: 0 20px;
	}
}
.page-template-sobre #historia .box-header p {
	max-width: 500px;
	margin: 30px auto 0;
}

.page-template-sobre #historia .box-info {
	text-align: center;
	margin: 80px 0 0;
}
@media (max-width:580px) {
	.page-template-sobre #historia .box-info {
		padding: 0 20px;
	}
}

.page-template-sobre #historia .box-slide {
	max-width: 570px;
	margin: 80px auto 0;
}
.page-template-sobre #historia .box-slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	transform: translateY(50px);
	border-top: solid 1px var(--cinza-escuro);
}

.page-template-sobre #historia .slide-item {
	text-align: center;
	width: 100%;
	padding: 150px 0 0;
	position: relative;
	overflow: visible;
}
@media (max-width:580px) {
	.page-template-sobre #historia .slide-item {
		padding: 150px 20px 0;
	}
}
.page-template-sobre #historia .slide-item::before ,
.page-template-sobre #historia .slide-item::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 33px;
	left: calc(50% - 140px);
	border: solid 1px var(--cinza-escuro);
	border-radius: 50%;
	background: #fff;
}
.page-template-sobre #historia .slide-item::after {
	left: auto;
	right: calc(50% - 140px);
}

.page-template-sobre #historia .slide-item a {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 50%;
}
.page-template-sobre #historia .slide-item a {
	display: block;
}
.page-template-sobre #historia .slide-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template-sobre #historia .slide-item span {
	color: var(--cinza-escuro);
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: block;
}
.page-template-sobre #historia .slide-item h3 {
	color: var(--cinza-escuro);
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0;
}
.page-template-sobre #historia .slide-item p {
	max-width: 400px;
	margin: 0 auto;
}

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

.page-template-contato #contato .box-card {
	max-width: 240px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.page-template-contato #contato .box-card {
		max-width: initial;
		margin: 0 0 60px;
		padding: 0 20px;
	}
}
.page-template-contato #contato .box-card h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.page-template-contato #contato .box-card p {
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 30px;
}
@media (max-width: 580px) {
	.page-template-contato #contato .box-card p {
		margin: 0 0 15px;
	}
}

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

.blog #conteudo {
	padding: 80px 0 40px;
}

.preview-post {
	margin: 0 0 60px;
}

.preview-post-image a {
	display: block;
}
.preview-post-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.preview-post-info {
	padding: 20px 0 0;
}
@media (max-width: 580px) {
	.preview-post-info {
		padding: 20px 20px 0;
	}
}
.preview-post-info h3 {
	color: var(--cinza-escuro);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.preview-post-info p {
	font-weight: 300;
	line-height: 1.8;
	margin: 0 0 15px;
}

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

.single-post #conteudo {
	padding: 60px 0;
}
@media (max-width: 580px) {
	.single-post #conteudo {
		padding: 20px 0 60px;
	}
}

.single-post #conteudo .box-content p {
	font-weight: 300;
	line-height: 1.6;
	max-width: 800px;
	margin: 40px auto;
}
@media (max-width: 580px) {
	.single-post #conteudo .box-content p {
		padding: 0 20px;
	}
}
.single-post #conteudo .box-content img {
	margin: 60px 0;
}

/* ######
   [ Bodas ] Momentos
############ */

.page-template-bodas #momentos {
	padding: 100vh 0 80px;
	position: relative;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos {
		padding: 200px 0 50px;
	}
}

.page-template-bodas #momentos .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-template-bodas #momentos .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos .box-image img {
		filter: brightness(0.7);
	}
}

.page-template-bodas #momentos .box-contain {
	width: 100%;
	position: relative;
	z-index: 2;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos .box-contain {
		padding: 0 20px;
	}
}

.page-template-bodas #momentos .box-header {
	max-width: 360px;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos .box-header {
		max-width: initial;
	}
}
.page-template-bodas #momentos .box-header h2 {
	color: var(--cinza-escuro);
	font-size: 52px;
	font-weight: normal;
	font-family: var(--fields-display);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos .box-header h2 {
		color: #fff;
		font-size: 36px;
	}
}

.page-template-bodas #momentos .box-info {
	max-width: 300px;
}
@media (max-width: 580px) {
	.page-template-bodas #momentos .box-info {
		max-width: initial;
		margin: 30px 0 0;
	}
}
.page-template-bodas #momentos .box-info h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
}
.page-template-bodas #momentos .box-info p {
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

/* ######
   [ Bodas ] Opções
############ */

.page-template-bodas #opcoes {
	padding: 120px 0;
}
@media (max-width: 580px) {
	.page-template-bodas #opcoes {
		padding: 90px 0 60px;
	}
}

.page-template-bodas #opcoes .box-card {
	text-align: center;
	max-width: 260px;
	margin: 0 auto;
}
@media (max-width: 580px) {
	.page-template-bodas #opcoes .box-card {
		margin: 0 auto 30px;
	}
}
.page-template-bodas #opcoes .box-card p {
	font-size: 18px;
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-bodas #opcoes .box-card p {
		font-size: 20px;
	}
}

/* ######
   [ Bodas ] Fotos
############ */

.page-template-bodas #fotos .box-item {
	width: calc(100% + 24px);
	margin: 0 -12px;
}
@media (max-width: 580px) {
	.page-template-bodas #fotos .box-item {
		width: calc(100% + 14px);
		margin: 0 -7px 5px;
	}
}
.page-template-bodas #fotos .box-item img {
	width: 100%;
	height: 30vw;
	object-fit: cover;
}
@media (max-width: 580px) {
	.page-template-bodas #fotos .box-item img {
		height: 50vw;
	}
}

/* ######
   [ Bodas ] Sentimentos
############ */

.page-template-bodas #sentimentos {
	padding: 80vh 0 0;
	position: relative
}
@media (max-width: 580px) {
	.page-template-bodas #sentimentos {
		padding: 200px 0 0;
	}
}

.page-template-bodas #sentimentos .box-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-template-bodas #sentimentos .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 580px) {
	.page-template-bodas #sentimentos .box-image img {
		filter: brightness(.7);
	}
}

.page-template-bodas #sentimentos .box-contain {
	padding: 120px 0;
	position: relative;
	z-index: 2;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 580px) {
	.page-template-bodas #sentimentos .box-contain {
		padding: 60px 0;
	}
}

.page-template-bodas #sentimentos .box-content {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.page-template-bodas #sentimentos .box-content p {
	color: #fff;
	font-size: 60px;
	font-family: var(--fields-display);
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width: 580px) {
	.page-template-bodas #sentimentos .box-content p {
		font-size: 36px;
	}
}

/* ######
   Lista de coleções
############ */

#lista-colecoes .box-card {
	width: calc(100% + 24px);
	margin: 0 -12px;
}
@media (max-width: 580px) {
	#lista-colecoes .box-card {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}
#lista-colecoes .box-card a {
	display: block;
}
#lista-colecoes .box-card img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
@media (max-width:580px) {
	#lista-colecoes .box-card img {
		height: 50vw;
	}
}

#lista-colecoes .box-card-info {
	padding: 20px 60px 40px;
}
@media (max-width:580px) {
	#lista-colecoes .box-card-info {
		padding: 10px 10px 30px;
	}
}
#lista-colecoes .box-card-info h3 {
	color: var(--cinza-escuro);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 580px) {
	#lista-colecoes .box-card-info h3 {
		font-size: 17px;
	}
}
#lista-colecoes .box-card-info p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
@media (max-width: 580px) {
	#lista-colecoes .box-card-info p {
		font-size: 16px;
	}
}

/* ######
   Filtro
############ */

#filtro {
	padding: 80px 0;
	background: var(--cinza-claro);
}
@media (max-width:580px) {
	#filtro {
		padding: 40px 20px;
	}
}

#filtro .box-header {
	margin: 0 0 50px;
}
@media (max-width:580px) {
	#filtro .box-header {
		margin: 0 0 25px;
	}
}

#filtro .box-link {
	text-align: right;
}
@media (max-width:580px) {
	#filtro .box-link {
		text-align: left;
		margin: 20px 0 0;
	}
}

#filtro .box-filtro {
	display: grid;
	gap: 15px;
	grid-template-columns: 100px 1fr;
}
@media (max-width:580px) {
	#filtro .box-filtro {
		gap: 5px;
		grid-template-columns: 1fr;
	}
}
#filtro .box-filtro p {
	margin: 0;
}
#filtro .box-filtro-lista a {
	display: inline-block;
	margin: 0 20px 0 0;
}
@media (max-width:580px) {
	#filtro .box-filtro-lista a {
		margin: 0 10px 10px 0;
	}
}
#filtro .box-filtro-lista a:last-child {
	margin: 0;
}

/* ######
   [ Tipo ] Lista
############ */

.tax-tipo #lista {
	background: var(--cinza-claro);
}

.tax-tipo #lista .box-card {
	width: calc(100% + 24px);
	margin: 0 -12px;
}
@media (max-width:580px) {
	.tax-tipo #lista .box-card {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}
.tax-tipo #lista .box-card a {
	display: block;
}
.tax-tipo #lista .box-card img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
@media (max-width:580px) {
	.tax-tipo #lista .box-card img {
		height: 50vw;
	}
}

.tax-tipo #lista .box-card-info {
	padding: 20px 60px 40px;
}
@media (max-width:580px) {
	.tax-tipo #lista .box-card-info {
		padding: 10px 10px 30px;
	}
}
.tax-tipo #lista .box-card-info h3 {
	color: var(--cinza-escuro);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}
@media (max-width:580px) {
	.tax-tipo #lista .box-card-info h3 {
		font-size: 17px;
	}
}
.tax-tipo #lista .box-card-info p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
@media (max-width: 580px) {
	.tax-tipo #lista .box-card-info p {
		font-size: 16px;
	}
}

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

.single-producto #introducao {
	padding: 90px 0;
	position: relative;
	background: var(--cinza-claro);
}
@media (max-width:580px) {
	.single-producto #introducao {
		padding: 0 0 40px;
	}
}

.single-producto #introducao .box-image {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width:580px) {
	.single-producto #introducao .box-image {
		width: 100%;
		height: 80vw;
		position: initial;
		top: inherit;
		left: initial;
	}
}
.single-producto #introducao .box-image a {
	display: block;
	height: 100%;
}
.single-producto #introducao .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:580px) {
	.single-producto #introducao .box-contain {
		padding: 40px 0 0;
	}
}

.single-producto #introducao .box-categoria {
	margin: 0 0 20px;
}
.single-producto #introducao .box-categoria a {
	display: inline-block;
	margin: 0 15px 0 0;
}
.single-producto #introducao .box-categoria a:last-child {
	margin: 0;
}

.single-producto #introducao .box-content {
	max-width: 350px;
}
@media (max-width:580px) {
	.single-producto #introducao .box-content {
		max-width: initial;
		padding: 0 20px;
	}
}
.single-producto #introducao .box-content p {
	font-weight: 300;
	margin: 40px 0 50px;
}

.single-producto #introducao .box-info {
	margin: 0 0 40px;
}
.single-producto #introducao .box-info h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
.single-producto #introducao .box-info ul {
	list-style: none;
	align-items: center;
	display: grid;
	gap: 15px;
	grid-template-columns: 30px 1fr;
	margin: 0 0 10px;
	padding: 0;
}
.single-producto #introducao .box-info li {
	display: block;
	margin: 0;
	padding: 0;
}
.single-producto #introducao .box-info p {
	font-size: 18px;
	margin: 0;
}
@media (max-width: 580px) {
	.single-producto #introducao .box-info p {
		font-size: 16px;
	}
}
.single-producto #introducao .box-info img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

/* ######
   [ Produto ] Foto
############ */

.single-producto #foto .box-image {
	width: calc(100% + 24px);
	margin: 0 -12px;
}
@media (max-width: 580px) {
	.single-producto #foto .box-image {
		margin: 0 -12px 5px;
	}
}
.single-producto #foto .box-image img {
	width: 100%;
	height: 40vw;
	object-fit: cover;
}
@media (max-width:580px) {
	.single-producto #foto .box-image img {
		height: 80vw;
	}
}

/* ######
   [ Produto ] Descrição
############ */

.single-producto #descricao {
	padding: 80px 0 40px;
}
@media (max-width:580px) {
	.single-producto #descricao {
		padding: 80px 20px;
	}
}

.single-producto #descricao .box-content {
	max-width: 900px;
	margin: 0 auto;
}
.single-producto #descricao .box-content h2 {
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 20px;
}
.single-producto #descricao .box-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 20px;
}
@media (max-width: 580px) {
	.single-producto #descricao .box-content p {
		font-size: 16px;
	}
}
.single-producto #descricao .box-content p:last-child {
	margin: 0;
}