@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Elegante Classica';
    src: url('../fontes/EleganteClassica.eot');
    src: url('../fontes/EleganteClassica.eot?#iefix') format('embedded-opentype'),
        url('../fontes/EleganteClassica.woff2') format('woff2'),
        url('../fontes/EleganteClassica.woff') format('woff'),
        url('../fontes/EleganteClassica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pier Sans Black';
    src: url('../fontes/PierSans-Black.eot');
    src: url('../fontes/PierSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fontes/PierSans-Black.woff2') format('woff2'),
        url('../fontes/PierSans-Black.woff') format('woff'),
        url('../fontes/PierSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pier Sans Bold';
    src: url('../fontes/PierSans-Bold.eot');
    src: url('../fontes/PierSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/PierSans-Bold.woff2') format('woff2'),
        url('../fontes/PierSans-Bold.woff') format('woff'),
        url('../fontes/PierSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pier Sans Medium';
    src: url('../fontes/PierSans-Medium.eot');
    src: url('../fontes/PierSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/PierSans-Medium.woff2') format('woff2'),
        url('../fontes/PierSans-Medium.woff') format('woff'),
        url('../fontes/PierSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pier Sans Light';
    src: url('../fontes/PierSans-Light.eot');
    src: url('../fontes/PierSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/PierSans-Light.woff2') format('woff2'),
        url('../fontes/PierSans-Light.woff') format('woff'),
        url('../fontes/PierSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pier Sans';
    src: url('../fontes/PierSans-Regular.eot');
    src: url('../fontes/PierSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/PierSans-Regular.woff2') format('woff2'),
        url('../fontes/PierSans-Regular.woff') format('woff'),
        url('../fontes/PierSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
	--padding-lateral: 20px;
}
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	font-weight: normal;
	font-family: 'Pier Sans';
}
body {
	padding: var(--padding-lateral);
	width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
}
section {
	width: 100%;
}
.centro {
	width: calc(100% - 80px);
	max-width: 1702px;
	margin: auto;
}
.span-padrao {
	font-family: 'Pier Sans';
	font-size: 22px;
	line-height: 24px;
	color: #b3b4b1;
}
.h2-padrao {
	font-family: 'Elegante Classica';
	font-size: 58px;
	line-height: 60px;
	color: #121411;
}
.p-padrao {
	font-family: 'Pier Sans Light';
	font-size: 18px;
	line-height: 26px;
	color: #8e8c8a;
}
.bt_padrao {
	font-family: 'Pier Sans Bold';
	font-size: 14px;
	color: #bfa373;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 48px;
	padding-right: 85px;
	position: relative;
}
.bt_padrao::before {
	content: '';
	background: url(../imagens/seta_padrao.png) center no-repeat;
	width: 53px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
	z-index: 2;
	transition: all 0.3s ease;
}
.bt_padrao::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f2f2f2;
	z-index: 1;
}
.bt_padrao:hover::before {
	right: 15px;
}
.mask_img {
	position: relative;
}
.mask_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

/* Header */
header {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	z-index: 999;
	height: 106px;
}
header.ativo { /* Floating header */
	height: 90px;
	/* background: url(../imagens/header_ativo.png) center no-repeat; */
	background-size: cover;
	background-color: #121411;
	border-radius: 24px;
}
header h1 {
	text-indent: -9999px; 
	background: url(../imagens/logo.png) center no-repeat;
	background-size: contain;
	width: clamp(14.375rem, -14.5rem + 42vw, 27.5rem); /* 230px -> 440px */
	height: 37px;
	cursor: pointer;
	position: relative;
    z-index: 1000;
}
header nav a {
	font-family: 'Pier Sans Light';
	font-size: 13px;
	color: #d6d6d6;
	letter-spacing: 2.34px;
	text-transform: uppercase;
	position: relative;
}
header nav a::after {
	position: absolute;
	top: 50%;
	left: -14px;
	width: 21px;
	height: 38px;
	transform: translateY(-50%);
	content: '';
	background: url(../imagens/icon_quadrado.png) center no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
	opacity: 0;
}
header nav a:hover::after,
header nav a.selected::after {
	opacity: 1;
}
header .centro {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: inherit;
	max-width: 1453px;
}
header .centro {
	justify-content: space-between;
}
header nav.nav-desktop, header nav.nav-desktop ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	gap: 60px;
}

header nav.nav-desktop ul {
	padding: 0;
	margin: 0;
}

/* Menu Mobile */
header .nav-mobile {
	display: none;
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #252a36;
    z-index: 998; /* Below the header (z-index: 999) */
	padding-top: 100px;
	padding-bottom: 30px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start;
    gap: 30px;
}
header .nav-mobile.aberto{
    position: fixed;
    display: flex;
}
header .nav-mobile.aberto a {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
header .nav-mobile ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-top: 30px;
	gap: 30px;
}
header .bt_menu_mobile {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 40px;
	display: none;
    background: url(../imagens/bt_menu.png) center no-repeat;
    background-size: contain;
    width: 70px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    z-index: 1001;
}
header .bt_menu_mobile.aberto {
	background: url(../imagens/fechar_modal_eventos.png) center no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
}


#pag_index {
	.secao_box .centro > div {
		width: 100%;
	}
	#banner .esquerda h2 {
		margin-top: 73px;
		/* margin-bottom: auto; */
	}
	#banner ul .mask_img::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../imagens/sombra_banner.png) center top no-repeat;
		background-size: cover;
	}
}

