/*
#######################################################
  #### FONTES
#######################################################
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	src: url(../fontes/PROXIMANOVA_REGULAR.TTF);
	font-family: 'proximaNova-regular';
}

@font-face {
	src: url(../fontes/PROXIMANOVA_BOLD.TTF);
	font-family: 'proximaNova-bold';
}

@font-face {
	src: url(../fontes/PROXIMANOVA_LIGHT.TTF);
	font-family: 'proximaNova-light';
}

@font-face {
	font-style: normal;
	font-weight: 600;
	src: url('../fontes/ProximaNova-Semibold.eot');
	src: url('../fontes/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fontes/ProximaNova-Semibold.woff2') format('woff2'),
		url('../fontes/ProximaNova-Semibold.woff') format('woff'),
		url('../fontes/ProximaNova-Semibold.ttf') format('truetype');
	font-family: 'proximaNova-semibold';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 700;
	src: url('../fontes/ProximaNova-Bold.eot');
	src: url('../fontes/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fontes/ProximaNova-Bold.woff2') format('woff2'),
		url('../fontes/ProximaNova-Bold.woff') format('woff'),
		url('../fontes/ProximaNova-Bold.ttf') format('truetype');
	font-family: 'Proxima Nova';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: bold;
	src: url('../fontes/ProximaNova-Extrabld.eot');
	src: url('../fontes/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		url('../fontes/ProximaNova-Extrabld.woff2') format('woff2'),
		url('../fontes/ProximaNova-Extrabld.woff') format('woff'),
		url('../fontes/ProximaNova-Extrabld.ttf') format('truetype');
	font-family: 'Proxima Nova';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 300;
	src: url('../fontes/SourceSansPro-Light.eot');
	src: url('../fontes/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fontes/SourceSansPro-Light.woff2') format('woff2'),
		url('../fontes/SourceSansPro-Light.woff') format('woff'),
		url('../fontes/SourceSansPro-Light.ttf') format('truetype');
	font-family: 'source_light';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: bold;
	src: url('../fontes/SourceSansPro-Bold.eot');
	src: url('../fontes/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fontes/SourceSansPro-Bold.woff2') format('woff2'),
		url('../fontes/SourceSansPro-Bold.woff') format('woff'),
		url('../fontes/SourceSansPro-Bold.ttf') format('truetype');
	font-family: 'source_bold';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: 900;
	src: url('../fontes/SourceSansPro-Black.eot');
	src: url('../fontes/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
		url('../fontes/SourceSansPro-Black.woff2') format('woff2'),
		url('../fontes/SourceSansPro-Black.woff') format('woff'),
		url('../fontes/SourceSansPro-Black.ttf') format('truetype');
	font-family: 'source_black';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fontes/CenturyGothic.eot');
	src: url('../fontes/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fontes/CenturyGothic.woff2') format('woff2'),
		url('../fontes/CenturyGothic.woff') format('woff'),
		url('../fontes/CenturyGothic.ttf') format('truetype');
	font-family: 'gothic_regular';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: bold;
	src: url('../fontes/CenturyGothic-Bold.eot');
	src: url('../fontes/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fontes/CenturyGothic-Bold.woff2') format('woff2'),
		url('../fontes/CenturyGothic-Bold.woff') format('woff'),
		url('../fontes/CenturyGothic-Bold.ttf') format('truetype');
	font-family: 'gothic_bold';
	font-display: swap;
}

@font-face {
	font-style: normal;
	font-weight: normal;
	src: url('../fontes/RetroSignatureRegular.eot');
	src: url('../fontes/RetroSignatureRegular.eot?#iefix') format('embedded-opentype'),
		url('../fontes/RetroSignatureRegular.woff2') format('woff2'),
		url('../fontes/RetroSignatureRegular.woff') format('woff'),
		url('../fontes/RetroSignatureRegular.ttf') format('truetype');
	font-family: 'retro_signature';
	font-display: swap;
}

html {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
}

/*
#######################################################
  #### B�SICO
#######################################################
*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: 400;
	font-family: 'proximaNova-regular';
	list-style: none;
	text-decoration: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

html {
	position: relative;
}

.center {
	display: table;
	position: relative;
	width: calc(100% - 180px);
	max-width: 1735px;
	margin: 0 auto;
}

/*
#######################################################
  #### LOADER 
#######################################################
*/
#carregador {
	z-index: 9999999;
	position: fixed;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222222 url(../imagens/fundo_intro.png) center bottom no-repeat;
	opacity: 0;
	transition: all 0.15s ease-in;
}

#carregador.aberto {
	top: 0;
	opacity: 1;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes drop {
	0% {
		bottom: 0px;
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		bottom: -200px;
		opacity: 1;
	}
}

@keyframes wave {
	0% {
		background-position: 0 160px;
		background-size: 170px 300px;
	}

	100% {
		background-position: 500px -18px;
		background-size: 250px 150px;
	}
}

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 120px;
	margin: auto;
	color: #ffffff;
	font-size: 16px;
	line-height: 120px;
	font-family: sans-serif;
	text-align: center;
}

.loader span {
	z-index: 3;
}

.loader-bg {
	display: inline-block;
	z-index: 4;
	position: absolute;
	top: -5px;
	right: 0;
	bottom: 0;
	left: 0px;
	width: 120px;
	height: 125px;
	background: url(../imagens/brasao_loader.png) center top no-repeat;
	background-size: cover;
}

.drops {
	-webkit-filter: url('#liquid');
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	animation: fade-in .1s linear .4s forwards;
	filter: url('#liquid');
	opacity: 0;
}

.drop1,
.drop2 {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	width: 18px;
	height: 24px;
	margin: auto;
	border-radius: 50%;
	background-color: #c8a700;
}

.drop1 {
	bottom: 2px;
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.drop2 {
	animation: drop 1s cubic-bezier(1, .19, .66, .12) .5s infinite;
}

/*
#######################################################
  #### INTRO 
#######################################################
*/
#intro {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #222222 url(../imagens/bg_intro.png) center top no-repeat;
}

#intro .content_intro {
	display: flex;
	align-items: center;
	justify-content: right;
	width: calc(100% - 550px);
	max-width: 1370px;
	height: calc(100% - 490px);
	max-height: 640px;
	background: url(../imagens/content_intro.jpg) center center no-repeat;
	background-size: 100% auto;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
}

#intro .content_intro .concordo {
	width: 450px;
	height: 350px;
	margin-right: -50px;
	padding-left: 150px;
	background: url(../imagens/fundo_concordo.png) center center no-repeat;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
}

#intro .content_intro .concordo h2 {
	max-width: 380px;
	padding-top: 74px;
	padding-bottom: 40px;
	color: #c5c4c4;
	font-size: 18px;
	font-family: 'proximaNova-light';
}

#intro .content_intro .concordo a.tam_1 {
	display: inline-block;
	width: 75px;
	height: 35px;
	margin-right: 10px;
	padding-top: 15px;
	float: left;
	border-radius: 25px;
	background: #414141;
	color: #c4c4c4;
	font-size: 16px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

#intro .content_intro .concordo a.tam_2 {
	width: 250px;
	background: #a99021;
	color: #414141;
	transition: all 0.08s ease-in;
}

#intro .content_intro .concordo a.tam_2:hover {
	background: #bfa220;
}

#intro .content_intro .concordo p {
	display: table;
	width: 100%;
	padding-top: 36px;
	color: #c5c4c4;
	font-size: 13px;
	font-family: 'proximaNova-light';
}

#intro .content_intro .concordo p a {
	color: #e8c41e;
}

/*
#######################################################
  #### MAIN 
#######################################################
*/
#main {
	display: table;
	position: relative;
	width: 100%;
	background: url(../imagens/background1.jpg) no-repeat;
	background-size: 100% auto;
}

#main h1 {
	display: block;
	width: 130px;
	height: 69px;
	margin-top: 15px;
	margin-left: 90px;
	float: left;
	background: url(../imagens/larentis.png) left center no-repeat;
	background-size: contain;
	text-indent: -20000px;
	cursor: pointer;
}

#main .langs {
	position: absolute;
	top: 42px;
	left: 36px;
}

#main .langs a {
	display: block;
	color: #a7a7a7;
	font-size: 14px;
	font-family: 'proximaNova-bold';
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#main .langs a:hover,
#main .langs a.selected {
	color: #f4d834;
}

#main .langs a:nth-child(2) {
	margin-top: 2px;
}

/*
#######################################################
  #### HEADER 
#######################################################
*/
#main .nav_menu {
	position: relative;
}

#main .nav_menu .submenu {
	position: absolute;
	top: 80px;
	right: 148px;
}

#main .nav_menu .submenu p {
	position: relative;
	color: #fff;
	font-size: 13px;
	font-family: 'proximaNova-bold';
}

#main .nav_menu .submenu p a {
	color: #fff;
	font-size: 13px;
	font-family: 'proximaNova-bold';
	text-decoration: underline;
	text-transform: uppercase;
}

#main .nav_menu ul {
	float: right;
}

#main .nav_menu ul li {
	margin-top: 43px;
	margin-right: 45px;
	float: left;
	list-style-type: none;
}

#main .nav_menu a {
	color: #FFF;
	font-size: 14.3px;
	line-height: 15px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.2px;
	text-decoration: none;
	text-transform: uppercase;
}

#main .nav_menu a span {
	display: block;
	position: absolute;
	position: relative;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	margin-top: 6px;
	background: none;
	transition: all 0.22s ease-in;
}

#main .nav_menu a:hover span {
	display: block;
	width: 100%;
	background: #a7a7a7;
}

#main .nav_menu li.selected a span {
	display: block;
	width: 100%;
	background: #c8a700;
}

#main .nav_menu .bt_produtos {
	margin-top: 33px;
	margin-right: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border: 1px solid #a7a7a7;
	border-radius: 6px;
	text-align: center;
	transition: all 0.12s ease-in;
}

#main .nav_menu .bt_produtos:hover,
#main .nav_menu .selected_produtos {
	border: 1px solid #f4d834;
	background: #f4d834;
	color: #000;
}

#main .nav_menu .bt_clube {
	margin-top: 33px;
	margin-right: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border: 1px solid #a7a7a7;
	border-radius: 6px;
	text-align: center;
	transition: all 0.12s ease-in;
}

#main .nav_menu .bt_clube:hover,
#main .nav_menu .selected_clube {
	border: 1px solid #f4d834;
	background: #f4d834;
	color: #000;
}

#main .nav_menu a:nth-child(7) {
	font-size: 13px;
}

#main .nav_menu .bt_minhaconta {
	margin-top: 33px;
	margin-right: 0;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border: 1px solid #a7a7a7;
	border-radius: 6px;
	text-align: center;
	transition: all 0.12s ease-in;
}

#main .nav_menu .bt_minhaconta:hover {
	border: 1px solid #f4d834;
	background: #f4d834;
	color: #000;
}

#main .nav_menu a:nth-child(8) {
	font-size: 13px;
}

#main .nav_menu .bt_car {
	display: block;
	position: relative;
	width: 27px;
	height: 29px;
	margin-top: -1px;
	margin-right: 13px;
	margin-left: 12px;
	padding-top: 41px;
	padding-right: 20px;
	padding-left: 10px;
	background: url(../imagens/car.png) 14px bottom no-repeat;
	background-size: 27px 29px;
	transition: all 0.08s ease-in;
}

#main .nav_menu .bt_car:hover {
	margin-top: 1px;
	background: url(../imagens/car.png) 12px bottom no-repeat;
	background-size: 29px 32px;
}

#main .nav_menu .bt_car b {
	position: absolute;
	top: 32px;
	right: 6px;
	;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	border-radius: 50%;
	background: #bfa220;
	color: #1b1b1b;
	font-size: 12px;
	font-family: 'proximaNova-bold';
	letter-spacing: -0.5px;
	text-align: center;
	transition: all 0.08s ease-in;
}

#main .nav_menu .bt_mobile a {
	display: block;
	width: 47px;
	height: 41px;
	margin-top: -10px;
	background: url(../imagens/mobile.png) left center no-repeat;
	transition: all 0.08s ease-in;
}

#main .nav_menu .bt_mobile a:hover {
	background: url(../imagens/mobile.png) right center no-repeat;
}

#main .nav_menu .bt_mobile {
	margin-right: 20px;
	text-indent: -20000px;
}

#main .mask_slider {
	position: relative;
	width: calc(100% - 180px);
	max-width: 1735px;
	height: 500px;
	max-height: 725px;
	margin: 205px auto 0px auto;
	overflow: hidden;
	border-bottom: 8px solid #c8a700;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
}

#main .mask_slider ul {
	display: block;
	position: relative;
}

#main .mask_slider ul li .titulo1 {
	width: 100%;
	background-size: 100% auto;
}

#main .mask_slider ul li .titulo1 img {
	display: block;
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
}

#main .titulo1 {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	width: calc(100% - 180px);
	max-width: 1735px;
	height: 500px;
	max-height: 725px;
	border-bottom: 8px solid #c8a700;
	background-size: 100% auto;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
}

#main .titulo1 .center_int {
	display: table;
	position: absolute;
	right: 0;
	width: 50%;
	float: right;
}

#main .titulo1 .center_int p.beneficios_clube {
	display: table;
	width: 710px;
	float: right;
	color: #fff;
	font-size: 24px;
	line-height: 52px;
	font-family: 'IBM Plex Serif';
}

#main .titulo1 p.logo_clube {
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
	width: 186px;
	height: 256px;
	margin-top: -128px;
	margin-left: -93px;
	background: url(../imagens/logo_clube_2.png) center center no-repeat;
}

#main .titulo1 h2 {
	display: block;
	max-width: 450px;
	padding-bottom: 28px;
	color: #fff;
	font-size: 76px;
	line-height: 84px;
	/*mudei para ficar de acordo com a imagem do psd */
	font-family: 'IBM Plex Serif';
}

#main .titulo1 a {
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#main .titulo1 a:hover {
	padding-right: 80px;
}

#main ul.bolas {
	display: inline-block;
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-top: -65px;
	margin-left: -21px;
}

#main .bolas li {
	width: 16px;
	height: 17px;
	margin-right: 4px;
	float: left;
	float: left;
	border: 3px solid #c8a700;
	border-radius: 50%;
	list-style-type: none;
	list-style-type: none;
	text-indent: -20000px;
	cursor: pointer;
	transition: all 0.08s ease-in;
}

#main .bolas li:hover,
#main .bolas li.selected {
	background: #c8a700;
}

#newsletter {
	padding-top: 30px;
	padding-bottom: 60px;
}

#newsletter .center {
	height: 63px;
	background: url(../imagens/novidades.png) 195px top no-repeat;
}

#newsletter h2 {
	display: inline-block;
	padding-top: 15px;
	padding-left: 290px;
	float: left;
	color: #515151;
	font-size: 17px;
	line-height: 17px;
}

#newsletter h2 b {
	display: block;
	font-weight: 700;
}

#newsletter form {
	display: inline-block;
	padding-top: 17px;
	padding-left: 80px;
	float: left;
}

#newsletter form input[type=email] {
	display: block;
	width: 400px;
	padding-bottom: 9px;
	float: left;
	border: none;
	border-bottom: 1px solid #a8a8a8;
	background: none;
	font-size: 17px;
}

#newsletter form input[type=submit] {
	display: inline-block;
	width: 170px;
	height: 40px;
	margin-left: 90px;
	float: right;
	border: none;
	border-radius: 6px;
	background: #c8a700;
	color: #fff;
	font-family: 'proximaNova-bold';
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}




/*
#######################################################
  #### PRODUTOS
#######################################################
*/
#products {
	display: table;
	width: 100%;
	padding-bottom: 70px;
	background: url(../imagens/linha_cinza.png) left 397px repeat-x;
}

#products .bloco {
	display: block;
	position: absolute;
	width: 90px;
	height: 54px;
	margin-top: 370px;
	background: #c8a700;
}

#products .destaque_banner_2 {
	z-index: 999;

}

#products .destaque_banner_2 img {
	max-height: 900px;
}

#products .prod_destaque {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	justify-content: right;
	width: calc(100% - 180px);
	max-width: 1735px;
	height: 690px;
	margin: 0 auto;
	background: url(../imagens/background3.jpg) left 110px no-repeat;
	background-size: 100% auto;
}

#products .prod_destaque .infos {
	position: absolute;
	left: 40%;
	width: 50%;
}

#products figure {
	position: absolute;
	margin-top: -1%;
	margin-left: 20%;
	float: left;
}

#products .prod_destaque h3 {
	display: inline-block;
	margin-top: 99px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 20px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 15px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#products .prod_destaque h2 {
	position: relative;
	margin-top: -10px;
	padding-bottom: 19px;
	color: white;
	font-size: 60px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#products .prod_destaque p {
	display: block;
	padding-right: 300px;
	padding-bottom: 31px;
	color: white;
	font-size: 18px;
	line-height: 26px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#products .prod_destaque a {
	display: inline-block;
	padding-top: inherit;
	padding-right: 75px;
	padding-left: 0;
	float: none;
	clear: both;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18.9px;
	line-height: 28.35px;
	font-family: 'proximaNova-bold';
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#products .prod_destaque a:hover {
	padding-right: 80px;
}

#products .bloco2 {
	z-index: 1;
	position: absolute;
	top: 1199px;
	right: 0;
	width: 562px;
	height: 470px;
	background: #c8a700;
}

#products .colecion {
	display: table;
	width: 100%;
	padding-top: 200px;
	float: none;
	clear: both;
	background: #f5f5f5;
}

#products .colecion h3 {
	color: #c8a700;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.90px;
	text-align: center;
	text-transform: uppercase;
}

#products .colecion h2 {
	display: block;
	position: relative;
	width: 370px;
	width: 470px;
	margin: 0 auto;
	margin-top: -5px;
	color: #6b6b6b;
	font-weight: 600;
	font-size: 46px;
	line-height: 48px;
	font-family: 'IBM Plex Serif';
	text-align: center;
	text-transform: uppercase;
}

#products .colecion h2.h2-combos {
	margin-bottom: 40px;
}

#products .colecion h2.menor {
	padding-top: 15px;
	font-size: 48px;
	line-height: 44px;
}

#products .colecion h2 .line2,
#products .colecion h2 .line1 {
	display: inline-block;
	width: 70px;
	height: 2px;
	margin-bottom: 1px;
	background: #6b6b6b;
	background: #6f6f6f;
}

#products .colecion ul {
	display: table;
	width: calc(100% - 180px);
	min-width: 1280px;
	max-width: 1735px;
	margin: 60px auto 0 auto;
}

#products .colecion ul li {
	display: block;
	position: relative;
	width: calc(25% - 20px);
	height: 580px;
	margin-right: 20px;
	padding-top: 0;
	float: left;
	overflow: hidden;
	list-style-type: none;
	transition: all 0.25s ease-in;
}

#products .colecion ul li a {
	display: block;
	width: 100%;
	height: 210px;
	transition: all 0.08s ease-in;
}

#products .colecion ul li a h4 {
	position: absolute;
	bottom: 60px;
	padding-top: 25px;
	/*padding-left: 10px;*/
	font-size: 22px;
	font-family: 'IBM Plex Serif';
}

#products .colecion ul li a span {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	font-family: 'IBM Plex Serif';
	letter-spacing: -1.5px;
}

#products .colecion ul li:nth-child(4) {
	margin-right: 0;
}

#products .bt_gran {
	background: url(../imagens/linha_1.png) left 260px no-repeat;
}

#products .bt_gran a {
	background: url(../imagens/gar1.png) 10px 10px no-repeat;
}

#products .bt_gran a:hover {
	background: url(../imagens/gar1.png) 10px top no-repeat;
}

#products .bt_cepas {
	background: url(../imagens/linha_2.png) left 260px no-repeat;
}

#products .bt_cepas a {
	background: url(../imagens/gar2.png) 10px 10px no-repeat;
}

#products .bt_cepas a:hover {
	background: url(../imagens/gar2.png) 10px top no-repeat;
}

#products .bt_especial {
	background: url(../imagens/linha_3.png) left 260px no-repeat;
}

#products .bt_especial a {
	background: url(../imagens/gar3.png) 10px 10px no-repeat;
}

#products .bt_especial a:hover {
	background: url(../imagens/gar3.png) 10px top no-repeat;
}

#products .bt_espumantes {
	background: url(../imagens/linha_4.png) left 260px no-repeat;
}

#products .bt_espumantes a {
	background: url(../imagens/gar4.png) 10px 10px no-repeat;
}

#products .bt_espumantes a:hover {
	background: url(../imagens/gar4.png) 10px top no-repeat;
}

#products a {
	right: 50%;
	padding-top: 110%;
	padding-left: 44%;
	float: left;
	color: #6f6f6f;
	font-size: 24px;
	line-height: 15px;
	font-family: 'IBM Plex Serif';
	text-decoration: none;
}

#products .bt_especial a {
	padding-left: 52%;
}