.centro {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#banner {
	position: relative;
	height: calc(100vh - 40px);
	border-radius: 20px;
	overflow: hidden;
}
#banner ul,
#banner ul li,
#banner ul .centro {
	height: 100%;
}
#banner ul .mask_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#banner ul .centro > *:not(.mask_img) {
	position: relative;
	z-index: 1;
}
#banner ul .centro {
	align-items: center;
}
#banner .esquerda {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: inherit;
	padding-bottom: 9vh;
	box-sizing: border-box;
	position: relative;
}
#banner .esquerda .texto_bottom {
	position: absolute;
	left: 0;
	bottom: 111px;
}
#banner .esquerda h2 {
	font-family: 'Elegante Classica';
	font-size: clamp(3.313rem, 2.168rem + 4.58vw, 4.875rem); /* 53px -> 78px */
	line-height: clamp(3.438rem, 2.11rem + 5.31vw, 5.25rem); /* 55px -> 84px */
	color: #ffff;
}
#banner .esquerda h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: -48px;
}
#banner .esquerda h3 b {
	font-family: 'Pier Sans Bold';
}
#banner .esquerda h3 span {
	display: inline-block;
	width: 35px;
	height: 1px;
	background: #ffff;
	margin-right: 13px;
}
#banner .esquerda h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1.8px;
	color: #ffff;
	text-transform: uppercase;
	margin-top: 3px;
}
#banner ul div.direita {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	padding-bottom: 43px;
}
#banner ul div.wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: fit-content;
	margin-left: auto;
}
#banner ul div.bloco {
	height: 195px;
	width: 340px;
	position: relative;
	margin-bottom: 8px;
}
#banner ul div.bloco img {
	height: inherit;
	width: inherit;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
}
#banner ul div.passador button {
	position: absolute;
	top: 50%;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 42px;
	height: 42px;
}
#banner ul div.passador button.esquerda {
	left: 0;
	background: url(../imagens/passador_banner_1.png) center no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}