#products .colecion a:hover {
	padding-left: 46%;
}

#products .bt_especial a:hover {
	padding-left: 54%;
}

#products li.blur:not(:hover) {
	opacity: 0.3;
}


/*
#######################################################
  #### DESCUBRA A LARENTIS
#######################################################
*/
#descubra {
	display: table;
	width: 100%;
}

#descubra .esq {
	position: relative;
	width: 50%;
	float: left;
}

#descubra .fig1 {
	position: absolute;
	top: 100px;
	left: 160px;
}

#descubra .fig1 img {
	display: block;
	width: calc(100% + 160px);
}

#descubra .fig2 img {
	display: block;
	width: 100%;
}

#descubra .block {
	display: block;
	width: 54px;
	height: 54px;
	margin-top: -460px;
	float: right;
	background: #c8a700;
}

#descubra article {
	display: block;
	position: relative;
	width: calc(50% - 250px);
	float: right;
}

#descubra article h3 {
	display: inline-block;
	margin-top: 145px;
	margin-bottom: 20px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 15px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#descubra article h4 {
	margin-top: -10px;
	padding-bottom: 30px;
	font-size: 50px;
	line-height: 48px;
	font-family: 'IBM Plex Serif';
}

#descubra article p {
	max-width: 460px;
	padding-bottom: 35px;
	font-size: 20px;
	line-height: 28px;
	font-family: 'proximaNova-regular';
}

#descubra article p b {
	color: #c8a700;
	font-family: 'proximaNova-bold';
}

#descubra article a {
	position: absolute;
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28.35px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#descubra article a:hover {
	padding-right: 80px;
}

#descubra .alarentis {
	display: table;
	width: 100%;
	padding-top: 170px;
	text-align: center;
}

#descubra .alarentis h3 {
	color: #c8a700;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.90px;
	text-align: center;
	text-transform: uppercase;
}

#descubra .alarentis h2 {
	display: block;
	position: relative;
	width: 370px;
	margin: 0 auto;
	margin-top: -5px;
	color: #6b6b6b;
	font-weight: 600;
	font-size: 62px;
	line-height: 70px;
	font-family: 'IBM Plex Serif';
	text-align: center;
	text-transform: uppercase;
}

#descubra .alarentis h2 .line1 {
	position: absolute;
	bottom: 11px;
	left: -120px;
	width: 90px;
	height: 2px;
	background: #6b6b6b;
}

#descubra .alarentis h2 .line2 {
	position: absolute;
	right: -120px;
	bottom: 11px;
	width: 90px;
	height: 2px;
	background: #6b6b6b;
}

#descubra .alarentis p {
	position: relative;
	max-width: 400px;
	margin: 25px auto 0 auto;
	font-size: 18px;
	line-height: 26px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
	text-align: center;
}

.layer {
	padding-top: 35px;
}

.layer img {
	max-width: 100%;
}

.layer img.img_mobile {
	display: none;
}

/*
#######################################################
	#### BLOG SCROLL
#######################################################
*/
#blog_scroll {
	position: relative;
	padding: 110px 0 90px;
	overflow: hidden;
	background: #1b1b1b;
}

#blog_scroll .texture_overlay {
	display: none;
}

#blog_scroll .blog_header {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 55px;
	padding: 0 90px;
	gap: 20px;
}

#blog_scroll .blog_header .subtitulo {
	margin-bottom: 10px;
}

#blog_scroll .blog_header .subtitulo span.line {
	display: none;
}

#blog_scroll .blog_header .subtitulo span.label {
	color: #c8a700;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.90px;
	text-transform: uppercase;
}

#blog_scroll .blog_header h2 {
	margin: 8px 0 0;
	color: white;
	font-weight: 600;
	font-size: 62px;
	line-height: 68px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

#blog_scroll .blog_header h2 em {
	color: #c8a700;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

#blog_scroll .blog_nav {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	gap: 14px;
}

#blog_scroll .blog_nav button {
	width: 48px;
	height: 48px;
	border: 1px solid #c8a700;
	background: transparent;
	color: #c8a700;
	font-size: 24px;
	line-height: 1;
	font-family: 'IBM Plex Serif';
	cursor: pointer;
	transition: all 0.2s ease-in;
}

#blog_scroll .blog_nav button:hover {
	background: rgba(200, 167, 0, 0.12);
}

#blog_scroll .blog_nav button.next {
	background: #c8a700;
	color: #1b1b1b;
}

#blog_scroll .blog_nav button.next:hover {
	background: #b09400;
}

#blog_scroll .blog_rail {
	position: relative;
	padding-left: 90px;
	overflow: hidden;
}

#blog_scroll .blog_cards {
	display: flex;
	padding-bottom: 12px;
	overflow-x: auto;
	gap: 30px;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	cursor: grab;
	scrollbar-width: none;
}

#blog_scroll .blog_cards::-webkit-scrollbar {
	display: none;
}

#blog_scroll .blog_cards:active {
	cursor: grabbing;
}

#blog_scroll .blog_card {
	display: flex;
	flex: 0 0 340px;
	flex-direction: column;
	border: none;
	background: transparent;
	text-decoration: none;
	transition: all 0.25s ease-in;
}

#blog_scroll .blog_card:hover {
	transform: translateY(-4px);
}

#blog_scroll .blog_card .card_img {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #2a2a2a;
}

#blog_scroll .blog_card .card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in;
}

#blog_scroll .blog_card:hover .card_img img {
	transform: scale(1.05);
}

#blog_scroll .blog_card .card_img .card_tag {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 2px 14px 1px;
	border: 1px solid #c8a700;
	background: transparent;
	color: #c8a700;
	font-size: 13px;
	line-height: 22px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2px;
	text-transform: uppercase;
}

#blog_scroll .blog_card .card_body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 4px 0;
}

#blog_scroll .blog_card .card_meta {
	margin-bottom: 14px;
	color: #c8a700;
	font-size: 13px;
	line-height: 20px;
	font-family: 'proximaNova-bold';
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

#blog_scroll .blog_card .card_body h3 {
	margin: 0 0 16px;
	color: white;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	font-family: 'IBM Plex Serif';
}

#blog_scroll .blog_card .card_body p {
	flex: 1;
	margin: 0 0 22px;
	color: #b8b8b8;
	font-size: 16px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.4px;
}

#blog_scroll .blog_card .card_body .leia_mais {
	display: inline-block;
	padding-right: 55px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: padding-right 0.08s ease-in;
}

#blog_scroll .blog_card .card_body .leia_mais span {
	display: none;
}

#blog_scroll .blog_card:hover .card_body .leia_mais {
	padding-right: 65px;
}

#blog_scroll .blog_fade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 12px;
	width: 140px;
	background: linear-gradient(90deg, rgba(27, 27, 27, 0), #1b1b1b 75%);
	pointer-events: none;
}

#blog_scroll .blog_footer {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 55px 90px 0;
	gap: 30px;
}

#blog_scroll .blog_progress {
	flex: 1 1 320px;
	max-width: 540px;
}

#blog_scroll .blog_progress .bar {
	position: relative;
	height: 2px;
	background: rgba(200, 167, 0, 0.18);
}

#blog_scroll .blog_progress .bar .fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #c8a700;
	transition: width 0.3s;
}

#blog_scroll .blog_progress .info {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	color: #c8a700;
	font-size: 13px;
	line-height: 20px;
	font-family: 'proximaNova-bold';
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

#blog_scroll .blog_footer .blog_cta {
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: padding-right 0.08s ease-in;
}

#blog_scroll .blog_footer .blog_cta span {
	display: none;
}

#blog_scroll .blog_footer .blog_cta:hover {
	padding-right: 85px;
}

/*
#######################################################
	#### FOOTER
#######################################################
*/
#contato {
	display: table;
	position: relative;
	width: 100%;
	background: #222222;
}

#contato p {
	display: inline-block;
	padding-top: 22px;
	float: left;
}

#contato p a {
	z-index: 99;
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	color: #bfa220;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	text-decoration: underline;
	text-transform: uppercase;
	text-transform: lowercase;
}

#contato .sociais {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -52px;
}

#contato .sociais ul {
	float: left;
}

#contato .sociais ul li {
	z-index: 9;
	position: relative;
	padding-right: 3px;
	float: left;
	list-style-type: none;
}

#contato .sociais ul li a {
	z-index: 99;
	position: relative;
	text-indent: -20000px;
}

#contato .sociais ul a:first-child li {
	width: 31px;
	height: 32px;
	background: url(../imagens/bt_face.png) center center no-repeat;
	text-indent: -20000px;

}

#contato .sociais ul a:nth-child(2) li {
	width: 32px;
	height: 32px;
	background: url(../imagens/bt_insta.png) center center no-repeat;
	background-size: 32px 32px;
	text-indent: -20000px;
}

#contato .sociais ul a:nth-child(3) li {
	width: 31px;
	height: 32px;
	background: url(../imagens/bt_trip.png) center center no-repeat;
	background-size: 31px 32px;
	text-indent: -20000px;
}

/*#contato .phones ul li:nth-child(1){
	background: url(../imagens/tel1.png) left top no-repeat;
	background-size: 32px 32px;
	height: 29px;
	padding-top: 3px;
	padding-right: 10px;
	text-transform: uppercase;
}*/
#contato .phones ul li {
	height: 29px;
	padding-top: 3px;
	background: url(../imagens/whats1.png) left top no-repeat;
	background-size: 32px 32px;
}

#contato .phones {
	display: inline-block;
	float: right;
}

#contato .phones ul {
	padding-top: 22px;
	float: left;
}

#contato .phones ul li {
	padding-right: 30px;
	padding-left: 20px;
	float: left;
	list-style-type: none;
}

#contato .phones ul li a {
	color: #bfa220;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	text-decoration: underline;
}

#contato .infos {
	display: table;
	width: calc(100% - 130px);
	margin-top: 75px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
	background: #1d1d1b;
}

#contato .infos ul.lista_links {
	display: block;
	width: 15%;
	float: left;
}

#contato .infos ul.lista_links_2 {
	width: 13%;
	margin-left: 15%;
}

#contato .infos ul.lista_links_3 {
	width: 17%;
}

#contato .infos ul.lista_links li a {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	text-decoration: none;
}

#contato .infos ul.lista_links_3 li {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	text-decoration: none;
}

#contato .infos ul.lista_links li a:hover {
	text-decoration: underline;
}

#contato .infos ul.lista_links li h2 {
	position: relative;
	margin-bottom: 25px;
	color: #FFF;
	font-weight: normal;
	font-size: 17px;
	font-family: 'proximaNova-bold';
	text-decoration: none;
	text-transform: uppercase;
}

#contato .infos ul.lista_links li h2 span {
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 25px;
	height: 1px;
	background: #fff;
}

#contato figure {
	position: absolute;
	left: 50%;
	width: 149px;
	height: 155px;
	margin-left: -75px;
}

#contato figure img {
	width: 149px;
	height: 155px;
}

#contato figure a {
	display: block;
	margin-top: 30px;
	color: #bfa220;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-decoration: underline;
}

#footer {
	padding-bottom: 20px;
	background: #222222;
}

#footer p {
	padding-top: 20px;
	color: white;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.75px;
	text-align: center;
}

#footer a {
	color: white;
	letter-spacing: 0.75px;
	text-decoration: underline;
}

/*
#######################################################
  #### NOSSA HIST�RIA 
#######################################################
*/
#main.institucional {
	background: url(../imagens/backgr.jpg) no-repeat;
	background-size: 100% auto;
}

#main.institucional .titulo1 {
	margin: 205px auto 0px auto;
	background: url(../imagens/backgr1.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

#historia {
	display: table;
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: -110px;
	background: #f4f4f4;
}

#pag_enoturismo #historia {
	display: none;
}

#historia .center {
	padding-top: 110px;
	padding-bottom: 110px;
}

#historia .bloco {
	display: block;
	z-index: 3;
	position: absolute;
	bottom: -27px;
	left: -90px;
	width: 90px;
	height: 54px;
	background: #c8a700;
}

#historia .bloco2 {
	display: block;
	z-index: 1;
	position: absolute;
	right: -45px;
	bottom: 65px;
	width: 550px;
	height: 363px;
	background: #c8a700;
}

#historia .text1 {
	width: calc(50% + 160px);
	padding-top: 70px;
	float: left;
}

#historia .text1 h2 {
	width: 178px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#historia .text1 h3 {
	display: inline-block;
	margin-top: -8px;
	padding-right: 120px;
	background: url(../imagens/maos.png) center right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#historia .text1 p {
	max-width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#historia figure {
	z-index: 2;
	position: relative;
	margin-top: 126px;
	float: right;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.30);
}

#familia {
	display: table;
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#familia .text2 {
	width: 41%;
	margin-top: 68px;
	margin-right: 250px;
	float: right;
}

#familia .text2 h2 {
	width: 130px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#familia .text2 h3 {
	margin-bottom: 20px;
	background: url(../imagens/chapeus.png) center right no-repeat;
	font-weight: 400;
	font-size: 54px;
	line-height: 58px;
	font-family: 'IBM Plex Serif';
}

#familia .text2 p {
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 26px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#familia .text2 a {
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28.35px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#familia .text2 a:hover {
	padding-right: 80px;
}

#familia figure {
	z-index: 2;
	position: relative;
	width: calc(50% - 160px);
	margin-top: -27px;
	float: left;
}

#familia figure img {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.50);
}

#familia .block {
	display: block;
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 54px;
	margin-top: 29.5%;
	background: #c8a700;
}

figure.imagem_familia {
	position: relative;
	top: -27px;
}

figure.imagem_familia img {
	display: inline-table;
	max-width: 100%;
}

.img_txt {
	z-index: 2;
	position: absolute;
	right: 90px;
	bottom: -45px;
	width: 240px;
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
	background: #ebebeb;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}

.img_txt p {
	width: 50%;
	margin-left: 50px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'IBM Plex Serif';
	text-align: left;
}

#products.interno {
	margin-top: -27px;
}

#products.interno .colecion {
	padding-top: 0px;
}

/*
#######################################################
  #### TERROIR 
#######################################################
*/
#main.terroir {
	padding-bottom: 20px;
	background: url(../imagens/backgr2.jpg) no-repeat;
	background-size: 100% auto;
}

#main.terroir .titulo1 {
	margin: 205px auto 0px auto;
	background: url(../imagens/backgr_terroir.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

#vinho_parcela {
	display: table;
	position: relative;
	width: 100%;
	margin-top: -110px;
	background: #f5f5f5;
}

#vinho_parcela .text1 {
	width: calc(50% + 160px);
	padding-top: 180px;
	padding-bottom: 40px;
	float: left;
}

#vinho_parcela .text1 h2 {
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#vinho_parcela .text1 h3 {
	display: inline-block;
	margin-top: -8px;
	padding-right: 120px;
	background: url(../imagens/bola_linha.png) center right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#vinho_parcela .text1 p {
	max-width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 30px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#vinho_parcela figure.figure_terroir_1 {
	z-index: 2;
	position: absolute;
	top: 155px;
	right: 0;
}

#vinho_parcela figure.figure_terroir_1 img {
	z-index: 1;
	position: relative;
}

#vinho_parcela .vinh1text {
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: -310px;
	width: 290px;
	color: #818181;
}

#vinho_parcela .vinh1text b.demarcador {
	display: block;
	position: absolute;
	top: -31px;
	left: 0;
	width: 359px;
	height: 25px;
	background: url(../imagens/demarcador_terroir_1.png) center center no-repeat;
}

#vinho_parcela .vinh1text h4 {
	font-weight: 300;
	font-size: 26px;
	font-family: 'IBM Plex Serif';
}

#vinho_parcela .vinh1text p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'proximaNova-regular';
}

#vinho_parcela .bloco2 {
	display: block;
	z-index: 1;
	position: absolute;
	right: -45px;
	bottom: -268px;
	width: 550px;
	height: 363px;
	background: #c8a700;
}

#artecnica {
	display: table;
	width: 100%;
	padding-top: 70px;
	background: #fff;
}

#vinho_parcela_2 {
	padding-bottom: 110px;
}

#vinho_parcela_2 .vinh2text {
	z-index: 2;
	position: absolute;
	bottom: -45px;
	left: 560px;
	width: 320px;
	color: #818181;
}

#vinho_parcela_2 .vinh2text b.demarcador {
	display: block;
	position: absolute;
	top: -31px;
	left: -111px;
	width: 146px;
	height: 25px;
	background: url(../imagens/demarcador_terroir_2.png) center center no-repeat;
}

#vinho_parcela_2 .vinh2text h4 {
	font-weight: 300;
	font-size: 26px;
	font-family: 'IBM Plex Serif';
}

#vinho_parcela_2 .vinh2text p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'proximaNova-regular';
}

#vinho_parcela_2 .text2 {
	width: calc(100% - 560px);
	padding-top: 250px;
	float: right;
}

#vinho_parcela_2 figure.figure_terroir_2 {
	z-index: 2;
	position: relative;
	float: left;
}

#vinho_parcela_2 figure.figure_terroir_2 img {
	z-index: 1;
	position: relative;
}

#artecnica .text2 h2 {
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#artecnica .text2 h3 {
	display: inline-block;
	margin-top: -8px;
	padding-right: 120px;
	background: url(../imagens/maos.png) center right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#artecnica .text2 p {
	max-width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 30px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#artecnica .block {
	display: block;
	position: absolute;
	bottom: -45px;
	left: -45px;
	width: 500px;
	height: 363px;
	background: #c8a700;
}

#artecnica .bloco2 {
	display: block;
	width: 500px;
	height: 363px;
	margin-top: -17%;
	margin-left: -26.2%;
	float: left;
	background: #c8a700;
}

#enologo {
	display: table;
	position: relative;
	width: calc(100% - 180px);
	max-width: 1735px;
	height: 732px;
	margin: 0 auto;
	margin-bottom: 61px;
	margin-bottom: 80px;
	float: none;
	clear: both;
	border-bottom: 8px solid #c8a700;
	background: url(../imagens/enologo.jpg) center top no-repeat;
	background-size: 100% auto;
}

#enologo .block {
	display: block;
	position: absolute;
	top: -45px;
	left: -45px;
	width: 500px;
	height: 363px;
	background: #c8a700 url(../imagens/enologo.jpg) 45px 45px no-repeat;
}

#enologo article {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 426px;
	background: #aeaeae;
}

#enologo article h4 {
	margin-left: 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 1.30px;
	text-align: left;
}

#enologo article p {
	width: 69.3%;
	margin-left: 40px;
	padding-bottom: 35px;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.90px;
	text-align: left;
}

#mapa_vale {
	display: table;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 80px;
	background: #1b1b1b url(../imagens/mapaicone.png) right center no-repeat;
}

#mapa_vale h5 {
	max-width: 28%;
	margin-top: 40px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 25px;
	background: url(../imagens/iconeparcela.png) right center no-repeat;
	color: #bfa220;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 1.30px;
}

#mapa_vale figure img {
	width: 58%;
	margin-top: -12%;
	float: right;
}

#mapa_vale p {
	max-width: 35%;
	padding-bottom: 15px;
	color: #9d9d9d;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.90px;
}

#mapa_vale h6 {
	position: relative;
	max-width: 25%;
	color: #9d9d9d;
	font-size: 17px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
}

#mapa_vale a {
	position: relative;
	top: 25px;
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

/*
#######################################################
  #### ENOTURISMO 
#######################################################
*/
#pag_enoturismo #banner_novo {
	margin-top: -310px;
}

#banner_novo .center {
	display: block;
	position: relative;
}

#banner_novo .center .mask_video_colheita {
	display: flex;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner_novo .center .mask_video_colheita video {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner_novo .center::after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0a;
	content: '';
	opacity: 0.35;
}

#banner_novo .center .bt_reserva {
	display: flex;
	z-index: 3;
	position: absolute;
	top: 100%;
	left: 50%;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: calc(100% - 40px);
	max-width: 426px;
	height: 60px;
	transform: translate(-50%, -50%);
	border-radius: 30px;
	background: #c8a700 url(../imagens/icon_calendario.png) center right 30px no-repeat;
	background-size: 32px auto;
	color: #ffffff;
	font-size: 20px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

.slider_enoturismo_interno {
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 1735px;
}

.slider_enoturismo_interno li {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1750px;
	height: 350px;
	overflow: hidden;
}

.slider_enoturismo_interno li img {
	display: block;
	width: 100%;
}

/*.slider_enoturismo_interno{
	display: block;
	width: 100%;
	max-height: 300px;
	height: 584px;
	border-bottom: 5px solid #c8a700;
}
.slider_enoturismo_interno li{
	display: block;
}
.slider_enoturismo_interno li img{
	display: block;
	width: 100%;
}*/
#main.enoturismo {
	min-height: 505px;
	background: url(../imagens/background8.jpg) no-repeat;
	background-size: 100% auto;
}

#main.enoturismo .titulo1 {
	margin: 205px auto 0px auto;
	background: url(../imagens/backgr5.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

#nossasXp {
	padding-top: 55px;
	background: #f4f4f4;
}

#nossasXp h2 {
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#nossasXp h3 {
	display: inline-block;
	margin-top: -8px;
	padding-right: 120px;
	background: url(../imagens/maos.png) center right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#nossasXp p {
	max-width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
	line-height: 30px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#nossasXp .retangulosxp ul li a span.linha {
	display: block;
	display: block;
	width: 35px;
	height: 5px;
	margin-top: 95px;
	background: #c8a700;
}

#nossasXp .retangulosxp ul {
	width: 100%;
	padding-top: 25px;
}

#nossasXp .retangulosxp ul li {
	position: relative;
	width: calc(25% - 19px);
	max-height: 420px;
	margin-right: 25px;
	margin-bottom: 75px;
	float: left;
	list-style-type: none;
}

#nossasXp .retangulosxp ul li:nth-child(4) {
	margin-right: 0;
	float: right;
}

#nossasXp .retangulosxp ul li a {
	display: block;
	height: 400px;
	padding-right: 45px;
	padding-left: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.80px;
	text-align: left;
	text-decoration: none;
}

#nossasXp .retangulosxp ul li h4 {
	padding-top: 20px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 0;
}

#nossasXp .retangulosxp ul li .saibmais {
	position: absolute;
	bottom: 30px;
	left: 45px;
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#nossasXp .retangulosxp ul li:hover .saibmais {
	padding-right: 80px;
}

#nossasXp .retangulosxp ul li:first-child {
	background: url(../imagens/colheita.jpg) no-repeat;
}

#nossasXp .retangulosxp ul li:nth-child(2) {
	background: url(../imagens/piquenique.jpg) no-repeat;
}

#nossasXp .retangulosxp ul li:nth-child(3) {
	background: url(../imagens/wine.jpg) no-repeat;
}

#nossasXp .retangulosxp ul li:nth-child(4) {
	background: #262626;
}

#products.enoturismo {
	padding-bottom: 0;
}

#products.enoturismo .colecion {
	padding-top: 55px;
	padding-bottom: 55px;
	background: #fff;
}

#products.enoturismo .colecion h2 {
	line-height: 48px;
}

#nossasXp2 {
	padding-top: 55px;
	background: #f4f4f4;
}

#nossasXp2 h2 {
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#nossasXp2 h3 {
	display: inline-block;
	margin-top: -8px;
	padding-right: 120px;
	padding-bottom: 30px;
	background: url(../imagens/maos.png) center right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#nossasXp2 .pacotes ul {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 45px;
}

#nossasXp2 .pacotes ul li {
	display: inline-block;
	position: relative;
	height: 200px;
	float: left;
	overflow: hidden;
	background: #262626;
}

#nossasXp2 .pacotes ul li.tam_metade {
	width: 50%;
}

#nossasXp2 .pacotes ul li.tam_terco {
	width: 33.33%;
}

#nossasXp2 .pacotes ul li.tam_quarto {
	width: 25%;
}

#nossasXp2 .pacotes ul li h4 {
	position: relative;
	max-width: 250px;
	padding-top: 48px;
	padding-left: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	font-family: 'IBM Plex Serif';
}

#nossasXp2 .pacotes ul li h4 b {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 35px;
	height: 5px;
	background: #c8a700;
}

#nossasXp2 .pacotes ul li span {
	position: absolute;
	bottom: 22px;
	left: 30px;
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#nossasXp2 .pacotes ul li img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.35;
	transition: all 0.18s ease-in;
}

#nossasXp2 .pacotes ul li:hover img {
	opacity: 0.7;
}

#cards_enoturismo {
	margin-top: -400px;
	margin-bottom: 16px;
}

#cards_enoturismo .center {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	max-width: unset;
	margin: 0 auto;
	padding-right: 89px;
	padding-left: 89px;
}

#cards_enoturismo .center::after {
	display: inline-block;
	position: absolute;
	bottom: 128px;
	left: 0;
	width: 89px;
	height: 54px;
	background: #c8a700;
	content: '';
}

#cards_enoturismo .center .passador {
	box-sizing: border-box;
	display: flex;
	position: absolute;
	bottom: 83px;
	left: 0;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding: 0 89px;
}

#cards_enoturismo .center .passador span {
	display: inline-block;
	width: 55px;
	height: 18px;
	text-indent: -9999px;
	cursor: pointer;
}

#cards_enoturismo .center .passador span.esquerda {
	background: url(../imagens/card_esquerda.png) center no-repeat;
}

#cards_enoturismo .center .passador span.direita {
	background: url(../imagens/card_direita.png) center no-repeat;
}

#cards_enoturismo .center .center-interno {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-right: 89px;
}

#cards_enoturismo .center .center-interno::after {
	display: inline-block;
	z-index: 1;
	position: absolute;
	right: 1px;
	bottom: -70px;
	width: calc(50% - 148px);
	height: 470px;
	background: #c8a700;
	content: '';
}

#cards_enoturismo .center article {
	display: flex;
	z-index: 3;
	position: relative;
	flex-direction: row;
	width: 100%;
	padding-top: 39px;
	padding-bottom: 24px;
	background: url(../imagens/fundo_cards.jpg) center no-repeat;
	background-size: cover;
}

#cards_enoturismo .center article div.esquerda {
	box-sizing: border-box;
	display: flex;
	row-gap: 26px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 53.34%;
	padding-right: 43px;
	padding-left: 40px;
}

#cards_enoturismo .center article .esquerda ul {
	width: 100%;
	max-height: 473px;
}

#cards_enoturismo .center article .esquerda ul li {
	position: relative;
	width: 100%;
	padding-top: 74.96%;
}

#cards_enoturismo .center article .esquerda ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#cards_enoturismo .center article .esquerda .marcacao {
	display: flex;
	column-gap: 5px;
	flex-direction: row;
}

#cards_enoturismo .center article .esquerda .marcacao button {
	box-sizing: border-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 1px solid #c8a700;
	border-radius: 50%;
	background: no-repeat;
	cursor: pointer;
}

#cards_enoturismo .center article .esquerda .marcacao button.active {
	background: #c8a700;
}

#cards_enoturismo .center article .direita {
	box-sizing: border-box;
	width: 46.58%;
	padding-right: 65px;
}

#cards_enoturismo .center-interno article .direita h3 {
	margin-bottom: 3px;
}

#cards_enoturismo .center article .direita h2 {
	color: #ffffff;
	font-weight: 400;
	font-size: 42px;
	line-height: 45px;
	font-family: 'IBM Plex Serif';
}

#cards_enoturismo .center article .direita p {
	display: flex;
	row-gap: 25px;
	flex-direction: column;
	margin-top: 16px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.9px;
}

#exp_enoturismo {
	box-sizing: border-box;
	width: 100%;
	padding: 0 89px;
}

#exp_enoturismo .center {
	display: flex;
	row-gap: 40px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

#exp_enoturismo h2.titulo {
	display: inline-block;
	margin-bottom: 27px;
	padding-right: 96px;
	background: url(../imagens/maos.png) top 4px right no-repeat;
	color: #000000;
	font-weight: 400;
	font-size: 64px;
	font-family: 'IBM Plex Serif';
}

#exp_enoturismo .center>div {
	width: 100%;
}

#exp_enoturismo .center div ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 550px;
	width: 100%;
	gap: 50px;
}

#exp_enoturismo .center div ul a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #342e2b;
}

#exp_enoturismo .center div ul a img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: overlay;
	opacity: 0.9;
}

#exp_enoturismo .center div ul a article {
	box-sizing: border-box;
	display: flex;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-right: 50px;
	padding-left: 31px;
}

#exp_enoturismo .center .degustacao:nth-of-type(2) ul a article {
	padding-top: 96px;
}

#exp_enoturismo .center .degustacao:nth-of-type(2) ul a article h3 {
	margin-top: 0;
}

#exp_enoturismo .center div ul a article h3 {
	display: flex;
	column-gap: 11px;
	flex-direction: row;
	align-items: center;
	margin-top: auto;
	color: #c8a700;
	font-weight: 400;
	font-size: 13px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.65px;
	text-transform: uppercase;
}

#exp_enoturismo .center div ul a article h3::before {
	display: inline-block;
	width: 100%;
	min-width: 30px;
	max-width: 80px;
	height: 1px;
	background: #c8a700;
	content: '';
}

#exp_enoturismo .center div ul a article h2 {
	max-width: 265px;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #ffffff;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	font-family: 'IBM Plex Serif';
}

#exp_enoturismo .center .experiencias ul a article h2 {
	max-width: 430px;
}

#exp_enoturismo .center div ul a article p {
	max-width: 314px;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.75px;
}

#exp_enoturismo .center div ul a article h4 {
	margin-top: auto;
	margin-bottom: 32px;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 0.75px;
}

#exp_enoturismo .center div ul li.colheita {
	grid-row: last;
	grid-column: span 3;
}

#exp_enoturismo .center div ul li.colheita article p {
	max-width: 601px;
}

#exp_enoturismo .center div h3.tipo,
#cards_enoturismo .center-interno article .direita h3 {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 12px 7px 18px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-weight: 400;
	font-size: 16px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

#pag-enoturismo #descubra {
	display: inline-block;
	margin-top: 66px;
	margin-bottom: 108px;
}

#descubra .vinhedos {
	display: flex;
	flex-direction: row;
}

#descubra .vinhedos>.esquerda {
	box-sizing: border-box;
	position: relative;
	width: 58.33%;
	padding-right: 161px;
	padding-bottom: 99px;
}

#descubra .vinhedos .esquerda figure {
	display: flex;
	z-index: 1;
	position: relative;
	width: 100%;
	padding-top: 60.94%;
	overflow: hidden;
}

#descubra .vinhedos .esquerda figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#descubra .vinhedos .esquerda ul {
	z-index: 3;
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 160px);
}

#descubra .vinhedos .esquerda ul li {
	position: relative;
	width: 100%;
	padding-top: 60.94%;
	overflow: hidden;
}

#descubra .vinhedos .esquerda ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#descubra .vinhedos .esquerda .passador {
	display: flex;
	z-index: 5;
	position: absolute;
	right: -22px;
	bottom: 0;
	column-gap: 4px;
	flex-direction: row;
	margin-bottom: -27px;
}

#descubra .vinhedos .esquerda .passador span {
	display: inline-block;
	width: 89px;
	height: 54px;
	text-indent: -9999px;
	cursor: pointer;
}

#descubra .vinhedos .esquerda .passador span.direita {
	background: #c8a700 url(../imagens/seta_vinhedos.png) center no-repeat;
}

#descubra .vinhedos .esquerda .passador span.esquerda {
	background: #c8a700 url(../imagens/seta_vinhedos2.png) center no-repeat;
}

#descubra .vinhedos>.direita {
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	width: 41.66%;
	padding: 0 89px;
}

#descubra .vinhedos div.direita::after {
	position: absolute;
	top: 89px;
	right: 0;
	width: 89px;
	height: 54px;
	background: #c8a700;
	content: '';
}

#descubra .vinhedos .direita article {
	width: 100%;
	float: unset;
}

/*
#######################################################
  #### PACOTE
###*/
#pagar_pacote {
	box-sizing: border-box;
	display: none;
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding-top: 60px;
	padding-bottom: 40px;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.9);
	transition: all 0.18s ease-in;
}

#pagar_pacote.aberto {
	display: flex;
}

#pagar_pacote .conteudo {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 420px;
	margin: auto;
	padding-bottom: 0;
	border-radius: 8px;
	background: #fff;
}

#pagar_pacote .conteudo .margem {
	max-width: 85%;
}

#pagar_pacote .conteudo a.bt_fechar {
	display: block;
	z-index: 999999999999999999999999999;
	position: absolute;
	top: -30px;
	right: 50%;
	width: 19px;
	height: 19px;
	margin-right: -12px;
	background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
	background-size: 19px 19px;
	text-indent: -300000px;
	-moz-background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	z-index: 99;
}

#pacote {
	margin-top: -40px;
	background: #f4f4f4;
}

#pacote .center,
#pacote_2 .center {
	max-width: 1420px;
}

#pacote .piquenique {
	position: relative;
	padding-bottom: 45px;
	overflow: hidden;
}

#pacote .piquenique h2 {
	width: 178px;
	margin-top: 77px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#pacote .piquenique h3 {
	display: inline-block;
	max-width: 50%;
	margin-top: 12px;
	padding-right: 120px;
	background: url(../imagens/flor.png) right right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 64px;
	font-family: 'IBM Plex Serif';
}

#pacote .piquenique h4 {
	display: inline-block;
	margin-top: 20px;
	padding-right: 120px;
	background: url(../imagens/flor.png) right right no-repeat;
	font-weight: 400;
	font-size: 36px;
	font-family: 'IBM Plex Serif';
}

#pacote .piquenique p {
	max-width: 90%;
	max-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#pacote .piquenique figure {
	display: flex;
	position: absolute;
	top: 20px;
	right: 0;
	align-items: center;
	justify-content: center;
	height: 200px;
}

#pacote .piquenique figure img {
	display: inline;
}

#pacote_2 {
	padding-top: 23px;
	padding-bottom: 52px;
}

#pacote_2 .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 60%;
	float: left;
}

#pacote_2 .info .wrapper {
	display: flex;
	column-gap: 5px;
	row-gap: 8px;
	flex-direction: row;
	/*	margin-top: 34px;*/
	flex-wrap: wrap;
	align-items: center;
}

#pacote_2 .info .comprar_pacote {
	display: grid;
	display: none;
	grid-template-rows: 60px;
	grid-template-columns: 261px 285px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
}

#pacote_2 .info .comprar_pacote b {
	color: #ffff;
	font-size: 20px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

#pacote_2 .info .comprar_pacote .esquerda b {
	color: #897200;
	font-size: 28px;
}

#pacote_2 .info .comprar_pacote .esquerda b small {
	font-size: 16px;
}

#pacote_2 .info .comprar_pacote .esquerda {
	justify-content: center;
	background: #c8a700;
}

#pacote_2 .info .comprar_pacote .direita {
	padding-left: 25px;
	background: #d3b51a url(../imagens/seta_pacote.png) center right 19px no-repeat;
}

#pacote_2 .info .comprar_pacote div {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#pacote_2 #info_ingles {
	width: auto;
}

#pacote_2 .info h2 {
	width: 178px;
	margin-top: 37px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 16px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#pacote_2 .info h3 {
	display: inline-block;
	margin-top: 12px;
	padding-right: 120px;
	background: url(../imagens/flor.png) right right no-repeat;
	font-weight: 400;
	font-size: 58px;
	line-height: 64px;
	font-family: 'IBM Plex Serif';
}

#pacote_2 .info p {
	max-width: 90%;
	padding-top: 15px;
	padding-bottom: 31px;
	font-size: 18px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#pacote_2 .info p strong {
	font-weight: bold;
}

#pacote_2 .info p a {
	color: #c8a700;
}

#pacote_2 .info p br {
	line-height: 10px;
}

#pacote_2 .info a.bt_como_chegar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 42px;
	padding-right: 20px;
	padding-left: 45px;
	border-radius: 21px;
	background: #8b8b8b url(../imagens/icon_localizacao.png) center left 15px no-repeat;
	background-size: 20px auto;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-semibold';
	text-decoration: none;
	text-transform: uppercase;
}

#pacote_2 .info a.bt_cardapio {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 42px;
	padding-right: 23px;
	padding-left: 45px;
	border-radius: 21px;
	background: #c8a700 url(../imagens/icon_cardapio.png) center left 16px no-repeat;
	background-size: 18px auto;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-semibold';
	text-decoration: none;
	text-transform: uppercase;
}

#pacote_2 .info a.bt_whats {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 42px;
	padding-right: 20px;
	padding-left: 45px;
	border-radius: 21px;
	background: #4caf50 url(../imagens/icon_whats_pacote.png) left 14px center no-repeat;
	background-size: 22px auto;
	color: #ffffff;
	font-size: 17px;
	font-family: 'proximaNova-semibold';
}

#pacote_2 .info a.bt_video {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 42px;
	padding-right: 23px;
	padding-left: 45px;
	border-radius: 21px;
	background: #CC0000 url(../imagens/icon_youtube10.png) center left 16px no-repeat;
	background-size: 18px auto;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-semibold';
	text-decoration: none;
	text-transform: uppercase;
}

#pacote_2 .info a.bt_cronograma {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 42px;
	padding-right: 23px;
	padding-left: 45px;
	border-radius: 21px;
	background: #c8a700 url(../imagens/icon_cronograma10.png) center left 16px no-repeat;
	background-size: 18px auto;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-semibold';
	text-decoration: none;
	text-transform: uppercase;
}

#pacote_2 .info .wrapper a:not(.bt_whats) {
	background-color: #c8a700;
}

#pacote_2 .info .cardapio_colheita {
	width: 100%;
	max-width: 500px;
}

#pacote_2 .info .cardapio_colheita img {
	width: 100%;
}

#pacote_2 #calendario {
	z-index: 3;
	z-index: 9;
	position: relative;
	width: 100%;
	min-height: 378px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

#pacote_2 .bloco_calendario {
	display: none;
	width: 100%;
	max-width: 562px;
	margin-top: -280px;
	float: right;
}

#pacote_2 .bloco_calendario::after {
	z-index: 1;
	position: absolute;
	top: 79px;
	right: -159px;
	width: 100%;
	max-width: 562px;
	height: 361px;
	background: #c8a700;
	content: '';
}

#pacote_2 .bloco_calendario .datas_colheita {
	z-index: 3;
	position: relative;
	width: 100%;
	margin-bottom: -30px;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #ffff;
}

#pacote_2 .bloco_calendario .datas_colheita h3 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#pacote_2 .bloco_calendario .datas_colheita h2 {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	font-family: 'IBM Plex Serif';
}

#pacote_2 .bloco_calendario .datas_colheita h3 b {
	color: #c8a700;
	font-size: 20px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

#pacote_2 .bloco_calendario .datas_colheita span {
	color: #c8a700;
	font-size: 18px;
	font-family: 'proximaNova-bold';
}

#pacote_2 .bloco_calendario .galeria_colheita {
	display: grid;
	z-index: 3;
	position: relative;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 100px;
	width: 100%;
	margin-top: 30px;
	gap: 10px;
}

#pacote_2 .bloco_calendario .galeria_colheita li:first-child {
	display: flex;
	grid-row: span 3;
	grid-column: span 3;
}

#pacote_2 .bloco_calendario .galeria_colheita li:first-child img {
	object-position: center;
}

#pacote_2 .bloco_calendario .galeria_colheita li img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#pacote_2 .bloco_calendario .mask_img {
	box-sizing: border-box;
	display: flex;
	z-index: 2;
	position: relative;
	margin-bottom: 20px;
	padding: 0 20px;
	padding-top: 35px;
	padding-bottom: 47px;
}

#pacote_2 .bloco_calendario .mask_img p {
	z-index: 2;
	position: relative;
	max-width: 372px;
	margin: 0 auto;
	color: #ffffff;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	font-family: 'IBM Plex Serif';
	text-align: center;
}

#pacote_2 .bloco_calendario .mask_img figure {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #3d3d3d;
}

#pacote_2 .bloco_calendario .mask_img figure img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
}

#pacote_2 #calendario form {
	display: none;
	position: relative;
	top: 15px;
	width: 94%;
	height: 200px;
	margin-left: 3%;
}

#pacote_2 #calendario form.aberto {
	display: table;
}

#pacote_2 #calendario form input[type=text],
#pacote_2 #calendario form input[type=email],
#pacote_2 #calendario form select {
	display: block;
	width: 49%;
	height: 32px;
	margin-bottom: 6px;
	float: left;
	border: 1px solid #ddd;
	font-size: 12px;
	text-indent: 10px;
}

#pacote_2 #calendario form input[type=text].terco,
#pacote_2 #calendario form input[type=email].terco,
#pacote_2 #calendario form select.terco {
	display: block;
	width: calc(33.33% - 7px);
	height: 32px;
	margin-right: 8px;
	margin-bottom: 6px;
	float: left;
	border: 1px solid #ddd;
	font-size: 12px;
	text-indent: 10px;
}

#pacote_2 #calendario form select.terco {
	height: 34px;
	margin-right: 0;
	text-indent: 5px;
}

#pacote_2 #calendario form input:nth-child(2n) {
	float: right;
}

#pacote_2 #calendario form input::-webkit-input-placeholder {
	color: #aaa;
	/* Chrome/Opera/Safari */
	opacity: 1;
}

#pacote_2 #calendario form input::-moz-placeholder {
	color: #aaa;
	/* Firefox 19+ */
	opacity: 1;
}

#pacote_2 #calendario form input:-ms-input-placeholder {
	color: #aaa;
	/* IE 10+ */
	opacity: 1;
}