#banner ul div.passador button.direita {
	right: 0;
	background: url(../imagens/passador_banner_2.png) center no-repeat;
	background-size: contain;
	transform: translate(50%, -50%);
}
#banner ul div.wrapper b {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 12px;
	font-family: 'Pier Sans Bold';
	font-size: 16px;
	color: #ffff;
}
#banner ul div.wrapper b i {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #ffff;
}
#banner .sociais {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: #f2f2f2;
	display: flex;
	flex-direction: row;
	column-gap: 14px;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 218px;
  	border-top-right-radius: 24px;
}
#banner .sociais a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-indent: -9999px;
}
#banner .sociais a.instagram {
	background: #ffff url(../imagens/icon_instagram.png) center no-repeat;
}
#banner .sociais a.facebook {
	background: #ffff url(../imagens/icon_facebook.png) center no-repeat;
}
#banner .sociais a.x {
	background: #ffff url(../imagens/icon_x.png) center no-repeat;
}
#banner .sociais a.youtube {
	background: #ffff url(../imagens/icon_youtube_banner.png) center no-repeat;
}
#colecoes {
	background: #e7e7e7;
	border-radius: 24px;
	position: relative;
	padding-top: 94px;
	padding-bottom: 22px;
	margin-top: 169px;
	z-index: 2;
}
#colecoes .passador span {
	display: inline-block;
	width: 121px;
	height: 77px;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	z-index: 99;
	cursor: pointer;
}
#colecoes .passador span.esquerda {
	background: url(../imagens/passador_colecoes_1.png) center right no-repeat, url(../imagens/circulo_passador.png) center left no-repeat;
	left: 0;
	transform: translateY(-50%);
}
#colecoes .passador span.direita {
	background: url(../imagens/passador_colecoes_2.png) center left no-repeat, url(../imagens/circulo_passador.png) center right no-repeat;
	transform: translateY(-50%);
	right: 3%;
}
#colecoes div.esquerda {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding-right: 314px;
}
#colecoes .bt_padrao::after {
	background: #ffff;
}
#colecoes div.direita {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(-1 * var(--padding-lateral));
	width: calc(50% + 261px);
	overflow: hidden;
	padding-left: 38px;
}
#colecoes div.direita ul {
	display: flex;
	flex-direction: row;
	column-gap: 25px;
	padding-top: 48px;
}
#colecoes div.direita ul li {
	min-width: 460px;
	width: 460px;
	height: 698px;
	display: flex;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
#colecoes div.direita ul li:nth-child(even) {
	margin-top: -48px;
}
#colecoes div.direita ul .owl-item:nth-child(odd) {
	margin-top: -48px;
}
.owl-carousel .owl-stage-outer{
	padding-top: 48px;
}
#colecoes div.direita ul li a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: inherit;
	height: inherit;
	box-sizing: border-box;
	padding-left: 33px;
	padding-right: 50px;
	padding-bottom: 39px;
}
#colecoes div.direita ul li a > *:not(.mask_img) {
	z-index: 2;
}
#colecoes div.direita ul li .mask_img {
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#colecoes div.direita ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 8%, rgba(0, 0, 0, 0) 50%);
	z-index: 1;
}
#colecoes div.direita ul li span {
	font-family: 'Pier Sans Light';
	font-size: 20px;
	line-height: 24px;
	color: #bfa373;
}
#colecoes div.direita ul li h3 {
	font-family: 'Pier Sans Medium';
	font-size: 42px;
	line-height: 42px;
	color: #f2f2f2;
}
#colecoes div.direita ul li p {
	font-family: 'Pier Sans Light';
	font-size: 16px;
	line-height: 24px;
	color: #c4c4c4;
	margin-top: 16px;
}
#colecoes div.esquerda .h2-padrao {
	font-size: 62px;
	line-height: 68px;
	margin-top: 6px;
}
#colecoes div.esquerda .p-padrao {
	margin-top: 7px;
}
#colecoes div.esquerda .bt_padrao {
	margin-top: 5px;
}
.secao_box {
	position: relative;
	z-index: 1;
}
.secao_box .centro {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 1;
	transform: translateY(47px);
}
.secao_box .mask_video {
	cursor: pointer;
}
.secao_box .mask_video,
.secao_box .mask_img {
	position: relative;
	width: 100%;
	padding-top: 67.92%;
	border-radius: 20px;
	overflow: hidden;
}
.secao_box .mask_video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.secao_box .mask_video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
.secao_box .mask_video span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: inline-block;
	width: 120px;
	height: 120px;
	text-indent: -9999px;
	background: url(../imagens/icon_bt_play.png) center no-repeat;
	background-size: contain;
}
.secao_box .centro > div {
	width: 50%;
	box-sizing: border-box;
}
.secao_box .direita {
	width: 100%;
	padding-left: 44px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 41px;
}
.secao_box .direita .bt_padrao::after {
	background-color: #f2f2f2;
}
.secao_box .h2-padrao {
	max-width: 448px;
	margin-top: 21px;
}
.secao_box .p-padrao {
	max-width: 529px;
	margin-top: 38px;
}
.secao_box .bt_padrao {
	margin-top: 46px;
}
#video.secao_box {
	padding-top: 113px;
	margin-top: 76px;
}
#video.secao_box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffff;
	z-index: 0;
	border-radius: 24px;
}
.secao_img {
	position: relative;
	height: 618px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: clamp(13vw, 16.6vw, 320px);
	margin-bottom: 162px;
}
#pag_fale_conosco .secao_img{
	margin-top: 0;
}
.secao_img .centro {
	/* padding: 0 125px; */
	padding-left: clamp(0px, 6.5vw, 125px);
    padding-right: clamp(0px, 6.5vw, 125px);
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: inherit;
}
.secao_img .centro > div:not(.img_fundo) {
	width: 50%;
	position: relative;
	z-index: 2;
}

.secao_img .centro .direita {
	display: flex;
    align-items: center;
}
.secao_img .span-padrao {
    font-size: clamp(0.875rem, 0.747rem + 0.51vw, 1.375rem);
	color: #ffff;
}
.secao_img .h2-padrao {
	font-size: clamp(2.063rem, 1.651rem + 1.64vw, 3.625rem); /* 33px -> 58px */
	color: #ffff;
	max-width: 580px;
	margin-top: 14px;
}
.secao_img .p-padrao {
	color: #ffff;
	max-width:503px;
	margin-top: 27px;
	font-size: clamp(0.938rem, 0.74rem + 0.79vw, 1.688rem); /* 15px -> 27px */
}

.secao_img .img_fundo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	border-radius: 24px;
}
.secao_img .img_fundo img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.secao_img .esquerda {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.secao_img .bt_padrao {
	margin-top: 47px;
}
.secao_img .bt_padrao::after {
	background: #242424;
}
.secao_img .mask_img {
	width: 100%;
	position: absolute;
	border-radius: 24px;
	overflow: hidden;
	margin-bottom: 14.5%;
}
#solucoes.secao_img .mask_img img {
    width: 100%;
    height: 100%;
    position: unset;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.ambientes.secao_img .mask_img {
    width: 100%;
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 17.5%;
    height: 153%;
}
#pag_ambientes .secao_box .centro > div,
#pag_colecoes .secao_box .centro > div,
#pag_diferenciais .secao_box .centro > div {
	width: 100%;
}