#pacote_2 #calendario form input:-moz-placeholder {
	color: #aaa;
	/* Firefox 18- */
	opacity: 1;
}

#pacote_2 #calendario form select {
	width: calc(49% + 2px);
	height: 34px;
	margin-left: 0;
	padding: 0;
	color: #aaa;
	text-indent: 0px;
	/*float: right;*/
	text-indent: 6px;
}

.mask_linha {
	display: table;
	position: absolute;
	top: 0;
	left: 2;
	width: 100%;
	height: 1px;
	float: none;
}

.mask_linha input[type="button"] {
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 5px 12px;
	border: none;
	border-radius: 16px;
	background: #c8a700;
	color: #fff;
	font-size: 12px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
	cursor: pointer;
}

#pacote_2 #calendario form select option {
	color: #aaa;
	font-family: 'proximaNova-regular';
}

#pacote_2 #calendario ul.horarios {
	display: none;
	width: calc(100% - 40px);
	margin-left: 20px;
	padding-top: 10px;
}

#pacote_2 #calendario ul.horarios_aberto {
	display: table;
}

#pacote_2 #calendario ul.horarios li {
	display: inline-block;
	width: 35px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 6px 9px;
	float: left;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	color: #a6a6a6;
	font-size: 14px;
	font-family: 'proximaNova-bold';
	cursor: pointer;
	transition: all 0.08s ease-in;
}

#pacote_2 #calendario ul.horarios li:hover {
	background: #c8a700;
	color: #fff;
}

#pacote_2 #calendario ul.horarios li.selected {
	background: #c8a700;
	color: #fff;
}

#pacote_2 #calendario input.reservar {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 50px;
	border: none;
	background: #c8a700;
	color: #897200;
	color: #fff;
	font-size: 15px;
	font-size: 15px;
	;
	font-family: 'proximaNova-bold';
	;
	font-family: 'proximaNova-bold';
	text-indent: 25px;
	text-transform: uppercase;
	text-transform: uppercase;
	cursor: pointer;
}

#pacote_2 #calendario span.reservar {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background: #c8a700;
	color: #897200;
	font-size: 15px;
	;
	font-family: 'proximaNova-bold';
	text-indent: 25px;
	text-transform: uppercase;
	cursor: pointer;
}

#pacote_2 #calendario span.reservar b {
	padding-right: 65px;
	float: right;
	background: url(../imagens/seta_calendario.png) 88% center no-repeat;
	color: #fff;
	font-size: 15px;
	;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#pacote_2 #calendario .reservar:hover b {
	background: url(../imagens/seta_calendario.png) 92% center no-repeat;
}

#pacote_2 #calendario .header_calendario {
	position: relative;
	height: 60px;
	margin-bottom: 10px;
	background: #5c5c5c;
}

#pacote_2 #calendario .header_calendario h3 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 19px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-bold';
	text-align: center;
}

#pacote_2 #calendario .header_calendario a.seta_left {
	display: block;
	position: absolute;
	top: 22px;
	left: 25px;
	width: 11px;
	height: 16px;
	background: url(../imagens/seta_left_cal.png) left top no-repeat;
	background-size: 22px 16px;
	text-indent: -20000px;
	-moz-background-size: 22px 16px;
	-webkit-background-size: 22px 16px;
	transition: all 0.1s ease-in;
}

#pacote_2 #calendario .header_calendario a.seta_right {
	display: block;
	position: absolute;
	top: 22px;
	right: 25px;
	width: 11px;
	height: 16px;
	background: url(../imagens/seta_right_cal.png) left top no-repeat;
	background-size: 22px 16px;
	text-indent: -20000px;
	-moz-background-size: 22px 16px;
	-webkit-background-size: 22px 16px;
	transition: all 0.1s ease-in;
}

#pacote_2 #calendario .header_calendario a.seta_left:hover,
#pacote_2 #calendario .header_calendario a.seta_right:hover {
	background-position: right top;
}

#pacote_2 #calendario ul.titulos {
	padding: 10px;
}

#pacote_2 #calendario ul.titulos li {
	display: block;
	width: 14.2%;
	float: left;
	clear: none;
	color: #737373;
	font-size: 16px;
	font-family: 'proximaNova-bold';
	text-align: center;
	text-transform: uppercase;
}

#pacote_2 #calendario ul.dias {
	padding: 10px;
}

#pacote_2 #calendario ul.dias li {
	display: block;
	width: 9.2%;
	margin-top: 3px;
	margin-right: 2.5%;
	margin-bottom: 3px;
	margin-left: 2.5%;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
	clear: none;
	border-radius: 6px;
	color: #a6a6a6;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#pacote_2 #calendario ul.dias li:hover {
	background: #c6c6c6;
	color: #fff;
}

#pacote_2 #calendario ul.dias li.selected {
	background: #c8a700;
	color: #fff;
	font-family: 'proximaNova-bold';
}

#descubra.pacote .alarentis {
	padding-top: 68px;
}

/*
#######################################################
  #### CONTATO
#######################################################
*/
section#dados {
	padding-top: 111px;
}

section#dados.terroir {
	margin-top: -120px;
	padding-top: 0;
	padding-bottom: 150px;
}

section#dados.contato {
	padding-top: 90px;
}

section#dados .content {
	display: table;
	position: relative;
	width: 100%;
}

section#dados.contato .content {
	top: -125px;
}

section#dados .content .esquerda {
	width: 540px;
	margin-left: 94px;
	float: left;
}

section#dados .content .esquerda .formulario input[type=text] {
	left: 0px;
	width: 536px;
	height: 46px;
	margin-top: 5px;
	margin-bottom: 0;
	border: 2px solid #3f4444;
	background: none;
	color: #3f4444;
	font-size: 13px;
	text-align: left;
	text-indent: 20px;
}

section#dados .content .esquerda .formulario input[type=text].p2 {
	display: inline-block;
	width: 263px;
	float: left;
}

section#dados .content .esquerda .formulario input[name=email] {
	margin-right: 6px;
}

section#dados .content .esquerda .formulario input[type=text].p3 {
	display: inline-block;
	width: 375px;
}

section#dados .content .esquerda .formulario input[type=text].p4 {
	display: inline-block;
	position: relative;
	left: 1px;
	width: 150px;
	margin-left: 2px;
}

section#dados .content .esquerda .formulario textarea {
	width: 536px;
	height: 122px;
	margin-top: 5px;
	padding-top: 15px;
	border: 2px solid #3f4444;
	background: none;
	color: #3f4444;
	font-size: 13px;
	text-align: left;
	text-indent: 20px;
	resize: none;
}

section#dados .content .esquerda .formulario input[type=submit] {
	display: block;
	width: 111px;
	height: 43px;
	margin-top: 11px;
	float: right;
	clear: both;
	border: none;
	background: #c8a700;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

section#dados .content .esquerda h3 {
	display: inline-block;
	margin-top: 99px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 20px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 15px;
	line-height: 28.35px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

section#dados .content .esquerda h2 {
	position: relative;
	margin-top: -10px;
	padding-bottom: 19px;
	color: #000000;
	font-size: 60px;
	line-height: 88px;
	font-family: 'IBM Plex Serif';
}

#pagina_parceiro section#dados .content .esquerda h2 {
	padding-bottom: 4px;
}

#pagina_parceiro section#dados .content .esquerda p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}

section#dados .content .esquerda span {
	position: relative;
	top: -15px;
	color: #353535;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	font-family: 'IBM Plex Serif';
	text-align: left;
}

section#dados .content .direita {
	position: relative;
	width: 45%;
	min-height: 360px;
	margin-top: 237px;
	float: right;
	background: #f5f5f5;
}

section#dados .content .direita .mapa {
	position: absolute;
	top: 0;
	right: 0;
	height: 360px;
	background: #f4f4f4;
}

section#dados .centro {
	width: 270px;
	margin-top: 33px;
	margin-left: 39px;
	float: left;
}

section#dados .centro span.local {
	position: relative;
	width: 270px;
	height: 215px;

}

section#dados .centro span.local b {
	color: #000;
	font-weight: 600;
	font-size: 22px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

section#dados .centro span.local p {
	margin-top: 8px;
	padding-bottom: 5px;
	color: #3f4444;
	font-weight: 300;
	font-size: 15px;
}

section#dados .centro span.local a {
	position: relative;
	top: -6px;
	color: #c8a700;
	font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
}

#descubra.contato .alarentis {
	margin-top: -75px;
	padding-top: 0;
}

/*
#######################################################
  #### POL�TICAS
#######################################################
*/
#texto_politicas {
	max-width: 750px;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}

#texto_politicas h2 {
	font-size: 42px;
	font-family: 'IBM Plex Serif';
	letter-spacing: -4px;
	text-transform: uppercase;
}

#texto_politicas h3 {
	padding-top: 15px;
	font-size: 20px;
	text-transform: uppercase;
}

#texto_politicas h4 {
	padding-top: 25px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

#texto_politicas p {
	padding-top: 10px;
	font-size: 15px;
	line-height: 22px;
}

/*
#######################################################
  #### CLUBE 
#######################################################
*/
#main.clube {
	background: url(../imagens/background7.jpg) no-repeat;
	background-size: 100% auto;
}

#main.clube .titulo1 {
	margin: 104px auto 0px auto;
	background: url(../imagens/backgr7.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

#meio_pagina {
	display: table;
	position: relative;
	width: 100%;
}

/*mudei aqui*/
#meio_pagina h2:not(#pag-clube #meio_pagina section h2) {
	display: inline-block;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #c8a700;
	color: #c8a700;
	font-size: 15px;
	font-family: 'proximaNova-regular';
	letter-spacing: 2.40px;
	text-align: center;
	text-transform: uppercase;
}

#meio_pagina h3:not(#pag-clube #meio_pagina h3) {
	font-weight: 400;
	font-size: 54px;
	line-height: 80px;
	font-family: 'IBM Plex Serif';
	text-transform: capitalize;
}

#meio_pagina a:not(.listagem_planos li a, #duvidas a, #bt_solo_assinar .bt_gancho_assinar, #bt_solo_assinar .bt_gancho_duvidas) {
	padding-right: 75px;
	background: url(../imagens/seta_01.png) right center no-repeat;
	color: #c8a700;
	font-size: 18px;
	line-height: 28px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.94px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#meio_pagina a:hover:not(.listagem_planos li a:hover, #duvidas a:hover, #bt_solo_assinar .bt_gancho_assinar, #bt_solo_assinar .bt_gancho_duvidas) {
	padding-right: 80px;
}

#meio_pagina .clube {
	display: table;
	z-index: 2;
	position: relative;
	width: calc(100% - 180px);
	max-width: 1735px;
	height: 455px;
	margin: 190px auto 0 auto;
	background: url(../imagens/back.jpg) center center no-repeat;
	background-size: cover;
	text-align: left;
}

#meio_pagina #clube_completo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#meio_pagina #clube_completo>h3 {
	margin-top: 140px;
}

#meio_pagina #clube_completo p {
	text-align: center;
}

#meio_pagina .clube article {
	max-width: 630px;
	float: right;
}

#meio_pagina .clube h2 {
	margin-top: 90px;
}

#meio_pagina .clube h3 {
	color: white;
}

#meio_pagina .clube p {
	padding-top: 10px;
	padding-right: 180px;
	padding-bottom: 25px;
	color: white;
}

#meio_pagina .clube figure img {
	position: absolute;
	margin-top: -36.3%;
	margin-left: 55%;
	float: right;
}

#meio_pagina .clube img.imagem_pacote {
	display: block;
	position: absolute;
	top: 50%;
	left: 50px;
	max-width: calc(100% - 730px);
	transform: translateY(-50%);
}

#meio_pagina .blocu {
	display: block;
	display: none;
	z-index: 1;
	position: absolute;
	right: -90px;
	bottom: -75px;
	width: 560px;
	height: 470px;
	background: #c8a700;
}

#meio_pagina p:not(span.selo p, #como_funciona article p, #depoimentos .avaliacoes p, #bt_solo_assinar p) {
	font-size: 18px;
	line-height: 28px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#meio_pagina .beneficios {
	position: relative;
	margin-top: 90px;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 90px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2f2f2;
}

#meio_pagina .beneficios {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#meio_pagina .beneficios figure {
	display: flex;
	position: relative;
	height: 100%;
}

#meio_pagina .beneficios h4 {
	margin-bottom: 1.30px;
	margin-left: 90px;
	padding-bottom: 13px;
	color: #c8a700;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	font-family: 'IBM Plex Serif';
	text-transform: capitalize;
}

#meio_pagina .beneficios h2 {
	margin-left: 90px;
	padding-top: 3px;
}

#meio_pagina .beneficios h3 {
	margin-top: -2px;
	margin-left: 90px;
	padding-bottom: 20px;
}

#meio_pagina .beneficios p {
	margin-left: 90px;
	padding-bottom: 32px;
	color: #9d9d9d;
	font-size: 17px;
	line-height: 24px;
}

#meio_pagina #benefits p {
	width: 45%;
}

#meio_pagina .beneficios br {
	line-height: 10px;
}

#meio_pagina .beneficios a {
	display: inline-block;
	margin-top: 0;
	margin-left: 90px;
	padding: 11px 30px 13px 30px;
	background: #c8a700;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

#meio_pagina .beneficios figure img {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	margin: auto;
	object-fit: contain;
}

#meio_pagina #video_clube {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#meio_pagina #video_clube .centro {
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	max-width: 1200px;
}

#meio_pagina #video_clube .esquerda {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#pag-clube #meio_pagina #video_clube h2 {
	max-width: 800px;
	color: #bea63c;
	font-weight: 700;
	font-size: 52px;
	text-align: center;
}

#meio_pagina #video_clube#video_clube p {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #767676;
	font-size: 24px;
	font-family: 'proximaNova-regular';
	text-align: center;
}

#pag-clube #meio_pagina #video_clube a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 42px;
	margin-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	border-radius: 8px;
	background: #7db851;
	color: #ffffff;
	font-family: 'proximaNova-bold';
}

#meio_pagina #video_clube .mask_img {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}

#meio_pagina #video_clube .mask_img iframe {
	top: 0;
	left: 0;
	aspect-ratio: 16 / 9;
	width: 100% !important;
	height: 80% !important;
	object-fit: cover;
	object-position: center;
}

#meio_pagina .faq {
	padding-top: 90px;
	padding-bottom: 90px;
}

#meio_pagina .faq * {
	text-align: center;
}

#meio_pagina .faq ul {
	max-width: 750px;
	margin: 0 auto;
	padding-top: 25px;
}

#meio_pagina .faq ul li {
	display: block;
	width: 100%;
	min-height: 32px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-radius: 8px;
	background: #ddd url(../imagens/seta_down.png) 98% 15px no-repeat;
	background-size: 14px 14px;
	text-align: left;
	cursor: pointer;
}

#meio_pagina .faq ul li h4 {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 16px;
	text-align: left;
}

#meio_pagina .faq ul li p {
	display: none;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

#meio_pagina .comof {
	width: 100%;
	background: #fbfbfb;
}

#meio_pagina .comof h2 {
	margin-top: 45px;
}

#meio_pagina .retangulosxp {
	margin-top: 20px;
}

#meio_pagina .retangulosxp ul {
	display: table;
	width: 100%;
}

#meio_pagina .retangulosxp ul li {
	width: calc(25% - 45px);
	height: 380px;
	margin-right: 60px;
	float: left;
	list-style-type: none;
	text-align: center;
}

#meio_pagina .retangulosxp ul li:nth-child(4) {
	margin-right: 0;
}

#meio_pagina .retangulosxp ul li h4 {
	margin-top: 58%;
	margin-bottom: 20px;
	color: black;
	font-weight: 400;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 0;
	text-align: center;
}

#meio_pagina h5:not(#depoimentos .avaliacoes .top h5, #meio_pagina .listagem_planos h5) {
	width: 77%;
	margin-left: 12%;
	color: #3e385d;
	font-size: 15px;
	line-height: 20px;
	font-family: 'proximaNova-light';
	text-align: center;
}

#meio_pagina .retangulosxp ul li:first-child {
	background: #f2f2f2 url(../imagens/entrega.png) center top no-repeat;
	background-size: 100% auto;
}

#meio_pagina .retangulosxp ul li:nth-child(2) {
	background: #f2f2f2 url(../imagens/cobranca.jpg) center top no-repeat;
	background-size: 100% auto;
}

#meio_pagina .retangulosxp ul li:nth-child(3) {
	background: #f2f2f2 url(../imagens/curadoria.jpg) center top no-repeat;
	background-size: 100% auto;
}

#meio_pagina .retangulosxp ul li:nth-child(4) {
	background: #f2f2f2 url(../imagens/cobranca.jpg) center top no-repeat;
	background-size: 100% auto;
}

/*
#######################################################
	#### BARRA FRETE E CATEGORIA
#######################################################
*/
section#bar .content .barra_frete {
	display: table;
	/* width: 1000px; */
	margin: 30px auto;
	padding: 0;
}

section#bar .content .barra_frete ul li {
	display: inline-block;
	width: 193px;
	height: 50px;
	padding-left: 66px;
}

section#bar .content .barra_frete ul li.boleto {
	border-right: 1px solid #e1e1e1;
	background: url(../imagens/boleto.png) 0 center no-repeat;
}

section#bar .content .barra_frete ul li.cartao {
	margin-left: 60px;
	border-right: 1px solid #e1e1e1;
	background: url(../imagens/cartao.png) 0 center no-repeat;
}

section#bar .content .barra_frete ul li b {
	font-weight: 600;
	font-size: 13px;
	font-family: 'IBM Plex Serif';
}

section#bar .content .barra_frete ul li.frete {
	position: relative;
	width: 390px;
	margin-left: 60px;
	padding-left: 46px;
	background: url(../imagens/frete_gratis.png) 0 center no-repeat;
}

section#bar .content .barra_frete ul li.frete span.txt {
	display: inline-block;
	position: absolute;
	top: 16px;
	color: #7d7d7d;
	font-weight: 700;
	font-size: 14px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 2px;
	text-transform: uppercase;
}

section#bar .content .barra_frete ul li.frete p {
	display: inline-block;
	padding-left: 170px;
}

section#bar .content .barra_frete ul li.frete p a {
	color: #7d7d7d;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	font-family: 'IBM Plex Serif';
	text-decoration: underline;
}

section#bar .content .barra_frete ul li p {
	padding-top: 11px;
	color: #7d7d7d;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	font-family: 'IBM Plex Serif';
}

section#bar .content .barra_frete ul li p span {
	display: block;
	color: #7d7d7d;
	font-weight: 700;
	font-size: 14px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

section#bar .content .categoria .center {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 10px;
}

section#bar .content .categoria h2 {
	display: none;
}

section#bar .content .categoria a {
	display: inline;
	z-index: 99;
	position: relative;
	/*width: calc(20% - 30px);*/
	height: 50px;
	padding-left: 20px;
	/*float: left;*/
	clear: none;
	border: 1px solid #7d7d7d;
	background: url(../imagens/seta_categoria.png) 92% center no-repeat;
	color: #7d7d7d;
	font-weight: 700;
	font-size: 15px;
	line-height: 50px;
	font-family: 'IBM Plex Serif';
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	/*margin-right: 10px;*/
	transition: all 0.1s ease-in;
}

section#bar .content .categoria a:nth-child(5) {
	margin-right: 0;
}

section#bar .content .categoria a:hover {
	border: 1px solid #c8a700;
	background: #c8a700 url(../imagens/seta_categoria_2.png) 94% center no-repeat;
	color: #222222;
}

/*
#######################################################
	#### ASSINAR CLUBE
#######################################################
*/
.center_assinar {
	display: table;
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

#header_assinar {
	display: table;
	width: 100%;
	padding-bottom: 45px;
	float: left;
}

#header_assinar ul li {
	float: left;
	list-style-type: none;
}

#header_assinar ul li img {
	position: relative;
	top: 45px;
}

#header_assinar ul li h1 {
	display: block;
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 75px;
	width: 206px;
	height: 204px;
	background: url(../imagens/logo_clube.png) center center no-repeat;
	text-indent: -20000px;
}

#header_assinar ul li h2 {
	margin-top: 85px;
	margin-right: 20px;
	margin-left: 35px;
	margin-left: 332px;
	color: #b79c34;
	font-size: 20px;
	line-height: 14px;
	font-family: 'proximaNova-light';
	text-transform: uppercase;
}

#header_assinar ul li h3 {
	width: 140px;
	margin-top: 45px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 42px;
	float: left;
	background: #dec291;
	color: #987a48;
	font-size: 20px;
	line-height: 14px;
	font-family: 'proximaNova-light';
	text-align: right;
	text-transform: uppercase;
}

#header_assinar ul li h3:after {
	position: relative;
	top: 10px;
	content: 'larentis';
	font-size: 24px;
	font-family: 'proximaNova-bold';
}

#header_assinar ul li p {
	position: relative;
	width: 173px;
	margin-top: 45px;
	padding-top: 31px;
	padding-bottom: 25px;
	float: left;
	background: #b79c34;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 19.09px;
	font-family: 'Ubuntu';
	text-align: center;
}

#header_assinar ul li p span {
	position: relative;
	top: -10px;
	left: 5px;
	font-size: 16px;
}

#header_assinar ul li p::before {
	content: "R$";
	font-size: 21.69px;
}

#header_assinar ul li p b {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.40px;
}

#header_assinar ul li a {
	width: 210px;
	float: right;
	color: #e25613;
	font-size: 22px;
	line-height: 14px;
	font-family: 'proximaNova-light';
	letter-spacing: -0.55px;
	text-decoration: none;
	text-transform: uppercase;
}

.bloco {
	display: block;
	width: 80px;
	height: 100px;
	margin-top: 45px;
	float: right;
	background: #e25613 url(../imagens/x.png) center center no-repeat;
}

.formu {
	display: table;
	position: relative;
	width: 100%;
	padding-bottom: 55px;
	background: #2a2a2a;
}

.formu .rolhas {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url(../imagens/rolhas.png) left bottom no-repeat;
}

.formu .rolhas .efeito {
	display: block;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(42, 42, 42, 0.85);
	color: #fff;
	font-size: 36px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

.formu .form_left {
	width: 50%;
	float: left;
}

.formu figure img {
	float: right;
}

.formu form {
	display: inline-block;
	width: 100%;
	max-width: 425px;
	margin-right: 60px;
	padding-top: 90px;
	float: right;
}

.formu form label {
	position: relative;
	width: 100%;
}

.formu form label.ddd {
	z-index: 99;
	position: relative;
	width: 15%;
	float: left;
}

.formu form label.telefone {
	z-index: 99;
	position: relative;
	width: 82%;
	float: right;
}

.formu form label.tam_1 {
	z-index: 99;
	position: relative;
	width: 35%;
	float: left;
}

.formu form label.tam_15 {
	z-index: 99;
	position: relative;
	width: 25%;
	margin-left: 20px;
	float: left;
}

.formu .bandeiras h5 {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.7;
}

.formu .bandeiras li {
	display: inline-block;
	position: relative;
	width: 45px;
	margin-right: 2px;
	float: left;
	overflow: hidden;
	border-radius: 6px;
}

.formu .bandeiras li img {
	display: block;
	width: 100%;
}

.formu form label {
	position: relative;
}

.formu form label span.carregador {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: url(../imagens/boss_cart/carregador_clube.gif) center center no-repeat;
	background-size: 40px 40px;
	transition: all 0.18s ease-in;
}

.carregador_mail {
	display: block;
	position: absolute;
	top: 6px;
	right: 4px;
	width: 20px;
	height: 20px;
	background: url(../imagens/boss_cart/carregador.gif) center center no-repeat;
	background-size: 20px 20px;
	text-indent: -20000px;
	transition: all 0.18s ease-in;
}

.carregador_codigo {
	display: block;
	z-index: 99;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100%;
	height: 38px;
	padding-top: 12px;
	background: #eee url(../imagens/boss_cart/carregador.gif) 96% center no-repeat;
	background-size: 20px 20px;
	color: #2a2a2a;
	font-weight: 600;
	font-size: 15px;
	font-family: 'IBM Plex Serif';
	text-align: center;
	text-transform: uppercase;
	transition: all 0.18s ease-in;
}

.formu form label.meio {
	z-index: 99;
	position: relative;
	width: 47%;
	float: left;
}

.formu form label.meio:nth-child(2n) {
	float: right;
}

.formu form label.tam_2 {
	z-index: 99;
	position: relative;
	width: 47%;
	float: left;
}

.formu form label.tam_3 {
	z-index: 99;
	position: relative;
	width: 30%;
	float: right;
}

.formu form label .marcador {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -70px;
	width: 30px;
	height: 21px;
	margin-bottom: 40px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-radius: 50%;
	background: #d0a863;
	color: #2a2a2a;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	font-family: 'IBM Plex Serif';
	list-style-type: none;
	text-align: center;
}

.formu form input {
	width: 100%;
	margin-bottom: 22px;
	margin-left: 0;
	padding-bottom: 8px;
	border: none;
	border-bottom: 1px solid white;
	background: #2a2a2a;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.formu form input:focus {
	border-bottom: 1px solid #b7955a;
	color: #b7955a;
	font-family: 'proximaNova-bold';
}

.formu form select {
	width: 100%;
	margin-bottom: 22px;
	padding-bottom: 8px;
	border: none;
	border-bottom: 1px solid white;
	background: #2a2a2a url(../imagens/boss_cart/seta_select_w.png) 98% center no-repeat;
	background-size: 12px 7px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.formu form select option {
	font-family: 'proximaNova-regular';
}

.formu form input[name=cpf] {
	margin-bottom: 42px;
}

.formu form input::-webkit-input-placeholder {
	color: #fff;
	/* Chrome/Opera/Safari */
	opacity: 1;
}

.formu form input::-moz-placeholder {
	color: #fff;
	/* Firefox 19+ */
	opacity: 1;
}

.formu form input:-ms-input-placeholder {
	color: #fff;
	/* IE 10+ */
	opacity: 1;
}

.formu form input:-moz-placeholder {
	color: #fff;
	/* Firefox 18- */
	opacity: 1;
}

.formu form input[type=submit] {
	height: 48px;
	margin-top: 40px;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: rgba(208, 168, 99, 0.85);
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.08s ease-in;
}

.formu form input[type=submit]:hover {
	background: rgba(208, 168, 99, 1);
}

.formu form h4 {
	margin-top: -5px;
	color: #d0a863;
	font-size: 13px;
	line-height: 14px;
	font-family: 'proximaNova-regular';
}

.formu form h4 a {
	color: #d0a863;
	font-size: 13px;
	font-family: 'proximaNova-regular';
	text-decoration: #544a38 underline;
}

.formu form h4 span {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	margin-right: 14px;
	float: left;
	overflow: hidden;
	border: 2px solid #d0a863;
	border-radius: 4px;
	background: url(../imagens/concordo.png) center center no-repeat;
	background-size: 15px 15px;
	transition: all 0.08s ease-in;
}

.formu form h4 span input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
	cursor: pointer;
	opacity: 0;
}

.formu form h4 span.selected {
	background: #d0a863 url(../imagens/concordo.png) center center no-repeat;
	background-size: 15px 15px;
}

#footer_assinar {
	display: table;
	width: 100%;
	font-size: 13px;
	line-height: 16px;
}

#footer_assinar p {
	margin-top: 28px;
	margin-bottom: 32px;
	color: #595959;
	text-align: left;
}

/*
#######################################################
  #### PRODUTO 
#######################################################
*/
#main.produto {
	padding-bottom: 20px;
	background: url(../imagens/background7.jpg) no-repeat;
	background-size: 100% auto;
}

#main.produto .titulo1 {
	margin: 120px auto 0px auto;
	background: url(../imagens/merito.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

#granReserva {
	display: table;
	width: 100%;
	padding-top: 45px;
}

#granReserva .center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#granReserva .produto_esquerda {
	display: flex;
	position: relative;
	justify-content: center;
	width: 100%;
	max-width: 370px;
	float: left;
}

#granReserva .produto_esquerda figure,
#granReserva .produto_esquerda figure img {
	width: 100%;
	object-fit: contain;
	object-position: center;
}

#granReserva .produto_esquerda figure.bag-in-box {
	position: relative;
	top: 50px;
	left: -70px;
}

#granReserva .produto_centro {
	width: calc(100% - 770px);
	margin-right: 40px;
	float: left;
}

#granReserva .bola1 {
	position: absolute;
	top: 30px;
	left: 52%;
	width: 60px;
	height: 45px;
	padding-top: 15px;
	border: 3px solid white;
	border-radius: 50%;
	background: #c4cf6a;
	color: white;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	font-family: 'ubuntu';
	letter-spacing: -0.90px;
	text-align: center;
}

#granReserva .bola1:after {
	position: relative;
	top: -8px;
	content: 'OFF';
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
}

#granReserva .bola2 {
	position: absolute;
	top: 95px;
	left: 52%;
	width: 60px;
	height: 40px;
	padding-top: 20px;
	border: 3px solid white;
	border-radius: 50%;
	background: #c9a905;
	color: white;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	font-family: 'ubuntu';
	letter-spacing: -0.90px;
	text-align: center;
	text-transform: uppercase;
}

#granReserva .produto_esquerda_kits .bola1 {
	top: -10px;
	right: 25px;
	left: auto;
}

#granReserva .produto_esquerda_kits .bola2 {
	top: 42px;
	right: 25px;
	left: auto;
}

#granReserva .vinho .produto_centro h2 {
	padding-top: 35px;
	color: #313131;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
	font-family: 'Source Sans Pro';
	text-transform: uppercase;
}

#granReserva .vinho .produto_centro h3 {
	margin-bottom: 20px;
	padding-top: 5px;
	color: #c8a700;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Source Sans Pro';
	text-transform: uppercase;
}

#granReserva .vinho .produto_centro h4 {
	display: inline-table;
	width: 90%;
	color: #313131;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: 'IBM Plex Serif';
}

#granReserva .vinho .produto_centro h5 {
	height: 53px;
	margin-top: -91px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding-right: 60px;
	float: right;
	background: url(../imagens/medalha.png) right center no-repeat;
	color: #c8a700;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Source Sans Pro';
	text-align: right;
	text-transform: uppercase;
}

#granReserva .vinho .produto_centro a {
	display: block;
	width: 100px;
	height: 46px;
	margin-top: -80px;
	margin-bottom: 60px;
	margin-left: 500px;
	padding-top: 20px;
	padding-right: 50px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #7d7d7d url(../imagens/pdf.png) 94% center no-repeat;
	color: white;
	font-weight: 700;
	font-size: 15px;
	line-height: 14px;
	font-family: 'Source Sans Pro';
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

#granReserva .vinho .produto_centro p {
	padding-top: 20px;
	padding-bottom: 5px;
	color: #313131;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro';
}

#granReserva .vinho .produto_centro ul {
	margin-top: 20px;
	margin-bottom: 30px;
}

#granReserva .vinho .produto_centro ul li {
	padding-left: 60px;
}

#granReserva .vinho .produto_centro ul li h6 {
	padding-top: 10px;
	color: #b49c53;
	font-weight: 700;
	font-size: 16.24px;
	line-height: 19.2px;
	font-family: 'IBM Plex Serif';
}

#granReserva .vinho .produto_centro ul li:first-child {
	background: #efefef url(../imagens/uva.png) 2% 40% no-repeat;
}

#granReserva .vinho .produto_centro ul li p {
	padding-top: 3px;
	padding-bottom: 13px;
	color: #313131;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Source Sans Pro';
}

#granReserva .vinho .produto_centro ul li:nth-child(2) {
	background: url(../imagens/porcento.png) 2% 40% no-repeat;
}

#granReserva .vinho .produto_centro ul li:nth-child(3) {
	background: #efefef url(../imagens/visual.png) 2% 40% no-repeat;
}

#granReserva .vinho .produto_centro ul li:nth-child(4) {
	background: url(../imagens/organo.png) 2% 40% no-repeat;
}

#granReserva .vinho .produto_centro ul li:nth-child(5) {
	background: #efefef url(../imagens/parcela.png) 2% 40% no-repeat;
}

#granReserva .prod_col_3 {
	width: 355px;
	min-height: 10px;
	margin-top: 28px;
	float: right;
}

#granReserva .prod_col_3 h5 {
	color: #363636;
	font-weight: 600;
	font-size: 15px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

#granReserva .prod_col_3 .campo_frete {
	position: relative;
	width: 100%;
}

#granReserva .prod_col_3 .campo_frete input[type=text] {
	width: 90%;
	height: 38px;
	margin-top: 8px;
	padding-left: 13px;
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #3b3b3b;
	font-size: 14px;
}

#granReserva .prod_col_3 .campo_frete input[type=submit] {
	position: absolute;
	top: 8px;
	right: 0;
	width: 51px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 0 5px 5px 0;
	outline: 0;
	background: #242424;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#granReserva .prod_col_3 .campo_frete ul {
	display: table;
}

#granReserva .prod_col_3 .campo_frete ul li h6 {
	color: #9b9b9b;
	font-weight: 700;
	font-size: 15px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

#granReserva .prod_col_3 .campo_frete ul li {
	display: block;
	width: 215px;
	padding-top: 16px;
	padding-bottom: 12px;
	float: left;
	clear: none;
}

#granReserva .prod_col_3 .campo_frete p.result_frete {
	margin-top: -4px;
	padding-top: 5px;
	color: #9b9b9b;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 0;
}

#granReserva .prod_col_3 .formas_pag img {
	margin-top: 8px;
}

#granReserva .prod_col_3 .formas_pag p {
	margin-top: 8px;
	margin-bottom: 31px;
	color: #9b9b9b;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

#granReserva .prod_col_3 span.somente_membros {
	width: 99px;
	height: 52px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 61px;
	padding-left: 20px;
	float: left;
	border-radius: 0 5px 5px 0;
	background: #f4d834;
	background-size: 36px 34px;
	color: #313131;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	font-family: "Source Sans Pro";
	text-transform: uppercase;
	-moz-background-size: 36px 34px;
	-webkit-background-size: 36px 34px;
	text-decoration: none;
	text-indent: 0;
	transition: all 0.12s ease-in;
}

#granReserva .prod_col_3 span.sem_estoque {
	width: 52px;
	height: 52px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 91px;
	padding-left: 37px;
	float: left;
	border-radius: 0 5px 5px 0;
	background: #999;
	background-size: 36px 34px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	font-family: "Source Sans Pro";
	text-align: right;
	text-transform: uppercase;
	-moz-background-size: 36px 34px;
	-webkit-background-size: 36px 34px;
	text-decoration: none;
	text-indent: 0;
	transition: all 0.12s ease-in;
}

#granReserva .prod_col_3 a {
	width: 52px;
	height: 52px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 91px;
	padding-left: 37px;
	float: left;
	border-radius: 0 5px 5px 0;
	background: #c8a700 url(../imagens/car_white.png) 82% center no-repeat;
	background-size: 36px 34px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	font-family: "Source Sans Pro";
	text-align: right;
	text-transform: uppercase;
	-moz-background-size: 36px 34px;
	-webkit-background-size: 36px 34px;
	text-decoration: none;
	text-indent: 0;
	cursor: pointer;
	transition: all 0.12s ease-in;
}

#granReserva .prod_col_3 a:hover {
	background: #4a4f6c url(../imagens/car_white.png) 84% center no-repeat;
	background-size: 36px 34px;
	-moz-background-size: 36px 34px;
	-webkit-background-size: 36px 34px;
}

#granReserva .prod_col_3 .preco {
	position: relative;
	width: 105px;
	height: 58px;
	padding-top: 14px;
	padding-right: 40px;
	padding-left: 30px;
	float: left;
	background-color: #efefef;
	text-align: right;
}

#produtos .infos p.preco_assinante,
p.preco_assinante {
	display: inline-block;
	position: relative;
	padding: 7px 10px;
	background: #efefef;
	color: #313131;
	font-size: 12px;
	line-height: 12px;
	font-family: "proximaNova-bold";
	text-align: center;
	text-transform: uppercase;
}

div.div-assinante {
	display: inline-block;
}

#granReserva .prod_col_3 .preco .preco_socio {
	display: none;
	position: absolute;
	top: -17px;
	left: -35px;
}

.preco_socio {
	display: inline-block;
	position: relative;
	padding: 7px 10px;
	background: #f4d834;
	color: #000;
	font-weight: 800;
	font-size: 11.5px;
	line-height: 12px;
	font-family: "ubuntu";
	text-align: center;
	text-transform: uppercase;
}

#granReserva .prod_col_3 .preco .preco_socio {
	position: absolute;
	top: -17px;
	left: -35px;
}

.preco_socio {
	display: inline-block;
	position: relative;
	padding: 7px 10px;
	background: #f4d834;
	color: #000;
	font-weight: 800;
	font-size: 11.5px;
	line-height: 12px;
	font-family: "ubuntu";
	text-align: center;
	text-transform: uppercase;
}

.preco_socio b {
	display: block;
	position: absolute;
	top: -28px;
	right: -90px;
	width: 90px;
	height: 90px;
}

.preco_socio b img {
	display: block;
	width: 100%;
}

#granReserva .prod_col_3 .preco p.cifrao {
	display: inline-block;
	padding-right: 3px;
	color: #313131;
	font-weight: 600;
	font-size: 18px;
	font-family: "ubuntu";
}

#granReserva .prod_col_3 .preco p.reais {
	display: inline-block;
	margin-left: -6px;
	color: #313131;
	font-weight: 600;
	font-size: 32px;
	font-family: "ubuntu";
	letter-spacing: -1px;
}

#granReserva .prod_col_3 .preco p.preco_velho {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	font-family: "ubuntu";
	text-align: center;
}

#granReserva .prod_col_3 .preco p.centavos {
	display: inline-block;
	position: relative;
	top: -12px;
	color: #313131;
	font-weight: 600;
	font-size: 16px;
	font-family: "ubuntu";
	letter-spacing: -1px;
}

#granReserva .prod_col_3 .preco p.condicao {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: calc(100% - 40px);
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	font-family: "ubuntu";
	text-align: right;
}

#granReserva .prod_col_3 .preco p.condicao2 {
	position: absolute;
	top: 6px;
	left: 0;
	width: calc(100% - 40px);
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	font-family: "ubuntu";
	text-align: right;
}

#granReserva .prod_col_3 .preco p.condicao2 b {
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	font-family: "ubuntu";
	text-decoration: line-through;
}

#granReserva .avaliacoes_produto {
	display: table;
	width: 100%;
	padding-top: 30px;
}

#granReserva .avaliacoes_produto h2 {
	padding-top: 25px;
	color: #9b9b9b;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

#granReserva .avaliacoes_produto span.stars2 {
	margin-top: 5px;
}

#granReserva .avaliacoes_produto b {
	display: inline-block;
	margin-top: 3px;
	padding: 2px 9px 3px 9px;
	border-radius: 4px;
	background: #c8a700;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	letter-spacing: -1px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

#granReserva .avaliacoes_produto ul {
	margin-top: 10px;
}

#granReserva .avaliacoes_produto ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

#granReserva .avaliacoes_produto ul li h3 {
	padding-bottom: 4px;
	color: #9b9b9b;
	font-weight: 700;
	font-size: 16px;
	font-family: 'IBM Plex Serif';
}

#granReserva .avaliacoes_produto ul li h4 {
	display: inline-block;
	position: relative;
	top: -3px;
	padding-left: 10px;
	color: #c8a700;
	font-weight: 500;
	font-size: 14px;
}

#granReserva .avaliacoes_produto ul li h4 span.estrela {
	display: inline-block;
	position: relative;
	top: -1px;
	left: -10px;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	float: left;
	background: url(../imagens/estrela.png) center center no-repeat;
	background-size: cover;
}

#granReserva .avaliacoes_produto ul li h4 span.ativo {
	background: url(../imagens/estrela_dourada.png) center center no-repeat;
	background-size: cover;
}

#granReserva .avaliacoes_produto ul li p {
	min-width: 300px;
	color: #9b9b9b;
	font-size: 14px;
}




/*
#######################################################
	#### LISTAGEM PRODUTOS
#######################################################
*/
#produtos {
	margin-top: -90px;
	padding-bottom: 60px;
}

#produtos ul.lista {
	display: table;
	width: 100%;
}

#produtos ul.lista li {
	display: block;
	position: relative;
	width: calc(33% - 30px);
	height: 420px;
	margin-top: 17px;
	margin-right: 30px;
	float: left;
}

#produtos ul.lista li .preco_socio {
	z-index: 9;
	position: absolute;
	top: 102px;
	left: 60px;
}

#produtos ul.lista li.bag-in-box .preco_socio {
	top: 230px;
}

#produtos ul.lista li:nth-child(4n) {
	margin-right: 0px;
}

#produtos ul.lista li img {
	z-index: 8;
	position: absolute;
	bottom: 0;
	left: 5px;
	max-width: 190px;
	max-height: 345px;
	margin-top: 41px;
	float: left;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li .bag-in-box img {
	bottom: 20px;
	left: -85px;
}

#produtos ul.lista li.combos {
	display: flex;
	flex-direction: column;
}

#produtos ul.lista li.combos img {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 220px;
	max-height: 200px;
	margin: 0 auto;
	float: unset;
}

#produtos ul.lista li.combos>a {
	display: flex;
	justify-content: center;
}

#produtos ul.lista li.combos .infos {
	margin-right: auto;
	margin-left: auto;
}

#produtos ul.lista li.combos .infos h2 {
	margin-top: 0;
}

.kits span.selo,
#produtos ul.lista li.combos:hover span.selo {
	top: auto;
	bottom: 190px;
	left: -60px;
}