#pag_institucional {
	.secao_box:nth-of-type(even) .centro {
		flex-direction: row-reverse;
	}
	.secao_box:nth-of-type(odd) .direita {
		padding-left: 61px;
	}
	.secao_box:nth-of-type(even) .direita {
		padding-left: clamp(0rem, -9.479rem + 15.17vw, 5.688rem); /* 0px -> 91px */
	}
	.secao_box .mask_img {
		padding-top: 87.07%; 
	}
	#banner + .secao_box.quem_somos {
		margin-top: 114px;
	}
	.secao_box.quem_somos .centro {
		max-width: 1465px;
		transform: unset;
	}
	.secao_box.quem_somos .span-padrao {
		color: #bfa373;
	}
	.secao_box.quem_somos .h2-padrao {
		max-width: unset;
	}
	.secao_box.quem_somos .p-padrao {
		margin-top: 21px;
		max-width: 532px;
	}
	.secao_box.quem_somos ~ .secao_box.quem_somos {
		margin-top: 117px;
	}
	#video.secao_box {
		padding-top: 100px;
		margin-top: 150px;
	}
	#video.secao_box .centro > div {
        width: 100%;
	}
	.secao_img {
		margin-top: clamp(5rem, -19.5rem + 35vw, 22.5rem);
	}
}
.secao_img.ambientes .img_fundo::after {
	content: '';
	background: radial-gradient(
	    circle at center,
	    rgba(0, 0, 0, 0.8) 0%, 
	    transparent 70% 
	);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-15%);
	width: 150%;
	height: 150%;
	z-index: 1;
}
.secao_img.ambientes:nth-of-type(even) .img_fundo::after {
	transform: unset;
	background: radial-gradient(
	    circle at left,
	    rgba(0, 0, 0, 0.8) 0%, 
	    transparent 70% 
	);
}
.secao_img.ambientes .centro {
	padding: 0;
}
.secao_img.ambientes:nth-of-type(odd) .centro {
	flex-direction: row-reverse;
}
.secao_img.ambientes:nth-of-type(odd) .direita {
	width: calc(50% - 123px);
	margin-right: auto;
}
.secao_img.ambientes:nth-of-type(even) .direita {
	width: calc(50% - 123px);
	margin-left: auto;
}
.secao_img.ambientes:nth-of-type(even) .esquerda {
	padding-left: 123px;
	box-sizing: border-box;
}
.secao_img.ambientes .h2-padrao {
	margin-top: 12px;
}
.secao_img.ambientes .p-padrao {
	margin-top: 6px;
}
.secao_img.ambientes .bt_padrao {
	margin-top: 5px;
}
#menu {
	margin-top: 53px;
}
#menu .centro {
	max-width: 1453px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#menu a {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 3.24px;
	color: #a0a0a0;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s ease;
}
#menu a:hover,
#menu a.selected {
	color: #bfa373;
}
#menu a::after {
	position: absolute;
  	top: 50%;
  	left: -14px;
  	width: 21px;
  	height: 48px;
  	transform: translateY(-50%);
  	content: '';
  	background: url(../imagens/icon_quadrado2.png) center no-repeat;
    background-size: auto;
  	background-size: contain;
  	transition: all 0.3s ease;
  	opacity: 0;
}
#menu a::before {
	content: '';
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 0;
	max-width: 126px;
	height: 1px;
	background: #bfa373;
	transition: all 0.5s ease;
}
#menu a:hover::before,
#menu a.selected::before {
	width: calc(100% - 30px);
}
#menu a.selected::after {
	opacity: 1;
}
#pag_ambientes {
	#menu + .secao_img.ambientes {
		margin-top: 279px;
	}
	#video.secao_box {
		margin-top: 160px;
	}
}

body:not(#pag_index) {
	#banner {
		height: 610px;
	}
	#banner .centro {
		display: flex;
	}
	#banner .direita {
		display: none;
	}
	#banner .esquerda {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 106px;
		width: 100%;
	}
	#banner .esquerda p {
		font-family: 'Pier Sans Light';
		font-size: clamp(1rem, 0.817rem + 0.73vw, 1.25rem); /* 16px -> 20px */
		line-height: clamp(1.25rem, 0.884rem + 1.47vw, 1.75rem); /* 20px -> 28px */
		color: #ffff;
		max-width: 810px;
		text-align: center;
	}
}
#detalhes {
	border-radius: 24px;
	background: #ffffff;
	padding-top: 76px;
	padding-bottom: 78px;
	margin-top: 106px;
}
#detalhes .centro {
	display: flex;
	flex-direction: column;
}
#detalhes .top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#detalhes ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 65px;
	padding-bottom: 47px;
}
#detalhes ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#detalhes ul li:nth-of-type(even) {
	flex-direction: column-reverse;
	margin-bottom: -47px;
}
#detalhes ul span {
	display: inline-block;
	width: 181px;
	height: 181px;
	background: url(../imagens/icon_estrela.png) center no-repeat;
	background-size: contain;
	margin-bottom: 99px;
}
#detalhes ul li:nth-of-type(even) span {
	margin-bottom: 0;
	margin-top: 68px;
}
#detalhes ul p {
	font-family: 'Pior Sans Light';
	font-size: 22px;
	line-height: 32px;
	color: #aeaeae;
	text-align: center;
	max-width: 445px;
}
#detalhes .h2-padrao {
	max-width: 500px;
}
#pag_ambiente {
	#banner .centro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	 #banner ul .mask_img::after {
	    content: '';
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: url(../imagens/sombra_banner_ambiente.png) left top no-repeat;
	    background-size: cover;
	 }
	 #banner .esquerda h2 {
	 	margin-top: auto;
	 }
	 #banner .esquerda p {
	 	margin-bottom: auto;
	 	font-family: "Open Sans", sans-serif;
	 	font-weight: 300;
	 	font-size: 26px;
	 	line-height: 42px;
	 	color: #ffffff;
	 	max-width: 650px;
	 	display: flex;
	 	flex-direction: row;
	 	align-items: flex-start;
	 	column-gap: 13px;
	 	margin-left: -48px;
	 	margin-top: 18px;
	 }
	 #banner .esquerda p::before {
	 	content: '';
	 	min-width: 35px;
	 	height: 1px;
	 	background: #ffff;
	 	display: inline-block;
	 	margin-top: 21px;
	 }
	 #colecoes {
	 	padding-bottom: 48px;
	 	margin-top: 174px;
	 }
	 #colecoes div.direita ul li h3 {
	 	font-family: 'Pier Sans';
	 	font-size: 28px;
	 	line-height: 32px;
	 	color: #f2f2f2;
	 }
	 #colecoes div.direita ul li a {
	 	padding-left: 31px;
	 	padding-bottom: 37px;
	 }
	 #detalhes + .secao_img.ambientes {
	 	margin-top: 266px;
	 }
	 footer {
	 	margin-top: 178px;
	 }
}
#diferenciais {
	margin-top: 109px;
	position: relative;
	z-index: 2;
}
#diferenciais .centro {
	display: flex;
	flex-direction: column;
}
#diferenciais h2 {
	font-family: 'Elegante Classica';
	font-size: 78px;
	line-height: 84px;
	color: #111411;
	text-align: center;
}
#diferenciais p {
	font-family: 'Pier Sans Light';
	font-size: 20px;
	line-height: 32px;
	color: #8e8c8a;
	max-width: 806px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