.kits span.frete,
#produtos ul.lista li.combos:hover span.frete {
	top: auto;
	bottom: 190px;
	left: 0;
}

#produtos ul.lista li:hover img {
	bottom: 15px;
}

#produtos .infos {
	box-sizing: border-box;
	display: table;
	z-index: 3;
	position: relative;
	width: 264px;
	margin-left: 95px;
	padding-left: 30px;
	float: left;
}

#produtos .infos h2 {
	max-width: 195px;
	margin-top: 185px;
	margin-left: 20px;
	color: #313131;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

#produtos .infos h3 {
	margin-left: 20px;
	color: #b5aaaa;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}

#produtos .infos p {
	max-width: 232px;
	margin-top: 9px;
	margin-bottom: 24px;
	margin-left: 20px;
	color: #313131;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}

#produtos .infos .preco {
	position: relative;
	width: 120px;
	height: 98px;
	float: left;
	background: #efefef;
	color: #313131;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
}

#produtos .infos b.bt_comprar {
	display: table;
	width: 114px;
	height: 57px;
	padding-top: 41px;
	float: left;
	color: #313131;
	font-weight: 800;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#produtos .infos a.fone_contato {
	width: 114px;
	height: 44px;
	margin: 0 auto;
	padding-top: 54px;
	float: left;
	background: #dfdfdf url(../imagens/carrinho.png) 50% 13px no-repeat;
	color: #313131;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.08s ease-in;
}

#produtos .infos b.restrito_membros {
	display: table;
	width: 114px;
	height: 63px;
	padding-top: 35px;
	float: left;
	background: #f4d834;
	color: #313131;
	font-weight: 800;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#produtos .infos b.restrito_membros span {
	color: #313131;
	font-weight: 800;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

#produtos .infos b.bt_esgotado {
	display: table;
	width: 114px;
	height: 57px;
	padding-top: 41px;
	float: left;
	background: #ccc;
	color: #313131;
	font-weight: 800;
	font-weight: bold;
	font-size: 15px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#produtos .infos b.bt_esgotado span {
	color: #313131;
	font-weight: 800;
	font-weight: bold;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

#produtos .preco {
	z-index: 3;
}

#produtos .lista .preco h5 {
	z-index: -99999999;
	position: abolute;
	top: 20px;
	right: -10px;
	padding-right: 36px;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-align: right;
	text-transform: none;
}

.preco h5 span {
	color: #f1763f;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: line-through;
}

.infos h5 {
	position: absolute;
	top: 15px;
	right: 5px;
	padding-right: 24px;
	color: #f1753e;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Ubuntu lighter', sans-serif;
	text-align: right;
	text-transform: none;
}

.infos h5 span {
	color: #f1753e;
	font-weight: 300;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: line-through;
}

span.selo {
	z-index: 9999;
	position: absolute;
	top: 65px;
	left: 200px;
	width: 68px;
	height: 66px;
	padding-top: 22px;
	background: url(../imagens/icon_desconto.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-weight: 700;
	font-size: 18px;
	line-height: 12px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -1px;
	text-align: center;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li:hover span.selo {
	left: -42px;
}

span.selo p {
	padding-top: 3px;
	color: #fff;
	font-weight: lighter;
	font-weight: 300;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

span.frete {
	z-index: 9999;
	position: absolute;
	top: 330px;
	left: -37px;
	width: 68px;
	height: 66px;
	padding-top: 22px;
	background: url(../imagens/icon_frete.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li:hover span.frete {
	left: -32px;
}

.valor_box {
	display: block;
	position: relative;
	min-width: 100px;
	margin-top: 30px;
	padding-right: 35px;
	float: right;
	color: #313131;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -1px;
	text-align: right;
}

.preco span.valor {
	color: #313131;
	font-weight: 700;
	font-size: 32px;
	font-family: 'Ubuntu', sans-serif;
}

.preco span.menor {
	position: absolute;
	top: 3px;
	color: #313131;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}

.preco span.parcela {
	display: block;
	position: relative;
	top: -4px;
	padding-right: 15px;
	float: right;
	color: #313131;
	font-weight: 300;
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	text-align: right;
}

b.bt_comprar {
	width: 75px;
	height: 95px;
	background: #dfdfdf url(../imagens/carrinho.png) 50% 13px no-repeat;
	background-size: 36px 33px;
	font-family: 'Source Sans Pro', sans-serif;
	-moz-background-size: 36px 33px;
	-webkit-background-size: 36px 33px;
	display: table;
	color: #313131;
	font-weight: 700;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	transition: all 0.13s ease-in;
}

b.bt_comprar span {
	display: block;
	width: 70px;
	margin: 0 auto;
	padding-top: 13px;
	color: #313131;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li .infos b.bt_comprar:hover {
	background: #c8a700 url(../imagens/carrinho.png) 65% 13px no-repeat;
}

span.selo {
	z-index: 9;
	position: absolute;
	top: 265px;
	left: -37px;
	width: 68px;
	height: 66px;
	padding-top: 22px;
	background: url(../imagens/icon_desconto.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-weight: 700;
	font-size: 18px;
	line-height: 12px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: -1px;
	text-align: center;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li:hover span.selo {
	left: -42px;
}

span.selo p {
	padding-top: 3px;
	color: #fff;
	font-weight: lighter;
	font-weight: 300;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

span.frete {
	z-index: 9;
	position: absolute;
	top: 330px;
	left: -37px;
	width: 68px;
	height: 66px;
	padding-top: 22px;
	background: url(../imagens/icon_frete.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.08s ease-in;
}

#produtos ul.lista li:hover span.frete {
	left: -32px;
}

/*
#######################################################
  #### MENU MOBILE
#######################################################
*/
.menu_mobile {
	display: none;
	z-index: 9999999999999999;
	z-index: 999999999;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: calc(100% - 20px);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	overflow: hidden auto;
	background: url(../imagens/background3.jpg);
}

header.ativo {
	z-index: 999;
	position: relative;
	height: 100px;
	background: url(../imagens/background1.jpg) center top no-repeat;
	background-size: 100% auto;
}

header .menu_mobile .estilo_1 li {
	padding-bottom: 5px;
}

header .menu_mobile .estilo_1 li span {
	position: relative;
	bottom: 12px;
	padding-right: 12px;
	color: #aeaeaf;
	font-size: 14px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 0.8px;
}

header .menu_mobile .estilo_1 li a {
	color: #aeaeaf;
	font-size: 32px;
	font-family: 'IBM Plex Serif';
}

header .menu_mobile .estilo_1 li a:hover {
	text-decoration: underline;
}

header .menu_mobile .estilo_2 {
	padding-top: 20px;
	padding-left: 32px;
}

header .menu_mobile .estilo_2 li {
	line-height: 22px;
}

header .menu_mobile .estilo_2 li a {
	color: #aeaeaf;
	font-size: 14px;
	text-transform: uppercase;
}

header .menu_mobile .estilo_2 li a:hover {
	text-decoration: underline;
}

header .menu_mobile .estilo_3 {
	padding-top: 25px;
	padding-left: 32px;
}

header .menu_mobile .estilo_3 p {
	color: #aeaeaf;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

header .menu_mobile .estilo_3 p b {
	display: block;
	color: #aeaeaf;
	font-size: 20px;
}

header .menu_mobile .estilo_4 {
	padding-top: 25px;
}

a.bt_fechar_mobile {
	display: block;
	z-index: 999999999999999999999999999;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 19px;
	height: 19px;
	background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
	background-size: 19px 19px;
	text-indent: -300000px;
	-moz-background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	z-index: 99;
}

#agradecimento {
	width: 100%;
	min-height: 100px;
	margin-top: 70px;
	box-shadow: 0px -20px 20px -20px rgba(0, 0, 0, 0.15);
}

#agradecimento .centro {
	display: table;
	position: relative;
	top: -30px;
	max-width: 980px;
	min-height: 100px;
	margin: 0 auto;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.15);
}

#agradecimento .centro .infos {
	padding: 80px 120px;
}

#agradecimento span.status {
	position: relative;
	width: 50%;
	float: left;
	color: #969595;
	font-weight: 900;
	font-size: 30px;
	line-height: 26px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
}

#agradecimento span.aprovado img,
#agradecimento span.aguardando img {
	position: absolute;
	top: -10px;
	left: -10px;
}

#agradecimento span.aprovado {
	width: calc(50% - 55px);
	padding-left: 55px;
	color: #00a650;
}

#agradecimento span.aguardando {
	width: calc(50% - 75px);
	padding-left: 75px;
	color: #c8ce1a;
}

#agradecimento span.normal {
	position: relative;
	top: -8px;
	left: 40px;
}

#agradecimento span.status b {
	display: block;
	font-size: 14px;

}

#agradecimento {
	display: table;
}

#agradecimento h2 {
	display: table;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #969595;
	font-weight: 900;
	font-size: 17px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
}

#agradecimento .coluna {
	display: table;
	width: 50%;
	margin-bottom: 80px;
	float: left;
}

#agradecimento .coluna_2 {
	width: 40%;
	margin-left: 40px;
}

#agradecimento .coluna h3 {
	color: #969595;
	font-weight: 900;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
}

#agradecimento .coluna p {
	min-height: 70px;
	padding-top: 7px;
	color: #969595;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Muli', sans-serif;
}

#agradecimento .coluna a {
	display: inline-block;
	padding: 7px 30px;
	border-radius: 18px;
	background: #969595;
	color: #fff;
	font-weight: 900;
	font-size: 13px;
	font-family: 'Muli', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#agradecimento .coluna_1 a {
	background: #00a650;
}

.bt_atendimento {
	display: block;
	display: inline-block;
	width: 60px;
	height: 73px;
	float: left;
	background: url(../imagens/bt_atendimento.png) left top no-repeat;
	background-size: 200px 73px;
	text-indent: -20000px;
	-moz-background-size: 200px 73px;
	-webkit-background-size: 200px 73px;
	z-index: 1;
	position: fixed;
	top: 262px;
	right: 0;
	width: 43px;
	height: 52px;
	background-size: 142px 52px;
}

.bt_atendimento_comercial {
	box-sizing: border-box;
	display: flex;
	z-index: 1;
	position: fixed;
	right: 0;
	bottom: 65px;
	flex-direction: row;
	align-items: center;
	width: 174px;
	height: 51px;
	padding-left: 54px;
	border-radius: 30px;
	background: #00bb29 url(../imagens/icon_atendimento.png) center left 19px no-repeat;
	background-size: 22px;
	font-weight: 600;
	text-decoration: none !important;
	text-transform: uppercase;
}

.bt_atendimento_enoturismo {
	display: block;
	display: inline-block;
	width: 174px;
	height: 51px;
	float: left;
	background: url(../imagens/bt_atendimento_enoturismo.png) left top no-repeat;
	background-size: 174px 51px;
	text-indent: -20000px;
	-moz-background-size: 174px 51px;
	-webkit-background-size: 174px 51px;
	z-index: 1;
	position: fixed;
	right: 0;
	bottom: 10px;
}

section#banner_harmonizacao .content h2 {
	color: #242424;
	font-style: italic;
	font-size: 54px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

section#banner_harmonizacao {
	position: relative;
	width: 100%;
	margin-top: 65px;
	margin-bottom: 65px;
	padding-top: 38px;
	padding-bottom: 69px;
	background: url(../imagens/banner_harmonizacoes.jpg) center no-repeat;
	background-size: cover;
}

section#banner_harmonizacao .content {
	position: relative;
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
}

section#banner_harmonizacao article {
	box-sizing: border-box;
	display: flex;
	column-gap: 30px;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin-top: 21px;
	padding: 20px 0;
	padding-right: 33px;
	padding-left: 51px;
	background: #ffff;
}

section#banner_harmonizacao article h3 {
	max-width: 124px;
	color: #616161;
	font-size: 16px;
	line-height: 16px;
	font-family: 'source_bold';
	letter-spacing: 0.64px;
	text-transform: uppercase;
}

section#banner_harmonizacao ul {
	display: flex;
	column-gap: 17px;
	row-gap: 17px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	background: #ffff;
}

section#banner_harmonizacao ul li {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #eeeeee;
	color: #5a5a5a;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	font-family: 'IBM Plex Serif';
	letter-spacing: -0.52px;
	text-align: center;
	text-transform: uppercase;
}

.container-banner-cookie * {}

.container-banner-cookie {
	display: none;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 70px;
	background-color: rgba(79, 79, 79, 0.8);
	font-size: 16px;
	text-align: justify;

}

.container-text-banner {
	justify-content: center;
	width: 40%;
	font-weight: 500;
}

.text-banner-cookie {
	color: #ffffff;
}

.text-banner-cookie>a {
	color: #FCD000;
}

.text-banner-cookie>a:visited {
	color: #FCD000;
}

.text-button-cookie {
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.container-banner-cookie {
		height: 95px;
	}

	.container-banner-cookie span {
		font-size: 12px;
		line-height: 14px;
	}
}

/*----------------------------------------
  - Janela Modal
---------------------------------------*/
.aviso_overlay {
	z-index: 5000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	filter: alpha(opacity=95);
	opacity: 0.8;
}

.aviso_imagem {
	box-sizing: border-box;
	display: flex;
	z-index: 5001;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 20px;
}

.aviso_imagem .wrapper {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin: 0 auto;
}

.aviso_imagem img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.aviso_imagem .bt_fechar {
	display: block;
	width: 25px;
	height: 25px;
	margin-bottom: 35px;
	background: url(../imagens/bt_fechar_mobile.png) center no-repeat;
	background-size: contain;
	text-indent: -2000px;
}

@media (max-height: 1440) {
	.aviso_imagem {
		max-width: 300px;
	}
}

@media (max-width: 1024px) {

	/*.aviso_imagem{
	  width: 320px;
	  height: 166px;
	  margin-left: -150px;
	  margin-top: -83px;
	}*/
	.aviso_imagem .wrapper {
		margin: auto;
	}

	.aviso_imagem img {
		height: unset;
	}
}

.fixed_newsletter {
	display: none;
	z-index: 99999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: rgba(45, 45, 45, 0.9);
}

.fixed_newsletter span {
	display: block;
	width: calc(50% - 45px);
	padding-top: 25px;
	padding-right: 45px;
	float: left;
	color: #fff;
	font-family: 'proximaNova-bold';
	text-align: right;
}

.fixed_newsletter form {
	display: block;
	width: 50%;
	padding-top: 13px;
	float: left;
}

.fixed_newsletter form input[type=text],
.fixed_newsletter form input[type=email] {
	display: inline-block;
	width: calc(40% - 10px);
	height: 45px;
	margin-right: 10px;
	float: left;
	border: none;
	border-radius: 45px;
	background: #fff;
	text-indent: 20px;
}

.fixed_newsletter form input[type=submit] {
	display: inline-block;
	width: 20%;
	height: 45px;
	border: none;
	border-radius: 45px;
	background: #c8a700;
	color: #fff;
	font-size: 14px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
	cursor: pointer;
}

#footer .fixed_newsletter a.bt_fechar {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
	background-size: 15px auto;
	text-indent: -20000px;
}


/*
#######################################################
  #### MODAL DESCONTO
#######################################################
*/
main #desconto_primeiro {
	display: flex;
	z-index: 9999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}

main #desconto_primeiro .container {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	width: calc(100% - 40px);
	max-width: 720px;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 31px;
	border-radius: 8px;
	background: #ffffff;
}

main #desconto_primeiro .container h2 {
	display: flex;
	flex-direction: column;
	color: #4f4e4e;
	font-size: 36px;
	font-family: 'source_light';
	text-transform: uppercase;
}

main #desconto_primeiro .container h2 b {
	margin-top: -19px;
	font-size: 58px;
	font-family: 'source_black';
	letter-spacing: -2.9px;
}

main #desconto_primeiro .container p {
	margin-top: 5px;
	margin-bottom: 11px;
	color: #5d5d5d;
	font-size: 18px;
	line-height: 20px;
	font-family: 'source_light';
}

main #desconto_primeiro .container form {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 248px;
}

main #desconto_primeiro .container input[type="text"],
main #desconto_primeiro .container input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	height: 41px;
	padding-left: 20px;
	border: transparent;
	border-radius: 4px;
	background: #ededed;
	color: #828282;
	font-size: 16px;
	font-family: 'source_light';
}

main #desconto_primeiro .container input[type="text"] {
	margin-bottom: 4px;
}

main #desconto_primeiro .container input[type="submit"] {
	box-sizing: border-box;
	width: 100%;
	height: 39px;
	border: transparent;
	border-radius: 4px;
	background: #f4d834;
	color: #000000;
	font-size: 14px;
	font-family: 'source_bold';
	text-transform: uppercase;
	cursor: pointer;
}

main #desconto_primeiro .container input[type="checkbox"] {
	display: inline-block;
	margin-right: 4px;
}

main #desconto_primeiro .container label,
main #desconto_primeiro .container label a {
	color: #989898;
	font-size: 14px;
	line-height: 16px;
	font-family: 'source_light';
}

main #desconto_primeiro .container label a {
	text-decoration: underline;
}

main #desconto_primeiro .container label {
	margin-top: 15px;
	margin-bottom: 14px;
}

main #desconto_primeiro .container .esquerda {
	box-sizing: border-box;
	padding-right: 8px;
	padding-left: 22px;
}

main #desconto_primeiro .container .esquerda img {
	width: 100%;
}

main #desconto_primeiro .container .direita {
	box-sizing: border-box;
	padding-left: 21px;
}

main #desconto_primeiro .container .bt_fechar {
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url(../imagens/fechar_desconto.png) center no-repeat;
	text-indent: -9999px;
}

@media (max-width: 1360px) {
	main #desconto_primeiro .container h2 {
		font-size: 28px;
	}

	main #desconto_primeiro .container h2 b {
		font-size: 48px;
		letter-spacing: -2.4px;
	}
}

@media (max-width: 750px) {
	main #desconto_primeiro {
		box-sizing: border-box;
		padding: 40px 0;
		overflow-y: auto;
	}

	main #desconto_primeiro .container {
		display: flex;
		row-gap: 40px;
		flex-direction: column-reverse;
	}

	main #desconto_primeiro .container .esquerda img {
		max-width: 300px;
	}

	main #desconto_primeiro .container>div {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}

	main #desconto_primeiro .container h2,
	main #desconto_primeiro .container p {
		width: 100%;
		text-align: center;
	}

	main #desconto_primeiro .container .bt_fechar {
		width: 25px;
		height: 25px;
		background-size: contain;
	}
}

/*############################# WINE DAY ###############################*/
#coluna_pacote {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	width: calc(100% - 40px);
	max-width: 1420px;
	margin: 0 auto;
	margin-top: 19px;
	margin-bottom: 100px;
}

#coluna_pacote #pacote {
	margin-bottom: 24px;
}

#coluna_pacote #pacote,
#coluna_pacote #pacote_2 {
	grid-column: 1;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

#coluna_pacote aside {
	position: sticky;
	top: 0px;
	grid-row: 1/3;
	grid-column: 2;
	padding-top: 47px;
}

#coluna_pacote #pacote .center,
#coluna_pacote #pacote_2 .center {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: unset;
}

#coluna_pacote #pacote_2 .center {
	row-gap: 33px;
}

#coluna_pacote #pacote_2 .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	float: unset;
}

#coluna_pacote #pacote .piquenique {
	padding-bottom: 0;
	background: none;
}

#coluna_pacote #pacote .piquenique h3 {
	color: #000000;
	font-size: 64px;
}

#coluna_pacote #pacote .piquenique h2 {
	display: none;
	width: 132px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 2px;
}

#coluna_pacote #pacote .piquenique h2.cancelado {
	box-sizing: border-box;
	display: flex;
	width: unset;
	margin-top: 20px;
	padding: 10px;
	border-width: 2px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'proximaNova-bold';
	text-align: left;
	text-transform: none;
}

#coluna_pacote #pacote .piquenique p,
#coluna_pacote #pacote_2 .info p {
	max-width: unset;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1.0px;
}

#coluna_pacote #pacote_2 .info p {
	padding-bottom: 0;
	color: #000000;
}

#coluna_pacote p a {
	color: #000000;
}

#coluna_pacote #pacote_2 .info h3 {
	margin-top: 0;
	padding: 0;
	font-size: 36px;
	line-height: 36px;
}

#coluna_pacote #pacote_2 .info a.bt_como_chegar {
	display: inline-block;
	top: 0;
	margin-top: 14px;
	float: unset;
}

#coluna_pacote aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#coluna_pacote aside .fotos {
	width: 100%;
	max-width: 562px;
	margin-left: auto;
}

#coluna_pacote aside .fotos .top {
	display: flex;
	column-gap: 5px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#coluna_pacote aside .fotos .top h5.data {
	color: #c8a700;
	font-size: 28px;
	font-family: 'proximaNova-bold';
}