#diferenciais .wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	margin-top: 50px;
}
#diferenciais .wrapper .mask_img {
	width: 100%;
	padding-top: 100%;
	border-radius: 24px;
	overflow: hidden;
}
#diferenciais .wrapper .direita {
	padding-left: 61px;
	width: 100%;
	box-sizing: border-box;
}
#diferenciais .wrapper h3 {
	padding-bottom: 53px;
}
#diferenciais .wrapper h3 ~ h3 {
	border-top: 1px dashed #121411;
	padding-top: 47px;
}
#diferenciais .wrapper h3:last-child {
	padding-bottom: 0;
}
#diferenciais h3 {
	font-family: 'Elegante Classica';
	font-size: 58px;
	line-height: 60px;
	color: #121411;
}
#diferenciais-2  ul {
	width: calc(100% - 80px);
    max-width: 1702px;
	display: flex;
	flex-direction: column;
	padding-left: 110px;
	padding-right: 124px;
	padding-top: 34px;
	padding-bottom: 56px;
	box-sizing: border-box;
	border-radius: 24px;
	background: url(../imagens/fundo_diferenciais.jpg) center bottom no-repeat;
	background-size: cover;
	margin: 107px auto;
}
#diferenciais-2  ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 90px;
	padding-top: 79px;
}
#diferenciais-2  ul li ~ li {
	border-top: 1px solid #565353;
}
#diferenciais-2  ul h3 {
	font-family: 'Elegante Classica';
    font-size: 58px;
    line-height: 60px;
	color: #ffff;
	max-width: 890px;
	text-align: left;
	margin: 0 auto;
}
#diferenciais-2  ul span {
	font-family: 'Pier Sans Light';
	font-size: 58px;
	line-height: 60px;
	color: #ffff;
	font-style: italic;
}
#pag_diferenciais {
	#video.secao_box {
		margin-top: -58px;
		z-index: 1;
		position: relative;
	}
	.secao_img {
		margin-top: 366px;
	}
}
#listagem_colecoes {
	margin-top: 10px;
}
#listagem_colecoes .centro {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 1453px;
}
#listagem_colecoes ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 58px;
	row-gap: 115px;
	padding-top: 116px;
}
#listagem_colecoes ul .mask_img {
	width: 100%;
	padding-top: 90.81%;
	border-radius: 24px;
	overflow: hidden;
}
#listagem_colecoes ul h2 {
	font-family: 'Elegante Classica';
	font-size: 42px;
	line-height: 60px;
	color: #111411;
	text-align: center;
	margin-top: 16px;
}
#listagem_colecoes ul li:nth-of-type(odd) {
	margin-top: -116px;
}
#listagem_colecoes .bt_padrao {
	transform: translateY(55px);
}
#listagem_colecoes .bt_padrao::after {
	background: #6b6c6b;
}