#coluna_pacote aside .fotos ul {
	display: grid;
	position: relative;
	grid-template-columns: 1fr;
	row-gap: 13px;
	width: 100%;
	margin-top: 35px;
}

#coluna_pacote aside .fotos ul::after {
	z-index: 1;
	position: absolute;
	top: 50%;
	right: -45px;
	width: 100%;
	height: 361px;
	transform: translateY(-50%);
	background: #c8a700;
	content: '';
}

#coluna_pacote aside .fotos ul li {
	z-index: 2;
	position: relative;
}

#coluna_pacote aside .fotos ul .mask_img {
	position: relative;
	width: 100%;
	padding-top: 60%;
}

#coluna_pacote aside .fotos ul .mask_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.comprar_wineday {
	display: grid;
	grid-template-rows: 60px;
	grid-template-columns: 173px 217px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
}

.comprar_wineday span,
.comprar_wineday span b {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c8a700;
	color: #897200;
	font-size: 28px;
	font-family: 'proximaNova-bold';
}

.comprar_wineday h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d3b51a url(../imagens/seta_nova.png) center right 18px no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.64px;
}

#coluna_pacote #pacote_2 .info .comprar_wineday {
	grid-template-rows: 60px;
	grid-template-columns: 261px 221px;
	margin-top: 31px;
}

#coluna_pacote #pacote_2 .info .comprar_wineday span {
	column-gap: 5px;
	align-items: center;
}

#coluna_pacote #pacote_2 .info .comprar_wineday span i {
	font-style: normal;
	font-weight: bolder;
	font-size: 16px;
	text-transform: uppercase;
}

.form_cupom {
	display: inline-block;
	padding-top: 10px;
}

.form_cupom input[type=text] {
	display: inline-block;
	padding: 9px 4px;
	border: 2px solid #d3b51a;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	color: #d3b51a;
	font-size: 16px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.64px;
	text-indent: 10px;
	text-transform: uppercase;
}

.form_cupom input[type=text]::-webkit-input-placeholder {
	color: #d3b51a;
	/* Chrome/Opera/Safari */
	font-family: 'proximaNova-bold';
	text-transform: none !important;
	opacity: 0.75;
}

.form_cupom input[type=text]::-moz-placeholder {
	color: #d3b51a;
	/* Firefox 19+ */
	font-family: 'proximaNova-bold';
	opacity: 0.75;
}

.form_cupom input[type=text]:-ms-input-placeholder {
	color: #d3b51a;
	/* IE 10+ */
	font-family: 'proximaNova-bold';
	opacity: 0.75;
}

.form_cupom input[type=text]:-moz-placeholder {
	color: #d3b51a;
	/* Firefox 18- */
	font-family: 'proximaNova-bold';
	opacity: 0.75;
}

.form_cupom input[type=submit] {
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 10px 24px 10px 4px;
	border: 2px solid #d3b51a;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #d3b51a;
	color: #fff;
	font-size: 14px;
	font-family: 'proximaNova-bold';
	letter-spacing: 0.64px;
	text-indent: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

#coluna_pacote #pacote_2 .info span.obs {
	font-size: 14px;
}

#coluna_pacote #pacote_2 .cancelamento {
	margin-top: 40px;
}

#coluna_pacote #pacote_2 .cancelamento h3 {
	font-size: 28px;
	line-height: 28px;
}

#coluna_pacote #pacote_2 .cancelamento p {
	font-size: 18px;
	line-height: 30px;
}

#wine_day #main .titulo1 {
	width: calc(100% - 40px);
	max-width: 1420px;
	margin-right: auto;
	margin-left: auto;
	/*height: 290px !important;
	min-height: unset !important;
	background-position: center bottom -200px !important;*/
}

#modal_evento_fixo {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 0.98);
}

#modal_evento_fixo.aberto {
	display: flex;
}

#modal_evento_fixo a.bt_fechar_modal_evento_fixo {
	display: block;
	z-index: 999999999999999999999999999;
	position: absolute;
	top: -33px;
	right: 0;
	width: 19px;
	height: 19px;
	background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
	background-size: 19px 19px;
	text-indent: -300000px;
	-moz-background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	z-index: 99;
}

#pacote_2 #modal_evento_fixo #calendario p {
	color: #fff;
}

#pacote_2 #calendario h3.title_new {
	display: block;
	padding-bottom: 5px;
	color: #6b6b6b;
	font-weight: 600;
	font-size: 26px;
	line-height: 48px;
	font-family: 'IBM Plex Serif';
	text-transform: uppercase;
}

#pacote_2 #modal_evento_fixo #calendario form {
	height: auto;
	min-height: 220px;
}

#pacote_2 #modal_evento_fixo #calendario {
	min-height: auto;
}

/*
#######################################################
  #### MODAL FRETE GR�TIS
#######################################################
*/
.modal_frete_gratis {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.modal_frete_gratis .container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modal_frete_gratis .conteudo_modal {
	display: inline-block;
	width: 100%;
	max-width: 433px;
}

.modal_frete_gratis .conteudo_modal img {
	display: none;
}

.modal_frete_gratis .conteudo_modal .tabela {
	box-sizing: border-box;
	display: flex;
	row-gap: 18px;
	flex-direction: column;
	width: 100%;
	background: #fff;
}

.modal_frete_gratis .conteudo_modal .tabela ul {
	display: flex;
	row-gap: 1px;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.modal_frete_gratis .conteudo_modal .tabela ul li {
	box-sizing: border-box;
	width: 100%;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	background: #df944f;
}

.modal_frete_gratis .conteudo_modal .tabela ul li.titulo {
	padding-top: 12px;
	padding-bottom: 13px;
	background: #e9ac10;
}

.modal_frete_gratis .conteudo_modal .tabela ul li.sul {
	background: #f48723;
}

.modal_frete_gratis .conteudo_modal .tabela ul li h2,
.modal_frete_gratis .conteudo_modal .tabela ul li h3 {
	color: #ffffff;
	font-weight: 800;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.63px;
	text-transform: uppercase;
}

.modal_frete_gratis .conteudo_modal .tabela ul li h3 {
	font-weight: 400;
}

.modal_frete_gratis .conteudo_modal .tabela ul li.titulo h2 {
	font-size: 15px;
	letter-spacing: 0.675px;
}

.modal_frete_gratis a.bt_fechar_modal_frete_gratis {
	display: block;
	z-index: 999999999999999999999999999;
	width: 19px;
	height: 19px;
	background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
	background-size: 19px 19px;
	text-indent: -300000px;
	-moz-background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	z-index: 99;
	position: relative;
	left: 50%;
	margin-bottom: 20px;
	margin-left: -9px;
}

/*
#######################################################
  #### NOVA LOJA
#######################################################
*/
#pagina_loja #main.terroir {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}

#banner_loja {
	width: 100%;
	overflow: hidden;
}

#banner_loja .passador {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
}

#banner_loja .passador span {
	display: inline-block;
	z-index: 3;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 48px;
	transform: translateY(-50%);
	text-indent: -9999px;
	cursor: pointer;
}

#banner_loja .passador span.direita {
	right: 37px;
	background: url(../imagens/nova_loja/passador_direita.png) center no-repeat;
	background-size: contain;
}

#banner_loja .passador span.esquerda {
	left: 37px;
	background: url(../imagens/nova_loja/passador_esquerda.png) center no-repeat;
	background-size: contain;
}

#banner_loja.encolhido {
	position: relative;
	max-height: 100px;
	overflow: hidden;
}

#banner_loja .center {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}

#banner_loja ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 545px;
}

#banner_loja .fundo {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner_loja .fundo img {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#banner_loja .fundo .sombra_1 {
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/nova_loja/sombra_banner.png) center top no-repeat;
	background-size: cover;
}

#banner_loja .fundo .sombra_2 {
	display: inline-block;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/nova_loja/sombra_header.png) center top -90px no-repeat;
}

#banner_loja ul article {
	display: flex;
	z-index: 2;
	position: relative;
	left: 50%;
	flex-direction: column;
	align-items: flex-start;
	margin: auto;
	margin-left: 0;
}

#banner_loja ul article h4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #bfa220;
	border-radius: 6px;
	color: #c8a700;
	font-size: 15px;
	font-family: "proximaNova-bold";
	text-transform: uppercase;
}

#banner_loja ul article h3 {
	margin-top: 11px;
	color: #f4edcf;
	font-size: 20px;
	font-family: 'proximaNova-light';
	text-transform: uppercase;
}

#banner_loja ul article h2 {
	max-width: 650px;
	margin-top: -7px;
	color: #f4edcf;
	font-size: 48px;
	font-family: "proximaNova-bold";
	text-transform: uppercase;
}

#banner_loja ul article .bt_comprar {
	display: grid;
	grid-template-rows: 98px;
	grid-template-columns: 147px 112px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 8px;
}

#banner_loja ul article .bt_comprar .esquerda {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f4edcf;
}

#banner_loja ul article .bt_comprar h5 span,
#banner_loja ul article .bt_comprar h5 small {
	color: #595959;
	font-size: 32px;
	font-family: 'gothic_bold';
	letter-spacing: -1.28px;
}

#banner_loja ul article .bt_comprar h5 small {
	font-size: 18px;
	letter-spacing: unset;
}

#banner_loja ul article .bt_comprar h5 small.flutuante {
	position: relative;
	top: -9px;
}

#banner_loja ul article .bt_comprar h6 {
	margin-top: -5px;
	color: #595959;
	font-size: 11px;
	font-family: 'gothic_regular';
}

#banner_loja ul article .bt_comprar .direita {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 18px;
	background: #bfa220 url(../imagens/nova_loja/icon_cart.png) center top 13px no-repeat;
	background-size: 36px auto;
	cursor: pointer;
}

#banner_loja ul article .bt_comprar .direita span {
	display: inline-block;
	margin: 0 auto;
	margin-top: auto;
	color: #ffffff;
	font-size: 15px;
	line-height: 14px;
	font-family: 'source_bold';
	letter-spacing: 0.6px;
	text-align: center;
	text-transform: uppercase;
}

#banner_loja ul article a.saiba_mais {
	display: inline-block;
	margin-top: 16px;
	padding-right: 75px;
	background: url(../imagens/nova_loja/seta_acao.png) center right no-repeat;
	background-size: 54px auto;
	color: #c8a700;
	font-size: 19px;
	font-family: "proximaNova-bold";
	letter-spacing: 0.95px;
	text-transform: uppercase;
}

.passador_banner_loja {
	z-index: 99;
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	background: #f00;
}

.passador_banner_loja span {
	display: inline-block;
	z-index: 3;
	position: absolute;
	top: 0;
	width: 28px;
	height: 48px;
	text-indent: -9999px;
	cursor: pointer;
}

.passador_banner_loja span.direita {
	right: 37px;
	background: url(../imagens/nova_loja/passador_direita.png) center no-repeat;
	background-size: contain;
}

.passador span.esquerda {
	left: 37px;
	background: url(../imagens/nova_loja/passador_esquerda.png) center no-repeat;
	background-size: contain;
}

#tipos_produto {
	margin-top: 20px;
}

#tipos_produto .center {
	width: calc(100% - 40px);
	max-width: 1420px;
}

#tipos_produto ul {
	display: grid;
	grid-template-rows: 250px;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	width: 100%;
}

#tipos_produto ul li a {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#tipos_produto ul li .mask_img {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background: #000000;
}

#tipos_produto ul li .mask_img img {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#tipos_produto ul li.experiencias .mask_img img {
	opacity: 0.6;
}

#tipos_produto ul li.kits .mask_img img {
	opacity: 0.3;
}

#tipos_produto ul li:not(.clube) .mask_img::after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/nova_loja/sombra_foto.png) center left no-repeat;
	content: '';
}

#tipos_produto ul li .texto {
	display: flex;
	z-index: 2;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: auto;
}

#tipos_produto ul li.clube .texto {
	text-indent: -9999px;
}

#tipos_produto ul li .texto h3,
#detalhes_destaque article h2 {
	color: #e4ceb1;
	font-weight: 700;
	font-size: 20px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

#tipos_produto ul li .texto h2,
#detalhes_destaque article h2 span {
	position: relative;
	top: -2px;
	left: -29px;
	color: #ffffff;
	font-size: 120px;
	line-height: 16px;
	font-family: 'retro_signature';
	text-transform: capitalize;
}

#tipos_produto ul li.kits .texto h2 {
	left: -38px;
}

#detalhes_destaque .center {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1920px;
}

#detalhes_destaque article {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	background: #000000;
}

#detalhes_destaque article:first-child,
#detalhes_destaque article:last-child {
	max-width: 675px;
}

#detalhes_destaque article:nth-child(2) {
	max-width: 570px;
}

#detalhes_destaque article h2 {
	display: flex;
	row-gap: 2px;
	flex-direction: column;
	padding-left: 70px;
}

#detalhes_destaque article h2 span {
	display: inline-block;
	margin-left: -43px;
}

#detalhes_destaque article ul:not(.com_borda) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 78px;
	margin-bottom: 50px;
}

#detalhes_destaque article ul li {
	display: flex;
	row-gap: 6px;
	flex-direction: column;
}

#detalhes_destaque article h3 {
	color: #927d6f;
	font-weight: 400;
	font-size: 18px;
	font-family: 'IBM Plex Serif';
}

#detalhes_destaque article h4 {
	color: #bcbcbc;
	font-style: italic;
	font-size: 15px;
	font-family: 'proximaNova-regular';
}

#detalhes_destaque article p {
	color: #ffffff;
	font-weight: 100;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

#detalhes_destaque article .com_borda h4 {
	color: #ffffff;
	font-style: italic;
	font-weight: 700;
	font-size: 17px;
	font-family: 'IBM Plex Serif';
}

#detalhes_destaque article .com_borda p {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

#detalhes_destaque article .mask_img {
	display: flex;
	width: 100%;
	height: 100%;
}

#detalhes_destaque article .mask_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

#detalhes_destaque article:first-child {
	box-sizing: border-box;
	padding: 80px 60px;
	padding-right: 36px;
}

#detalhes_destaque article:first-child h2 {
	margin-top: auto;
}

#detalhes_destaque article .com_borda {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	max-width: 515px;
	margin-top: 56px;
	margin-bottom: auto;
	border: 1px solid #4c3d46;
}

#detalhes_destaque article .com_borda li {
	box-sizing: border-box;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 19px;
	padding-left: 68px;
}

#detalhes_destaque article .com_borda li:first-child {
	padding-left: 67px;
	border-right: 1px solid #4c3d46;
}

#detalhes_destaque article .com_borda li:last-child {
	grid-column: span 2;
	padding-left: 107px;
	border-top: 1px solid #4c3d46;
}

#detalhes_destaque article>p {
	margin-top: 6px;
}

#detalhes_destaque article .com_borda h4 {
	margin-top: -8px;
}

#detalhes_destaque article .com_borda li.idade {
	background: url(../imagens/nova_loja/icon_garrafas.png) center left 29px no-repeat;
	background-size: 18px auto;
}

#detalhes_destaque article .com_borda li.temperatura {
	background: url(../imagens/nova_loja/icon_termo.png) center left 30px no-repeat;
	background-size: 18px auto;
}

#detalhes_destaque article .com_borda li.sabor {
	padding-top: 13px;
	padding-bottom: 15px;
	background: url(../imagens/nova_loja/icon_comida.png) center left 29px no-repeat;
	background-size: 45px auto;
}

#detalhes_destaque article:last-child a {
	display: inline-block;
	position: absolute;
	bottom: 57px;
	left: 50%;
	padding-right: 25px;
	transform: translateX(-50%);
	background: url(../imagens/nova_loja/seta_comprar.png) center right no-repeat;
	background-size: 14px;
	color: #c8a700;
	font-size: 16px;
	font-family: "proximaNova-bold";
	letter-spacing: 0.8px;
	text-decoration: underline;
	text-transform: uppercase;
}

#detalhes_destaque article:last-child::after {
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 30px;
	transform: translateX(-50%);
	background: #bfa220;
	content: '';
}

#products .colecion h2 {
	display: flex;
	column-gap: 19px;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	width: unset;
	color: #6f6f6f;
	font-weight: 700;
	font-size: 42px;
}

section#bar .content .categoria .center {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	grid-gap: 10px;
	width: calc(100% - 40px);
	max-width: 1420px;
}

#main h1 {
	margin-top: 13px;
}

#main .langs {
	top: 40px;
}

#main .nav_menu a span {
	bottom: -4px;
}

#main .nav_menu a:hover span,
#main .nav_menu a.ativo span {
	display: block;
	width: 100%;
	background: #c8a700;
}

#main .nav_menu li.selected a span:not(header span) {
	margin-top: 0;
	margin-top: 29px;
	padding-left: 35px;
	background: url(../imagens/nova_loja/icon_estrela.png) center left 10px no-repeat;
	background-size: 16px auto;
	font-size: 13px;
	letter-spacing: 0.65px;
}

#main .nav_menu .bt_produtos {
	margin-top: 29px;
	padding-left: 35px;
	background: url(../imagens/nova_loja/icon_estrela.png) center left 10px no-repeat;
	background-size: 16px auto;
	font-size: 13px;
	letter-spacing: 0.65px;
}

#main .nav_menu .bt_produtos:hover,
#main .nav_menu .selected_produtos {
	background: #f4d834 url(../imagens/nova_loja/icon_estrela2.png) center left 10px no-repeat;
	background-size: 16px auto;
}

#main .nav_menu .bt_clube {
	margin-top: 0;
	margin-top: 29px;
	padding-left: 35px;
	background: url(../imagens/nova_loja/icon_estrela.png) center left 10px no-repeat;
	background-size: 16px auto;
	font-size: 13px;
	letter-spacing: 0.65px;
}

#main .nav_menu .bt_clube:hover,
#main .nav_menu .selected_clube {
	background: #f4d834 url(../imagens/nova_loja/icon_estrela2.png) center left 10px no-repeat;
	background-size: 16px auto;
}

#main .nav_menu .bt_minhaconta {
	margin-top: 0;
	margin-top: 29px;
	padding-left: 35px;
	background: url(../imagens/nova_loja/icon_conta.png) center left 11px no-repeat;
	background-size: 14px auto;
}

#main .nav_menu .bt_minhaconta:hover {
	background: #f4d834 url(../imagens/nova_loja/icon_conta2.png) center left 11px no-repeat;
	background-size: 14px auto;
}

#main .nav_menu .bt_car {
	margin-right: 9px;
	margin-left: 10px;
}

#main .nav_menu .bt_car b {
	font-size: 13px;
}

#main .nav_menu .bt_mobile a {
	background-size: 42px auto;
}

#main .nav_menu .bt_mobile a:hover {
	background-size: 43px auto;
}

#main .nav_menu .bt_mobile {
	margin-top: 39px;
	margin-right: 19px;
}

#pagina_loja #descubra .layer {
	padding-top: 13px;
}

#products.enoturismo .colecion {
	padding-top: 42px;
	padding-bottom: 27px;
}

section#bar .content .barra_frete {
	margin: 20px auto;
}

section#bar .content .categoria a {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-right: 35px;
	padding-left: 0;
	background: url(../imagens/nova_loja/seta_direita2.png) center right 20px no-repeat;
	background-size: 8px auto;
	font-weight: unset;
	font-size: 14px;
	font-family: 'proximaNova-bold';
}

section#bar .content .categoria a:hover,
section#bar .content .categoria a.selected {
	border: 1px solid #bfa220;
	background: #bfa220 url(../imagens/nova_loja/seta_direita.png) center right 20px no-repeat;
	background-size: 8px auto;
	color: #ffffff;
}

#produtos {
	margin-top: 0px;
}

#produtos.lancamentos {
	background: linear-gradient(to bottom, #f5f5f5 50%, #ffffff 50%);
}

#produtos .center {
	width: calc(100% - 40px);
	max-width: 1420px;
}

#produtos ul.lista {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 17px;
	width: 100%;
}

#produtos.lancamentos ul.lista {
	row-gap: 68px;
}

#produtos ul.lista li {
	width: unset;
	height: unset;
	margin-top: 0;
	margin-right: 0;
	float: unset;
}

#produtos ul.lista li img {
	mix-blend-mode: multiply;
}

#produtos .infos {
	padding-left: 0;
}

#produtos .infos h2 {
	margin-top: 139px;
}

#produtos .infos .preco {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 140px;
}

.valor_box {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	min-width: unset;
	margin-top: auto;
	margin-top: auto;
	padding-right: 0;
	float: unset;
	text-align: unset;
}

.preco span.menor {
	position: relative;
	top: -12px;
}

.preco span.parcela {
	margin-bottom: auto;
	padding-right: 0;
	float: unset;
}

#products.lancamentos .colecion {
	padding-top: 51px;
	background: #f5f5f5;
}

#pagina_loja #products:not(.lancamentos) .colecion {
	background: #ffffff;
}

#seja_parceiro {
	margin-top: 36px;
	margin-bottom: 62px;
}

#seja_parceiro .centro {
	display: flex;
	position: relative;
	width: calc(100% - 40px);
	max-width: 1732px;
	height: 200px;
	margin: 0 auto;
}

#seja_parceiro .mask_img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
}

#seja_parceiro .mask_img::after {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/parceiro_sombra.png) center no-repeat;
	background-size: cover;
	content: '';
}

#seja_parceiro .mask_img img {
	display: inline-block;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.6;
}

#seja_parceiro article {
	display: flex;
	z-index: 2;
	position: relative;
	column-gap: 74px;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 940px;
	margin: auto;
}

#seja_parceiro article .esquerda {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#seja_parceiro article h3 {
	margin-bottom: -5px;
	margin-left: auto;
	color: #e4ceb1;
	font-weight: 700;
	font-size: 20px;
	font-family: 'IBM Plex Serif';
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

#seja_parceiro article h2 {
	position: relative;
	color: #ffffff;
	font-size: 120px;
	line-height: 16px;
	font-family: 'retro_signature';
	text-transform: capitalize;
}

#seja_parceiro article p {
	max-width: 206px;
	color: #ffffff;
	font-size: 17px;
	line-height: 22px;
	font-family: 'proximaNova-light';
}

#seja_parceiro article a {
	display: inline-block;
	margin-top: 15px;
	padding-right: 75px;
	background: url(../imagens/nova_loja/seta_acao.png) center right no-repeat;
	background-size: 54px auto;
	color: #c8a700;
	font-size: 19px;
	font-family: "proximaNova-bold";
	letter-spacing: 0.95px;
	text-transform: uppercase;
}

#pag-contato #descubra.contato .alarentis {
	margin-top: 0;
}

section#dados.contato {
	padding-top: 0;
}

section#dados.contato .content {
	display: flex;
	top: 0;
	column-gap: 40px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
}

section#dados .content .esquerda h3 {
	margin-top: 0;
}

section#dados .content .direita {
	margin-top: 0;
}

/*##############################
#### MODAL DE VERIFICA��O
##############################*/

#modal_verificacao {
	display: flex;
	z-index: 99999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	column-gap: 40px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
}

#modal_verificacao div {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 20px);
	max-width: 525px;
	padding: 0 40px;
	padding-top: 31px;
	padding-bottom: 31px;
	border-radius: 8px;
	background: #ffff;
}

#modal_verificacao div h2 {
	color: #c8a700;
	font-size: 24px;
	font-family: 'proximaNova-bold';
}

#modal_verificacao div form {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

#modal_verificacao .parte_1 form {
	margin-top: 21px;
}

#modal_verificacao div label {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 19px;
	padding-left: 21px;
	border: 2px solid #e7e7e7;
	border-radius: 8px;
	color: #a6a6a6;
	font-size: 16px;
	font-family: 'proximaNova-regular';
}

#modal_verificacao .parte_1 form label:nth-child(3) {
	height: 233px;
}

#modal_verificacao div form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 30px;
	border: transparent;
	background: url(../imagens/website/denunciar_alerta.png) center left no-repeat, url(../imagens/website/denunciar_seta.png) center right 29px no-repeat;
	background-size: 20px auto, 18px auto;
}

#modal_verificacao div form select,
#modal_verificacao div form input:not(input[type='submit']),
#modal_verificacao div form textarea {
	box-sizing: border-box;
	margin-top: 11px;
	border: transparent;
	color: #666666;
	font-size: 22px;
	font-family: 'proximaNova-regular';
	resize: none;
}

#modal_verificacao div form input[type='submit'] {

	box-sizing: border-box;

	display: flex;

	flex-direction: row;

	align-items: center;

	justify-content: center;
	width: 100%;

	height: 60px;

	margin: 0 auto;

	padding: 0 18px;

	border: 2px solid #c8a700;

	border-radius: 30px;

	background: none;

	background: #c8a700;

	color: #ffff;

	color: #ffff;

	font-size: 18px;

	font-family: 'proximaNova-bold';

	text-transform: capitalize;

	cursor: pointer;
}

#modal_verificacao div p {
	color: #a6a6a6;
	font-size: 16px;
	line-height: 22px;
	font-family: 'proximaNova-regular';
	text-align: left;
}

#modal_verificacao div .fechar {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 19px;
	width: 20px;
	height: 20px;
	background: url(../imagens/verificacao_fechar.png) center no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#modal_verificacao .parte_1 form input[type='email'] {
	padding-left: 30px;
	background: url(../imagens/website/denunciar_arroba.png) center left no-repeat;
	background-size: 20px auto;
}

#modal_verificacao .parte_1 form textarea {
	height: 100%;
	background: url(../imagens/website/denunciar_texto.png) top left no-repeat;
	background-size: 18px auto;
	text-indent: 29px;
}

#modal_verificacao .parte_2 form {
	margin-top: 19px;
}

#modal_verificacao .parte_2 form input[type='text'] {
	padding-left: 0;
}

#modal_verificacao .parte_2 {
	padding-top: 37px;
	padding-bottom: 41px;
}

#pag-clube #main.clube {
	height: auto !important;
}

#pag-clube #main.clube .titulo1 {
	width: 100%;
	max-width: 1920px;
	height: unset !important;
	min-height: unset !important;
}

#pag-clube #main.clube .titulo1_aparecer {
	display: none;
}

#pag-clube #main.clube .titulo1 .mask_img,
#pag-clube #main.clube .titulo1 .mask_img img {
	width: 100%;
}

#pag-clube #main.clube .titulo1 ul {
	width: 0;
	height: 0;
	text-indent: -99999px;
	opacity: 0;
}

#pag-clube #main .titulo1 .center_int .valor {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 345px;
	height: 235px;
	padding-right: 57px;
	padding-left: 48px;
	border: 2px solid #bea73c;
	border-radius: 12px;
	background-color: #ffffff;
}

#pag-clube #main .titulo1 h2 {
	display: block;
	position: relative;
	margin-top: 4px;
	margin-bottom: -18px;
	padding-bottom: 0;
	color: #000200;
	font-weight: 700;
	font-size: 90px;
	line-height: 90px;
	font-family: 'Proxima Nova';
}

#pag-clube #main .titulo1 h2 span {
	font-size: 30px;
	font-family: 'proximaNova-bold';
}

#pag-clube #main .titulo1 h3 {
	color: #9b7734;
	font-size: 26px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

#pag-clube #main .titulo1 h2 span.sup {
	position: absolute;
	top: 5px;
	right: 0;
	height: 38px;
	line-height: 30px;
}

#pag-clube #main .titulo1 .center_int .valor h3:last-child {
	margin-left: auto;
}

#pag-clube #main .titulo1 .center_int article {
	width: fit-content;
	margin-right: 75px;
	margin-left: auto;
}

#pag-clube #main .titulo1 .center_int p {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'proximaNova-bold';
}

#pag-clube #main .titulo1 .center_int .destaque {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #000200;
	font-size: 38px;
	line-height: 36px;
	font-family: 'proximaNova-bold';
	text-transform: uppercase;
}

#como_funciona {
	background-color: #f2f2f3;
}

#como_funciona .centro {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 62px;
	padding-bottom: 31px;
}

#pag-clube #meio_pagina h2 {
	margin-bottom: 10px;
	color: #000200;
	font-size: 32px;
	font-family: 'IBM Plex Serif';
	text-align: center;
}

#como_funciona p {
	max-width: 370px;
	margin: 0 auto;
	color: #767676;
	font-size: 20px;
	font-family: 'proximaNova-light';
	text-align: center;
}

#como_funciona article {
	display: flex;
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	row-gap: 20px;
	flex-direction: column;
	max-width: 285px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 24px;
	padding-left: 14px;
	border-radius: 12px;
	background-color: #000200;
}

#como_funciona article p {
	margin: unset;
	padding-left: 26px;
	background: url(../imagens/check.png) center left no-repeat;
	color: #ffffff;
	font-size: 16px;
	line-height: 20.13px;
	font-family: 'proximaNova-regular';
	text-align: unset;
}

#como_funciona .listagem_etapas {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 62px;
}

#como_funciona .listagem_etapas li {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

#como_funciona .listagem_etapas li::after {
	display: none;
	position: absolute;
	top: 20px;
	left: 115px;
	width: 100%;
	height: 3px;
	background-color: #bea63c;
	content: '';
}

#como_funciona .listagem_etapas li:last-child::after {
	display: none;
}

#como_funciona .listagem_etapas .numero {
	display: flex;
	z-index: 3;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #bea63c;
	color: #ffffff;
	font-weight: 500;
	font-size: 22px;
	font-family: "IBM Plex Serif", serif;
}

#como_funciona .listagem_etapas h3 {
	margin-top: 16px;
	color: #bea63c;
	font-size: 15px;
	font-family: 'proximaNova-bold';
	text-align: center;
	text-transform: uppercase;
}

#como_funciona .listagem_etapas p {
	max-width: 244px;
	margin-top: 8px;
	color: #767676;
	font-size: 16px !important;
}

#como_funciona .listagem_etapas p b {
	font-family: 'proximaNova-bold';
}

#plano .centro {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 68px;
}

#plano .bottom {
	display: grid;
	grid-template-columns: 766px 1fr;
	column-gap: 90px;
	padding-top: 49px;
	padding-bottom: 132px;
}

#plano h3 {
	color: #000200;
	font-weight: 600;
	font-size: 28px;
	font-family: 'proximaNova-semibold';
	text-align: center;
	text-transform: uppercase;
}

#plano .mask_img {
	display: flex;
	z-index: 1;
	position: relative;
	top: 0;
	width: 598px;
	height: 506px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 1px;
}

#plano .mask_img img {
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#plano p:not(span.selo p) {
	color: #5f605f;
	font-size: 20px;
	line-height: 26px;
	font-family: 'proximaNova-light';
	text-align: center;
}

.listagem_planos {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 43px;
	margin-top: 90px;
}

.listagem_planos li {
	display: flex;
	position: relative;
	flex-direction: column;
	color: #363636;
	font-size: 16px;
	line-height: 20px;
	font-family: 'proximaNova-light';
}

.listagem_planos span.selo {
	top: -31px;
	right: -33px;
	left: unset;
	text-transform: uppercase;
}

.listagem_planos span.frete {
	top: 35px;
	right: -33px;
	left: unset;
}

.listagem_planos a {
	/*	max-height: 597px;*/
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 23px;
	padding-left: 30px;
	border-radius: 12px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#plano .listagem_planos h3 {
	color: #bea63c;
	font-size: 17px;
}

#plano .listagem_planos .preco {
	display: flex;
	column-gap: 18px;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
	margin-top: 28px;
	margin-bottom: 15px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e3e3e2;
}

#plano .listagem_planos h4 {
	position: relative;
	width: fit-content;
	color: #000200;
	font-size: 41px;
	font-family: 'proximaNova-bold';
}

#plano .listagem_planos h4 span {
	font-size: 20px;
	font-family: 'proximaNova-light';
}

#plano .listagem_planos h4 span.sub {
	margin-right: -8px;
}

#plano .listagem_planos h4 span.sup {
	position: absolute;
	top: -8px;
	right: -18px;
	font-size: 17px;
}

.listagem_planos ol {
	display: flex;
	row-gap: 9px;
	flex-direction: column;
	padding-bottom: 20px;
}

.listagem_planos ol li {
	position: relative;
	padding-left: 13px;
}

.listagem_planos ol li span {
	display: flex;
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #5e5f5e;
}

#meio_pagina .listagem_planos h5,
#bt_solo_assinar .bt_gancho_assinar,
#bt_solo_assinar .bt_gancho_duvidas {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 2px);
	height: 42px;
	margin: 0 auto;
	margin-top: auto;
	border-radius: 6px;
	background-color: #7db851;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	font-family: 'proximaNova-semibold';
	text-transform: uppercase;
}

#bt_solo_assinar {
	padding-top: 40px;
}

#bt_solo_assinar .center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#bt_solo_assinar .bt_gancho_assinar,
#bt_solo_assinar .bt_gancho_duvidas {
	width: 100%;
	max-width: 464px;
}

#bt_solo_assinar p {
	margin-top: 40px;
	margin-bottom: 12px;
	color: #767676;
	font-size: 22px;
	line-height: 36px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
}

#bt_solo_assinar .bt_gancho_duvidas {
	border: 2px solid #7db851;
	background: url(../imagens/whatsapp_duvidas.png) center left 20px no-repeat;
	background-size: auto 70%;
	color: #7db851;
}

.listagem_planos h6 {
	margin-top: 23px;
	margin-right: 30px;
	margin-left: 15px;
	padding-left: 38px;
	background: url(../imagens/icon_exclamacao.png) top 5px left no-repeat;
	color: #bea63c;
	font-size: 14px;
	line-height: 18px;
	font-family: 'proximaNova-light';
}

.listagem_planos h6.segundo {
	background: url(../imagens/icon_estrela.png) top 5px left no-repeat;
}

#selecao {
	border-bottom: 8px solid #ebd647;
	background-color: #9b7734;
}

#selecao .centro {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 34px;
}

#selecao h2 {
	color: #ffffff !important;
}

#selecao .bottom {
	display: flex;
	flex-direction: row;
	margin-top: -5px;
	padding-bottom: 37px;
}

#selecao h3 {
	display: flex;
	flex-direction: column;
	margin-top: 89px;
	padding-top: 126px;
	color: #ecd747;
	font-size: 20px;
	line-height: 22px;
	font-family: 'proximaNova-bold';
	text-align: center;
	text-transform: uppercase;
}

#selecao h3 small {
	margin-top: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 15.13px;
	font-family: 'Montserrat', sans-serif;
}

#selecao .rotulos {
	width: 175px;
	margin-right: 59px;
	background: url(../imagens/icon_rotulos.png) center top no-repeat;
}

#selecao .folder {
	width: 120px;
	margin-right: 23px;
	margin-left: 46px;
	background: url(../imagens/icon_folder.png) center top no-repeat;
}

#selecao .beneficios_e {
	width: 120px;
	margin-right: 46px;
	margin-left: 52px;
	background: url(../imagens/icon_beneficios.png) center top 1px no-repeat;
}

#selecao .bottom span {
	margin-top: 105px;
	color: #f4d834;
	font-weight: 500;
	font-size: 71px;
	font-family: 'Montserrat', sans-serif;
}

#selecao .bottom .igual {
	margin-top: 89px;
	font-size: 96.48px;
}

#selecao .bottom .mask_img {
	margin-left: auto;
}

#beneficios {
	background-color: #f2f2f3;
}

#beneficios .centro {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 72px;
}

#pag-clube #beneficios h2,
#pag-clube #depoimentos h2,
#pag-clube #historico_selecoes h2 {
	color: #bea63c;
	font-weight: 700;
}

#beneficios .centro>p,
#depoimentos .centro>p,
#historico_selecoes p {
	color: #767676;
	text-align: center;
}

.listagem_beneficios {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 38px;
	gap: 20px;
}

.listagem_beneficios li {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	border-radius: 16px;
	background: #ffff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.listagem_beneficios li .mask_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.listagem_beneficios li img {
	width: 60%;
}

.listagem_beneficios h3 {
	margin-top: 16px;
	color: #bea63c;
	font-size: 15px;
	font-family: 'proximaNova-bold';
	text-align: center;
	text-transform: uppercase;
}

.listagem_beneficios p {
	margin-top: 8px;
	color: #767676;
	font-size: 15px;
	font-family: 'proximaNova-regular';
	text-align: center;
}

#depoimentos .centro {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 80px;
}

#depoimentos .avaliacoes {
	position: relative;
	width: 100%;
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;*/
	margin-top: 38px;
}

#depoimentos .owl-carousel .owl-stage-outer {
	padding-top: 20px;
	padding-bottom: 120px;
}

#depoimentos .owl-nav button {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 67px;
	transform: translateY(-50%);
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#depoimentos .owl-nav button.owl-prev {
	left: -66px;
	background: url(../imagens/passador_avaliacao_esquerda.png) center no-repeat;
	background-size: contain;
}

#depoimentos .owl-nav button.owl-next {
	right: -66px;
	background: url(../imagens/passador_avaliacao_direita.png) center no-repeat;
	background-size: contain;
}

#depoimentos .avaliacoes li {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	padding-bottom: 60px;
	border: 2px solid #bea63c;
	border-radius: 16px;
}

#depoimentos .avaliacoes .top {
	display: flex;
	column-gap: 14px;
	flex-direction: row;
	align-items: center;
}

#depoimentos .avaliacoes .bolinha {
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: url(../imagens/icon_aspas_depoimentos.png) center no-repeat;
	background-size: contain;
}

#depoimentos .avaliacoes .mask_img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	background: #ffff;
}

#depoimentos .avaliacoes .mask_img img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#depoimentos .avaliacoes .top h3,
#depoimentos .avaliacoes h4 {
	color: #000301;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

#depoimentos .avaliacoes h4 {
	display: none;
}

#depoimentos .avaliacoes .top h5 {
	margin-top: 1px;
	color: #787878;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

#depoimentos .avaliacoes p {
	margin: auto;
	color: #767676;
	font-size: 16px;
	line-height: 28px;
	font-family: 'proximaNova-regular';
	letter-spacing: 1px;
	text-align: center;
}

#depoimentos .avaliacoes .cliente {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 50%;
	flex-direction: column;
	align-items: center;
	margin-top: auto;
	transform: translate(-50%, 75%);
}

#depoimentos .avaliacoes .cliente h3 {
	color: #606060;
	font-weight: 700;
	font-family: 'IBM Plex Serif';
	text-align: center;
}

#pag-clube #meio_pagina #depoimentos .avaliacoes .cliente h5 {
	width: 100%;
	margin: 0;
	color: #767676;
	font-family: 'proximaNova-regular';
	text-align: center;
}

#pag-clube #meio_pagina .faq {
	padding-top: 80px;
	padding-bottom: 40px;
}

#pag-clube #meio_pagina .faq ul {
	max-width: 1100px;
}

#pag-clube #meio_pagina .faq h3 {
	font-size: 42px;
	line-height: 56px;
}

#duvidas {
	background-color: #f2f2f3;
}

#duvidas .centro {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 54px;
	padding-bottom: 40px;
}

#pag-clube #meio_pagina #duvidas h2 {
	color: #000301;
	font-weight: 600;
	line-height: 46px;
}

#duvidas .contatos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 55px;
}

#duvidas .contatos a {
	display: flex;
	height: 31px;
	color: #000000;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
}

#duvidas .contatos a.whats {
	padding-left: 41px;
	background: url(../imagens/icon_whats.png) center left no-repeat;
}

#duvidas .contatos a.telefone,
#duvidas .contatos a.email {
	pointer-events: none;
}

#duvidas .sociais {
	display: flex;
	column-gap: 5px;
	flex-direction: row;
}

#duvidas .sociais a {
	display: flex;
	width: 35px;
	height: 35px;
}

#duvidas .sociais .instagram {
	background: url(../imagens/icon_insta.png) center no-repeat;
}

#duvidas .sociais .facebook {
	background: url(../imagens/icon_face.png) center no-repeat;
}

#duvidas .sociais .trip_advisor {
	background: url(../imagens/icon_trip.png) center no-repeat;
}

#duvidas .planos {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 259px;
	height: 45px;
	margin: 0 auto;
	margin-top: 81px;
	border-radius: 22.5px;
	background-color: #bea73c;
	color: #0c0d0d;
	font-weight: 600;
	font-size: 18px;
	font-family: 'proximaNova-semibold';
	text-transform: uppercase;
}

#pag-clube .bt_atendimento_comercial,
#pag-clube .bt_atendimento_enoturismo {
	z-index: 2;
}

#historico_selecoes {
	margin-top: 80px;
}

#historico_selecoes .centro {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1420px;
	margin: auto;
}

#historico_selecoes ul {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

#historico_selecoes ul li {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	gap: 40px;
	border-radius: 16px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#historico_selecoes ul .direita {
	padding: 40px;
}

#historico_selecoes ul h3 {
	margin-bottom: 20px;
	color: #bea63c;
	font-size: 22px;
	font-family: 'proximaNova-bold';
	text-align: left;
	text-transform: uppercase;
}

#historico_selecoes ul li img {
	width: calc(100% + 80px);
	transform: translateX(-52px);
}

#historico_selecoes ul p {
	text-align: left;
}

#historico_selecoes .owl-carousel .owl-stage-outer {
	padding-top: 20px;
	padding-bottom: 30px;
}

#historico_selecoes .owl-nav button {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	text-indent: -9999px;
}

#historico_selecoes .owl-nav button.owl-prev {
	left: 0;
	transform: translate(-50%, -50%);
	background: url(../imagens/passador_selecoes_esquerda.png) center no-repeat;
	background-size: contain;
}

#historico_selecoes .owl-nav button.owl-next {
	right: 0;
	transform: translate(50%, -50%);
	background: url(../imagens/passador_selecoes_direita.png) center no-repeat;
	background-size: contain;
}