#pag_colecao {
	#colecoes {
        background: unset;
        padding-top: 0;
        margin-bottom: 150px;
	}

	/* #colecoes div.direita ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 37px;
		margin-top: 31px;
	}
	#colecoes div.direita ul li {
		width: 100%;
	}
	#colecoes div.direita ul li a::after {
		display: none;
	}
	#colecoes div.esquerda .h2-padrao {
		margin-top: 1px;
	} */
	#video.secao_box {
		margin-top: 68px;
        padding-top: 33px;
	}
	#video.secao_box .centro > div {
        width: 100%;
	}
	#listagem_colecoes {
		margin-top: 135px;
	}
	footer {
		margin-top: 65px;
	}
}
footer:not(#pag_fale_conosco footer) {
    margin-top: 162px;
}

footer .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    background: #121411;
    padding-top: 45px;
    padding-bottom: 44px;
}
footer .centro {
    max-width: 1702px;
    display: flex;
    flex-direction: column;
}
footer .logo {
    text-indent: -9999px;
    width: 220px;
    height: 77px;
    background: url(../imagens/logo_footer.png) center no-repeat;
    background-size: contain;
}
footer .linha_1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}
footer .linha_1 p {
    font-family: 'Elegante Classica';
    font-size: 22px;
    line-height: 28px;
    color: #c2b09c;
}
footer .linha_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 89px;
}
footer .linha_2 h3 {
    font-family: 'Pier Sans Light';
    font-size: 13px;
    line-height: 13px;
    color: #818181;
    text-transform: uppercase;
}
footer .linha_2 a,
footer .linha_2 p,
footer .linha_2 .bold  {
    font-family: 'Pier Sans Light';
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 9px;
    display: inline-block;
}
footer .linha_2 p {
    line-height: 24px;
}
footer .linha_2 div:last-child p {
	font-size: 16px;
	line-height: 24px;
}
footer .linha_3 {
    width: 100%;
    padding-top: 19px;
    padding-bottom: 2px;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
}
footer .sociais a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid #c2b09c;
    text-indent: -9999px;
}
footer .sociais .instagram a {
    background: url(../imagens/icon_instagram2.png) center no-repeat;
}
footer .sociais .x a {
    background: url(../imagens/icon_x2.png) center no-repeat;
}
footer .sociais .facebook a {
    background: url(../imagens/icon_facebook2.png) center no-repeat;
}
footer .sociais .youtube a {
    background: url(../imagens/icon_youtube2.png) center no-repeat;
}
footer .sociais .linkedin a {
    background: url(../imagens/icon_linkedin2.png) center no-repeat;
}
footer .linha_3 .centro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer h4,
footer h4 a {
    font-family: 'Pier Sans Light';
    font-size: 16px;
    line-height: 16px;
    color: #202d20;
}
footer h4 a {
    text-decoration: underline;
}
footer form {
	width: 100%;
	max-width: 374px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
footer form input[type="email"] {
	font-family: 'Pier Sans Bold';
	font-size: 14px;
	line-height: 24px;
	color: #c2b09c;
	width: 100%;
	border: none;
	border-bottom: 1px solid #424242;
	background: transparent;
	text-transform: uppercase;
}
footer form input[type="email"]::placeholder {
	color: #c2b09c;
}
footer form input[type="submit"] {
	height: 40px;
	min-width: 69px;
	border: none;
	background: url(../imagens/seta_padrao2.png) center left no-repeat, url(../imagens/circulo_submit.png) center right no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.5s ease;
	margin-right: 28px
}
footer form input[type="submit"]:hover {
	background: url(../imagens/seta_padrao2.png) center left 5px no-repeat, url(../imagens/circulo_submit.png) center right no-repeat;
}